@openmeter/sdk 1.0.0-beta-e728f3a1d4ee → 1.0.0-beta-13f1f4b25ab4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10525,7 +10525,7 @@ export interface components {
10525
10525
  /** @description Include deleted customers. */
10526
10526
  'queryCustomerList.includeDeleted': boolean;
10527
10527
  /** @description Filter customers by key.
10528
- * Case-sensitive exact match. */
10528
+ * Case-insensitive partial match. */
10529
10529
  'queryCustomerList.key': string;
10530
10530
  /** @description Filter customers by name.
10531
10531
  * Case-insensitive partial match. */
@@ -14634,7 +14634,7 @@ export interface operations {
14634
14634
  /** @description Include deleted customers. */
14635
14635
  includeDeleted?: components['parameters']['queryCustomerList.includeDeleted'];
14636
14636
  /** @description Filter customers by key.
14637
- * Case-sensitive exact match. */
14637
+ * Case-insensitive partial match. */
14638
14638
  key?: components['parameters']['queryCustomerList.key'];
14639
14639
  /** @description Filter customers by name.
14640
14640
  * Case-insensitive partial match. */
@@ -4525,7 +4525,7 @@ exports.listCustomersQueryParams = zod_1.z.object({
4525
4525
  key: zod_1.z.coerce
4526
4526
  .string()
4527
4527
  .optional()
4528
- .describe('Filter customers by key.\nCase-sensitive exact match.'),
4528
+ .describe('Filter customers by key.\nCase-insensitive partial match.'),
4529
4529
  name: zod_1.z.coerce
4530
4530
  .string()
4531
4531
  .optional()