feat: 🎸 change descriptions
This commit is contained in:
@@ -58,7 +58,7 @@ export const CustomerDataSchema = z
|
||||
.object({
|
||||
disable_pooled_balance: z.boolean().optional().meta({
|
||||
description:
|
||||
"Whether to block this customer from the shared feature pool.",
|
||||
"Whether to disable the shared customer-level pool for entities.",
|
||||
}),
|
||||
})
|
||||
.optional()
|
||||
|
||||
@@ -100,7 +100,8 @@ export const BaseApiCustomerV5Schema = BaseApiCustomerSchema.extend({
|
||||
config: z
|
||||
.object({
|
||||
disable_pooled_balance: z.boolean().optional().meta({
|
||||
description: "Whether to block the shared pool for the customer.",
|
||||
description:
|
||||
"Whether to let entities fall back into the shared customer-level pool.",
|
||||
}),
|
||||
})
|
||||
.optional()
|
||||
|
||||
Reference in New Issue
Block a user