@openmeter/sdk 1.0.0-beta.226 → 1.0.0-beta.227
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 +3 -3
- package/dist/cjs/src/zod/index.cjs +1883 -1871
- package/dist/cjs/src/zod/index.cjs.map +1 -1
- package/dist/cjs/src/zod/index.d.cts +1102 -1103
- package/dist/src/client/schemas.d.ts +3 -3
- package/dist/src/zod/index.d.ts +1102 -1103
- package/dist/src/zod/index.js +1854 -1841
- package/dist/src/zod/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +10 -10
package/dist/src/zod/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval
|
|
2
|
+
* Generated by orval v8.2.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* OpenMeter Cloud API
|
|
5
5
|
* OpenMeter is a cloud native usage metering service.
|
|
@@ -21,10 +21,10 @@ 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
|
|
24
|
+
export declare const ListAddonsQueryParams: zod.ZodObject<{
|
|
25
25
|
currency: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
26
26
|
id: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
27
|
-
includeDeleted: zod.
|
|
27
|
+
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
28
28
|
key: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
29
29
|
keyVersion: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodArray<zod.z.ZodCoercedNumber<unknown>>>>;
|
|
30
30
|
order: zod.ZodOptional<zod.ZodEnum<{
|
|
@@ -54,57 +54,57 @@ export declare const createAddonBodyNameMax: 256;
|
|
|
54
54
|
export declare const createAddonBodyDescriptionMax: 1024;
|
|
55
55
|
export declare const createAddonBodyKeyMax: 64;
|
|
56
56
|
export declare const createAddonBodyKeyRegExp: RegExp;
|
|
57
|
-
export declare const
|
|
58
|
-
export declare const
|
|
59
|
-
export declare const
|
|
57
|
+
export declare const createAddonBodyCurrencyOneMin: 3;
|
|
58
|
+
export declare const createAddonBodyCurrencyOneMax: 3;
|
|
59
|
+
export declare const createAddonBodyCurrencyOneRegExp: RegExp;
|
|
60
60
|
export declare const createAddonBodyCurrencyDefault: "USD";
|
|
61
|
-
export declare const
|
|
62
|
-
export declare const
|
|
63
|
-
export declare const
|
|
64
|
-
export declare const
|
|
65
|
-
export declare const
|
|
66
|
-
export declare const
|
|
67
|
-
export declare const
|
|
68
|
-
export declare const
|
|
69
|
-
export declare const
|
|
70
|
-
export declare const
|
|
71
|
-
export declare const
|
|
72
|
-
export declare const
|
|
73
|
-
export declare const
|
|
74
|
-
export declare const
|
|
75
|
-
export declare const
|
|
76
|
-
export declare const
|
|
77
|
-
export declare const
|
|
78
|
-
export declare const
|
|
79
|
-
export declare const
|
|
80
|
-
export declare const
|
|
81
|
-
export declare const
|
|
82
|
-
export declare const
|
|
83
|
-
export declare const
|
|
84
|
-
export declare const
|
|
85
|
-
export declare const
|
|
86
|
-
export declare const
|
|
87
|
-
export declare const
|
|
88
|
-
export declare const
|
|
89
|
-
export declare const
|
|
90
|
-
export declare const
|
|
91
|
-
export declare const
|
|
92
|
-
export declare const
|
|
93
|
-
export declare const
|
|
94
|
-
export declare const
|
|
95
|
-
export declare const
|
|
96
|
-
export declare const
|
|
97
|
-
export declare const
|
|
98
|
-
export declare const
|
|
99
|
-
export declare const
|
|
100
|
-
export declare const
|
|
101
|
-
export declare const
|
|
102
|
-
export declare const
|
|
103
|
-
export declare const
|
|
104
|
-
export declare const
|
|
105
|
-
export declare const
|
|
106
|
-
export declare const
|
|
107
|
-
export declare const
|
|
61
|
+
export declare const createAddonBodyRateCardsItemOneKeyMax: 64;
|
|
62
|
+
export declare const createAddonBodyRateCardsItemOneKeyRegExp: RegExp;
|
|
63
|
+
export declare const createAddonBodyRateCardsItemOneNameMax: 256;
|
|
64
|
+
export declare const createAddonBodyRateCardsItemOneDescriptionMax: 1024;
|
|
65
|
+
export declare const createAddonBodyRateCardsItemOneFeatureKeyMax: 64;
|
|
66
|
+
export declare const createAddonBodyRateCardsItemOneFeatureKeyRegExp: RegExp;
|
|
67
|
+
export declare const createAddonBodyRateCardsItemOneEntitlementTemplateOneOneIsSoftLimitDefault: false;
|
|
68
|
+
export declare const createAddonBodyRateCardsItemOneEntitlementTemplateOneOneIssueAfterResetMin: 0;
|
|
69
|
+
export declare const createAddonBodyRateCardsItemOneEntitlementTemplateOneOneIssueAfterResetPriorityDefault: 1;
|
|
70
|
+
export declare const createAddonBodyRateCardsItemOneEntitlementTemplateOneOneIssueAfterResetPriorityMax: 255;
|
|
71
|
+
export declare const createAddonBodyRateCardsItemOneEntitlementTemplateOneOnePreserveOverageAtResetDefault: false;
|
|
72
|
+
export declare const createAddonBodyRateCardsItemOneTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
73
|
+
export declare const createAddonBodyRateCardsItemOnePriceOneAmountOneRegExp: RegExp;
|
|
74
|
+
export declare const createAddonBodyRateCardsItemOnePriceOnePaymentTermDefault: "in_advance";
|
|
75
|
+
export declare const createAddonBodyRateCardsItemOneDiscountsOneUsageOneQuantityOneRegExp: RegExp;
|
|
76
|
+
export declare const createAddonBodyRateCardsItemTwoKeyMax: 64;
|
|
77
|
+
export declare const createAddonBodyRateCardsItemTwoKeyRegExp: RegExp;
|
|
78
|
+
export declare const createAddonBodyRateCardsItemTwoNameMax: 256;
|
|
79
|
+
export declare const createAddonBodyRateCardsItemTwoDescriptionMax: 1024;
|
|
80
|
+
export declare const createAddonBodyRateCardsItemTwoFeatureKeyMax: 64;
|
|
81
|
+
export declare const createAddonBodyRateCardsItemTwoFeatureKeyRegExp: RegExp;
|
|
82
|
+
export declare const createAddonBodyRateCardsItemTwoEntitlementTemplateOneOneIsSoftLimitDefault: false;
|
|
83
|
+
export declare const createAddonBodyRateCardsItemTwoEntitlementTemplateOneOneIssueAfterResetMin: 0;
|
|
84
|
+
export declare const createAddonBodyRateCardsItemTwoEntitlementTemplateOneOneIssueAfterResetPriorityDefault: 1;
|
|
85
|
+
export declare const createAddonBodyRateCardsItemTwoEntitlementTemplateOneOneIssueAfterResetPriorityMax: 255;
|
|
86
|
+
export declare const createAddonBodyRateCardsItemTwoEntitlementTemplateOneOnePreserveOverageAtResetDefault: false;
|
|
87
|
+
export declare const createAddonBodyRateCardsItemTwoTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
88
|
+
export declare const createAddonBodyRateCardsItemTwoPriceOneOneAmountOneRegExp: RegExp;
|
|
89
|
+
export declare const createAddonBodyRateCardsItemTwoPriceOneOnePaymentTermDefault: "in_advance";
|
|
90
|
+
export declare const createAddonBodyRateCardsItemTwoPriceOneTwoAmountOneRegExp: RegExp;
|
|
91
|
+
export declare const createAddonBodyRateCardsItemTwoPriceOneTwoMinimumAmountOneRegExp: RegExp;
|
|
92
|
+
export declare const createAddonBodyRateCardsItemTwoPriceOneTwoMaximumAmountOneRegExp: RegExp;
|
|
93
|
+
export declare const createAddonBodyRateCardsItemTwoPriceOneThreeTiersItemUpToAmountOneRegExp: RegExp;
|
|
94
|
+
export declare const createAddonBodyRateCardsItemTwoPriceOneThreeTiersItemFlatPriceOneAmountOneRegExp: RegExp;
|
|
95
|
+
export declare const createAddonBodyRateCardsItemTwoPriceOneThreeTiersItemUnitPriceOneAmountOneRegExp: RegExp;
|
|
96
|
+
export declare const createAddonBodyRateCardsItemTwoPriceOneThreeMinimumAmountOneRegExp: RegExp;
|
|
97
|
+
export declare const createAddonBodyRateCardsItemTwoPriceOneThreeMaximumAmountOneRegExp: RegExp;
|
|
98
|
+
export declare const createAddonBodyRateCardsItemTwoPriceOneFourMultiplierOneRegExp: RegExp;
|
|
99
|
+
export declare const createAddonBodyRateCardsItemTwoPriceOneFourMultiplierDefault: "1";
|
|
100
|
+
export declare const createAddonBodyRateCardsItemTwoPriceOneFourMinimumAmountOneRegExp: RegExp;
|
|
101
|
+
export declare const createAddonBodyRateCardsItemTwoPriceOneFourMaximumAmountOneRegExp: RegExp;
|
|
102
|
+
export declare const createAddonBodyRateCardsItemTwoPriceOneFiveAmountOneRegExp: RegExp;
|
|
103
|
+
export declare const createAddonBodyRateCardsItemTwoPriceOneFiveQuantityPerPackageOneRegExp: RegExp;
|
|
104
|
+
export declare const createAddonBodyRateCardsItemTwoPriceOneFiveMinimumAmountOneRegExp: RegExp;
|
|
105
|
+
export declare const createAddonBodyRateCardsItemTwoPriceOneFiveMaximumAmountOneRegExp: RegExp;
|
|
106
|
+
export declare const createAddonBodyRateCardsItemTwoDiscountsOneUsageOneQuantityOneRegExp: RegExp;
|
|
107
|
+
export declare const CreateAddonBody: zod.ZodObject<{
|
|
108
108
|
currency: zod.z.ZodCoercedString<unknown>;
|
|
109
109
|
description: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
110
110
|
instanceType: zod.ZodEnum<{
|
|
@@ -126,11 +126,11 @@ export declare const createAddonBody: zod.ZodObject<{
|
|
|
126
126
|
}, zod.z.core.$strip>>;
|
|
127
127
|
}, zod.z.core.$strip>>;
|
|
128
128
|
entitlementTemplate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
129
|
-
isSoftLimit: zod.
|
|
129
|
+
isSoftLimit: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
130
130
|
issueAfterReset: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
131
131
|
issueAfterResetPriority: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
132
132
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
133
|
-
preserveOverageAtReset: zod.
|
|
133
|
+
preserveOverageAtReset: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
134
134
|
type: zod.ZodEnum<{
|
|
135
135
|
metered: "metered";
|
|
136
136
|
}>;
|
|
@@ -188,11 +188,11 @@ export declare const createAddonBody: zod.ZodObject<{
|
|
|
188
188
|
}, zod.z.core.$strip>>;
|
|
189
189
|
}, zod.z.core.$strip>>;
|
|
190
190
|
entitlementTemplate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
191
|
-
isSoftLimit: zod.
|
|
191
|
+
isSoftLimit: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
192
192
|
issueAfterReset: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
193
193
|
issueAfterResetPriority: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
194
194
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
195
|
-
preserveOverageAtReset: zod.
|
|
195
|
+
preserveOverageAtReset: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
196
196
|
type: zod.ZodEnum<{
|
|
197
197
|
metered: "metered";
|
|
198
198
|
}>;
|
|
@@ -292,58 +292,58 @@ export declare const createAddonBody: zod.ZodObject<{
|
|
|
292
292
|
* @summary Update add-on
|
|
293
293
|
*/
|
|
294
294
|
export declare const updateAddonPathAddonIdRegExp: RegExp;
|
|
295
|
-
export declare const
|
|
295
|
+
export declare const UpdateAddonParams: zod.ZodObject<{
|
|
296
296
|
addonId: zod.z.ZodCoercedString<unknown>;
|
|
297
297
|
}, zod.z.core.$strip>;
|
|
298
298
|
export declare const updateAddonBodyNameMax: 256;
|
|
299
299
|
export declare const updateAddonBodyDescriptionMax: 1024;
|
|
300
|
-
export declare const
|
|
301
|
-
export declare const
|
|
302
|
-
export declare const
|
|
303
|
-
export declare const
|
|
304
|
-
export declare const
|
|
305
|
-
export declare const
|
|
306
|
-
export declare const
|
|
307
|
-
export declare const
|
|
308
|
-
export declare const
|
|
309
|
-
export declare const
|
|
310
|
-
export declare const
|
|
311
|
-
export declare const
|
|
312
|
-
export declare const
|
|
313
|
-
export declare const
|
|
314
|
-
export declare const
|
|
315
|
-
export declare const
|
|
316
|
-
export declare const
|
|
317
|
-
export declare const
|
|
318
|
-
export declare const
|
|
319
|
-
export declare const
|
|
320
|
-
export declare const
|
|
321
|
-
export declare const
|
|
322
|
-
export declare const
|
|
323
|
-
export declare const
|
|
324
|
-
export declare const
|
|
325
|
-
export declare const
|
|
326
|
-
export declare const
|
|
327
|
-
export declare const
|
|
328
|
-
export declare const
|
|
329
|
-
export declare const
|
|
330
|
-
export declare const
|
|
331
|
-
export declare const
|
|
332
|
-
export declare const
|
|
333
|
-
export declare const
|
|
334
|
-
export declare const
|
|
335
|
-
export declare const
|
|
336
|
-
export declare const
|
|
337
|
-
export declare const
|
|
338
|
-
export declare const
|
|
339
|
-
export declare const
|
|
340
|
-
export declare const
|
|
341
|
-
export declare const
|
|
342
|
-
export declare const
|
|
343
|
-
export declare const
|
|
344
|
-
export declare const
|
|
345
|
-
export declare const
|
|
346
|
-
export declare const
|
|
300
|
+
export declare const updateAddonBodyRateCardsItemOneKeyMax: 64;
|
|
301
|
+
export declare const updateAddonBodyRateCardsItemOneKeyRegExp: RegExp;
|
|
302
|
+
export declare const updateAddonBodyRateCardsItemOneNameMax: 256;
|
|
303
|
+
export declare const updateAddonBodyRateCardsItemOneDescriptionMax: 1024;
|
|
304
|
+
export declare const updateAddonBodyRateCardsItemOneFeatureKeyMax: 64;
|
|
305
|
+
export declare const updateAddonBodyRateCardsItemOneFeatureKeyRegExp: RegExp;
|
|
306
|
+
export declare const updateAddonBodyRateCardsItemOneEntitlementTemplateOneOneIsSoftLimitDefault: false;
|
|
307
|
+
export declare const updateAddonBodyRateCardsItemOneEntitlementTemplateOneOneIssueAfterResetMin: 0;
|
|
308
|
+
export declare const updateAddonBodyRateCardsItemOneEntitlementTemplateOneOneIssueAfterResetPriorityDefault: 1;
|
|
309
|
+
export declare const updateAddonBodyRateCardsItemOneEntitlementTemplateOneOneIssueAfterResetPriorityMax: 255;
|
|
310
|
+
export declare const updateAddonBodyRateCardsItemOneEntitlementTemplateOneOnePreserveOverageAtResetDefault: false;
|
|
311
|
+
export declare const updateAddonBodyRateCardsItemOneTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
312
|
+
export declare const updateAddonBodyRateCardsItemOnePriceOneAmountOneRegExp: RegExp;
|
|
313
|
+
export declare const updateAddonBodyRateCardsItemOnePriceOnePaymentTermDefault: "in_advance";
|
|
314
|
+
export declare const updateAddonBodyRateCardsItemOneDiscountsOneUsageOneQuantityOneRegExp: RegExp;
|
|
315
|
+
export declare const updateAddonBodyRateCardsItemTwoKeyMax: 64;
|
|
316
|
+
export declare const updateAddonBodyRateCardsItemTwoKeyRegExp: RegExp;
|
|
317
|
+
export declare const updateAddonBodyRateCardsItemTwoNameMax: 256;
|
|
318
|
+
export declare const updateAddonBodyRateCardsItemTwoDescriptionMax: 1024;
|
|
319
|
+
export declare const updateAddonBodyRateCardsItemTwoFeatureKeyMax: 64;
|
|
320
|
+
export declare const updateAddonBodyRateCardsItemTwoFeatureKeyRegExp: RegExp;
|
|
321
|
+
export declare const updateAddonBodyRateCardsItemTwoEntitlementTemplateOneOneIsSoftLimitDefault: false;
|
|
322
|
+
export declare const updateAddonBodyRateCardsItemTwoEntitlementTemplateOneOneIssueAfterResetMin: 0;
|
|
323
|
+
export declare const updateAddonBodyRateCardsItemTwoEntitlementTemplateOneOneIssueAfterResetPriorityDefault: 1;
|
|
324
|
+
export declare const updateAddonBodyRateCardsItemTwoEntitlementTemplateOneOneIssueAfterResetPriorityMax: 255;
|
|
325
|
+
export declare const updateAddonBodyRateCardsItemTwoEntitlementTemplateOneOnePreserveOverageAtResetDefault: false;
|
|
326
|
+
export declare const updateAddonBodyRateCardsItemTwoTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
327
|
+
export declare const updateAddonBodyRateCardsItemTwoPriceOneOneAmountOneRegExp: RegExp;
|
|
328
|
+
export declare const updateAddonBodyRateCardsItemTwoPriceOneOnePaymentTermDefault: "in_advance";
|
|
329
|
+
export declare const updateAddonBodyRateCardsItemTwoPriceOneTwoAmountOneRegExp: RegExp;
|
|
330
|
+
export declare const updateAddonBodyRateCardsItemTwoPriceOneTwoMinimumAmountOneRegExp: RegExp;
|
|
331
|
+
export declare const updateAddonBodyRateCardsItemTwoPriceOneTwoMaximumAmountOneRegExp: RegExp;
|
|
332
|
+
export declare const updateAddonBodyRateCardsItemTwoPriceOneThreeTiersItemUpToAmountOneRegExp: RegExp;
|
|
333
|
+
export declare const updateAddonBodyRateCardsItemTwoPriceOneThreeTiersItemFlatPriceOneAmountOneRegExp: RegExp;
|
|
334
|
+
export declare const updateAddonBodyRateCardsItemTwoPriceOneThreeTiersItemUnitPriceOneAmountOneRegExp: RegExp;
|
|
335
|
+
export declare const updateAddonBodyRateCardsItemTwoPriceOneThreeMinimumAmountOneRegExp: RegExp;
|
|
336
|
+
export declare const updateAddonBodyRateCardsItemTwoPriceOneThreeMaximumAmountOneRegExp: RegExp;
|
|
337
|
+
export declare const updateAddonBodyRateCardsItemTwoPriceOneFourMultiplierOneRegExp: RegExp;
|
|
338
|
+
export declare const updateAddonBodyRateCardsItemTwoPriceOneFourMultiplierDefault: "1";
|
|
339
|
+
export declare const updateAddonBodyRateCardsItemTwoPriceOneFourMinimumAmountOneRegExp: RegExp;
|
|
340
|
+
export declare const updateAddonBodyRateCardsItemTwoPriceOneFourMaximumAmountOneRegExp: RegExp;
|
|
341
|
+
export declare const updateAddonBodyRateCardsItemTwoPriceOneFiveAmountOneRegExp: RegExp;
|
|
342
|
+
export declare const updateAddonBodyRateCardsItemTwoPriceOneFiveQuantityPerPackageOneRegExp: RegExp;
|
|
343
|
+
export declare const updateAddonBodyRateCardsItemTwoPriceOneFiveMinimumAmountOneRegExp: RegExp;
|
|
344
|
+
export declare const updateAddonBodyRateCardsItemTwoPriceOneFiveMaximumAmountOneRegExp: RegExp;
|
|
345
|
+
export declare const updateAddonBodyRateCardsItemTwoDiscountsOneUsageOneQuantityOneRegExp: RegExp;
|
|
346
|
+
export declare const UpdateAddonBody: zod.ZodObject<{
|
|
347
347
|
description: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
348
348
|
instanceType: zod.ZodEnum<{
|
|
349
349
|
single: "single";
|
|
@@ -363,11 +363,11 @@ export declare const updateAddonBody: zod.ZodObject<{
|
|
|
363
363
|
}, zod.z.core.$strip>>;
|
|
364
364
|
}, zod.z.core.$strip>>;
|
|
365
365
|
entitlementTemplate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
366
|
-
isSoftLimit: zod.
|
|
366
|
+
isSoftLimit: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
367
367
|
issueAfterReset: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
368
368
|
issueAfterResetPriority: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
369
369
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
370
|
-
preserveOverageAtReset: zod.
|
|
370
|
+
preserveOverageAtReset: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
371
371
|
type: zod.ZodEnum<{
|
|
372
372
|
metered: "metered";
|
|
373
373
|
}>;
|
|
@@ -425,11 +425,11 @@ export declare const updateAddonBody: zod.ZodObject<{
|
|
|
425
425
|
}, zod.z.core.$strip>>;
|
|
426
426
|
}, zod.z.core.$strip>>;
|
|
427
427
|
entitlementTemplate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
428
|
-
isSoftLimit: zod.
|
|
428
|
+
isSoftLimit: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
429
429
|
issueAfterReset: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
430
430
|
issueAfterResetPriority: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
431
431
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
432
|
-
preserveOverageAtReset: zod.
|
|
432
|
+
preserveOverageAtReset: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
433
433
|
type: zod.ZodEnum<{
|
|
434
434
|
metered: "metered";
|
|
435
435
|
}>;
|
|
@@ -530,12 +530,12 @@ export declare const updateAddonBody: zod.ZodObject<{
|
|
|
530
530
|
*/
|
|
531
531
|
export declare const getAddonPathAddonIdMax: 64;
|
|
532
532
|
export declare const getAddonPathAddonIdRegExp: RegExp;
|
|
533
|
-
export declare const
|
|
533
|
+
export declare const GetAddonParams: zod.ZodObject<{
|
|
534
534
|
addonId: zod.z.ZodCoercedString<unknown>;
|
|
535
535
|
}, zod.z.core.$strip>;
|
|
536
536
|
export declare const getAddonQueryIncludeLatestDefault: false;
|
|
537
|
-
export declare const
|
|
538
|
-
includeLatest: zod.
|
|
537
|
+
export declare const GetAddonQueryParams: zod.ZodObject<{
|
|
538
|
+
includeLatest: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
539
539
|
}, zod.z.core.$strip>;
|
|
540
540
|
/**
|
|
541
541
|
* Soft delete add-on by id.
|
|
@@ -544,7 +544,7 @@ Once a add-on is deleted it cannot be undeleted.
|
|
|
544
544
|
* @summary Delete add-on
|
|
545
545
|
*/
|
|
546
546
|
export declare const deleteAddonPathAddonIdRegExp: RegExp;
|
|
547
|
-
export declare const
|
|
547
|
+
export declare const DeleteAddonParams: zod.ZodObject<{
|
|
548
548
|
addonId: zod.z.ZodCoercedString<unknown>;
|
|
549
549
|
}, zod.z.core.$strip>;
|
|
550
550
|
/**
|
|
@@ -552,7 +552,7 @@ export declare const deleteAddonParams: zod.ZodObject<{
|
|
|
552
552
|
* @summary Archive add-on version
|
|
553
553
|
*/
|
|
554
554
|
export declare const archiveAddonPathAddonIdRegExp: RegExp;
|
|
555
|
-
export declare const
|
|
555
|
+
export declare const ArchiveAddonParams: zod.ZodObject<{
|
|
556
556
|
addonId: zod.z.ZodCoercedString<unknown>;
|
|
557
557
|
}, zod.z.core.$strip>;
|
|
558
558
|
/**
|
|
@@ -560,7 +560,7 @@ export declare const archiveAddonParams: zod.ZodObject<{
|
|
|
560
560
|
* @summary Publish add-on
|
|
561
561
|
*/
|
|
562
562
|
export declare const publishAddonPathAddonIdRegExp: RegExp;
|
|
563
|
-
export declare const
|
|
563
|
+
export declare const PublishAddonParams: zod.ZodObject<{
|
|
564
564
|
addonId: zod.z.ZodCoercedString<unknown>;
|
|
565
565
|
}, zod.z.core.$strip>;
|
|
566
566
|
/**
|
|
@@ -570,7 +570,7 @@ export declare const publishAddonParams: zod.ZodObject<{
|
|
|
570
570
|
export declare const listAppsQueryPageDefault: 1;
|
|
571
571
|
export declare const listAppsQueryPageSizeDefault: 100;
|
|
572
572
|
export declare const listAppsQueryPageSizeMax: 1000;
|
|
573
|
-
export declare const
|
|
573
|
+
export declare const ListAppsQueryParams: zod.ZodObject<{
|
|
574
574
|
page: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
575
575
|
pageSize: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
576
576
|
}, zod.z.core.$strip>;
|
|
@@ -578,13 +578,13 @@ export declare const listAppsQueryParams: zod.ZodObject<{
|
|
|
578
578
|
* @summary Submit draft synchronization results
|
|
579
579
|
*/
|
|
580
580
|
export declare const appCustomInvoicingDraftSynchronizedPathInvoiceIdRegExp: RegExp;
|
|
581
|
-
export declare const
|
|
581
|
+
export declare const AppCustomInvoicingDraftSynchronizedParams: zod.ZodObject<{
|
|
582
582
|
invoiceId: zod.z.ZodCoercedString<unknown>;
|
|
583
583
|
}, zod.z.core.$strip>;
|
|
584
|
-
export declare const
|
|
585
|
-
export declare const
|
|
586
|
-
export declare const
|
|
587
|
-
export declare const
|
|
584
|
+
export declare const appCustomInvoicingDraftSynchronizedBodyInvoicingOneInvoiceNumberOneMax: 256;
|
|
585
|
+
export declare const appCustomInvoicingDraftSynchronizedBodyInvoicingOneLineExternalIdsItemLineIdRegExp: RegExp;
|
|
586
|
+
export declare const appCustomInvoicingDraftSynchronizedBodyInvoicingOneLineDiscountExternalIdsItemLineDiscountIdRegExp: RegExp;
|
|
587
|
+
export declare const AppCustomInvoicingDraftSynchronizedBody: zod.ZodObject<{
|
|
588
588
|
invoicing: zod.ZodOptional<zod.ZodObject<{
|
|
589
589
|
externalId: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
590
590
|
invoiceNumber: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
@@ -602,11 +602,11 @@ export declare const appCustomInvoicingDraftSynchronizedBody: zod.ZodObject<{
|
|
|
602
602
|
* @summary Submit issuing synchronization results
|
|
603
603
|
*/
|
|
604
604
|
export declare const appCustomInvoicingIssuingSynchronizedPathInvoiceIdRegExp: RegExp;
|
|
605
|
-
export declare const
|
|
605
|
+
export declare const AppCustomInvoicingIssuingSynchronizedParams: zod.ZodObject<{
|
|
606
606
|
invoiceId: zod.z.ZodCoercedString<unknown>;
|
|
607
607
|
}, zod.z.core.$strip>;
|
|
608
|
-
export declare const
|
|
609
|
-
export declare const
|
|
608
|
+
export declare const appCustomInvoicingIssuingSynchronizedBodyInvoicingOneInvoiceNumberOneMax: 256;
|
|
609
|
+
export declare const AppCustomInvoicingIssuingSynchronizedBody: zod.ZodObject<{
|
|
610
610
|
invoicing: zod.ZodOptional<zod.ZodObject<{
|
|
611
611
|
invoiceNumber: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
612
612
|
sentToCustomerAt: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
@@ -619,10 +619,10 @@ export declare const appCustomInvoicingIssuingSynchronizedBody: zod.ZodObject<{
|
|
|
619
619
|
* @summary Update payment status
|
|
620
620
|
*/
|
|
621
621
|
export declare const appCustomInvoicingUpdatePaymentStatusPathInvoiceIdRegExp: RegExp;
|
|
622
|
-
export declare const
|
|
622
|
+
export declare const AppCustomInvoicingUpdatePaymentStatusParams: zod.ZodObject<{
|
|
623
623
|
invoiceId: zod.z.ZodCoercedString<unknown>;
|
|
624
624
|
}, zod.z.core.$strip>;
|
|
625
|
-
export declare const
|
|
625
|
+
export declare const AppCustomInvoicingUpdatePaymentStatusBody: zod.ZodObject<{
|
|
626
626
|
trigger: zod.ZodEnum<{
|
|
627
627
|
paid: "paid";
|
|
628
628
|
payment_failed: "payment_failed";
|
|
@@ -637,7 +637,7 @@ export declare const appCustomInvoicingUpdatePaymentStatusBody: zod.ZodObject<{
|
|
|
637
637
|
* @summary Get app
|
|
638
638
|
*/
|
|
639
639
|
export declare const getAppPathIdRegExp: RegExp;
|
|
640
|
-
export declare const
|
|
640
|
+
export declare const GetAppParams: zod.ZodObject<{
|
|
641
641
|
id: zod.z.ZodCoercedString<unknown>;
|
|
642
642
|
}, zod.z.core.$strip>;
|
|
643
643
|
/**
|
|
@@ -645,16 +645,16 @@ export declare const getAppParams: zod.ZodObject<{
|
|
|
645
645
|
* @summary Update app
|
|
646
646
|
*/
|
|
647
647
|
export declare const updateAppPathIdRegExp: RegExp;
|
|
648
|
-
export declare const
|
|
648
|
+
export declare const UpdateAppParams: zod.ZodObject<{
|
|
649
649
|
id: zod.z.ZodCoercedString<unknown>;
|
|
650
650
|
}, zod.z.core.$strip>;
|
|
651
|
-
export declare const
|
|
652
|
-
export declare const
|
|
653
|
-
export declare const
|
|
654
|
-
export declare const
|
|
655
|
-
export declare const
|
|
656
|
-
export declare const
|
|
657
|
-
export declare const
|
|
651
|
+
export declare const updateAppBodyOneNameMax: 256;
|
|
652
|
+
export declare const updateAppBodyOneDescriptionMax: 1024;
|
|
653
|
+
export declare const updateAppBodyTwoNameMax: 256;
|
|
654
|
+
export declare const updateAppBodyTwoDescriptionMax: 1024;
|
|
655
|
+
export declare const updateAppBodyThreeNameMax: 256;
|
|
656
|
+
export declare const updateAppBodyThreeDescriptionMax: 1024;
|
|
657
|
+
export declare const UpdateAppBody: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
658
658
|
description: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
659
659
|
metadata: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>>;
|
|
660
660
|
name: zod.z.ZodCoercedString<unknown>;
|
|
@@ -684,7 +684,7 @@ export declare const updateAppBody: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
|
684
684
|
* @summary Uninstall app
|
|
685
685
|
*/
|
|
686
686
|
export declare const uninstallAppPathIdRegExp: RegExp;
|
|
687
|
-
export declare const
|
|
687
|
+
export declare const UninstallAppParams: zod.ZodObject<{
|
|
688
688
|
id: zod.z.ZodCoercedString<unknown>;
|
|
689
689
|
}, zod.z.core.$strip>;
|
|
690
690
|
/**
|
|
@@ -695,10 +695,10 @@ export declare const uninstallAppParams: zod.ZodObject<{
|
|
|
695
695
|
* @summary Update Stripe API key
|
|
696
696
|
*/
|
|
697
697
|
export declare const updateStripeAPIKeyPathIdRegExp: RegExp;
|
|
698
|
-
export declare const
|
|
698
|
+
export declare const UpdateStripeAPIKeyParams: zod.ZodObject<{
|
|
699
699
|
id: zod.z.ZodCoercedString<unknown>;
|
|
700
700
|
}, zod.z.core.$strip>;
|
|
701
|
-
export declare const
|
|
701
|
+
export declare const UpdateStripeAPIKeyBody: zod.ZodObject<{
|
|
702
702
|
secretAPIKey: zod.z.ZodCoercedString<unknown>;
|
|
703
703
|
}, zod.z.core.$strip>;
|
|
704
704
|
/**
|
|
@@ -706,10 +706,10 @@ export declare const updateStripeAPIKeyBody: zod.ZodObject<{
|
|
|
706
706
|
* @summary Stripe webhook
|
|
707
707
|
*/
|
|
708
708
|
export declare const appStripeWebhookPathIdRegExp: RegExp;
|
|
709
|
-
export declare const
|
|
709
|
+
export declare const AppStripeWebhookParams: zod.ZodObject<{
|
|
710
710
|
id: zod.z.ZodCoercedString<unknown>;
|
|
711
711
|
}, zod.z.core.$strip>;
|
|
712
|
-
export declare const
|
|
712
|
+
export declare const AppStripeWebhookBody: zod.ZodObject<{
|
|
713
713
|
created: zod.z.ZodCoercedNumber<unknown>;
|
|
714
714
|
data: zod.ZodObject<{
|
|
715
715
|
object: zod.ZodUnknown;
|
|
@@ -734,7 +734,7 @@ export declare const listBillingProfileCustomerOverridesQueryCustomerIdItemRegEx
|
|
|
734
734
|
export declare const listBillingProfileCustomerOverridesQueryPageDefault: 1;
|
|
735
735
|
export declare const listBillingProfileCustomerOverridesQueryPageSizeDefault: 100;
|
|
736
736
|
export declare const listBillingProfileCustomerOverridesQueryPageSizeMax: 1000;
|
|
737
|
-
export declare const
|
|
737
|
+
export declare const ListBillingProfileCustomerOverridesQueryParams: zod.ZodObject<{
|
|
738
738
|
billingProfile: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
739
739
|
customerId: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
740
740
|
customerKey: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
@@ -769,11 +769,11 @@ the default ones or have different workflow settings for example for enterprise
|
|
|
769
769
|
* @summary Create a new or update a customer override
|
|
770
770
|
*/
|
|
771
771
|
export declare const upsertBillingProfileCustomerOverridePathCustomerIdRegExp: RegExp;
|
|
772
|
-
export declare const
|
|
772
|
+
export declare const UpsertBillingProfileCustomerOverrideParams: zod.ZodObject<{
|
|
773
773
|
customerId: zod.z.ZodCoercedString<unknown>;
|
|
774
774
|
}, zod.z.core.$strip>;
|
|
775
775
|
export declare const upsertBillingProfileCustomerOverrideBodyBillingProfileIdRegExp: RegExp;
|
|
776
|
-
export declare const
|
|
776
|
+
export declare const UpsertBillingProfileCustomerOverrideBody: zod.ZodObject<{
|
|
777
777
|
billingProfileId: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
778
778
|
}, zod.z.core.$strip>;
|
|
779
779
|
/**
|
|
@@ -786,10 +786,10 @@ allows for getting a merged profile regardless of the customer override existenc
|
|
|
786
786
|
* @summary Get a customer override
|
|
787
787
|
*/
|
|
788
788
|
export declare const getBillingProfileCustomerOverridePathCustomerIdRegExp: RegExp;
|
|
789
|
-
export declare const
|
|
789
|
+
export declare const GetBillingProfileCustomerOverrideParams: zod.ZodObject<{
|
|
790
790
|
customerId: zod.z.ZodCoercedString<unknown>;
|
|
791
791
|
}, zod.z.core.$strip>;
|
|
792
|
-
export declare const
|
|
792
|
+
export declare const GetBillingProfileCustomerOverrideQueryParams: zod.ZodObject<{
|
|
793
793
|
expand: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
794
794
|
apps: "apps";
|
|
795
795
|
customer: "customer";
|
|
@@ -803,7 +803,7 @@ billing profile's settings again.
|
|
|
803
803
|
* @summary Delete a customer override
|
|
804
804
|
*/
|
|
805
805
|
export declare const deleteBillingProfileCustomerOverridePathCustomerIdRegExp: RegExp;
|
|
806
|
-
export declare const
|
|
806
|
+
export declare const DeleteBillingProfileCustomerOverrideParams: zod.ZodObject<{
|
|
807
807
|
customerId: zod.z.ZodCoercedString<unknown>;
|
|
808
808
|
}, zod.z.core.$strip>;
|
|
809
809
|
/**
|
|
@@ -818,60 +818,60 @@ A new invoice will be created if:
|
|
|
818
818
|
* @summary Create pending line items
|
|
819
819
|
*/
|
|
820
820
|
export declare const createPendingInvoiceLinePathCustomerIdRegExp: RegExp;
|
|
821
|
-
export declare const
|
|
821
|
+
export declare const CreatePendingInvoiceLineParams: zod.ZodObject<{
|
|
822
822
|
customerId: zod.z.ZodCoercedString<unknown>;
|
|
823
823
|
}, zod.z.core.$strip>;
|
|
824
|
-
export declare const
|
|
825
|
-
export declare const
|
|
826
|
-
export declare const
|
|
824
|
+
export declare const createPendingInvoiceLineBodyCurrencyOneMin: 3;
|
|
825
|
+
export declare const createPendingInvoiceLineBodyCurrencyOneMax: 3;
|
|
826
|
+
export declare const createPendingInvoiceLineBodyCurrencyOneRegExp: RegExp;
|
|
827
827
|
export declare const createPendingInvoiceLineBodyLinesItemNameMax: 256;
|
|
828
828
|
export declare const createPendingInvoiceLineBodyLinesItemDescriptionMax: 1024;
|
|
829
|
-
export declare const
|
|
830
|
-
export declare const
|
|
831
|
-
export declare const
|
|
832
|
-
export declare const
|
|
833
|
-
export declare const
|
|
834
|
-
export declare const
|
|
835
|
-
export declare const
|
|
836
|
-
export declare const
|
|
837
|
-
export declare const
|
|
838
|
-
export declare const
|
|
839
|
-
export declare const
|
|
840
|
-
export declare const
|
|
841
|
-
export declare const
|
|
842
|
-
export declare const
|
|
843
|
-
export declare const
|
|
844
|
-
export declare const
|
|
845
|
-
export declare const
|
|
846
|
-
export declare const
|
|
847
|
-
export declare const
|
|
829
|
+
export declare const createPendingInvoiceLineBodyLinesItemTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
830
|
+
export declare const createPendingInvoiceLineBodyLinesItemPriceOneOneAmountOneRegExp: RegExp;
|
|
831
|
+
export declare const createPendingInvoiceLineBodyLinesItemPriceOneOnePaymentTermDefault: "in_advance";
|
|
832
|
+
export declare const createPendingInvoiceLineBodyLinesItemPriceOneTwoAmountOneRegExp: RegExp;
|
|
833
|
+
export declare const createPendingInvoiceLineBodyLinesItemPriceOneTwoMinimumAmountOneRegExp: RegExp;
|
|
834
|
+
export declare const createPendingInvoiceLineBodyLinesItemPriceOneTwoMaximumAmountOneRegExp: RegExp;
|
|
835
|
+
export declare const createPendingInvoiceLineBodyLinesItemPriceOneThreeTiersItemUpToAmountOneRegExp: RegExp;
|
|
836
|
+
export declare const createPendingInvoiceLineBodyLinesItemPriceOneThreeTiersItemFlatPriceOneAmountOneRegExp: RegExp;
|
|
837
|
+
export declare const createPendingInvoiceLineBodyLinesItemPriceOneThreeTiersItemUnitPriceOneAmountOneRegExp: RegExp;
|
|
838
|
+
export declare const createPendingInvoiceLineBodyLinesItemPriceOneThreeMinimumAmountOneRegExp: RegExp;
|
|
839
|
+
export declare const createPendingInvoiceLineBodyLinesItemPriceOneThreeMaximumAmountOneRegExp: RegExp;
|
|
840
|
+
export declare const createPendingInvoiceLineBodyLinesItemPriceOneFourMultiplierOneRegExp: RegExp;
|
|
841
|
+
export declare const createPendingInvoiceLineBodyLinesItemPriceOneFourMultiplierDefault: "1";
|
|
842
|
+
export declare const createPendingInvoiceLineBodyLinesItemPriceOneFourMinimumAmountOneRegExp: RegExp;
|
|
843
|
+
export declare const createPendingInvoiceLineBodyLinesItemPriceOneFourMaximumAmountOneRegExp: RegExp;
|
|
844
|
+
export declare const createPendingInvoiceLineBodyLinesItemPriceOneFiveAmountOneRegExp: RegExp;
|
|
845
|
+
export declare const createPendingInvoiceLineBodyLinesItemPriceOneFiveQuantityPerPackageOneRegExp: RegExp;
|
|
846
|
+
export declare const createPendingInvoiceLineBodyLinesItemPriceOneFiveMinimumAmountOneRegExp: RegExp;
|
|
847
|
+
export declare const createPendingInvoiceLineBodyLinesItemPriceOneFiveMaximumAmountOneRegExp: RegExp;
|
|
848
848
|
export declare const createPendingInvoiceLineBodyLinesItemFeatureKeyMax: 64;
|
|
849
849
|
export declare const createPendingInvoiceLineBodyLinesItemFeatureKeyRegExp: RegExp;
|
|
850
|
-
export declare const
|
|
851
|
-
export declare const
|
|
852
|
-
export declare const
|
|
853
|
-
export declare const
|
|
854
|
-
export declare const
|
|
855
|
-
export declare const
|
|
856
|
-
export declare const
|
|
857
|
-
export declare const
|
|
858
|
-
export declare const
|
|
859
|
-
export declare const
|
|
860
|
-
export declare const
|
|
861
|
-
export declare const
|
|
862
|
-
export declare const
|
|
863
|
-
export declare const
|
|
864
|
-
export declare const
|
|
865
|
-
export declare const
|
|
866
|
-
export declare const
|
|
867
|
-
export declare const
|
|
868
|
-
export declare const
|
|
869
|
-
export declare const
|
|
870
|
-
export declare const
|
|
871
|
-
export declare const
|
|
872
|
-
export declare const
|
|
873
|
-
export declare const
|
|
874
|
-
export declare const
|
|
850
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOneFeatureKeyMax: 64;
|
|
851
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOneFeatureKeyRegExp: RegExp;
|
|
852
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOneTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
853
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOnePriceOneOneAmountOneRegExp: RegExp;
|
|
854
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOnePriceOneOnePaymentTermDefault: "in_advance";
|
|
855
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOnePriceOneTwoAmountOneRegExp: RegExp;
|
|
856
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOnePriceOneTwoMinimumAmountOneRegExp: RegExp;
|
|
857
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOnePriceOneTwoMaximumAmountOneRegExp: RegExp;
|
|
858
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOnePriceOneThreeTiersItemUpToAmountOneRegExp: RegExp;
|
|
859
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOnePriceOneThreeTiersItemFlatPriceOneAmountOneRegExp: RegExp;
|
|
860
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOnePriceOneThreeTiersItemUnitPriceOneAmountOneRegExp: RegExp;
|
|
861
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOnePriceOneThreeMinimumAmountOneRegExp: RegExp;
|
|
862
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOnePriceOneThreeMaximumAmountOneRegExp: RegExp;
|
|
863
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOnePriceOneFourMultiplierOneRegExp: RegExp;
|
|
864
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOnePriceOneFourMultiplierDefault: "1";
|
|
865
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOnePriceOneFourMinimumAmountOneRegExp: RegExp;
|
|
866
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOnePriceOneFourMaximumAmountOneRegExp: RegExp;
|
|
867
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOnePriceOneFiveAmountOneRegExp: RegExp;
|
|
868
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOnePriceOneFiveQuantityPerPackageOneRegExp: RegExp;
|
|
869
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOnePriceOneFiveMinimumAmountOneRegExp: RegExp;
|
|
870
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOnePriceOneFiveMaximumAmountOneRegExp: RegExp;
|
|
871
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOneDiscountsOnePercentageOneCorrelationIdRegExp: RegExp;
|
|
872
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOneDiscountsOneUsageOneQuantityOneRegExp: RegExp;
|
|
873
|
+
export declare const createPendingInvoiceLineBodyLinesItemRateCardOneDiscountsOneUsageOneCorrelationIdRegExp: RegExp;
|
|
874
|
+
export declare const CreatePendingInvoiceLineBody: zod.ZodObject<{
|
|
875
875
|
currency: zod.z.ZodCoercedString<unknown>;
|
|
876
876
|
lines: zod.ZodArray<zod.ZodObject<{
|
|
877
877
|
description: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
@@ -1045,64 +1045,64 @@ The call will return the total amount of the invoice and the line items that wil
|
|
|
1045
1045
|
* @summary Simulate an invoice for a customer
|
|
1046
1046
|
*/
|
|
1047
1047
|
export declare const simulateInvoicePathCustomerIdRegExp: RegExp;
|
|
1048
|
-
export declare const
|
|
1048
|
+
export declare const SimulateInvoiceParams: zod.ZodObject<{
|
|
1049
1049
|
customerId: zod.z.ZodCoercedString<unknown>;
|
|
1050
1050
|
}, zod.z.core.$strip>;
|
|
1051
|
-
export declare const
|
|
1052
|
-
export declare const
|
|
1053
|
-
export declare const
|
|
1054
|
-
export declare const
|
|
1051
|
+
export declare const simulateInvoiceBodyNumberOneMax: 256;
|
|
1052
|
+
export declare const simulateInvoiceBodyCurrencyOneMin: 3;
|
|
1053
|
+
export declare const simulateInvoiceBodyCurrencyOneMax: 3;
|
|
1054
|
+
export declare const simulateInvoiceBodyCurrencyOneRegExp: RegExp;
|
|
1055
1055
|
export declare const simulateInvoiceBodyLinesItemNameMax: 256;
|
|
1056
1056
|
export declare const simulateInvoiceBodyLinesItemDescriptionMax: 1024;
|
|
1057
|
-
export declare const
|
|
1058
|
-
export declare const
|
|
1059
|
-
export declare const
|
|
1060
|
-
export declare const
|
|
1061
|
-
export declare const
|
|
1062
|
-
export declare const
|
|
1063
|
-
export declare const
|
|
1064
|
-
export declare const
|
|
1065
|
-
export declare const
|
|
1066
|
-
export declare const
|
|
1067
|
-
export declare const
|
|
1068
|
-
export declare const
|
|
1069
|
-
export declare const
|
|
1070
|
-
export declare const
|
|
1071
|
-
export declare const
|
|
1072
|
-
export declare const
|
|
1073
|
-
export declare const
|
|
1074
|
-
export declare const
|
|
1075
|
-
export declare const
|
|
1057
|
+
export declare const simulateInvoiceBodyLinesItemTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
1058
|
+
export declare const simulateInvoiceBodyLinesItemPriceOneOneAmountOneRegExp: RegExp;
|
|
1059
|
+
export declare const simulateInvoiceBodyLinesItemPriceOneOnePaymentTermDefault: "in_advance";
|
|
1060
|
+
export declare const simulateInvoiceBodyLinesItemPriceOneTwoAmountOneRegExp: RegExp;
|
|
1061
|
+
export declare const simulateInvoiceBodyLinesItemPriceOneTwoMinimumAmountOneRegExp: RegExp;
|
|
1062
|
+
export declare const simulateInvoiceBodyLinesItemPriceOneTwoMaximumAmountOneRegExp: RegExp;
|
|
1063
|
+
export declare const simulateInvoiceBodyLinesItemPriceOneThreeTiersItemUpToAmountOneRegExp: RegExp;
|
|
1064
|
+
export declare const simulateInvoiceBodyLinesItemPriceOneThreeTiersItemFlatPriceOneAmountOneRegExp: RegExp;
|
|
1065
|
+
export declare const simulateInvoiceBodyLinesItemPriceOneThreeTiersItemUnitPriceOneAmountOneRegExp: RegExp;
|
|
1066
|
+
export declare const simulateInvoiceBodyLinesItemPriceOneThreeMinimumAmountOneRegExp: RegExp;
|
|
1067
|
+
export declare const simulateInvoiceBodyLinesItemPriceOneThreeMaximumAmountOneRegExp: RegExp;
|
|
1068
|
+
export declare const simulateInvoiceBodyLinesItemPriceOneFourMultiplierOneRegExp: RegExp;
|
|
1069
|
+
export declare const simulateInvoiceBodyLinesItemPriceOneFourMultiplierDefault: "1";
|
|
1070
|
+
export declare const simulateInvoiceBodyLinesItemPriceOneFourMinimumAmountOneRegExp: RegExp;
|
|
1071
|
+
export declare const simulateInvoiceBodyLinesItemPriceOneFourMaximumAmountOneRegExp: RegExp;
|
|
1072
|
+
export declare const simulateInvoiceBodyLinesItemPriceOneFiveAmountOneRegExp: RegExp;
|
|
1073
|
+
export declare const simulateInvoiceBodyLinesItemPriceOneFiveQuantityPerPackageOneRegExp: RegExp;
|
|
1074
|
+
export declare const simulateInvoiceBodyLinesItemPriceOneFiveMinimumAmountOneRegExp: RegExp;
|
|
1075
|
+
export declare const simulateInvoiceBodyLinesItemPriceOneFiveMaximumAmountOneRegExp: RegExp;
|
|
1076
1076
|
export declare const simulateInvoiceBodyLinesItemFeatureKeyMax: 64;
|
|
1077
1077
|
export declare const simulateInvoiceBodyLinesItemFeatureKeyRegExp: RegExp;
|
|
1078
|
-
export declare const
|
|
1079
|
-
export declare const
|
|
1080
|
-
export declare const
|
|
1081
|
-
export declare const
|
|
1082
|
-
export declare const
|
|
1083
|
-
export declare const
|
|
1084
|
-
export declare const
|
|
1085
|
-
export declare const
|
|
1086
|
-
export declare const
|
|
1087
|
-
export declare const
|
|
1088
|
-
export declare const
|
|
1089
|
-
export declare const
|
|
1090
|
-
export declare const
|
|
1091
|
-
export declare const
|
|
1092
|
-
export declare const
|
|
1093
|
-
export declare const
|
|
1094
|
-
export declare const
|
|
1095
|
-
export declare const
|
|
1096
|
-
export declare const
|
|
1097
|
-
export declare const
|
|
1098
|
-
export declare const
|
|
1099
|
-
export declare const
|
|
1100
|
-
export declare const
|
|
1101
|
-
export declare const
|
|
1102
|
-
export declare const
|
|
1103
|
-
export declare const
|
|
1078
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOneFeatureKeyMax: 64;
|
|
1079
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOneFeatureKeyRegExp: RegExp;
|
|
1080
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOneTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
1081
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOnePriceOneOneAmountOneRegExp: RegExp;
|
|
1082
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOnePriceOneOnePaymentTermDefault: "in_advance";
|
|
1083
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOnePriceOneTwoAmountOneRegExp: RegExp;
|
|
1084
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOnePriceOneTwoMinimumAmountOneRegExp: RegExp;
|
|
1085
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOnePriceOneTwoMaximumAmountOneRegExp: RegExp;
|
|
1086
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOnePriceOneThreeTiersItemUpToAmountOneRegExp: RegExp;
|
|
1087
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOnePriceOneThreeTiersItemFlatPriceOneAmountOneRegExp: RegExp;
|
|
1088
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOnePriceOneThreeTiersItemUnitPriceOneAmountOneRegExp: RegExp;
|
|
1089
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOnePriceOneThreeMinimumAmountOneRegExp: RegExp;
|
|
1090
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOnePriceOneThreeMaximumAmountOneRegExp: RegExp;
|
|
1091
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOnePriceOneFourMultiplierOneRegExp: RegExp;
|
|
1092
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOnePriceOneFourMultiplierDefault: "1";
|
|
1093
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOnePriceOneFourMinimumAmountOneRegExp: RegExp;
|
|
1094
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOnePriceOneFourMaximumAmountOneRegExp: RegExp;
|
|
1095
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOnePriceOneFiveAmountOneRegExp: RegExp;
|
|
1096
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOnePriceOneFiveQuantityPerPackageOneRegExp: RegExp;
|
|
1097
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOnePriceOneFiveMinimumAmountOneRegExp: RegExp;
|
|
1098
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOnePriceOneFiveMaximumAmountOneRegExp: RegExp;
|
|
1099
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOneDiscountsOnePercentageOneCorrelationIdRegExp: RegExp;
|
|
1100
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOneDiscountsOneUsageOneQuantityOneRegExp: RegExp;
|
|
1101
|
+
export declare const simulateInvoiceBodyLinesItemRateCardOneDiscountsOneUsageOneCorrelationIdRegExp: RegExp;
|
|
1102
|
+
export declare const simulateInvoiceBodyLinesItemQuantityOneRegExp: RegExp;
|
|
1103
|
+
export declare const simulateInvoiceBodyLinesItemPreLinePeriodQuantityOneRegExp: RegExp;
|
|
1104
1104
|
export declare const simulateInvoiceBodyLinesItemIdRegExp: RegExp;
|
|
1105
|
-
export declare const
|
|
1105
|
+
export declare const SimulateInvoiceBody: zod.ZodObject<{
|
|
1106
1106
|
currency: zod.z.ZodCoercedString<unknown>;
|
|
1107
1107
|
lines: zod.ZodArray<zod.ZodObject<{
|
|
1108
1108
|
description: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
@@ -1284,7 +1284,7 @@ export declare const listInvoicesQueryCustomersItemRegExp: RegExp;
|
|
|
1284
1284
|
export declare const listInvoicesQueryPageDefault: 1;
|
|
1285
1285
|
export declare const listInvoicesQueryPageSizeDefault: 100;
|
|
1286
1286
|
export declare const listInvoicesQueryPageSizeMax: 1000;
|
|
1287
|
-
export declare const
|
|
1287
|
+
export declare const ListInvoicesQueryParams: zod.ZodObject<{
|
|
1288
1288
|
createdAfter: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
1289
1289
|
createdBefore: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
1290
1290
|
customers: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
@@ -1337,9 +1337,9 @@ New pending line items will be created for the period between now() and the next
|
|
|
1337
1337
|
The call can return multiple invoices if the pending line items are in different currencies.
|
|
1338
1338
|
* @summary Invoice a customer based on the pending line items
|
|
1339
1339
|
*/
|
|
1340
|
-
export declare const
|
|
1340
|
+
export declare const invoicePendingLinesActionBodyFiltersOneLineIdsItemRegExp: RegExp;
|
|
1341
1341
|
export declare const invoicePendingLinesActionBodyCustomerIdRegExp: RegExp;
|
|
1342
|
-
export declare const
|
|
1342
|
+
export declare const InvoicePendingLinesActionBody: zod.ZodObject<{
|
|
1343
1343
|
asOf: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
1344
1344
|
customerId: zod.z.ZodCoercedString<unknown>;
|
|
1345
1345
|
filters: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -1354,18 +1354,17 @@ Gathering invoices will always show the current usage calculated on the fly.
|
|
|
1354
1354
|
* @summary Get an invoice
|
|
1355
1355
|
*/
|
|
1356
1356
|
export declare const getInvoicePathInvoiceIdRegExp: RegExp;
|
|
1357
|
-
export declare const
|
|
1357
|
+
export declare const GetInvoiceParams: zod.ZodObject<{
|
|
1358
1358
|
invoiceId: zod.z.ZodCoercedString<unknown>;
|
|
1359
1359
|
}, zod.z.core.$strip>;
|
|
1360
|
-
export declare const getInvoiceQueryExpandDefault: () => ("lines" | "preceding" | "workflow.apps")[];
|
|
1361
1360
|
export declare const getInvoiceQueryIncludeDeletedLinesDefault: false;
|
|
1362
|
-
export declare const
|
|
1361
|
+
export declare const GetInvoiceQueryParams: zod.ZodObject<{
|
|
1363
1362
|
expand: zod.ZodDefault<zod.ZodArray<zod.ZodEnum<{
|
|
1364
1363
|
lines: "lines";
|
|
1365
1364
|
preceding: "preceding";
|
|
1366
1365
|
"workflow.apps": "workflow.apps";
|
|
1367
1366
|
}>>>;
|
|
1368
|
-
includeDeletedLines: zod.
|
|
1367
|
+
includeDeletedLines: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
1369
1368
|
}, zod.z.core.$strip>;
|
|
1370
1369
|
/**
|
|
1371
1370
|
* Delete an invoice
|
|
@@ -1376,7 +1375,7 @@ Invoices that are post finalization can only be voided.
|
|
|
1376
1375
|
* @summary Delete an invoice
|
|
1377
1376
|
*/
|
|
1378
1377
|
export declare const deleteInvoicePathInvoiceIdRegExp: RegExp;
|
|
1379
|
-
export declare const
|
|
1378
|
+
export declare const DeleteInvoiceParams: zod.ZodObject<{
|
|
1380
1379
|
invoiceId: zod.z.ZodCoercedString<unknown>;
|
|
1381
1380
|
}, zod.z.core.$strip>;
|
|
1382
1381
|
/**
|
|
@@ -1386,76 +1385,76 @@ Only invoices in draft or earlier status can be updated.
|
|
|
1386
1385
|
* @summary Update an invoice
|
|
1387
1386
|
*/
|
|
1388
1387
|
export declare const updateInvoicePathInvoiceIdRegExp: RegExp;
|
|
1389
|
-
export declare const
|
|
1388
|
+
export declare const UpdateInvoiceParams: zod.ZodObject<{
|
|
1390
1389
|
invoiceId: zod.z.ZodCoercedString<unknown>;
|
|
1391
1390
|
}, zod.z.core.$strip>;
|
|
1392
1391
|
export declare const updateInvoiceBodyDescriptionMax: 1024;
|
|
1393
|
-
export declare const
|
|
1394
|
-
export declare const
|
|
1395
|
-
export declare const
|
|
1396
|
-
export declare const
|
|
1397
|
-
export declare const
|
|
1398
|
-
export declare const
|
|
1399
|
-
export declare const
|
|
1400
|
-
export declare const
|
|
1401
|
-
export declare const
|
|
1402
|
-
export declare const
|
|
1403
|
-
export declare const
|
|
1404
|
-
export declare const
|
|
1392
|
+
export declare const updateInvoiceBodySupplierOneKeyMax: 256;
|
|
1393
|
+
export declare const updateInvoiceBodySupplierOneTaxIdOneCodeOneMax: 32;
|
|
1394
|
+
export declare const updateInvoiceBodySupplierOneAddressesItemCountryOneMin: 2;
|
|
1395
|
+
export declare const updateInvoiceBodySupplierOneAddressesItemCountryOneMax: 2;
|
|
1396
|
+
export declare const updateInvoiceBodySupplierOneAddressesItemCountryOneRegExp: RegExp;
|
|
1397
|
+
export declare const updateInvoiceBodySupplierOneAddressesMax: 1;
|
|
1398
|
+
export declare const updateInvoiceBodyCustomerOneKeyMax: 256;
|
|
1399
|
+
export declare const updateInvoiceBodyCustomerOneTaxIdOneCodeOneMax: 32;
|
|
1400
|
+
export declare const updateInvoiceBodyCustomerOneAddressesItemCountryOneMin: 2;
|
|
1401
|
+
export declare const updateInvoiceBodyCustomerOneAddressesItemCountryOneMax: 2;
|
|
1402
|
+
export declare const updateInvoiceBodyCustomerOneAddressesItemCountryOneRegExp: RegExp;
|
|
1403
|
+
export declare const updateInvoiceBodyCustomerOneAddressesMax: 1;
|
|
1405
1404
|
export declare const updateInvoiceBodyLinesItemNameMax: 256;
|
|
1406
1405
|
export declare const updateInvoiceBodyLinesItemDescriptionMax: 1024;
|
|
1407
|
-
export declare const
|
|
1408
|
-
export declare const
|
|
1409
|
-
export declare const
|
|
1410
|
-
export declare const
|
|
1411
|
-
export declare const
|
|
1412
|
-
export declare const
|
|
1413
|
-
export declare const
|
|
1414
|
-
export declare const
|
|
1415
|
-
export declare const
|
|
1416
|
-
export declare const
|
|
1417
|
-
export declare const
|
|
1418
|
-
export declare const
|
|
1419
|
-
export declare const
|
|
1420
|
-
export declare const
|
|
1421
|
-
export declare const
|
|
1422
|
-
export declare const
|
|
1423
|
-
export declare const
|
|
1424
|
-
export declare const
|
|
1425
|
-
export declare const
|
|
1406
|
+
export declare const updateInvoiceBodyLinesItemTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
1407
|
+
export declare const updateInvoiceBodyLinesItemPriceOneOneAmountOneRegExp: RegExp;
|
|
1408
|
+
export declare const updateInvoiceBodyLinesItemPriceOneOnePaymentTermDefault: "in_advance";
|
|
1409
|
+
export declare const updateInvoiceBodyLinesItemPriceOneTwoAmountOneRegExp: RegExp;
|
|
1410
|
+
export declare const updateInvoiceBodyLinesItemPriceOneTwoMinimumAmountOneRegExp: RegExp;
|
|
1411
|
+
export declare const updateInvoiceBodyLinesItemPriceOneTwoMaximumAmountOneRegExp: RegExp;
|
|
1412
|
+
export declare const updateInvoiceBodyLinesItemPriceOneThreeTiersItemUpToAmountOneRegExp: RegExp;
|
|
1413
|
+
export declare const updateInvoiceBodyLinesItemPriceOneThreeTiersItemFlatPriceOneAmountOneRegExp: RegExp;
|
|
1414
|
+
export declare const updateInvoiceBodyLinesItemPriceOneThreeTiersItemUnitPriceOneAmountOneRegExp: RegExp;
|
|
1415
|
+
export declare const updateInvoiceBodyLinesItemPriceOneThreeMinimumAmountOneRegExp: RegExp;
|
|
1416
|
+
export declare const updateInvoiceBodyLinesItemPriceOneThreeMaximumAmountOneRegExp: RegExp;
|
|
1417
|
+
export declare const updateInvoiceBodyLinesItemPriceOneFourMultiplierOneRegExp: RegExp;
|
|
1418
|
+
export declare const updateInvoiceBodyLinesItemPriceOneFourMultiplierDefault: "1";
|
|
1419
|
+
export declare const updateInvoiceBodyLinesItemPriceOneFourMinimumAmountOneRegExp: RegExp;
|
|
1420
|
+
export declare const updateInvoiceBodyLinesItemPriceOneFourMaximumAmountOneRegExp: RegExp;
|
|
1421
|
+
export declare const updateInvoiceBodyLinesItemPriceOneFiveAmountOneRegExp: RegExp;
|
|
1422
|
+
export declare const updateInvoiceBodyLinesItemPriceOneFiveQuantityPerPackageOneRegExp: RegExp;
|
|
1423
|
+
export declare const updateInvoiceBodyLinesItemPriceOneFiveMinimumAmountOneRegExp: RegExp;
|
|
1424
|
+
export declare const updateInvoiceBodyLinesItemPriceOneFiveMaximumAmountOneRegExp: RegExp;
|
|
1426
1425
|
export declare const updateInvoiceBodyLinesItemFeatureKeyMax: 64;
|
|
1427
1426
|
export declare const updateInvoiceBodyLinesItemFeatureKeyRegExp: RegExp;
|
|
1428
|
-
export declare const
|
|
1429
|
-
export declare const
|
|
1430
|
-
export declare const
|
|
1431
|
-
export declare const
|
|
1432
|
-
export declare const
|
|
1433
|
-
export declare const
|
|
1434
|
-
export declare const
|
|
1435
|
-
export declare const
|
|
1436
|
-
export declare const
|
|
1437
|
-
export declare const
|
|
1438
|
-
export declare const
|
|
1439
|
-
export declare const
|
|
1440
|
-
export declare const
|
|
1441
|
-
export declare const
|
|
1442
|
-
export declare const
|
|
1443
|
-
export declare const
|
|
1444
|
-
export declare const
|
|
1445
|
-
export declare const
|
|
1446
|
-
export declare const
|
|
1447
|
-
export declare const
|
|
1448
|
-
export declare const
|
|
1449
|
-
export declare const
|
|
1450
|
-
export declare const
|
|
1451
|
-
export declare const
|
|
1427
|
+
export declare const updateInvoiceBodyLinesItemRateCardOneFeatureKeyMax: 64;
|
|
1428
|
+
export declare const updateInvoiceBodyLinesItemRateCardOneFeatureKeyRegExp: RegExp;
|
|
1429
|
+
export declare const updateInvoiceBodyLinesItemRateCardOneTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
1430
|
+
export declare const updateInvoiceBodyLinesItemRateCardOnePriceOneOneAmountOneRegExp: RegExp;
|
|
1431
|
+
export declare const updateInvoiceBodyLinesItemRateCardOnePriceOneOnePaymentTermDefault: "in_advance";
|
|
1432
|
+
export declare const updateInvoiceBodyLinesItemRateCardOnePriceOneTwoAmountOneRegExp: RegExp;
|
|
1433
|
+
export declare const updateInvoiceBodyLinesItemRateCardOnePriceOneTwoMinimumAmountOneRegExp: RegExp;
|
|
1434
|
+
export declare const updateInvoiceBodyLinesItemRateCardOnePriceOneTwoMaximumAmountOneRegExp: RegExp;
|
|
1435
|
+
export declare const updateInvoiceBodyLinesItemRateCardOnePriceOneThreeTiersItemUpToAmountOneRegExp: RegExp;
|
|
1436
|
+
export declare const updateInvoiceBodyLinesItemRateCardOnePriceOneThreeTiersItemFlatPriceOneAmountOneRegExp: RegExp;
|
|
1437
|
+
export declare const updateInvoiceBodyLinesItemRateCardOnePriceOneThreeTiersItemUnitPriceOneAmountOneRegExp: RegExp;
|
|
1438
|
+
export declare const updateInvoiceBodyLinesItemRateCardOnePriceOneThreeMinimumAmountOneRegExp: RegExp;
|
|
1439
|
+
export declare const updateInvoiceBodyLinesItemRateCardOnePriceOneThreeMaximumAmountOneRegExp: RegExp;
|
|
1440
|
+
export declare const updateInvoiceBodyLinesItemRateCardOnePriceOneFourMultiplierOneRegExp: RegExp;
|
|
1441
|
+
export declare const updateInvoiceBodyLinesItemRateCardOnePriceOneFourMultiplierDefault: "1";
|
|
1442
|
+
export declare const updateInvoiceBodyLinesItemRateCardOnePriceOneFourMinimumAmountOneRegExp: RegExp;
|
|
1443
|
+
export declare const updateInvoiceBodyLinesItemRateCardOnePriceOneFourMaximumAmountOneRegExp: RegExp;
|
|
1444
|
+
export declare const updateInvoiceBodyLinesItemRateCardOnePriceOneFiveAmountOneRegExp: RegExp;
|
|
1445
|
+
export declare const updateInvoiceBodyLinesItemRateCardOnePriceOneFiveQuantityPerPackageOneRegExp: RegExp;
|
|
1446
|
+
export declare const updateInvoiceBodyLinesItemRateCardOnePriceOneFiveMinimumAmountOneRegExp: RegExp;
|
|
1447
|
+
export declare const updateInvoiceBodyLinesItemRateCardOnePriceOneFiveMaximumAmountOneRegExp: RegExp;
|
|
1448
|
+
export declare const updateInvoiceBodyLinesItemRateCardOneDiscountsOnePercentageOneCorrelationIdRegExp: RegExp;
|
|
1449
|
+
export declare const updateInvoiceBodyLinesItemRateCardOneDiscountsOneUsageOneQuantityOneRegExp: RegExp;
|
|
1450
|
+
export declare const updateInvoiceBodyLinesItemRateCardOneDiscountsOneUsageOneCorrelationIdRegExp: RegExp;
|
|
1452
1451
|
export declare const updateInvoiceBodyLinesItemIdRegExp: RegExp;
|
|
1453
|
-
export declare const
|
|
1454
|
-
export declare const
|
|
1455
|
-
export declare const
|
|
1456
|
-
export declare const
|
|
1457
|
-
export declare const
|
|
1458
|
-
export declare const
|
|
1452
|
+
export declare const updateInvoiceBodyWorkflowOneWorkflowOneInvoicingOneAutoAdvanceDefault: true;
|
|
1453
|
+
export declare const updateInvoiceBodyWorkflowOneWorkflowOneInvoicingOneDraftPeriodDefault: "P0D";
|
|
1454
|
+
export declare const updateInvoiceBodyWorkflowOneWorkflowOneInvoicingOneDueAfterDefault: "P30D";
|
|
1455
|
+
export declare const updateInvoiceBodyWorkflowOneWorkflowOneInvoicingOneDefaultTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
1456
|
+
export declare const updateInvoiceBodyWorkflowOneWorkflowOnePaymentOneCollectionMethodDefault: "charge_automatically";
|
|
1457
|
+
export declare const UpdateInvoiceBody: zod.ZodObject<{
|
|
1459
1458
|
customer: zod.ZodObject<{
|
|
1460
1459
|
addresses: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
1461
1460
|
city: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
@@ -1690,7 +1689,7 @@ The action can be called when the invoice's statusDetails' actions field contain
|
|
|
1690
1689
|
* @summary Advance the invoice's state to the next status
|
|
1691
1690
|
*/
|
|
1692
1691
|
export declare const advanceInvoiceActionPathInvoiceIdRegExp: RegExp;
|
|
1693
|
-
export declare const
|
|
1692
|
+
export declare const AdvanceInvoiceActionParams: zod.ZodObject<{
|
|
1694
1693
|
invoiceId: zod.z.ZodCoercedString<unknown>;
|
|
1695
1694
|
}, zod.z.core.$strip>;
|
|
1696
1695
|
/**
|
|
@@ -1704,7 +1703,7 @@ This call is valid in two invoice statuses:
|
|
|
1704
1703
|
* @summary Send the invoice to the customer
|
|
1705
1704
|
*/
|
|
1706
1705
|
export declare const approveInvoiceActionPathInvoiceIdRegExp: RegExp;
|
|
1707
|
-
export declare const
|
|
1706
|
+
export declare const ApproveInvoiceActionParams: zod.ZodObject<{
|
|
1708
1707
|
invoiceId: zod.z.ZodCoercedString<unknown>;
|
|
1709
1708
|
}, zod.z.core.$strip>;
|
|
1710
1709
|
/**
|
|
@@ -1714,7 +1713,7 @@ The action can be called when the invoice's statusDetails' actions field contain
|
|
|
1714
1713
|
* @summary Retry advancing the invoice after a failed attempt.
|
|
1715
1714
|
*/
|
|
1716
1715
|
export declare const retryInvoiceActionPathInvoiceIdRegExp: RegExp;
|
|
1717
|
-
export declare const
|
|
1716
|
+
export declare const RetryInvoiceActionParams: zod.ZodObject<{
|
|
1718
1717
|
invoiceId: zod.z.ZodCoercedString<unknown>;
|
|
1719
1718
|
}, zod.z.core.$strip>;
|
|
1720
1719
|
/**
|
|
@@ -1727,7 +1726,7 @@ can be skipped using this action.
|
|
|
1727
1726
|
* @summary Snapshot quantities for usage based line items
|
|
1728
1727
|
*/
|
|
1729
1728
|
export declare const snapshotQuantitiesInvoiceActionPathInvoiceIdRegExp: RegExp;
|
|
1730
|
-
export declare const
|
|
1729
|
+
export declare const SnapshotQuantitiesInvoiceActionParams: zod.ZodObject<{
|
|
1731
1730
|
invoiceId: zod.z.ZodCoercedString<unknown>;
|
|
1732
1731
|
}, zod.z.core.$strip>;
|
|
1733
1732
|
/**
|
|
@@ -1737,7 +1736,7 @@ Note: charges might apply, depending on the tax provider.
|
|
|
1737
1736
|
* @summary Recalculate an invoice's tax amounts
|
|
1738
1737
|
*/
|
|
1739
1738
|
export declare const recalculateInvoiceTaxActionPathInvoiceIdRegExp: RegExp;
|
|
1740
|
-
export declare const
|
|
1739
|
+
export declare const RecalculateInvoiceTaxActionParams: zod.ZodObject<{
|
|
1741
1740
|
invoiceId: zod.z.ZodCoercedString<unknown>;
|
|
1742
1741
|
}, zod.z.core.$strip>;
|
|
1743
1742
|
/**
|
|
@@ -1749,11 +1748,11 @@ Voiding an invoice will mark it as voided, the user can specify how to handle th
|
|
|
1749
1748
|
* @summary Void an invoice
|
|
1750
1749
|
*/
|
|
1751
1750
|
export declare const voidInvoiceActionPathInvoiceIdRegExp: RegExp;
|
|
1752
|
-
export declare const
|
|
1751
|
+
export declare const VoidInvoiceActionParams: zod.ZodObject<{
|
|
1753
1752
|
invoiceId: zod.z.ZodCoercedString<unknown>;
|
|
1754
1753
|
}, zod.z.core.$strip>;
|
|
1755
1754
|
export declare const voidInvoiceActionBodyOverridesItemLineIdRegExp: RegExp;
|
|
1756
|
-
export declare const
|
|
1755
|
+
export declare const VoidInvoiceActionBody: zod.ZodObject<{
|
|
1757
1756
|
action: zod.ZodObject<{
|
|
1758
1757
|
action: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
1759
1758
|
type: zod.ZodEnum<{
|
|
@@ -1797,11 +1796,11 @@ export declare const listBillingProfilesQueryIncludeArchivedDefault: false;
|
|
|
1797
1796
|
export declare const listBillingProfilesQueryPageDefault: 1;
|
|
1798
1797
|
export declare const listBillingProfilesQueryPageSizeDefault: 100;
|
|
1799
1798
|
export declare const listBillingProfilesQueryPageSizeMax: 1000;
|
|
1800
|
-
export declare const
|
|
1799
|
+
export declare const ListBillingProfilesQueryParams: zod.ZodObject<{
|
|
1801
1800
|
expand: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
1802
1801
|
apps: "apps";
|
|
1803
1802
|
}>>>;
|
|
1804
|
-
includeArchived: zod.
|
|
1803
|
+
includeArchived: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
1805
1804
|
order: zod.ZodOptional<zod.ZodEnum<{
|
|
1806
1805
|
ASC: "ASC";
|
|
1807
1806
|
DESC: "DESC";
|
|
@@ -1824,29 +1823,29 @@ can be applied to a billing profile to customize the billing behavior for a spec
|
|
|
1824
1823
|
*/
|
|
1825
1824
|
export declare const createBillingProfileBodyNameMax: 256;
|
|
1826
1825
|
export declare const createBillingProfileBodyDescriptionMax: 1024;
|
|
1827
|
-
export declare const
|
|
1828
|
-
export declare const
|
|
1829
|
-
export declare const
|
|
1830
|
-
export declare const
|
|
1831
|
-
export declare const
|
|
1832
|
-
export declare const
|
|
1833
|
-
export declare const
|
|
1834
|
-
export declare const
|
|
1826
|
+
export declare const createBillingProfileBodySupplierOneKeyMax: 256;
|
|
1827
|
+
export declare const createBillingProfileBodySupplierOneTaxIdOneCodeOneMax: 32;
|
|
1828
|
+
export declare const createBillingProfileBodySupplierOneAddressesItemCountryOneMin: 2;
|
|
1829
|
+
export declare const createBillingProfileBodySupplierOneAddressesItemCountryOneMax: 2;
|
|
1830
|
+
export declare const createBillingProfileBodySupplierOneAddressesItemCountryOneRegExp: RegExp;
|
|
1831
|
+
export declare const createBillingProfileBodySupplierOneAddressesMax: 1;
|
|
1832
|
+
export declare const createBillingProfileBodyWorkflowOneCollectionOneAlignmentOneTwoRecurringPeriodOneIntervalOneOneRegExp: RegExp;
|
|
1833
|
+
export declare const createBillingProfileBodyWorkflowOneCollectionOneAlignmentDefault: {
|
|
1835
1834
|
readonly type: "subscription";
|
|
1836
1835
|
};
|
|
1837
|
-
export declare const
|
|
1838
|
-
export declare const
|
|
1839
|
-
export declare const
|
|
1840
|
-
export declare const
|
|
1841
|
-
export declare const
|
|
1842
|
-
export declare const
|
|
1843
|
-
export declare const
|
|
1844
|
-
export declare const
|
|
1845
|
-
export declare const
|
|
1846
|
-
export declare const
|
|
1847
|
-
export declare const
|
|
1848
|
-
export declare const
|
|
1849
|
-
export declare const
|
|
1836
|
+
export declare const createBillingProfileBodyWorkflowOneCollectionOneIntervalDefault: "PT1H";
|
|
1837
|
+
export declare const createBillingProfileBodyWorkflowOneInvoicingOneAutoAdvanceDefault: true;
|
|
1838
|
+
export declare const createBillingProfileBodyWorkflowOneInvoicingOneDraftPeriodDefault: "P0D";
|
|
1839
|
+
export declare const createBillingProfileBodyWorkflowOneInvoicingOneDueAfterDefault: "P30D";
|
|
1840
|
+
export declare const createBillingProfileBodyWorkflowOneInvoicingOneProgressiveBillingDefault: true;
|
|
1841
|
+
export declare const createBillingProfileBodyWorkflowOneInvoicingOneDefaultTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
1842
|
+
export declare const createBillingProfileBodyWorkflowOnePaymentOneCollectionMethodDefault: "charge_automatically";
|
|
1843
|
+
export declare const createBillingProfileBodyWorkflowOneTaxOneEnabledDefault: true;
|
|
1844
|
+
export declare const createBillingProfileBodyWorkflowOneTaxOneEnforcedDefault: false;
|
|
1845
|
+
export declare const createBillingProfileBodyAppsOneTaxRegExp: RegExp;
|
|
1846
|
+
export declare const createBillingProfileBodyAppsOneInvoicingRegExp: RegExp;
|
|
1847
|
+
export declare const createBillingProfileBodyAppsOnePaymentRegExp: RegExp;
|
|
1848
|
+
export declare const CreateBillingProfileBody: zod.ZodObject<{
|
|
1850
1849
|
apps: zod.ZodObject<{
|
|
1851
1850
|
invoicing: zod.z.ZodCoercedString<unknown>;
|
|
1852
1851
|
payment: zod.z.ZodCoercedString<unknown>;
|
|
@@ -1911,7 +1910,7 @@ export declare const createBillingProfileBody: zod.ZodObject<{
|
|
|
1911
1910
|
}, zod.z.core.$strip>>;
|
|
1912
1911
|
draftPeriod: zod.ZodDefault<zod.z.ZodCoercedString<unknown>>;
|
|
1913
1912
|
dueAfter: zod.ZodDefault<zod.z.ZodCoercedString<unknown>>;
|
|
1914
|
-
progressiveBilling: zod.
|
|
1913
|
+
progressiveBilling: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
1915
1914
|
}, zod.z.core.$strip>>;
|
|
1916
1915
|
payment: zod.ZodOptional<zod.ZodObject<{
|
|
1917
1916
|
collectionMethod: zod.ZodDefault<zod.ZodEnum<{
|
|
@@ -1921,7 +1920,7 @@ export declare const createBillingProfileBody: zod.ZodObject<{
|
|
|
1921
1920
|
}, zod.z.core.$strip>>;
|
|
1922
1921
|
tax: zod.ZodOptional<zod.ZodObject<{
|
|
1923
1922
|
enabled: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
1924
|
-
enforced: zod.
|
|
1923
|
+
enforced: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
1925
1924
|
}, zod.z.core.$strip>>;
|
|
1926
1925
|
}, zod.z.core.$strip>;
|
|
1927
1926
|
}, zod.z.core.$strip>;
|
|
@@ -1935,7 +1934,7 @@ Only such billing profiles can be deleted that are:
|
|
|
1935
1934
|
* @summary Delete a billing profile
|
|
1936
1935
|
*/
|
|
1937
1936
|
export declare const deleteBillingProfilePathIdRegExp: RegExp;
|
|
1938
|
-
export declare const
|
|
1937
|
+
export declare const DeleteBillingProfileParams: zod.ZodObject<{
|
|
1939
1938
|
id: zod.z.ZodCoercedString<unknown>;
|
|
1940
1939
|
}, zod.z.core.$strip>;
|
|
1941
1940
|
/**
|
|
@@ -1947,10 +1946,10 @@ will be included in the response.
|
|
|
1947
1946
|
* @summary Get a billing profile
|
|
1948
1947
|
*/
|
|
1949
1948
|
export declare const getBillingProfilePathIdRegExp: RegExp;
|
|
1950
|
-
export declare const
|
|
1949
|
+
export declare const GetBillingProfileParams: zod.ZodObject<{
|
|
1951
1950
|
id: zod.z.ZodCoercedString<unknown>;
|
|
1952
1951
|
}, zod.z.core.$strip>;
|
|
1953
|
-
export declare const
|
|
1952
|
+
export declare const GetBillingProfileQueryParams: zod.ZodObject<{
|
|
1954
1953
|
expand: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
1955
1954
|
apps: "apps";
|
|
1956
1955
|
}>>>;
|
|
@@ -1963,31 +1962,31 @@ profile should be created.
|
|
|
1963
1962
|
* @summary Update a billing profile
|
|
1964
1963
|
*/
|
|
1965
1964
|
export declare const updateBillingProfilePathIdRegExp: RegExp;
|
|
1966
|
-
export declare const
|
|
1965
|
+
export declare const UpdateBillingProfileParams: zod.ZodObject<{
|
|
1967
1966
|
id: zod.z.ZodCoercedString<unknown>;
|
|
1968
1967
|
}, zod.z.core.$strip>;
|
|
1969
1968
|
export declare const updateBillingProfileBodyNameMax: 256;
|
|
1970
1969
|
export declare const updateBillingProfileBodyDescriptionMax: 1024;
|
|
1971
|
-
export declare const
|
|
1972
|
-
export declare const
|
|
1973
|
-
export declare const
|
|
1974
|
-
export declare const
|
|
1975
|
-
export declare const
|
|
1976
|
-
export declare const
|
|
1977
|
-
export declare const
|
|
1978
|
-
export declare const
|
|
1970
|
+
export declare const updateBillingProfileBodySupplierOneKeyMax: 256;
|
|
1971
|
+
export declare const updateBillingProfileBodySupplierOneTaxIdOneCodeOneMax: 32;
|
|
1972
|
+
export declare const updateBillingProfileBodySupplierOneAddressesItemCountryOneMin: 2;
|
|
1973
|
+
export declare const updateBillingProfileBodySupplierOneAddressesItemCountryOneMax: 2;
|
|
1974
|
+
export declare const updateBillingProfileBodySupplierOneAddressesItemCountryOneRegExp: RegExp;
|
|
1975
|
+
export declare const updateBillingProfileBodySupplierOneAddressesMax: 1;
|
|
1976
|
+
export declare const updateBillingProfileBodyWorkflowOneCollectionOneAlignmentOneTwoRecurringPeriodOneIntervalOneOneRegExp: RegExp;
|
|
1977
|
+
export declare const updateBillingProfileBodyWorkflowOneCollectionOneAlignmentDefault: {
|
|
1979
1978
|
readonly type: "subscription";
|
|
1980
1979
|
};
|
|
1981
|
-
export declare const
|
|
1982
|
-
export declare const
|
|
1983
|
-
export declare const
|
|
1984
|
-
export declare const
|
|
1985
|
-
export declare const
|
|
1986
|
-
export declare const
|
|
1987
|
-
export declare const
|
|
1988
|
-
export declare const
|
|
1989
|
-
export declare const
|
|
1990
|
-
export declare const
|
|
1980
|
+
export declare const updateBillingProfileBodyWorkflowOneCollectionOneIntervalDefault: "PT1H";
|
|
1981
|
+
export declare const updateBillingProfileBodyWorkflowOneInvoicingOneAutoAdvanceDefault: true;
|
|
1982
|
+
export declare const updateBillingProfileBodyWorkflowOneInvoicingOneDraftPeriodDefault: "P0D";
|
|
1983
|
+
export declare const updateBillingProfileBodyWorkflowOneInvoicingOneDueAfterDefault: "P30D";
|
|
1984
|
+
export declare const updateBillingProfileBodyWorkflowOneInvoicingOneProgressiveBillingDefault: true;
|
|
1985
|
+
export declare const updateBillingProfileBodyWorkflowOneInvoicingOneDefaultTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
1986
|
+
export declare const updateBillingProfileBodyWorkflowOnePaymentOneCollectionMethodDefault: "charge_automatically";
|
|
1987
|
+
export declare const updateBillingProfileBodyWorkflowOneTaxOneEnabledDefault: true;
|
|
1988
|
+
export declare const updateBillingProfileBodyWorkflowOneTaxOneEnforcedDefault: false;
|
|
1989
|
+
export declare const UpdateBillingProfileBody: zod.ZodObject<{
|
|
1991
1990
|
default: zod.z.ZodCoercedBoolean<unknown>;
|
|
1992
1991
|
description: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
1993
1992
|
metadata: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>>;
|
|
@@ -2047,7 +2046,7 @@ export declare const updateBillingProfileBody: zod.ZodObject<{
|
|
|
2047
2046
|
}, zod.z.core.$strip>>;
|
|
2048
2047
|
draftPeriod: zod.ZodDefault<zod.z.ZodCoercedString<unknown>>;
|
|
2049
2048
|
dueAfter: zod.ZodDefault<zod.z.ZodCoercedString<unknown>>;
|
|
2050
|
-
progressiveBilling: zod.
|
|
2049
|
+
progressiveBilling: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
2051
2050
|
}, zod.z.core.$strip>>;
|
|
2052
2051
|
payment: zod.ZodOptional<zod.ZodObject<{
|
|
2053
2052
|
collectionMethod: zod.ZodDefault<zod.ZodEnum<{
|
|
@@ -2057,7 +2056,7 @@ export declare const updateBillingProfileBody: zod.ZodObject<{
|
|
|
2057
2056
|
}, zod.z.core.$strip>>;
|
|
2058
2057
|
tax: zod.ZodOptional<zod.ZodObject<{
|
|
2059
2058
|
enabled: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
2060
|
-
enforced: zod.
|
|
2059
|
+
enforced: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
2061
2060
|
}, zod.z.core.$strip>>;
|
|
2062
2061
|
}, zod.z.core.$strip>;
|
|
2063
2062
|
}, zod.z.core.$strip>;
|
|
@@ -2068,14 +2067,14 @@ export declare const updateBillingProfileBody: zod.ZodObject<{
|
|
|
2068
2067
|
export declare const createCustomerBodyNameMax: 256;
|
|
2069
2068
|
export declare const createCustomerBodyDescriptionMax: 1024;
|
|
2070
2069
|
export declare const createCustomerBodyKeyMax: 256;
|
|
2071
|
-
export declare const
|
|
2072
|
-
export declare const
|
|
2073
|
-
export declare const
|
|
2074
|
-
export declare const
|
|
2075
|
-
export declare const
|
|
2076
|
-
export declare const
|
|
2077
|
-
export declare const
|
|
2078
|
-
export declare const
|
|
2070
|
+
export declare const createCustomerBodyUsageAttributionOneSubjectKeysMin: 0;
|
|
2071
|
+
export declare const createCustomerBodyCurrencyOneMin: 3;
|
|
2072
|
+
export declare const createCustomerBodyCurrencyOneMax: 3;
|
|
2073
|
+
export declare const createCustomerBodyCurrencyOneRegExp: RegExp;
|
|
2074
|
+
export declare const createCustomerBodyBillingAddressOneCountryOneMin: 2;
|
|
2075
|
+
export declare const createCustomerBodyBillingAddressOneCountryOneMax: 2;
|
|
2076
|
+
export declare const createCustomerBodyBillingAddressOneCountryOneRegExp: RegExp;
|
|
2077
|
+
export declare const CreateCustomerBody: zod.ZodObject<{
|
|
2079
2078
|
billingAddress: zod.ZodOptional<zod.ZodObject<{
|
|
2080
2079
|
city: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
2081
2080
|
country: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
@@ -2103,11 +2102,11 @@ export declare const listCustomersQueryPageDefault: 1;
|
|
|
2103
2102
|
export declare const listCustomersQueryPageSizeDefault: 100;
|
|
2104
2103
|
export declare const listCustomersQueryPageSizeMax: 1000;
|
|
2105
2104
|
export declare const listCustomersQueryIncludeDeletedDefault: false;
|
|
2106
|
-
export declare const
|
|
2105
|
+
export declare const ListCustomersQueryParams: zod.ZodObject<{
|
|
2107
2106
|
expand: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
2108
2107
|
subscriptions: "subscriptions";
|
|
2109
2108
|
}>>>;
|
|
2110
|
-
includeDeleted: zod.
|
|
2109
|
+
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
2111
2110
|
key: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
2112
2111
|
name: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
2113
2112
|
order: zod.ZodOptional<zod.ZodEnum<{
|
|
@@ -2129,12 +2128,12 @@ export declare const listCustomersQueryParams: zod.ZodObject<{
|
|
|
2129
2128
|
* Get a customer by ID or key.
|
|
2130
2129
|
* @summary Get customer
|
|
2131
2130
|
*/
|
|
2132
|
-
export declare const
|
|
2133
|
-
export declare const
|
|
2134
|
-
export declare const
|
|
2131
|
+
export declare const getCustomerPathCustomerIdOrKeyOneRegExp: RegExp;
|
|
2132
|
+
export declare const getCustomerPathCustomerIdOrKeyTwoMax: 256;
|
|
2133
|
+
export declare const GetCustomerParams: zod.ZodObject<{
|
|
2135
2134
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
2136
2135
|
}, zod.z.core.$strip>;
|
|
2137
|
-
export declare const
|
|
2136
|
+
export declare const GetCustomerQueryParams: zod.ZodObject<{
|
|
2138
2137
|
expand: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
2139
2138
|
subscriptions: "subscriptions";
|
|
2140
2139
|
}>>>;
|
|
@@ -2143,22 +2142,22 @@ export declare const getCustomerQueryParams: zod.ZodObject<{
|
|
|
2143
2142
|
* Update a customer by ID.
|
|
2144
2143
|
* @summary Update customer
|
|
2145
2144
|
*/
|
|
2146
|
-
export declare const
|
|
2147
|
-
export declare const
|
|
2148
|
-
export declare const
|
|
2145
|
+
export declare const updateCustomerPathCustomerIdOrKeyOneRegExp: RegExp;
|
|
2146
|
+
export declare const updateCustomerPathCustomerIdOrKeyTwoMax: 256;
|
|
2147
|
+
export declare const UpdateCustomerParams: zod.ZodObject<{
|
|
2149
2148
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
2150
2149
|
}, zod.z.core.$strip>;
|
|
2151
2150
|
export declare const updateCustomerBodyNameMax: 256;
|
|
2152
2151
|
export declare const updateCustomerBodyDescriptionMax: 1024;
|
|
2153
2152
|
export declare const updateCustomerBodyKeyMax: 256;
|
|
2154
|
-
export declare const
|
|
2155
|
-
export declare const
|
|
2156
|
-
export declare const
|
|
2157
|
-
export declare const
|
|
2158
|
-
export declare const
|
|
2159
|
-
export declare const
|
|
2160
|
-
export declare const
|
|
2161
|
-
export declare const
|
|
2153
|
+
export declare const updateCustomerBodyUsageAttributionOneSubjectKeysMin: 0;
|
|
2154
|
+
export declare const updateCustomerBodyCurrencyOneMin: 3;
|
|
2155
|
+
export declare const updateCustomerBodyCurrencyOneMax: 3;
|
|
2156
|
+
export declare const updateCustomerBodyCurrencyOneRegExp: RegExp;
|
|
2157
|
+
export declare const updateCustomerBodyBillingAddressOneCountryOneMin: 2;
|
|
2158
|
+
export declare const updateCustomerBodyBillingAddressOneCountryOneMax: 2;
|
|
2159
|
+
export declare const updateCustomerBodyBillingAddressOneCountryOneRegExp: RegExp;
|
|
2160
|
+
export declare const UpdateCustomerBody: zod.ZodObject<{
|
|
2162
2161
|
billingAddress: zod.ZodOptional<zod.ZodObject<{
|
|
2163
2162
|
city: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
2164
2163
|
country: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
@@ -2182,33 +2181,33 @@ export declare const updateCustomerBody: zod.ZodObject<{
|
|
|
2182
2181
|
* Delete a customer by ID.
|
|
2183
2182
|
* @summary Delete customer
|
|
2184
2183
|
*/
|
|
2185
|
-
export declare const
|
|
2186
|
-
export declare const
|
|
2187
|
-
export declare const
|
|
2184
|
+
export declare const deleteCustomerPathCustomerIdOrKeyOneRegExp: RegExp;
|
|
2185
|
+
export declare const deleteCustomerPathCustomerIdOrKeyTwoMax: 256;
|
|
2186
|
+
export declare const DeleteCustomerParams: zod.ZodObject<{
|
|
2188
2187
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
2189
2188
|
}, zod.z.core.$strip>;
|
|
2190
2189
|
/**
|
|
2191
2190
|
* Get the overall access of a customer.
|
|
2192
2191
|
* @summary Get customer access
|
|
2193
2192
|
*/
|
|
2194
|
-
export declare const
|
|
2195
|
-
export declare const
|
|
2196
|
-
export declare const
|
|
2193
|
+
export declare const getCustomerAccessPathCustomerIdOrKeyOneRegExp: RegExp;
|
|
2194
|
+
export declare const getCustomerAccessPathCustomerIdOrKeyTwoMax: 256;
|
|
2195
|
+
export declare const GetCustomerAccessParams: zod.ZodObject<{
|
|
2197
2196
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
2198
2197
|
}, zod.z.core.$strip>;
|
|
2199
2198
|
/**
|
|
2200
2199
|
* List customers app data.
|
|
2201
2200
|
* @summary List customer app data
|
|
2202
2201
|
*/
|
|
2203
|
-
export declare const
|
|
2204
|
-
export declare const
|
|
2205
|
-
export declare const
|
|
2202
|
+
export declare const listCustomerAppDataPathCustomerIdOrKeyOneRegExp: RegExp;
|
|
2203
|
+
export declare const listCustomerAppDataPathCustomerIdOrKeyTwoMax: 256;
|
|
2204
|
+
export declare const ListCustomerAppDataParams: zod.ZodObject<{
|
|
2206
2205
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
2207
2206
|
}, zod.z.core.$strip>;
|
|
2208
2207
|
export declare const listCustomerAppDataQueryPageDefault: 1;
|
|
2209
2208
|
export declare const listCustomerAppDataQueryPageSizeDefault: 100;
|
|
2210
2209
|
export declare const listCustomerAppDataQueryPageSizeMax: 1000;
|
|
2211
|
-
export declare const
|
|
2210
|
+
export declare const ListCustomerAppDataQueryParams: zod.ZodObject<{
|
|
2212
2211
|
page: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2213
2212
|
pageSize: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2214
2213
|
type: zod.ZodOptional<zod.ZodEnum<{
|
|
@@ -2221,25 +2220,25 @@ export declare const listCustomerAppDataQueryParams: zod.ZodObject<{
|
|
|
2221
2220
|
* Upsert customer app data.
|
|
2222
2221
|
* @summary Upsert customer app data
|
|
2223
2222
|
*/
|
|
2224
|
-
export declare const
|
|
2225
|
-
export declare const
|
|
2226
|
-
export declare const
|
|
2223
|
+
export declare const upsertCustomerAppDataPathCustomerIdOrKeyOneRegExp: RegExp;
|
|
2224
|
+
export declare const upsertCustomerAppDataPathCustomerIdOrKeyTwoMax: 256;
|
|
2225
|
+
export declare const UpsertCustomerAppDataParams: zod.ZodObject<{
|
|
2227
2226
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
2228
2227
|
}, zod.z.core.$strip>;
|
|
2229
|
-
export declare const
|
|
2230
|
-
export declare const
|
|
2231
|
-
export declare const
|
|
2232
|
-
export declare const
|
|
2233
|
-
export declare const
|
|
2234
|
-
export declare const
|
|
2235
|
-
export declare const
|
|
2236
|
-
export declare const
|
|
2237
|
-
export declare const
|
|
2238
|
-
export declare const
|
|
2239
|
-
export declare const
|
|
2240
|
-
export declare const
|
|
2241
|
-
export declare const
|
|
2242
|
-
export declare const
|
|
2228
|
+
export declare const upsertCustomerAppDataBodyOneIdRegExp: RegExp;
|
|
2229
|
+
export declare const upsertCustomerAppDataBodyTwoAppOneIdRegExp: RegExp;
|
|
2230
|
+
export declare const upsertCustomerAppDataBodyTwoAppOneNameMax: 256;
|
|
2231
|
+
export declare const upsertCustomerAppDataBodyTwoAppOneDescriptionMax: 1024;
|
|
2232
|
+
export declare const upsertCustomerAppDataBodyTwoAppOneListingOneCapabilitiesItemKeyMax: 64;
|
|
2233
|
+
export declare const upsertCustomerAppDataBodyTwoAppOneListingOneCapabilitiesItemKeyRegExp: RegExp;
|
|
2234
|
+
export declare const upsertCustomerAppDataBodyTwoIdRegExp: RegExp;
|
|
2235
|
+
export declare const upsertCustomerAppDataBodyThreeAppOneIdRegExp: RegExp;
|
|
2236
|
+
export declare const upsertCustomerAppDataBodyThreeAppOneNameMax: 256;
|
|
2237
|
+
export declare const upsertCustomerAppDataBodyThreeAppOneDescriptionMax: 1024;
|
|
2238
|
+
export declare const upsertCustomerAppDataBodyThreeAppOneListingOneCapabilitiesItemKeyMax: 64;
|
|
2239
|
+
export declare const upsertCustomerAppDataBodyThreeAppOneListingOneCapabilitiesItemKeyRegExp: RegExp;
|
|
2240
|
+
export declare const upsertCustomerAppDataBodyThreeIdRegExp: RegExp;
|
|
2241
|
+
export declare const UpsertCustomerAppDataBodyItem: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
2243
2242
|
id: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
2244
2243
|
stripeCustomerId: zod.z.ZodCoercedString<unknown>;
|
|
2245
2244
|
stripeDefaultPaymentMethodId: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
@@ -2344,7 +2343,7 @@ export declare const upsertCustomerAppDataBodyItem: zod.ZodUnion<readonly [zod.Z
|
|
|
2344
2343
|
custom_invoicing: "custom_invoicing";
|
|
2345
2344
|
}>;
|
|
2346
2345
|
}, zod.z.core.$strip>]>;
|
|
2347
|
-
export declare const
|
|
2346
|
+
export declare const UpsertCustomerAppDataBody: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
2348
2347
|
id: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
2349
2348
|
stripeCustomerId: zod.z.ZodCoercedString<unknown>;
|
|
2350
2349
|
stripeDefaultPaymentMethodId: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
@@ -2453,10 +2452,10 @@ export declare const upsertCustomerAppDataBody: zod.ZodArray<zod.ZodUnion<readon
|
|
|
2453
2452
|
* Delete customer app data.
|
|
2454
2453
|
* @summary Delete customer app data
|
|
2455
2454
|
*/
|
|
2456
|
-
export declare const
|
|
2457
|
-
export declare const
|
|
2455
|
+
export declare const deleteCustomerAppDataPathCustomerIdOrKeyOneRegExp: RegExp;
|
|
2456
|
+
export declare const deleteCustomerAppDataPathCustomerIdOrKeyTwoMax: 256;
|
|
2458
2457
|
export declare const deleteCustomerAppDataPathAppIdRegExp: RegExp;
|
|
2459
|
-
export declare const
|
|
2458
|
+
export declare const DeleteCustomerAppDataParams: zod.ZodObject<{
|
|
2460
2459
|
appId: zod.z.ZodCoercedString<unknown>;
|
|
2461
2460
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
2462
2461
|
}, zod.z.core.$strip>;
|
|
@@ -2464,15 +2463,15 @@ export declare const deleteCustomerAppDataParams: zod.ZodObject<{
|
|
|
2464
2463
|
* Checks customer access to a given feature (by key). All entitlement types share the hasAccess property in their value response, but multiple other properties are returned based on the entitlement type.
|
|
2465
2464
|
* @summary Get customer entitlement value
|
|
2466
2465
|
*/
|
|
2467
|
-
export declare const
|
|
2468
|
-
export declare const
|
|
2466
|
+
export declare const getCustomerEntitlementValuePathCustomerIdOrKeyOneRegExp: RegExp;
|
|
2467
|
+
export declare const getCustomerEntitlementValuePathCustomerIdOrKeyTwoMax: 256;
|
|
2469
2468
|
export declare const getCustomerEntitlementValuePathFeatureKeyMax: 64;
|
|
2470
2469
|
export declare const getCustomerEntitlementValuePathFeatureKeyRegExp: RegExp;
|
|
2471
|
-
export declare const
|
|
2470
|
+
export declare const GetCustomerEntitlementValueParams: zod.ZodObject<{
|
|
2472
2471
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
2473
2472
|
featureKey: zod.z.ZodCoercedString<unknown>;
|
|
2474
2473
|
}, zod.z.core.$strip>;
|
|
2475
|
-
export declare const
|
|
2474
|
+
export declare const GetCustomerEntitlementValueQueryParams: zod.ZodObject<{
|
|
2476
2475
|
time: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
2477
2476
|
}, zod.z.core.$strip>;
|
|
2478
2477
|
/**
|
|
@@ -2480,9 +2479,9 @@ export declare const getCustomerEntitlementValueQueryParams: zod.ZodObject<{
|
|
|
2480
2479
|
Only returns data if the customer billing profile is linked to a stripe app.
|
|
2481
2480
|
* @summary Get customer stripe app data
|
|
2482
2481
|
*/
|
|
2483
|
-
export declare const
|
|
2484
|
-
export declare const
|
|
2485
|
-
export declare const
|
|
2482
|
+
export declare const getCustomerStripeAppDataPathCustomerIdOrKeyOneRegExp: RegExp;
|
|
2483
|
+
export declare const getCustomerStripeAppDataPathCustomerIdOrKeyTwoMax: 256;
|
|
2484
|
+
export declare const GetCustomerStripeAppDataParams: zod.ZodObject<{
|
|
2486
2485
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
2487
2486
|
}, zod.z.core.$strip>;
|
|
2488
2487
|
/**
|
|
@@ -2490,12 +2489,12 @@ export declare const getCustomerStripeAppDataParams: zod.ZodObject<{
|
|
|
2490
2489
|
Only updates data if the customer billing profile is linked to a stripe app.
|
|
2491
2490
|
* @summary Upsert customer stripe app data
|
|
2492
2491
|
*/
|
|
2493
|
-
export declare const
|
|
2494
|
-
export declare const
|
|
2495
|
-
export declare const
|
|
2492
|
+
export declare const upsertCustomerStripeAppDataPathCustomerIdOrKeyOneRegExp: RegExp;
|
|
2493
|
+
export declare const upsertCustomerStripeAppDataPathCustomerIdOrKeyTwoMax: 256;
|
|
2494
|
+
export declare const UpsertCustomerStripeAppDataParams: zod.ZodObject<{
|
|
2496
2495
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
2497
2496
|
}, zod.z.core.$strip>;
|
|
2498
|
-
export declare const
|
|
2497
|
+
export declare const UpsertCustomerStripeAppDataBody: zod.ZodObject<{
|
|
2499
2498
|
stripeCustomerId: zod.z.ZodCoercedString<unknown>;
|
|
2500
2499
|
stripeDefaultPaymentMethodId: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
2501
2500
|
}, zod.z.core.$strip>;
|
|
@@ -2507,12 +2506,12 @@ Useful to redirect the customer to the Stripe customer portal to manage their pa
|
|
|
2507
2506
|
change their billing address and access their invoice history.
|
|
2508
2507
|
* @summary Create Stripe customer portal session
|
|
2509
2508
|
*/
|
|
2510
|
-
export declare const
|
|
2511
|
-
export declare const
|
|
2512
|
-
export declare const
|
|
2509
|
+
export declare const createCustomerStripePortalSessionPathCustomerIdOrKeyOneRegExp: RegExp;
|
|
2510
|
+
export declare const createCustomerStripePortalSessionPathCustomerIdOrKeyTwoMax: 256;
|
|
2511
|
+
export declare const CreateCustomerStripePortalSessionParams: zod.ZodObject<{
|
|
2513
2512
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
2514
2513
|
}, zod.z.core.$strip>;
|
|
2515
|
-
export declare const
|
|
2514
|
+
export declare const CreateCustomerStripePortalSessionBody: zod.ZodObject<{
|
|
2516
2515
|
configurationId: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
2517
2516
|
locale: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
2518
2517
|
returnUrl: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
@@ -2521,15 +2520,15 @@ export declare const createCustomerStripePortalSessionBody: zod.ZodObject<{
|
|
|
2521
2520
|
* Lists all subscriptions for a customer.
|
|
2522
2521
|
* @summary List customer subscriptions
|
|
2523
2522
|
*/
|
|
2524
|
-
export declare const
|
|
2525
|
-
export declare const
|
|
2526
|
-
export declare const
|
|
2523
|
+
export declare const listCustomerSubscriptionsPathCustomerIdOrKeyOneRegExp: RegExp;
|
|
2524
|
+
export declare const listCustomerSubscriptionsPathCustomerIdOrKeyTwoMax: 256;
|
|
2525
|
+
export declare const ListCustomerSubscriptionsParams: zod.ZodObject<{
|
|
2527
2526
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
2528
2527
|
}, zod.z.core.$strip>;
|
|
2529
2528
|
export declare const listCustomerSubscriptionsQueryPageDefault: 1;
|
|
2530
2529
|
export declare const listCustomerSubscriptionsQueryPageSizeDefault: 100;
|
|
2531
2530
|
export declare const listCustomerSubscriptionsQueryPageSizeMax: 1000;
|
|
2532
|
-
export declare const
|
|
2531
|
+
export declare const ListCustomerSubscriptionsQueryParams: zod.ZodObject<{
|
|
2533
2532
|
order: zod.ZodOptional<zod.ZodEnum<{
|
|
2534
2533
|
ASC: "ASC";
|
|
2535
2534
|
DESC: "DESC";
|
|
@@ -2564,16 +2563,16 @@ export declare const listEntitlementsQueryOffsetDefault: 0;
|
|
|
2564
2563
|
export declare const listEntitlementsQueryOffsetMin: 0;
|
|
2565
2564
|
export declare const listEntitlementsQueryLimitDefault: 100;
|
|
2566
2565
|
export declare const listEntitlementsQueryLimitMax: 1000;
|
|
2567
|
-
export declare const
|
|
2566
|
+
export declare const ListEntitlementsQueryParams: zod.ZodObject<{
|
|
2568
2567
|
entitlementType: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
2569
2568
|
boolean: "boolean";
|
|
2570
2569
|
metered: "metered";
|
|
2571
2570
|
static: "static";
|
|
2572
2571
|
}>>>;
|
|
2573
|
-
excludeInactive: zod.
|
|
2572
|
+
excludeInactive: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
2574
2573
|
feature: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
2575
2574
|
limit: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2576
|
-
offset: zod.
|
|
2575
|
+
offset: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2577
2576
|
order: zod.ZodOptional<zod.ZodEnum<{
|
|
2578
2577
|
ASC: "ASC";
|
|
2579
2578
|
DESC: "DESC";
|
|
@@ -2594,7 +2593,7 @@ export declare const listEntitlementsQueryParams: zod.ZodObject<{
|
|
|
2594
2593
|
* @summary Get entitlement by ID
|
|
2595
2594
|
*/
|
|
2596
2595
|
export declare const getEntitlementByIdPathEntitlementIdRegExp: RegExp;
|
|
2597
|
-
export declare const
|
|
2596
|
+
export declare const GetEntitlementByIdParams: zod.ZodObject<{
|
|
2598
2597
|
entitlementId: zod.z.ZodCoercedString<unknown>;
|
|
2599
2598
|
}, zod.z.core.$strip>;
|
|
2600
2599
|
/**
|
|
@@ -2607,7 +2606,7 @@ export declare const listEventsQueryClientIdMax: 36;
|
|
|
2607
2606
|
export declare const listEventsQueryCustomerIdItemRegExp: RegExp;
|
|
2608
2607
|
export declare const listEventsQueryLimitDefault: 100;
|
|
2609
2608
|
export declare const listEventsQueryLimitMax: 100;
|
|
2610
|
-
export declare const
|
|
2609
|
+
export declare const ListEventsQueryParams: zod.ZodObject<{
|
|
2611
2610
|
clientId: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
2612
2611
|
customerId: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
2613
2612
|
from: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
@@ -2622,9 +2621,9 @@ export declare const listEventsQueryParams: zod.ZodObject<{
|
|
|
2622
2621
|
* Ingests an event or batch of events following the CloudEvents specification.
|
|
2623
2622
|
* @summary Ingest events
|
|
2624
2623
|
*/
|
|
2625
|
-
export declare const
|
|
2626
|
-
export declare const
|
|
2627
|
-
export declare const
|
|
2624
|
+
export declare const ingestEventsBodyOneSpecversionDefault: "1.0";
|
|
2625
|
+
export declare const ingestEventsBodyTwoItemSpecversionDefault: "1.0";
|
|
2626
|
+
export declare const IngestEventsBody: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
2628
2627
|
data: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
2629
2628
|
datacontenttype: zod.ZodOptional<zod.ZodNullable<zod.ZodEnum<{
|
|
2630
2629
|
"application/json": "application/json";
|
|
@@ -2661,11 +2660,11 @@ export declare const listFeaturesQueryOffsetDefault: 0;
|
|
|
2661
2660
|
export declare const listFeaturesQueryOffsetMin: 0;
|
|
2662
2661
|
export declare const listFeaturesQueryLimitDefault: 100;
|
|
2663
2662
|
export declare const listFeaturesQueryLimitMax: 1000;
|
|
2664
|
-
export declare const
|
|
2665
|
-
includeArchived: zod.
|
|
2663
|
+
export declare const ListFeaturesQueryParams: zod.ZodObject<{
|
|
2664
|
+
includeArchived: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
2666
2665
|
limit: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2667
2666
|
meterSlug: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
2668
|
-
offset: zod.
|
|
2667
|
+
offset: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2669
2668
|
order: zod.ZodOptional<zod.ZodEnum<{
|
|
2670
2669
|
ASC: "ASC";
|
|
2671
2670
|
DESC: "DESC";
|
|
@@ -2691,7 +2690,7 @@ export declare const createFeatureBodyKeyMax: 64;
|
|
|
2691
2690
|
export declare const createFeatureBodyKeyRegExp: RegExp;
|
|
2692
2691
|
export declare const createFeatureBodyMeterSlugMax: 64;
|
|
2693
2692
|
export declare const createFeatureBodyMeterSlugRegExp: RegExp;
|
|
2694
|
-
export declare const
|
|
2693
|
+
export declare const CreateFeatureBody: zod.ZodObject<{
|
|
2695
2694
|
advancedMeterGroupByFilters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
2696
2695
|
$and: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodUnknown>>>;
|
|
2697
2696
|
$eq: zod.ZodOptional<zod.ZodNullable<zod.z.ZodCoercedString<unknown>>>;
|
|
@@ -2718,7 +2717,7 @@ export declare const createFeatureBody: zod.ZodObject<{
|
|
|
2718
2717
|
* Get a feature by ID.
|
|
2719
2718
|
* @summary Get feature
|
|
2720
2719
|
*/
|
|
2721
|
-
export declare const
|
|
2720
|
+
export declare const GetFeatureParams: zod.ZodObject<{
|
|
2722
2721
|
featureId: zod.z.ZodCoercedString<unknown>;
|
|
2723
2722
|
}, zod.z.core.$strip>;
|
|
2724
2723
|
/**
|
|
@@ -2728,7 +2727,7 @@ Once a feature is archived it cannot be unarchived. If a feature is archived, ne
|
|
|
2728
2727
|
This means, if you want to create a new feature with the same key, and then create entitlements for it, the previous entitlements have to be deleted first on a per subject basis.
|
|
2729
2728
|
* @summary Delete feature
|
|
2730
2729
|
*/
|
|
2731
|
-
export declare const
|
|
2730
|
+
export declare const DeleteFeatureParams: zod.ZodObject<{
|
|
2732
2731
|
featureId: zod.z.ZodCoercedString<unknown>;
|
|
2733
2732
|
}, zod.z.core.$strip>;
|
|
2734
2733
|
/**
|
|
@@ -2748,11 +2747,11 @@ export declare const listGrantsQueryOffsetDefault: 0;
|
|
|
2748
2747
|
export declare const listGrantsQueryOffsetMin: 0;
|
|
2749
2748
|
export declare const listGrantsQueryLimitDefault: 100;
|
|
2750
2749
|
export declare const listGrantsQueryLimitMax: 1000;
|
|
2751
|
-
export declare const
|
|
2750
|
+
export declare const ListGrantsQueryParams: zod.ZodObject<{
|
|
2752
2751
|
feature: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
2753
|
-
includeDeleted: zod.
|
|
2752
|
+
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
2754
2753
|
limit: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2755
|
-
offset: zod.
|
|
2754
|
+
offset: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2756
2755
|
order: zod.ZodOptional<zod.ZodEnum<{
|
|
2757
2756
|
ASC: "ASC";
|
|
2758
2757
|
DESC: "DESC";
|
|
@@ -2771,14 +2770,14 @@ export declare const listGrantsQueryParams: zod.ZodObject<{
|
|
|
2771
2770
|
For example, if you have a single grant for your metered entitlement with an initial amount of 100, and so far 60 usage has been metered, the grant (and the entitlement itself) would have a balance of 40. If you then void that grant, balance becomes 0, but the 60 previous usage will not be affected.
|
|
2772
2771
|
* @summary Void grant
|
|
2773
2772
|
*/
|
|
2774
|
-
export declare const
|
|
2773
|
+
export declare const VoidGrantParams: zod.ZodObject<{
|
|
2775
2774
|
grantId: zod.z.ZodCoercedString<unknown>;
|
|
2776
2775
|
}, zod.z.core.$strip>;
|
|
2777
2776
|
/**
|
|
2778
2777
|
* Get progress
|
|
2779
2778
|
* @summary Get progress
|
|
2780
2779
|
*/
|
|
2781
|
-
export declare const
|
|
2780
|
+
export declare const GetProgressParams: zod.ZodObject<{
|
|
2782
2781
|
id: zod.z.ZodCoercedString<unknown>;
|
|
2783
2782
|
}, zod.z.core.$strip>;
|
|
2784
2783
|
/**
|
|
@@ -2788,7 +2787,7 @@ export declare const getProgressParams: zod.ZodObject<{
|
|
|
2788
2787
|
export declare const listMarketplaceListingsQueryPageDefault: 1;
|
|
2789
2788
|
export declare const listMarketplaceListingsQueryPageSizeDefault: 100;
|
|
2790
2789
|
export declare const listMarketplaceListingsQueryPageSizeMax: 1000;
|
|
2791
|
-
export declare const
|
|
2790
|
+
export declare const ListMarketplaceListingsQueryParams: zod.ZodObject<{
|
|
2792
2791
|
page: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2793
2792
|
pageSize: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
2794
2793
|
}, zod.z.core.$strip>;
|
|
@@ -2796,7 +2795,7 @@ export declare const listMarketplaceListingsQueryParams: zod.ZodObject<{
|
|
|
2796
2795
|
* Get a marketplace listing by type.
|
|
2797
2796
|
* @summary Get app details by type
|
|
2798
2797
|
*/
|
|
2799
|
-
export declare const
|
|
2798
|
+
export declare const GetMarketplaceListingParams: zod.ZodObject<{
|
|
2800
2799
|
type: zod.ZodEnum<{
|
|
2801
2800
|
stripe: "stripe";
|
|
2802
2801
|
sandbox: "sandbox";
|
|
@@ -2807,7 +2806,7 @@ export declare const getMarketplaceListingParams: zod.ZodObject<{
|
|
|
2807
2806
|
* Install an app from the marketplace.
|
|
2808
2807
|
* @summary Install app
|
|
2809
2808
|
*/
|
|
2810
|
-
export declare const
|
|
2809
|
+
export declare const MarketplaceAppInstallParams: zod.ZodObject<{
|
|
2811
2810
|
type: zod.ZodEnum<{
|
|
2812
2811
|
stripe: "stripe";
|
|
2813
2812
|
sandbox: "sandbox";
|
|
@@ -2815,7 +2814,7 @@ export declare const marketplaceAppInstallParams: zod.ZodObject<{
|
|
|
2815
2814
|
}>;
|
|
2816
2815
|
}, zod.z.core.$strip>;
|
|
2817
2816
|
export declare const marketplaceAppInstallBodyCreateBillingProfileDefault: true;
|
|
2818
|
-
export declare const
|
|
2817
|
+
export declare const MarketplaceAppInstallBody: zod.ZodObject<{
|
|
2819
2818
|
createBillingProfile: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
2820
2819
|
name: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
2821
2820
|
}, zod.z.core.$strip>;
|
|
@@ -2823,7 +2822,7 @@ export declare const marketplaceAppInstallBody: zod.ZodObject<{
|
|
|
2823
2822
|
* Install an marketplace app via API Key.
|
|
2824
2823
|
* @summary Install app via API key
|
|
2825
2824
|
*/
|
|
2826
|
-
export declare const
|
|
2825
|
+
export declare const MarketplaceAppAPIKeyInstallParams: zod.ZodObject<{
|
|
2827
2826
|
type: zod.ZodEnum<{
|
|
2828
2827
|
stripe: "stripe";
|
|
2829
2828
|
sandbox: "sandbox";
|
|
@@ -2831,7 +2830,7 @@ export declare const marketplaceAppAPIKeyInstallParams: zod.ZodObject<{
|
|
|
2831
2830
|
}>;
|
|
2832
2831
|
}, zod.z.core.$strip>;
|
|
2833
2832
|
export declare const marketplaceAppAPIKeyInstallBodyCreateBillingProfileDefault: true;
|
|
2834
|
-
export declare const
|
|
2833
|
+
export declare const MarketplaceAppAPIKeyInstallBody: zod.ZodObject<{
|
|
2835
2834
|
apiKey: zod.z.ZodCoercedString<unknown>;
|
|
2836
2835
|
createBillingProfile: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
2837
2836
|
name: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
@@ -2841,7 +2840,7 @@ export declare const marketplaceAppAPIKeyInstallBody: zod.ZodObject<{
|
|
|
2841
2840
|
Returns a URL to start the OAuth 2.0 flow.
|
|
2842
2841
|
* @summary Get OAuth2 install URL
|
|
2843
2842
|
*/
|
|
2844
|
-
export declare const
|
|
2843
|
+
export declare const MarketplaceOAuth2InstallGetURLParams: zod.ZodObject<{
|
|
2845
2844
|
type: zod.ZodEnum<{
|
|
2846
2845
|
stripe: "stripe";
|
|
2847
2846
|
sandbox: "sandbox";
|
|
@@ -2853,14 +2852,14 @@ export declare const marketplaceOAuth2InstallGetURLParams: zod.ZodObject<{
|
|
|
2853
2852
|
Verifies the OAuth code and exchanges it for a token and refresh token
|
|
2854
2853
|
* @summary Install app via OAuth2
|
|
2855
2854
|
*/
|
|
2856
|
-
export declare const
|
|
2855
|
+
export declare const MarketplaceOAuth2InstallAuthorizeParams: zod.ZodObject<{
|
|
2857
2856
|
type: zod.ZodEnum<{
|
|
2858
2857
|
stripe: "stripe";
|
|
2859
2858
|
sandbox: "sandbox";
|
|
2860
2859
|
custom_invoicing: "custom_invoicing";
|
|
2861
2860
|
}>;
|
|
2862
2861
|
}, zod.z.core.$strip>;
|
|
2863
|
-
export declare const
|
|
2862
|
+
export declare const MarketplaceOAuth2InstallAuthorizeQueryParams: zod.ZodObject<{
|
|
2864
2863
|
code: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
2865
2864
|
error: zod.ZodOptional<zod.ZodEnum<{
|
|
2866
2865
|
invalid_request: "invalid_request";
|
|
@@ -2883,8 +2882,8 @@ export declare const listMetersQueryPageDefault: 1;
|
|
|
2883
2882
|
export declare const listMetersQueryPageSizeDefault: 100;
|
|
2884
2883
|
export declare const listMetersQueryPageSizeMax: 1000;
|
|
2885
2884
|
export declare const listMetersQueryIncludeDeletedDefault: false;
|
|
2886
|
-
export declare const
|
|
2887
|
-
includeDeleted: zod.
|
|
2885
|
+
export declare const ListMetersQueryParams: zod.ZodObject<{
|
|
2886
|
+
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
2888
2887
|
order: zod.ZodOptional<zod.ZodEnum<{
|
|
2889
2888
|
ASC: "ASC";
|
|
2890
2889
|
DESC: "DESC";
|
|
@@ -2907,7 +2906,7 @@ export declare const createMeterBodyDescriptionMax: 1024;
|
|
|
2907
2906
|
export declare const createMeterBodyNameMax: 256;
|
|
2908
2907
|
export declare const createMeterBodySlugMax: 64;
|
|
2909
2908
|
export declare const createMeterBodySlugRegExp: RegExp;
|
|
2910
|
-
export declare const
|
|
2909
|
+
export declare const CreateMeterBody: zod.ZodObject<{
|
|
2911
2910
|
aggregation: zod.ZodEnum<{
|
|
2912
2911
|
SUM: "SUM";
|
|
2913
2912
|
COUNT: "COUNT";
|
|
@@ -2932,7 +2931,7 @@ export declare const createMeterBody: zod.ZodObject<{
|
|
|
2932
2931
|
*/
|
|
2933
2932
|
export declare const getMeterPathMeterIdOrSlugMax: 64;
|
|
2934
2933
|
export declare const getMeterPathMeterIdOrSlugRegExp: RegExp;
|
|
2935
|
-
export declare const
|
|
2934
|
+
export declare const GetMeterParams: zod.ZodObject<{
|
|
2936
2935
|
meterIdOrSlug: zod.z.ZodCoercedString<unknown>;
|
|
2937
2936
|
}, zod.z.core.$strip>;
|
|
2938
2937
|
/**
|
|
@@ -2941,12 +2940,12 @@ export declare const getMeterParams: zod.ZodObject<{
|
|
|
2941
2940
|
*/
|
|
2942
2941
|
export declare const updateMeterPathMeterIdOrSlugMax: 64;
|
|
2943
2942
|
export declare const updateMeterPathMeterIdOrSlugRegExp: RegExp;
|
|
2944
|
-
export declare const
|
|
2943
|
+
export declare const UpdateMeterParams: zod.ZodObject<{
|
|
2945
2944
|
meterIdOrSlug: zod.z.ZodCoercedString<unknown>;
|
|
2946
2945
|
}, zod.z.core.$strip>;
|
|
2947
2946
|
export declare const updateMeterBodyDescriptionMax: 1024;
|
|
2948
2947
|
export declare const updateMeterBodyNameMax: 256;
|
|
2949
|
-
export declare const
|
|
2948
|
+
export declare const UpdateMeterBody: zod.ZodObject<{
|
|
2950
2949
|
description: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
2951
2950
|
groupBy: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
2952
2951
|
metadata: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>>;
|
|
@@ -2958,7 +2957,7 @@ export declare const updateMeterBody: zod.ZodObject<{
|
|
|
2958
2957
|
*/
|
|
2959
2958
|
export declare const deleteMeterPathMeterIdOrSlugMax: 64;
|
|
2960
2959
|
export declare const deleteMeterPathMeterIdOrSlugRegExp: RegExp;
|
|
2961
|
-
export declare const
|
|
2960
|
+
export declare const DeleteMeterParams: zod.ZodObject<{
|
|
2962
2961
|
meterIdOrSlug: zod.z.ZodCoercedString<unknown>;
|
|
2963
2962
|
}, zod.z.core.$strip>;
|
|
2964
2963
|
/**
|
|
@@ -2967,11 +2966,11 @@ export declare const deleteMeterParams: zod.ZodObject<{
|
|
|
2967
2966
|
*/
|
|
2968
2967
|
export declare const listMeterGroupByValuesPathMeterIdOrSlugMax: 64;
|
|
2969
2968
|
export declare const listMeterGroupByValuesPathMeterIdOrSlugRegExp: RegExp;
|
|
2970
|
-
export declare const
|
|
2969
|
+
export declare const ListMeterGroupByValuesParams: zod.ZodObject<{
|
|
2971
2970
|
groupByKey: zod.z.ZodCoercedString<unknown>;
|
|
2972
2971
|
meterIdOrSlug: zod.z.ZodCoercedString<unknown>;
|
|
2973
2972
|
}, zod.z.core.$strip>;
|
|
2974
|
-
export declare const
|
|
2973
|
+
export declare const ListMeterGroupByValuesQueryParams: zod.ZodObject<{
|
|
2975
2974
|
from: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
2976
2975
|
to: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
2977
2976
|
}, zod.z.core.$strip>;
|
|
@@ -2981,13 +2980,13 @@ export declare const listMeterGroupByValuesQueryParams: zod.ZodObject<{
|
|
|
2981
2980
|
*/
|
|
2982
2981
|
export declare const queryMeterPathMeterIdOrSlugMax: 64;
|
|
2983
2982
|
export declare const queryMeterPathMeterIdOrSlugRegExp: RegExp;
|
|
2984
|
-
export declare const
|
|
2983
|
+
export declare const QueryMeterParams: zod.ZodObject<{
|
|
2985
2984
|
meterIdOrSlug: zod.z.ZodCoercedString<unknown>;
|
|
2986
2985
|
}, zod.z.core.$strip>;
|
|
2987
2986
|
export declare const queryMeterQueryClientIdMax: 36;
|
|
2988
2987
|
export declare const queryMeterQueryWindowTimeZoneDefault: "UTC";
|
|
2989
2988
|
export declare const queryMeterQueryFilterCustomerIdMax: 100;
|
|
2990
|
-
export declare const
|
|
2989
|
+
export declare const QueryMeterQueryParams: zod.ZodObject<{
|
|
2991
2990
|
clientId: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
2992
2991
|
filterCustomerId: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
2993
2992
|
filterGroupBy: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
@@ -3008,7 +3007,7 @@ export declare const queryMeterQueryParams: zod.ZodObject<{
|
|
|
3008
3007
|
*/
|
|
3009
3008
|
export declare const queryMeterPostPathMeterIdOrSlugMax: 64;
|
|
3010
3009
|
export declare const queryMeterPostPathMeterIdOrSlugRegExp: RegExp;
|
|
3011
|
-
export declare const
|
|
3010
|
+
export declare const QueryMeterPostParams: zod.ZodObject<{
|
|
3012
3011
|
meterIdOrSlug: zod.z.ZodCoercedString<unknown>;
|
|
3013
3012
|
}, zod.z.core.$strip>;
|
|
3014
3013
|
export declare const queryMeterPostBodyClientIdMax: 36;
|
|
@@ -3016,7 +3015,7 @@ export declare const queryMeterPostBodyWindowTimeZoneDefault: "UTC";
|
|
|
3016
3015
|
export declare const queryMeterPostBodySubjectMax: 100;
|
|
3017
3016
|
export declare const queryMeterPostBodyFilterCustomerIdMax: 100;
|
|
3018
3017
|
export declare const queryMeterPostBodyGroupByMax: 100;
|
|
3019
|
-
export declare const
|
|
3018
|
+
export declare const QueryMeterPostBody: zod.ZodObject<{
|
|
3020
3019
|
advancedMeterGroupByFilters: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodObject<{
|
|
3021
3020
|
$and: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodUnknown>>>;
|
|
3022
3021
|
$eq: zod.ZodOptional<zod.ZodNullable<zod.z.ZodCoercedString<unknown>>>;
|
|
@@ -3054,10 +3053,10 @@ export declare const queryMeterPostBody: zod.ZodObject<{
|
|
|
3054
3053
|
*/
|
|
3055
3054
|
export declare const listMeterSubjectsPathMeterIdOrSlugMax: 64;
|
|
3056
3055
|
export declare const listMeterSubjectsPathMeterIdOrSlugRegExp: RegExp;
|
|
3057
|
-
export declare const
|
|
3056
|
+
export declare const ListMeterSubjectsParams: zod.ZodObject<{
|
|
3058
3057
|
meterIdOrSlug: zod.z.ZodCoercedString<unknown>;
|
|
3059
3058
|
}, zod.z.core.$strip>;
|
|
3060
|
-
export declare const
|
|
3059
|
+
export declare const ListMeterSubjectsQueryParams: zod.ZodObject<{
|
|
3061
3060
|
from: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
3062
3061
|
to: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
3063
3062
|
}, zod.z.core.$strip>;
|
|
@@ -3070,9 +3069,9 @@ export declare const listNotificationChannelsQueryIncludeDisabledDefault: false;
|
|
|
3070
3069
|
export declare const listNotificationChannelsQueryPageDefault: 1;
|
|
3071
3070
|
export declare const listNotificationChannelsQueryPageSizeDefault: 100;
|
|
3072
3071
|
export declare const listNotificationChannelsQueryPageSizeMax: 1000;
|
|
3073
|
-
export declare const
|
|
3074
|
-
includeDeleted: zod.
|
|
3075
|
-
includeDisabled: zod.
|
|
3072
|
+
export declare const ListNotificationChannelsQueryParams: zod.ZodObject<{
|
|
3073
|
+
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3074
|
+
includeDisabled: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3076
3075
|
order: zod.ZodOptional<zod.ZodEnum<{
|
|
3077
3076
|
ASC: "ASC";
|
|
3078
3077
|
DESC: "DESC";
|
|
@@ -3090,12 +3089,12 @@ export declare const listNotificationChannelsQueryParams: zod.ZodObject<{
|
|
|
3090
3089
|
* Create a new notification channel.
|
|
3091
3090
|
* @summary Create a notification channel
|
|
3092
3091
|
*/
|
|
3093
|
-
export declare const
|
|
3094
|
-
export declare const
|
|
3095
|
-
export declare const
|
|
3096
|
-
export declare const
|
|
3092
|
+
export declare const createNotificationChannelBodyOneNameMax: 256;
|
|
3093
|
+
export declare const createNotificationChannelBodyOneDisabledDefault: false;
|
|
3094
|
+
export declare const createNotificationChannelBodyOneSigningSecretRegExp: RegExp;
|
|
3095
|
+
export declare const CreateNotificationChannelBody: zod.ZodObject<{
|
|
3097
3096
|
customHeaders: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
3098
|
-
disabled: zod.
|
|
3097
|
+
disabled: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3099
3098
|
metadata: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>>;
|
|
3100
3099
|
name: zod.z.ZodCoercedString<unknown>;
|
|
3101
3100
|
signingSecret: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
@@ -3109,15 +3108,15 @@ export declare const createNotificationChannelBody: zod.ZodObject<{
|
|
|
3109
3108
|
* @summary Update a notification channel
|
|
3110
3109
|
*/
|
|
3111
3110
|
export declare const updateNotificationChannelPathChannelIdRegExp: RegExp;
|
|
3112
|
-
export declare const
|
|
3111
|
+
export declare const UpdateNotificationChannelParams: zod.ZodObject<{
|
|
3113
3112
|
channelId: zod.z.ZodCoercedString<unknown>;
|
|
3114
3113
|
}, zod.z.core.$strip>;
|
|
3115
|
-
export declare const
|
|
3116
|
-
export declare const
|
|
3117
|
-
export declare const
|
|
3118
|
-
export declare const
|
|
3114
|
+
export declare const updateNotificationChannelBodyOneNameMax: 256;
|
|
3115
|
+
export declare const updateNotificationChannelBodyOneDisabledDefault: false;
|
|
3116
|
+
export declare const updateNotificationChannelBodyOneSigningSecretRegExp: RegExp;
|
|
3117
|
+
export declare const UpdateNotificationChannelBody: zod.ZodObject<{
|
|
3119
3118
|
customHeaders: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
3120
|
-
disabled: zod.
|
|
3119
|
+
disabled: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3121
3120
|
metadata: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>>;
|
|
3122
3121
|
name: zod.z.ZodCoercedString<unknown>;
|
|
3123
3122
|
signingSecret: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
@@ -3131,7 +3130,7 @@ export declare const updateNotificationChannelBody: zod.ZodObject<{
|
|
|
3131
3130
|
* @summary Get notification channel
|
|
3132
3131
|
*/
|
|
3133
3132
|
export declare const getNotificationChannelPathChannelIdRegExp: RegExp;
|
|
3134
|
-
export declare const
|
|
3133
|
+
export declare const GetNotificationChannelParams: zod.ZodObject<{
|
|
3135
3134
|
channelId: zod.z.ZodCoercedString<unknown>;
|
|
3136
3135
|
}, zod.z.core.$strip>;
|
|
3137
3136
|
/**
|
|
@@ -3141,7 +3140,7 @@ Once a notification channel is deleted it cannot be undeleted.
|
|
|
3141
3140
|
* @summary Delete a notification channel
|
|
3142
3141
|
*/
|
|
3143
3142
|
export declare const deleteNotificationChannelPathChannelIdRegExp: RegExp;
|
|
3144
|
-
export declare const
|
|
3143
|
+
export declare const DeleteNotificationChannelParams: zod.ZodObject<{
|
|
3145
3144
|
channelId: zod.z.ZodCoercedString<unknown>;
|
|
3146
3145
|
}, zod.z.core.$strip>;
|
|
3147
3146
|
/**
|
|
@@ -3153,7 +3152,7 @@ export declare const listNotificationEventsQueryChannelItemRegExp: RegExp;
|
|
|
3153
3152
|
export declare const listNotificationEventsQueryPageDefault: 1;
|
|
3154
3153
|
export declare const listNotificationEventsQueryPageSizeDefault: 100;
|
|
3155
3154
|
export declare const listNotificationEventsQueryPageSizeMax: 1000;
|
|
3156
|
-
export declare const
|
|
3155
|
+
export declare const ListNotificationEventsQueryParams: zod.ZodObject<{
|
|
3157
3156
|
channel: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3158
3157
|
feature: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3159
3158
|
from: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
@@ -3175,18 +3174,18 @@ export declare const listNotificationEventsQueryParams: zod.ZodObject<{
|
|
|
3175
3174
|
* Get a notification event by id.
|
|
3176
3175
|
* @summary Get notification event
|
|
3177
3176
|
*/
|
|
3178
|
-
export declare const
|
|
3177
|
+
export declare const GetNotificationEventParams: zod.ZodObject<{
|
|
3179
3178
|
eventId: zod.z.ZodCoercedString<unknown>;
|
|
3180
3179
|
}, zod.z.core.$strip>;
|
|
3181
3180
|
/**
|
|
3182
3181
|
* @summary Re-send notification event
|
|
3183
3182
|
*/
|
|
3184
3183
|
export declare const resendNotificationEventPathEventIdRegExp: RegExp;
|
|
3185
|
-
export declare const
|
|
3184
|
+
export declare const ResendNotificationEventParams: zod.ZodObject<{
|
|
3186
3185
|
eventId: zod.z.ZodCoercedString<unknown>;
|
|
3187
3186
|
}, zod.z.core.$strip>;
|
|
3188
3187
|
export declare const resendNotificationEventBodyChannelsItemRegExp: RegExp;
|
|
3189
|
-
export declare const
|
|
3188
|
+
export declare const ResendNotificationEventBody: zod.ZodObject<{
|
|
3190
3189
|
channels: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3191
3190
|
}, zod.z.core.$strip>;
|
|
3192
3191
|
/**
|
|
@@ -3200,11 +3199,11 @@ export declare const listNotificationRulesQueryFeatureItemRegExp: RegExp;
|
|
|
3200
3199
|
export declare const listNotificationRulesQueryPageDefault: 1;
|
|
3201
3200
|
export declare const listNotificationRulesQueryPageSizeDefault: 100;
|
|
3202
3201
|
export declare const listNotificationRulesQueryPageSizeMax: 1000;
|
|
3203
|
-
export declare const
|
|
3202
|
+
export declare const ListNotificationRulesQueryParams: zod.ZodObject<{
|
|
3204
3203
|
channel: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3205
3204
|
feature: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3206
|
-
includeDeleted: zod.
|
|
3207
|
-
includeDisabled: zod.
|
|
3205
|
+
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3206
|
+
includeDisabled: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3208
3207
|
order: zod.ZodOptional<zod.ZodEnum<{
|
|
3209
3208
|
ASC: "ASC";
|
|
3210
3209
|
DESC: "DESC";
|
|
@@ -3222,26 +3221,26 @@ export declare const listNotificationRulesQueryParams: zod.ZodObject<{
|
|
|
3222
3221
|
* Create a new notification rule.
|
|
3223
3222
|
* @summary Create a notification rule
|
|
3224
3223
|
*/
|
|
3225
|
-
export declare const
|
|
3226
|
-
export declare const
|
|
3227
|
-
export declare const
|
|
3228
|
-
export declare const
|
|
3229
|
-
export declare const
|
|
3230
|
-
export declare const
|
|
3231
|
-
export declare const
|
|
3232
|
-
export declare const
|
|
3233
|
-
export declare const
|
|
3234
|
-
export declare const
|
|
3235
|
-
export declare const
|
|
3236
|
-
export declare const
|
|
3237
|
-
export declare const
|
|
3238
|
-
export declare const
|
|
3239
|
-
export declare const
|
|
3240
|
-
export declare const
|
|
3241
|
-
export declare const
|
|
3242
|
-
export declare const
|
|
3224
|
+
export declare const createNotificationRuleBodyOneNameMax: 256;
|
|
3225
|
+
export declare const createNotificationRuleBodyOneDisabledDefault: false;
|
|
3226
|
+
export declare const createNotificationRuleBodyOneThresholdsMax: 10;
|
|
3227
|
+
export declare const createNotificationRuleBodyOneChannelsItemRegExp: RegExp;
|
|
3228
|
+
export declare const createNotificationRuleBodyOneFeaturesItemMax: 64;
|
|
3229
|
+
export declare const createNotificationRuleBodyOneFeaturesItemRegExp: RegExp;
|
|
3230
|
+
export declare const createNotificationRuleBodyTwoNameMax: 256;
|
|
3231
|
+
export declare const createNotificationRuleBodyTwoDisabledDefault: false;
|
|
3232
|
+
export declare const createNotificationRuleBodyTwoChannelsItemRegExp: RegExp;
|
|
3233
|
+
export declare const createNotificationRuleBodyTwoFeaturesItemMax: 64;
|
|
3234
|
+
export declare const createNotificationRuleBodyTwoFeaturesItemRegExp: RegExp;
|
|
3235
|
+
export declare const createNotificationRuleBodyThreeNameMax: 256;
|
|
3236
|
+
export declare const createNotificationRuleBodyThreeDisabledDefault: false;
|
|
3237
|
+
export declare const createNotificationRuleBodyThreeChannelsItemRegExp: RegExp;
|
|
3238
|
+
export declare const createNotificationRuleBodyFourNameMax: 256;
|
|
3239
|
+
export declare const createNotificationRuleBodyFourDisabledDefault: false;
|
|
3240
|
+
export declare const createNotificationRuleBodyFourChannelsItemRegExp: RegExp;
|
|
3241
|
+
export declare const CreateNotificationRuleBody: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3243
3242
|
channels: zod.ZodArray<zod.z.ZodCoercedString<unknown>>;
|
|
3244
|
-
disabled: zod.
|
|
3243
|
+
disabled: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3245
3244
|
features: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3246
3245
|
metadata: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>>;
|
|
3247
3246
|
name: zod.z.ZodCoercedString<unknown>;
|
|
@@ -3260,7 +3259,7 @@ export declare const createNotificationRuleBody: zod.ZodUnion<readonly [zod.ZodO
|
|
|
3260
3259
|
}>;
|
|
3261
3260
|
}, zod.z.core.$strip>, zod.ZodObject<{
|
|
3262
3261
|
channels: zod.ZodArray<zod.z.ZodCoercedString<unknown>>;
|
|
3263
|
-
disabled: zod.
|
|
3262
|
+
disabled: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3264
3263
|
features: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3265
3264
|
metadata: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>>;
|
|
3266
3265
|
name: zod.z.ZodCoercedString<unknown>;
|
|
@@ -3269,7 +3268,7 @@ export declare const createNotificationRuleBody: zod.ZodUnion<readonly [zod.ZodO
|
|
|
3269
3268
|
}>;
|
|
3270
3269
|
}, zod.z.core.$strip>, zod.ZodObject<{
|
|
3271
3270
|
channels: zod.ZodArray<zod.z.ZodCoercedString<unknown>>;
|
|
3272
|
-
disabled: zod.
|
|
3271
|
+
disabled: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3273
3272
|
metadata: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>>;
|
|
3274
3273
|
name: zod.z.ZodCoercedString<unknown>;
|
|
3275
3274
|
type: zod.ZodEnum<{
|
|
@@ -3277,7 +3276,7 @@ export declare const createNotificationRuleBody: zod.ZodUnion<readonly [zod.ZodO
|
|
|
3277
3276
|
}>;
|
|
3278
3277
|
}, zod.z.core.$strip>, zod.ZodObject<{
|
|
3279
3278
|
channels: zod.ZodArray<zod.z.ZodCoercedString<unknown>>;
|
|
3280
|
-
disabled: zod.
|
|
3279
|
+
disabled: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3281
3280
|
metadata: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>>;
|
|
3282
3281
|
name: zod.z.ZodCoercedString<unknown>;
|
|
3283
3282
|
type: zod.ZodEnum<{
|
|
@@ -3289,29 +3288,29 @@ export declare const createNotificationRuleBody: zod.ZodUnion<readonly [zod.ZodO
|
|
|
3289
3288
|
* @summary Update a notification rule
|
|
3290
3289
|
*/
|
|
3291
3290
|
export declare const updateNotificationRulePathRuleIdRegExp: RegExp;
|
|
3292
|
-
export declare const
|
|
3291
|
+
export declare const UpdateNotificationRuleParams: zod.ZodObject<{
|
|
3293
3292
|
ruleId: zod.z.ZodCoercedString<unknown>;
|
|
3294
3293
|
}, zod.z.core.$strip>;
|
|
3295
|
-
export declare const
|
|
3296
|
-
export declare const
|
|
3297
|
-
export declare const
|
|
3298
|
-
export declare const
|
|
3299
|
-
export declare const
|
|
3300
|
-
export declare const
|
|
3301
|
-
export declare const
|
|
3302
|
-
export declare const
|
|
3303
|
-
export declare const
|
|
3304
|
-
export declare const
|
|
3305
|
-
export declare const
|
|
3306
|
-
export declare const
|
|
3307
|
-
export declare const
|
|
3308
|
-
export declare const
|
|
3309
|
-
export declare const
|
|
3310
|
-
export declare const
|
|
3311
|
-
export declare const
|
|
3312
|
-
export declare const
|
|
3294
|
+
export declare const updateNotificationRuleBodyOneNameMax: 256;
|
|
3295
|
+
export declare const updateNotificationRuleBodyOneDisabledDefault: false;
|
|
3296
|
+
export declare const updateNotificationRuleBodyOneThresholdsMax: 10;
|
|
3297
|
+
export declare const updateNotificationRuleBodyOneChannelsItemRegExp: RegExp;
|
|
3298
|
+
export declare const updateNotificationRuleBodyOneFeaturesItemMax: 64;
|
|
3299
|
+
export declare const updateNotificationRuleBodyOneFeaturesItemRegExp: RegExp;
|
|
3300
|
+
export declare const updateNotificationRuleBodyTwoNameMax: 256;
|
|
3301
|
+
export declare const updateNotificationRuleBodyTwoDisabledDefault: false;
|
|
3302
|
+
export declare const updateNotificationRuleBodyTwoChannelsItemRegExp: RegExp;
|
|
3303
|
+
export declare const updateNotificationRuleBodyTwoFeaturesItemMax: 64;
|
|
3304
|
+
export declare const updateNotificationRuleBodyTwoFeaturesItemRegExp: RegExp;
|
|
3305
|
+
export declare const updateNotificationRuleBodyThreeNameMax: 256;
|
|
3306
|
+
export declare const updateNotificationRuleBodyThreeDisabledDefault: false;
|
|
3307
|
+
export declare const updateNotificationRuleBodyThreeChannelsItemRegExp: RegExp;
|
|
3308
|
+
export declare const updateNotificationRuleBodyFourNameMax: 256;
|
|
3309
|
+
export declare const updateNotificationRuleBodyFourDisabledDefault: false;
|
|
3310
|
+
export declare const updateNotificationRuleBodyFourChannelsItemRegExp: RegExp;
|
|
3311
|
+
export declare const UpdateNotificationRuleBody: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3313
3312
|
channels: zod.ZodArray<zod.z.ZodCoercedString<unknown>>;
|
|
3314
|
-
disabled: zod.
|
|
3313
|
+
disabled: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3315
3314
|
features: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3316
3315
|
metadata: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>>;
|
|
3317
3316
|
name: zod.z.ZodCoercedString<unknown>;
|
|
@@ -3330,7 +3329,7 @@ export declare const updateNotificationRuleBody: zod.ZodUnion<readonly [zod.ZodO
|
|
|
3330
3329
|
}>;
|
|
3331
3330
|
}, zod.z.core.$strip>, zod.ZodObject<{
|
|
3332
3331
|
channels: zod.ZodArray<zod.z.ZodCoercedString<unknown>>;
|
|
3333
|
-
disabled: zod.
|
|
3332
|
+
disabled: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3334
3333
|
features: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3335
3334
|
metadata: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>>;
|
|
3336
3335
|
name: zod.z.ZodCoercedString<unknown>;
|
|
@@ -3339,7 +3338,7 @@ export declare const updateNotificationRuleBody: zod.ZodUnion<readonly [zod.ZodO
|
|
|
3339
3338
|
}>;
|
|
3340
3339
|
}, zod.z.core.$strip>, zod.ZodObject<{
|
|
3341
3340
|
channels: zod.ZodArray<zod.z.ZodCoercedString<unknown>>;
|
|
3342
|
-
disabled: zod.
|
|
3341
|
+
disabled: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3343
3342
|
metadata: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>>;
|
|
3344
3343
|
name: zod.z.ZodCoercedString<unknown>;
|
|
3345
3344
|
type: zod.ZodEnum<{
|
|
@@ -3347,7 +3346,7 @@ export declare const updateNotificationRuleBody: zod.ZodUnion<readonly [zod.ZodO
|
|
|
3347
3346
|
}>;
|
|
3348
3347
|
}, zod.z.core.$strip>, zod.ZodObject<{
|
|
3349
3348
|
channels: zod.ZodArray<zod.z.ZodCoercedString<unknown>>;
|
|
3350
|
-
disabled: zod.
|
|
3349
|
+
disabled: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3351
3350
|
metadata: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>>;
|
|
3352
3351
|
name: zod.z.ZodCoercedString<unknown>;
|
|
3353
3352
|
type: zod.ZodEnum<{
|
|
@@ -3359,7 +3358,7 @@ export declare const updateNotificationRuleBody: zod.ZodUnion<readonly [zod.ZodO
|
|
|
3359
3358
|
* @summary Get notification rule
|
|
3360
3359
|
*/
|
|
3361
3360
|
export declare const getNotificationRulePathRuleIdRegExp: RegExp;
|
|
3362
|
-
export declare const
|
|
3361
|
+
export declare const GetNotificationRuleParams: zod.ZodObject<{
|
|
3363
3362
|
ruleId: zod.z.ZodCoercedString<unknown>;
|
|
3364
3363
|
}, zod.z.core.$strip>;
|
|
3365
3364
|
/**
|
|
@@ -3369,7 +3368,7 @@ Once a notification rule is deleted it cannot be undeleted.
|
|
|
3369
3368
|
* @summary Delete a notification rule
|
|
3370
3369
|
*/
|
|
3371
3370
|
export declare const deleteNotificationRulePathRuleIdRegExp: RegExp;
|
|
3372
|
-
export declare const
|
|
3371
|
+
export declare const DeleteNotificationRuleParams: zod.ZodObject<{
|
|
3373
3372
|
ruleId: zod.z.ZodCoercedString<unknown>;
|
|
3374
3373
|
}, zod.z.core.$strip>;
|
|
3375
3374
|
/**
|
|
@@ -3377,7 +3376,7 @@ export declare const deleteNotificationRuleParams: zod.ZodObject<{
|
|
|
3377
3376
|
* @summary Test notification rule
|
|
3378
3377
|
*/
|
|
3379
3378
|
export declare const testNotificationRulePathRuleIdRegExp: RegExp;
|
|
3380
|
-
export declare const
|
|
3379
|
+
export declare const TestNotificationRuleParams: zod.ZodObject<{
|
|
3381
3380
|
ruleId: zod.z.ZodCoercedString<unknown>;
|
|
3382
3381
|
}, zod.z.core.$strip>;
|
|
3383
3382
|
/**
|
|
@@ -3394,10 +3393,10 @@ export declare const listPlansQueryCurrencyItemRegExp: RegExp;
|
|
|
3394
3393
|
export declare const listPlansQueryPageDefault: 1;
|
|
3395
3394
|
export declare const listPlansQueryPageSizeDefault: 100;
|
|
3396
3395
|
export declare const listPlansQueryPageSizeMax: 1000;
|
|
3397
|
-
export declare const
|
|
3396
|
+
export declare const ListPlansQueryParams: zod.ZodObject<{
|
|
3398
3397
|
currency: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3399
3398
|
id: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3400
|
-
includeDeleted: zod.
|
|
3399
|
+
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3401
3400
|
key: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3402
3401
|
keyVersion: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodArray<zod.z.ZodCoercedNumber<unknown>>>>;
|
|
3403
3402
|
order: zod.ZodOptional<zod.ZodEnum<{
|
|
@@ -3428,12 +3427,12 @@ export declare const createPlanBodyNameMax: 256;
|
|
|
3428
3427
|
export declare const createPlanBodyDescriptionMax: 1024;
|
|
3429
3428
|
export declare const createPlanBodyKeyMax: 64;
|
|
3430
3429
|
export declare const createPlanBodyKeyRegExp: RegExp;
|
|
3431
|
-
export declare const
|
|
3432
|
-
export declare const
|
|
3433
|
-
export declare const
|
|
3430
|
+
export declare const createPlanBodyCurrencyOneMin: 3;
|
|
3431
|
+
export declare const createPlanBodyCurrencyOneMax: 3;
|
|
3432
|
+
export declare const createPlanBodyCurrencyOneRegExp: RegExp;
|
|
3434
3433
|
export declare const createPlanBodyCurrencyDefault: "USD";
|
|
3435
|
-
export declare const
|
|
3436
|
-
export declare const
|
|
3434
|
+
export declare const createPlanBodyProRatingConfigOneEnabledDefault: true;
|
|
3435
|
+
export declare const createPlanBodyProRatingConfigOneModeDefault: "prorate_prices";
|
|
3437
3436
|
export declare const createPlanBodyProRatingConfigDefault: {
|
|
3438
3437
|
readonly enabled: true;
|
|
3439
3438
|
readonly mode: "prorate_prices";
|
|
@@ -3442,53 +3441,53 @@ export declare const createPlanBodyPhasesItemKeyMax: 64;
|
|
|
3442
3441
|
export declare const createPlanBodyPhasesItemKeyRegExp: RegExp;
|
|
3443
3442
|
export declare const createPlanBodyPhasesItemNameMax: 256;
|
|
3444
3443
|
export declare const createPlanBodyPhasesItemDescriptionMax: 1024;
|
|
3445
|
-
export declare const
|
|
3446
|
-
export declare const
|
|
3447
|
-
export declare const
|
|
3448
|
-
export declare const
|
|
3449
|
-
export declare const
|
|
3450
|
-
export declare const
|
|
3451
|
-
export declare const
|
|
3452
|
-
export declare const
|
|
3453
|
-
export declare const
|
|
3454
|
-
export declare const
|
|
3455
|
-
export declare const
|
|
3456
|
-
export declare const
|
|
3457
|
-
export declare const
|
|
3458
|
-
export declare const
|
|
3459
|
-
export declare const
|
|
3460
|
-
export declare const
|
|
3461
|
-
export declare const
|
|
3462
|
-
export declare const
|
|
3463
|
-
export declare const
|
|
3464
|
-
export declare const
|
|
3465
|
-
export declare const
|
|
3466
|
-
export declare const
|
|
3467
|
-
export declare const
|
|
3468
|
-
export declare const
|
|
3469
|
-
export declare const
|
|
3470
|
-
export declare const
|
|
3471
|
-
export declare const
|
|
3472
|
-
export declare const
|
|
3473
|
-
export declare const
|
|
3474
|
-
export declare const
|
|
3475
|
-
export declare const
|
|
3476
|
-
export declare const
|
|
3477
|
-
export declare const
|
|
3478
|
-
export declare const
|
|
3479
|
-
export declare const
|
|
3480
|
-
export declare const
|
|
3481
|
-
export declare const
|
|
3482
|
-
export declare const
|
|
3483
|
-
export declare const
|
|
3484
|
-
export declare const
|
|
3485
|
-
export declare const
|
|
3486
|
-
export declare const
|
|
3487
|
-
export declare const
|
|
3488
|
-
export declare const
|
|
3489
|
-
export declare const
|
|
3490
|
-
export declare const
|
|
3491
|
-
export declare const
|
|
3444
|
+
export declare const createPlanBodyPhasesItemRateCardsItemOneKeyMax: 64;
|
|
3445
|
+
export declare const createPlanBodyPhasesItemRateCardsItemOneKeyRegExp: RegExp;
|
|
3446
|
+
export declare const createPlanBodyPhasesItemRateCardsItemOneNameMax: 256;
|
|
3447
|
+
export declare const createPlanBodyPhasesItemRateCardsItemOneDescriptionMax: 1024;
|
|
3448
|
+
export declare const createPlanBodyPhasesItemRateCardsItemOneFeatureKeyMax: 64;
|
|
3449
|
+
export declare const createPlanBodyPhasesItemRateCardsItemOneFeatureKeyRegExp: RegExp;
|
|
3450
|
+
export declare const createPlanBodyPhasesItemRateCardsItemOneEntitlementTemplateOneOneIsSoftLimitDefault: false;
|
|
3451
|
+
export declare const createPlanBodyPhasesItemRateCardsItemOneEntitlementTemplateOneOneIssueAfterResetMin: 0;
|
|
3452
|
+
export declare const createPlanBodyPhasesItemRateCardsItemOneEntitlementTemplateOneOneIssueAfterResetPriorityDefault: 1;
|
|
3453
|
+
export declare const createPlanBodyPhasesItemRateCardsItemOneEntitlementTemplateOneOneIssueAfterResetPriorityMax: 255;
|
|
3454
|
+
export declare const createPlanBodyPhasesItemRateCardsItemOneEntitlementTemplateOneOnePreserveOverageAtResetDefault: false;
|
|
3455
|
+
export declare const createPlanBodyPhasesItemRateCardsItemOneTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
3456
|
+
export declare const createPlanBodyPhasesItemRateCardsItemOnePriceOneAmountOneRegExp: RegExp;
|
|
3457
|
+
export declare const createPlanBodyPhasesItemRateCardsItemOnePriceOnePaymentTermDefault: "in_advance";
|
|
3458
|
+
export declare const createPlanBodyPhasesItemRateCardsItemOneDiscountsOneUsageOneQuantityOneRegExp: RegExp;
|
|
3459
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoKeyMax: 64;
|
|
3460
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoKeyRegExp: RegExp;
|
|
3461
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoNameMax: 256;
|
|
3462
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoDescriptionMax: 1024;
|
|
3463
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoFeatureKeyMax: 64;
|
|
3464
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoFeatureKeyRegExp: RegExp;
|
|
3465
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoEntitlementTemplateOneOneIsSoftLimitDefault: false;
|
|
3466
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoEntitlementTemplateOneOneIssueAfterResetMin: 0;
|
|
3467
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoEntitlementTemplateOneOneIssueAfterResetPriorityDefault: 1;
|
|
3468
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoEntitlementTemplateOneOneIssueAfterResetPriorityMax: 255;
|
|
3469
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoEntitlementTemplateOneOnePreserveOverageAtResetDefault: false;
|
|
3470
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
3471
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoPriceOneOneAmountOneRegExp: RegExp;
|
|
3472
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoPriceOneOnePaymentTermDefault: "in_advance";
|
|
3473
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoPriceOneTwoAmountOneRegExp: RegExp;
|
|
3474
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoPriceOneTwoMinimumAmountOneRegExp: RegExp;
|
|
3475
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoPriceOneTwoMaximumAmountOneRegExp: RegExp;
|
|
3476
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoPriceOneThreeTiersItemUpToAmountOneRegExp: RegExp;
|
|
3477
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoPriceOneThreeTiersItemFlatPriceOneAmountOneRegExp: RegExp;
|
|
3478
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoPriceOneThreeTiersItemUnitPriceOneAmountOneRegExp: RegExp;
|
|
3479
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoPriceOneThreeMinimumAmountOneRegExp: RegExp;
|
|
3480
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoPriceOneThreeMaximumAmountOneRegExp: RegExp;
|
|
3481
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoPriceOneFourMultiplierOneRegExp: RegExp;
|
|
3482
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoPriceOneFourMultiplierDefault: "1";
|
|
3483
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoPriceOneFourMinimumAmountOneRegExp: RegExp;
|
|
3484
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoPriceOneFourMaximumAmountOneRegExp: RegExp;
|
|
3485
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoPriceOneFiveAmountOneRegExp: RegExp;
|
|
3486
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoPriceOneFiveQuantityPerPackageOneRegExp: RegExp;
|
|
3487
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoPriceOneFiveMinimumAmountOneRegExp: RegExp;
|
|
3488
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoPriceOneFiveMaximumAmountOneRegExp: RegExp;
|
|
3489
|
+
export declare const createPlanBodyPhasesItemRateCardsItemTwoDiscountsOneUsageOneQuantityOneRegExp: RegExp;
|
|
3490
|
+
export declare const CreatePlanBody: zod.ZodObject<{
|
|
3492
3491
|
alignment: zod.ZodOptional<zod.ZodObject<{
|
|
3493
3492
|
billablesMustAlign: zod.ZodOptional<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3494
3493
|
}, zod.z.core.$strip>>;
|
|
@@ -3516,11 +3515,11 @@ export declare const createPlanBody: zod.ZodObject<{
|
|
|
3516
3515
|
}, zod.z.core.$strip>>;
|
|
3517
3516
|
}, zod.z.core.$strip>>;
|
|
3518
3517
|
entitlementTemplate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3519
|
-
isSoftLimit: zod.
|
|
3518
|
+
isSoftLimit: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3520
3519
|
issueAfterReset: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
3521
3520
|
issueAfterResetPriority: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
3522
3521
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
3523
|
-
preserveOverageAtReset: zod.
|
|
3522
|
+
preserveOverageAtReset: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3524
3523
|
type: zod.ZodEnum<{
|
|
3525
3524
|
metered: "metered";
|
|
3526
3525
|
}>;
|
|
@@ -3578,11 +3577,11 @@ export declare const createPlanBody: zod.ZodObject<{
|
|
|
3578
3577
|
}, zod.z.core.$strip>>;
|
|
3579
3578
|
}, zod.z.core.$strip>>;
|
|
3580
3579
|
entitlementTemplate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3581
|
-
isSoftLimit: zod.
|
|
3580
|
+
isSoftLimit: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3582
3581
|
issueAfterReset: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
3583
3582
|
issueAfterResetPriority: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
3584
3583
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
3585
|
-
preserveOverageAtReset: zod.
|
|
3584
|
+
preserveOverageAtReset: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3586
3585
|
type: zod.ZodEnum<{
|
|
3587
3586
|
metered: "metered";
|
|
3588
3587
|
}>;
|
|
@@ -3692,7 +3691,7 @@ It returns error if there is already a plan in draft or planId does not referenc
|
|
|
3692
3691
|
*/
|
|
3693
3692
|
export declare const nextPlanPathPlanIdOrKeyMax: 64;
|
|
3694
3693
|
export declare const nextPlanPathPlanIdOrKeyRegExp: RegExp;
|
|
3695
|
-
export declare const
|
|
3694
|
+
export declare const NextPlanParams: zod.ZodObject<{
|
|
3696
3695
|
planIdOrKey: zod.z.ZodCoercedString<unknown>;
|
|
3697
3696
|
}, zod.z.core.$strip>;
|
|
3698
3697
|
/**
|
|
@@ -3700,13 +3699,13 @@ export declare const nextPlanParams: zod.ZodObject<{
|
|
|
3700
3699
|
* @summary Update a plan
|
|
3701
3700
|
*/
|
|
3702
3701
|
export declare const updatePlanPathPlanIdRegExp: RegExp;
|
|
3703
|
-
export declare const
|
|
3702
|
+
export declare const UpdatePlanParams: zod.ZodObject<{
|
|
3704
3703
|
planId: zod.z.ZodCoercedString<unknown>;
|
|
3705
3704
|
}, zod.z.core.$strip>;
|
|
3706
3705
|
export declare const updatePlanBodyNameMax: 256;
|
|
3707
3706
|
export declare const updatePlanBodyDescriptionMax: 1024;
|
|
3708
|
-
export declare const
|
|
3709
|
-
export declare const
|
|
3707
|
+
export declare const updatePlanBodyProRatingConfigOneEnabledDefault: true;
|
|
3708
|
+
export declare const updatePlanBodyProRatingConfigOneModeDefault: "prorate_prices";
|
|
3710
3709
|
export declare const updatePlanBodyProRatingConfigDefault: {
|
|
3711
3710
|
readonly enabled: true;
|
|
3712
3711
|
readonly mode: "prorate_prices";
|
|
@@ -3715,53 +3714,53 @@ export declare const updatePlanBodyPhasesItemKeyMax: 64;
|
|
|
3715
3714
|
export declare const updatePlanBodyPhasesItemKeyRegExp: RegExp;
|
|
3716
3715
|
export declare const updatePlanBodyPhasesItemNameMax: 256;
|
|
3717
3716
|
export declare const updatePlanBodyPhasesItemDescriptionMax: 1024;
|
|
3718
|
-
export declare const
|
|
3719
|
-
export declare const
|
|
3720
|
-
export declare const
|
|
3721
|
-
export declare const
|
|
3722
|
-
export declare const
|
|
3723
|
-
export declare const
|
|
3724
|
-
export declare const
|
|
3725
|
-
export declare const
|
|
3726
|
-
export declare const
|
|
3727
|
-
export declare const
|
|
3728
|
-
export declare const
|
|
3729
|
-
export declare const
|
|
3730
|
-
export declare const
|
|
3731
|
-
export declare const
|
|
3732
|
-
export declare const
|
|
3733
|
-
export declare const
|
|
3734
|
-
export declare const
|
|
3735
|
-
export declare const
|
|
3736
|
-
export declare const
|
|
3737
|
-
export declare const
|
|
3738
|
-
export declare const
|
|
3739
|
-
export declare const
|
|
3740
|
-
export declare const
|
|
3741
|
-
export declare const
|
|
3742
|
-
export declare const
|
|
3743
|
-
export declare const
|
|
3744
|
-
export declare const
|
|
3745
|
-
export declare const
|
|
3746
|
-
export declare const
|
|
3747
|
-
export declare const
|
|
3748
|
-
export declare const
|
|
3749
|
-
export declare const
|
|
3750
|
-
export declare const
|
|
3751
|
-
export declare const
|
|
3752
|
-
export declare const
|
|
3753
|
-
export declare const
|
|
3754
|
-
export declare const
|
|
3755
|
-
export declare const
|
|
3756
|
-
export declare const
|
|
3757
|
-
export declare const
|
|
3758
|
-
export declare const
|
|
3759
|
-
export declare const
|
|
3760
|
-
export declare const
|
|
3761
|
-
export declare const
|
|
3762
|
-
export declare const
|
|
3763
|
-
export declare const
|
|
3764
|
-
export declare const
|
|
3717
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemOneKeyMax: 64;
|
|
3718
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemOneKeyRegExp: RegExp;
|
|
3719
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemOneNameMax: 256;
|
|
3720
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemOneDescriptionMax: 1024;
|
|
3721
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemOneFeatureKeyMax: 64;
|
|
3722
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemOneFeatureKeyRegExp: RegExp;
|
|
3723
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemOneEntitlementTemplateOneOneIsSoftLimitDefault: false;
|
|
3724
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemOneEntitlementTemplateOneOneIssueAfterResetMin: 0;
|
|
3725
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemOneEntitlementTemplateOneOneIssueAfterResetPriorityDefault: 1;
|
|
3726
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemOneEntitlementTemplateOneOneIssueAfterResetPriorityMax: 255;
|
|
3727
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemOneEntitlementTemplateOneOnePreserveOverageAtResetDefault: false;
|
|
3728
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemOneTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
3729
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemOnePriceOneAmountOneRegExp: RegExp;
|
|
3730
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemOnePriceOnePaymentTermDefault: "in_advance";
|
|
3731
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemOneDiscountsOneUsageOneQuantityOneRegExp: RegExp;
|
|
3732
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoKeyMax: 64;
|
|
3733
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoKeyRegExp: RegExp;
|
|
3734
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoNameMax: 256;
|
|
3735
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoDescriptionMax: 1024;
|
|
3736
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoFeatureKeyMax: 64;
|
|
3737
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoFeatureKeyRegExp: RegExp;
|
|
3738
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoEntitlementTemplateOneOneIsSoftLimitDefault: false;
|
|
3739
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoEntitlementTemplateOneOneIssueAfterResetMin: 0;
|
|
3740
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoEntitlementTemplateOneOneIssueAfterResetPriorityDefault: 1;
|
|
3741
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoEntitlementTemplateOneOneIssueAfterResetPriorityMax: 255;
|
|
3742
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoEntitlementTemplateOneOnePreserveOverageAtResetDefault: false;
|
|
3743
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
3744
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoPriceOneOneAmountOneRegExp: RegExp;
|
|
3745
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoPriceOneOnePaymentTermDefault: "in_advance";
|
|
3746
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoPriceOneTwoAmountOneRegExp: RegExp;
|
|
3747
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoPriceOneTwoMinimumAmountOneRegExp: RegExp;
|
|
3748
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoPriceOneTwoMaximumAmountOneRegExp: RegExp;
|
|
3749
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoPriceOneThreeTiersItemUpToAmountOneRegExp: RegExp;
|
|
3750
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoPriceOneThreeTiersItemFlatPriceOneAmountOneRegExp: RegExp;
|
|
3751
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoPriceOneThreeTiersItemUnitPriceOneAmountOneRegExp: RegExp;
|
|
3752
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoPriceOneThreeMinimumAmountOneRegExp: RegExp;
|
|
3753
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoPriceOneThreeMaximumAmountOneRegExp: RegExp;
|
|
3754
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoPriceOneFourMultiplierOneRegExp: RegExp;
|
|
3755
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoPriceOneFourMultiplierDefault: "1";
|
|
3756
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoPriceOneFourMinimumAmountOneRegExp: RegExp;
|
|
3757
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoPriceOneFourMaximumAmountOneRegExp: RegExp;
|
|
3758
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoPriceOneFiveAmountOneRegExp: RegExp;
|
|
3759
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoPriceOneFiveQuantityPerPackageOneRegExp: RegExp;
|
|
3760
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoPriceOneFiveMinimumAmountOneRegExp: RegExp;
|
|
3761
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoPriceOneFiveMaximumAmountOneRegExp: RegExp;
|
|
3762
|
+
export declare const updatePlanBodyPhasesItemRateCardsItemTwoDiscountsOneUsageOneQuantityOneRegExp: RegExp;
|
|
3763
|
+
export declare const UpdatePlanBody: zod.ZodObject<{
|
|
3765
3764
|
alignment: zod.ZodOptional<zod.ZodObject<{
|
|
3766
3765
|
billablesMustAlign: zod.ZodOptional<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3767
3766
|
}, zod.z.core.$strip>>;
|
|
@@ -3787,11 +3786,11 @@ export declare const updatePlanBody: zod.ZodObject<{
|
|
|
3787
3786
|
}, zod.z.core.$strip>>;
|
|
3788
3787
|
}, zod.z.core.$strip>>;
|
|
3789
3788
|
entitlementTemplate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3790
|
-
isSoftLimit: zod.
|
|
3789
|
+
isSoftLimit: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3791
3790
|
issueAfterReset: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
3792
3791
|
issueAfterResetPriority: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
3793
3792
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
3794
|
-
preserveOverageAtReset: zod.
|
|
3793
|
+
preserveOverageAtReset: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3795
3794
|
type: zod.ZodEnum<{
|
|
3796
3795
|
metered: "metered";
|
|
3797
3796
|
}>;
|
|
@@ -3849,11 +3848,11 @@ export declare const updatePlanBody: zod.ZodObject<{
|
|
|
3849
3848
|
}, zod.z.core.$strip>>;
|
|
3850
3849
|
}, zod.z.core.$strip>>;
|
|
3851
3850
|
entitlementTemplate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3852
|
-
isSoftLimit: zod.
|
|
3851
|
+
isSoftLimit: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3853
3852
|
issueAfterReset: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
3854
3853
|
issueAfterResetPriority: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
3855
3854
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
3856
|
-
preserveOverageAtReset: zod.
|
|
3855
|
+
preserveOverageAtReset: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3857
3856
|
type: zod.ZodEnum<{
|
|
3858
3857
|
metered: "metered";
|
|
3859
3858
|
}>;
|
|
@@ -3961,12 +3960,12 @@ export declare const updatePlanBody: zod.ZodObject<{
|
|
|
3961
3960
|
*/
|
|
3962
3961
|
export declare const getPlanPathPlanIdMax: 64;
|
|
3963
3962
|
export declare const getPlanPathPlanIdRegExp: RegExp;
|
|
3964
|
-
export declare const
|
|
3963
|
+
export declare const GetPlanParams: zod.ZodObject<{
|
|
3965
3964
|
planId: zod.z.ZodCoercedString<unknown>;
|
|
3966
3965
|
}, zod.z.core.$strip>;
|
|
3967
3966
|
export declare const getPlanQueryIncludeLatestDefault: false;
|
|
3968
|
-
export declare const
|
|
3969
|
-
includeLatest: zod.
|
|
3967
|
+
export declare const GetPlanQueryParams: zod.ZodObject<{
|
|
3968
|
+
includeLatest: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
3970
3969
|
}, zod.z.core.$strip>;
|
|
3971
3970
|
/**
|
|
3972
3971
|
* Soft delete plan by plan.id.
|
|
@@ -3975,7 +3974,7 @@ Once a plan is deleted it cannot be undeleted.
|
|
|
3975
3974
|
* @summary Delete plan
|
|
3976
3975
|
*/
|
|
3977
3976
|
export declare const deletePlanPathPlanIdRegExp: RegExp;
|
|
3978
|
-
export declare const
|
|
3977
|
+
export declare const DeletePlanParams: zod.ZodObject<{
|
|
3979
3978
|
planId: zod.z.ZodCoercedString<unknown>;
|
|
3980
3979
|
}, zod.z.core.$strip>;
|
|
3981
3980
|
/**
|
|
@@ -3984,7 +3983,7 @@ export declare const deletePlanParams: zod.ZodObject<{
|
|
|
3984
3983
|
*/
|
|
3985
3984
|
export declare const listPlanAddonsPathPlanIdMax: 64;
|
|
3986
3985
|
export declare const listPlanAddonsPathPlanIdRegExp: RegExp;
|
|
3987
|
-
export declare const
|
|
3986
|
+
export declare const ListPlanAddonsParams: zod.ZodObject<{
|
|
3988
3987
|
planId: zod.z.ZodCoercedString<unknown>;
|
|
3989
3988
|
}, zod.z.core.$strip>;
|
|
3990
3989
|
export declare const listPlanAddonsQueryIncludeDeletedDefault: false;
|
|
@@ -3994,9 +3993,9 @@ export declare const listPlanAddonsQueryKeyItemRegExp: RegExp;
|
|
|
3994
3993
|
export declare const listPlanAddonsQueryPageDefault: 1;
|
|
3995
3994
|
export declare const listPlanAddonsQueryPageSizeDefault: 100;
|
|
3996
3995
|
export declare const listPlanAddonsQueryPageSizeMax: 1000;
|
|
3997
|
-
export declare const
|
|
3996
|
+
export declare const ListPlanAddonsQueryParams: zod.ZodObject<{
|
|
3998
3997
|
id: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
3999
|
-
includeDeleted: zod.
|
|
3998
|
+
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
4000
3999
|
key: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
4001
4000
|
keyVersion: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodArray<zod.z.ZodCoercedNumber<unknown>>>>;
|
|
4002
4001
|
order: zod.ZodOptional<zod.ZodEnum<{
|
|
@@ -4018,11 +4017,11 @@ export declare const listPlanAddonsQueryParams: zod.ZodObject<{
|
|
|
4018
4017
|
* @summary Create new add-on assignment for plan
|
|
4019
4018
|
*/
|
|
4020
4019
|
export declare const createPlanAddonPathPlanIdRegExp: RegExp;
|
|
4021
|
-
export declare const
|
|
4020
|
+
export declare const CreatePlanAddonParams: zod.ZodObject<{
|
|
4022
4021
|
planId: zod.z.ZodCoercedString<unknown>;
|
|
4023
4022
|
}, zod.z.core.$strip>;
|
|
4024
4023
|
export declare const createPlanAddonBodyAddonIdRegExp: RegExp;
|
|
4025
|
-
export declare const
|
|
4024
|
+
export declare const CreatePlanAddonBody: zod.ZodObject<{
|
|
4026
4025
|
addonId: zod.z.ZodCoercedString<unknown>;
|
|
4027
4026
|
fromPlanPhase: zod.z.ZodCoercedString<unknown>;
|
|
4028
4027
|
maxQuantity: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
@@ -4034,11 +4033,11 @@ export declare const createPlanAddonBody: zod.ZodObject<{
|
|
|
4034
4033
|
*/
|
|
4035
4034
|
export declare const updatePlanAddonPathPlanIdRegExp: RegExp;
|
|
4036
4035
|
export declare const updatePlanAddonPathPlanAddonIdRegExp: RegExp;
|
|
4037
|
-
export declare const
|
|
4036
|
+
export declare const UpdatePlanAddonParams: zod.ZodObject<{
|
|
4038
4037
|
planAddonId: zod.z.ZodCoercedString<unknown>;
|
|
4039
4038
|
planId: zod.z.ZodCoercedString<unknown>;
|
|
4040
4039
|
}, zod.z.core.$strip>;
|
|
4041
|
-
export declare const
|
|
4040
|
+
export declare const UpdatePlanAddonBody: zod.ZodObject<{
|
|
4042
4041
|
fromPlanPhase: zod.z.ZodCoercedString<unknown>;
|
|
4043
4042
|
maxQuantity: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
4044
4043
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
@@ -4051,7 +4050,7 @@ export declare const getPlanAddonPathPlanIdMax: 64;
|
|
|
4051
4050
|
export declare const getPlanAddonPathPlanIdRegExp: RegExp;
|
|
4052
4051
|
export declare const getPlanAddonPathPlanAddonIdMax: 64;
|
|
4053
4052
|
export declare const getPlanAddonPathPlanAddonIdRegExp: RegExp;
|
|
4054
|
-
export declare const
|
|
4053
|
+
export declare const GetPlanAddonParams: zod.ZodObject<{
|
|
4055
4054
|
planAddonId: zod.z.ZodCoercedString<unknown>;
|
|
4056
4055
|
planId: zod.z.ZodCoercedString<unknown>;
|
|
4057
4056
|
}, zod.z.core.$strip>;
|
|
@@ -4063,7 +4062,7 @@ Once a plan is deleted it cannot be undeleted.
|
|
|
4063
4062
|
*/
|
|
4064
4063
|
export declare const deletePlanAddonPathPlanIdRegExp: RegExp;
|
|
4065
4064
|
export declare const deletePlanAddonPathPlanAddonIdRegExp: RegExp;
|
|
4066
|
-
export declare const
|
|
4065
|
+
export declare const DeletePlanAddonParams: zod.ZodObject<{
|
|
4067
4066
|
planAddonId: zod.z.ZodCoercedString<unknown>;
|
|
4068
4067
|
planId: zod.z.ZodCoercedString<unknown>;
|
|
4069
4068
|
}, zod.z.core.$strip>;
|
|
@@ -4072,7 +4071,7 @@ export declare const deletePlanAddonParams: zod.ZodObject<{
|
|
|
4072
4071
|
* @summary Archive plan version
|
|
4073
4072
|
*/
|
|
4074
4073
|
export declare const archivePlanPathPlanIdRegExp: RegExp;
|
|
4075
|
-
export declare const
|
|
4074
|
+
export declare const ArchivePlanParams: zod.ZodObject<{
|
|
4076
4075
|
planId: zod.z.ZodCoercedString<unknown>;
|
|
4077
4076
|
}, zod.z.core.$strip>;
|
|
4078
4077
|
/**
|
|
@@ -4080,7 +4079,7 @@ export declare const archivePlanParams: zod.ZodObject<{
|
|
|
4080
4079
|
* @summary Publish plan
|
|
4081
4080
|
*/
|
|
4082
4081
|
export declare const publishPlanPathPlanIdRegExp: RegExp;
|
|
4083
|
-
export declare const
|
|
4082
|
+
export declare const PublishPlanParams: zod.ZodObject<{
|
|
4084
4083
|
planId: zod.z.ZodCoercedString<unknown>;
|
|
4085
4084
|
}, zod.z.core.$strip>;
|
|
4086
4085
|
/**
|
|
@@ -4089,13 +4088,13 @@ export declare const publishPlanParams: zod.ZodObject<{
|
|
|
4089
4088
|
*/
|
|
4090
4089
|
export declare const queryPortalMeterPathMeterSlugMax: 64;
|
|
4091
4090
|
export declare const queryPortalMeterPathMeterSlugRegExp: RegExp;
|
|
4092
|
-
export declare const
|
|
4091
|
+
export declare const QueryPortalMeterParams: zod.ZodObject<{
|
|
4093
4092
|
meterSlug: zod.z.ZodCoercedString<unknown>;
|
|
4094
4093
|
}, zod.z.core.$strip>;
|
|
4095
4094
|
export declare const queryPortalMeterQueryClientIdMax: 36;
|
|
4096
4095
|
export declare const queryPortalMeterQueryWindowTimeZoneDefault: "UTC";
|
|
4097
4096
|
export declare const queryPortalMeterQueryFilterCustomerIdMax: 100;
|
|
4098
|
-
export declare const
|
|
4097
|
+
export declare const QueryPortalMeterQueryParams: zod.ZodObject<{
|
|
4099
4098
|
clientId: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
4100
4099
|
filterCustomerId: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
4101
4100
|
filterGroupBy: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
@@ -4114,7 +4113,7 @@ export declare const queryPortalMeterQueryParams: zod.ZodObject<{
|
|
|
4114
4113
|
* Create a consumer portal token.
|
|
4115
4114
|
* @summary Create consumer portal token
|
|
4116
4115
|
*/
|
|
4117
|
-
export declare const
|
|
4116
|
+
export declare const CreatePortalTokenBody: zod.ZodObject<{
|
|
4118
4117
|
allowedMeterSlugs: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
4119
4118
|
subject: zod.z.ZodCoercedString<unknown>;
|
|
4120
4119
|
}, zod.z.core.$strip>;
|
|
@@ -4124,14 +4123,14 @@ export declare const createPortalTokenBody: zod.ZodObject<{
|
|
|
4124
4123
|
*/
|
|
4125
4124
|
export declare const listPortalTokensQueryLimitDefault: 25;
|
|
4126
4125
|
export declare const listPortalTokensQueryLimitMax: 100;
|
|
4127
|
-
export declare const
|
|
4126
|
+
export declare const ListPortalTokensQueryParams: zod.ZodObject<{
|
|
4128
4127
|
limit: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
4129
4128
|
}, zod.z.core.$strip>;
|
|
4130
4129
|
/**
|
|
4131
4130
|
* Invalidates consumer portal tokens by ID or subject.
|
|
4132
4131
|
* @summary Invalidate portal tokens
|
|
4133
4132
|
*/
|
|
4134
|
-
export declare const
|
|
4133
|
+
export declare const InvalidatePortalTokensBody: zod.ZodObject<{
|
|
4135
4134
|
id: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
4136
4135
|
subject: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
4137
4136
|
}, zod.z.core.$strip>;
|
|
@@ -4140,25 +4139,25 @@ export declare const invalidatePortalTokensBody: zod.ZodObject<{
|
|
|
4140
4139
|
* @summary Create checkout session
|
|
4141
4140
|
*/
|
|
4142
4141
|
export declare const createStripeCheckoutSessionBodyAppIdRegExp: RegExp;
|
|
4143
|
-
export declare const
|
|
4144
|
-
export declare const
|
|
4145
|
-
export declare const
|
|
4146
|
-
export declare const
|
|
4147
|
-
export declare const
|
|
4148
|
-
export declare const
|
|
4149
|
-
export declare const
|
|
4150
|
-
export declare const
|
|
4151
|
-
export declare const
|
|
4152
|
-
export declare const
|
|
4153
|
-
export declare const
|
|
4154
|
-
export declare const
|
|
4155
|
-
export declare const
|
|
4156
|
-
export declare const
|
|
4157
|
-
export declare const
|
|
4158
|
-
export declare const
|
|
4159
|
-
export declare const
|
|
4160
|
-
export declare const
|
|
4161
|
-
export declare const
|
|
4142
|
+
export declare const createStripeCheckoutSessionBodyCustomerOneIdRegExp: RegExp;
|
|
4143
|
+
export declare const createStripeCheckoutSessionBodyCustomerThreeNameMax: 256;
|
|
4144
|
+
export declare const createStripeCheckoutSessionBodyCustomerThreeDescriptionMax: 1024;
|
|
4145
|
+
export declare const createStripeCheckoutSessionBodyCustomerThreeKeyMax: 256;
|
|
4146
|
+
export declare const createStripeCheckoutSessionBodyCustomerThreeUsageAttributionOneSubjectKeysMin: 0;
|
|
4147
|
+
export declare const createStripeCheckoutSessionBodyCustomerThreeCurrencyOneMin: 3;
|
|
4148
|
+
export declare const createStripeCheckoutSessionBodyCustomerThreeCurrencyOneMax: 3;
|
|
4149
|
+
export declare const createStripeCheckoutSessionBodyCustomerThreeCurrencyOneRegExp: RegExp;
|
|
4150
|
+
export declare const createStripeCheckoutSessionBodyCustomerThreeBillingAddressOneCountryOneMin: 2;
|
|
4151
|
+
export declare const createStripeCheckoutSessionBodyCustomerThreeBillingAddressOneCountryOneMax: 2;
|
|
4152
|
+
export declare const createStripeCheckoutSessionBodyCustomerThreeBillingAddressOneCountryOneRegExp: RegExp;
|
|
4153
|
+
export declare const createStripeCheckoutSessionBodyOptionsOneCurrencyOneMin: 3;
|
|
4154
|
+
export declare const createStripeCheckoutSessionBodyOptionsOneCurrencyOneMax: 3;
|
|
4155
|
+
export declare const createStripeCheckoutSessionBodyOptionsOneCurrencyOneRegExp: RegExp;
|
|
4156
|
+
export declare const createStripeCheckoutSessionBodyOptionsOneCustomTextOneAfterSubmitMessageMax: 1200;
|
|
4157
|
+
export declare const createStripeCheckoutSessionBodyOptionsOneCustomTextOneShippingAddressMessageMax: 1200;
|
|
4158
|
+
export declare const createStripeCheckoutSessionBodyOptionsOneCustomTextOneSubmitMessageMax: 1200;
|
|
4159
|
+
export declare const createStripeCheckoutSessionBodyOptionsOneCustomTextOneTermsOfServiceAcceptanceMessageMax: 1200;
|
|
4160
|
+
export declare const CreateStripeCheckoutSessionBody: zod.ZodObject<{
|
|
4162
4161
|
appId: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
4163
4162
|
customer: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4164
4163
|
id: zod.z.ZodCoercedString<unknown>;
|
|
@@ -4271,7 +4270,7 @@ If the subject exists, it will be partially updated with the provided fields.
|
|
|
4271
4270
|
* @deprecated
|
|
4272
4271
|
* @summary Upsert subject
|
|
4273
4272
|
*/
|
|
4274
|
-
export declare const
|
|
4273
|
+
export declare const UpsertSubjectBodyItem: zod.ZodObject<{
|
|
4275
4274
|
currentPeriodEnd: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
4276
4275
|
currentPeriodStart: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
4277
4276
|
displayName: zod.ZodOptional<zod.ZodNullable<zod.z.ZodCoercedString<unknown>>>;
|
|
@@ -4279,7 +4278,7 @@ export declare const upsertSubjectBodyItem: zod.ZodObject<{
|
|
|
4279
4278
|
metadata: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>>;
|
|
4280
4279
|
stripeCustomerId: zod.ZodOptional<zod.ZodNullable<zod.z.ZodCoercedString<unknown>>>;
|
|
4281
4280
|
}, zod.z.core.$strip>;
|
|
4282
|
-
export declare const
|
|
4281
|
+
export declare const UpsertSubjectBody: zod.ZodArray<zod.ZodObject<{
|
|
4283
4282
|
currentPeriodEnd: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
4284
4283
|
currentPeriodStart: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
4285
4284
|
displayName: zod.ZodOptional<zod.ZodNullable<zod.z.ZodCoercedString<unknown>>>;
|
|
@@ -4294,7 +4293,7 @@ export declare const upsertSubjectBody: zod.ZodArray<zod.ZodObject<{
|
|
|
4294
4293
|
* @deprecated
|
|
4295
4294
|
* @summary Get subject
|
|
4296
4295
|
*/
|
|
4297
|
-
export declare const
|
|
4296
|
+
export declare const GetSubjectParams: zod.ZodObject<{
|
|
4298
4297
|
subjectIdOrKey: zod.z.ZodCoercedString<unknown>;
|
|
4299
4298
|
}, zod.z.core.$strip>;
|
|
4300
4299
|
/**
|
|
@@ -4304,7 +4303,7 @@ export declare const getSubjectParams: zod.ZodObject<{
|
|
|
4304
4303
|
* @deprecated
|
|
4305
4304
|
* @summary Delete subject
|
|
4306
4305
|
*/
|
|
4307
|
-
export declare const
|
|
4306
|
+
export declare const DeleteSubjectParams: zod.ZodObject<{
|
|
4308
4307
|
subjectIdOrKey: zod.z.ZodCoercedString<unknown>;
|
|
4309
4308
|
}, zod.z.core.$strip>;
|
|
4310
4309
|
/**
|
|
@@ -4322,40 +4321,40 @@ Once an entitlement is created you cannot modify it, only delete it.
|
|
|
4322
4321
|
* @deprecated
|
|
4323
4322
|
* @summary Create a subject entitlement
|
|
4324
4323
|
*/
|
|
4325
|
-
export declare const
|
|
4324
|
+
export declare const CreateEntitlementParams: zod.ZodObject<{
|
|
4326
4325
|
subjectIdOrKey: zod.z.ZodCoercedString<unknown>;
|
|
4327
4326
|
}, zod.z.core.$strip>;
|
|
4328
|
-
export declare const
|
|
4329
|
-
export declare const
|
|
4330
|
-
export declare const
|
|
4331
|
-
export declare const
|
|
4332
|
-
export declare const
|
|
4333
|
-
export declare const
|
|
4334
|
-
export declare const
|
|
4335
|
-
export declare const
|
|
4336
|
-
export declare const
|
|
4337
|
-
export declare const
|
|
4338
|
-
export declare const
|
|
4339
|
-
export declare const
|
|
4340
|
-
export declare const
|
|
4341
|
-
export declare const
|
|
4342
|
-
export declare const
|
|
4343
|
-
export declare const
|
|
4344
|
-
export declare const
|
|
4345
|
-
export declare const
|
|
4346
|
-
export declare const
|
|
4327
|
+
export declare const createEntitlementBodyOneFeatureKeyMax: 64;
|
|
4328
|
+
export declare const createEntitlementBodyOneFeatureKeyRegExp: RegExp;
|
|
4329
|
+
export declare const createEntitlementBodyOneFeatureIdRegExp: RegExp;
|
|
4330
|
+
export declare const createEntitlementBodyOneIsSoftLimitDefault: false;
|
|
4331
|
+
export declare const createEntitlementBodyOneIsUnlimitedDefault: false;
|
|
4332
|
+
export declare const createEntitlementBodyOneUsagePeriodOneIntervalOneOneRegExp: RegExp;
|
|
4333
|
+
export declare const createEntitlementBodyOneIssueAfterResetMin: 0;
|
|
4334
|
+
export declare const createEntitlementBodyOneIssueAfterResetPriorityDefault: 1;
|
|
4335
|
+
export declare const createEntitlementBodyOneIssueAfterResetPriorityMax: 255;
|
|
4336
|
+
export declare const createEntitlementBodyOnePreserveOverageAtResetDefault: false;
|
|
4337
|
+
export declare const createEntitlementBodyTwoFeatureKeyMax: 64;
|
|
4338
|
+
export declare const createEntitlementBodyTwoFeatureKeyRegExp: RegExp;
|
|
4339
|
+
export declare const createEntitlementBodyTwoFeatureIdRegExp: RegExp;
|
|
4340
|
+
export declare const createEntitlementBodyTwoUsagePeriodOneIntervalOneOneRegExp: RegExp;
|
|
4341
|
+
export declare const createEntitlementBodyThreeFeatureKeyMax: 64;
|
|
4342
|
+
export declare const createEntitlementBodyThreeFeatureKeyRegExp: RegExp;
|
|
4343
|
+
export declare const createEntitlementBodyThreeFeatureIdRegExp: RegExp;
|
|
4344
|
+
export declare const createEntitlementBodyThreeUsagePeriodOneIntervalOneOneRegExp: RegExp;
|
|
4345
|
+
export declare const CreateEntitlementBody: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4347
4346
|
featureId: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
4348
4347
|
featureKey: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
4349
|
-
isSoftLimit: zod.
|
|
4348
|
+
isSoftLimit: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
4350
4349
|
issueAfterReset: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
4351
4350
|
issueAfterResetPriority: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
4352
|
-
isUnlimited: zod.
|
|
4351
|
+
isUnlimited: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
4353
4352
|
measureUsageFrom: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
|
|
4354
4353
|
CURRENT_PERIOD_START: "CURRENT_PERIOD_START";
|
|
4355
4354
|
NOW: "NOW";
|
|
4356
4355
|
}>, zod.z.ZodCoercedDate<unknown>]>>;
|
|
4357
4356
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
4358
|
-
preserveOverageAtReset: zod.
|
|
4357
|
+
preserveOverageAtReset: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
4359
4358
|
type: zod.ZodEnum<{
|
|
4360
4359
|
metered: "metered";
|
|
4361
4360
|
}>;
|
|
@@ -4409,12 +4408,12 @@ export declare const createEntitlementBody: zod.ZodUnion<readonly [zod.ZodObject
|
|
|
4409
4408
|
* @deprecated
|
|
4410
4409
|
* @summary List subject entitlements
|
|
4411
4410
|
*/
|
|
4412
|
-
export declare const
|
|
4411
|
+
export declare const ListSubjectEntitlementsParams: zod.ZodObject<{
|
|
4413
4412
|
subjectIdOrKey: zod.z.ZodCoercedString<unknown>;
|
|
4414
4413
|
}, zod.z.core.$strip>;
|
|
4415
4414
|
export declare const listSubjectEntitlementsQueryIncludeDeletedDefault: false;
|
|
4416
|
-
export declare const
|
|
4417
|
-
includeDeleted: zod.
|
|
4415
|
+
export declare const ListSubjectEntitlementsQueryParams: zod.ZodObject<{
|
|
4416
|
+
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
4418
4417
|
}, zod.z.core.$strip>;
|
|
4419
4418
|
/**
|
|
4420
4419
|
* List all grants issued for an entitlement. The entitlement can be defined either by its id or featureKey.
|
|
@@ -4423,13 +4422,13 @@ export declare const listSubjectEntitlementsQueryParams: zod.ZodObject<{
|
|
|
4423
4422
|
* @deprecated
|
|
4424
4423
|
* @summary List subject entitlement grants
|
|
4425
4424
|
*/
|
|
4426
|
-
export declare const
|
|
4425
|
+
export declare const ListEntitlementGrantsParams: zod.ZodObject<{
|
|
4427
4426
|
entitlementIdOrFeatureKey: zod.z.ZodCoercedString<unknown>;
|
|
4428
4427
|
subjectIdOrKey: zod.z.ZodCoercedString<unknown>;
|
|
4429
4428
|
}, zod.z.core.$strip>;
|
|
4430
4429
|
export declare const listEntitlementGrantsQueryIncludeDeletedDefault: false;
|
|
4431
|
-
export declare const
|
|
4432
|
-
includeDeleted: zod.
|
|
4430
|
+
export declare const ListEntitlementGrantsQueryParams: zod.ZodObject<{
|
|
4431
|
+
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
4433
4432
|
orderBy: zod.ZodOptional<zod.ZodEnum<{
|
|
4434
4433
|
id: "id";
|
|
4435
4434
|
createdAt: "createdAt";
|
|
@@ -4453,17 +4452,17 @@ Grants cannot be changed once created, only deleted. This is to ensure that bala
|
|
|
4453
4452
|
* @deprecated
|
|
4454
4453
|
* @summary Create subject entitlement grant
|
|
4455
4454
|
*/
|
|
4456
|
-
export declare const
|
|
4455
|
+
export declare const CreateGrantParams: zod.ZodObject<{
|
|
4457
4456
|
entitlementIdOrFeatureKey: zod.z.ZodCoercedString<unknown>;
|
|
4458
4457
|
subjectIdOrKey: zod.z.ZodCoercedString<unknown>;
|
|
4459
4458
|
}, zod.z.core.$strip>;
|
|
4460
4459
|
export declare const createGrantBodyAmountMin: 0;
|
|
4461
4460
|
export declare const createGrantBodyPriorityMax: 255;
|
|
4462
|
-
export declare const
|
|
4461
|
+
export declare const createGrantBodyExpirationOneCountMax: 1000;
|
|
4463
4462
|
export declare const createGrantBodyMaxRolloverAmountDefault: 0;
|
|
4464
4463
|
export declare const createGrantBodyMinRolloverAmountDefault: 0;
|
|
4465
|
-
export declare const
|
|
4466
|
-
export declare const
|
|
4464
|
+
export declare const createGrantBodyRecurrenceOneIntervalOneOneRegExp: RegExp;
|
|
4465
|
+
export declare const CreateGrantBody: zod.ZodObject<{
|
|
4467
4466
|
amount: zod.z.ZodCoercedNumber<unknown>;
|
|
4468
4467
|
effectiveAt: zod.z.ZodCoercedDate<unknown>;
|
|
4469
4468
|
expiration: zod.ZodObject<{
|
|
@@ -4476,9 +4475,9 @@ export declare const createGrantBody: zod.ZodObject<{
|
|
|
4476
4475
|
YEAR: "YEAR";
|
|
4477
4476
|
}>;
|
|
4478
4477
|
}, zod.z.core.$strip>;
|
|
4479
|
-
maxRolloverAmount: zod.
|
|
4478
|
+
maxRolloverAmount: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
4480
4479
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
4481
|
-
minRolloverAmount: zod.
|
|
4480
|
+
minRolloverAmount: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
4482
4481
|
priority: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
4483
4482
|
recurrence: zod.ZodOptional<zod.ZodObject<{
|
|
4484
4483
|
anchor: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
@@ -4499,41 +4498,41 @@ This endpoint is useful for upgrades, downgrades, or other changes to entitlemen
|
|
|
4499
4498
|
* @deprecated
|
|
4500
4499
|
* @summary Override subject entitlement
|
|
4501
4500
|
*/
|
|
4502
|
-
export declare const
|
|
4501
|
+
export declare const OverrideEntitlementParams: zod.ZodObject<{
|
|
4503
4502
|
entitlementIdOrFeatureKey: zod.z.ZodCoercedString<unknown>;
|
|
4504
4503
|
subjectIdOrKey: zod.z.ZodCoercedString<unknown>;
|
|
4505
4504
|
}, zod.z.core.$strip>;
|
|
4506
|
-
export declare const
|
|
4507
|
-
export declare const
|
|
4508
|
-
export declare const
|
|
4509
|
-
export declare const
|
|
4510
|
-
export declare const
|
|
4511
|
-
export declare const
|
|
4512
|
-
export declare const
|
|
4513
|
-
export declare const
|
|
4514
|
-
export declare const
|
|
4515
|
-
export declare const
|
|
4516
|
-
export declare const
|
|
4517
|
-
export declare const
|
|
4518
|
-
export declare const
|
|
4519
|
-
export declare const
|
|
4520
|
-
export declare const
|
|
4521
|
-
export declare const
|
|
4522
|
-
export declare const
|
|
4523
|
-
export declare const
|
|
4524
|
-
export declare const
|
|
4505
|
+
export declare const overrideEntitlementBodyOneFeatureKeyMax: 64;
|
|
4506
|
+
export declare const overrideEntitlementBodyOneFeatureKeyRegExp: RegExp;
|
|
4507
|
+
export declare const overrideEntitlementBodyOneFeatureIdRegExp: RegExp;
|
|
4508
|
+
export declare const overrideEntitlementBodyOneIsSoftLimitDefault: false;
|
|
4509
|
+
export declare const overrideEntitlementBodyOneIsUnlimitedDefault: false;
|
|
4510
|
+
export declare const overrideEntitlementBodyOneUsagePeriodOneIntervalOneOneRegExp: RegExp;
|
|
4511
|
+
export declare const overrideEntitlementBodyOneIssueAfterResetMin: 0;
|
|
4512
|
+
export declare const overrideEntitlementBodyOneIssueAfterResetPriorityDefault: 1;
|
|
4513
|
+
export declare const overrideEntitlementBodyOneIssueAfterResetPriorityMax: 255;
|
|
4514
|
+
export declare const overrideEntitlementBodyOnePreserveOverageAtResetDefault: false;
|
|
4515
|
+
export declare const overrideEntitlementBodyTwoFeatureKeyMax: 64;
|
|
4516
|
+
export declare const overrideEntitlementBodyTwoFeatureKeyRegExp: RegExp;
|
|
4517
|
+
export declare const overrideEntitlementBodyTwoFeatureIdRegExp: RegExp;
|
|
4518
|
+
export declare const overrideEntitlementBodyTwoUsagePeriodOneIntervalOneOneRegExp: RegExp;
|
|
4519
|
+
export declare const overrideEntitlementBodyThreeFeatureKeyMax: 64;
|
|
4520
|
+
export declare const overrideEntitlementBodyThreeFeatureKeyRegExp: RegExp;
|
|
4521
|
+
export declare const overrideEntitlementBodyThreeFeatureIdRegExp: RegExp;
|
|
4522
|
+
export declare const overrideEntitlementBodyThreeUsagePeriodOneIntervalOneOneRegExp: RegExp;
|
|
4523
|
+
export declare const OverrideEntitlementBody: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4525
4524
|
featureId: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
4526
4525
|
featureKey: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
4527
|
-
isSoftLimit: zod.
|
|
4526
|
+
isSoftLimit: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
4528
4527
|
issueAfterReset: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
4529
4528
|
issueAfterResetPriority: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
4530
|
-
isUnlimited: zod.
|
|
4529
|
+
isUnlimited: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
4531
4530
|
measureUsageFrom: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
|
|
4532
4531
|
CURRENT_PERIOD_START: "CURRENT_PERIOD_START";
|
|
4533
4532
|
NOW: "NOW";
|
|
4534
4533
|
}>, zod.z.ZodCoercedDate<unknown>]>>;
|
|
4535
4534
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
4536
|
-
preserveOverageAtReset: zod.
|
|
4535
|
+
preserveOverageAtReset: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
4537
4536
|
type: zod.ZodEnum<{
|
|
4538
4537
|
metered: "metered";
|
|
4539
4538
|
}>;
|
|
@@ -4589,11 +4588,11 @@ For convenience reasons, /value works with both entitlementId and featureKey.
|
|
|
4589
4588
|
* @deprecated
|
|
4590
4589
|
* @summary Get subject entitlement value
|
|
4591
4590
|
*/
|
|
4592
|
-
export declare const
|
|
4591
|
+
export declare const GetEntitlementValueParams: zod.ZodObject<{
|
|
4593
4592
|
entitlementIdOrFeatureKey: zod.z.ZodCoercedString<unknown>;
|
|
4594
4593
|
subjectIdOrKey: zod.z.ZodCoercedString<unknown>;
|
|
4595
4594
|
}, zod.z.core.$strip>;
|
|
4596
|
-
export declare const
|
|
4595
|
+
export declare const GetEntitlementValueQueryParams: zod.ZodObject<{
|
|
4597
4596
|
time: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
4598
4597
|
}, zod.z.core.$strip>;
|
|
4599
4598
|
/**
|
|
@@ -4603,7 +4602,7 @@ export declare const getEntitlementValueQueryParams: zod.ZodObject<{
|
|
|
4603
4602
|
* @deprecated
|
|
4604
4603
|
* @summary Get subject entitlement
|
|
4605
4604
|
*/
|
|
4606
|
-
export declare const
|
|
4605
|
+
export declare const GetEntitlementParams: zod.ZodObject<{
|
|
4607
4606
|
entitlementId: zod.z.ZodCoercedString<unknown>;
|
|
4608
4607
|
subjectIdOrKey: zod.z.ZodCoercedString<unknown>;
|
|
4609
4608
|
}, zod.z.core.$strip>;
|
|
@@ -4615,7 +4614,7 @@ As access and status checks can be historical queries, deleting an entitlement p
|
|
|
4615
4614
|
* @deprecated
|
|
4616
4615
|
* @summary Delete subject entitlement
|
|
4617
4616
|
*/
|
|
4618
|
-
export declare const
|
|
4617
|
+
export declare const DeleteEntitlementParams: zod.ZodObject<{
|
|
4619
4618
|
entitlementId: zod.z.ZodCoercedString<unknown>;
|
|
4620
4619
|
subjectIdOrKey: zod.z.ZodCoercedString<unknown>;
|
|
4621
4620
|
}, zod.z.core.$strip>;
|
|
@@ -4630,12 +4629,12 @@ WindowedHistory returns windowed usage data for the period enriched with balance
|
|
|
4630
4629
|
* @deprecated
|
|
4631
4630
|
* @summary Get subject entitlement history
|
|
4632
4631
|
*/
|
|
4633
|
-
export declare const
|
|
4632
|
+
export declare const GetEntitlementHistoryParams: zod.ZodObject<{
|
|
4634
4633
|
entitlementId: zod.z.ZodCoercedString<unknown>;
|
|
4635
4634
|
subjectIdOrKey: zod.z.ZodCoercedString<unknown>;
|
|
4636
4635
|
}, zod.z.core.$strip>;
|
|
4637
4636
|
export declare const getEntitlementHistoryQueryWindowTimeZoneDefault: "UTC";
|
|
4638
|
-
export declare const
|
|
4637
|
+
export declare const GetEntitlementHistoryQueryParams: zod.ZodObject<{
|
|
4639
4638
|
from: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
4640
4639
|
to: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
4641
4640
|
windowSize: zod.ZodEnum<{
|
|
@@ -4655,11 +4654,11 @@ Usage is automatically reset for metered entitlements based on their usage perio
|
|
|
4655
4654
|
* @deprecated
|
|
4656
4655
|
* @summary Reset subject entitlement
|
|
4657
4656
|
*/
|
|
4658
|
-
export declare const
|
|
4657
|
+
export declare const ResetEntitlementUsageParams: zod.ZodObject<{
|
|
4659
4658
|
entitlementId: zod.z.ZodCoercedString<unknown>;
|
|
4660
4659
|
subjectIdOrKey: zod.z.ZodCoercedString<unknown>;
|
|
4661
4660
|
}, zod.z.core.$strip>;
|
|
4662
|
-
export declare const
|
|
4661
|
+
export declare const ResetEntitlementUsageBody: zod.ZodObject<{
|
|
4663
4662
|
effectiveAt: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
4664
4663
|
preserveOverage: zod.ZodOptional<zod.z.ZodCoercedBoolean<unknown>>;
|
|
4665
4664
|
retainAnchor: zod.ZodOptional<zod.z.ZodCoercedBoolean<unknown>>;
|
|
@@ -4667,77 +4666,77 @@ export declare const resetEntitlementUsageBody: zod.ZodObject<{
|
|
|
4667
4666
|
/**
|
|
4668
4667
|
* @summary Create subscription
|
|
4669
4668
|
*/
|
|
4670
|
-
export declare const
|
|
4671
|
-
export declare const
|
|
4672
|
-
export declare const
|
|
4673
|
-
export declare const
|
|
4674
|
-
export declare const
|
|
4675
|
-
export declare const
|
|
4676
|
-
export declare const
|
|
4677
|
-
export declare const
|
|
4678
|
-
export declare const
|
|
4679
|
-
export declare const
|
|
4680
|
-
export declare const
|
|
4681
|
-
export declare const
|
|
4682
|
-
export declare const
|
|
4683
|
-
export declare const
|
|
4669
|
+
export declare const createSubscriptionBodyOnePlanOneKeyMax: 64;
|
|
4670
|
+
export declare const createSubscriptionBodyOnePlanOneKeyRegExp: RegExp;
|
|
4671
|
+
export declare const createSubscriptionBodyOneTimingDefault: "immediate";
|
|
4672
|
+
export declare const createSubscriptionBodyOneCustomerIdRegExp: RegExp;
|
|
4673
|
+
export declare const createSubscriptionBodyOneCustomerKeyMax: 256;
|
|
4674
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOneNameMax: 256;
|
|
4675
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOneDescriptionMax: 1024;
|
|
4676
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOneCurrencyOneMin: 3;
|
|
4677
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOneCurrencyOneMax: 3;
|
|
4678
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOneCurrencyOneRegExp: RegExp;
|
|
4679
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOneCurrencyDefault: "USD";
|
|
4680
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOneProRatingConfigOneEnabledDefault: true;
|
|
4681
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOneProRatingConfigOneModeDefault: "prorate_prices";
|
|
4682
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOneProRatingConfigDefault: {
|
|
4684
4683
|
readonly enabled: true;
|
|
4685
4684
|
readonly mode: "prorate_prices";
|
|
4686
4685
|
};
|
|
4687
|
-
export declare const
|
|
4688
|
-
export declare const
|
|
4689
|
-
export declare const
|
|
4690
|
-
export declare const
|
|
4691
|
-
export declare const
|
|
4692
|
-
export declare const
|
|
4693
|
-
export declare const
|
|
4694
|
-
export declare const
|
|
4695
|
-
export declare const
|
|
4696
|
-
export declare const
|
|
4697
|
-
export declare const
|
|
4698
|
-
export declare const
|
|
4699
|
-
export declare const
|
|
4700
|
-
export declare const
|
|
4701
|
-
export declare const
|
|
4702
|
-
export declare const
|
|
4703
|
-
export declare const
|
|
4704
|
-
export declare const
|
|
4705
|
-
export declare const
|
|
4706
|
-
export declare const
|
|
4707
|
-
export declare const
|
|
4708
|
-
export declare const
|
|
4709
|
-
export declare const
|
|
4710
|
-
export declare const
|
|
4711
|
-
export declare const
|
|
4712
|
-
export declare const
|
|
4713
|
-
export declare const
|
|
4714
|
-
export declare const
|
|
4715
|
-
export declare const
|
|
4716
|
-
export declare const
|
|
4717
|
-
export declare const
|
|
4718
|
-
export declare const
|
|
4719
|
-
export declare const
|
|
4720
|
-
export declare const
|
|
4721
|
-
export declare const
|
|
4722
|
-
export declare const
|
|
4723
|
-
export declare const
|
|
4724
|
-
export declare const
|
|
4725
|
-
export declare const
|
|
4726
|
-
export declare const
|
|
4727
|
-
export declare const
|
|
4728
|
-
export declare const
|
|
4729
|
-
export declare const
|
|
4730
|
-
export declare const
|
|
4731
|
-
export declare const
|
|
4732
|
-
export declare const
|
|
4733
|
-
export declare const
|
|
4734
|
-
export declare const
|
|
4735
|
-
export declare const
|
|
4736
|
-
export declare const
|
|
4737
|
-
export declare const
|
|
4738
|
-
export declare const
|
|
4739
|
-
export declare const
|
|
4740
|
-
export declare const
|
|
4686
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemKeyMax: 64;
|
|
4687
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemKeyRegExp: RegExp;
|
|
4688
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemNameMax: 256;
|
|
4689
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemDescriptionMax: 1024;
|
|
4690
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneKeyMax: 64;
|
|
4691
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneKeyRegExp: RegExp;
|
|
4692
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneNameMax: 256;
|
|
4693
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneDescriptionMax: 1024;
|
|
4694
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneFeatureKeyMax: 64;
|
|
4695
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneFeatureKeyRegExp: RegExp;
|
|
4696
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneEntitlementTemplateOneOneIsSoftLimitDefault: false;
|
|
4697
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneEntitlementTemplateOneOneIssueAfterResetMin: 0;
|
|
4698
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneEntitlementTemplateOneOneIssueAfterResetPriorityDefault: 1;
|
|
4699
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneEntitlementTemplateOneOneIssueAfterResetPriorityMax: 255;
|
|
4700
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneEntitlementTemplateOneOnePreserveOverageAtResetDefault: false;
|
|
4701
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
4702
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOnePriceOneAmountOneRegExp: RegExp;
|
|
4703
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOnePriceOnePaymentTermDefault: "in_advance";
|
|
4704
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneDiscountsOneUsageOneQuantityOneRegExp: RegExp;
|
|
4705
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoKeyMax: 64;
|
|
4706
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoKeyRegExp: RegExp;
|
|
4707
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoNameMax: 256;
|
|
4708
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoDescriptionMax: 1024;
|
|
4709
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoFeatureKeyMax: 64;
|
|
4710
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoFeatureKeyRegExp: RegExp;
|
|
4711
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoEntitlementTemplateOneOneIsSoftLimitDefault: false;
|
|
4712
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoEntitlementTemplateOneOneIssueAfterResetMin: 0;
|
|
4713
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoEntitlementTemplateOneOneIssueAfterResetPriorityDefault: 1;
|
|
4714
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoEntitlementTemplateOneOneIssueAfterResetPriorityMax: 255;
|
|
4715
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoEntitlementTemplateOneOnePreserveOverageAtResetDefault: false;
|
|
4716
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
4717
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneOneAmountOneRegExp: RegExp;
|
|
4718
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneOnePaymentTermDefault: "in_advance";
|
|
4719
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneTwoAmountOneRegExp: RegExp;
|
|
4720
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneTwoMinimumAmountOneRegExp: RegExp;
|
|
4721
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneTwoMaximumAmountOneRegExp: RegExp;
|
|
4722
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneThreeTiersItemUpToAmountOneRegExp: RegExp;
|
|
4723
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneThreeTiersItemFlatPriceOneAmountOneRegExp: RegExp;
|
|
4724
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneThreeTiersItemUnitPriceOneAmountOneRegExp: RegExp;
|
|
4725
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneThreeMinimumAmountOneRegExp: RegExp;
|
|
4726
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneThreeMaximumAmountOneRegExp: RegExp;
|
|
4727
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneFourMultiplierOneRegExp: RegExp;
|
|
4728
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneFourMultiplierDefault: "1";
|
|
4729
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneFourMinimumAmountOneRegExp: RegExp;
|
|
4730
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneFourMaximumAmountOneRegExp: RegExp;
|
|
4731
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneFiveAmountOneRegExp: RegExp;
|
|
4732
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneFiveQuantityPerPackageOneRegExp: RegExp;
|
|
4733
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneFiveMinimumAmountOneRegExp: RegExp;
|
|
4734
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneFiveMaximumAmountOneRegExp: RegExp;
|
|
4735
|
+
export declare const createSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoDiscountsOneUsageOneQuantityOneRegExp: RegExp;
|
|
4736
|
+
export declare const createSubscriptionBodyTwoTimingDefault: "immediate";
|
|
4737
|
+
export declare const createSubscriptionBodyTwoCustomerIdRegExp: RegExp;
|
|
4738
|
+
export declare const createSubscriptionBodyTwoCustomerKeyMax: 256;
|
|
4739
|
+
export declare const CreateSubscriptionBody: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4741
4740
|
alignment: zod.ZodOptional<zod.ZodObject<{
|
|
4742
4741
|
billablesMustAlign: zod.ZodOptional<zod.z.ZodCoercedBoolean<unknown>>;
|
|
4743
4742
|
}, zod.z.core.$strip>>;
|
|
@@ -4787,11 +4786,11 @@ export declare const createSubscriptionBody: zod.ZodUnion<readonly [zod.ZodObjec
|
|
|
4787
4786
|
}, zod.z.core.$strip>>;
|
|
4788
4787
|
}, zod.z.core.$strip>>;
|
|
4789
4788
|
entitlementTemplate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4790
|
-
isSoftLimit: zod.
|
|
4789
|
+
isSoftLimit: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
4791
4790
|
issueAfterReset: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
4792
4791
|
issueAfterResetPriority: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
4793
4792
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
4794
|
-
preserveOverageAtReset: zod.
|
|
4793
|
+
preserveOverageAtReset: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
4795
4794
|
type: zod.ZodEnum<{
|
|
4796
4795
|
metered: "metered";
|
|
4797
4796
|
}>;
|
|
@@ -4849,11 +4848,11 @@ export declare const createSubscriptionBody: zod.ZodUnion<readonly [zod.ZodObjec
|
|
|
4849
4848
|
}, zod.z.core.$strip>>;
|
|
4850
4849
|
}, zod.z.core.$strip>>;
|
|
4851
4850
|
entitlementTemplate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4852
|
-
isSoftLimit: zod.
|
|
4851
|
+
isSoftLimit: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
4853
4852
|
issueAfterReset: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
4854
4853
|
issueAfterResetPriority: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
4855
4854
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
4856
|
-
preserveOverageAtReset: zod.
|
|
4855
|
+
preserveOverageAtReset: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
4857
4856
|
type: zod.ZodEnum<{
|
|
4858
4857
|
metered: "metered";
|
|
4859
4858
|
}>;
|
|
@@ -4964,10 +4963,10 @@ export declare const createSubscriptionBody: zod.ZodUnion<readonly [zod.ZodObjec
|
|
|
4964
4963
|
* @summary Get subscription
|
|
4965
4964
|
*/
|
|
4966
4965
|
export declare const getSubscriptionPathSubscriptionIdRegExp: RegExp;
|
|
4967
|
-
export declare const
|
|
4966
|
+
export declare const GetSubscriptionParams: zod.ZodObject<{
|
|
4968
4967
|
subscriptionId: zod.z.ZodCoercedString<unknown>;
|
|
4969
4968
|
}, zod.z.core.$strip>;
|
|
4970
|
-
export declare const
|
|
4969
|
+
export declare const GetSubscriptionQueryParams: zod.ZodObject<{
|
|
4971
4970
|
at: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
4972
4971
|
}, zod.z.core.$strip>;
|
|
4973
4972
|
/**
|
|
@@ -4976,60 +4975,60 @@ The key format is `/phases/{phaseKey}` or `/phases/{phaseKey}/items/{itemKey}`.
|
|
|
4976
4975
|
* @summary Edit subscription
|
|
4977
4976
|
*/
|
|
4978
4977
|
export declare const editSubscriptionPathSubscriptionIdRegExp: RegExp;
|
|
4979
|
-
export declare const
|
|
4978
|
+
export declare const EditSubscriptionParams: zod.ZodObject<{
|
|
4980
4979
|
subscriptionId: zod.z.ZodCoercedString<unknown>;
|
|
4981
4980
|
}, zod.z.core.$strip>;
|
|
4982
|
-
export declare const
|
|
4983
|
-
export declare const
|
|
4984
|
-
export declare const
|
|
4985
|
-
export declare const
|
|
4986
|
-
export declare const
|
|
4987
|
-
export declare const
|
|
4988
|
-
export declare const
|
|
4989
|
-
export declare const
|
|
4990
|
-
export declare const
|
|
4991
|
-
export declare const
|
|
4992
|
-
export declare const
|
|
4993
|
-
export declare const
|
|
4994
|
-
export declare const
|
|
4995
|
-
export declare const
|
|
4996
|
-
export declare const
|
|
4997
|
-
export declare const
|
|
4998
|
-
export declare const
|
|
4999
|
-
export declare const
|
|
5000
|
-
export declare const
|
|
5001
|
-
export declare const
|
|
5002
|
-
export declare const
|
|
5003
|
-
export declare const
|
|
5004
|
-
export declare const
|
|
5005
|
-
export declare const
|
|
5006
|
-
export declare const
|
|
5007
|
-
export declare const
|
|
5008
|
-
export declare const
|
|
5009
|
-
export declare const
|
|
5010
|
-
export declare const
|
|
5011
|
-
export declare const
|
|
5012
|
-
export declare const
|
|
5013
|
-
export declare const
|
|
5014
|
-
export declare const
|
|
5015
|
-
export declare const
|
|
5016
|
-
export declare const
|
|
5017
|
-
export declare const
|
|
5018
|
-
export declare const
|
|
5019
|
-
export declare const
|
|
5020
|
-
export declare const
|
|
5021
|
-
export declare const
|
|
5022
|
-
export declare const
|
|
5023
|
-
export declare const
|
|
5024
|
-
export declare const
|
|
5025
|
-
export declare const
|
|
5026
|
-
export declare const
|
|
5027
|
-
export declare const
|
|
5028
|
-
export declare const
|
|
5029
|
-
export declare const
|
|
5030
|
-
export declare const
|
|
4981
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardOneKeyMax: 64;
|
|
4982
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardOneKeyRegExp: RegExp;
|
|
4983
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardOneNameMax: 256;
|
|
4984
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardOneDescriptionMax: 1024;
|
|
4985
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardOneFeatureKeyMax: 64;
|
|
4986
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardOneFeatureKeyRegExp: RegExp;
|
|
4987
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardOneEntitlementTemplateOneOneIsSoftLimitDefault: false;
|
|
4988
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardOneEntitlementTemplateOneOneIssueAfterResetMin: 0;
|
|
4989
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardOneEntitlementTemplateOneOneIssueAfterResetPriorityDefault: 1;
|
|
4990
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardOneEntitlementTemplateOneOneIssueAfterResetPriorityMax: 255;
|
|
4991
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardOneEntitlementTemplateOneOnePreserveOverageAtResetDefault: false;
|
|
4992
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardOneTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
4993
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardOnePriceOneAmountOneRegExp: RegExp;
|
|
4994
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardOnePriceOnePaymentTermDefault: "in_advance";
|
|
4995
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardOneDiscountsOneUsageOneQuantityOneRegExp: RegExp;
|
|
4996
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoKeyMax: 64;
|
|
4997
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoKeyRegExp: RegExp;
|
|
4998
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoNameMax: 256;
|
|
4999
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoDescriptionMax: 1024;
|
|
5000
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoFeatureKeyMax: 64;
|
|
5001
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoFeatureKeyRegExp: RegExp;
|
|
5002
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoEntitlementTemplateOneOneIsSoftLimitDefault: false;
|
|
5003
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoEntitlementTemplateOneOneIssueAfterResetMin: 0;
|
|
5004
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoEntitlementTemplateOneOneIssueAfterResetPriorityDefault: 1;
|
|
5005
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoEntitlementTemplateOneOneIssueAfterResetPriorityMax: 255;
|
|
5006
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoEntitlementTemplateOneOnePreserveOverageAtResetDefault: false;
|
|
5007
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
5008
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoPriceOneOneAmountOneRegExp: RegExp;
|
|
5009
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoPriceOneOnePaymentTermDefault: "in_advance";
|
|
5010
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoPriceOneTwoAmountOneRegExp: RegExp;
|
|
5011
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoPriceOneTwoMinimumAmountOneRegExp: RegExp;
|
|
5012
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoPriceOneTwoMaximumAmountOneRegExp: RegExp;
|
|
5013
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoPriceOneThreeTiersItemUpToAmountOneRegExp: RegExp;
|
|
5014
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoPriceOneThreeTiersItemFlatPriceOneAmountOneRegExp: RegExp;
|
|
5015
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoPriceOneThreeTiersItemUnitPriceOneAmountOneRegExp: RegExp;
|
|
5016
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoPriceOneThreeMinimumAmountOneRegExp: RegExp;
|
|
5017
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoPriceOneThreeMaximumAmountOneRegExp: RegExp;
|
|
5018
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoPriceOneFourMultiplierOneRegExp: RegExp;
|
|
5019
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoPriceOneFourMultiplierDefault: "1";
|
|
5020
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoPriceOneFourMinimumAmountOneRegExp: RegExp;
|
|
5021
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoPriceOneFourMaximumAmountOneRegExp: RegExp;
|
|
5022
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoPriceOneFiveAmountOneRegExp: RegExp;
|
|
5023
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoPriceOneFiveQuantityPerPackageOneRegExp: RegExp;
|
|
5024
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoPriceOneFiveMinimumAmountOneRegExp: RegExp;
|
|
5025
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoPriceOneFiveMaximumAmountOneRegExp: RegExp;
|
|
5026
|
+
export declare const editSubscriptionBodyCustomizationsItemOneRateCardTwoDiscountsOneUsageOneQuantityOneRegExp: RegExp;
|
|
5027
|
+
export declare const editSubscriptionBodyCustomizationsItemThreePhaseDiscountsOneUsageOneQuantityOneRegExp: RegExp;
|
|
5028
|
+
export declare const editSubscriptionBodyCustomizationsItemThreePhaseKeyMax: 64;
|
|
5029
|
+
export declare const editSubscriptionBodyCustomizationsItemThreePhaseKeyRegExp: RegExp;
|
|
5031
5030
|
export declare const editSubscriptionBodyCustomizationsMax: 100;
|
|
5032
|
-
export declare const
|
|
5031
|
+
export declare const EditSubscriptionBody: zod.ZodObject<{
|
|
5033
5032
|
customizations: zod.ZodArray<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5034
5033
|
op: zod.ZodEnum<{
|
|
5035
5034
|
add_item: "add_item";
|
|
@@ -5047,11 +5046,11 @@ export declare const editSubscriptionBody: zod.ZodObject<{
|
|
|
5047
5046
|
}, zod.z.core.$strip>>;
|
|
5048
5047
|
}, zod.z.core.$strip>>;
|
|
5049
5048
|
entitlementTemplate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5050
|
-
isSoftLimit: zod.
|
|
5049
|
+
isSoftLimit: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
5051
5050
|
issueAfterReset: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
5052
5051
|
issueAfterResetPriority: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
5053
5052
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
5054
|
-
preserveOverageAtReset: zod.
|
|
5053
|
+
preserveOverageAtReset: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
5055
5054
|
type: zod.ZodEnum<{
|
|
5056
5055
|
metered: "metered";
|
|
5057
5056
|
}>;
|
|
@@ -5109,11 +5108,11 @@ export declare const editSubscriptionBody: zod.ZodObject<{
|
|
|
5109
5108
|
}, zod.z.core.$strip>>;
|
|
5110
5109
|
}, zod.z.core.$strip>>;
|
|
5111
5110
|
entitlementTemplate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5112
|
-
isSoftLimit: zod.
|
|
5111
|
+
isSoftLimit: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
5113
5112
|
issueAfterReset: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
5114
5113
|
issueAfterResetPriority: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
5115
5114
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
5116
|
-
preserveOverageAtReset: zod.
|
|
5115
|
+
preserveOverageAtReset: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
5117
5116
|
type: zod.ZodEnum<{
|
|
5118
5117
|
metered: "metered";
|
|
5119
5118
|
}>;
|
|
@@ -5262,7 +5261,7 @@ export declare const editSubscriptionBody: zod.ZodObject<{
|
|
|
5262
5261
|
* @summary Delete subscription
|
|
5263
5262
|
*/
|
|
5264
5263
|
export declare const deleteSubscriptionPathSubscriptionIdRegExp: RegExp;
|
|
5265
|
-
export declare const
|
|
5264
|
+
export declare const DeleteSubscriptionParams: zod.ZodObject<{
|
|
5266
5265
|
subscriptionId: zod.z.ZodCoercedString<unknown>;
|
|
5267
5266
|
}, zod.z.core.$strip>;
|
|
5268
5267
|
/**
|
|
@@ -5270,14 +5269,14 @@ export declare const deleteSubscriptionParams: zod.ZodObject<{
|
|
|
5270
5269
|
* @summary Create subscription addon
|
|
5271
5270
|
*/
|
|
5272
5271
|
export declare const createSubscriptionAddonPathSubscriptionIdRegExp: RegExp;
|
|
5273
|
-
export declare const
|
|
5272
|
+
export declare const CreateSubscriptionAddonParams: zod.ZodObject<{
|
|
5274
5273
|
subscriptionId: zod.z.ZodCoercedString<unknown>;
|
|
5275
5274
|
}, zod.z.core.$strip>;
|
|
5276
5275
|
export declare const createSubscriptionAddonBodyNameMax: 256;
|
|
5277
5276
|
export declare const createSubscriptionAddonBodyDescriptionMax: 1024;
|
|
5278
5277
|
export declare const createSubscriptionAddonBodyQuantityMin: 0;
|
|
5279
5278
|
export declare const createSubscriptionAddonBodyAddonIdRegExp: RegExp;
|
|
5280
|
-
export declare const
|
|
5279
|
+
export declare const CreateSubscriptionAddonBody: zod.ZodObject<{
|
|
5281
5280
|
addon: zod.ZodObject<{
|
|
5282
5281
|
id: zod.z.ZodCoercedString<unknown>;
|
|
5283
5282
|
}, zod.z.core.$strip>;
|
|
@@ -5295,7 +5294,7 @@ export declare const createSubscriptionAddonBody: zod.ZodObject<{
|
|
|
5295
5294
|
* @summary List subscription addons
|
|
5296
5295
|
*/
|
|
5297
5296
|
export declare const listSubscriptionAddonsPathSubscriptionIdRegExp: RegExp;
|
|
5298
|
-
export declare const
|
|
5297
|
+
export declare const ListSubscriptionAddonsParams: zod.ZodObject<{
|
|
5299
5298
|
subscriptionId: zod.z.ZodCoercedString<unknown>;
|
|
5300
5299
|
}, zod.z.core.$strip>;
|
|
5301
5300
|
/**
|
|
@@ -5304,7 +5303,7 @@ export declare const listSubscriptionAddonsParams: zod.ZodObject<{
|
|
|
5304
5303
|
*/
|
|
5305
5304
|
export declare const getSubscriptionAddonPathSubscriptionIdRegExp: RegExp;
|
|
5306
5305
|
export declare const getSubscriptionAddonPathSubscriptionAddonIdRegExp: RegExp;
|
|
5307
|
-
export declare const
|
|
5306
|
+
export declare const GetSubscriptionAddonParams: zod.ZodObject<{
|
|
5308
5307
|
subscriptionAddonId: zod.z.ZodCoercedString<unknown>;
|
|
5309
5308
|
subscriptionId: zod.z.ZodCoercedString<unknown>;
|
|
5310
5309
|
}, zod.z.core.$strip>;
|
|
@@ -5314,14 +5313,14 @@ export declare const getSubscriptionAddonParams: zod.ZodObject<{
|
|
|
5314
5313
|
*/
|
|
5315
5314
|
export declare const updateSubscriptionAddonPathSubscriptionIdRegExp: RegExp;
|
|
5316
5315
|
export declare const updateSubscriptionAddonPathSubscriptionAddonIdRegExp: RegExp;
|
|
5317
|
-
export declare const
|
|
5316
|
+
export declare const UpdateSubscriptionAddonParams: zod.ZodObject<{
|
|
5318
5317
|
subscriptionAddonId: zod.z.ZodCoercedString<unknown>;
|
|
5319
5318
|
subscriptionId: zod.z.ZodCoercedString<unknown>;
|
|
5320
5319
|
}, zod.z.core.$strip>;
|
|
5321
5320
|
export declare const updateSubscriptionAddonBodyNameMax: 256;
|
|
5322
5321
|
export declare const updateSubscriptionAddonBodyDescriptionMax: 1024;
|
|
5323
5322
|
export declare const updateSubscriptionAddonBodyQuantityMin: 0;
|
|
5324
|
-
export declare const
|
|
5323
|
+
export declare const UpdateSubscriptionAddonBody: zod.ZodObject<{
|
|
5325
5324
|
description: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
5326
5325
|
metadata: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>>;
|
|
5327
5326
|
name: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
@@ -5337,10 +5336,10 @@ Will result in a scheduling conflict if there are other subscriptions scheduled
|
|
|
5337
5336
|
* @summary Cancel subscription
|
|
5338
5337
|
*/
|
|
5339
5338
|
export declare const cancelSubscriptionPathSubscriptionIdRegExp: RegExp;
|
|
5340
|
-
export declare const
|
|
5339
|
+
export declare const CancelSubscriptionParams: zod.ZodObject<{
|
|
5341
5340
|
subscriptionId: zod.z.ZodCoercedString<unknown>;
|
|
5342
5341
|
}, zod.z.core.$strip>;
|
|
5343
|
-
export declare const
|
|
5342
|
+
export declare const CancelSubscriptionBody: zod.ZodObject<{
|
|
5344
5343
|
timing: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
|
|
5345
5344
|
immediate: "immediate";
|
|
5346
5345
|
next_billing_cycle: "next_billing_cycle";
|
|
@@ -5352,74 +5351,74 @@ Can be used for upgrades, downgrades, and plan changes.
|
|
|
5352
5351
|
* @summary Change subscription
|
|
5353
5352
|
*/
|
|
5354
5353
|
export declare const changeSubscriptionPathSubscriptionIdRegExp: RegExp;
|
|
5355
|
-
export declare const
|
|
5354
|
+
export declare const ChangeSubscriptionParams: zod.ZodObject<{
|
|
5356
5355
|
subscriptionId: zod.z.ZodCoercedString<unknown>;
|
|
5357
5356
|
}, zod.z.core.$strip>;
|
|
5358
|
-
export declare const
|
|
5359
|
-
export declare const
|
|
5360
|
-
export declare const
|
|
5361
|
-
export declare const
|
|
5362
|
-
export declare const
|
|
5363
|
-
export declare const
|
|
5364
|
-
export declare const
|
|
5365
|
-
export declare const
|
|
5366
|
-
export declare const
|
|
5367
|
-
export declare const
|
|
5368
|
-
export declare const
|
|
5357
|
+
export declare const changeSubscriptionBodyOnePlanOneKeyMax: 64;
|
|
5358
|
+
export declare const changeSubscriptionBodyOnePlanOneKeyRegExp: RegExp;
|
|
5359
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOneNameMax: 256;
|
|
5360
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOneDescriptionMax: 1024;
|
|
5361
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOneCurrencyOneMin: 3;
|
|
5362
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOneCurrencyOneMax: 3;
|
|
5363
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOneCurrencyOneRegExp: RegExp;
|
|
5364
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOneCurrencyDefault: "USD";
|
|
5365
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOneProRatingConfigOneEnabledDefault: true;
|
|
5366
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOneProRatingConfigOneModeDefault: "prorate_prices";
|
|
5367
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOneProRatingConfigDefault: {
|
|
5369
5368
|
readonly enabled: true;
|
|
5370
5369
|
readonly mode: "prorate_prices";
|
|
5371
5370
|
};
|
|
5372
|
-
export declare const
|
|
5373
|
-
export declare const
|
|
5374
|
-
export declare const
|
|
5375
|
-
export declare const
|
|
5376
|
-
export declare const
|
|
5377
|
-
export declare const
|
|
5378
|
-
export declare const
|
|
5379
|
-
export declare const
|
|
5380
|
-
export declare const
|
|
5381
|
-
export declare const
|
|
5382
|
-
export declare const
|
|
5383
|
-
export declare const
|
|
5384
|
-
export declare const
|
|
5385
|
-
export declare const
|
|
5386
|
-
export declare const
|
|
5387
|
-
export declare const
|
|
5388
|
-
export declare const
|
|
5389
|
-
export declare const
|
|
5390
|
-
export declare const
|
|
5391
|
-
export declare const
|
|
5392
|
-
export declare const
|
|
5393
|
-
export declare const
|
|
5394
|
-
export declare const
|
|
5395
|
-
export declare const
|
|
5396
|
-
export declare const
|
|
5397
|
-
export declare const
|
|
5398
|
-
export declare const
|
|
5399
|
-
export declare const
|
|
5400
|
-
export declare const
|
|
5401
|
-
export declare const
|
|
5402
|
-
export declare const
|
|
5403
|
-
export declare const
|
|
5404
|
-
export declare const
|
|
5405
|
-
export declare const
|
|
5406
|
-
export declare const
|
|
5407
|
-
export declare const
|
|
5408
|
-
export declare const
|
|
5409
|
-
export declare const
|
|
5410
|
-
export declare const
|
|
5411
|
-
export declare const
|
|
5412
|
-
export declare const
|
|
5413
|
-
export declare const
|
|
5414
|
-
export declare const
|
|
5415
|
-
export declare const
|
|
5416
|
-
export declare const
|
|
5417
|
-
export declare const
|
|
5418
|
-
export declare const
|
|
5419
|
-
export declare const
|
|
5420
|
-
export declare const
|
|
5421
|
-
export declare const
|
|
5422
|
-
export declare const
|
|
5371
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemKeyMax: 64;
|
|
5372
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemKeyRegExp: RegExp;
|
|
5373
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemNameMax: 256;
|
|
5374
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemDescriptionMax: 1024;
|
|
5375
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneKeyMax: 64;
|
|
5376
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneKeyRegExp: RegExp;
|
|
5377
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneNameMax: 256;
|
|
5378
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneDescriptionMax: 1024;
|
|
5379
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneFeatureKeyMax: 64;
|
|
5380
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneFeatureKeyRegExp: RegExp;
|
|
5381
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneEntitlementTemplateOneOneIsSoftLimitDefault: false;
|
|
5382
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneEntitlementTemplateOneOneIssueAfterResetMin: 0;
|
|
5383
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneEntitlementTemplateOneOneIssueAfterResetPriorityDefault: 1;
|
|
5384
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneEntitlementTemplateOneOneIssueAfterResetPriorityMax: 255;
|
|
5385
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneEntitlementTemplateOneOnePreserveOverageAtResetDefault: false;
|
|
5386
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
5387
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOnePriceOneAmountOneRegExp: RegExp;
|
|
5388
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOnePriceOnePaymentTermDefault: "in_advance";
|
|
5389
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemOneDiscountsOneUsageOneQuantityOneRegExp: RegExp;
|
|
5390
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoKeyMax: 64;
|
|
5391
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoKeyRegExp: RegExp;
|
|
5392
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoNameMax: 256;
|
|
5393
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoDescriptionMax: 1024;
|
|
5394
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoFeatureKeyMax: 64;
|
|
5395
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoFeatureKeyRegExp: RegExp;
|
|
5396
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoEntitlementTemplateOneOneIsSoftLimitDefault: false;
|
|
5397
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoEntitlementTemplateOneOneIssueAfterResetMin: 0;
|
|
5398
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoEntitlementTemplateOneOneIssueAfterResetPriorityDefault: 1;
|
|
5399
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoEntitlementTemplateOneOneIssueAfterResetPriorityMax: 255;
|
|
5400
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoEntitlementTemplateOneOnePreserveOverageAtResetDefault: false;
|
|
5401
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoTaxConfigOneStripeOneCodeRegExp: RegExp;
|
|
5402
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneOneAmountOneRegExp: RegExp;
|
|
5403
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneOnePaymentTermDefault: "in_advance";
|
|
5404
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneTwoAmountOneRegExp: RegExp;
|
|
5405
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneTwoMinimumAmountOneRegExp: RegExp;
|
|
5406
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneTwoMaximumAmountOneRegExp: RegExp;
|
|
5407
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneThreeTiersItemUpToAmountOneRegExp: RegExp;
|
|
5408
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneThreeTiersItemFlatPriceOneAmountOneRegExp: RegExp;
|
|
5409
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneThreeTiersItemUnitPriceOneAmountOneRegExp: RegExp;
|
|
5410
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneThreeMinimumAmountOneRegExp: RegExp;
|
|
5411
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneThreeMaximumAmountOneRegExp: RegExp;
|
|
5412
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneFourMultiplierOneRegExp: RegExp;
|
|
5413
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneFourMultiplierDefault: "1";
|
|
5414
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneFourMinimumAmountOneRegExp: RegExp;
|
|
5415
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneFourMaximumAmountOneRegExp: RegExp;
|
|
5416
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneFiveAmountOneRegExp: RegExp;
|
|
5417
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneFiveQuantityPerPackageOneRegExp: RegExp;
|
|
5418
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneFiveMinimumAmountOneRegExp: RegExp;
|
|
5419
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoPriceOneFiveMaximumAmountOneRegExp: RegExp;
|
|
5420
|
+
export declare const changeSubscriptionBodyTwoCustomPlanOneOnePhasesItemRateCardsItemTwoDiscountsOneUsageOneQuantityOneRegExp: RegExp;
|
|
5421
|
+
export declare const ChangeSubscriptionBody: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5423
5422
|
alignment: zod.ZodOptional<zod.ZodObject<{
|
|
5424
5423
|
billablesMustAlign: zod.ZodOptional<zod.z.ZodCoercedBoolean<unknown>>;
|
|
5425
5424
|
}, zod.z.core.$strip>>;
|
|
@@ -5465,11 +5464,11 @@ export declare const changeSubscriptionBody: zod.ZodUnion<readonly [zod.ZodObjec
|
|
|
5465
5464
|
}, zod.z.core.$strip>>;
|
|
5466
5465
|
}, zod.z.core.$strip>>;
|
|
5467
5466
|
entitlementTemplate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5468
|
-
isSoftLimit: zod.
|
|
5467
|
+
isSoftLimit: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
5469
5468
|
issueAfterReset: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
5470
5469
|
issueAfterResetPriority: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
5471
5470
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
5472
|
-
preserveOverageAtReset: zod.
|
|
5471
|
+
preserveOverageAtReset: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
5473
5472
|
type: zod.ZodEnum<{
|
|
5474
5473
|
metered: "metered";
|
|
5475
5474
|
}>;
|
|
@@ -5527,11 +5526,11 @@ export declare const changeSubscriptionBody: zod.ZodUnion<readonly [zod.ZodObjec
|
|
|
5527
5526
|
}, zod.z.core.$strip>>;
|
|
5528
5527
|
}, zod.z.core.$strip>>;
|
|
5529
5528
|
entitlementTemplate: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5530
|
-
isSoftLimit: zod.
|
|
5529
|
+
isSoftLimit: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
5531
5530
|
issueAfterReset: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
5532
5531
|
issueAfterResetPriority: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
5533
5532
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
5534
|
-
preserveOverageAtReset: zod.
|
|
5533
|
+
preserveOverageAtReset: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
5535
5534
|
type: zod.ZodEnum<{
|
|
5536
5535
|
metered: "metered";
|
|
5537
5536
|
}>;
|
|
@@ -5645,11 +5644,11 @@ If not, the migration will be scheduled to the end of the current billing period
|
|
|
5645
5644
|
* @summary Migrate subscription
|
|
5646
5645
|
*/
|
|
5647
5646
|
export declare const migrateSubscriptionPathSubscriptionIdRegExp: RegExp;
|
|
5648
|
-
export declare const
|
|
5647
|
+
export declare const MigrateSubscriptionParams: zod.ZodObject<{
|
|
5649
5648
|
subscriptionId: zod.z.ZodCoercedString<unknown>;
|
|
5650
5649
|
}, zod.z.core.$strip>;
|
|
5651
5650
|
export declare const migrateSubscriptionBodyTimingDefault: "immediate";
|
|
5652
|
-
export declare const
|
|
5651
|
+
export declare const MigrateSubscriptionBody: zod.ZodObject<{
|
|
5653
5652
|
billingAnchor: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
5654
5653
|
startingPhase: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
5655
5654
|
targetVersion: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
@@ -5665,7 +5664,7 @@ Any subscription scheduled to start later will be deleted and this subscription
|
|
|
5665
5664
|
* @summary Restore subscription
|
|
5666
5665
|
*/
|
|
5667
5666
|
export declare const restoreSubscriptionPathSubscriptionIdRegExp: RegExp;
|
|
5668
|
-
export declare const
|
|
5667
|
+
export declare const RestoreSubscriptionParams: zod.ZodObject<{
|
|
5669
5668
|
subscriptionId: zod.z.ZodCoercedString<unknown>;
|
|
5670
5669
|
}, zod.z.core.$strip>;
|
|
5671
5670
|
/**
|
|
@@ -5673,7 +5672,7 @@ export declare const restoreSubscriptionParams: zod.ZodObject<{
|
|
|
5673
5672
|
* @summary Unschedule cancelation
|
|
5674
5673
|
*/
|
|
5675
5674
|
export declare const unscheduleCancelationPathSubscriptionIdRegExp: RegExp;
|
|
5676
|
-
export declare const
|
|
5675
|
+
export declare const UnscheduleCancelationParams: zod.ZodObject<{
|
|
5677
5676
|
subscriptionId: zod.z.ZodCoercedString<unknown>;
|
|
5678
5677
|
}, zod.z.core.$strip>;
|
|
5679
5678
|
/**
|
|
@@ -5688,37 +5687,37 @@ A given customer can only have one active (non-deleted) entitlement per featureK
|
|
|
5688
5687
|
Once an entitlement is created you cannot modify it, only delete it.
|
|
5689
5688
|
* @summary Create a customer entitlement
|
|
5690
5689
|
*/
|
|
5691
|
-
export declare const
|
|
5692
|
-
export declare const
|
|
5693
|
-
export declare const
|
|
5690
|
+
export declare const createCustomerEntitlementV2PathCustomerIdOrKeyOneRegExp: RegExp;
|
|
5691
|
+
export declare const createCustomerEntitlementV2PathCustomerIdOrKeyTwoMax: 256;
|
|
5692
|
+
export declare const CreateCustomerEntitlementV2Params: zod.ZodObject<{
|
|
5694
5693
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
5695
5694
|
}, zod.z.core.$strip>;
|
|
5696
|
-
export declare const
|
|
5697
|
-
export declare const
|
|
5698
|
-
export declare const
|
|
5699
|
-
export declare const
|
|
5700
|
-
export declare const
|
|
5701
|
-
export declare const
|
|
5702
|
-
export declare const
|
|
5703
|
-
export declare const
|
|
5704
|
-
export declare const
|
|
5705
|
-
export declare const
|
|
5706
|
-
export declare const
|
|
5707
|
-
export declare const
|
|
5708
|
-
export declare const
|
|
5709
|
-
export declare const
|
|
5710
|
-
export declare const
|
|
5711
|
-
export declare const
|
|
5712
|
-
export declare const
|
|
5713
|
-
export declare const
|
|
5714
|
-
export declare const
|
|
5715
|
-
export declare const
|
|
5716
|
-
export declare const
|
|
5717
|
-
export declare const
|
|
5718
|
-
export declare const
|
|
5719
|
-
export declare const
|
|
5720
|
-
export declare const
|
|
5721
|
-
export declare const
|
|
5695
|
+
export declare const createCustomerEntitlementV2BodyOneFeatureKeyMax: 64;
|
|
5696
|
+
export declare const createCustomerEntitlementV2BodyOneFeatureKeyRegExp: RegExp;
|
|
5697
|
+
export declare const createCustomerEntitlementV2BodyOneFeatureIdRegExp: RegExp;
|
|
5698
|
+
export declare const createCustomerEntitlementV2BodyOneIsSoftLimitDefault: false;
|
|
5699
|
+
export declare const createCustomerEntitlementV2BodyOneUsagePeriodOneIntervalOneOneRegExp: RegExp;
|
|
5700
|
+
export declare const createCustomerEntitlementV2BodyOnePreserveOverageAtResetDefault: false;
|
|
5701
|
+
export declare const createCustomerEntitlementV2BodyOneIssueAfterResetMin: 0;
|
|
5702
|
+
export declare const createCustomerEntitlementV2BodyOneIssueAfterResetPriorityDefault: 1;
|
|
5703
|
+
export declare const createCustomerEntitlementV2BodyOneIssueAfterResetPriorityMax: 255;
|
|
5704
|
+
export declare const createCustomerEntitlementV2BodyOneIssueOneAmountMin: 0;
|
|
5705
|
+
export declare const createCustomerEntitlementV2BodyOneIssueOnePriorityDefault: 1;
|
|
5706
|
+
export declare const createCustomerEntitlementV2BodyOneIssueOnePriorityMax: 255;
|
|
5707
|
+
export declare const createCustomerEntitlementV2BodyOneGrantsItemAmountMin: 0;
|
|
5708
|
+
export declare const createCustomerEntitlementV2BodyOneGrantsItemPriorityMax: 255;
|
|
5709
|
+
export declare const createCustomerEntitlementV2BodyOneGrantsItemMinRolloverAmountDefault: 0;
|
|
5710
|
+
export declare const createCustomerEntitlementV2BodyOneGrantsItemRecurrenceOneIntervalOneOneRegExp: RegExp;
|
|
5711
|
+
export declare const createCustomerEntitlementV2BodyOneGrantsItemExpirationOneCountMax: 1000;
|
|
5712
|
+
export declare const createCustomerEntitlementV2BodyTwoFeatureKeyMax: 64;
|
|
5713
|
+
export declare const createCustomerEntitlementV2BodyTwoFeatureKeyRegExp: RegExp;
|
|
5714
|
+
export declare const createCustomerEntitlementV2BodyTwoFeatureIdRegExp: RegExp;
|
|
5715
|
+
export declare const createCustomerEntitlementV2BodyTwoUsagePeriodOneIntervalOneOneRegExp: RegExp;
|
|
5716
|
+
export declare const createCustomerEntitlementV2BodyThreeFeatureKeyMax: 64;
|
|
5717
|
+
export declare const createCustomerEntitlementV2BodyThreeFeatureKeyRegExp: RegExp;
|
|
5718
|
+
export declare const createCustomerEntitlementV2BodyThreeFeatureIdRegExp: RegExp;
|
|
5719
|
+
export declare const createCustomerEntitlementV2BodyThreeUsagePeriodOneIntervalOneOneRegExp: RegExp;
|
|
5720
|
+
export declare const CreateCustomerEntitlementV2Body: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5722
5721
|
featureId: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
5723
5722
|
featureKey: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
5724
5723
|
grants: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
@@ -5737,7 +5736,7 @@ export declare const createCustomerEntitlementV2Body: zod.ZodUnion<readonly [zod
|
|
|
5737
5736
|
}, zod.z.core.$strip>>;
|
|
5738
5737
|
maxRolloverAmount: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
5739
5738
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
5740
|
-
minRolloverAmount: zod.
|
|
5739
|
+
minRolloverAmount: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
5741
5740
|
priority: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
5742
5741
|
recurrence: zod.ZodOptional<zod.ZodObject<{
|
|
5743
5742
|
anchor: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
@@ -5749,7 +5748,7 @@ export declare const createCustomerEntitlementV2Body: zod.ZodUnion<readonly [zod
|
|
|
5749
5748
|
}>]>;
|
|
5750
5749
|
}, zod.z.core.$strip>>;
|
|
5751
5750
|
}, zod.z.core.$strip>>>;
|
|
5752
|
-
isSoftLimit: zod.
|
|
5751
|
+
isSoftLimit: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
5753
5752
|
issue: zod.ZodOptional<zod.ZodObject<{
|
|
5754
5753
|
amount: zod.z.ZodCoercedNumber<unknown>;
|
|
5755
5754
|
priority: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
@@ -5761,7 +5760,7 @@ export declare const createCustomerEntitlementV2Body: zod.ZodUnion<readonly [zod
|
|
|
5761
5760
|
NOW: "NOW";
|
|
5762
5761
|
}>, zod.z.ZodCoercedDate<unknown>]>>;
|
|
5763
5762
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
5764
|
-
preserveOverageAtReset: zod.
|
|
5763
|
+
preserveOverageAtReset: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
5765
5764
|
type: zod.ZodEnum<{
|
|
5766
5765
|
metered: "metered";
|
|
5767
5766
|
}>;
|
|
@@ -5812,17 +5811,17 @@ export declare const createCustomerEntitlementV2Body: zod.ZodUnion<readonly [zod
|
|
|
5812
5811
|
* List all entitlements for a customer. For checking entitlement access, use the /value endpoint instead.
|
|
5813
5812
|
* @summary List customer entitlements
|
|
5814
5813
|
*/
|
|
5815
|
-
export declare const
|
|
5816
|
-
export declare const
|
|
5817
|
-
export declare const
|
|
5814
|
+
export declare const listCustomerEntitlementsV2PathCustomerIdOrKeyOneRegExp: RegExp;
|
|
5815
|
+
export declare const listCustomerEntitlementsV2PathCustomerIdOrKeyTwoMax: 256;
|
|
5816
|
+
export declare const ListCustomerEntitlementsV2Params: zod.ZodObject<{
|
|
5818
5817
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
5819
5818
|
}, zod.z.core.$strip>;
|
|
5820
5819
|
export declare const listCustomerEntitlementsV2QueryIncludeDeletedDefault: false;
|
|
5821
5820
|
export declare const listCustomerEntitlementsV2QueryPageDefault: 1;
|
|
5822
5821
|
export declare const listCustomerEntitlementsV2QueryPageSizeDefault: 100;
|
|
5823
5822
|
export declare const listCustomerEntitlementsV2QueryPageSizeMax: 1000;
|
|
5824
|
-
export declare const
|
|
5825
|
-
includeDeleted: zod.
|
|
5823
|
+
export declare const ListCustomerEntitlementsV2QueryParams: zod.ZodObject<{
|
|
5824
|
+
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
5826
5825
|
order: zod.ZodOptional<zod.ZodEnum<{
|
|
5827
5826
|
ASC: "ASC";
|
|
5828
5827
|
DESC: "DESC";
|
|
@@ -5839,11 +5838,11 @@ export declare const listCustomerEntitlementsV2QueryParams: zod.ZodObject<{
|
|
|
5839
5838
|
If featureKey is used, the entitlement is resolved for the current timestamp.
|
|
5840
5839
|
* @summary Get customer entitlement
|
|
5841
5840
|
*/
|
|
5842
|
-
export declare const
|
|
5843
|
-
export declare const
|
|
5841
|
+
export declare const getCustomerEntitlementV2PathCustomerIdOrKeyOneRegExp: RegExp;
|
|
5842
|
+
export declare const getCustomerEntitlementV2PathCustomerIdOrKeyTwoMax: 256;
|
|
5844
5843
|
export declare const getCustomerEntitlementV2PathEntitlementIdOrFeatureKeyMax: 64;
|
|
5845
5844
|
export declare const getCustomerEntitlementV2PathEntitlementIdOrFeatureKeyRegExp: RegExp;
|
|
5846
|
-
export declare const
|
|
5845
|
+
export declare const GetCustomerEntitlementV2Params: zod.ZodObject<{
|
|
5847
5846
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
5848
5847
|
entitlementIdOrFeatureKey: zod.z.ZodCoercedString<unknown>;
|
|
5849
5848
|
}, zod.z.core.$strip>;
|
|
@@ -5852,11 +5851,11 @@ export declare const getCustomerEntitlementV2Params: zod.ZodObject<{
|
|
|
5852
5851
|
As access and status checks can be historical queries, deleting an entitlement populates the deletedAt timestamp. When queried for a time before that, the entitlement is still considered active, you cannot have retroactive changes to access, which is important for, among other things, auditing.
|
|
5853
5852
|
* @summary Delete customer entitlement
|
|
5854
5853
|
*/
|
|
5855
|
-
export declare const
|
|
5856
|
-
export declare const
|
|
5854
|
+
export declare const deleteCustomerEntitlementV2PathCustomerIdOrKeyOneRegExp: RegExp;
|
|
5855
|
+
export declare const deleteCustomerEntitlementV2PathCustomerIdOrKeyTwoMax: 256;
|
|
5857
5856
|
export declare const deleteCustomerEntitlementV2PathEntitlementIdOrFeatureKeyMax: 64;
|
|
5858
5857
|
export declare const deleteCustomerEntitlementV2PathEntitlementIdOrFeatureKeyRegExp: RegExp;
|
|
5859
|
-
export declare const
|
|
5858
|
+
export declare const DeleteCustomerEntitlementV2Params: zod.ZodObject<{
|
|
5860
5859
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
5861
5860
|
entitlementIdOrFeatureKey: zod.z.ZodCoercedString<unknown>;
|
|
5862
5861
|
}, zod.z.core.$strip>;
|
|
@@ -5864,11 +5863,11 @@ export declare const deleteCustomerEntitlementV2Params: zod.ZodObject<{
|
|
|
5864
5863
|
* List all grants issued for an entitlement. The entitlement can be defined either by its id or featureKey.
|
|
5865
5864
|
* @summary List customer entitlement grants
|
|
5866
5865
|
*/
|
|
5867
|
-
export declare const
|
|
5868
|
-
export declare const
|
|
5866
|
+
export declare const listCustomerEntitlementGrantsV2PathCustomerIdOrKeyOneRegExp: RegExp;
|
|
5867
|
+
export declare const listCustomerEntitlementGrantsV2PathCustomerIdOrKeyTwoMax: 256;
|
|
5869
5868
|
export declare const listCustomerEntitlementGrantsV2PathEntitlementIdOrFeatureKeyMax: 64;
|
|
5870
5869
|
export declare const listCustomerEntitlementGrantsV2PathEntitlementIdOrFeatureKeyRegExp: RegExp;
|
|
5871
|
-
export declare const
|
|
5870
|
+
export declare const ListCustomerEntitlementGrantsV2Params: zod.ZodObject<{
|
|
5872
5871
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
5873
5872
|
entitlementIdOrFeatureKey: zod.z.ZodCoercedString<unknown>;
|
|
5874
5873
|
}, zod.z.core.$strip>;
|
|
@@ -5880,10 +5879,10 @@ export declare const listCustomerEntitlementGrantsV2QueryOffsetDefault: 0;
|
|
|
5880
5879
|
export declare const listCustomerEntitlementGrantsV2QueryOffsetMin: 0;
|
|
5881
5880
|
export declare const listCustomerEntitlementGrantsV2QueryLimitDefault: 100;
|
|
5882
5881
|
export declare const listCustomerEntitlementGrantsV2QueryLimitMax: 1000;
|
|
5883
|
-
export declare const
|
|
5884
|
-
includeDeleted: zod.
|
|
5882
|
+
export declare const ListCustomerEntitlementGrantsV2QueryParams: zod.ZodObject<{
|
|
5883
|
+
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
5885
5884
|
limit: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
5886
|
-
offset: zod.
|
|
5885
|
+
offset: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
5887
5886
|
order: zod.ZodOptional<zod.ZodEnum<{
|
|
5888
5887
|
ASC: "ASC";
|
|
5889
5888
|
DESC: "DESC";
|
|
@@ -5910,20 +5909,20 @@ Rollover settings define what happens to the remaining balance of a grant at a r
|
|
|
5910
5909
|
Grants cannot be changed once created, only deleted. This is to ensure that balance is deterministic regardless of when it is queried.
|
|
5911
5910
|
* @summary Create customer entitlement grant
|
|
5912
5911
|
*/
|
|
5913
|
-
export declare const
|
|
5914
|
-
export declare const
|
|
5912
|
+
export declare const createCustomerEntitlementGrantV2PathCustomerIdOrKeyOneRegExp: RegExp;
|
|
5913
|
+
export declare const createCustomerEntitlementGrantV2PathCustomerIdOrKeyTwoMax: 256;
|
|
5915
5914
|
export declare const createCustomerEntitlementGrantV2PathEntitlementIdOrFeatureKeyMax: 64;
|
|
5916
5915
|
export declare const createCustomerEntitlementGrantV2PathEntitlementIdOrFeatureKeyRegExp: RegExp;
|
|
5917
|
-
export declare const
|
|
5916
|
+
export declare const CreateCustomerEntitlementGrantV2Params: zod.ZodObject<{
|
|
5918
5917
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
5919
5918
|
entitlementIdOrFeatureKey: zod.z.ZodCoercedString<unknown>;
|
|
5920
5919
|
}, zod.z.core.$strip>;
|
|
5921
5920
|
export declare const createCustomerEntitlementGrantV2BodyAmountMin: 0;
|
|
5922
5921
|
export declare const createCustomerEntitlementGrantV2BodyPriorityMax: 255;
|
|
5923
5922
|
export declare const createCustomerEntitlementGrantV2BodyMinRolloverAmountDefault: 0;
|
|
5924
|
-
export declare const
|
|
5925
|
-
export declare const
|
|
5926
|
-
export declare const
|
|
5923
|
+
export declare const createCustomerEntitlementGrantV2BodyRecurrenceOneIntervalOneOneRegExp: RegExp;
|
|
5924
|
+
export declare const createCustomerEntitlementGrantV2BodyExpirationOneCountMax: 1000;
|
|
5925
|
+
export declare const CreateCustomerEntitlementGrantV2Body: zod.ZodObject<{
|
|
5927
5926
|
amount: zod.z.ZodCoercedNumber<unknown>;
|
|
5928
5927
|
annotations: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodUnknown>>;
|
|
5929
5928
|
effectiveAt: zod.z.ZodCoercedDate<unknown>;
|
|
@@ -5939,7 +5938,7 @@ export declare const createCustomerEntitlementGrantV2Body: zod.ZodObject<{
|
|
|
5939
5938
|
}, zod.z.core.$strip>>;
|
|
5940
5939
|
maxRolloverAmount: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
5941
5940
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
5942
|
-
minRolloverAmount: zod.
|
|
5941
|
+
minRolloverAmount: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
5943
5942
|
priority: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
5944
5943
|
recurrence: zod.ZodOptional<zod.ZodObject<{
|
|
5945
5944
|
anchor: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
@@ -5959,16 +5958,16 @@ BurndownHistory returns a continous history of segments, where the segments are
|
|
|
5959
5958
|
WindowedHistory returns windowed usage data for the period enriched with balance information and the list of grants that were being burnt down in that window.
|
|
5960
5959
|
* @summary Get customer entitlement history
|
|
5961
5960
|
*/
|
|
5962
|
-
export declare const
|
|
5963
|
-
export declare const
|
|
5961
|
+
export declare const getCustomerEntitlementHistoryV2PathCustomerIdOrKeyOneRegExp: RegExp;
|
|
5962
|
+
export declare const getCustomerEntitlementHistoryV2PathCustomerIdOrKeyTwoMax: 256;
|
|
5964
5963
|
export declare const getCustomerEntitlementHistoryV2PathEntitlementIdOrFeatureKeyMax: 64;
|
|
5965
5964
|
export declare const getCustomerEntitlementHistoryV2PathEntitlementIdOrFeatureKeyRegExp: RegExp;
|
|
5966
|
-
export declare const
|
|
5965
|
+
export declare const GetCustomerEntitlementHistoryV2Params: zod.ZodObject<{
|
|
5967
5966
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
5968
5967
|
entitlementIdOrFeatureKey: zod.z.ZodCoercedString<unknown>;
|
|
5969
5968
|
}, zod.z.core.$strip>;
|
|
5970
5969
|
export declare const getCustomerEntitlementHistoryV2QueryWindowTimeZoneDefault: "UTC";
|
|
5971
|
-
export declare const
|
|
5970
|
+
export declare const GetCustomerEntitlementHistoryV2QueryParams: zod.ZodObject<{
|
|
5972
5971
|
from: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
5973
5972
|
to: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
5974
5973
|
windowSize: zod.ZodEnum<{
|
|
@@ -5985,40 +5984,40 @@ export declare const getCustomerEntitlementHistoryV2QueryParams: zod.ZodObject<{
|
|
|
5985
5984
|
This endpoint is useful for upgrades, downgrades, or other changes to entitlements that require a new entitlement to be created with zero downtime.
|
|
5986
5985
|
* @summary Override customer entitlement
|
|
5987
5986
|
*/
|
|
5988
|
-
export declare const
|
|
5989
|
-
export declare const
|
|
5990
|
-
export declare const
|
|
5991
|
-
export declare const
|
|
5992
|
-
export declare const
|
|
5987
|
+
export declare const overrideCustomerEntitlementV2PathCustomerIdOrKeyOneRegExp: RegExp;
|
|
5988
|
+
export declare const overrideCustomerEntitlementV2PathCustomerIdOrKeyTwoMax: 256;
|
|
5989
|
+
export declare const overrideCustomerEntitlementV2PathEntitlementIdOrFeatureKeyOneRegExp: RegExp;
|
|
5990
|
+
export declare const overrideCustomerEntitlementV2PathEntitlementIdOrFeatureKeyTwoMax: 256;
|
|
5991
|
+
export declare const OverrideCustomerEntitlementV2Params: zod.ZodObject<{
|
|
5993
5992
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
5994
5993
|
entitlementIdOrFeatureKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
5995
5994
|
}, zod.z.core.$strip>;
|
|
5996
|
-
export declare const
|
|
5997
|
-
export declare const
|
|
5998
|
-
export declare const
|
|
5999
|
-
export declare const
|
|
6000
|
-
export declare const
|
|
6001
|
-
export declare const
|
|
6002
|
-
export declare const
|
|
6003
|
-
export declare const
|
|
6004
|
-
export declare const
|
|
6005
|
-
export declare const
|
|
6006
|
-
export declare const
|
|
6007
|
-
export declare const
|
|
6008
|
-
export declare const
|
|
6009
|
-
export declare const
|
|
6010
|
-
export declare const
|
|
6011
|
-
export declare const
|
|
6012
|
-
export declare const
|
|
6013
|
-
export declare const
|
|
6014
|
-
export declare const
|
|
6015
|
-
export declare const
|
|
6016
|
-
export declare const
|
|
6017
|
-
export declare const
|
|
6018
|
-
export declare const
|
|
6019
|
-
export declare const
|
|
6020
|
-
export declare const
|
|
6021
|
-
export declare const
|
|
5995
|
+
export declare const overrideCustomerEntitlementV2BodyOneFeatureKeyMax: 64;
|
|
5996
|
+
export declare const overrideCustomerEntitlementV2BodyOneFeatureKeyRegExp: RegExp;
|
|
5997
|
+
export declare const overrideCustomerEntitlementV2BodyOneFeatureIdRegExp: RegExp;
|
|
5998
|
+
export declare const overrideCustomerEntitlementV2BodyOneIsSoftLimitDefault: false;
|
|
5999
|
+
export declare const overrideCustomerEntitlementV2BodyOneUsagePeriodOneIntervalOneOneRegExp: RegExp;
|
|
6000
|
+
export declare const overrideCustomerEntitlementV2BodyOnePreserveOverageAtResetDefault: false;
|
|
6001
|
+
export declare const overrideCustomerEntitlementV2BodyOneIssueAfterResetMin: 0;
|
|
6002
|
+
export declare const overrideCustomerEntitlementV2BodyOneIssueAfterResetPriorityDefault: 1;
|
|
6003
|
+
export declare const overrideCustomerEntitlementV2BodyOneIssueAfterResetPriorityMax: 255;
|
|
6004
|
+
export declare const overrideCustomerEntitlementV2BodyOneIssueOneAmountMin: 0;
|
|
6005
|
+
export declare const overrideCustomerEntitlementV2BodyOneIssueOnePriorityDefault: 1;
|
|
6006
|
+
export declare const overrideCustomerEntitlementV2BodyOneIssueOnePriorityMax: 255;
|
|
6007
|
+
export declare const overrideCustomerEntitlementV2BodyOneGrantsItemAmountMin: 0;
|
|
6008
|
+
export declare const overrideCustomerEntitlementV2BodyOneGrantsItemPriorityMax: 255;
|
|
6009
|
+
export declare const overrideCustomerEntitlementV2BodyOneGrantsItemMinRolloverAmountDefault: 0;
|
|
6010
|
+
export declare const overrideCustomerEntitlementV2BodyOneGrantsItemRecurrenceOneIntervalOneOneRegExp: RegExp;
|
|
6011
|
+
export declare const overrideCustomerEntitlementV2BodyOneGrantsItemExpirationOneCountMax: 1000;
|
|
6012
|
+
export declare const overrideCustomerEntitlementV2BodyTwoFeatureKeyMax: 64;
|
|
6013
|
+
export declare const overrideCustomerEntitlementV2BodyTwoFeatureKeyRegExp: RegExp;
|
|
6014
|
+
export declare const overrideCustomerEntitlementV2BodyTwoFeatureIdRegExp: RegExp;
|
|
6015
|
+
export declare const overrideCustomerEntitlementV2BodyTwoUsagePeriodOneIntervalOneOneRegExp: RegExp;
|
|
6016
|
+
export declare const overrideCustomerEntitlementV2BodyThreeFeatureKeyMax: 64;
|
|
6017
|
+
export declare const overrideCustomerEntitlementV2BodyThreeFeatureKeyRegExp: RegExp;
|
|
6018
|
+
export declare const overrideCustomerEntitlementV2BodyThreeFeatureIdRegExp: RegExp;
|
|
6019
|
+
export declare const overrideCustomerEntitlementV2BodyThreeUsagePeriodOneIntervalOneOneRegExp: RegExp;
|
|
6020
|
+
export declare const OverrideCustomerEntitlementV2Body: zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6022
6021
|
featureId: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
6023
6022
|
featureKey: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
6024
6023
|
grants: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
@@ -6037,7 +6036,7 @@ export declare const overrideCustomerEntitlementV2Body: zod.ZodUnion<readonly [z
|
|
|
6037
6036
|
}, zod.z.core.$strip>>;
|
|
6038
6037
|
maxRolloverAmount: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
6039
6038
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
6040
|
-
minRolloverAmount: zod.
|
|
6039
|
+
minRolloverAmount: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
6041
6040
|
priority: zod.ZodOptional<zod.z.ZodCoercedNumber<unknown>>;
|
|
6042
6041
|
recurrence: zod.ZodOptional<zod.ZodObject<{
|
|
6043
6042
|
anchor: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
@@ -6049,7 +6048,7 @@ export declare const overrideCustomerEntitlementV2Body: zod.ZodUnion<readonly [z
|
|
|
6049
6048
|
}>]>;
|
|
6050
6049
|
}, zod.z.core.$strip>>;
|
|
6051
6050
|
}, zod.z.core.$strip>>>;
|
|
6052
|
-
isSoftLimit: zod.
|
|
6051
|
+
isSoftLimit: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
6053
6052
|
issue: zod.ZodOptional<zod.ZodObject<{
|
|
6054
6053
|
amount: zod.z.ZodCoercedNumber<unknown>;
|
|
6055
6054
|
priority: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
@@ -6061,7 +6060,7 @@ export declare const overrideCustomerEntitlementV2Body: zod.ZodUnion<readonly [z
|
|
|
6061
6060
|
NOW: "NOW";
|
|
6062
6061
|
}>, zod.z.ZodCoercedDate<unknown>]>>;
|
|
6063
6062
|
metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.z.ZodCoercedString<unknown>>>;
|
|
6064
|
-
preserveOverageAtReset: zod.
|
|
6063
|
+
preserveOverageAtReset: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
6065
6064
|
type: zod.ZodEnum<{
|
|
6066
6065
|
metered: "metered";
|
|
6067
6066
|
}>;
|
|
@@ -6114,15 +6113,15 @@ export declare const overrideCustomerEntitlementV2Body: zod.ZodUnion<readonly [z
|
|
|
6114
6113
|
Usage is automatically reset for metered entitlements based on their usage period, but this endpoint allows to manually reset it at any time. When doing so the period anchor of the entitlement can be changed if needed.
|
|
6115
6114
|
* @summary Reset customer entitlement
|
|
6116
6115
|
*/
|
|
6117
|
-
export declare const
|
|
6118
|
-
export declare const
|
|
6116
|
+
export declare const resetCustomerEntitlementUsageV2PathCustomerIdOrKeyOneRegExp: RegExp;
|
|
6117
|
+
export declare const resetCustomerEntitlementUsageV2PathCustomerIdOrKeyTwoMax: 256;
|
|
6119
6118
|
export declare const resetCustomerEntitlementUsageV2PathEntitlementIdOrFeatureKeyMax: 64;
|
|
6120
6119
|
export declare const resetCustomerEntitlementUsageV2PathEntitlementIdOrFeatureKeyRegExp: RegExp;
|
|
6121
|
-
export declare const
|
|
6120
|
+
export declare const ResetCustomerEntitlementUsageV2Params: zod.ZodObject<{
|
|
6122
6121
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
6123
6122
|
entitlementIdOrFeatureKey: zod.z.ZodCoercedString<unknown>;
|
|
6124
6123
|
}, zod.z.core.$strip>;
|
|
6125
|
-
export declare const
|
|
6124
|
+
export declare const ResetCustomerEntitlementUsageV2Body: zod.ZodObject<{
|
|
6126
6125
|
effectiveAt: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
6127
6126
|
preserveOverage: zod.ZodOptional<zod.z.ZodCoercedBoolean<unknown>>;
|
|
6128
6127
|
retainAnchor: zod.ZodOptional<zod.z.ZodCoercedBoolean<unknown>>;
|
|
@@ -6131,15 +6130,15 @@ export declare const resetCustomerEntitlementUsageV2Body: zod.ZodObject<{
|
|
|
6131
6130
|
* Checks customer access to a given feature (by key). All entitlement types share the hasAccess property in their value response, but multiple other properties are returned based on the entitlement type.
|
|
6132
6131
|
* @summary Get customer entitlement value
|
|
6133
6132
|
*/
|
|
6134
|
-
export declare const
|
|
6135
|
-
export declare const
|
|
6133
|
+
export declare const getCustomerEntitlementValueV2PathCustomerIdOrKeyOneRegExp: RegExp;
|
|
6134
|
+
export declare const getCustomerEntitlementValueV2PathCustomerIdOrKeyTwoMax: 256;
|
|
6136
6135
|
export declare const getCustomerEntitlementValueV2PathEntitlementIdOrFeatureKeyMax: 64;
|
|
6137
6136
|
export declare const getCustomerEntitlementValueV2PathEntitlementIdOrFeatureKeyRegExp: RegExp;
|
|
6138
|
-
export declare const
|
|
6137
|
+
export declare const GetCustomerEntitlementValueV2Params: zod.ZodObject<{
|
|
6139
6138
|
customerIdOrKey: zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>;
|
|
6140
6139
|
entitlementIdOrFeatureKey: zod.z.ZodCoercedString<unknown>;
|
|
6141
6140
|
}, zod.z.core.$strip>;
|
|
6142
|
-
export declare const
|
|
6141
|
+
export declare const GetCustomerEntitlementValueV2QueryParams: zod.ZodObject<{
|
|
6143
6142
|
time: zod.ZodOptional<zod.z.ZodCoercedDate<unknown>>;
|
|
6144
6143
|
}, zod.z.core.$strip>;
|
|
6145
6144
|
/**
|
|
@@ -6155,7 +6154,7 @@ export declare const listEntitlementsV2QueryOffsetDefault: 0;
|
|
|
6155
6154
|
export declare const listEntitlementsV2QueryOffsetMin: 0;
|
|
6156
6155
|
export declare const listEntitlementsV2QueryLimitDefault: 100;
|
|
6157
6156
|
export declare const listEntitlementsV2QueryLimitMax: 1000;
|
|
6158
|
-
export declare const
|
|
6157
|
+
export declare const ListEntitlementsV2QueryParams: zod.ZodObject<{
|
|
6159
6158
|
customerIds: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
6160
6159
|
customerKeys: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
6161
6160
|
entitlementType: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<{
|
|
@@ -6163,10 +6162,10 @@ export declare const listEntitlementsV2QueryParams: zod.ZodObject<{
|
|
|
6163
6162
|
metered: "metered";
|
|
6164
6163
|
static: "static";
|
|
6165
6164
|
}>>>;
|
|
6166
|
-
excludeInactive: zod.
|
|
6165
|
+
excludeInactive: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
6167
6166
|
feature: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
6168
6167
|
limit: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
6169
|
-
offset: zod.
|
|
6168
|
+
offset: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
6170
6169
|
order: zod.ZodOptional<zod.ZodEnum<{
|
|
6171
6170
|
ASC: "ASC";
|
|
6172
6171
|
DESC: "DESC";
|
|
@@ -6183,7 +6182,7 @@ export declare const listEntitlementsV2QueryParams: zod.ZodObject<{
|
|
|
6183
6182
|
* @summary Get entitlement by ID
|
|
6184
6183
|
*/
|
|
6185
6184
|
export declare const getEntitlementByIdV2PathEntitlementIdRegExp: RegExp;
|
|
6186
|
-
export declare const
|
|
6185
|
+
export declare const GetEntitlementByIdV2Params: zod.ZodObject<{
|
|
6187
6186
|
entitlementId: zod.z.ZodCoercedString<unknown>;
|
|
6188
6187
|
}, zod.z.core.$strip>;
|
|
6189
6188
|
/**
|
|
@@ -6193,7 +6192,7 @@ export declare const getEntitlementByIdV2Params: zod.ZodObject<{
|
|
|
6193
6192
|
export declare const listEventsV2QueryLimitDefault: 100;
|
|
6194
6193
|
export declare const listEventsV2QueryLimitMax: 100;
|
|
6195
6194
|
export declare const listEventsV2QueryClientIdMax: 36;
|
|
6196
|
-
export declare const
|
|
6195
|
+
export declare const ListEventsV2QueryParams: zod.ZodObject<{
|
|
6197
6196
|
clientId: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
6198
6197
|
cursor: zod.ZodOptional<zod.z.ZodCoercedString<unknown>>;
|
|
6199
6198
|
limit: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
@@ -6204,8 +6203,8 @@ To fetch the grants of a specific entitlement please use the /api/v2/customers/{
|
|
|
6204
6203
|
If page is provided that takes precedence and the paginated response is returned.
|
|
6205
6204
|
* @summary List grants
|
|
6206
6205
|
*/
|
|
6207
|
-
export declare const
|
|
6208
|
-
export declare const
|
|
6206
|
+
export declare const listGrantsV2QueryCustomerItemOneRegExp: RegExp;
|
|
6207
|
+
export declare const listGrantsV2QueryCustomerItemTwoMax: 256;
|
|
6209
6208
|
export declare const listGrantsV2QueryIncludeDeletedDefault: false;
|
|
6210
6209
|
export declare const listGrantsV2QueryPageDefault: 1;
|
|
6211
6210
|
export declare const listGrantsV2QueryPageSizeDefault: 100;
|
|
@@ -6214,12 +6213,12 @@ export declare const listGrantsV2QueryOffsetDefault: 0;
|
|
|
6214
6213
|
export declare const listGrantsV2QueryOffsetMin: 0;
|
|
6215
6214
|
export declare const listGrantsV2QueryLimitDefault: 100;
|
|
6216
6215
|
export declare const listGrantsV2QueryLimitMax: 1000;
|
|
6217
|
-
export declare const
|
|
6216
|
+
export declare const ListGrantsV2QueryParams: zod.ZodObject<{
|
|
6218
6217
|
customer: zod.ZodOptional<zod.ZodArray<zod.ZodUnion<readonly [zod.z.ZodCoercedString<unknown>, zod.z.ZodCoercedString<unknown>]>>>;
|
|
6219
6218
|
feature: zod.ZodOptional<zod.ZodArray<zod.z.ZodCoercedString<unknown>>>;
|
|
6220
|
-
includeDeleted: zod.
|
|
6219
|
+
includeDeleted: zod.ZodDefault<zod.z.ZodCoercedBoolean<unknown>>;
|
|
6221
6220
|
limit: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
6222
|
-
offset: zod.
|
|
6221
|
+
offset: zod.ZodDefault<zod.z.ZodCoercedNumber<unknown>>;
|
|
6223
6222
|
order: zod.ZodOptional<zod.ZodEnum<{
|
|
6224
6223
|
ASC: "ASC";
|
|
6225
6224
|
DESC: "DESC";
|