@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.
- package/dist/cjs/src/client/schemas.d.cts +2 -2
- package/dist/cjs/src/zod/index.cjs +1 -1
- package/dist/cjs/src/zod/index.js.map +1 -1
- package/dist/cjs/{tsconfig.a363cba5.tsbuildinfo → tsconfig.04559475.tsbuildinfo} +1 -1
- package/dist/cjs/{tsconfig.a50a52a7.tsbuildinfo → tsconfig.7bf1d797.tsbuildinfo} +1 -1
- package/dist/src/client/schemas.d.ts +2 -2
- package/dist/src/zod/index.js +1 -1
- package/dist/src/zod/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
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-
|
|
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-
|
|
4528
|
+
.describe('Filter customers by key.\nCase-insensitive partial match.'),
|
|
4529
4529
|
name: zod_1.z.coerce
|
|
4530
4530
|
.string()
|
|
4531
4531
|
.optional()
|