@openmeter/sdk 1.0.0-beta-80c840dff928 → 1.0.0-beta-e1ac49a0f74d
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/zod/index.cjs +147 -48
- package/dist/cjs/src/zod/index.cjs.map +1 -1
- package/dist/cjs/src/zod/index.d.cts +40 -20
- package/dist/src/zod/index.d.ts +40 -20
- package/dist/src/zod/index.js +119 -20
- package/dist/src/zod/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -21,13 +21,14 @@ export declare const listAddonsQueryCurrencyItemRegExp: RegExp;
|
|
|
21
21
|
export declare const listAddonsQueryPageDefault: 1;
|
|
22
22
|
export declare const listAddonsQueryPageSizeDefault: 100;
|
|
23
23
|
export declare const listAddonsQueryPageSizeMax: 1000;
|
|
24
|
+
export declare const listAddonsQueryOrderDefault: "ASC";
|
|
24
25
|
export declare const ListAddonsQueryParams: zod.ZodObject<{
|
|
25
26
|
currency: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
26
27
|
id: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
27
28
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
28
29
|
key: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
29
30
|
keyVersion: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodArray<zod.z.ZodCoercedNumber<unknown>>>>;
|
|
30
|
-
order: zod.
|
|
31
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
31
32
|
ASC: "ASC";
|
|
32
33
|
DESC: "DESC";
|
|
33
34
|
}>>;
|
|
@@ -731,6 +732,7 @@ if they have customer orverrides or not.
|
|
|
731
732
|
export declare const listBillingProfileCustomerOverridesQueryBillingProfileItemRegExp: RegExp;
|
|
732
733
|
export declare const listBillingProfileCustomerOverridesQueryIncludeAllCustomersDefault: true;
|
|
733
734
|
export declare const listBillingProfileCustomerOverridesQueryCustomerIdItemRegExp: RegExp;
|
|
735
|
+
export declare const listBillingProfileCustomerOverridesQueryOrderDefault: "ASC";
|
|
734
736
|
export declare const listBillingProfileCustomerOverridesQueryPageDefault: 1;
|
|
735
737
|
export declare const listBillingProfileCustomerOverridesQueryPageSizeDefault: 100;
|
|
736
738
|
export declare const listBillingProfileCustomerOverridesQueryPageSizeMax: 1000;
|
|
@@ -746,7 +748,7 @@ export declare const ListBillingProfileCustomerOverridesQueryParams: zod.ZodObje
|
|
|
746
748
|
customer: "customer";
|
|
747
749
|
}>>>;
|
|
748
750
|
includeAllCustomers: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
749
|
-
order: zod.
|
|
751
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
750
752
|
ASC: "ASC";
|
|
751
753
|
DESC: "DESC";
|
|
752
754
|
}>>;
|
|
@@ -1284,6 +1286,7 @@ export declare const listInvoicesQueryCustomersItemRegExp: RegExp;
|
|
|
1284
1286
|
export declare const listInvoicesQueryPageDefault: 1;
|
|
1285
1287
|
export declare const listInvoicesQueryPageSizeDefault: 100;
|
|
1286
1288
|
export declare const listInvoicesQueryPageSizeMax: 1000;
|
|
1289
|
+
export declare const listInvoicesQueryOrderDefault: "ASC";
|
|
1287
1290
|
export declare const ListInvoicesQueryParams: zod.ZodObject<{
|
|
1288
1291
|
createdAfter: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
1289
1292
|
createdBefore: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
@@ -1297,7 +1300,7 @@ export declare const ListInvoicesQueryParams: zod.ZodObject<{
|
|
|
1297
1300
|
includeDeleted: zod.ZodOptional<zod.z.ZodCoercedBoolean<unknown>>;
|
|
1298
1301
|
issuedAfter: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
1299
1302
|
issuedBefore: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
1300
|
-
order: zod.
|
|
1303
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
1301
1304
|
ASC: "ASC";
|
|
1302
1305
|
DESC: "DESC";
|
|
1303
1306
|
}>>;
|
|
@@ -1796,12 +1799,13 @@ export declare const listBillingProfilesQueryIncludeArchivedDefault: false;
|
|
|
1796
1799
|
export declare const listBillingProfilesQueryPageDefault: 1;
|
|
1797
1800
|
export declare const listBillingProfilesQueryPageSizeDefault: 100;
|
|
1798
1801
|
export declare const listBillingProfilesQueryPageSizeMax: 1000;
|
|
1802
|
+
export declare const listBillingProfilesQueryOrderDefault: "ASC";
|
|
1799
1803
|
export declare const ListBillingProfilesQueryParams: zod.ZodObject<{
|
|
1800
1804
|
expand: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
1801
1805
|
apps: "apps";
|
|
1802
1806
|
}>>>;
|
|
1803
1807
|
includeArchived: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
1804
|
-
order: zod.
|
|
1808
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
1805
1809
|
ASC: "ASC";
|
|
1806
1810
|
DESC: "DESC";
|
|
1807
1811
|
}>>;
|
|
@@ -2101,6 +2105,7 @@ export declare const CreateCustomerBody: zod.ZodObject<{
|
|
|
2101
2105
|
export declare const listCustomersQueryPageDefault: 1;
|
|
2102
2106
|
export declare const listCustomersQueryPageSizeDefault: 100;
|
|
2103
2107
|
export declare const listCustomersQueryPageSizeMax: 1000;
|
|
2108
|
+
export declare const listCustomersQueryOrderDefault: "ASC";
|
|
2104
2109
|
export declare const listCustomersQueryIncludeDeletedDefault: false;
|
|
2105
2110
|
export declare const ListCustomersQueryParams: zod.ZodObject<{
|
|
2106
2111
|
expand: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
@@ -2109,7 +2114,7 @@ export declare const ListCustomersQueryParams: zod.ZodObject<{
|
|
|
2109
2114
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
2110
2115
|
key: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
2111
2116
|
name: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
2112
|
-
order: zod.
|
|
2117
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
2113
2118
|
ASC: "ASC";
|
|
2114
2119
|
DESC: "DESC";
|
|
2115
2120
|
}>>;
|
|
@@ -2525,11 +2530,12 @@ export declare const listCustomerSubscriptionsPathCustomerIdOrKeyTwoMax: 256;
|
|
|
2525
2530
|
export declare const ListCustomerSubscriptionsParams: zod.ZodObject<{
|
|
2526
2531
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
2527
2532
|
}, zod.z.core.$strip>;
|
|
2533
|
+
export declare const listCustomerSubscriptionsQueryOrderDefault: "ASC";
|
|
2528
2534
|
export declare const listCustomerSubscriptionsQueryPageDefault: 1;
|
|
2529
2535
|
export declare const listCustomerSubscriptionsQueryPageSizeDefault: 100;
|
|
2530
2536
|
export declare const listCustomerSubscriptionsQueryPageSizeMax: 1000;
|
|
2531
2537
|
export declare const ListCustomerSubscriptionsQueryParams: zod.ZodObject<{
|
|
2532
|
-
order: zod.
|
|
2538
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
2533
2539
|
ASC: "ASC";
|
|
2534
2540
|
DESC: "DESC";
|
|
2535
2541
|
}>>;
|
|
@@ -2563,6 +2569,7 @@ export declare const listEntitlementsQueryOffsetDefault: 0;
|
|
|
2563
2569
|
export declare const listEntitlementsQueryOffsetMin: 0;
|
|
2564
2570
|
export declare const listEntitlementsQueryLimitDefault: 100;
|
|
2565
2571
|
export declare const listEntitlementsQueryLimitMax: 1000;
|
|
2572
|
+
export declare const listEntitlementsQueryOrderDefault: "ASC";
|
|
2566
2573
|
export declare const ListEntitlementsQueryParams: zod.ZodObject<{
|
|
2567
2574
|
entitlementType: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
2568
2575
|
boolean: "boolean";
|
|
@@ -2573,7 +2580,7 @@ export declare const ListEntitlementsQueryParams: zod.ZodObject<{
|
|
|
2573
2580
|
feature: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
2574
2581
|
limit: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2575
2582
|
offset: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2576
|
-
order: zod.
|
|
2583
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
2577
2584
|
ASC: "ASC";
|
|
2578
2585
|
DESC: "DESC";
|
|
2579
2586
|
}>>;
|
|
@@ -2660,12 +2667,13 @@ export declare const listFeaturesQueryOffsetDefault: 0;
|
|
|
2660
2667
|
export declare const listFeaturesQueryOffsetMin: 0;
|
|
2661
2668
|
export declare const listFeaturesQueryLimitDefault: 100;
|
|
2662
2669
|
export declare const listFeaturesQueryLimitMax: 1000;
|
|
2670
|
+
export declare const listFeaturesQueryOrderDefault: "ASC";
|
|
2663
2671
|
export declare const ListFeaturesQueryParams: zod.ZodObject<{
|
|
2664
2672
|
includeArchived: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
2665
2673
|
limit: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2666
2674
|
meterSlug: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
2667
2675
|
offset: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2668
|
-
order: zod.
|
|
2676
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
2669
2677
|
ASC: "ASC";
|
|
2670
2678
|
DESC: "DESC";
|
|
2671
2679
|
}>>;
|
|
@@ -2747,12 +2755,13 @@ export declare const listGrantsQueryOffsetDefault: 0;
|
|
|
2747
2755
|
export declare const listGrantsQueryOffsetMin: 0;
|
|
2748
2756
|
export declare const listGrantsQueryLimitDefault: 100;
|
|
2749
2757
|
export declare const listGrantsQueryLimitMax: 1000;
|
|
2758
|
+
export declare const listGrantsQueryOrderDefault: "ASC";
|
|
2750
2759
|
export declare const ListGrantsQueryParams: zod.ZodObject<{
|
|
2751
2760
|
feature: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
2752
2761
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
2753
2762
|
limit: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2754
2763
|
offset: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2755
|
-
order: zod.
|
|
2764
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
2756
2765
|
ASC: "ASC";
|
|
2757
2766
|
DESC: "DESC";
|
|
2758
2767
|
}>>;
|
|
@@ -2884,10 +2893,11 @@ export declare const MarketplaceOAuth2InstallAuthorizeQueryParams: zod.ZodObject
|
|
|
2884
2893
|
export declare const listMetersQueryPageDefault: 1;
|
|
2885
2894
|
export declare const listMetersQueryPageSizeDefault: 100;
|
|
2886
2895
|
export declare const listMetersQueryPageSizeMax: 1000;
|
|
2896
|
+
export declare const listMetersQueryOrderDefault: "ASC";
|
|
2887
2897
|
export declare const listMetersQueryIncludeDeletedDefault: false;
|
|
2888
2898
|
export declare const ListMetersQueryParams: zod.ZodObject<{
|
|
2889
2899
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
2890
|
-
order: zod.
|
|
2900
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
2891
2901
|
ASC: "ASC";
|
|
2892
2902
|
DESC: "DESC";
|
|
2893
2903
|
}>>;
|
|
@@ -3072,10 +3082,11 @@ export declare const listNotificationChannelsQueryIncludeDisabledDefault: false;
|
|
|
3072
3082
|
export declare const listNotificationChannelsQueryPageDefault: 1;
|
|
3073
3083
|
export declare const listNotificationChannelsQueryPageSizeDefault: 100;
|
|
3074
3084
|
export declare const listNotificationChannelsQueryPageSizeMax: 1000;
|
|
3085
|
+
export declare const listNotificationChannelsQueryOrderDefault: "ASC";
|
|
3075
3086
|
export declare const ListNotificationChannelsQueryParams: zod.ZodObject<{
|
|
3076
3087
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3077
3088
|
includeDisabled: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3078
|
-
order: zod.
|
|
3089
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
3079
3090
|
ASC: "ASC";
|
|
3080
3091
|
DESC: "DESC";
|
|
3081
3092
|
}>>;
|
|
@@ -3155,11 +3166,12 @@ export declare const listNotificationEventsQueryChannelItemRegExp: RegExp;
|
|
|
3155
3166
|
export declare const listNotificationEventsQueryPageDefault: 1;
|
|
3156
3167
|
export declare const listNotificationEventsQueryPageSizeDefault: 100;
|
|
3157
3168
|
export declare const listNotificationEventsQueryPageSizeMax: 1000;
|
|
3169
|
+
export declare const listNotificationEventsQueryOrderDefault: "ASC";
|
|
3158
3170
|
export declare const ListNotificationEventsQueryParams: zod.ZodObject<{
|
|
3159
3171
|
channel: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3160
3172
|
feature: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3161
3173
|
from: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
3162
|
-
order: zod.
|
|
3174
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
3163
3175
|
ASC: "ASC";
|
|
3164
3176
|
DESC: "DESC";
|
|
3165
3177
|
}>>;
|
|
@@ -3202,12 +3214,13 @@ export declare const listNotificationRulesQueryFeatureItemRegExp: RegExp;
|
|
|
3202
3214
|
export declare const listNotificationRulesQueryPageDefault: 1;
|
|
3203
3215
|
export declare const listNotificationRulesQueryPageSizeDefault: 100;
|
|
3204
3216
|
export declare const listNotificationRulesQueryPageSizeMax: 1000;
|
|
3217
|
+
export declare const listNotificationRulesQueryOrderDefault: "ASC";
|
|
3205
3218
|
export declare const ListNotificationRulesQueryParams: zod.ZodObject<{
|
|
3206
3219
|
channel: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3207
3220
|
feature: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3208
3221
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3209
3222
|
includeDisabled: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3210
|
-
order: zod.
|
|
3223
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
3211
3224
|
ASC: "ASC";
|
|
3212
3225
|
DESC: "DESC";
|
|
3213
3226
|
}>>;
|
|
@@ -3396,13 +3409,14 @@ export declare const listPlansQueryCurrencyItemRegExp: RegExp;
|
|
|
3396
3409
|
export declare const listPlansQueryPageDefault: 1;
|
|
3397
3410
|
export declare const listPlansQueryPageSizeDefault: 100;
|
|
3398
3411
|
export declare const listPlansQueryPageSizeMax: 1000;
|
|
3412
|
+
export declare const listPlansQueryOrderDefault: "ASC";
|
|
3399
3413
|
export declare const ListPlansQueryParams: zod.ZodObject<{
|
|
3400
3414
|
currency: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3401
3415
|
id: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3402
3416
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3403
3417
|
key: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3404
3418
|
keyVersion: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodArray<zod.z.ZodCoercedNumber<unknown>>>>;
|
|
3405
|
-
order: zod.
|
|
3419
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
3406
3420
|
ASC: "ASC";
|
|
3407
3421
|
DESC: "DESC";
|
|
3408
3422
|
}>>;
|
|
@@ -3996,12 +4010,13 @@ export declare const listPlanAddonsQueryKeyItemRegExp: RegExp;
|
|
|
3996
4010
|
export declare const listPlanAddonsQueryPageDefault: 1;
|
|
3997
4011
|
export declare const listPlanAddonsQueryPageSizeDefault: 100;
|
|
3998
4012
|
export declare const listPlanAddonsQueryPageSizeMax: 1000;
|
|
4013
|
+
export declare const listPlanAddonsQueryOrderDefault: "ASC";
|
|
3999
4014
|
export declare const ListPlanAddonsQueryParams: zod.ZodObject<{
|
|
4000
4015
|
id: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
4001
4016
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
4002
4017
|
key: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
4003
4018
|
keyVersion: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodArray<zod.z.ZodCoercedNumber<unknown>>>>;
|
|
4004
|
-
order: zod.
|
|
4019
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
4005
4020
|
ASC: "ASC";
|
|
4006
4021
|
DESC: "DESC";
|
|
4007
4022
|
}>>;
|
|
@@ -4430,9 +4445,10 @@ export declare const ListEntitlementGrantsParams: zod.ZodObject<{
|
|
|
4430
4445
|
subjectIdOrKey: zod.z.ZodCoercedString<unknown>;
|
|
4431
4446
|
}, zod.z.core.$strip>;
|
|
4432
4447
|
export declare const listEntitlementGrantsQueryIncludeDeletedDefault: false;
|
|
4448
|
+
export declare const listEntitlementGrantsQueryOrderByDefault: "updatedAt";
|
|
4433
4449
|
export declare const ListEntitlementGrantsQueryParams: zod.ZodObject<{
|
|
4434
4450
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
4435
|
-
orderBy: zod.
|
|
4451
|
+
orderBy: zod.ZodDefault<zod.ZodEnum<{
|
|
4436
4452
|
id: "id";
|
|
4437
4453
|
createdAt: "createdAt";
|
|
4438
4454
|
updatedAt: "updatedAt";
|
|
@@ -5823,9 +5839,10 @@ export declare const listCustomerEntitlementsV2QueryIncludeDeletedDefault: false
|
|
|
5823
5839
|
export declare const listCustomerEntitlementsV2QueryPageDefault: 1;
|
|
5824
5840
|
export declare const listCustomerEntitlementsV2QueryPageSizeDefault: 100;
|
|
5825
5841
|
export declare const listCustomerEntitlementsV2QueryPageSizeMax: 1000;
|
|
5842
|
+
export declare const listCustomerEntitlementsV2QueryOrderDefault: "ASC";
|
|
5826
5843
|
export declare const ListCustomerEntitlementsV2QueryParams: zod.ZodObject<{
|
|
5827
5844
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
5828
|
-
order: zod.
|
|
5845
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
5829
5846
|
ASC: "ASC";
|
|
5830
5847
|
DESC: "DESC";
|
|
5831
5848
|
}>>;
|
|
@@ -5882,11 +5899,12 @@ export declare const listCustomerEntitlementGrantsV2QueryOffsetDefault: 0;
|
|
|
5882
5899
|
export declare const listCustomerEntitlementGrantsV2QueryOffsetMin: 0;
|
|
5883
5900
|
export declare const listCustomerEntitlementGrantsV2QueryLimitDefault: 100;
|
|
5884
5901
|
export declare const listCustomerEntitlementGrantsV2QueryLimitMax: 1000;
|
|
5902
|
+
export declare const listCustomerEntitlementGrantsV2QueryOrderDefault: "ASC";
|
|
5885
5903
|
export declare const ListCustomerEntitlementGrantsV2QueryParams: zod.ZodObject<{
|
|
5886
5904
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
5887
5905
|
limit: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
5888
5906
|
offset: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
5889
|
-
order: zod.
|
|
5907
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
5890
5908
|
ASC: "ASC";
|
|
5891
5909
|
DESC: "DESC";
|
|
5892
5910
|
}>>;
|
|
@@ -6157,6 +6175,7 @@ export declare const listEntitlementsV2QueryOffsetDefault: 0;
|
|
|
6157
6175
|
export declare const listEntitlementsV2QueryOffsetMin: 0;
|
|
6158
6176
|
export declare const listEntitlementsV2QueryLimitDefault: 100;
|
|
6159
6177
|
export declare const listEntitlementsV2QueryLimitMax: 1000;
|
|
6178
|
+
export declare const listEntitlementsV2QueryOrderDefault: "ASC";
|
|
6160
6179
|
export declare const ListEntitlementsV2QueryParams: zod.ZodObject<{
|
|
6161
6180
|
customerIds: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
6162
6181
|
customerKeys: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
@@ -6169,7 +6188,7 @@ export declare const ListEntitlementsV2QueryParams: zod.ZodObject<{
|
|
|
6169
6188
|
feature: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
6170
6189
|
limit: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
6171
6190
|
offset: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
6172
|
-
order: zod.
|
|
6191
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
6173
6192
|
ASC: "ASC";
|
|
6174
6193
|
DESC: "DESC";
|
|
6175
6194
|
}>>;
|
|
@@ -6216,13 +6235,14 @@ export declare const listGrantsV2QueryOffsetDefault: 0;
|
|
|
6216
6235
|
export declare const listGrantsV2QueryOffsetMin: 0;
|
|
6217
6236
|
export declare const listGrantsV2QueryLimitDefault: 100;
|
|
6218
6237
|
export declare const listGrantsV2QueryLimitMax: 1000;
|
|
6238
|
+
export declare const listGrantsV2QueryOrderDefault: "ASC";
|
|
6219
6239
|
export declare const ListGrantsV2QueryParams: zod.ZodObject<{
|
|
6220
6240
|
customer: zod.ZodOptional<zod.ZodArray<zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>>>;
|
|
6221
6241
|
feature: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
6222
6242
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
6223
6243
|
limit: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
6224
6244
|
offset: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
6225
|
-
order: zod.
|
|
6245
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
6226
6246
|
ASC: "ASC";
|
|
6227
6247
|
DESC: "DESC";
|
|
6228
6248
|
}>>;
|
package/dist/src/zod/index.d.ts
CHANGED
|
@@ -21,13 +21,14 @@ export declare const listAddonsQueryCurrencyItemRegExp: RegExp;
|
|
|
21
21
|
export declare const listAddonsQueryPageDefault: 1;
|
|
22
22
|
export declare const listAddonsQueryPageSizeDefault: 100;
|
|
23
23
|
export declare const listAddonsQueryPageSizeMax: 1000;
|
|
24
|
+
export declare const listAddonsQueryOrderDefault: "ASC";
|
|
24
25
|
export declare const ListAddonsQueryParams: zod.ZodObject<{
|
|
25
26
|
currency: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
26
27
|
id: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
27
28
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
28
29
|
key: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
29
30
|
keyVersion: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodArray<zod.z.ZodCoercedNumber<unknown>>>>;
|
|
30
|
-
order: zod.
|
|
31
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
31
32
|
ASC: "ASC";
|
|
32
33
|
DESC: "DESC";
|
|
33
34
|
}>>;
|
|
@@ -731,6 +732,7 @@ if they have customer orverrides or not.
|
|
|
731
732
|
export declare const listBillingProfileCustomerOverridesQueryBillingProfileItemRegExp: RegExp;
|
|
732
733
|
export declare const listBillingProfileCustomerOverridesQueryIncludeAllCustomersDefault: true;
|
|
733
734
|
export declare const listBillingProfileCustomerOverridesQueryCustomerIdItemRegExp: RegExp;
|
|
735
|
+
export declare const listBillingProfileCustomerOverridesQueryOrderDefault: "ASC";
|
|
734
736
|
export declare const listBillingProfileCustomerOverridesQueryPageDefault: 1;
|
|
735
737
|
export declare const listBillingProfileCustomerOverridesQueryPageSizeDefault: 100;
|
|
736
738
|
export declare const listBillingProfileCustomerOverridesQueryPageSizeMax: 1000;
|
|
@@ -746,7 +748,7 @@ export declare const ListBillingProfileCustomerOverridesQueryParams: zod.ZodObje
|
|
|
746
748
|
customer: "customer";
|
|
747
749
|
}>>>;
|
|
748
750
|
includeAllCustomers: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
749
|
-
order: zod.
|
|
751
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
750
752
|
ASC: "ASC";
|
|
751
753
|
DESC: "DESC";
|
|
752
754
|
}>>;
|
|
@@ -1284,6 +1286,7 @@ export declare const listInvoicesQueryCustomersItemRegExp: RegExp;
|
|
|
1284
1286
|
export declare const listInvoicesQueryPageDefault: 1;
|
|
1285
1287
|
export declare const listInvoicesQueryPageSizeDefault: 100;
|
|
1286
1288
|
export declare const listInvoicesQueryPageSizeMax: 1000;
|
|
1289
|
+
export declare const listInvoicesQueryOrderDefault: "ASC";
|
|
1287
1290
|
export declare const ListInvoicesQueryParams: zod.ZodObject<{
|
|
1288
1291
|
createdAfter: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
1289
1292
|
createdBefore: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
@@ -1297,7 +1300,7 @@ export declare const ListInvoicesQueryParams: zod.ZodObject<{
|
|
|
1297
1300
|
includeDeleted: zod.ZodOptional<zod.z.ZodCoercedBoolean<unknown>>;
|
|
1298
1301
|
issuedAfter: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
1299
1302
|
issuedBefore: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
1300
|
-
order: zod.
|
|
1303
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
1301
1304
|
ASC: "ASC";
|
|
1302
1305
|
DESC: "DESC";
|
|
1303
1306
|
}>>;
|
|
@@ -1796,12 +1799,13 @@ export declare const listBillingProfilesQueryIncludeArchivedDefault: false;
|
|
|
1796
1799
|
export declare const listBillingProfilesQueryPageDefault: 1;
|
|
1797
1800
|
export declare const listBillingProfilesQueryPageSizeDefault: 100;
|
|
1798
1801
|
export declare const listBillingProfilesQueryPageSizeMax: 1000;
|
|
1802
|
+
export declare const listBillingProfilesQueryOrderDefault: "ASC";
|
|
1799
1803
|
export declare const ListBillingProfilesQueryParams: zod.ZodObject<{
|
|
1800
1804
|
expand: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
1801
1805
|
apps: "apps";
|
|
1802
1806
|
}>>>;
|
|
1803
1807
|
includeArchived: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
1804
|
-
order: zod.
|
|
1808
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
1805
1809
|
ASC: "ASC";
|
|
1806
1810
|
DESC: "DESC";
|
|
1807
1811
|
}>>;
|
|
@@ -2101,6 +2105,7 @@ export declare const CreateCustomerBody: zod.ZodObject<{
|
|
|
2101
2105
|
export declare const listCustomersQueryPageDefault: 1;
|
|
2102
2106
|
export declare const listCustomersQueryPageSizeDefault: 100;
|
|
2103
2107
|
export declare const listCustomersQueryPageSizeMax: 1000;
|
|
2108
|
+
export declare const listCustomersQueryOrderDefault: "ASC";
|
|
2104
2109
|
export declare const listCustomersQueryIncludeDeletedDefault: false;
|
|
2105
2110
|
export declare const ListCustomersQueryParams: zod.ZodObject<{
|
|
2106
2111
|
expand: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
@@ -2109,7 +2114,7 @@ export declare const ListCustomersQueryParams: zod.ZodObject<{
|
|
|
2109
2114
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
2110
2115
|
key: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
2111
2116
|
name: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
2112
|
-
order: zod.
|
|
2117
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
2113
2118
|
ASC: "ASC";
|
|
2114
2119
|
DESC: "DESC";
|
|
2115
2120
|
}>>;
|
|
@@ -2525,11 +2530,12 @@ export declare const listCustomerSubscriptionsPathCustomerIdOrKeyTwoMax: 256;
|
|
|
2525
2530
|
export declare const ListCustomerSubscriptionsParams: zod.ZodObject<{
|
|
2526
2531
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
2527
2532
|
}, zod.z.core.$strip>;
|
|
2533
|
+
export declare const listCustomerSubscriptionsQueryOrderDefault: "ASC";
|
|
2528
2534
|
export declare const listCustomerSubscriptionsQueryPageDefault: 1;
|
|
2529
2535
|
export declare const listCustomerSubscriptionsQueryPageSizeDefault: 100;
|
|
2530
2536
|
export declare const listCustomerSubscriptionsQueryPageSizeMax: 1000;
|
|
2531
2537
|
export declare const ListCustomerSubscriptionsQueryParams: zod.ZodObject<{
|
|
2532
|
-
order: zod.
|
|
2538
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
2533
2539
|
ASC: "ASC";
|
|
2534
2540
|
DESC: "DESC";
|
|
2535
2541
|
}>>;
|
|
@@ -2563,6 +2569,7 @@ export declare const listEntitlementsQueryOffsetDefault: 0;
|
|
|
2563
2569
|
export declare const listEntitlementsQueryOffsetMin: 0;
|
|
2564
2570
|
export declare const listEntitlementsQueryLimitDefault: 100;
|
|
2565
2571
|
export declare const listEntitlementsQueryLimitMax: 1000;
|
|
2572
|
+
export declare const listEntitlementsQueryOrderDefault: "ASC";
|
|
2566
2573
|
export declare const ListEntitlementsQueryParams: zod.ZodObject<{
|
|
2567
2574
|
entitlementType: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
2568
2575
|
boolean: "boolean";
|
|
@@ -2573,7 +2580,7 @@ export declare const ListEntitlementsQueryParams: zod.ZodObject<{
|
|
|
2573
2580
|
feature: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
2574
2581
|
limit: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2575
2582
|
offset: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2576
|
-
order: zod.
|
|
2583
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
2577
2584
|
ASC: "ASC";
|
|
2578
2585
|
DESC: "DESC";
|
|
2579
2586
|
}>>;
|
|
@@ -2660,12 +2667,13 @@ export declare const listFeaturesQueryOffsetDefault: 0;
|
|
|
2660
2667
|
export declare const listFeaturesQueryOffsetMin: 0;
|
|
2661
2668
|
export declare const listFeaturesQueryLimitDefault: 100;
|
|
2662
2669
|
export declare const listFeaturesQueryLimitMax: 1000;
|
|
2670
|
+
export declare const listFeaturesQueryOrderDefault: "ASC";
|
|
2663
2671
|
export declare const ListFeaturesQueryParams: zod.ZodObject<{
|
|
2664
2672
|
includeArchived: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
2665
2673
|
limit: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2666
2674
|
meterSlug: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
2667
2675
|
offset: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2668
|
-
order: zod.
|
|
2676
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
2669
2677
|
ASC: "ASC";
|
|
2670
2678
|
DESC: "DESC";
|
|
2671
2679
|
}>>;
|
|
@@ -2747,12 +2755,13 @@ export declare const listGrantsQueryOffsetDefault: 0;
|
|
|
2747
2755
|
export declare const listGrantsQueryOffsetMin: 0;
|
|
2748
2756
|
export declare const listGrantsQueryLimitDefault: 100;
|
|
2749
2757
|
export declare const listGrantsQueryLimitMax: 1000;
|
|
2758
|
+
export declare const listGrantsQueryOrderDefault: "ASC";
|
|
2750
2759
|
export declare const ListGrantsQueryParams: zod.ZodObject<{
|
|
2751
2760
|
feature: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
2752
2761
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
2753
2762
|
limit: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2754
2763
|
offset: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2755
|
-
order: zod.
|
|
2764
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
2756
2765
|
ASC: "ASC";
|
|
2757
2766
|
DESC: "DESC";
|
|
2758
2767
|
}>>;
|
|
@@ -2884,10 +2893,11 @@ export declare const MarketplaceOAuth2InstallAuthorizeQueryParams: zod.ZodObject
|
|
|
2884
2893
|
export declare const listMetersQueryPageDefault: 1;
|
|
2885
2894
|
export declare const listMetersQueryPageSizeDefault: 100;
|
|
2886
2895
|
export declare const listMetersQueryPageSizeMax: 1000;
|
|
2896
|
+
export declare const listMetersQueryOrderDefault: "ASC";
|
|
2887
2897
|
export declare const listMetersQueryIncludeDeletedDefault: false;
|
|
2888
2898
|
export declare const ListMetersQueryParams: zod.ZodObject<{
|
|
2889
2899
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
2890
|
-
order: zod.
|
|
2900
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
2891
2901
|
ASC: "ASC";
|
|
2892
2902
|
DESC: "DESC";
|
|
2893
2903
|
}>>;
|
|
@@ -3072,10 +3082,11 @@ export declare const listNotificationChannelsQueryIncludeDisabledDefault: false;
|
|
|
3072
3082
|
export declare const listNotificationChannelsQueryPageDefault: 1;
|
|
3073
3083
|
export declare const listNotificationChannelsQueryPageSizeDefault: 100;
|
|
3074
3084
|
export declare const listNotificationChannelsQueryPageSizeMax: 1000;
|
|
3085
|
+
export declare const listNotificationChannelsQueryOrderDefault: "ASC";
|
|
3075
3086
|
export declare const ListNotificationChannelsQueryParams: zod.ZodObject<{
|
|
3076
3087
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3077
3088
|
includeDisabled: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3078
|
-
order: zod.
|
|
3089
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
3079
3090
|
ASC: "ASC";
|
|
3080
3091
|
DESC: "DESC";
|
|
3081
3092
|
}>>;
|
|
@@ -3155,11 +3166,12 @@ export declare const listNotificationEventsQueryChannelItemRegExp: RegExp;
|
|
|
3155
3166
|
export declare const listNotificationEventsQueryPageDefault: 1;
|
|
3156
3167
|
export declare const listNotificationEventsQueryPageSizeDefault: 100;
|
|
3157
3168
|
export declare const listNotificationEventsQueryPageSizeMax: 1000;
|
|
3169
|
+
export declare const listNotificationEventsQueryOrderDefault: "ASC";
|
|
3158
3170
|
export declare const ListNotificationEventsQueryParams: zod.ZodObject<{
|
|
3159
3171
|
channel: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3160
3172
|
feature: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3161
3173
|
from: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
3162
|
-
order: zod.
|
|
3174
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
3163
3175
|
ASC: "ASC";
|
|
3164
3176
|
DESC: "DESC";
|
|
3165
3177
|
}>>;
|
|
@@ -3202,12 +3214,13 @@ export declare const listNotificationRulesQueryFeatureItemRegExp: RegExp;
|
|
|
3202
3214
|
export declare const listNotificationRulesQueryPageDefault: 1;
|
|
3203
3215
|
export declare const listNotificationRulesQueryPageSizeDefault: 100;
|
|
3204
3216
|
export declare const listNotificationRulesQueryPageSizeMax: 1000;
|
|
3217
|
+
export declare const listNotificationRulesQueryOrderDefault: "ASC";
|
|
3205
3218
|
export declare const ListNotificationRulesQueryParams: zod.ZodObject<{
|
|
3206
3219
|
channel: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3207
3220
|
feature: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3208
3221
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3209
3222
|
includeDisabled: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3210
|
-
order: zod.
|
|
3223
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
3211
3224
|
ASC: "ASC";
|
|
3212
3225
|
DESC: "DESC";
|
|
3213
3226
|
}>>;
|
|
@@ -3396,13 +3409,14 @@ export declare const listPlansQueryCurrencyItemRegExp: RegExp;
|
|
|
3396
3409
|
export declare const listPlansQueryPageDefault: 1;
|
|
3397
3410
|
export declare const listPlansQueryPageSizeDefault: 100;
|
|
3398
3411
|
export declare const listPlansQueryPageSizeMax: 1000;
|
|
3412
|
+
export declare const listPlansQueryOrderDefault: "ASC";
|
|
3399
3413
|
export declare const ListPlansQueryParams: zod.ZodObject<{
|
|
3400
3414
|
currency: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3401
3415
|
id: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3402
3416
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3403
3417
|
key: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3404
3418
|
keyVersion: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodArray<zod.z.ZodCoercedNumber<unknown>>>>;
|
|
3405
|
-
order: zod.
|
|
3419
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
3406
3420
|
ASC: "ASC";
|
|
3407
3421
|
DESC: "DESC";
|
|
3408
3422
|
}>>;
|
|
@@ -3996,12 +4010,13 @@ export declare const listPlanAddonsQueryKeyItemRegExp: RegExp;
|
|
|
3996
4010
|
export declare const listPlanAddonsQueryPageDefault: 1;
|
|
3997
4011
|
export declare const listPlanAddonsQueryPageSizeDefault: 100;
|
|
3998
4012
|
export declare const listPlanAddonsQueryPageSizeMax: 1000;
|
|
4013
|
+
export declare const listPlanAddonsQueryOrderDefault: "ASC";
|
|
3999
4014
|
export declare const ListPlanAddonsQueryParams: zod.ZodObject<{
|
|
4000
4015
|
id: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
4001
4016
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
4002
4017
|
key: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
4003
4018
|
keyVersion: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodArray<zod.z.ZodCoercedNumber<unknown>>>>;
|
|
4004
|
-
order: zod.
|
|
4019
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
4005
4020
|
ASC: "ASC";
|
|
4006
4021
|
DESC: "DESC";
|
|
4007
4022
|
}>>;
|
|
@@ -4430,9 +4445,10 @@ export declare const ListEntitlementGrantsParams: zod.ZodObject<{
|
|
|
4430
4445
|
subjectIdOrKey: zod.z.ZodCoercedString<unknown>;
|
|
4431
4446
|
}, zod.z.core.$strip>;
|
|
4432
4447
|
export declare const listEntitlementGrantsQueryIncludeDeletedDefault: false;
|
|
4448
|
+
export declare const listEntitlementGrantsQueryOrderByDefault: "updatedAt";
|
|
4433
4449
|
export declare const ListEntitlementGrantsQueryParams: zod.ZodObject<{
|
|
4434
4450
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
4435
|
-
orderBy: zod.
|
|
4451
|
+
orderBy: zod.ZodDefault<zod.ZodEnum<{
|
|
4436
4452
|
id: "id";
|
|
4437
4453
|
createdAt: "createdAt";
|
|
4438
4454
|
updatedAt: "updatedAt";
|
|
@@ -5823,9 +5839,10 @@ export declare const listCustomerEntitlementsV2QueryIncludeDeletedDefault: false
|
|
|
5823
5839
|
export declare const listCustomerEntitlementsV2QueryPageDefault: 1;
|
|
5824
5840
|
export declare const listCustomerEntitlementsV2QueryPageSizeDefault: 100;
|
|
5825
5841
|
export declare const listCustomerEntitlementsV2QueryPageSizeMax: 1000;
|
|
5842
|
+
export declare const listCustomerEntitlementsV2QueryOrderDefault: "ASC";
|
|
5826
5843
|
export declare const ListCustomerEntitlementsV2QueryParams: zod.ZodObject<{
|
|
5827
5844
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
5828
|
-
order: zod.
|
|
5845
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
5829
5846
|
ASC: "ASC";
|
|
5830
5847
|
DESC: "DESC";
|
|
5831
5848
|
}>>;
|
|
@@ -5882,11 +5899,12 @@ export declare const listCustomerEntitlementGrantsV2QueryOffsetDefault: 0;
|
|
|
5882
5899
|
export declare const listCustomerEntitlementGrantsV2QueryOffsetMin: 0;
|
|
5883
5900
|
export declare const listCustomerEntitlementGrantsV2QueryLimitDefault: 100;
|
|
5884
5901
|
export declare const listCustomerEntitlementGrantsV2QueryLimitMax: 1000;
|
|
5902
|
+
export declare const listCustomerEntitlementGrantsV2QueryOrderDefault: "ASC";
|
|
5885
5903
|
export declare const ListCustomerEntitlementGrantsV2QueryParams: zod.ZodObject<{
|
|
5886
5904
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
5887
5905
|
limit: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
5888
5906
|
offset: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
5889
|
-
order: zod.
|
|
5907
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
5890
5908
|
ASC: "ASC";
|
|
5891
5909
|
DESC: "DESC";
|
|
5892
5910
|
}>>;
|
|
@@ -6157,6 +6175,7 @@ export declare const listEntitlementsV2QueryOffsetDefault: 0;
|
|
|
6157
6175
|
export declare const listEntitlementsV2QueryOffsetMin: 0;
|
|
6158
6176
|
export declare const listEntitlementsV2QueryLimitDefault: 100;
|
|
6159
6177
|
export declare const listEntitlementsV2QueryLimitMax: 1000;
|
|
6178
|
+
export declare const listEntitlementsV2QueryOrderDefault: "ASC";
|
|
6160
6179
|
export declare const ListEntitlementsV2QueryParams: zod.ZodObject<{
|
|
6161
6180
|
customerIds: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
6162
6181
|
customerKeys: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
@@ -6169,7 +6188,7 @@ export declare const ListEntitlementsV2QueryParams: zod.ZodObject<{
|
|
|
6169
6188
|
feature: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
6170
6189
|
limit: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
6171
6190
|
offset: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
6172
|
-
order: zod.
|
|
6191
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
6173
6192
|
ASC: "ASC";
|
|
6174
6193
|
DESC: "DESC";
|
|
6175
6194
|
}>>;
|
|
@@ -6216,13 +6235,14 @@ export declare const listGrantsV2QueryOffsetDefault: 0;
|
|
|
6216
6235
|
export declare const listGrantsV2QueryOffsetMin: 0;
|
|
6217
6236
|
export declare const listGrantsV2QueryLimitDefault: 100;
|
|
6218
6237
|
export declare const listGrantsV2QueryLimitMax: 1000;
|
|
6238
|
+
export declare const listGrantsV2QueryOrderDefault: "ASC";
|
|
6219
6239
|
export declare const ListGrantsV2QueryParams: zod.ZodObject<{
|
|
6220
6240
|
customer: zod.ZodOptional<zod.ZodArray<zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>>>;
|
|
6221
6241
|
feature: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
6222
6242
|
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
6223
6243
|
limit: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
6224
6244
|
offset: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
6225
|
-
order: zod.
|
|
6245
|
+
order: zod.ZodDefault<zod.ZodEnum<{
|
|
6226
6246
|
ASC: "ASC";
|
|
6227
6247
|
DESC: "DESC";
|
|
6228
6248
|
}>>;
|