@openmeter/sdk 1.0.0-beta.222 → 1.0.0-beta.224

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.
Files changed (100) hide show
  1. package/biome.json +67 -0
  2. package/dist/cjs/src/client/addons.d.cts +8 -8
  3. package/dist/cjs/src/client/addons.js.map +1 -1
  4. package/dist/cjs/src/client/apps.d.cts +10 -10
  5. package/dist/cjs/src/client/apps.js.map +1 -1
  6. package/dist/cjs/src/client/billing.d.cts +19 -19
  7. package/dist/cjs/src/client/billing.js.map +1 -1
  8. package/dist/cjs/src/client/common.d.cts +3 -3
  9. package/dist/cjs/src/client/common.js.map +1 -1
  10. package/dist/cjs/src/client/customers.d.cts +25 -24
  11. package/dist/cjs/src/client/customers.js.map +1 -1
  12. package/dist/cjs/src/client/debug.d.cts +2 -2
  13. package/dist/cjs/src/client/debug.js.map +1 -1
  14. package/dist/cjs/src/client/entitlements.d.cts +15 -13
  15. package/dist/cjs/src/client/entitlements.js.map +1 -1
  16. package/dist/cjs/src/client/events.d.cts +4 -4
  17. package/dist/cjs/src/client/events.js.map +1 -1
  18. package/dist/cjs/src/client/features.d.cts +3 -3
  19. package/dist/cjs/src/client/features.js.map +1 -1
  20. package/dist/cjs/src/client/index.cjs +1 -1
  21. package/dist/cjs/src/client/index.d.cts +2 -2
  22. package/dist/cjs/src/client/index.js.map +1 -1
  23. package/dist/cjs/src/client/info.d.cts +3 -3
  24. package/dist/cjs/src/client/info.js.map +1 -1
  25. package/dist/cjs/src/client/meters.d.cts +5 -5
  26. package/dist/cjs/src/client/meters.js.map +1 -1
  27. package/dist/cjs/src/client/notifications.d.cts +11 -11
  28. package/dist/cjs/src/client/notifications.js.map +1 -1
  29. package/dist/cjs/src/client/plans.d.cts +12 -12
  30. package/dist/cjs/src/client/plans.js.map +1 -1
  31. package/dist/cjs/src/client/portal.d.cts +4 -4
  32. package/dist/cjs/src/client/portal.js.map +1 -1
  33. package/dist/cjs/src/client/schemas.d.cts +323 -21
  34. package/dist/cjs/src/client/subjects.d.cts +13 -4
  35. package/dist/cjs/src/client/subjects.js.map +1 -1
  36. package/dist/cjs/src/client/subscription-addons.d.cts +5 -5
  37. package/dist/cjs/src/client/subscription-addons.js.map +1 -1
  38. package/dist/cjs/src/client/subscriptions.d.cts +8 -8
  39. package/dist/cjs/src/client/subscriptions.js.map +1 -1
  40. package/dist/cjs/src/client/utils.cjs +1 -3
  41. package/dist/cjs/src/client/utils.d.cts +1 -1
  42. package/dist/cjs/src/client/utils.js.map +1 -1
  43. package/dist/cjs/src/portal/index.d.cts +1 -1
  44. package/dist/cjs/src/portal/index.js.map +1 -1
  45. package/dist/cjs/src/zod/index.cjs +876 -630
  46. package/dist/cjs/src/zod/index.d.cts +906 -609
  47. package/dist/cjs/src/zod/index.js.map +1 -1
  48. package/dist/cjs/tsconfig.041f8f6a.tsbuildinfo +1 -0
  49. package/dist/cjs/tsconfig.c55e75d7.tsbuildinfo +1 -0
  50. package/dist/src/client/addons.d.ts +8 -8
  51. package/dist/src/client/addons.js.map +1 -1
  52. package/dist/src/client/apps.d.ts +10 -10
  53. package/dist/src/client/apps.js.map +1 -1
  54. package/dist/src/client/billing.d.ts +19 -19
  55. package/dist/src/client/billing.js.map +1 -1
  56. package/dist/src/client/common.d.ts +3 -3
  57. package/dist/src/client/common.js.map +1 -1
  58. package/dist/src/client/customers.d.ts +25 -24
  59. package/dist/src/client/customers.js.map +1 -1
  60. package/dist/src/client/debug.d.ts +2 -2
  61. package/dist/src/client/debug.js.map +1 -1
  62. package/dist/src/client/entitlements.d.ts +15 -13
  63. package/dist/src/client/entitlements.js.map +1 -1
  64. package/dist/src/client/events.d.ts +4 -4
  65. package/dist/src/client/events.js.map +1 -1
  66. package/dist/src/client/features.d.ts +3 -3
  67. package/dist/src/client/features.js.map +1 -1
  68. package/dist/src/client/index.d.ts +2 -2
  69. package/dist/src/client/index.js +1 -1
  70. package/dist/src/client/index.js.map +1 -1
  71. package/dist/src/client/info.d.ts +3 -3
  72. package/dist/src/client/info.js.map +1 -1
  73. package/dist/src/client/meters.d.ts +5 -5
  74. package/dist/src/client/meters.js.map +1 -1
  75. package/dist/src/client/notifications.d.ts +11 -11
  76. package/dist/src/client/notifications.js.map +1 -1
  77. package/dist/src/client/plans.d.ts +12 -12
  78. package/dist/src/client/plans.js.map +1 -1
  79. package/dist/src/client/portal.d.ts +4 -4
  80. package/dist/src/client/portal.js.map +1 -1
  81. package/dist/src/client/schemas.d.ts +323 -21
  82. package/dist/src/client/subjects.d.ts +13 -4
  83. package/dist/src/client/subjects.js.map +1 -1
  84. package/dist/src/client/subscription-addons.d.ts +5 -5
  85. package/dist/src/client/subscription-addons.js.map +1 -1
  86. package/dist/src/client/subscriptions.d.ts +8 -8
  87. package/dist/src/client/subscriptions.js.map +1 -1
  88. package/dist/src/client/utils.d.ts +1 -1
  89. package/dist/src/client/utils.js +1 -3
  90. package/dist/src/client/utils.js.map +1 -1
  91. package/dist/src/portal/index.d.ts +1 -1
  92. package/dist/src/portal/index.js.map +1 -1
  93. package/dist/src/zod/index.d.ts +906 -609
  94. package/dist/src/zod/index.js +795 -551
  95. package/dist/src/zod/index.js.map +1 -1
  96. package/dist/tsconfig.tsbuildinfo +1 -1
  97. package/orval.config.ts +2 -6
  98. package/package.json +21 -35
  99. package/dist/cjs/tsconfig.58b58bc1.tsbuildinfo +0 -1
  100. package/dist/cjs/tsconfig.7bcc7f9f.tsbuildinfo +0 -1
@@ -1,18 +1,26 @@
1
+ /**
2
+ * Generated by orval v7.13.0 🍺
3
+ * Do not edit manually.
4
+ * OpenMeter Cloud API
5
+ * OpenMeter is a cloud native usage metering service.
6
+ The OpenMeter API allows you to ingest events, query meter usage, and manage resources.
7
+ * OpenAPI spec version: 1.0.0
8
+ */
1
9
  import { z as zod } from 'zod';
2
10
  /**
3
11
  * List all add-ons.
4
12
  * @summary List add-ons
5
13
  */
6
- export declare const listAddonsQueryIncludeDeletedDefault = false;
14
+ export declare const listAddonsQueryIncludeDeletedDefault: false;
7
15
  export declare const listAddonsQueryIdItemRegExp: RegExp;
8
- export declare const listAddonsQueryKeyItemMax = 64;
16
+ export declare const listAddonsQueryKeyItemMax: 64;
9
17
  export declare const listAddonsQueryKeyItemRegExp: RegExp;
10
- export declare const listAddonsQueryCurrencyItemMin = 3;
11
- export declare const listAddonsQueryCurrencyItemMax = 3;
18
+ export declare const listAddonsQueryCurrencyItemMin: 3;
19
+ export declare const listAddonsQueryCurrencyItemMax: 3;
12
20
  export declare const listAddonsQueryCurrencyItemRegExp: RegExp;
13
- export declare const listAddonsQueryPageDefault = 1;
14
- export declare const listAddonsQueryPageSizeDefault = 100;
15
- export declare const listAddonsQueryPageSizeMax = 1000;
21
+ export declare const listAddonsQueryPageDefault: 1;
22
+ export declare const listAddonsQueryPageSizeDefault: 100;
23
+ export declare const listAddonsQueryPageSizeMax: 1000;
16
24
  export declare const listAddonsQueryParams: zod.ZodObject<{
17
25
  currency: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
18
26
  id: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
@@ -51,43 +59,43 @@ export declare const listAddonsQueryParams: zod.ZodObject<{
51
59
  * Create a new add-on.
52
60
  * @summary Create an add-on
53
61
  */
54
- export declare const createAddonBodyNameMax = 256;
55
- export declare const createAddonBodyDescriptionMax = 1024;
56
- export declare const createAddonBodyKeyMax = 64;
62
+ export declare const createAddonBodyNameMax: 256;
63
+ export declare const createAddonBodyDescriptionMax: 1024;
64
+ export declare const createAddonBodyKeyMax: 64;
57
65
  export declare const createAddonBodyKeyRegExp: RegExp;
58
- export declare const createAddonBodyCurrencyMinOne = 3;
59
- export declare const createAddonBodyCurrencyMaxOne = 3;
66
+ export declare const createAddonBodyCurrencyMinOne: 3;
67
+ export declare const createAddonBodyCurrencyMaxOne: 3;
60
68
  export declare const createAddonBodyCurrencyRegExpOne: RegExp;
61
- export declare const createAddonBodyCurrencyDefault = "USD";
62
- export declare const createAddonBodyRateCardsItemKeyMax = 64;
69
+ export declare const createAddonBodyCurrencyDefault: "USD";
70
+ export declare const createAddonBodyRateCardsItemKeyMax: 64;
63
71
  export declare const createAddonBodyRateCardsItemKeyRegExp: RegExp;
64
- export declare const createAddonBodyRateCardsItemNameMax = 256;
65
- export declare const createAddonBodyRateCardsItemDescriptionMax = 1024;
66
- export declare const createAddonBodyRateCardsItemFeatureKeyMax = 64;
72
+ export declare const createAddonBodyRateCardsItemNameMax: 256;
73
+ export declare const createAddonBodyRateCardsItemDescriptionMax: 1024;
74
+ export declare const createAddonBodyRateCardsItemFeatureKeyMax: 64;
67
75
  export declare const createAddonBodyRateCardsItemFeatureKeyRegExp: RegExp;
68
- export declare const createAddonBodyRateCardsItemEntitlementTemplateIsSoftLimitDefault = false;
69
- export declare const createAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetMin = 0;
70
- export declare const createAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefault = 1;
71
- export declare const createAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetPriorityMax = 255;
72
- export declare const createAddonBodyRateCardsItemEntitlementTemplatePreserveOverageAtResetDefault = false;
76
+ export declare const createAddonBodyRateCardsItemEntitlementTemplateIsSoftLimitDefault: false;
77
+ export declare const createAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetMin: 0;
78
+ export declare const createAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefault: 1;
79
+ export declare const createAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetPriorityMax: 255;
80
+ export declare const createAddonBodyRateCardsItemEntitlementTemplatePreserveOverageAtResetDefault: false;
73
81
  export declare const createAddonBodyRateCardsItemTaxConfigStripeCodeRegExp: RegExp;
74
82
  export declare const createAddonBodyRateCardsItemPriceAmountRegExpOne: RegExp;
75
- export declare const createAddonBodyRateCardsItemPricePaymentTermDefault = "in_advance";
83
+ export declare const createAddonBodyRateCardsItemPricePaymentTermDefault: "in_advance";
76
84
  export declare const createAddonBodyRateCardsItemDiscountsUsageQuantityRegExpOne: RegExp;
77
- export declare const createAddonBodyRateCardsItemKeyMaxOne = 64;
85
+ export declare const createAddonBodyRateCardsItemKeyMaxOne: 64;
78
86
  export declare const createAddonBodyRateCardsItemKeyRegExpOne: RegExp;
79
- export declare const createAddonBodyRateCardsItemNameMaxOne = 256;
80
- export declare const createAddonBodyRateCardsItemDescriptionMaxOne = 1024;
81
- export declare const createAddonBodyRateCardsItemFeatureKeyMaxOne = 64;
87
+ export declare const createAddonBodyRateCardsItemNameMaxOne: 256;
88
+ export declare const createAddonBodyRateCardsItemDescriptionMaxOne: 1024;
89
+ export declare const createAddonBodyRateCardsItemFeatureKeyMaxOne: 64;
82
90
  export declare const createAddonBodyRateCardsItemFeatureKeyRegExpOne: RegExp;
83
- export declare const createAddonBodyRateCardsItemEntitlementTemplateIsSoftLimitDefaultOne = false;
84
- export declare const createAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetMinOne = 0;
85
- export declare const createAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefaultOne = 1;
86
- export declare const createAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetPriorityMaxOne = 255;
87
- export declare const createAddonBodyRateCardsItemEntitlementTemplatePreserveOverageAtResetDefaultOne = false;
91
+ export declare const createAddonBodyRateCardsItemEntitlementTemplateIsSoftLimitDefaultOne: false;
92
+ export declare const createAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetMinOne: 0;
93
+ export declare const createAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefaultOne: 1;
94
+ export declare const createAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetPriorityMaxOne: 255;
95
+ export declare const createAddonBodyRateCardsItemEntitlementTemplatePreserveOverageAtResetDefaultOne: false;
88
96
  export declare const createAddonBodyRateCardsItemTaxConfigStripeCodeRegExpOne: RegExp;
89
97
  export declare const createAddonBodyRateCardsItemPriceAmountRegExpThree: RegExp;
90
- export declare const createAddonBodyRateCardsItemPricePaymentTermDefaultTwo = "in_advance";
98
+ export declare const createAddonBodyRateCardsItemPricePaymentTermDefaultTwo: "in_advance";
91
99
  export declare const createAddonBodyRateCardsItemPriceAmountRegExpFive: RegExp;
92
100
  export declare const createAddonBodyRateCardsItemPriceMinimumAmountRegExpOne: RegExp;
93
101
  export declare const createAddonBodyRateCardsItemPriceMaximumAmountRegExpOne: RegExp;
@@ -97,7 +105,7 @@ export declare const createAddonBodyRateCardsItemPriceTiersItemUnitPriceAmountRe
97
105
  export declare const createAddonBodyRateCardsItemPriceMinimumAmountRegExpThree: RegExp;
98
106
  export declare const createAddonBodyRateCardsItemPriceMaximumAmountRegExpThree: RegExp;
99
107
  export declare const createAddonBodyRateCardsItemPriceMultiplierRegExpOne: RegExp;
100
- export declare const createAddonBodyRateCardsItemPriceMultiplierDefault = "1";
108
+ export declare const createAddonBodyRateCardsItemPriceMultiplierDefault: "1";
101
109
  export declare const createAddonBodyRateCardsItemPriceMinimumAmountRegExpFive: RegExp;
102
110
  export declare const createAddonBodyRateCardsItemPriceMaximumAmountRegExpFive: RegExp;
103
111
  export declare const createAddonBodyRateCardsItemPriceAmountRegExpSeven: RegExp;
@@ -1026,37 +1034,37 @@ export declare const updateAddonParams: zod.ZodObject<{
1026
1034
  }, {
1027
1035
  addonId: string;
1028
1036
  }>;
1029
- export declare const updateAddonBodyNameMax = 256;
1030
- export declare const updateAddonBodyDescriptionMax = 1024;
1031
- export declare const updateAddonBodyRateCardsItemKeyMax = 64;
1037
+ export declare const updateAddonBodyNameMax: 256;
1038
+ export declare const updateAddonBodyDescriptionMax: 1024;
1039
+ export declare const updateAddonBodyRateCardsItemKeyMax: 64;
1032
1040
  export declare const updateAddonBodyRateCardsItemKeyRegExp: RegExp;
1033
- export declare const updateAddonBodyRateCardsItemNameMax = 256;
1034
- export declare const updateAddonBodyRateCardsItemDescriptionMax = 1024;
1035
- export declare const updateAddonBodyRateCardsItemFeatureKeyMax = 64;
1041
+ export declare const updateAddonBodyRateCardsItemNameMax: 256;
1042
+ export declare const updateAddonBodyRateCardsItemDescriptionMax: 1024;
1043
+ export declare const updateAddonBodyRateCardsItemFeatureKeyMax: 64;
1036
1044
  export declare const updateAddonBodyRateCardsItemFeatureKeyRegExp: RegExp;
1037
- export declare const updateAddonBodyRateCardsItemEntitlementTemplateIsSoftLimitDefault = false;
1038
- export declare const updateAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetMin = 0;
1039
- export declare const updateAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefault = 1;
1040
- export declare const updateAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetPriorityMax = 255;
1041
- export declare const updateAddonBodyRateCardsItemEntitlementTemplatePreserveOverageAtResetDefault = false;
1045
+ export declare const updateAddonBodyRateCardsItemEntitlementTemplateIsSoftLimitDefault: false;
1046
+ export declare const updateAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetMin: 0;
1047
+ export declare const updateAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefault: 1;
1048
+ export declare const updateAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetPriorityMax: 255;
1049
+ export declare const updateAddonBodyRateCardsItemEntitlementTemplatePreserveOverageAtResetDefault: false;
1042
1050
  export declare const updateAddonBodyRateCardsItemTaxConfigStripeCodeRegExp: RegExp;
1043
1051
  export declare const updateAddonBodyRateCardsItemPriceAmountRegExpOne: RegExp;
1044
- export declare const updateAddonBodyRateCardsItemPricePaymentTermDefault = "in_advance";
1052
+ export declare const updateAddonBodyRateCardsItemPricePaymentTermDefault: "in_advance";
1045
1053
  export declare const updateAddonBodyRateCardsItemDiscountsUsageQuantityRegExpOne: RegExp;
1046
- export declare const updateAddonBodyRateCardsItemKeyMaxOne = 64;
1054
+ export declare const updateAddonBodyRateCardsItemKeyMaxOne: 64;
1047
1055
  export declare const updateAddonBodyRateCardsItemKeyRegExpOne: RegExp;
1048
- export declare const updateAddonBodyRateCardsItemNameMaxOne = 256;
1049
- export declare const updateAddonBodyRateCardsItemDescriptionMaxOne = 1024;
1050
- export declare const updateAddonBodyRateCardsItemFeatureKeyMaxOne = 64;
1056
+ export declare const updateAddonBodyRateCardsItemNameMaxOne: 256;
1057
+ export declare const updateAddonBodyRateCardsItemDescriptionMaxOne: 1024;
1058
+ export declare const updateAddonBodyRateCardsItemFeatureKeyMaxOne: 64;
1051
1059
  export declare const updateAddonBodyRateCardsItemFeatureKeyRegExpOne: RegExp;
1052
- export declare const updateAddonBodyRateCardsItemEntitlementTemplateIsSoftLimitDefaultOne = false;
1053
- export declare const updateAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetMinOne = 0;
1054
- export declare const updateAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefaultOne = 1;
1055
- export declare const updateAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetPriorityMaxOne = 255;
1056
- export declare const updateAddonBodyRateCardsItemEntitlementTemplatePreserveOverageAtResetDefaultOne = false;
1060
+ export declare const updateAddonBodyRateCardsItemEntitlementTemplateIsSoftLimitDefaultOne: false;
1061
+ export declare const updateAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetMinOne: 0;
1062
+ export declare const updateAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefaultOne: 1;
1063
+ export declare const updateAddonBodyRateCardsItemEntitlementTemplateIssueAfterResetPriorityMaxOne: 255;
1064
+ export declare const updateAddonBodyRateCardsItemEntitlementTemplatePreserveOverageAtResetDefaultOne: false;
1057
1065
  export declare const updateAddonBodyRateCardsItemTaxConfigStripeCodeRegExpOne: RegExp;
1058
1066
  export declare const updateAddonBodyRateCardsItemPriceAmountRegExpThree: RegExp;
1059
- export declare const updateAddonBodyRateCardsItemPricePaymentTermDefaultTwo = "in_advance";
1067
+ export declare const updateAddonBodyRateCardsItemPricePaymentTermDefaultTwo: "in_advance";
1060
1068
  export declare const updateAddonBodyRateCardsItemPriceAmountRegExpFive: RegExp;
1061
1069
  export declare const updateAddonBodyRateCardsItemPriceMinimumAmountRegExpOne: RegExp;
1062
1070
  export declare const updateAddonBodyRateCardsItemPriceMaximumAmountRegExpOne: RegExp;
@@ -1066,7 +1074,7 @@ export declare const updateAddonBodyRateCardsItemPriceTiersItemUnitPriceAmountRe
1066
1074
  export declare const updateAddonBodyRateCardsItemPriceMinimumAmountRegExpThree: RegExp;
1067
1075
  export declare const updateAddonBodyRateCardsItemPriceMaximumAmountRegExpThree: RegExp;
1068
1076
  export declare const updateAddonBodyRateCardsItemPriceMultiplierRegExpOne: RegExp;
1069
- export declare const updateAddonBodyRateCardsItemPriceMultiplierDefault = "1";
1077
+ export declare const updateAddonBodyRateCardsItemPriceMultiplierDefault: "1";
1070
1078
  export declare const updateAddonBodyRateCardsItemPriceMinimumAmountRegExpFive: RegExp;
1071
1079
  export declare const updateAddonBodyRateCardsItemPriceMaximumAmountRegExpFive: RegExp;
1072
1080
  export declare const updateAddonBodyRateCardsItemPriceAmountRegExpSeven: RegExp;
@@ -1981,7 +1989,7 @@ export declare const updateAddonBody: zod.ZodObject<{
1981
1989
  * Get add-on by id or key. The latest published version is returned if latter is used.
1982
1990
  * @summary Get add-on
1983
1991
  */
1984
- export declare const getAddonPathAddonIdMax = 64;
1992
+ export declare const getAddonPathAddonIdMax: 64;
1985
1993
  export declare const getAddonPathAddonIdRegExp: RegExp;
1986
1994
  export declare const getAddonParams: zod.ZodObject<{
1987
1995
  addonId: zod.ZodString;
@@ -1990,7 +1998,7 @@ export declare const getAddonParams: zod.ZodObject<{
1990
1998
  }, {
1991
1999
  addonId: string;
1992
2000
  }>;
1993
- export declare const getAddonQueryIncludeLatestDefault = false;
2001
+ export declare const getAddonQueryIncludeLatestDefault: false;
1994
2002
  export declare const getAddonQueryParams: zod.ZodObject<{
1995
2003
  includeLatest: zod.ZodOptional<zod.ZodBoolean>;
1996
2004
  }, "strip", zod.ZodTypeAny, {
@@ -2040,9 +2048,9 @@ export declare const publishAddonParams: zod.ZodObject<{
2040
2048
  * List apps.
2041
2049
  * @summary List apps
2042
2050
  */
2043
- export declare const listAppsQueryPageDefault = 1;
2044
- export declare const listAppsQueryPageSizeDefault = 100;
2045
- export declare const listAppsQueryPageSizeMax = 1000;
2051
+ export declare const listAppsQueryPageDefault: 1;
2052
+ export declare const listAppsQueryPageSizeDefault: 100;
2053
+ export declare const listAppsQueryPageSizeMax: 1000;
2046
2054
  export declare const listAppsQueryParams: zod.ZodObject<{
2047
2055
  page: zod.ZodDefault<zod.ZodNumber>;
2048
2056
  pageSize: zod.ZodDefault<zod.ZodNumber>;
@@ -2064,7 +2072,7 @@ export declare const appCustomInvoicingDraftSynchronizedParams: zod.ZodObject<{
2064
2072
  }, {
2065
2073
  invoiceId: string;
2066
2074
  }>;
2067
- export declare const appCustomInvoicingDraftSynchronizedBodyInvoicingInvoiceNumberMaxOne = 256;
2075
+ export declare const appCustomInvoicingDraftSynchronizedBodyInvoicingInvoiceNumberMaxOne: 256;
2068
2076
  export declare const appCustomInvoicingDraftSynchronizedBodyInvoicingLineExternalIdsItemLineIdRegExp: RegExp;
2069
2077
  export declare const appCustomInvoicingDraftSynchronizedBodyInvoicingLineDiscountExternalIdsItemLineDiscountIdRegExp: RegExp;
2070
2078
  export declare const appCustomInvoicingDraftSynchronizedBody: zod.ZodObject<{
@@ -2152,7 +2160,7 @@ export declare const appCustomInvoicingIssuingSynchronizedParams: zod.ZodObject<
2152
2160
  }, {
2153
2161
  invoiceId: string;
2154
2162
  }>;
2155
- export declare const appCustomInvoicingIssuingSynchronizedBodyInvoicingInvoiceNumberMaxOne = 256;
2163
+ export declare const appCustomInvoicingIssuingSynchronizedBodyInvoicingInvoiceNumberMaxOne: 256;
2156
2164
  export declare const appCustomInvoicingIssuingSynchronizedBody: zod.ZodObject<{
2157
2165
  invoicing: zod.ZodOptional<zod.ZodObject<{
2158
2166
  invoiceNumber: zod.ZodOptional<zod.ZodString>;
@@ -2230,12 +2238,12 @@ export declare const updateAppParams: zod.ZodObject<{
2230
2238
  }, {
2231
2239
  id: string;
2232
2240
  }>;
2233
- export declare const updateAppBodyNameMax = 256;
2234
- export declare const updateAppBodyDescriptionMax = 1024;
2235
- export declare const updateAppBodyNameMaxOne = 256;
2236
- export declare const updateAppBodyDescriptionMaxOne = 1024;
2237
- export declare const updateAppBodyNameMaxTwo = 256;
2238
- export declare const updateAppBodyDescriptionMaxTwo = 1024;
2241
+ export declare const updateAppBodyNameMax: 256;
2242
+ export declare const updateAppBodyDescriptionMax: 1024;
2243
+ export declare const updateAppBodyNameMaxOne: 256;
2244
+ export declare const updateAppBodyDescriptionMaxOne: 1024;
2245
+ export declare const updateAppBodyNameMaxTwo: 256;
2246
+ export declare const updateAppBodyDescriptionMaxTwo: 1024;
2239
2247
  export declare const updateAppBody: zod.ZodUnion<[zod.ZodObject<{
2240
2248
  description: zod.ZodOptional<zod.ZodString>;
2241
2249
  metadata: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodString>>>;
@@ -2375,11 +2383,11 @@ if they have customer orverrides or not.
2375
2383
  * @summary List customer overrides
2376
2384
  */
2377
2385
  export declare const listBillingProfileCustomerOverridesQueryBillingProfileItemRegExp: RegExp;
2378
- export declare const listBillingProfileCustomerOverridesQueryIncludeAllCustomersDefault = true;
2386
+ export declare const listBillingProfileCustomerOverridesQueryIncludeAllCustomersDefault: true;
2379
2387
  export declare const listBillingProfileCustomerOverridesQueryCustomerIdItemRegExp: RegExp;
2380
- export declare const listBillingProfileCustomerOverridesQueryPageDefault = 1;
2381
- export declare const listBillingProfileCustomerOverridesQueryPageSizeDefault = 100;
2382
- export declare const listBillingProfileCustomerOverridesQueryPageSizeMax = 1000;
2388
+ export declare const listBillingProfileCustomerOverridesQueryPageDefault: 1;
2389
+ export declare const listBillingProfileCustomerOverridesQueryPageSizeDefault: 100;
2390
+ export declare const listBillingProfileCustomerOverridesQueryPageSizeMax: 1000;
2383
2391
  export declare const listBillingProfileCustomerOverridesQueryParams: zod.ZodObject<{
2384
2392
  billingProfile: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
2385
2393
  customerId: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
@@ -2502,14 +2510,14 @@ export declare const createPendingInvoiceLineParams: zod.ZodObject<{
2502
2510
  }, {
2503
2511
  customerId: string;
2504
2512
  }>;
2505
- export declare const createPendingInvoiceLineBodyCurrencyMinOne = 3;
2506
- export declare const createPendingInvoiceLineBodyCurrencyMaxOne = 3;
2513
+ export declare const createPendingInvoiceLineBodyCurrencyMinOne: 3;
2514
+ export declare const createPendingInvoiceLineBodyCurrencyMaxOne: 3;
2507
2515
  export declare const createPendingInvoiceLineBodyCurrencyRegExpOne: RegExp;
2508
- export declare const createPendingInvoiceLineBodyLinesItemNameMax = 256;
2509
- export declare const createPendingInvoiceLineBodyLinesItemDescriptionMax = 1024;
2516
+ export declare const createPendingInvoiceLineBodyLinesItemNameMax: 256;
2517
+ export declare const createPendingInvoiceLineBodyLinesItemDescriptionMax: 1024;
2510
2518
  export declare const createPendingInvoiceLineBodyLinesItemTaxConfigStripeCodeRegExp: RegExp;
2511
2519
  export declare const createPendingInvoiceLineBodyLinesItemPriceAmountRegExpOne: RegExp;
2512
- export declare const createPendingInvoiceLineBodyLinesItemPricePaymentTermDefault = "in_advance";
2520
+ export declare const createPendingInvoiceLineBodyLinesItemPricePaymentTermDefault: "in_advance";
2513
2521
  export declare const createPendingInvoiceLineBodyLinesItemPriceAmountRegExpThree: RegExp;
2514
2522
  export declare const createPendingInvoiceLineBodyLinesItemPriceMinimumAmountRegExpOne: RegExp;
2515
2523
  export declare const createPendingInvoiceLineBodyLinesItemPriceMaximumAmountRegExpOne: RegExp;
@@ -2519,20 +2527,20 @@ export declare const createPendingInvoiceLineBodyLinesItemPriceTiersItemUnitPric
2519
2527
  export declare const createPendingInvoiceLineBodyLinesItemPriceMinimumAmountRegExpThree: RegExp;
2520
2528
  export declare const createPendingInvoiceLineBodyLinesItemPriceMaximumAmountRegExpThree: RegExp;
2521
2529
  export declare const createPendingInvoiceLineBodyLinesItemPriceMultiplierRegExpOne: RegExp;
2522
- export declare const createPendingInvoiceLineBodyLinesItemPriceMultiplierDefault = "1";
2530
+ export declare const createPendingInvoiceLineBodyLinesItemPriceMultiplierDefault: "1";
2523
2531
  export declare const createPendingInvoiceLineBodyLinesItemPriceMinimumAmountRegExpFive: RegExp;
2524
2532
  export declare const createPendingInvoiceLineBodyLinesItemPriceMaximumAmountRegExpFive: RegExp;
2525
2533
  export declare const createPendingInvoiceLineBodyLinesItemPriceAmountRegExpFive: RegExp;
2526
2534
  export declare const createPendingInvoiceLineBodyLinesItemPriceQuantityPerPackageRegExpOne: RegExp;
2527
2535
  export declare const createPendingInvoiceLineBodyLinesItemPriceMinimumAmountRegExpSeven: RegExp;
2528
2536
  export declare const createPendingInvoiceLineBodyLinesItemPriceMaximumAmountRegExpSeven: RegExp;
2529
- export declare const createPendingInvoiceLineBodyLinesItemFeatureKeyMax = 64;
2537
+ export declare const createPendingInvoiceLineBodyLinesItemFeatureKeyMax: 64;
2530
2538
  export declare const createPendingInvoiceLineBodyLinesItemFeatureKeyRegExp: RegExp;
2531
- export declare const createPendingInvoiceLineBodyLinesItemRateCardFeatureKeyMax = 64;
2539
+ export declare const createPendingInvoiceLineBodyLinesItemRateCardFeatureKeyMax: 64;
2532
2540
  export declare const createPendingInvoiceLineBodyLinesItemRateCardFeatureKeyRegExp: RegExp;
2533
2541
  export declare const createPendingInvoiceLineBodyLinesItemRateCardTaxConfigStripeCodeRegExp: RegExp;
2534
2542
  export declare const createPendingInvoiceLineBodyLinesItemRateCardPriceAmountRegExpOne: RegExp;
2535
- export declare const createPendingInvoiceLineBodyLinesItemRateCardPricePaymentTermDefault = "in_advance";
2543
+ export declare const createPendingInvoiceLineBodyLinesItemRateCardPricePaymentTermDefault: "in_advance";
2536
2544
  export declare const createPendingInvoiceLineBodyLinesItemRateCardPriceAmountRegExpThree: RegExp;
2537
2545
  export declare const createPendingInvoiceLineBodyLinesItemRateCardPriceMinimumAmountRegExpOne: RegExp;
2538
2546
  export declare const createPendingInvoiceLineBodyLinesItemRateCardPriceMaximumAmountRegExpOne: RegExp;
@@ -2542,7 +2550,7 @@ export declare const createPendingInvoiceLineBodyLinesItemRateCardPriceTiersItem
2542
2550
  export declare const createPendingInvoiceLineBodyLinesItemRateCardPriceMinimumAmountRegExpThree: RegExp;
2543
2551
  export declare const createPendingInvoiceLineBodyLinesItemRateCardPriceMaximumAmountRegExpThree: RegExp;
2544
2552
  export declare const createPendingInvoiceLineBodyLinesItemRateCardPriceMultiplierRegExpOne: RegExp;
2545
- export declare const createPendingInvoiceLineBodyLinesItemRateCardPriceMultiplierDefault = "1";
2553
+ export declare const createPendingInvoiceLineBodyLinesItemRateCardPriceMultiplierDefault: "1";
2546
2554
  export declare const createPendingInvoiceLineBodyLinesItemRateCardPriceMinimumAmountRegExpFive: RegExp;
2547
2555
  export declare const createPendingInvoiceLineBodyLinesItemRateCardPriceMaximumAmountRegExpFive: RegExp;
2548
2556
  export declare const createPendingInvoiceLineBodyLinesItemRateCardPriceAmountRegExpFive: RegExp;
@@ -3561,15 +3569,15 @@ export declare const simulateInvoiceParams: zod.ZodObject<{
3561
3569
  }, {
3562
3570
  customerId: string;
3563
3571
  }>;
3564
- export declare const simulateInvoiceBodyNumberMaxOne = 256;
3565
- export declare const simulateInvoiceBodyCurrencyMinOne = 3;
3566
- export declare const simulateInvoiceBodyCurrencyMaxOne = 3;
3572
+ export declare const simulateInvoiceBodyNumberMaxOne: 256;
3573
+ export declare const simulateInvoiceBodyCurrencyMinOne: 3;
3574
+ export declare const simulateInvoiceBodyCurrencyMaxOne: 3;
3567
3575
  export declare const simulateInvoiceBodyCurrencyRegExpOne: RegExp;
3568
- export declare const simulateInvoiceBodyLinesItemNameMax = 256;
3569
- export declare const simulateInvoiceBodyLinesItemDescriptionMax = 1024;
3576
+ export declare const simulateInvoiceBodyLinesItemNameMax: 256;
3577
+ export declare const simulateInvoiceBodyLinesItemDescriptionMax: 1024;
3570
3578
  export declare const simulateInvoiceBodyLinesItemTaxConfigStripeCodeRegExp: RegExp;
3571
3579
  export declare const simulateInvoiceBodyLinesItemPriceAmountRegExpOne: RegExp;
3572
- export declare const simulateInvoiceBodyLinesItemPricePaymentTermDefault = "in_advance";
3580
+ export declare const simulateInvoiceBodyLinesItemPricePaymentTermDefault: "in_advance";
3573
3581
  export declare const simulateInvoiceBodyLinesItemPriceAmountRegExpThree: RegExp;
3574
3582
  export declare const simulateInvoiceBodyLinesItemPriceMinimumAmountRegExpOne: RegExp;
3575
3583
  export declare const simulateInvoiceBodyLinesItemPriceMaximumAmountRegExpOne: RegExp;
@@ -3579,20 +3587,20 @@ export declare const simulateInvoiceBodyLinesItemPriceTiersItemUnitPriceAmountRe
3579
3587
  export declare const simulateInvoiceBodyLinesItemPriceMinimumAmountRegExpThree: RegExp;
3580
3588
  export declare const simulateInvoiceBodyLinesItemPriceMaximumAmountRegExpThree: RegExp;
3581
3589
  export declare const simulateInvoiceBodyLinesItemPriceMultiplierRegExpOne: RegExp;
3582
- export declare const simulateInvoiceBodyLinesItemPriceMultiplierDefault = "1";
3590
+ export declare const simulateInvoiceBodyLinesItemPriceMultiplierDefault: "1";
3583
3591
  export declare const simulateInvoiceBodyLinesItemPriceMinimumAmountRegExpFive: RegExp;
3584
3592
  export declare const simulateInvoiceBodyLinesItemPriceMaximumAmountRegExpFive: RegExp;
3585
3593
  export declare const simulateInvoiceBodyLinesItemPriceAmountRegExpFive: RegExp;
3586
3594
  export declare const simulateInvoiceBodyLinesItemPriceQuantityPerPackageRegExpOne: RegExp;
3587
3595
  export declare const simulateInvoiceBodyLinesItemPriceMinimumAmountRegExpSeven: RegExp;
3588
3596
  export declare const simulateInvoiceBodyLinesItemPriceMaximumAmountRegExpSeven: RegExp;
3589
- export declare const simulateInvoiceBodyLinesItemFeatureKeyMax = 64;
3597
+ export declare const simulateInvoiceBodyLinesItemFeatureKeyMax: 64;
3590
3598
  export declare const simulateInvoiceBodyLinesItemFeatureKeyRegExp: RegExp;
3591
- export declare const simulateInvoiceBodyLinesItemRateCardFeatureKeyMax = 64;
3599
+ export declare const simulateInvoiceBodyLinesItemRateCardFeatureKeyMax: 64;
3592
3600
  export declare const simulateInvoiceBodyLinesItemRateCardFeatureKeyRegExp: RegExp;
3593
3601
  export declare const simulateInvoiceBodyLinesItemRateCardTaxConfigStripeCodeRegExp: RegExp;
3594
3602
  export declare const simulateInvoiceBodyLinesItemRateCardPriceAmountRegExpOne: RegExp;
3595
- export declare const simulateInvoiceBodyLinesItemRateCardPricePaymentTermDefault = "in_advance";
3603
+ export declare const simulateInvoiceBodyLinesItemRateCardPricePaymentTermDefault: "in_advance";
3596
3604
  export declare const simulateInvoiceBodyLinesItemRateCardPriceAmountRegExpThree: RegExp;
3597
3605
  export declare const simulateInvoiceBodyLinesItemRateCardPriceMinimumAmountRegExpOne: RegExp;
3598
3606
  export declare const simulateInvoiceBodyLinesItemRateCardPriceMaximumAmountRegExpOne: RegExp;
@@ -3602,7 +3610,7 @@ export declare const simulateInvoiceBodyLinesItemRateCardPriceTiersItemUnitPrice
3602
3610
  export declare const simulateInvoiceBodyLinesItemRateCardPriceMinimumAmountRegExpThree: RegExp;
3603
3611
  export declare const simulateInvoiceBodyLinesItemRateCardPriceMaximumAmountRegExpThree: RegExp;
3604
3612
  export declare const simulateInvoiceBodyLinesItemRateCardPriceMultiplierRegExpOne: RegExp;
3605
- export declare const simulateInvoiceBodyLinesItemRateCardPriceMultiplierDefault = "1";
3613
+ export declare const simulateInvoiceBodyLinesItemRateCardPriceMultiplierDefault: "1";
3606
3614
  export declare const simulateInvoiceBodyLinesItemRateCardPriceMinimumAmountRegExpFive: RegExp;
3607
3615
  export declare const simulateInvoiceBodyLinesItemRateCardPriceMaximumAmountRegExpFive: RegExp;
3608
3616
  export declare const simulateInvoiceBodyLinesItemRateCardPriceAmountRegExpFive: RegExp;
@@ -4636,9 +4644,9 @@ Gathering invoices will always show the current usage calculated on the fly.
4636
4644
  * @summary List invoices
4637
4645
  */
4638
4646
  export declare const listInvoicesQueryCustomersItemRegExp: RegExp;
4639
- export declare const listInvoicesQueryPageDefault = 1;
4640
- export declare const listInvoicesQueryPageSizeDefault = 100;
4641
- export declare const listInvoicesQueryPageSizeMax = 1000;
4647
+ export declare const listInvoicesQueryPageDefault: 1;
4648
+ export declare const listInvoicesQueryPageSizeDefault: 100;
4649
+ export declare const listInvoicesQueryPageSizeMax: 1000;
4642
4650
  export declare const listInvoicesQueryParams: zod.ZodObject<{
4643
4651
  createdAfter: zod.ZodOptional<zod.ZodDate>;
4644
4652
  createdBefore: zod.ZodOptional<zod.ZodDate>;
@@ -4742,8 +4750,8 @@ export declare const getInvoiceParams: zod.ZodObject<{
4742
4750
  }, {
4743
4751
  invoiceId: string;
4744
4752
  }>;
4745
- export declare const getInvoiceQueryExpandDefault: string[];
4746
- export declare const getInvoiceQueryIncludeDeletedLinesDefault = false;
4753
+ export declare const getInvoiceQueryExpandDefault: () => ("lines" | "preceding" | "workflow.apps")[];
4754
+ export declare const getInvoiceQueryIncludeDeletedLinesDefault: false;
4747
4755
  export declare const getInvoiceQueryParams: zod.ZodObject<{
4748
4756
  expand: zod.ZodDefault<zod.ZodArray<zod.ZodEnum<["lines", "preceding", "workflow.apps"]>, "many">>;
4749
4757
  includeDeletedLines: zod.ZodOptional<zod.ZodBoolean>;
@@ -4784,24 +4792,24 @@ export declare const updateInvoiceParams: zod.ZodObject<{
4784
4792
  }, {
4785
4793
  invoiceId: string;
4786
4794
  }>;
4787
- export declare const updateInvoiceBodyDescriptionMax = 1024;
4788
- export declare const updateInvoiceBodySupplierKeyMax = 256;
4789
- export declare const updateInvoiceBodySupplierTaxIdCodeMaxOne = 32;
4790
- export declare const updateInvoiceBodySupplierAddressesItemCountryMinOne = 2;
4791
- export declare const updateInvoiceBodySupplierAddressesItemCountryMaxOne = 2;
4795
+ export declare const updateInvoiceBodyDescriptionMax: 1024;
4796
+ export declare const updateInvoiceBodySupplierKeyMax: 256;
4797
+ export declare const updateInvoiceBodySupplierTaxIdCodeMaxOne: 32;
4798
+ export declare const updateInvoiceBodySupplierAddressesItemCountryMinOne: 2;
4799
+ export declare const updateInvoiceBodySupplierAddressesItemCountryMaxOne: 2;
4792
4800
  export declare const updateInvoiceBodySupplierAddressesItemCountryRegExpOne: RegExp;
4793
- export declare const updateInvoiceBodySupplierAddressesMax = 1;
4794
- export declare const updateInvoiceBodyCustomerKeyMax = 256;
4795
- export declare const updateInvoiceBodyCustomerTaxIdCodeMaxOne = 32;
4796
- export declare const updateInvoiceBodyCustomerAddressesItemCountryMinOne = 2;
4797
- export declare const updateInvoiceBodyCustomerAddressesItemCountryMaxOne = 2;
4801
+ export declare const updateInvoiceBodySupplierAddressesMax: 1;
4802
+ export declare const updateInvoiceBodyCustomerKeyMax: 256;
4803
+ export declare const updateInvoiceBodyCustomerTaxIdCodeMaxOne: 32;
4804
+ export declare const updateInvoiceBodyCustomerAddressesItemCountryMinOne: 2;
4805
+ export declare const updateInvoiceBodyCustomerAddressesItemCountryMaxOne: 2;
4798
4806
  export declare const updateInvoiceBodyCustomerAddressesItemCountryRegExpOne: RegExp;
4799
- export declare const updateInvoiceBodyCustomerAddressesMax = 1;
4800
- export declare const updateInvoiceBodyLinesItemNameMax = 256;
4801
- export declare const updateInvoiceBodyLinesItemDescriptionMax = 1024;
4807
+ export declare const updateInvoiceBodyCustomerAddressesMax: 1;
4808
+ export declare const updateInvoiceBodyLinesItemNameMax: 256;
4809
+ export declare const updateInvoiceBodyLinesItemDescriptionMax: 1024;
4802
4810
  export declare const updateInvoiceBodyLinesItemTaxConfigStripeCodeRegExp: RegExp;
4803
4811
  export declare const updateInvoiceBodyLinesItemPriceAmountRegExpOne: RegExp;
4804
- export declare const updateInvoiceBodyLinesItemPricePaymentTermDefault = "in_advance";
4812
+ export declare const updateInvoiceBodyLinesItemPricePaymentTermDefault: "in_advance";
4805
4813
  export declare const updateInvoiceBodyLinesItemPriceAmountRegExpThree: RegExp;
4806
4814
  export declare const updateInvoiceBodyLinesItemPriceMinimumAmountRegExpOne: RegExp;
4807
4815
  export declare const updateInvoiceBodyLinesItemPriceMaximumAmountRegExpOne: RegExp;
@@ -4811,20 +4819,20 @@ export declare const updateInvoiceBodyLinesItemPriceTiersItemUnitPriceAmountRegE
4811
4819
  export declare const updateInvoiceBodyLinesItemPriceMinimumAmountRegExpThree: RegExp;
4812
4820
  export declare const updateInvoiceBodyLinesItemPriceMaximumAmountRegExpThree: RegExp;
4813
4821
  export declare const updateInvoiceBodyLinesItemPriceMultiplierRegExpOne: RegExp;
4814
- export declare const updateInvoiceBodyLinesItemPriceMultiplierDefault = "1";
4822
+ export declare const updateInvoiceBodyLinesItemPriceMultiplierDefault: "1";
4815
4823
  export declare const updateInvoiceBodyLinesItemPriceMinimumAmountRegExpFive: RegExp;
4816
4824
  export declare const updateInvoiceBodyLinesItemPriceMaximumAmountRegExpFive: RegExp;
4817
4825
  export declare const updateInvoiceBodyLinesItemPriceAmountRegExpFive: RegExp;
4818
4826
  export declare const updateInvoiceBodyLinesItemPriceQuantityPerPackageRegExpOne: RegExp;
4819
4827
  export declare const updateInvoiceBodyLinesItemPriceMinimumAmountRegExpSeven: RegExp;
4820
4828
  export declare const updateInvoiceBodyLinesItemPriceMaximumAmountRegExpSeven: RegExp;
4821
- export declare const updateInvoiceBodyLinesItemFeatureKeyMax = 64;
4829
+ export declare const updateInvoiceBodyLinesItemFeatureKeyMax: 64;
4822
4830
  export declare const updateInvoiceBodyLinesItemFeatureKeyRegExp: RegExp;
4823
- export declare const updateInvoiceBodyLinesItemRateCardFeatureKeyMax = 64;
4831
+ export declare const updateInvoiceBodyLinesItemRateCardFeatureKeyMax: 64;
4824
4832
  export declare const updateInvoiceBodyLinesItemRateCardFeatureKeyRegExp: RegExp;
4825
4833
  export declare const updateInvoiceBodyLinesItemRateCardTaxConfigStripeCodeRegExp: RegExp;
4826
4834
  export declare const updateInvoiceBodyLinesItemRateCardPriceAmountRegExpOne: RegExp;
4827
- export declare const updateInvoiceBodyLinesItemRateCardPricePaymentTermDefault = "in_advance";
4835
+ export declare const updateInvoiceBodyLinesItemRateCardPricePaymentTermDefault: "in_advance";
4828
4836
  export declare const updateInvoiceBodyLinesItemRateCardPriceAmountRegExpThree: RegExp;
4829
4837
  export declare const updateInvoiceBodyLinesItemRateCardPriceMinimumAmountRegExpOne: RegExp;
4830
4838
  export declare const updateInvoiceBodyLinesItemRateCardPriceMaximumAmountRegExpOne: RegExp;
@@ -4834,7 +4842,7 @@ export declare const updateInvoiceBodyLinesItemRateCardPriceTiersItemUnitPriceAm
4834
4842
  export declare const updateInvoiceBodyLinesItemRateCardPriceMinimumAmountRegExpThree: RegExp;
4835
4843
  export declare const updateInvoiceBodyLinesItemRateCardPriceMaximumAmountRegExpThree: RegExp;
4836
4844
  export declare const updateInvoiceBodyLinesItemRateCardPriceMultiplierRegExpOne: RegExp;
4837
- export declare const updateInvoiceBodyLinesItemRateCardPriceMultiplierDefault = "1";
4845
+ export declare const updateInvoiceBodyLinesItemRateCardPriceMultiplierDefault: "1";
4838
4846
  export declare const updateInvoiceBodyLinesItemRateCardPriceMinimumAmountRegExpFive: RegExp;
4839
4847
  export declare const updateInvoiceBodyLinesItemRateCardPriceMaximumAmountRegExpFive: RegExp;
4840
4848
  export declare const updateInvoiceBodyLinesItemRateCardPriceAmountRegExpFive: RegExp;
@@ -4845,11 +4853,11 @@ export declare const updateInvoiceBodyLinesItemRateCardDiscountsPercentageCorrel
4845
4853
  export declare const updateInvoiceBodyLinesItemRateCardDiscountsUsageQuantityRegExpOne: RegExp;
4846
4854
  export declare const updateInvoiceBodyLinesItemRateCardDiscountsUsageCorrelationIdRegExp: RegExp;
4847
4855
  export declare const updateInvoiceBodyLinesItemIdRegExp: RegExp;
4848
- export declare const updateInvoiceBodyWorkflowWorkflowInvoicingAutoAdvanceDefault = true;
4849
- export declare const updateInvoiceBodyWorkflowWorkflowInvoicingDraftPeriodDefault = "P0D";
4850
- export declare const updateInvoiceBodyWorkflowWorkflowInvoicingDueAfterDefault = "P30D";
4856
+ export declare const updateInvoiceBodyWorkflowWorkflowInvoicingAutoAdvanceDefault: true;
4857
+ export declare const updateInvoiceBodyWorkflowWorkflowInvoicingDraftPeriodDefault: "P0D";
4858
+ export declare const updateInvoiceBodyWorkflowWorkflowInvoicingDueAfterDefault: "P30D";
4851
4859
  export declare const updateInvoiceBodyWorkflowWorkflowInvoicingDefaultTaxConfigStripeCodeRegExp: RegExp;
4852
- export declare const updateInvoiceBodyWorkflowWorkflowPaymentCollectionMethodDefault = "charge_automatically";
4860
+ export declare const updateInvoiceBodyWorkflowWorkflowPaymentCollectionMethodDefault: "charge_automatically";
4853
4861
  export declare const updateInvoiceBody: zod.ZodObject<{
4854
4862
  customer: zod.ZodObject<{
4855
4863
  addresses: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
@@ -6488,10 +6496,10 @@ in the response. For example by adding the expand=apps option the apps used by t
6488
6496
  will be included in the response.
6489
6497
  * @summary List billing profiles
6490
6498
  */
6491
- export declare const listBillingProfilesQueryIncludeArchivedDefault = false;
6492
- export declare const listBillingProfilesQueryPageDefault = 1;
6493
- export declare const listBillingProfilesQueryPageSizeDefault = 100;
6494
- export declare const listBillingProfilesQueryPageSizeMax = 1000;
6499
+ export declare const listBillingProfilesQueryIncludeArchivedDefault: false;
6500
+ export declare const listBillingProfilesQueryPageDefault: 1;
6501
+ export declare const listBillingProfilesQueryPageSizeDefault: 100;
6502
+ export declare const listBillingProfilesQueryPageSizeMax: 1000;
6495
6503
  export declare const listBillingProfilesQueryParams: zod.ZodObject<{
6496
6504
  expand: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<["apps"]>, "many">>;
6497
6505
  includeArchived: zod.ZodOptional<zod.ZodBoolean>;
@@ -6521,26 +6529,26 @@ Billing profiles are representations of a customer's billing information. Custom
6521
6529
  can be applied to a billing profile to customize the billing behavior for a specific customer.
6522
6530
  * @summary Create a new billing profile
6523
6531
  */
6524
- export declare const createBillingProfileBodyNameMax = 256;
6525
- export declare const createBillingProfileBodyDescriptionMax = 1024;
6526
- export declare const createBillingProfileBodySupplierKeyMax = 256;
6527
- export declare const createBillingProfileBodySupplierTaxIdCodeMaxOne = 32;
6528
- export declare const createBillingProfileBodySupplierAddressesItemCountryMinOne = 2;
6529
- export declare const createBillingProfileBodySupplierAddressesItemCountryMaxOne = 2;
6532
+ export declare const createBillingProfileBodyNameMax: 256;
6533
+ export declare const createBillingProfileBodyDescriptionMax: 1024;
6534
+ export declare const createBillingProfileBodySupplierKeyMax: 256;
6535
+ export declare const createBillingProfileBodySupplierTaxIdCodeMaxOne: 32;
6536
+ export declare const createBillingProfileBodySupplierAddressesItemCountryMinOne: 2;
6537
+ export declare const createBillingProfileBodySupplierAddressesItemCountryMaxOne: 2;
6530
6538
  export declare const createBillingProfileBodySupplierAddressesItemCountryRegExpOne: RegExp;
6531
- export declare const createBillingProfileBodySupplierAddressesMax = 1;
6539
+ export declare const createBillingProfileBodySupplierAddressesMax: 1;
6532
6540
  export declare const createBillingProfileBodyWorkflowCollectionAlignmentDefault: {
6533
- type: string;
6541
+ readonly type: "subscription";
6534
6542
  };
6535
- export declare const createBillingProfileBodyWorkflowCollectionIntervalDefault = "PT1H";
6536
- export declare const createBillingProfileBodyWorkflowInvoicingAutoAdvanceDefault = true;
6537
- export declare const createBillingProfileBodyWorkflowInvoicingDraftPeriodDefault = "P0D";
6538
- export declare const createBillingProfileBodyWorkflowInvoicingDueAfterDefault = "P30D";
6539
- export declare const createBillingProfileBodyWorkflowInvoicingProgressiveBillingDefault = false;
6543
+ export declare const createBillingProfileBodyWorkflowCollectionIntervalDefault: "PT1H";
6544
+ export declare const createBillingProfileBodyWorkflowInvoicingAutoAdvanceDefault: true;
6545
+ export declare const createBillingProfileBodyWorkflowInvoicingDraftPeriodDefault: "P0D";
6546
+ export declare const createBillingProfileBodyWorkflowInvoicingDueAfterDefault: "P30D";
6547
+ export declare const createBillingProfileBodyWorkflowInvoicingProgressiveBillingDefault: false;
6540
6548
  export declare const createBillingProfileBodyWorkflowInvoicingDefaultTaxConfigStripeCodeRegExp: RegExp;
6541
- export declare const createBillingProfileBodyWorkflowPaymentCollectionMethodDefault = "charge_automatically";
6542
- export declare const createBillingProfileBodyWorkflowTaxEnabledDefault = true;
6543
- export declare const createBillingProfileBodyWorkflowTaxEnforcedDefault = false;
6549
+ export declare const createBillingProfileBodyWorkflowPaymentCollectionMethodDefault: "charge_automatically";
6550
+ export declare const createBillingProfileBodyWorkflowTaxEnabledDefault: true;
6551
+ export declare const createBillingProfileBodyWorkflowTaxEnforcedDefault: false;
6544
6552
  export declare const createBillingProfileBodyAppsTaxRegExp: RegExp;
6545
6553
  export declare const createBillingProfileBodyAppsInvoicingRegExp: RegExp;
6546
6554
  export declare const createBillingProfileBodyAppsPaymentRegExp: RegExp;
@@ -6965,26 +6973,26 @@ export declare const updateBillingProfileParams: zod.ZodObject<{
6965
6973
  }, {
6966
6974
  id: string;
6967
6975
  }>;
6968
- export declare const updateBillingProfileBodyNameMax = 256;
6969
- export declare const updateBillingProfileBodyDescriptionMax = 1024;
6970
- export declare const updateBillingProfileBodySupplierKeyMax = 256;
6971
- export declare const updateBillingProfileBodySupplierTaxIdCodeMaxOne = 32;
6972
- export declare const updateBillingProfileBodySupplierAddressesItemCountryMinOne = 2;
6973
- export declare const updateBillingProfileBodySupplierAddressesItemCountryMaxOne = 2;
6976
+ export declare const updateBillingProfileBodyNameMax: 256;
6977
+ export declare const updateBillingProfileBodyDescriptionMax: 1024;
6978
+ export declare const updateBillingProfileBodySupplierKeyMax: 256;
6979
+ export declare const updateBillingProfileBodySupplierTaxIdCodeMaxOne: 32;
6980
+ export declare const updateBillingProfileBodySupplierAddressesItemCountryMinOne: 2;
6981
+ export declare const updateBillingProfileBodySupplierAddressesItemCountryMaxOne: 2;
6974
6982
  export declare const updateBillingProfileBodySupplierAddressesItemCountryRegExpOne: RegExp;
6975
- export declare const updateBillingProfileBodySupplierAddressesMax = 1;
6983
+ export declare const updateBillingProfileBodySupplierAddressesMax: 1;
6976
6984
  export declare const updateBillingProfileBodyWorkflowCollectionAlignmentDefault: {
6977
- type: string;
6985
+ readonly type: "subscription";
6978
6986
  };
6979
- export declare const updateBillingProfileBodyWorkflowCollectionIntervalDefault = "PT1H";
6980
- export declare const updateBillingProfileBodyWorkflowInvoicingAutoAdvanceDefault = true;
6981
- export declare const updateBillingProfileBodyWorkflowInvoicingDraftPeriodDefault = "P0D";
6982
- export declare const updateBillingProfileBodyWorkflowInvoicingDueAfterDefault = "P30D";
6983
- export declare const updateBillingProfileBodyWorkflowInvoicingProgressiveBillingDefault = false;
6987
+ export declare const updateBillingProfileBodyWorkflowCollectionIntervalDefault: "PT1H";
6988
+ export declare const updateBillingProfileBodyWorkflowInvoicingAutoAdvanceDefault: true;
6989
+ export declare const updateBillingProfileBodyWorkflowInvoicingDraftPeriodDefault: "P0D";
6990
+ export declare const updateBillingProfileBodyWorkflowInvoicingDueAfterDefault: "P30D";
6991
+ export declare const updateBillingProfileBodyWorkflowInvoicingProgressiveBillingDefault: false;
6984
6992
  export declare const updateBillingProfileBodyWorkflowInvoicingDefaultTaxConfigStripeCodeRegExp: RegExp;
6985
- export declare const updateBillingProfileBodyWorkflowPaymentCollectionMethodDefault = "charge_automatically";
6986
- export declare const updateBillingProfileBodyWorkflowTaxEnabledDefault = true;
6987
- export declare const updateBillingProfileBodyWorkflowTaxEnforcedDefault = false;
6993
+ export declare const updateBillingProfileBodyWorkflowPaymentCollectionMethodDefault: "charge_automatically";
6994
+ export declare const updateBillingProfileBodyWorkflowTaxEnabledDefault: true;
6995
+ export declare const updateBillingProfileBodyWorkflowTaxEnforcedDefault: false;
6988
6996
  export declare const updateBillingProfileBody: zod.ZodObject<{
6989
6997
  default: zod.ZodBoolean;
6990
6998
  description: zod.ZodOptional<zod.ZodString>;
@@ -7332,15 +7340,15 @@ export declare const updateBillingProfileBody: zod.ZodObject<{
7332
7340
  * Create a new customer.
7333
7341
  * @summary Create customer
7334
7342
  */
7335
- export declare const createCustomerBodyNameMax = 256;
7336
- export declare const createCustomerBodyDescriptionMax = 1024;
7337
- export declare const createCustomerBodyKeyMax = 256;
7338
- export declare const createCustomerBodyUsageAttributionSubjectKeysMax = 1;
7339
- export declare const createCustomerBodyCurrencyMinOne = 3;
7340
- export declare const createCustomerBodyCurrencyMaxOne = 3;
7343
+ export declare const createCustomerBodyNameMax: 256;
7344
+ export declare const createCustomerBodyDescriptionMax: 1024;
7345
+ export declare const createCustomerBodyKeyMax: 256;
7346
+ export declare const createCustomerBodyUsageAttributionSubjectKeysMax: 1;
7347
+ export declare const createCustomerBodyCurrencyMinOne: 3;
7348
+ export declare const createCustomerBodyCurrencyMaxOne: 3;
7341
7349
  export declare const createCustomerBodyCurrencyRegExpOne: RegExp;
7342
- export declare const createCustomerBodyBillingAddressCountryMinOne = 2;
7343
- export declare const createCustomerBodyBillingAddressCountryMaxOne = 2;
7350
+ export declare const createCustomerBodyBillingAddressCountryMinOne: 2;
7351
+ export declare const createCustomerBodyBillingAddressCountryMaxOne: 2;
7344
7352
  export declare const createCustomerBodyBillingAddressCountryRegExpOne: RegExp;
7345
7353
  export declare const createCustomerBody: zod.ZodObject<{
7346
7354
  billingAddress: zod.ZodOptional<zod.ZodObject<{
@@ -7424,10 +7432,10 @@ export declare const createCustomerBody: zod.ZodObject<{
7424
7432
  * List customers.
7425
7433
  * @summary List customers
7426
7434
  */
7427
- export declare const listCustomersQueryPageDefault = 1;
7428
- export declare const listCustomersQueryPageSizeDefault = 100;
7429
- export declare const listCustomersQueryPageSizeMax = 1000;
7430
- export declare const listCustomersQueryIncludeDeletedDefault = false;
7435
+ export declare const listCustomersQueryPageDefault: 1;
7436
+ export declare const listCustomersQueryPageSizeDefault: 100;
7437
+ export declare const listCustomersQueryPageSizeMax: 1000;
7438
+ export declare const listCustomersQueryIncludeDeletedDefault: false;
7431
7439
  export declare const listCustomersQueryParams: zod.ZodObject<{
7432
7440
  expand: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<["subscriptions"]>, "many">>;
7433
7441
  includeDeleted: zod.ZodOptional<zod.ZodBoolean>;
@@ -7448,9 +7456,9 @@ export declare const listCustomersQueryParams: zod.ZodObject<{
7448
7456
  subject?: string | undefined;
7449
7457
  order?: "ASC" | "DESC" | undefined;
7450
7458
  orderBy?: "id" | "createdAt" | "name" | undefined;
7451
- primaryEmail?: string | undefined;
7452
7459
  includeDeleted?: boolean | undefined;
7453
7460
  expand?: "subscriptions"[] | undefined;
7461
+ primaryEmail?: string | undefined;
7454
7462
  planKey?: string | undefined;
7455
7463
  }, {
7456
7464
  key?: string | undefined;
@@ -7460,15 +7468,17 @@ export declare const listCustomersQueryParams: zod.ZodObject<{
7460
7468
  subject?: string | undefined;
7461
7469
  order?: "ASC" | "DESC" | undefined;
7462
7470
  orderBy?: "id" | "createdAt" | "name" | undefined;
7463
- primaryEmail?: string | undefined;
7464
7471
  includeDeleted?: boolean | undefined;
7465
7472
  expand?: "subscriptions"[] | undefined;
7473
+ primaryEmail?: string | undefined;
7466
7474
  planKey?: string | undefined;
7467
7475
  }>;
7468
7476
  /**
7469
7477
  * Get a customer by ID or key.
7470
7478
  * @summary Get customer
7471
7479
  */
7480
+ export declare const getCustomerPathCustomerIdOrKeyRegExpOne: RegExp;
7481
+ export declare const getCustomerPathCustomerIdOrKeyMaxTwo: 256;
7472
7482
  export declare const getCustomerParams: zod.ZodObject<{
7473
7483
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
7474
7484
  }, "strip", zod.ZodTypeAny, {
@@ -7487,6 +7497,8 @@ export declare const getCustomerQueryParams: zod.ZodObject<{
7487
7497
  * Update a customer by ID.
7488
7498
  * @summary Update customer
7489
7499
  */
7500
+ export declare const updateCustomerPathCustomerIdOrKeyRegExpOne: RegExp;
7501
+ export declare const updateCustomerPathCustomerIdOrKeyMaxTwo: 256;
7490
7502
  export declare const updateCustomerParams: zod.ZodObject<{
7491
7503
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
7492
7504
  }, "strip", zod.ZodTypeAny, {
@@ -7494,15 +7506,15 @@ export declare const updateCustomerParams: zod.ZodObject<{
7494
7506
  }, {
7495
7507
  customerIdOrKey: string;
7496
7508
  }>;
7497
- export declare const updateCustomerBodyNameMax = 256;
7498
- export declare const updateCustomerBodyDescriptionMax = 1024;
7499
- export declare const updateCustomerBodyKeyMax = 256;
7500
- export declare const updateCustomerBodyUsageAttributionSubjectKeysMax = 1;
7501
- export declare const updateCustomerBodyCurrencyMinOne = 3;
7502
- export declare const updateCustomerBodyCurrencyMaxOne = 3;
7509
+ export declare const updateCustomerBodyNameMax: 256;
7510
+ export declare const updateCustomerBodyDescriptionMax: 1024;
7511
+ export declare const updateCustomerBodyKeyMax: 256;
7512
+ export declare const updateCustomerBodyUsageAttributionSubjectKeysMax: 1;
7513
+ export declare const updateCustomerBodyCurrencyMinOne: 3;
7514
+ export declare const updateCustomerBodyCurrencyMaxOne: 3;
7503
7515
  export declare const updateCustomerBodyCurrencyRegExpOne: RegExp;
7504
- export declare const updateCustomerBodyBillingAddressCountryMinOne = 2;
7505
- export declare const updateCustomerBodyBillingAddressCountryMaxOne = 2;
7516
+ export declare const updateCustomerBodyBillingAddressCountryMinOne: 2;
7517
+ export declare const updateCustomerBodyBillingAddressCountryMaxOne: 2;
7506
7518
  export declare const updateCustomerBodyBillingAddressCountryRegExpOne: RegExp;
7507
7519
  export declare const updateCustomerBody: zod.ZodObject<{
7508
7520
  billingAddress: zod.ZodOptional<zod.ZodObject<{
@@ -7586,6 +7598,8 @@ export declare const updateCustomerBody: zod.ZodObject<{
7586
7598
  * Delete a customer by ID.
7587
7599
  * @summary Delete customer
7588
7600
  */
7601
+ export declare const deleteCustomerPathCustomerIdOrKeyRegExpOne: RegExp;
7602
+ export declare const deleteCustomerPathCustomerIdOrKeyMaxTwo: 256;
7589
7603
  export declare const deleteCustomerParams: zod.ZodObject<{
7590
7604
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
7591
7605
  }, "strip", zod.ZodTypeAny, {
@@ -7597,6 +7611,8 @@ export declare const deleteCustomerParams: zod.ZodObject<{
7597
7611
  * Get the overall access of a customer.
7598
7612
  * @summary Get customer access
7599
7613
  */
7614
+ export declare const getCustomerAccessPathCustomerIdOrKeyRegExpOne: RegExp;
7615
+ export declare const getCustomerAccessPathCustomerIdOrKeyMaxTwo: 256;
7600
7616
  export declare const getCustomerAccessParams: zod.ZodObject<{
7601
7617
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
7602
7618
  }, "strip", zod.ZodTypeAny, {
@@ -7608,6 +7624,8 @@ export declare const getCustomerAccessParams: zod.ZodObject<{
7608
7624
  * List customers app data.
7609
7625
  * @summary List customer app data
7610
7626
  */
7627
+ export declare const listCustomerAppDataPathCustomerIdOrKeyRegExpOne: RegExp;
7628
+ export declare const listCustomerAppDataPathCustomerIdOrKeyMaxTwo: 256;
7611
7629
  export declare const listCustomerAppDataParams: zod.ZodObject<{
7612
7630
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
7613
7631
  }, "strip", zod.ZodTypeAny, {
@@ -7615,9 +7633,9 @@ export declare const listCustomerAppDataParams: zod.ZodObject<{
7615
7633
  }, {
7616
7634
  customerIdOrKey: string;
7617
7635
  }>;
7618
- export declare const listCustomerAppDataQueryPageDefault = 1;
7619
- export declare const listCustomerAppDataQueryPageSizeDefault = 100;
7620
- export declare const listCustomerAppDataQueryPageSizeMax = 1000;
7636
+ export declare const listCustomerAppDataQueryPageDefault: 1;
7637
+ export declare const listCustomerAppDataQueryPageSizeDefault: 100;
7638
+ export declare const listCustomerAppDataQueryPageSizeMax: 1000;
7621
7639
  export declare const listCustomerAppDataQueryParams: zod.ZodObject<{
7622
7640
  page: zod.ZodDefault<zod.ZodNumber>;
7623
7641
  pageSize: zod.ZodDefault<zod.ZodNumber>;
@@ -7635,6 +7653,8 @@ export declare const listCustomerAppDataQueryParams: zod.ZodObject<{
7635
7653
  * Upsert customer app data.
7636
7654
  * @summary Upsert customer app data
7637
7655
  */
7656
+ export declare const upsertCustomerAppDataPathCustomerIdOrKeyRegExpOne: RegExp;
7657
+ export declare const upsertCustomerAppDataPathCustomerIdOrKeyMaxTwo: 256;
7638
7658
  export declare const upsertCustomerAppDataParams: zod.ZodObject<{
7639
7659
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
7640
7660
  }, "strip", zod.ZodTypeAny, {
@@ -7644,15 +7664,15 @@ export declare const upsertCustomerAppDataParams: zod.ZodObject<{
7644
7664
  }>;
7645
7665
  export declare const upsertCustomerAppDataBodyIdRegExp: RegExp;
7646
7666
  export declare const upsertCustomerAppDataBodyAppIdRegExp: RegExp;
7647
- export declare const upsertCustomerAppDataBodyAppNameMax = 256;
7648
- export declare const upsertCustomerAppDataBodyAppDescriptionMax = 1024;
7649
- export declare const upsertCustomerAppDataBodyAppListingCapabilitiesItemKeyMax = 64;
7667
+ export declare const upsertCustomerAppDataBodyAppNameMax: 256;
7668
+ export declare const upsertCustomerAppDataBodyAppDescriptionMax: 1024;
7669
+ export declare const upsertCustomerAppDataBodyAppListingCapabilitiesItemKeyMax: 64;
7650
7670
  export declare const upsertCustomerAppDataBodyAppListingCapabilitiesItemKeyRegExp: RegExp;
7651
7671
  export declare const upsertCustomerAppDataBodyIdRegExpOne: RegExp;
7652
7672
  export declare const upsertCustomerAppDataBodyAppIdRegExpOne: RegExp;
7653
- export declare const upsertCustomerAppDataBodyAppNameMaxOne = 256;
7654
- export declare const upsertCustomerAppDataBodyAppDescriptionMaxOne = 1024;
7655
- export declare const upsertCustomerAppDataBodyAppListingCapabilitiesItemKeyMaxOne = 64;
7673
+ export declare const upsertCustomerAppDataBodyAppNameMaxOne: 256;
7674
+ export declare const upsertCustomerAppDataBodyAppDescriptionMaxOne: 1024;
7675
+ export declare const upsertCustomerAppDataBodyAppListingCapabilitiesItemKeyMaxOne: 64;
7656
7676
  export declare const upsertCustomerAppDataBodyAppListingCapabilitiesItemKeyRegExpOne: RegExp;
7657
7677
  export declare const upsertCustomerAppDataBodyIdRegExpTwo: RegExp;
7658
7678
  export declare const upsertCustomerAppDataBodyItem: zod.ZodUnion<[zod.ZodObject<{
@@ -8333,6 +8353,8 @@ export declare const upsertCustomerAppDataBody: zod.ZodArray<zod.ZodUnion<[zod.Z
8333
8353
  * Delete customer app data.
8334
8354
  * @summary Delete customer app data
8335
8355
  */
8356
+ export declare const deleteCustomerAppDataPathCustomerIdOrKeyRegExpOne: RegExp;
8357
+ export declare const deleteCustomerAppDataPathCustomerIdOrKeyMaxTwo: 256;
8336
8358
  export declare const deleteCustomerAppDataPathAppIdRegExp: RegExp;
8337
8359
  export declare const deleteCustomerAppDataParams: zod.ZodObject<{
8338
8360
  appId: zod.ZodString;
@@ -8348,7 +8370,9 @@ export declare const deleteCustomerAppDataParams: zod.ZodObject<{
8348
8370
  * 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.
8349
8371
  * @summary Get customer entitlement value
8350
8372
  */
8351
- export declare const getCustomerEntitlementValuePathFeatureKeyMax = 64;
8373
+ export declare const getCustomerEntitlementValuePathCustomerIdOrKeyRegExpOne: RegExp;
8374
+ export declare const getCustomerEntitlementValuePathCustomerIdOrKeyMaxTwo: 256;
8375
+ export declare const getCustomerEntitlementValuePathFeatureKeyMax: 64;
8352
8376
  export declare const getCustomerEntitlementValuePathFeatureKeyRegExp: RegExp;
8353
8377
  export declare const getCustomerEntitlementValueParams: zod.ZodObject<{
8354
8378
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
@@ -8372,6 +8396,8 @@ export declare const getCustomerEntitlementValueQueryParams: zod.ZodObject<{
8372
8396
  Only returns data if the customer billing profile is linked to a stripe app.
8373
8397
  * @summary Get customer stripe app data
8374
8398
  */
8399
+ export declare const getCustomerStripeAppDataPathCustomerIdOrKeyRegExpOne: RegExp;
8400
+ export declare const getCustomerStripeAppDataPathCustomerIdOrKeyMaxTwo: 256;
8375
8401
  export declare const getCustomerStripeAppDataParams: zod.ZodObject<{
8376
8402
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
8377
8403
  }, "strip", zod.ZodTypeAny, {
@@ -8384,6 +8410,8 @@ export declare const getCustomerStripeAppDataParams: zod.ZodObject<{
8384
8410
  Only updates data if the customer billing profile is linked to a stripe app.
8385
8411
  * @summary Upsert customer stripe app data
8386
8412
  */
8413
+ export declare const upsertCustomerStripeAppDataPathCustomerIdOrKeyRegExpOne: RegExp;
8414
+ export declare const upsertCustomerStripeAppDataPathCustomerIdOrKeyMaxTwo: 256;
8387
8415
  export declare const upsertCustomerStripeAppDataParams: zod.ZodObject<{
8388
8416
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
8389
8417
  }, "strip", zod.ZodTypeAny, {
@@ -8409,6 +8437,8 @@ Useful to redirect the customer to the Stripe customer portal to manage their pa
8409
8437
  change their billing address and access their invoice history.
8410
8438
  * @summary Create Stripe customer portal session
8411
8439
  */
8440
+ export declare const createCustomerStripePortalSessionPathCustomerIdOrKeyRegExpOne: RegExp;
8441
+ export declare const createCustomerStripePortalSessionPathCustomerIdOrKeyMaxTwo: 256;
8412
8442
  export declare const createCustomerStripePortalSessionParams: zod.ZodObject<{
8413
8443
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
8414
8444
  }, "strip", zod.ZodTypeAny, {
@@ -8433,6 +8463,8 @@ export declare const createCustomerStripePortalSessionBody: zod.ZodObject<{
8433
8463
  * Lists all subscriptions for a customer.
8434
8464
  * @summary List customer subscriptions
8435
8465
  */
8466
+ export declare const listCustomerSubscriptionsPathCustomerIdOrKeyRegExpOne: RegExp;
8467
+ export declare const listCustomerSubscriptionsPathCustomerIdOrKeyMaxTwo: 256;
8436
8468
  export declare const listCustomerSubscriptionsParams: zod.ZodObject<{
8437
8469
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
8438
8470
  }, "strip", zod.ZodTypeAny, {
@@ -8440,9 +8472,9 @@ export declare const listCustomerSubscriptionsParams: zod.ZodObject<{
8440
8472
  }, {
8441
8473
  customerIdOrKey: string;
8442
8474
  }>;
8443
- export declare const listCustomerSubscriptionsQueryPageDefault = 1;
8444
- export declare const listCustomerSubscriptionsQueryPageSizeDefault = 100;
8445
- export declare const listCustomerSubscriptionsQueryPageSizeMax = 1000;
8475
+ export declare const listCustomerSubscriptionsQueryPageDefault: 1;
8476
+ export declare const listCustomerSubscriptionsQueryPageSizeDefault: 100;
8477
+ export declare const listCustomerSubscriptionsQueryPageSizeMax: 1000;
8446
8478
  export declare const listCustomerSubscriptionsQueryParams: zod.ZodObject<{
8447
8479
  page: zod.ZodDefault<zod.ZodNumber>;
8448
8480
  pageSize: zod.ZodDefault<zod.ZodNumber>;
@@ -8459,14 +8491,14 @@ To fetch the entitlements of a specific subject please use the /api/v1/subjects/
8459
8491
  If page is provided that takes precedence and the paginated response is returned.
8460
8492
  * @summary List all entitlements
8461
8493
  */
8462
- export declare const listEntitlementsQueryExcludeInactiveDefault = false;
8463
- export declare const listEntitlementsQueryPageDefault = 1;
8464
- export declare const listEntitlementsQueryPageSizeDefault = 100;
8465
- export declare const listEntitlementsQueryPageSizeMax = 1000;
8466
- export declare const listEntitlementsQueryOffsetDefault = 0;
8467
- export declare const listEntitlementsQueryOffsetMin = 0;
8468
- export declare const listEntitlementsQueryLimitDefault = 100;
8469
- export declare const listEntitlementsQueryLimitMax = 1000;
8494
+ export declare const listEntitlementsQueryExcludeInactiveDefault: false;
8495
+ export declare const listEntitlementsQueryPageDefault: 1;
8496
+ export declare const listEntitlementsQueryPageSizeDefault: 100;
8497
+ export declare const listEntitlementsQueryPageSizeMax: 1000;
8498
+ export declare const listEntitlementsQueryOffsetDefault: 0;
8499
+ export declare const listEntitlementsQueryOffsetMin: 0;
8500
+ export declare const listEntitlementsQueryLimitDefault: 100;
8501
+ export declare const listEntitlementsQueryLimitMax: 1000;
8470
8502
  export declare const listEntitlementsQueryParams: zod.ZodObject<{
8471
8503
  entitlementType: zod.ZodOptional<zod.ZodArray<zod.ZodEnum<["metered", "boolean", "static"]>, "many">>;
8472
8504
  excludeInactive: zod.ZodOptional<zod.ZodBoolean>;
@@ -8519,10 +8551,10 @@ export declare const getEntitlementByIdParams: zod.ZodObject<{
8519
8551
  If the from query param is not provided it defaults to last 72 hours.
8520
8552
  * @summary List ingested events
8521
8553
  */
8522
- export declare const listEventsQueryClientIdMax = 36;
8554
+ export declare const listEventsQueryClientIdMax: 36;
8523
8555
  export declare const listEventsQueryCustomerIdItemRegExp: RegExp;
8524
- export declare const listEventsQueryLimitDefault = 100;
8525
- export declare const listEventsQueryLimitMax = 100;
8556
+ export declare const listEventsQueryLimitDefault: 100;
8557
+ export declare const listEventsQueryLimitMax: 100;
8526
8558
  export declare const listEventsQueryParams: zod.ZodObject<{
8527
8559
  clientId: zod.ZodOptional<zod.ZodString>;
8528
8560
  customerId: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
@@ -8558,8 +8590,8 @@ export declare const listEventsQueryParams: zod.ZodObject<{
8558
8590
  * Ingests an event or batch of events following the CloudEvents specification.
8559
8591
  * @summary Ingest events
8560
8592
  */
8561
- export declare const ingestEventsBodySpecversionDefault = "1.0";
8562
- export declare const ingestEventsBodyItemSpecversionDefault = "1.0";
8593
+ export declare const ingestEventsBodySpecversionDefault: "1.0";
8594
+ export declare const ingestEventsBodyItemSpecversionDefault: "1.0";
8563
8595
  export declare const ingestEventsBody: zod.ZodUnion<[zod.ZodObject<{
8564
8596
  data: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodAny>>>;
8565
8597
  datacontenttype: zod.ZodOptional<zod.ZodNullable<zod.ZodEnum<["application/json"]>>>;
@@ -8625,14 +8657,14 @@ export declare const ingestEventsBody: zod.ZodUnion<[zod.ZodObject<{
8625
8657
  * List features.
8626
8658
  * @summary List features
8627
8659
  */
8628
- export declare const listFeaturesQueryIncludeArchivedDefault = false;
8629
- export declare const listFeaturesQueryPageDefault = 1;
8630
- export declare const listFeaturesQueryPageSizeDefault = 100;
8631
- export declare const listFeaturesQueryPageSizeMax = 1000;
8632
- export declare const listFeaturesQueryOffsetDefault = 0;
8633
- export declare const listFeaturesQueryOffsetMin = 0;
8634
- export declare const listFeaturesQueryLimitDefault = 100;
8635
- export declare const listFeaturesQueryLimitMax = 1000;
8660
+ export declare const listFeaturesQueryIncludeArchivedDefault: false;
8661
+ export declare const listFeaturesQueryPageDefault: 1;
8662
+ export declare const listFeaturesQueryPageSizeDefault: 100;
8663
+ export declare const listFeaturesQueryPageSizeMax: 1000;
8664
+ export declare const listFeaturesQueryOffsetDefault: 0;
8665
+ export declare const listFeaturesQueryOffsetMin: 0;
8666
+ export declare const listFeaturesQueryLimitDefault: 100;
8667
+ export declare const listFeaturesQueryLimitMax: 1000;
8636
8668
  export declare const listFeaturesQueryParams: zod.ZodObject<{
8637
8669
  includeArchived: zod.ZodOptional<zod.ZodBoolean>;
8638
8670
  limit: zod.ZodDefault<zod.ZodNumber>;
@@ -8668,9 +8700,9 @@ Only meters with SUM and COUNT aggregation are supported for features.
8668
8700
  Features cannot be updated later, only archived.
8669
8701
  * @summary Create feature
8670
8702
  */
8671
- export declare const createFeatureBodyKeyMax = 64;
8703
+ export declare const createFeatureBodyKeyMax: 64;
8672
8704
  export declare const createFeatureBodyKeyRegExp: RegExp;
8673
- export declare const createFeatureBodyMeterSlugMax = 64;
8705
+ export declare const createFeatureBodyMeterSlugMax: 64;
8674
8706
  export declare const createFeatureBodyMeterSlugRegExp: RegExp;
8675
8707
  export declare const createFeatureBody: zod.ZodObject<{
8676
8708
  key: zod.ZodString;
@@ -8722,14 +8754,14 @@ To fetch the grants of a specific entitlement please use the /api/v1/subjects/{s
8722
8754
  If page is provided that takes precedence and the paginated response is returned.
8723
8755
  * @summary List grants
8724
8756
  */
8725
- export declare const listGrantsQueryIncludeDeletedDefault = false;
8726
- export declare const listGrantsQueryPageDefault = 1;
8727
- export declare const listGrantsQueryPageSizeDefault = 100;
8728
- export declare const listGrantsQueryPageSizeMax = 1000;
8729
- export declare const listGrantsQueryOffsetDefault = 0;
8730
- export declare const listGrantsQueryOffsetMin = 0;
8731
- export declare const listGrantsQueryLimitDefault = 100;
8732
- export declare const listGrantsQueryLimitMax = 1000;
8757
+ export declare const listGrantsQueryIncludeDeletedDefault: false;
8758
+ export declare const listGrantsQueryPageDefault: 1;
8759
+ export declare const listGrantsQueryPageSizeDefault: 100;
8760
+ export declare const listGrantsQueryPageSizeMax: 1000;
8761
+ export declare const listGrantsQueryOffsetDefault: 0;
8762
+ export declare const listGrantsQueryOffsetMin: 0;
8763
+ export declare const listGrantsQueryLimitDefault: 100;
8764
+ export declare const listGrantsQueryLimitMax: 1000;
8733
8765
  export declare const listGrantsQueryParams: zod.ZodObject<{
8734
8766
  feature: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
8735
8767
  includeDeleted: zod.ZodOptional<zod.ZodBoolean>;
@@ -8788,9 +8820,9 @@ export declare const getProgressParams: zod.ZodObject<{
8788
8820
  * List available apps of the app marketplace.
8789
8821
  * @summary List available apps
8790
8822
  */
8791
- export declare const listMarketplaceListingsQueryPageDefault = 1;
8792
- export declare const listMarketplaceListingsQueryPageSizeDefault = 100;
8793
- export declare const listMarketplaceListingsQueryPageSizeMax = 1000;
8823
+ export declare const listMarketplaceListingsQueryPageDefault: 1;
8824
+ export declare const listMarketplaceListingsQueryPageSizeDefault: 100;
8825
+ export declare const listMarketplaceListingsQueryPageSizeMax: 1000;
8794
8826
  export declare const listMarketplaceListingsQueryParams: zod.ZodObject<{
8795
8827
  page: zod.ZodDefault<zod.ZodNumber>;
8796
8828
  pageSize: zod.ZodDefault<zod.ZodNumber>;
@@ -8823,7 +8855,7 @@ export declare const marketplaceAppInstallParams: zod.ZodObject<{
8823
8855
  }, {
8824
8856
  type: "stripe" | "sandbox" | "custom_invoicing";
8825
8857
  }>;
8826
- export declare const marketplaceAppInstallBodyCreateBillingProfileDefault = true;
8858
+ export declare const marketplaceAppInstallBodyCreateBillingProfileDefault: true;
8827
8859
  export declare const marketplaceAppInstallBody: zod.ZodObject<{
8828
8860
  createBillingProfile: zod.ZodDefault<zod.ZodBoolean>;
8829
8861
  name: zod.ZodOptional<zod.ZodString>;
@@ -8845,7 +8877,7 @@ export declare const marketplaceAppAPIKeyInstallParams: zod.ZodObject<{
8845
8877
  }, {
8846
8878
  type: "stripe" | "sandbox" | "custom_invoicing";
8847
8879
  }>;
8848
- export declare const marketplaceAppAPIKeyInstallBodyCreateBillingProfileDefault = true;
8880
+ export declare const marketplaceAppAPIKeyInstallBodyCreateBillingProfileDefault: true;
8849
8881
  export declare const marketplaceAppAPIKeyInstallBody: zod.ZodObject<{
8850
8882
  apiKey: zod.ZodString;
8851
8883
  createBillingProfile: zod.ZodDefault<zod.ZodBoolean>;
@@ -8906,10 +8938,10 @@ export declare const marketplaceOAuth2InstallAuthorizeQueryParams: zod.ZodObject
8906
8938
  * List meters.
8907
8939
  * @summary List meters
8908
8940
  */
8909
- export declare const listMetersQueryPageDefault = 1;
8910
- export declare const listMetersQueryPageSizeDefault = 100;
8911
- export declare const listMetersQueryPageSizeMax = 1000;
8912
- export declare const listMetersQueryIncludeDeletedDefault = false;
8941
+ export declare const listMetersQueryPageDefault: 1;
8942
+ export declare const listMetersQueryPageSizeDefault: 100;
8943
+ export declare const listMetersQueryPageSizeMax: 1000;
8944
+ export declare const listMetersQueryIncludeDeletedDefault: false;
8913
8945
  export declare const listMetersQueryParams: zod.ZodObject<{
8914
8946
  includeDeleted: zod.ZodOptional<zod.ZodBoolean>;
8915
8947
  order: zod.ZodOptional<zod.ZodEnum<["ASC", "DESC"]>>;
@@ -8933,9 +8965,9 @@ export declare const listMetersQueryParams: zod.ZodObject<{
8933
8965
  * Create a meter.
8934
8966
  * @summary Create meter
8935
8967
  */
8936
- export declare const createMeterBodyDescriptionMax = 1024;
8937
- export declare const createMeterBodyNameMax = 256;
8938
- export declare const createMeterBodySlugMax = 64;
8968
+ export declare const createMeterBodyDescriptionMax: 1024;
8969
+ export declare const createMeterBodyNameMax: 256;
8970
+ export declare const createMeterBodySlugMax: 64;
8939
8971
  export declare const createMeterBodySlugRegExp: RegExp;
8940
8972
  export declare const createMeterBody: zod.ZodObject<{
8941
8973
  aggregation: zod.ZodEnum<["SUM", "COUNT", "UNIQUE_COUNT", "AVG", "MIN", "MAX", "LATEST"]>;
@@ -8972,7 +9004,7 @@ export declare const createMeterBody: zod.ZodObject<{
8972
9004
  * Get a meter by ID or slug.
8973
9005
  * @summary Get meter
8974
9006
  */
8975
- export declare const getMeterPathMeterIdOrSlugMax = 64;
9007
+ export declare const getMeterPathMeterIdOrSlugMax: 64;
8976
9008
  export declare const getMeterPathMeterIdOrSlugRegExp: RegExp;
8977
9009
  export declare const getMeterParams: zod.ZodObject<{
8978
9010
  meterIdOrSlug: zod.ZodString;
@@ -8985,7 +9017,7 @@ export declare const getMeterParams: zod.ZodObject<{
8985
9017
  * Update a meter.
8986
9018
  * @summary Update meter
8987
9019
  */
8988
- export declare const updateMeterPathMeterIdOrSlugMax = 64;
9020
+ export declare const updateMeterPathMeterIdOrSlugMax: 64;
8989
9021
  export declare const updateMeterPathMeterIdOrSlugRegExp: RegExp;
8990
9022
  export declare const updateMeterParams: zod.ZodObject<{
8991
9023
  meterIdOrSlug: zod.ZodString;
@@ -8994,8 +9026,8 @@ export declare const updateMeterParams: zod.ZodObject<{
8994
9026
  }, {
8995
9027
  meterIdOrSlug: string;
8996
9028
  }>;
8997
- export declare const updateMeterBodyDescriptionMax = 1024;
8998
- export declare const updateMeterBodyNameMax = 256;
9029
+ export declare const updateMeterBodyDescriptionMax: 1024;
9030
+ export declare const updateMeterBodyNameMax: 256;
8999
9031
  export declare const updateMeterBody: zod.ZodObject<{
9000
9032
  description: zod.ZodOptional<zod.ZodString>;
9001
9033
  groupBy: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
@@ -9016,7 +9048,7 @@ export declare const updateMeterBody: zod.ZodObject<{
9016
9048
  * Delete a meter.
9017
9049
  * @summary Delete meter
9018
9050
  */
9019
- export declare const deleteMeterPathMeterIdOrSlugMax = 64;
9051
+ export declare const deleteMeterPathMeterIdOrSlugMax: 64;
9020
9052
  export declare const deleteMeterPathMeterIdOrSlugRegExp: RegExp;
9021
9053
  export declare const deleteMeterParams: zod.ZodObject<{
9022
9054
  meterIdOrSlug: zod.ZodString;
@@ -9029,7 +9061,7 @@ export declare const deleteMeterParams: zod.ZodObject<{
9029
9061
  * Query meter for usage.
9030
9062
  * @summary Query meter
9031
9063
  */
9032
- export declare const queryMeterPathMeterIdOrSlugMax = 64;
9064
+ export declare const queryMeterPathMeterIdOrSlugMax: 64;
9033
9065
  export declare const queryMeterPathMeterIdOrSlugRegExp: RegExp;
9034
9066
  export declare const queryMeterParams: zod.ZodObject<{
9035
9067
  meterIdOrSlug: zod.ZodString;
@@ -9038,9 +9070,9 @@ export declare const queryMeterParams: zod.ZodObject<{
9038
9070
  }, {
9039
9071
  meterIdOrSlug: string;
9040
9072
  }>;
9041
- export declare const queryMeterQueryClientIdMax = 36;
9042
- export declare const queryMeterQueryWindowTimeZoneDefault = "UTC";
9043
- export declare const queryMeterQueryFilterCustomerIdMax = 100;
9073
+ export declare const queryMeterQueryClientIdMax: 36;
9074
+ export declare const queryMeterQueryWindowTimeZoneDefault: "UTC";
9075
+ export declare const queryMeterQueryFilterCustomerIdMax: 100;
9044
9076
  export declare const queryMeterQueryParams: zod.ZodObject<{
9045
9077
  clientId: zod.ZodOptional<zod.ZodString>;
9046
9078
  filterCustomerId: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
@@ -9057,8 +9089,8 @@ export declare const queryMeterQueryParams: zod.ZodObject<{
9057
9089
  from?: Date | undefined;
9058
9090
  to?: Date | undefined;
9059
9091
  subject?: string[] | undefined;
9060
- groupBy?: string[] | undefined;
9061
9092
  clientId?: string | undefined;
9093
+ groupBy?: string[] | undefined;
9062
9094
  filterCustomerId?: string[] | undefined;
9063
9095
  filterGroupBy?: Record<string, string> | undefined;
9064
9096
  }, {
@@ -9067,15 +9099,15 @@ export declare const queryMeterQueryParams: zod.ZodObject<{
9067
9099
  to?: Date | undefined;
9068
9100
  windowTimeZone?: string | undefined;
9069
9101
  subject?: string[] | undefined;
9070
- groupBy?: string[] | undefined;
9071
9102
  clientId?: string | undefined;
9103
+ groupBy?: string[] | undefined;
9072
9104
  filterCustomerId?: string[] | undefined;
9073
9105
  filterGroupBy?: Record<string, string> | undefined;
9074
9106
  }>;
9075
9107
  /**
9076
9108
  * @summary Query meter
9077
9109
  */
9078
- export declare const queryMeterPostPathMeterIdOrSlugMax = 64;
9110
+ export declare const queryMeterPostPathMeterIdOrSlugMax: 64;
9079
9111
  export declare const queryMeterPostPathMeterIdOrSlugRegExp: RegExp;
9080
9112
  export declare const queryMeterPostParams: zod.ZodObject<{
9081
9113
  meterIdOrSlug: zod.ZodString;
@@ -9084,11 +9116,11 @@ export declare const queryMeterPostParams: zod.ZodObject<{
9084
9116
  }, {
9085
9117
  meterIdOrSlug: string;
9086
9118
  }>;
9087
- export declare const queryMeterPostBodyClientIdMax = 36;
9088
- export declare const queryMeterPostBodyWindowTimeZoneDefault = "UTC";
9089
- export declare const queryMeterPostBodySubjectMax = 100;
9090
- export declare const queryMeterPostBodyFilterCustomerIdMax = 100;
9091
- export declare const queryMeterPostBodyGroupByMax = 100;
9119
+ export declare const queryMeterPostBodyClientIdMax: 36;
9120
+ export declare const queryMeterPostBodyWindowTimeZoneDefault: "UTC";
9121
+ export declare const queryMeterPostBodySubjectMax: 100;
9122
+ export declare const queryMeterPostBodyFilterCustomerIdMax: 100;
9123
+ export declare const queryMeterPostBodyGroupByMax: 100;
9092
9124
  export declare const queryMeterPostBody: zod.ZodObject<{
9093
9125
  clientId: zod.ZodOptional<zod.ZodString>;
9094
9126
  filterCustomerId: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
@@ -9105,8 +9137,8 @@ export declare const queryMeterPostBody: zod.ZodObject<{
9105
9137
  from?: Date | undefined;
9106
9138
  to?: Date | undefined;
9107
9139
  subject?: string[] | undefined;
9108
- groupBy?: string[] | undefined;
9109
9140
  clientId?: string | undefined;
9141
+ groupBy?: string[] | undefined;
9110
9142
  filterCustomerId?: string[] | undefined;
9111
9143
  filterGroupBy?: Record<string, string[]> | undefined;
9112
9144
  }, {
@@ -9115,8 +9147,8 @@ export declare const queryMeterPostBody: zod.ZodObject<{
9115
9147
  to?: Date | undefined;
9116
9148
  windowTimeZone?: string | undefined;
9117
9149
  subject?: string[] | undefined;
9118
- groupBy?: string[] | undefined;
9119
9150
  clientId?: string | undefined;
9151
+ groupBy?: string[] | undefined;
9120
9152
  filterCustomerId?: string[] | undefined;
9121
9153
  filterGroupBy?: Record<string, string[]> | undefined;
9122
9154
  }>;
@@ -9124,7 +9156,7 @@ export declare const queryMeterPostBody: zod.ZodObject<{
9124
9156
  * List subjects for a meter.
9125
9157
  * @summary List meter subjects
9126
9158
  */
9127
- export declare const listMeterSubjectsPathMeterIdOrSlugMax = 64;
9159
+ export declare const listMeterSubjectsPathMeterIdOrSlugMax: 64;
9128
9160
  export declare const listMeterSubjectsPathMeterIdOrSlugRegExp: RegExp;
9129
9161
  export declare const listMeterSubjectsParams: zod.ZodObject<{
9130
9162
  meterIdOrSlug: zod.ZodString;
@@ -9137,11 +9169,11 @@ export declare const listMeterSubjectsParams: zod.ZodObject<{
9137
9169
  * List all notification channels.
9138
9170
  * @summary List notification channels
9139
9171
  */
9140
- export declare const listNotificationChannelsQueryIncludeDeletedDefault = false;
9141
- export declare const listNotificationChannelsQueryIncludeDisabledDefault = false;
9142
- export declare const listNotificationChannelsQueryPageDefault = 1;
9143
- export declare const listNotificationChannelsQueryPageSizeDefault = 100;
9144
- export declare const listNotificationChannelsQueryPageSizeMax = 1000;
9172
+ export declare const listNotificationChannelsQueryIncludeDeletedDefault: false;
9173
+ export declare const listNotificationChannelsQueryIncludeDisabledDefault: false;
9174
+ export declare const listNotificationChannelsQueryPageDefault: 1;
9175
+ export declare const listNotificationChannelsQueryPageSizeDefault: 100;
9176
+ export declare const listNotificationChannelsQueryPageSizeMax: 1000;
9145
9177
  export declare const listNotificationChannelsQueryParams: zod.ZodObject<{
9146
9178
  includeDeleted: zod.ZodOptional<zod.ZodBoolean>;
9147
9179
  includeDisabled: zod.ZodOptional<zod.ZodBoolean>;
@@ -9168,7 +9200,7 @@ export declare const listNotificationChannelsQueryParams: zod.ZodObject<{
9168
9200
  * Create a new notification channel.
9169
9201
  * @summary Create a notification channel
9170
9202
  */
9171
- export declare const createNotificationChannelBodyDisabledDefault = false;
9203
+ export declare const createNotificationChannelBodyDisabledDefault: false;
9172
9204
  export declare const createNotificationChannelBodySigningSecretRegExp: RegExp;
9173
9205
  export declare const createNotificationChannelBody: zod.ZodObject<{
9174
9206
  customHeaders: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
@@ -9204,7 +9236,7 @@ export declare const updateNotificationChannelParams: zod.ZodObject<{
9204
9236
  }, {
9205
9237
  channelId: string;
9206
9238
  }>;
9207
- export declare const updateNotificationChannelBodyDisabledDefault = false;
9239
+ export declare const updateNotificationChannelBodyDisabledDefault: false;
9208
9240
  export declare const updateNotificationChannelBodySigningSecretRegExp: RegExp;
9209
9241
  export declare const updateNotificationChannelBody: zod.ZodObject<{
9210
9242
  customHeaders: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
@@ -9260,9 +9292,9 @@ export declare const deleteNotificationChannelParams: zod.ZodObject<{
9260
9292
  */
9261
9293
  export declare const listNotificationEventsQueryRuleItemRegExp: RegExp;
9262
9294
  export declare const listNotificationEventsQueryChannelItemRegExp: RegExp;
9263
- export declare const listNotificationEventsQueryPageDefault = 1;
9264
- export declare const listNotificationEventsQueryPageSizeDefault = 100;
9265
- export declare const listNotificationEventsQueryPageSizeMax = 1000;
9295
+ export declare const listNotificationEventsQueryPageDefault: 1;
9296
+ export declare const listNotificationEventsQueryPageSizeDefault: 100;
9297
+ export declare const listNotificationEventsQueryPageSizeMax: 1000;
9266
9298
  export declare const listNotificationEventsQueryParams: zod.ZodObject<{
9267
9299
  channel: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
9268
9300
  feature: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
@@ -9312,13 +9344,13 @@ export declare const getNotificationEventParams: zod.ZodObject<{
9312
9344
  * List all notification rules.
9313
9345
  * @summary List notification rules
9314
9346
  */
9315
- export declare const listNotificationRulesQueryIncludeDeletedDefault = false;
9316
- export declare const listNotificationRulesQueryIncludeDisabledDefault = false;
9317
- export declare const listNotificationRulesQueryFeatureItemMax = 64;
9347
+ export declare const listNotificationRulesQueryIncludeDeletedDefault: false;
9348
+ export declare const listNotificationRulesQueryIncludeDisabledDefault: false;
9349
+ export declare const listNotificationRulesQueryFeatureItemMax: 64;
9318
9350
  export declare const listNotificationRulesQueryFeatureItemRegExp: RegExp;
9319
- export declare const listNotificationRulesQueryPageDefault = 1;
9320
- export declare const listNotificationRulesQueryPageSizeDefault = 100;
9321
- export declare const listNotificationRulesQueryPageSizeMax = 1000;
9351
+ export declare const listNotificationRulesQueryPageDefault: 1;
9352
+ export declare const listNotificationRulesQueryPageSizeDefault: 100;
9353
+ export declare const listNotificationRulesQueryPageSizeMax: 1000;
9322
9354
  export declare const listNotificationRulesQueryParams: zod.ZodObject<{
9323
9355
  channel: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
9324
9356
  feature: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
@@ -9351,18 +9383,18 @@ export declare const listNotificationRulesQueryParams: zod.ZodObject<{
9351
9383
  * Create a new notification rule.
9352
9384
  * @summary Create a notification rule
9353
9385
  */
9354
- export declare const createNotificationRuleBodyDisabledDefault = false;
9355
- export declare const createNotificationRuleBodyThresholdsMax = 10;
9386
+ export declare const createNotificationRuleBodyDisabledDefault: false;
9387
+ export declare const createNotificationRuleBodyThresholdsMax: 10;
9356
9388
  export declare const createNotificationRuleBodyChannelsItemRegExp: RegExp;
9357
- export declare const createNotificationRuleBodyFeaturesItemMax = 64;
9389
+ export declare const createNotificationRuleBodyFeaturesItemMax: 64;
9358
9390
  export declare const createNotificationRuleBodyFeaturesItemRegExp: RegExp;
9359
- export declare const createNotificationRuleBodyDisabledDefaultOne = false;
9391
+ export declare const createNotificationRuleBodyDisabledDefaultOne: false;
9360
9392
  export declare const createNotificationRuleBodyChannelsItemRegExpOne: RegExp;
9361
- export declare const createNotificationRuleBodyFeaturesItemMaxOne = 64;
9393
+ export declare const createNotificationRuleBodyFeaturesItemMaxOne: 64;
9362
9394
  export declare const createNotificationRuleBodyFeaturesItemRegExpOne: RegExp;
9363
- export declare const createNotificationRuleBodyDisabledDefaultTwo = false;
9395
+ export declare const createNotificationRuleBodyDisabledDefaultTwo: false;
9364
9396
  export declare const createNotificationRuleBodyChannelsItemRegExpTwo: RegExp;
9365
- export declare const createNotificationRuleBodyDisabledDefaultThree = false;
9397
+ export declare const createNotificationRuleBodyDisabledDefaultThree: false;
9366
9398
  export declare const createNotificationRuleBodyChannelsItemRegExpThree: RegExp;
9367
9399
  export declare const createNotificationRuleBody: zod.ZodUnion<[zod.ZodObject<{
9368
9400
  channels: zod.ZodArray<zod.ZodString, "many">;
@@ -9461,18 +9493,18 @@ export declare const updateNotificationRuleParams: zod.ZodObject<{
9461
9493
  }, {
9462
9494
  ruleId: string;
9463
9495
  }>;
9464
- export declare const updateNotificationRuleBodyDisabledDefault = false;
9465
- export declare const updateNotificationRuleBodyThresholdsMax = 10;
9496
+ export declare const updateNotificationRuleBodyDisabledDefault: false;
9497
+ export declare const updateNotificationRuleBodyThresholdsMax: 10;
9466
9498
  export declare const updateNotificationRuleBodyChannelsItemRegExp: RegExp;
9467
- export declare const updateNotificationRuleBodyFeaturesItemMax = 64;
9499
+ export declare const updateNotificationRuleBodyFeaturesItemMax: 64;
9468
9500
  export declare const updateNotificationRuleBodyFeaturesItemRegExp: RegExp;
9469
- export declare const updateNotificationRuleBodyDisabledDefaultOne = false;
9501
+ export declare const updateNotificationRuleBodyDisabledDefaultOne: false;
9470
9502
  export declare const updateNotificationRuleBodyChannelsItemRegExpOne: RegExp;
9471
- export declare const updateNotificationRuleBodyFeaturesItemMaxOne = 64;
9503
+ export declare const updateNotificationRuleBodyFeaturesItemMaxOne: 64;
9472
9504
  export declare const updateNotificationRuleBodyFeaturesItemRegExpOne: RegExp;
9473
- export declare const updateNotificationRuleBodyDisabledDefaultTwo = false;
9505
+ export declare const updateNotificationRuleBodyDisabledDefaultTwo: false;
9474
9506
  export declare const updateNotificationRuleBodyChannelsItemRegExpTwo: RegExp;
9475
- export declare const updateNotificationRuleBodyDisabledDefaultThree = false;
9507
+ export declare const updateNotificationRuleBodyDisabledDefaultThree: false;
9476
9508
  export declare const updateNotificationRuleBodyChannelsItemRegExpThree: RegExp;
9477
9509
  export declare const updateNotificationRuleBody: zod.ZodUnion<[zod.ZodObject<{
9478
9510
  channels: zod.ZodArray<zod.ZodString, "many">;
@@ -9601,16 +9633,16 @@ export declare const testNotificationRuleParams: zod.ZodObject<{
9601
9633
  * List all plans.
9602
9634
  * @summary List plans
9603
9635
  */
9604
- export declare const listPlansQueryIncludeDeletedDefault = false;
9636
+ export declare const listPlansQueryIncludeDeletedDefault: false;
9605
9637
  export declare const listPlansQueryIdItemRegExp: RegExp;
9606
- export declare const listPlansQueryKeyItemMax = 64;
9638
+ export declare const listPlansQueryKeyItemMax: 64;
9607
9639
  export declare const listPlansQueryKeyItemRegExp: RegExp;
9608
- export declare const listPlansQueryCurrencyItemMin = 3;
9609
- export declare const listPlansQueryCurrencyItemMax = 3;
9640
+ export declare const listPlansQueryCurrencyItemMin: 3;
9641
+ export declare const listPlansQueryCurrencyItemMax: 3;
9610
9642
  export declare const listPlansQueryCurrencyItemRegExp: RegExp;
9611
- export declare const listPlansQueryPageDefault = 1;
9612
- export declare const listPlansQueryPageSizeDefault = 100;
9613
- export declare const listPlansQueryPageSizeMax = 1000;
9643
+ export declare const listPlansQueryPageDefault: 1;
9644
+ export declare const listPlansQueryPageSizeDefault: 100;
9645
+ export declare const listPlansQueryPageSizeMax: 1000;
9614
9646
  export declare const listPlansQueryParams: zod.ZodObject<{
9615
9647
  currency: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
9616
9648
  id: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
@@ -9649,53 +9681,53 @@ export declare const listPlansQueryParams: zod.ZodObject<{
9649
9681
  * Create a new plan.
9650
9682
  * @summary Create a plan
9651
9683
  */
9652
- export declare const createPlanBodyNameMax = 256;
9653
- export declare const createPlanBodyDescriptionMax = 1024;
9654
- export declare const createPlanBodyKeyMax = 64;
9684
+ export declare const createPlanBodyNameMax: 256;
9685
+ export declare const createPlanBodyDescriptionMax: 1024;
9686
+ export declare const createPlanBodyKeyMax: 64;
9655
9687
  export declare const createPlanBodyKeyRegExp: RegExp;
9656
- export declare const createPlanBodyCurrencyMinOne = 3;
9657
- export declare const createPlanBodyCurrencyMaxOne = 3;
9688
+ export declare const createPlanBodyCurrencyMinOne: 3;
9689
+ export declare const createPlanBodyCurrencyMaxOne: 3;
9658
9690
  export declare const createPlanBodyCurrencyRegExpOne: RegExp;
9659
- export declare const createPlanBodyCurrencyDefault = "USD";
9660
- export declare const createPlanBodyProRatingConfigEnabledDefault = true;
9661
- export declare const createPlanBodyProRatingConfigModeDefault = "prorate_prices";
9691
+ export declare const createPlanBodyCurrencyDefault: "USD";
9692
+ export declare const createPlanBodyProRatingConfigEnabledDefault: true;
9693
+ export declare const createPlanBodyProRatingConfigModeDefault: "prorate_prices";
9662
9694
  export declare const createPlanBodyProRatingConfigDefault: {
9663
- enabled: boolean;
9664
- mode: string;
9695
+ readonly enabled: true;
9696
+ readonly mode: "prorate_prices";
9665
9697
  };
9666
- export declare const createPlanBodyPhasesItemKeyMax = 64;
9698
+ export declare const createPlanBodyPhasesItemKeyMax: 64;
9667
9699
  export declare const createPlanBodyPhasesItemKeyRegExp: RegExp;
9668
- export declare const createPlanBodyPhasesItemNameMax = 256;
9669
- export declare const createPlanBodyPhasesItemDescriptionMax = 1024;
9670
- export declare const createPlanBodyPhasesItemRateCardsItemKeyMax = 64;
9700
+ export declare const createPlanBodyPhasesItemNameMax: 256;
9701
+ export declare const createPlanBodyPhasesItemDescriptionMax: 1024;
9702
+ export declare const createPlanBodyPhasesItemRateCardsItemKeyMax: 64;
9671
9703
  export declare const createPlanBodyPhasesItemRateCardsItemKeyRegExp: RegExp;
9672
- export declare const createPlanBodyPhasesItemRateCardsItemNameMax = 256;
9673
- export declare const createPlanBodyPhasesItemRateCardsItemDescriptionMax = 1024;
9674
- export declare const createPlanBodyPhasesItemRateCardsItemFeatureKeyMax = 64;
9704
+ export declare const createPlanBodyPhasesItemRateCardsItemNameMax: 256;
9705
+ export declare const createPlanBodyPhasesItemRateCardsItemDescriptionMax: 1024;
9706
+ export declare const createPlanBodyPhasesItemRateCardsItemFeatureKeyMax: 64;
9675
9707
  export declare const createPlanBodyPhasesItemRateCardsItemFeatureKeyRegExp: RegExp;
9676
- export declare const createPlanBodyPhasesItemRateCardsItemEntitlementTemplateIsSoftLimitDefault = false;
9677
- export declare const createPlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetMin = 0;
9678
- export declare const createPlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefault = 1;
9679
- export declare const createPlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityMax = 255;
9680
- export declare const createPlanBodyPhasesItemRateCardsItemEntitlementTemplatePreserveOverageAtResetDefault = false;
9708
+ export declare const createPlanBodyPhasesItemRateCardsItemEntitlementTemplateIsSoftLimitDefault: false;
9709
+ export declare const createPlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetMin: 0;
9710
+ export declare const createPlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefault: 1;
9711
+ export declare const createPlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityMax: 255;
9712
+ export declare const createPlanBodyPhasesItemRateCardsItemEntitlementTemplatePreserveOverageAtResetDefault: false;
9681
9713
  export declare const createPlanBodyPhasesItemRateCardsItemTaxConfigStripeCodeRegExp: RegExp;
9682
9714
  export declare const createPlanBodyPhasesItemRateCardsItemPriceAmountRegExpOne: RegExp;
9683
- export declare const createPlanBodyPhasesItemRateCardsItemPricePaymentTermDefault = "in_advance";
9715
+ export declare const createPlanBodyPhasesItemRateCardsItemPricePaymentTermDefault: "in_advance";
9684
9716
  export declare const createPlanBodyPhasesItemRateCardsItemDiscountsUsageQuantityRegExpOne: RegExp;
9685
- export declare const createPlanBodyPhasesItemRateCardsItemKeyMaxOne = 64;
9717
+ export declare const createPlanBodyPhasesItemRateCardsItemKeyMaxOne: 64;
9686
9718
  export declare const createPlanBodyPhasesItemRateCardsItemKeyRegExpOne: RegExp;
9687
- export declare const createPlanBodyPhasesItemRateCardsItemNameMaxOne = 256;
9688
- export declare const createPlanBodyPhasesItemRateCardsItemDescriptionMaxOne = 1024;
9689
- export declare const createPlanBodyPhasesItemRateCardsItemFeatureKeyMaxOne = 64;
9719
+ export declare const createPlanBodyPhasesItemRateCardsItemNameMaxOne: 256;
9720
+ export declare const createPlanBodyPhasesItemRateCardsItemDescriptionMaxOne: 1024;
9721
+ export declare const createPlanBodyPhasesItemRateCardsItemFeatureKeyMaxOne: 64;
9690
9722
  export declare const createPlanBodyPhasesItemRateCardsItemFeatureKeyRegExpOne: RegExp;
9691
- export declare const createPlanBodyPhasesItemRateCardsItemEntitlementTemplateIsSoftLimitDefaultOne = false;
9692
- export declare const createPlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetMinOne = 0;
9693
- export declare const createPlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefaultOne = 1;
9694
- export declare const createPlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityMaxOne = 255;
9695
- export declare const createPlanBodyPhasesItemRateCardsItemEntitlementTemplatePreserveOverageAtResetDefaultOne = false;
9723
+ export declare const createPlanBodyPhasesItemRateCardsItemEntitlementTemplateIsSoftLimitDefaultOne: false;
9724
+ export declare const createPlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetMinOne: 0;
9725
+ export declare const createPlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefaultOne: 1;
9726
+ export declare const createPlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityMaxOne: 255;
9727
+ export declare const createPlanBodyPhasesItemRateCardsItemEntitlementTemplatePreserveOverageAtResetDefaultOne: false;
9696
9728
  export declare const createPlanBodyPhasesItemRateCardsItemTaxConfigStripeCodeRegExpOne: RegExp;
9697
9729
  export declare const createPlanBodyPhasesItemRateCardsItemPriceAmountRegExpThree: RegExp;
9698
- export declare const createPlanBodyPhasesItemRateCardsItemPricePaymentTermDefaultTwo = "in_advance";
9730
+ export declare const createPlanBodyPhasesItemRateCardsItemPricePaymentTermDefaultTwo: "in_advance";
9699
9731
  export declare const createPlanBodyPhasesItemRateCardsItemPriceAmountRegExpFive: RegExp;
9700
9732
  export declare const createPlanBodyPhasesItemRateCardsItemPriceMinimumAmountRegExpOne: RegExp;
9701
9733
  export declare const createPlanBodyPhasesItemRateCardsItemPriceMaximumAmountRegExpOne: RegExp;
@@ -9705,7 +9737,7 @@ export declare const createPlanBodyPhasesItemRateCardsItemPriceTiersItemUnitPric
9705
9737
  export declare const createPlanBodyPhasesItemRateCardsItemPriceMinimumAmountRegExpThree: RegExp;
9706
9738
  export declare const createPlanBodyPhasesItemRateCardsItemPriceMaximumAmountRegExpThree: RegExp;
9707
9739
  export declare const createPlanBodyPhasesItemRateCardsItemPriceMultiplierRegExpOne: RegExp;
9708
- export declare const createPlanBodyPhasesItemRateCardsItemPriceMultiplierDefault = "1";
9740
+ export declare const createPlanBodyPhasesItemRateCardsItemPriceMultiplierDefault: "1";
9709
9741
  export declare const createPlanBodyPhasesItemRateCardsItemPriceMinimumAmountRegExpFive: RegExp;
9710
9742
  export declare const createPlanBodyPhasesItemRateCardsItemPriceMaximumAmountRegExpFive: RegExp;
9711
9743
  export declare const createPlanBodyPhasesItemRateCardsItemPriceAmountRegExpSeven: RegExp;
@@ -10942,7 +10974,7 @@ It returns error if there is already a plan in draft or planId does not referenc
10942
10974
  * @deprecated
10943
10975
  * @summary New draft plan
10944
10976
  */
10945
- export declare const nextPlanPathPlanIdOrKeyMax = 64;
10977
+ export declare const nextPlanPathPlanIdOrKeyMax: 64;
10946
10978
  export declare const nextPlanPathPlanIdOrKeyRegExp: RegExp;
10947
10979
  export declare const nextPlanParams: zod.ZodObject<{
10948
10980
  planIdOrKey: zod.ZodString;
@@ -10963,47 +10995,47 @@ export declare const updatePlanParams: zod.ZodObject<{
10963
10995
  }, {
10964
10996
  planId: string;
10965
10997
  }>;
10966
- export declare const updatePlanBodyNameMax = 256;
10967
- export declare const updatePlanBodyDescriptionMax = 1024;
10968
- export declare const updatePlanBodyProRatingConfigEnabledDefault = true;
10969
- export declare const updatePlanBodyProRatingConfigModeDefault = "prorate_prices";
10998
+ export declare const updatePlanBodyNameMax: 256;
10999
+ export declare const updatePlanBodyDescriptionMax: 1024;
11000
+ export declare const updatePlanBodyProRatingConfigEnabledDefault: true;
11001
+ export declare const updatePlanBodyProRatingConfigModeDefault: "prorate_prices";
10970
11002
  export declare const updatePlanBodyProRatingConfigDefault: {
10971
- enabled: boolean;
10972
- mode: string;
11003
+ readonly enabled: true;
11004
+ readonly mode: "prorate_prices";
10973
11005
  };
10974
- export declare const updatePlanBodyPhasesItemKeyMax = 64;
11006
+ export declare const updatePlanBodyPhasesItemKeyMax: 64;
10975
11007
  export declare const updatePlanBodyPhasesItemKeyRegExp: RegExp;
10976
- export declare const updatePlanBodyPhasesItemNameMax = 256;
10977
- export declare const updatePlanBodyPhasesItemDescriptionMax = 1024;
10978
- export declare const updatePlanBodyPhasesItemRateCardsItemKeyMax = 64;
11008
+ export declare const updatePlanBodyPhasesItemNameMax: 256;
11009
+ export declare const updatePlanBodyPhasesItemDescriptionMax: 1024;
11010
+ export declare const updatePlanBodyPhasesItemRateCardsItemKeyMax: 64;
10979
11011
  export declare const updatePlanBodyPhasesItemRateCardsItemKeyRegExp: RegExp;
10980
- export declare const updatePlanBodyPhasesItemRateCardsItemNameMax = 256;
10981
- export declare const updatePlanBodyPhasesItemRateCardsItemDescriptionMax = 1024;
10982
- export declare const updatePlanBodyPhasesItemRateCardsItemFeatureKeyMax = 64;
11012
+ export declare const updatePlanBodyPhasesItemRateCardsItemNameMax: 256;
11013
+ export declare const updatePlanBodyPhasesItemRateCardsItemDescriptionMax: 1024;
11014
+ export declare const updatePlanBodyPhasesItemRateCardsItemFeatureKeyMax: 64;
10983
11015
  export declare const updatePlanBodyPhasesItemRateCardsItemFeatureKeyRegExp: RegExp;
10984
- export declare const updatePlanBodyPhasesItemRateCardsItemEntitlementTemplateIsSoftLimitDefault = false;
10985
- export declare const updatePlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetMin = 0;
10986
- export declare const updatePlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefault = 1;
10987
- export declare const updatePlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityMax = 255;
10988
- export declare const updatePlanBodyPhasesItemRateCardsItemEntitlementTemplatePreserveOverageAtResetDefault = false;
11016
+ export declare const updatePlanBodyPhasesItemRateCardsItemEntitlementTemplateIsSoftLimitDefault: false;
11017
+ export declare const updatePlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetMin: 0;
11018
+ export declare const updatePlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefault: 1;
11019
+ export declare const updatePlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityMax: 255;
11020
+ export declare const updatePlanBodyPhasesItemRateCardsItemEntitlementTemplatePreserveOverageAtResetDefault: false;
10989
11021
  export declare const updatePlanBodyPhasesItemRateCardsItemTaxConfigStripeCodeRegExp: RegExp;
10990
11022
  export declare const updatePlanBodyPhasesItemRateCardsItemPriceAmountRegExpOne: RegExp;
10991
- export declare const updatePlanBodyPhasesItemRateCardsItemPricePaymentTermDefault = "in_advance";
11023
+ export declare const updatePlanBodyPhasesItemRateCardsItemPricePaymentTermDefault: "in_advance";
10992
11024
  export declare const updatePlanBodyPhasesItemRateCardsItemDiscountsUsageQuantityRegExpOne: RegExp;
10993
- export declare const updatePlanBodyPhasesItemRateCardsItemKeyMaxOne = 64;
11025
+ export declare const updatePlanBodyPhasesItemRateCardsItemKeyMaxOne: 64;
10994
11026
  export declare const updatePlanBodyPhasesItemRateCardsItemKeyRegExpOne: RegExp;
10995
- export declare const updatePlanBodyPhasesItemRateCardsItemNameMaxOne = 256;
10996
- export declare const updatePlanBodyPhasesItemRateCardsItemDescriptionMaxOne = 1024;
10997
- export declare const updatePlanBodyPhasesItemRateCardsItemFeatureKeyMaxOne = 64;
11027
+ export declare const updatePlanBodyPhasesItemRateCardsItemNameMaxOne: 256;
11028
+ export declare const updatePlanBodyPhasesItemRateCardsItemDescriptionMaxOne: 1024;
11029
+ export declare const updatePlanBodyPhasesItemRateCardsItemFeatureKeyMaxOne: 64;
10998
11030
  export declare const updatePlanBodyPhasesItemRateCardsItemFeatureKeyRegExpOne: RegExp;
10999
- export declare const updatePlanBodyPhasesItemRateCardsItemEntitlementTemplateIsSoftLimitDefaultOne = false;
11000
- export declare const updatePlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetMinOne = 0;
11001
- export declare const updatePlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefaultOne = 1;
11002
- export declare const updatePlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityMaxOne = 255;
11003
- export declare const updatePlanBodyPhasesItemRateCardsItemEntitlementTemplatePreserveOverageAtResetDefaultOne = false;
11031
+ export declare const updatePlanBodyPhasesItemRateCardsItemEntitlementTemplateIsSoftLimitDefaultOne: false;
11032
+ export declare const updatePlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetMinOne: 0;
11033
+ export declare const updatePlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefaultOne: 1;
11034
+ export declare const updatePlanBodyPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityMaxOne: 255;
11035
+ export declare const updatePlanBodyPhasesItemRateCardsItemEntitlementTemplatePreserveOverageAtResetDefaultOne: false;
11004
11036
  export declare const updatePlanBodyPhasesItemRateCardsItemTaxConfigStripeCodeRegExpOne: RegExp;
11005
11037
  export declare const updatePlanBodyPhasesItemRateCardsItemPriceAmountRegExpThree: RegExp;
11006
- export declare const updatePlanBodyPhasesItemRateCardsItemPricePaymentTermDefaultTwo = "in_advance";
11038
+ export declare const updatePlanBodyPhasesItemRateCardsItemPricePaymentTermDefaultTwo: "in_advance";
11007
11039
  export declare const updatePlanBodyPhasesItemRateCardsItemPriceAmountRegExpFive: RegExp;
11008
11040
  export declare const updatePlanBodyPhasesItemRateCardsItemPriceMinimumAmountRegExpOne: RegExp;
11009
11041
  export declare const updatePlanBodyPhasesItemRateCardsItemPriceMaximumAmountRegExpOne: RegExp;
@@ -11013,7 +11045,7 @@ export declare const updatePlanBodyPhasesItemRateCardsItemPriceTiersItemUnitPric
11013
11045
  export declare const updatePlanBodyPhasesItemRateCardsItemPriceMinimumAmountRegExpThree: RegExp;
11014
11046
  export declare const updatePlanBodyPhasesItemRateCardsItemPriceMaximumAmountRegExpThree: RegExp;
11015
11047
  export declare const updatePlanBodyPhasesItemRateCardsItemPriceMultiplierRegExpOne: RegExp;
11016
- export declare const updatePlanBodyPhasesItemRateCardsItemPriceMultiplierDefault = "1";
11048
+ export declare const updatePlanBodyPhasesItemRateCardsItemPriceMultiplierDefault: "1";
11017
11049
  export declare const updatePlanBodyPhasesItemRateCardsItemPriceMinimumAmountRegExpFive: RegExp;
11018
11050
  export declare const updatePlanBodyPhasesItemRateCardsItemPriceMaximumAmountRegExpFive: RegExp;
11019
11051
  export declare const updatePlanBodyPhasesItemRateCardsItemPriceAmountRegExpSeven: RegExp;
@@ -12242,7 +12274,7 @@ export declare const updatePlanBody: zod.ZodObject<{
12242
12274
  * Get a plan by id or key. The latest published version is returned if latter is used.
12243
12275
  * @summary Get plan
12244
12276
  */
12245
- export declare const getPlanPathPlanIdMax = 64;
12277
+ export declare const getPlanPathPlanIdMax: 64;
12246
12278
  export declare const getPlanPathPlanIdRegExp: RegExp;
12247
12279
  export declare const getPlanParams: zod.ZodObject<{
12248
12280
  planId: zod.ZodString;
@@ -12251,7 +12283,7 @@ export declare const getPlanParams: zod.ZodObject<{
12251
12283
  }, {
12252
12284
  planId: string;
12253
12285
  }>;
12254
- export declare const getPlanQueryIncludeLatestDefault = false;
12286
+ export declare const getPlanQueryIncludeLatestDefault: false;
12255
12287
  export declare const getPlanQueryParams: zod.ZodObject<{
12256
12288
  includeLatest: zod.ZodOptional<zod.ZodBoolean>;
12257
12289
  }, "strip", zod.ZodTypeAny, {
@@ -12277,7 +12309,7 @@ export declare const deletePlanParams: zod.ZodObject<{
12277
12309
  * List all available add-ons for plan.
12278
12310
  * @summary List all available add-ons for plan
12279
12311
  */
12280
- export declare const listPlanAddonsPathPlanIdMax = 64;
12312
+ export declare const listPlanAddonsPathPlanIdMax: 64;
12281
12313
  export declare const listPlanAddonsPathPlanIdRegExp: RegExp;
12282
12314
  export declare const listPlanAddonsParams: zod.ZodObject<{
12283
12315
  planId: zod.ZodString;
@@ -12286,13 +12318,13 @@ export declare const listPlanAddonsParams: zod.ZodObject<{
12286
12318
  }, {
12287
12319
  planId: string;
12288
12320
  }>;
12289
- export declare const listPlanAddonsQueryIncludeDeletedDefault = false;
12321
+ export declare const listPlanAddonsQueryIncludeDeletedDefault: false;
12290
12322
  export declare const listPlanAddonsQueryIdItemRegExp: RegExp;
12291
- export declare const listPlanAddonsQueryKeyItemMax = 64;
12323
+ export declare const listPlanAddonsQueryKeyItemMax: 64;
12292
12324
  export declare const listPlanAddonsQueryKeyItemRegExp: RegExp;
12293
- export declare const listPlanAddonsQueryPageDefault = 1;
12294
- export declare const listPlanAddonsQueryPageSizeDefault = 100;
12295
- export declare const listPlanAddonsQueryPageSizeMax = 1000;
12325
+ export declare const listPlanAddonsQueryPageDefault: 1;
12326
+ export declare const listPlanAddonsQueryPageSizeDefault: 100;
12327
+ export declare const listPlanAddonsQueryPageSizeMax: 1000;
12296
12328
  export declare const listPlanAddonsQueryParams: zod.ZodObject<{
12297
12329
  id: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
12298
12330
  includeDeleted: zod.ZodOptional<zod.ZodBoolean>;
@@ -12383,9 +12415,9 @@ export declare const updatePlanAddonBody: zod.ZodObject<{
12383
12415
  * Get add-on assignment for plan by id.
12384
12416
  * @summary Get add-on assignment for plan
12385
12417
  */
12386
- export declare const getPlanAddonPathPlanIdMax = 64;
12418
+ export declare const getPlanAddonPathPlanIdMax: 64;
12387
12419
  export declare const getPlanAddonPathPlanIdRegExp: RegExp;
12388
- export declare const getPlanAddonPathPlanAddonIdMax = 64;
12420
+ export declare const getPlanAddonPathPlanAddonIdMax: 64;
12389
12421
  export declare const getPlanAddonPathPlanAddonIdRegExp: RegExp;
12390
12422
  export declare const getPlanAddonParams: zod.ZodObject<{
12391
12423
  planAddonId: zod.ZodString;
@@ -12443,7 +12475,7 @@ export declare const publishPlanParams: zod.ZodObject<{
12443
12475
  * Query meter for consumer portal. This endpoint is publicly exposable to consumers. Query meter for consumer portal. This endpoint is publicly exposable to consumers.
12444
12476
  * @summary Query meter Query meter
12445
12477
  */
12446
- export declare const queryPortalMeterPathMeterSlugMax = 64;
12478
+ export declare const queryPortalMeterPathMeterSlugMax: 64;
12447
12479
  export declare const queryPortalMeterPathMeterSlugRegExp: RegExp;
12448
12480
  export declare const queryPortalMeterParams: zod.ZodObject<{
12449
12481
  meterSlug: zod.ZodString;
@@ -12452,9 +12484,9 @@ export declare const queryPortalMeterParams: zod.ZodObject<{
12452
12484
  }, {
12453
12485
  meterSlug: string;
12454
12486
  }>;
12455
- export declare const queryPortalMeterQueryClientIdMax = 36;
12456
- export declare const queryPortalMeterQueryWindowTimeZoneDefault = "UTC";
12457
- export declare const queryPortalMeterQueryFilterCustomerIdMax = 100;
12487
+ export declare const queryPortalMeterQueryClientIdMax: 36;
12488
+ export declare const queryPortalMeterQueryWindowTimeZoneDefault: "UTC";
12489
+ export declare const queryPortalMeterQueryFilterCustomerIdMax: 100;
12458
12490
  export declare const queryPortalMeterQueryParams: zod.ZodObject<{
12459
12491
  clientId: zod.ZodOptional<zod.ZodString>;
12460
12492
  filterCustomerId: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
@@ -12469,8 +12501,8 @@ export declare const queryPortalMeterQueryParams: zod.ZodObject<{
12469
12501
  windowSize?: "HOUR" | "DAY" | "MONTH" | "MINUTE" | undefined;
12470
12502
  from?: Date | undefined;
12471
12503
  to?: Date | undefined;
12472
- groupBy?: string[] | undefined;
12473
12504
  clientId?: string | undefined;
12505
+ groupBy?: string[] | undefined;
12474
12506
  filterCustomerId?: string[] | undefined;
12475
12507
  filterGroupBy?: Record<string, string> | undefined;
12476
12508
  }, {
@@ -12478,8 +12510,8 @@ export declare const queryPortalMeterQueryParams: zod.ZodObject<{
12478
12510
  from?: Date | undefined;
12479
12511
  to?: Date | undefined;
12480
12512
  windowTimeZone?: string | undefined;
12481
- groupBy?: string[] | undefined;
12482
12513
  clientId?: string | undefined;
12514
+ groupBy?: string[] | undefined;
12483
12515
  filterCustomerId?: string[] | undefined;
12484
12516
  filterGroupBy?: Record<string, string> | undefined;
12485
12517
  }>;
@@ -12501,8 +12533,8 @@ export declare const createPortalTokenBody: zod.ZodObject<{
12501
12533
  * List tokens.
12502
12534
  * @summary List consumer portal tokens
12503
12535
  */
12504
- export declare const listPortalTokensQueryLimitDefault = 25;
12505
- export declare const listPortalTokensQueryLimitMax = 100;
12536
+ export declare const listPortalTokensQueryLimitDefault: 25;
12537
+ export declare const listPortalTokensQueryLimitMax: 100;
12506
12538
  export declare const listPortalTokensQueryParams: zod.ZodObject<{
12507
12539
  limit: zod.ZodDefault<zod.ZodNumber>;
12508
12540
  }, "strip", zod.ZodTypeAny, {
@@ -12530,23 +12562,23 @@ export declare const invalidatePortalTokensBody: zod.ZodObject<{
12530
12562
  */
12531
12563
  export declare const createStripeCheckoutSessionBodyAppIdRegExp: RegExp;
12532
12564
  export declare const createStripeCheckoutSessionBodyCustomerIdRegExp: RegExp;
12533
- export declare const createStripeCheckoutSessionBodyCustomerNameMax = 256;
12534
- export declare const createStripeCheckoutSessionBodyCustomerDescriptionMax = 1024;
12535
- export declare const createStripeCheckoutSessionBodyCustomerKeyMaxOne = 256;
12536
- export declare const createStripeCheckoutSessionBodyCustomerUsageAttributionSubjectKeysMax = 1;
12537
- export declare const createStripeCheckoutSessionBodyCustomerCurrencyMinOne = 3;
12538
- export declare const createStripeCheckoutSessionBodyCustomerCurrencyMaxOne = 3;
12565
+ export declare const createStripeCheckoutSessionBodyCustomerNameMax: 256;
12566
+ export declare const createStripeCheckoutSessionBodyCustomerDescriptionMax: 1024;
12567
+ export declare const createStripeCheckoutSessionBodyCustomerKeyMaxOne: 256;
12568
+ export declare const createStripeCheckoutSessionBodyCustomerUsageAttributionSubjectKeysMax: 1;
12569
+ export declare const createStripeCheckoutSessionBodyCustomerCurrencyMinOne: 3;
12570
+ export declare const createStripeCheckoutSessionBodyCustomerCurrencyMaxOne: 3;
12539
12571
  export declare const createStripeCheckoutSessionBodyCustomerCurrencyRegExpOne: RegExp;
12540
- export declare const createStripeCheckoutSessionBodyCustomerBillingAddressCountryMinOne = 2;
12541
- export declare const createStripeCheckoutSessionBodyCustomerBillingAddressCountryMaxOne = 2;
12572
+ export declare const createStripeCheckoutSessionBodyCustomerBillingAddressCountryMinOne: 2;
12573
+ export declare const createStripeCheckoutSessionBodyCustomerBillingAddressCountryMaxOne: 2;
12542
12574
  export declare const createStripeCheckoutSessionBodyCustomerBillingAddressCountryRegExpOne: RegExp;
12543
- export declare const createStripeCheckoutSessionBodyOptionsCurrencyMinOne = 3;
12544
- export declare const createStripeCheckoutSessionBodyOptionsCurrencyMaxOne = 3;
12575
+ export declare const createStripeCheckoutSessionBodyOptionsCurrencyMinOne: 3;
12576
+ export declare const createStripeCheckoutSessionBodyOptionsCurrencyMaxOne: 3;
12545
12577
  export declare const createStripeCheckoutSessionBodyOptionsCurrencyRegExpOne: RegExp;
12546
- export declare const createStripeCheckoutSessionBodyOptionsCustomTextAfterSubmitMessageMax = 1200;
12547
- export declare const createStripeCheckoutSessionBodyOptionsCustomTextShippingAddressMessageMax = 1200;
12548
- export declare const createStripeCheckoutSessionBodyOptionsCustomTextSubmitMessageMax = 1200;
12549
- export declare const createStripeCheckoutSessionBodyOptionsCustomTextTermsOfServiceAcceptanceMessageMax = 1200;
12578
+ export declare const createStripeCheckoutSessionBodyOptionsCustomTextAfterSubmitMessageMax: 1200;
12579
+ export declare const createStripeCheckoutSessionBodyOptionsCustomTextShippingAddressMessageMax: 1200;
12580
+ export declare const createStripeCheckoutSessionBodyOptionsCustomTextSubmitMessageMax: 1200;
12581
+ export declare const createStripeCheckoutSessionBodyOptionsCustomTextTermsOfServiceAcceptanceMessageMax: 1200;
12550
12582
  export declare const createStripeCheckoutSessionBody: zod.ZodObject<{
12551
12583
  appId: zod.ZodOptional<zod.ZodString>;
12552
12584
  customer: zod.ZodUnion<[zod.ZodObject<{
@@ -13077,21 +13109,24 @@ export declare const createEntitlementParams: zod.ZodObject<{
13077
13109
  }, {
13078
13110
  subjectIdOrKey: string;
13079
13111
  }>;
13080
- export declare const createEntitlementBodyFeatureKeyMax = 64;
13112
+ export declare const createEntitlementBodyFeatureKeyMax: 64;
13081
13113
  export declare const createEntitlementBodyFeatureKeyRegExp: RegExp;
13082
13114
  export declare const createEntitlementBodyFeatureIdRegExp: RegExp;
13083
- export declare const createEntitlementBodyIsSoftLimitDefault = false;
13084
- export declare const createEntitlementBodyIsUnlimitedDefault = false;
13085
- export declare const createEntitlementBodyIssueAfterResetMin = 0;
13086
- export declare const createEntitlementBodyIssueAfterResetPriorityDefault = 1;
13087
- export declare const createEntitlementBodyIssueAfterResetPriorityMax = 255;
13088
- export declare const createEntitlementBodyPreserveOverageAtResetDefault = false;
13089
- export declare const createEntitlementBodyFeatureKeyMaxOne = 64;
13115
+ export declare const createEntitlementBodyIsSoftLimitDefault: false;
13116
+ export declare const createEntitlementBodyIsUnlimitedDefault: false;
13117
+ export declare const createEntitlementBodyUsagePeriodIntervalRegExpTwo: RegExp;
13118
+ export declare const createEntitlementBodyIssueAfterResetMin: 0;
13119
+ export declare const createEntitlementBodyIssueAfterResetPriorityDefault: 1;
13120
+ export declare const createEntitlementBodyIssueAfterResetPriorityMax: 255;
13121
+ export declare const createEntitlementBodyPreserveOverageAtResetDefault: false;
13122
+ export declare const createEntitlementBodyFeatureKeyMaxOne: 64;
13090
13123
  export declare const createEntitlementBodyFeatureKeyRegExpOne: RegExp;
13091
13124
  export declare const createEntitlementBodyFeatureIdRegExpOne: RegExp;
13092
- export declare const createEntitlementBodyFeatureKeyMaxTwo = 64;
13125
+ export declare const createEntitlementBodyUsagePeriodIntervalRegExpSix: RegExp;
13126
+ export declare const createEntitlementBodyFeatureKeyMaxTwo: 64;
13093
13127
  export declare const createEntitlementBodyFeatureKeyRegExpTwo: RegExp;
13094
13128
  export declare const createEntitlementBodyFeatureIdRegExpTwo: RegExp;
13129
+ export declare const createEntitlementBodyUsagePeriodIntervalRegExpOnezero: RegExp;
13095
13130
  export declare const createEntitlementBody: zod.ZodUnion<[zod.ZodObject<{
13096
13131
  featureId: zod.ZodOptional<zod.ZodString>;
13097
13132
  featureKey: zod.ZodOptional<zod.ZodString>;
@@ -13224,7 +13259,7 @@ export declare const listSubjectEntitlementsParams: zod.ZodObject<{
13224
13259
  }, {
13225
13260
  subjectIdOrKey: string;
13226
13261
  }>;
13227
- export declare const listSubjectEntitlementsQueryIncludeDeletedDefault = false;
13262
+ export declare const listSubjectEntitlementsQueryIncludeDeletedDefault: false;
13228
13263
  export declare const listSubjectEntitlementsQueryParams: zod.ZodObject<{
13229
13264
  includeDeleted: zod.ZodOptional<zod.ZodBoolean>;
13230
13265
  }, "strip", zod.ZodTypeAny, {
@@ -13246,7 +13281,7 @@ export declare const listEntitlementGrantsParams: zod.ZodObject<{
13246
13281
  entitlementIdOrFeatureKey: string;
13247
13282
  subjectIdOrKey: string;
13248
13283
  }>;
13249
- export declare const listEntitlementGrantsQueryIncludeDeletedDefault = false;
13284
+ export declare const listEntitlementGrantsQueryIncludeDeletedDefault: false;
13250
13285
  export declare const listEntitlementGrantsQueryParams: zod.ZodObject<{
13251
13286
  includeDeleted: zod.ZodOptional<zod.ZodBoolean>;
13252
13287
  orderBy: zod.ZodOptional<zod.ZodEnum<["id", "createdAt", "updatedAt"]>>;
@@ -13281,11 +13316,12 @@ export declare const createGrantParams: zod.ZodObject<{
13281
13316
  entitlementIdOrFeatureKey: string;
13282
13317
  subjectIdOrKey: string;
13283
13318
  }>;
13284
- export declare const createGrantBodyAmountMin = 0;
13285
- export declare const createGrantBodyPriorityMax = 255;
13286
- export declare const createGrantBodyExpirationCountMax = 1000;
13287
- export declare const createGrantBodyMaxRolloverAmountDefault = 0;
13288
- export declare const createGrantBodyMinRolloverAmountDefault = 0;
13319
+ export declare const createGrantBodyAmountMin: 0;
13320
+ export declare const createGrantBodyPriorityMax: 255;
13321
+ export declare const createGrantBodyExpirationCountMax: 1000;
13322
+ export declare const createGrantBodyMaxRolloverAmountDefault: 0;
13323
+ export declare const createGrantBodyMinRolloverAmountDefault: 0;
13324
+ export declare const createGrantBodyRecurrenceIntervalRegExpTwo: RegExp;
13289
13325
  export declare const createGrantBody: zod.ZodObject<{
13290
13326
  amount: zod.ZodNumber;
13291
13327
  effectiveAt: zod.ZodDate;
@@ -13320,10 +13356,10 @@ export declare const createGrantBody: zod.ZodObject<{
13320
13356
  duration: "HOUR" | "DAY" | "WEEK" | "MONTH" | "YEAR";
13321
13357
  count: number;
13322
13358
  };
13359
+ priority?: number | undefined;
13323
13360
  metadata?: Record<string, string> | undefined;
13324
13361
  maxRolloverAmount?: number | undefined;
13325
13362
  minRolloverAmount?: number | undefined;
13326
- priority?: number | undefined;
13327
13363
  recurrence?: {
13328
13364
  interval: string;
13329
13365
  anchor?: Date | undefined;
@@ -13335,10 +13371,10 @@ export declare const createGrantBody: zod.ZodObject<{
13335
13371
  duration: "HOUR" | "DAY" | "WEEK" | "MONTH" | "YEAR";
13336
13372
  count: number;
13337
13373
  };
13374
+ priority?: number | undefined;
13338
13375
  metadata?: Record<string, string> | undefined;
13339
13376
  maxRolloverAmount?: number | undefined;
13340
13377
  minRolloverAmount?: number | undefined;
13341
- priority?: number | undefined;
13342
13378
  recurrence?: {
13343
13379
  interval: string;
13344
13380
  anchor?: Date | undefined;
@@ -13360,21 +13396,24 @@ export declare const overrideEntitlementParams: zod.ZodObject<{
13360
13396
  entitlementIdOrFeatureKey: string;
13361
13397
  subjectIdOrKey: string;
13362
13398
  }>;
13363
- export declare const overrideEntitlementBodyFeatureKeyMax = 64;
13399
+ export declare const overrideEntitlementBodyFeatureKeyMax: 64;
13364
13400
  export declare const overrideEntitlementBodyFeatureKeyRegExp: RegExp;
13365
13401
  export declare const overrideEntitlementBodyFeatureIdRegExp: RegExp;
13366
- export declare const overrideEntitlementBodyIsSoftLimitDefault = false;
13367
- export declare const overrideEntitlementBodyIsUnlimitedDefault = false;
13368
- export declare const overrideEntitlementBodyIssueAfterResetMin = 0;
13369
- export declare const overrideEntitlementBodyIssueAfterResetPriorityDefault = 1;
13370
- export declare const overrideEntitlementBodyIssueAfterResetPriorityMax = 255;
13371
- export declare const overrideEntitlementBodyPreserveOverageAtResetDefault = false;
13372
- export declare const overrideEntitlementBodyFeatureKeyMaxOne = 64;
13402
+ export declare const overrideEntitlementBodyIsSoftLimitDefault: false;
13403
+ export declare const overrideEntitlementBodyIsUnlimitedDefault: false;
13404
+ export declare const overrideEntitlementBodyUsagePeriodIntervalRegExpTwo: RegExp;
13405
+ export declare const overrideEntitlementBodyIssueAfterResetMin: 0;
13406
+ export declare const overrideEntitlementBodyIssueAfterResetPriorityDefault: 1;
13407
+ export declare const overrideEntitlementBodyIssueAfterResetPriorityMax: 255;
13408
+ export declare const overrideEntitlementBodyPreserveOverageAtResetDefault: false;
13409
+ export declare const overrideEntitlementBodyFeatureKeyMaxOne: 64;
13373
13410
  export declare const overrideEntitlementBodyFeatureKeyRegExpOne: RegExp;
13374
13411
  export declare const overrideEntitlementBodyFeatureIdRegExpOne: RegExp;
13375
- export declare const overrideEntitlementBodyFeatureKeyMaxTwo = 64;
13412
+ export declare const overrideEntitlementBodyUsagePeriodIntervalRegExpSix: RegExp;
13413
+ export declare const overrideEntitlementBodyFeatureKeyMaxTwo: 64;
13376
13414
  export declare const overrideEntitlementBodyFeatureKeyRegExpTwo: RegExp;
13377
13415
  export declare const overrideEntitlementBodyFeatureIdRegExpTwo: RegExp;
13416
+ export declare const overrideEntitlementBodyUsagePeriodIntervalRegExpOnezero: RegExp;
13378
13417
  export declare const overrideEntitlementBody: zod.ZodUnion<[zod.ZodObject<{
13379
13418
  featureId: zod.ZodOptional<zod.ZodString>;
13380
13419
  featureKey: zod.ZodOptional<zod.ZodString>;
@@ -13566,7 +13605,7 @@ export declare const getEntitlementHistoryParams: zod.ZodObject<{
13566
13605
  subjectIdOrKey: string;
13567
13606
  entitlementId: string;
13568
13607
  }>;
13569
- export declare const getEntitlementHistoryQueryWindowTimeZoneDefault = "UTC";
13608
+ export declare const getEntitlementHistoryQueryWindowTimeZoneDefault: "UTC";
13570
13609
  export declare const getEntitlementHistoryQueryParams: zod.ZodObject<{
13571
13610
  from: zod.ZodOptional<zod.ZodDate>;
13572
13611
  to: zod.ZodOptional<zod.ZodDate>;
@@ -13615,56 +13654,56 @@ export declare const resetEntitlementUsageBody: zod.ZodObject<{
13615
13654
  /**
13616
13655
  * @summary Create subscription
13617
13656
  */
13618
- export declare const createSubscriptionBodyPlanKeyMax = 64;
13657
+ export declare const createSubscriptionBodyPlanKeyMax: 64;
13619
13658
  export declare const createSubscriptionBodyPlanKeyRegExp: RegExp;
13620
- export declare const createSubscriptionBodyTimingDefault = "immediate";
13659
+ export declare const createSubscriptionBodyTimingDefault: "immediate";
13621
13660
  export declare const createSubscriptionBodyCustomerIdRegExp: RegExp;
13622
- export declare const createSubscriptionBodyCustomerKeyMax = 256;
13623
- export declare const createSubscriptionBodyCustomPlanNameMax = 256;
13624
- export declare const createSubscriptionBodyCustomPlanDescriptionMax = 1024;
13625
- export declare const createSubscriptionBodyCustomPlanCurrencyMinOne = 3;
13626
- export declare const createSubscriptionBodyCustomPlanCurrencyMaxOne = 3;
13661
+ export declare const createSubscriptionBodyCustomerKeyMax: 256;
13662
+ export declare const createSubscriptionBodyCustomPlanNameMax: 256;
13663
+ export declare const createSubscriptionBodyCustomPlanDescriptionMax: 1024;
13664
+ export declare const createSubscriptionBodyCustomPlanCurrencyMinOne: 3;
13665
+ export declare const createSubscriptionBodyCustomPlanCurrencyMaxOne: 3;
13627
13666
  export declare const createSubscriptionBodyCustomPlanCurrencyRegExpOne: RegExp;
13628
- export declare const createSubscriptionBodyCustomPlanCurrencyDefault = "USD";
13629
- export declare const createSubscriptionBodyCustomPlanProRatingConfigEnabledDefault = true;
13630
- export declare const createSubscriptionBodyCustomPlanProRatingConfigModeDefault = "prorate_prices";
13667
+ export declare const createSubscriptionBodyCustomPlanCurrencyDefault: "USD";
13668
+ export declare const createSubscriptionBodyCustomPlanProRatingConfigEnabledDefault: true;
13669
+ export declare const createSubscriptionBodyCustomPlanProRatingConfigModeDefault: "prorate_prices";
13631
13670
  export declare const createSubscriptionBodyCustomPlanProRatingConfigDefault: {
13632
- enabled: boolean;
13633
- mode: string;
13671
+ readonly enabled: true;
13672
+ readonly mode: "prorate_prices";
13634
13673
  };
13635
- export declare const createSubscriptionBodyCustomPlanPhasesItemKeyMax = 64;
13674
+ export declare const createSubscriptionBodyCustomPlanPhasesItemKeyMax: 64;
13636
13675
  export declare const createSubscriptionBodyCustomPlanPhasesItemKeyRegExp: RegExp;
13637
- export declare const createSubscriptionBodyCustomPlanPhasesItemNameMax = 256;
13638
- export declare const createSubscriptionBodyCustomPlanPhasesItemDescriptionMax = 1024;
13639
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemKeyMax = 64;
13676
+ export declare const createSubscriptionBodyCustomPlanPhasesItemNameMax: 256;
13677
+ export declare const createSubscriptionBodyCustomPlanPhasesItemDescriptionMax: 1024;
13678
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemKeyMax: 64;
13640
13679
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemKeyRegExp: RegExp;
13641
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemNameMax = 256;
13642
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemDescriptionMax = 1024;
13643
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemFeatureKeyMax = 64;
13680
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemNameMax: 256;
13681
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemDescriptionMax: 1024;
13682
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemFeatureKeyMax: 64;
13644
13683
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemFeatureKeyRegExp: RegExp;
13645
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIsSoftLimitDefault = false;
13646
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetMin = 0;
13647
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefault = 1;
13648
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityMax = 255;
13649
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplatePreserveOverageAtResetDefault = false;
13684
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIsSoftLimitDefault: false;
13685
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetMin: 0;
13686
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefault: 1;
13687
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityMax: 255;
13688
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplatePreserveOverageAtResetDefault: false;
13650
13689
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemTaxConfigStripeCodeRegExp: RegExp;
13651
13690
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceAmountRegExpOne: RegExp;
13652
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPricePaymentTermDefault = "in_advance";
13691
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPricePaymentTermDefault: "in_advance";
13653
13692
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemDiscountsUsageQuantityRegExpOne: RegExp;
13654
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemKeyMaxOne = 64;
13693
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemKeyMaxOne: 64;
13655
13694
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemKeyRegExpOne: RegExp;
13656
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemNameMaxOne = 256;
13657
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemDescriptionMaxOne = 1024;
13658
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemFeatureKeyMaxOne = 64;
13695
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemNameMaxOne: 256;
13696
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemDescriptionMaxOne: 1024;
13697
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemFeatureKeyMaxOne: 64;
13659
13698
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemFeatureKeyRegExpOne: RegExp;
13660
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIsSoftLimitDefaultOne = false;
13661
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetMinOne = 0;
13662
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefaultOne = 1;
13663
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityMaxOne = 255;
13664
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplatePreserveOverageAtResetDefaultOne = false;
13699
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIsSoftLimitDefaultOne: false;
13700
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetMinOne: 0;
13701
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefaultOne: 1;
13702
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityMaxOne: 255;
13703
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplatePreserveOverageAtResetDefaultOne: false;
13665
13704
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemTaxConfigStripeCodeRegExpOne: RegExp;
13666
13705
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceAmountRegExpThree: RegExp;
13667
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPricePaymentTermDefaultTwo = "in_advance";
13706
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPricePaymentTermDefaultTwo: "in_advance";
13668
13707
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceAmountRegExpFive: RegExp;
13669
13708
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceMinimumAmountRegExpOne: RegExp;
13670
13709
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceMaximumAmountRegExpOne: RegExp;
@@ -13674,7 +13713,7 @@ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPric
13674
13713
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceMinimumAmountRegExpThree: RegExp;
13675
13714
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceMaximumAmountRegExpThree: RegExp;
13676
13715
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceMultiplierRegExpOne: RegExp;
13677
- export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceMultiplierDefault = "1";
13716
+ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceMultiplierDefault: "1";
13678
13717
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceMinimumAmountRegExpFive: RegExp;
13679
13718
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceMaximumAmountRegExpFive: RegExp;
13680
13719
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceAmountRegExpSeven: RegExp;
@@ -13682,9 +13721,9 @@ export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPric
13682
13721
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceMinimumAmountRegExpSeven: RegExp;
13683
13722
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceMaximumAmountRegExpSeven: RegExp;
13684
13723
  export declare const createSubscriptionBodyCustomPlanPhasesItemRateCardsItemDiscountsUsageQuantityRegExpThree: RegExp;
13685
- export declare const createSubscriptionBodyTimingDefaultFour = "immediate";
13724
+ export declare const createSubscriptionBodyTimingDefaultFour: "immediate";
13686
13725
  export declare const createSubscriptionBodyCustomerIdRegExpOne: RegExp;
13687
- export declare const createSubscriptionBodyCustomerKeyMaxOne = 256;
13726
+ export declare const createSubscriptionBodyCustomerKeyMaxOne: 256;
13688
13727
  export declare const createSubscriptionBody: zod.ZodUnion<[zod.ZodObject<{
13689
13728
  alignment: zod.ZodOptional<zod.ZodObject<{
13690
13729
  billablesMustAlign: zod.ZodOptional<zod.ZodBoolean>;
@@ -15302,35 +15341,35 @@ export declare const editSubscriptionParams: zod.ZodObject<{
15302
15341
  }, {
15303
15342
  subscriptionId: string;
15304
15343
  }>;
15305
- export declare const editSubscriptionBodyCustomizationsItemRateCardKeyMax = 64;
15344
+ export declare const editSubscriptionBodyCustomizationsItemRateCardKeyMax: 64;
15306
15345
  export declare const editSubscriptionBodyCustomizationsItemRateCardKeyRegExp: RegExp;
15307
- export declare const editSubscriptionBodyCustomizationsItemRateCardNameMax = 256;
15308
- export declare const editSubscriptionBodyCustomizationsItemRateCardDescriptionMax = 1024;
15309
- export declare const editSubscriptionBodyCustomizationsItemRateCardFeatureKeyMax = 64;
15346
+ export declare const editSubscriptionBodyCustomizationsItemRateCardNameMax: 256;
15347
+ export declare const editSubscriptionBodyCustomizationsItemRateCardDescriptionMax: 1024;
15348
+ export declare const editSubscriptionBodyCustomizationsItemRateCardFeatureKeyMax: 64;
15310
15349
  export declare const editSubscriptionBodyCustomizationsItemRateCardFeatureKeyRegExp: RegExp;
15311
- export declare const editSubscriptionBodyCustomizationsItemRateCardEntitlementTemplateIsSoftLimitDefault = false;
15312
- export declare const editSubscriptionBodyCustomizationsItemRateCardEntitlementTemplateIssueAfterResetMin = 0;
15313
- export declare const editSubscriptionBodyCustomizationsItemRateCardEntitlementTemplateIssueAfterResetPriorityDefault = 1;
15314
- export declare const editSubscriptionBodyCustomizationsItemRateCardEntitlementTemplateIssueAfterResetPriorityMax = 255;
15315
- export declare const editSubscriptionBodyCustomizationsItemRateCardEntitlementTemplatePreserveOverageAtResetDefault = false;
15350
+ export declare const editSubscriptionBodyCustomizationsItemRateCardEntitlementTemplateIsSoftLimitDefault: false;
15351
+ export declare const editSubscriptionBodyCustomizationsItemRateCardEntitlementTemplateIssueAfterResetMin: 0;
15352
+ export declare const editSubscriptionBodyCustomizationsItemRateCardEntitlementTemplateIssueAfterResetPriorityDefault: 1;
15353
+ export declare const editSubscriptionBodyCustomizationsItemRateCardEntitlementTemplateIssueAfterResetPriorityMax: 255;
15354
+ export declare const editSubscriptionBodyCustomizationsItemRateCardEntitlementTemplatePreserveOverageAtResetDefault: false;
15316
15355
  export declare const editSubscriptionBodyCustomizationsItemRateCardTaxConfigStripeCodeRegExp: RegExp;
15317
15356
  export declare const editSubscriptionBodyCustomizationsItemRateCardPriceAmountRegExpOne: RegExp;
15318
- export declare const editSubscriptionBodyCustomizationsItemRateCardPricePaymentTermDefault = "in_advance";
15357
+ export declare const editSubscriptionBodyCustomizationsItemRateCardPricePaymentTermDefault: "in_advance";
15319
15358
  export declare const editSubscriptionBodyCustomizationsItemRateCardDiscountsUsageQuantityRegExpOne: RegExp;
15320
- export declare const editSubscriptionBodyCustomizationsItemRateCardKeyMaxOne = 64;
15359
+ export declare const editSubscriptionBodyCustomizationsItemRateCardKeyMaxOne: 64;
15321
15360
  export declare const editSubscriptionBodyCustomizationsItemRateCardKeyRegExpOne: RegExp;
15322
- export declare const editSubscriptionBodyCustomizationsItemRateCardNameMaxOne = 256;
15323
- export declare const editSubscriptionBodyCustomizationsItemRateCardDescriptionMaxOne = 1024;
15324
- export declare const editSubscriptionBodyCustomizationsItemRateCardFeatureKeyMaxOne = 64;
15361
+ export declare const editSubscriptionBodyCustomizationsItemRateCardNameMaxOne: 256;
15362
+ export declare const editSubscriptionBodyCustomizationsItemRateCardDescriptionMaxOne: 1024;
15363
+ export declare const editSubscriptionBodyCustomizationsItemRateCardFeatureKeyMaxOne: 64;
15325
15364
  export declare const editSubscriptionBodyCustomizationsItemRateCardFeatureKeyRegExpOne: RegExp;
15326
- export declare const editSubscriptionBodyCustomizationsItemRateCardEntitlementTemplateIsSoftLimitDefaultOne = false;
15327
- export declare const editSubscriptionBodyCustomizationsItemRateCardEntitlementTemplateIssueAfterResetMinOne = 0;
15328
- export declare const editSubscriptionBodyCustomizationsItemRateCardEntitlementTemplateIssueAfterResetPriorityDefaultOne = 1;
15329
- export declare const editSubscriptionBodyCustomizationsItemRateCardEntitlementTemplateIssueAfterResetPriorityMaxOne = 255;
15330
- export declare const editSubscriptionBodyCustomizationsItemRateCardEntitlementTemplatePreserveOverageAtResetDefaultOne = false;
15365
+ export declare const editSubscriptionBodyCustomizationsItemRateCardEntitlementTemplateIsSoftLimitDefaultOne: false;
15366
+ export declare const editSubscriptionBodyCustomizationsItemRateCardEntitlementTemplateIssueAfterResetMinOne: 0;
15367
+ export declare const editSubscriptionBodyCustomizationsItemRateCardEntitlementTemplateIssueAfterResetPriorityDefaultOne: 1;
15368
+ export declare const editSubscriptionBodyCustomizationsItemRateCardEntitlementTemplateIssueAfterResetPriorityMaxOne: 255;
15369
+ export declare const editSubscriptionBodyCustomizationsItemRateCardEntitlementTemplatePreserveOverageAtResetDefaultOne: false;
15331
15370
  export declare const editSubscriptionBodyCustomizationsItemRateCardTaxConfigStripeCodeRegExpOne: RegExp;
15332
15371
  export declare const editSubscriptionBodyCustomizationsItemRateCardPriceAmountRegExpThree: RegExp;
15333
- export declare const editSubscriptionBodyCustomizationsItemRateCardPricePaymentTermDefaultTwo = "in_advance";
15372
+ export declare const editSubscriptionBodyCustomizationsItemRateCardPricePaymentTermDefaultTwo: "in_advance";
15334
15373
  export declare const editSubscriptionBodyCustomizationsItemRateCardPriceAmountRegExpFive: RegExp;
15335
15374
  export declare const editSubscriptionBodyCustomizationsItemRateCardPriceMinimumAmountRegExpOne: RegExp;
15336
15375
  export declare const editSubscriptionBodyCustomizationsItemRateCardPriceMaximumAmountRegExpOne: RegExp;
@@ -15340,7 +15379,7 @@ export declare const editSubscriptionBodyCustomizationsItemRateCardPriceTiersIte
15340
15379
  export declare const editSubscriptionBodyCustomizationsItemRateCardPriceMinimumAmountRegExpThree: RegExp;
15341
15380
  export declare const editSubscriptionBodyCustomizationsItemRateCardPriceMaximumAmountRegExpThree: RegExp;
15342
15381
  export declare const editSubscriptionBodyCustomizationsItemRateCardPriceMultiplierRegExpOne: RegExp;
15343
- export declare const editSubscriptionBodyCustomizationsItemRateCardPriceMultiplierDefault = "1";
15382
+ export declare const editSubscriptionBodyCustomizationsItemRateCardPriceMultiplierDefault: "1";
15344
15383
  export declare const editSubscriptionBodyCustomizationsItemRateCardPriceMinimumAmountRegExpFive: RegExp;
15345
15384
  export declare const editSubscriptionBodyCustomizationsItemRateCardPriceMaximumAmountRegExpFive: RegExp;
15346
15385
  export declare const editSubscriptionBodyCustomizationsItemRateCardPriceAmountRegExpSeven: RegExp;
@@ -15349,9 +15388,9 @@ export declare const editSubscriptionBodyCustomizationsItemRateCardPriceMinimumA
15349
15388
  export declare const editSubscriptionBodyCustomizationsItemRateCardPriceMaximumAmountRegExpSeven: RegExp;
15350
15389
  export declare const editSubscriptionBodyCustomizationsItemRateCardDiscountsUsageQuantityRegExpThree: RegExp;
15351
15390
  export declare const editSubscriptionBodyCustomizationsItemPhaseDiscountsUsageQuantityRegExpOne: RegExp;
15352
- export declare const editSubscriptionBodyCustomizationsItemPhaseKeyMaxTwo = 64;
15391
+ export declare const editSubscriptionBodyCustomizationsItemPhaseKeyMaxTwo: 64;
15353
15392
  export declare const editSubscriptionBodyCustomizationsItemPhaseKeyRegExpTwo: RegExp;
15354
- export declare const editSubscriptionBodyCustomizationsMax = 100;
15393
+ export declare const editSubscriptionBodyCustomizationsMax: 100;
15355
15394
  export declare const editSubscriptionBody: zod.ZodObject<{
15356
15395
  customizations: zod.ZodArray<zod.ZodUnion<[zod.ZodObject<{
15357
15396
  op: zod.ZodEnum<["add_item"]>;
@@ -16743,9 +16782,9 @@ export declare const createSubscriptionAddonParams: zod.ZodObject<{
16743
16782
  }, {
16744
16783
  subscriptionId: string;
16745
16784
  }>;
16746
- export declare const createSubscriptionAddonBodyNameMax = 256;
16747
- export declare const createSubscriptionAddonBodyDescriptionMax = 1024;
16748
- export declare const createSubscriptionAddonBodyQuantityMin = 0;
16785
+ export declare const createSubscriptionAddonBodyNameMax: 256;
16786
+ export declare const createSubscriptionAddonBodyDescriptionMax: 1024;
16787
+ export declare const createSubscriptionAddonBodyQuantityMin: 0;
16749
16788
  export declare const createSubscriptionAddonBodyAddonIdRegExp: RegExp;
16750
16789
  export declare const createSubscriptionAddonBody: zod.ZodObject<{
16751
16790
  addon: zod.ZodObject<{
@@ -16823,9 +16862,9 @@ export declare const updateSubscriptionAddonParams: zod.ZodObject<{
16823
16862
  subscriptionId: string;
16824
16863
  subscriptionAddonId: string;
16825
16864
  }>;
16826
- export declare const updateSubscriptionAddonBodyNameMax = 256;
16827
- export declare const updateSubscriptionAddonBodyDescriptionMax = 1024;
16828
- export declare const updateSubscriptionAddonBodyQuantityMin = 0;
16865
+ export declare const updateSubscriptionAddonBodyNameMax: 256;
16866
+ export declare const updateSubscriptionAddonBodyDescriptionMax: 1024;
16867
+ export declare const updateSubscriptionAddonBodyQuantityMin: 0;
16829
16868
  export declare const updateSubscriptionAddonBody: zod.ZodObject<{
16830
16869
  description: zod.ZodOptional<zod.ZodString>;
16831
16870
  metadata: zod.ZodOptional<zod.ZodNullable<zod.ZodRecord<zod.ZodString, zod.ZodString>>>;
@@ -16878,53 +16917,53 @@ export declare const changeSubscriptionParams: zod.ZodObject<{
16878
16917
  }, {
16879
16918
  subscriptionId: string;
16880
16919
  }>;
16881
- export declare const changeSubscriptionBodyPlanKeyMax = 64;
16920
+ export declare const changeSubscriptionBodyPlanKeyMax: 64;
16882
16921
  export declare const changeSubscriptionBodyPlanKeyRegExp: RegExp;
16883
- export declare const changeSubscriptionBodyCustomPlanNameMax = 256;
16884
- export declare const changeSubscriptionBodyCustomPlanDescriptionMax = 1024;
16885
- export declare const changeSubscriptionBodyCustomPlanCurrencyMinOne = 3;
16886
- export declare const changeSubscriptionBodyCustomPlanCurrencyMaxOne = 3;
16922
+ export declare const changeSubscriptionBodyCustomPlanNameMax: 256;
16923
+ export declare const changeSubscriptionBodyCustomPlanDescriptionMax: 1024;
16924
+ export declare const changeSubscriptionBodyCustomPlanCurrencyMinOne: 3;
16925
+ export declare const changeSubscriptionBodyCustomPlanCurrencyMaxOne: 3;
16887
16926
  export declare const changeSubscriptionBodyCustomPlanCurrencyRegExpOne: RegExp;
16888
- export declare const changeSubscriptionBodyCustomPlanCurrencyDefault = "USD";
16889
- export declare const changeSubscriptionBodyCustomPlanProRatingConfigEnabledDefault = true;
16890
- export declare const changeSubscriptionBodyCustomPlanProRatingConfigModeDefault = "prorate_prices";
16927
+ export declare const changeSubscriptionBodyCustomPlanCurrencyDefault: "USD";
16928
+ export declare const changeSubscriptionBodyCustomPlanProRatingConfigEnabledDefault: true;
16929
+ export declare const changeSubscriptionBodyCustomPlanProRatingConfigModeDefault: "prorate_prices";
16891
16930
  export declare const changeSubscriptionBodyCustomPlanProRatingConfigDefault: {
16892
- enabled: boolean;
16893
- mode: string;
16931
+ readonly enabled: true;
16932
+ readonly mode: "prorate_prices";
16894
16933
  };
16895
- export declare const changeSubscriptionBodyCustomPlanPhasesItemKeyMax = 64;
16934
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemKeyMax: 64;
16896
16935
  export declare const changeSubscriptionBodyCustomPlanPhasesItemKeyRegExp: RegExp;
16897
- export declare const changeSubscriptionBodyCustomPlanPhasesItemNameMax = 256;
16898
- export declare const changeSubscriptionBodyCustomPlanPhasesItemDescriptionMax = 1024;
16899
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemKeyMax = 64;
16936
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemNameMax: 256;
16937
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemDescriptionMax: 1024;
16938
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemKeyMax: 64;
16900
16939
  export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemKeyRegExp: RegExp;
16901
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemNameMax = 256;
16902
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemDescriptionMax = 1024;
16903
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemFeatureKeyMax = 64;
16940
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemNameMax: 256;
16941
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemDescriptionMax: 1024;
16942
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemFeatureKeyMax: 64;
16904
16943
  export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemFeatureKeyRegExp: RegExp;
16905
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIsSoftLimitDefault = false;
16906
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetMin = 0;
16907
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefault = 1;
16908
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityMax = 255;
16909
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplatePreserveOverageAtResetDefault = false;
16944
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIsSoftLimitDefault: false;
16945
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetMin: 0;
16946
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefault: 1;
16947
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityMax: 255;
16948
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplatePreserveOverageAtResetDefault: false;
16910
16949
  export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemTaxConfigStripeCodeRegExp: RegExp;
16911
16950
  export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceAmountRegExpOne: RegExp;
16912
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemPricePaymentTermDefault = "in_advance";
16951
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemPricePaymentTermDefault: "in_advance";
16913
16952
  export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemDiscountsUsageQuantityRegExpOne: RegExp;
16914
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemKeyMaxOne = 64;
16953
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemKeyMaxOne: 64;
16915
16954
  export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemKeyRegExpOne: RegExp;
16916
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemNameMaxOne = 256;
16917
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemDescriptionMaxOne = 1024;
16918
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemFeatureKeyMaxOne = 64;
16955
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemNameMaxOne: 256;
16956
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemDescriptionMaxOne: 1024;
16957
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemFeatureKeyMaxOne: 64;
16919
16958
  export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemFeatureKeyRegExpOne: RegExp;
16920
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIsSoftLimitDefaultOne = false;
16921
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetMinOne = 0;
16922
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefaultOne = 1;
16923
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityMaxOne = 255;
16924
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplatePreserveOverageAtResetDefaultOne = false;
16959
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIsSoftLimitDefaultOne: false;
16960
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetMinOne: 0;
16961
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityDefaultOne: 1;
16962
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplateIssueAfterResetPriorityMaxOne: 255;
16963
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemEntitlementTemplatePreserveOverageAtResetDefaultOne: false;
16925
16964
  export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemTaxConfigStripeCodeRegExpOne: RegExp;
16926
16965
  export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceAmountRegExpThree: RegExp;
16927
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemPricePaymentTermDefaultTwo = "in_advance";
16966
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemPricePaymentTermDefaultTwo: "in_advance";
16928
16967
  export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceAmountRegExpFive: RegExp;
16929
16968
  export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceMinimumAmountRegExpOne: RegExp;
16930
16969
  export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceMaximumAmountRegExpOne: RegExp;
@@ -16934,7 +16973,7 @@ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemPric
16934
16973
  export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceMinimumAmountRegExpThree: RegExp;
16935
16974
  export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceMaximumAmountRegExpThree: RegExp;
16936
16975
  export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceMultiplierRegExpOne: RegExp;
16937
- export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceMultiplierDefault = "1";
16976
+ export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceMultiplierDefault: "1";
16938
16977
  export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceMinimumAmountRegExpFive: RegExp;
16939
16978
  export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceMaximumAmountRegExpFive: RegExp;
16940
16979
  export declare const changeSubscriptionBodyCustomPlanPhasesItemRateCardsItemPriceAmountRegExpSeven: RegExp;
@@ -18530,7 +18569,7 @@ export declare const migrateSubscriptionParams: zod.ZodObject<{
18530
18569
  }, {
18531
18570
  subscriptionId: string;
18532
18571
  }>;
18533
- export declare const migrateSubscriptionBodyTimingDefault = "immediate";
18572
+ export declare const migrateSubscriptionBodyTimingDefault: "immediate";
18534
18573
  export declare const migrateSubscriptionBody: zod.ZodObject<{
18535
18574
  billingAnchor: zod.ZodOptional<zod.ZodDate>;
18536
18575
  startingPhase: zod.ZodOptional<zod.ZodString>;
@@ -18550,6 +18589,7 @@ export declare const migrateSubscriptionBody: zod.ZodObject<{
18550
18589
  /**
18551
18590
  * Restores a canceled subscription.
18552
18591
  Any subscription scheduled to start later will be deleted and this subscription will be continued indefinitely.
18592
+ * @deprecated
18553
18593
  * @summary Restore subscription
18554
18594
  */
18555
18595
  export declare const restoreSubscriptionPathSubscriptionIdRegExp: RegExp;
@@ -18584,6 +18624,8 @@ A given customer can only have one active (non-deleted) entitlement per featureK
18584
18624
  Once an entitlement is created you cannot modify it, only delete it.
18585
18625
  * @summary Create a customer entitlement
18586
18626
  */
18627
+ export declare const createCustomerEntitlementV2PathCustomerIdOrKeyRegExpOne: RegExp;
18628
+ export declare const createCustomerEntitlementV2PathCustomerIdOrKeyMaxTwo: 256;
18587
18629
  export declare const createCustomerEntitlementV2Params: zod.ZodObject<{
18588
18630
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
18589
18631
  }, "strip", zod.ZodTypeAny, {
@@ -18591,28 +18633,108 @@ export declare const createCustomerEntitlementV2Params: zod.ZodObject<{
18591
18633
  }, {
18592
18634
  customerIdOrKey: string;
18593
18635
  }>;
18594
- export declare const createCustomerEntitlementV2BodyFeatureKeyMax = 64;
18636
+ export declare const createCustomerEntitlementV2BodyFeatureKeyMax: 64;
18595
18637
  export declare const createCustomerEntitlementV2BodyFeatureKeyRegExp: RegExp;
18596
18638
  export declare const createCustomerEntitlementV2BodyFeatureIdRegExp: RegExp;
18597
- export declare const createCustomerEntitlementV2BodyIsSoftLimitDefault = false;
18598
- export declare const createCustomerEntitlementV2BodyIsUnlimitedDefault = false;
18599
- export declare const createCustomerEntitlementV2BodyIssueAfterResetMin = 0;
18600
- export declare const createCustomerEntitlementV2BodyIssueAfterResetPriorityDefault = 1;
18601
- export declare const createCustomerEntitlementV2BodyIssueAfterResetPriorityMax = 255;
18602
- export declare const createCustomerEntitlementV2BodyPreserveOverageAtResetDefault = false;
18603
- export declare const createCustomerEntitlementV2BodyFeatureKeyMaxOne = 64;
18639
+ export declare const createCustomerEntitlementV2BodyIsSoftLimitDefault: false;
18640
+ export declare const createCustomerEntitlementV2BodyUsagePeriodIntervalRegExpTwo: RegExp;
18641
+ export declare const createCustomerEntitlementV2BodyPreserveOverageAtResetDefault: false;
18642
+ export declare const createCustomerEntitlementV2BodyIssueAfterResetMin: 0;
18643
+ export declare const createCustomerEntitlementV2BodyIssueAfterResetPriorityDefault: 1;
18644
+ export declare const createCustomerEntitlementV2BodyIssueAfterResetPriorityMax: 255;
18645
+ export declare const createCustomerEntitlementV2BodyIssueAmountMin: 0;
18646
+ export declare const createCustomerEntitlementV2BodyIssuePriorityDefault: 1;
18647
+ export declare const createCustomerEntitlementV2BodyIssuePriorityMax: 255;
18648
+ export declare const createCustomerEntitlementV2BodyGrantsItemAmountMin: 0;
18649
+ export declare const createCustomerEntitlementV2BodyGrantsItemPriorityMax: 255;
18650
+ export declare const createCustomerEntitlementV2BodyGrantsItemMinRolloverAmountDefault: 0;
18651
+ export declare const createCustomerEntitlementV2BodyGrantsItemRecurrenceIntervalRegExpTwo: RegExp;
18652
+ export declare const createCustomerEntitlementV2BodyGrantsItemExpirationCountMax: 1000;
18653
+ export declare const createCustomerEntitlementV2BodyFeatureKeyMaxOne: 64;
18604
18654
  export declare const createCustomerEntitlementV2BodyFeatureKeyRegExpOne: RegExp;
18605
18655
  export declare const createCustomerEntitlementV2BodyFeatureIdRegExpOne: RegExp;
18606
- export declare const createCustomerEntitlementV2BodyFeatureKeyMaxTwo = 64;
18656
+ export declare const createCustomerEntitlementV2BodyUsagePeriodIntervalRegExpSix: RegExp;
18657
+ export declare const createCustomerEntitlementV2BodyFeatureKeyMaxTwo: 64;
18607
18658
  export declare const createCustomerEntitlementV2BodyFeatureKeyRegExpTwo: RegExp;
18608
18659
  export declare const createCustomerEntitlementV2BodyFeatureIdRegExpTwo: RegExp;
18660
+ export declare const createCustomerEntitlementV2BodyUsagePeriodIntervalRegExpOnezero: RegExp;
18609
18661
  export declare const createCustomerEntitlementV2Body: zod.ZodUnion<[zod.ZodObject<{
18610
18662
  featureId: zod.ZodOptional<zod.ZodString>;
18611
18663
  featureKey: zod.ZodOptional<zod.ZodString>;
18664
+ grants: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
18665
+ amount: zod.ZodNumber;
18666
+ annotations: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
18667
+ effectiveAt: zod.ZodDate;
18668
+ expiration: zod.ZodOptional<zod.ZodObject<{
18669
+ count: zod.ZodNumber;
18670
+ duration: zod.ZodEnum<["HOUR", "DAY", "WEEK", "MONTH", "YEAR"]>;
18671
+ }, "strip", zod.ZodTypeAny, {
18672
+ duration: "HOUR" | "DAY" | "WEEK" | "MONTH" | "YEAR";
18673
+ count: number;
18674
+ }, {
18675
+ duration: "HOUR" | "DAY" | "WEEK" | "MONTH" | "YEAR";
18676
+ count: number;
18677
+ }>>;
18678
+ maxRolloverAmount: zod.ZodOptional<zod.ZodNumber>;
18679
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
18680
+ minRolloverAmount: zod.ZodOptional<zod.ZodNumber>;
18681
+ priority: zod.ZodOptional<zod.ZodNumber>;
18682
+ recurrence: zod.ZodOptional<zod.ZodObject<{
18683
+ anchor: zod.ZodOptional<zod.ZodDate>;
18684
+ interval: zod.ZodUnion<[zod.ZodString, zod.ZodEnum<["DAY", "WEEK", "MONTH", "YEAR"]>]>;
18685
+ }, "strip", zod.ZodTypeAny, {
18686
+ interval: string;
18687
+ anchor?: Date | undefined;
18688
+ }, {
18689
+ interval: string;
18690
+ anchor?: Date | undefined;
18691
+ }>>;
18692
+ }, "strip", zod.ZodTypeAny, {
18693
+ amount: number;
18694
+ effectiveAt: Date;
18695
+ priority?: number | undefined;
18696
+ metadata?: Record<string, string> | undefined;
18697
+ expiration?: {
18698
+ duration: "HOUR" | "DAY" | "WEEK" | "MONTH" | "YEAR";
18699
+ count: number;
18700
+ } | undefined;
18701
+ maxRolloverAmount?: number | undefined;
18702
+ minRolloverAmount?: number | undefined;
18703
+ recurrence?: {
18704
+ interval: string;
18705
+ anchor?: Date | undefined;
18706
+ } | undefined;
18707
+ annotations?: Record<string, any> | undefined;
18708
+ }, {
18709
+ amount: number;
18710
+ effectiveAt: Date;
18711
+ priority?: number | undefined;
18712
+ metadata?: Record<string, string> | undefined;
18713
+ expiration?: {
18714
+ duration: "HOUR" | "DAY" | "WEEK" | "MONTH" | "YEAR";
18715
+ count: number;
18716
+ } | undefined;
18717
+ maxRolloverAmount?: number | undefined;
18718
+ minRolloverAmount?: number | undefined;
18719
+ recurrence?: {
18720
+ interval: string;
18721
+ anchor?: Date | undefined;
18722
+ } | undefined;
18723
+ annotations?: Record<string, any> | undefined;
18724
+ }>, "many">>;
18612
18725
  isSoftLimit: zod.ZodOptional<zod.ZodBoolean>;
18726
+ issue: zod.ZodOptional<zod.ZodObject<{
18727
+ amount: zod.ZodNumber;
18728
+ priority: zod.ZodDefault<zod.ZodNumber>;
18729
+ }, "strip", zod.ZodTypeAny, {
18730
+ priority: number;
18731
+ amount: number;
18732
+ }, {
18733
+ amount: number;
18734
+ priority?: number | undefined;
18735
+ }>>;
18613
18736
  issueAfterReset: zod.ZodOptional<zod.ZodNumber>;
18614
18737
  issueAfterResetPriority: zod.ZodDefault<zod.ZodNumber>;
18615
- isUnlimited: zod.ZodOptional<zod.ZodBoolean>;
18616
18738
  measureUsageFrom: zod.ZodOptional<zod.ZodUnion<[zod.ZodEnum<["CURRENT_PERIOD_START", "NOW"]>, zod.ZodDate]>>;
18617
18739
  metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
18618
18740
  preserveOverageAtReset: zod.ZodOptional<zod.ZodBoolean>;
@@ -18640,8 +18762,28 @@ export declare const createCustomerEntitlementV2Body: zod.ZodUnion<[zod.ZodObjec
18640
18762
  isSoftLimit?: boolean | undefined;
18641
18763
  issueAfterReset?: number | undefined;
18642
18764
  preserveOverageAtReset?: boolean | undefined;
18643
- isUnlimited?: boolean | undefined;
18644
18765
  measureUsageFrom?: Date | "CURRENT_PERIOD_START" | "NOW" | undefined;
18766
+ grants?: {
18767
+ amount: number;
18768
+ effectiveAt: Date;
18769
+ priority?: number | undefined;
18770
+ metadata?: Record<string, string> | undefined;
18771
+ expiration?: {
18772
+ duration: "HOUR" | "DAY" | "WEEK" | "MONTH" | "YEAR";
18773
+ count: number;
18774
+ } | undefined;
18775
+ maxRolloverAmount?: number | undefined;
18776
+ minRolloverAmount?: number | undefined;
18777
+ recurrence?: {
18778
+ interval: string;
18779
+ anchor?: Date | undefined;
18780
+ } | undefined;
18781
+ annotations?: Record<string, any> | undefined;
18782
+ }[] | undefined;
18783
+ issue?: {
18784
+ priority: number;
18785
+ amount: number;
18786
+ } | undefined;
18645
18787
  }, {
18646
18788
  type: "metered";
18647
18789
  usagePeriod: {
@@ -18655,8 +18797,28 @@ export declare const createCustomerEntitlementV2Body: zod.ZodUnion<[zod.ZodObjec
18655
18797
  issueAfterReset?: number | undefined;
18656
18798
  issueAfterResetPriority?: number | undefined;
18657
18799
  preserveOverageAtReset?: boolean | undefined;
18658
- isUnlimited?: boolean | undefined;
18659
18800
  measureUsageFrom?: Date | "CURRENT_PERIOD_START" | "NOW" | undefined;
18801
+ grants?: {
18802
+ amount: number;
18803
+ effectiveAt: Date;
18804
+ priority?: number | undefined;
18805
+ metadata?: Record<string, string> | undefined;
18806
+ expiration?: {
18807
+ duration: "HOUR" | "DAY" | "WEEK" | "MONTH" | "YEAR";
18808
+ count: number;
18809
+ } | undefined;
18810
+ maxRolloverAmount?: number | undefined;
18811
+ minRolloverAmount?: number | undefined;
18812
+ recurrence?: {
18813
+ interval: string;
18814
+ anchor?: Date | undefined;
18815
+ } | undefined;
18816
+ annotations?: Record<string, any> | undefined;
18817
+ }[] | undefined;
18818
+ issue?: {
18819
+ amount: number;
18820
+ priority?: number | undefined;
18821
+ } | undefined;
18660
18822
  }>, zod.ZodObject<{
18661
18823
  config: zod.ZodString;
18662
18824
  featureId: zod.ZodOptional<zod.ZodString>;
@@ -18731,6 +18893,8 @@ export declare const createCustomerEntitlementV2Body: zod.ZodUnion<[zod.ZodObjec
18731
18893
  * List all entitlements for a customer. For checking entitlement access, use the /value endpoint instead.
18732
18894
  * @summary List customer entitlements
18733
18895
  */
18896
+ export declare const listCustomerEntitlementsV2PathCustomerIdOrKeyRegExpOne: RegExp;
18897
+ export declare const listCustomerEntitlementsV2PathCustomerIdOrKeyMaxTwo: 256;
18734
18898
  export declare const listCustomerEntitlementsV2Params: zod.ZodObject<{
18735
18899
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
18736
18900
  }, "strip", zod.ZodTypeAny, {
@@ -18738,18 +18902,12 @@ export declare const listCustomerEntitlementsV2Params: zod.ZodObject<{
18738
18902
  }, {
18739
18903
  customerIdOrKey: string;
18740
18904
  }>;
18741
- export declare const listCustomerEntitlementsV2QueryIncludeDeletedDefault = false;
18742
- export declare const listCustomerEntitlementsV2QueryPageDefault = 1;
18743
- export declare const listCustomerEntitlementsV2QueryPageSizeDefault = 100;
18744
- export declare const listCustomerEntitlementsV2QueryPageSizeMax = 1000;
18745
- export declare const listCustomerEntitlementsV2QueryOffsetDefault = 0;
18746
- export declare const listCustomerEntitlementsV2QueryOffsetMin = 0;
18747
- export declare const listCustomerEntitlementsV2QueryLimitDefault = 100;
18748
- export declare const listCustomerEntitlementsV2QueryLimitMax = 1000;
18905
+ export declare const listCustomerEntitlementsV2QueryIncludeDeletedDefault: false;
18906
+ export declare const listCustomerEntitlementsV2QueryPageDefault: 1;
18907
+ export declare const listCustomerEntitlementsV2QueryPageSizeDefault: 100;
18908
+ export declare const listCustomerEntitlementsV2QueryPageSizeMax: 1000;
18749
18909
  export declare const listCustomerEntitlementsV2QueryParams: zod.ZodObject<{
18750
18910
  includeDeleted: zod.ZodOptional<zod.ZodBoolean>;
18751
- limit: zod.ZodDefault<zod.ZodNumber>;
18752
- offset: zod.ZodOptional<zod.ZodNumber>;
18753
18911
  order: zod.ZodOptional<zod.ZodEnum<["ASC", "DESC"]>>;
18754
18912
  orderBy: zod.ZodOptional<zod.ZodEnum<["createdAt", "updatedAt"]>>;
18755
18913
  page: zod.ZodDefault<zod.ZodNumber>;
@@ -18757,16 +18915,12 @@ export declare const listCustomerEntitlementsV2QueryParams: zod.ZodObject<{
18757
18915
  }, "strip", zod.ZodTypeAny, {
18758
18916
  page: number;
18759
18917
  pageSize: number;
18760
- limit: number;
18761
- offset?: number | undefined;
18762
18918
  order?: "ASC" | "DESC" | undefined;
18763
18919
  orderBy?: "createdAt" | "updatedAt" | undefined;
18764
18920
  includeDeleted?: boolean | undefined;
18765
18921
  }, {
18766
18922
  page?: number | undefined;
18767
18923
  pageSize?: number | undefined;
18768
- offset?: number | undefined;
18769
- limit?: number | undefined;
18770
18924
  order?: "ASC" | "DESC" | undefined;
18771
18925
  orderBy?: "createdAt" | "updatedAt" | undefined;
18772
18926
  includeDeleted?: boolean | undefined;
@@ -18776,7 +18930,9 @@ export declare const listCustomerEntitlementsV2QueryParams: zod.ZodObject<{
18776
18930
  If featureKey is used, the entitlement is resolved for the current timestamp.
18777
18931
  * @summary Get customer entitlement
18778
18932
  */
18779
- export declare const getCustomerEntitlementV2PathEntitlementIdOrFeatureKeyMax = 64;
18933
+ export declare const getCustomerEntitlementV2PathCustomerIdOrKeyRegExpOne: RegExp;
18934
+ export declare const getCustomerEntitlementV2PathCustomerIdOrKeyMaxTwo: 256;
18935
+ export declare const getCustomerEntitlementV2PathEntitlementIdOrFeatureKeyMax: 64;
18780
18936
  export declare const getCustomerEntitlementV2PathEntitlementIdOrFeatureKeyRegExp: RegExp;
18781
18937
  export declare const getCustomerEntitlementV2Params: zod.ZodObject<{
18782
18938
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
@@ -18793,7 +18949,9 @@ export declare const getCustomerEntitlementV2Params: zod.ZodObject<{
18793
18949
  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.
18794
18950
  * @summary Delete customer entitlement
18795
18951
  */
18796
- export declare const deleteCustomerEntitlementV2PathEntitlementIdOrFeatureKeyMax = 64;
18952
+ export declare const deleteCustomerEntitlementV2PathCustomerIdOrKeyRegExpOne: RegExp;
18953
+ export declare const deleteCustomerEntitlementV2PathCustomerIdOrKeyMaxTwo: 256;
18954
+ export declare const deleteCustomerEntitlementV2PathEntitlementIdOrFeatureKeyMax: 64;
18797
18955
  export declare const deleteCustomerEntitlementV2PathEntitlementIdOrFeatureKeyRegExp: RegExp;
18798
18956
  export declare const deleteCustomerEntitlementV2Params: zod.ZodObject<{
18799
18957
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
@@ -18809,7 +18967,9 @@ export declare const deleteCustomerEntitlementV2Params: zod.ZodObject<{
18809
18967
  * List all grants issued for an entitlement. The entitlement can be defined either by its id or featureKey.
18810
18968
  * @summary List customer entitlement grants
18811
18969
  */
18812
- export declare const listCustomerEntitlementGrantsV2PathEntitlementIdOrFeatureKeyMax = 64;
18970
+ export declare const listCustomerEntitlementGrantsV2PathCustomerIdOrKeyRegExpOne: RegExp;
18971
+ export declare const listCustomerEntitlementGrantsV2PathCustomerIdOrKeyMaxTwo: 256;
18972
+ export declare const listCustomerEntitlementGrantsV2PathEntitlementIdOrFeatureKeyMax: 64;
18813
18973
  export declare const listCustomerEntitlementGrantsV2PathEntitlementIdOrFeatureKeyRegExp: RegExp;
18814
18974
  export declare const listCustomerEntitlementGrantsV2Params: zod.ZodObject<{
18815
18975
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
@@ -18821,14 +18981,14 @@ export declare const listCustomerEntitlementGrantsV2Params: zod.ZodObject<{
18821
18981
  customerIdOrKey: string;
18822
18982
  entitlementIdOrFeatureKey: string;
18823
18983
  }>;
18824
- export declare const listCustomerEntitlementGrantsV2QueryIncludeDeletedDefault = false;
18825
- export declare const listCustomerEntitlementGrantsV2QueryPageDefault = 1;
18826
- export declare const listCustomerEntitlementGrantsV2QueryPageSizeDefault = 100;
18827
- export declare const listCustomerEntitlementGrantsV2QueryPageSizeMax = 1000;
18828
- export declare const listCustomerEntitlementGrantsV2QueryOffsetDefault = 0;
18829
- export declare const listCustomerEntitlementGrantsV2QueryOffsetMin = 0;
18830
- export declare const listCustomerEntitlementGrantsV2QueryLimitDefault = 100;
18831
- export declare const listCustomerEntitlementGrantsV2QueryLimitMax = 1000;
18984
+ export declare const listCustomerEntitlementGrantsV2QueryIncludeDeletedDefault: false;
18985
+ export declare const listCustomerEntitlementGrantsV2QueryPageDefault: 1;
18986
+ export declare const listCustomerEntitlementGrantsV2QueryPageSizeDefault: 100;
18987
+ export declare const listCustomerEntitlementGrantsV2QueryPageSizeMax: 1000;
18988
+ export declare const listCustomerEntitlementGrantsV2QueryOffsetDefault: 0;
18989
+ export declare const listCustomerEntitlementGrantsV2QueryOffsetMin: 0;
18990
+ export declare const listCustomerEntitlementGrantsV2QueryLimitDefault: 100;
18991
+ export declare const listCustomerEntitlementGrantsV2QueryLimitMax: 1000;
18832
18992
  export declare const listCustomerEntitlementGrantsV2QueryParams: zod.ZodObject<{
18833
18993
  includeDeleted: zod.ZodOptional<zod.ZodBoolean>;
18834
18994
  limit: zod.ZodDefault<zod.ZodNumber>;
@@ -18868,7 +19028,9 @@ Rollover settings define what happens to the remaining balance of a grant at a r
18868
19028
  Grants cannot be changed once created, only deleted. This is to ensure that balance is deterministic regardless of when it is queried.
18869
19029
  * @summary Create customer entitlement grant
18870
19030
  */
18871
- export declare const createCustomerEntitlementGrantV2PathEntitlementIdOrFeatureKeyMax = 64;
19031
+ export declare const createCustomerEntitlementGrantV2PathCustomerIdOrKeyRegExpOne: RegExp;
19032
+ export declare const createCustomerEntitlementGrantV2PathCustomerIdOrKeyMaxTwo: 256;
19033
+ export declare const createCustomerEntitlementGrantV2PathEntitlementIdOrFeatureKeyMax: 64;
18872
19034
  export declare const createCustomerEntitlementGrantV2PathEntitlementIdOrFeatureKeyRegExp: RegExp;
18873
19035
  export declare const createCustomerEntitlementGrantV2Params: zod.ZodObject<{
18874
19036
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
@@ -18880,15 +19042,16 @@ export declare const createCustomerEntitlementGrantV2Params: zod.ZodObject<{
18880
19042
  customerIdOrKey: string;
18881
19043
  entitlementIdOrFeatureKey: string;
18882
19044
  }>;
18883
- export declare const createCustomerEntitlementGrantV2BodyAmountMin = 0;
18884
- export declare const createCustomerEntitlementGrantV2BodyPriorityMax = 255;
18885
- export declare const createCustomerEntitlementGrantV2BodyExpirationCountMax = 1000;
18886
- export declare const createCustomerEntitlementGrantV2BodyMaxRolloverAmountDefault = 0;
18887
- export declare const createCustomerEntitlementGrantV2BodyMinRolloverAmountDefault = 0;
19045
+ export declare const createCustomerEntitlementGrantV2BodyAmountMin: 0;
19046
+ export declare const createCustomerEntitlementGrantV2BodyPriorityMax: 255;
19047
+ export declare const createCustomerEntitlementGrantV2BodyMinRolloverAmountDefault: 0;
19048
+ export declare const createCustomerEntitlementGrantV2BodyRecurrenceIntervalRegExpTwo: RegExp;
19049
+ export declare const createCustomerEntitlementGrantV2BodyExpirationCountMax: 1000;
18888
19050
  export declare const createCustomerEntitlementGrantV2Body: zod.ZodObject<{
18889
19051
  amount: zod.ZodNumber;
19052
+ annotations: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
18890
19053
  effectiveAt: zod.ZodDate;
18891
- expiration: zod.ZodObject<{
19054
+ expiration: zod.ZodOptional<zod.ZodObject<{
18892
19055
  count: zod.ZodNumber;
18893
19056
  duration: zod.ZodEnum<["HOUR", "DAY", "WEEK", "MONTH", "YEAR"]>;
18894
19057
  }, "strip", zod.ZodTypeAny, {
@@ -18897,7 +19060,7 @@ export declare const createCustomerEntitlementGrantV2Body: zod.ZodObject<{
18897
19060
  }, {
18898
19061
  duration: "HOUR" | "DAY" | "WEEK" | "MONTH" | "YEAR";
18899
19062
  count: number;
18900
- }>;
19063
+ }>>;
18901
19064
  maxRolloverAmount: zod.ZodOptional<zod.ZodNumber>;
18902
19065
  metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
18903
19066
  minRolloverAmount: zod.ZodOptional<zod.ZodNumber>;
@@ -18915,33 +19078,35 @@ export declare const createCustomerEntitlementGrantV2Body: zod.ZodObject<{
18915
19078
  }, "strip", zod.ZodTypeAny, {
18916
19079
  amount: number;
18917
19080
  effectiveAt: Date;
18918
- expiration: {
19081
+ priority?: number | undefined;
19082
+ metadata?: Record<string, string> | undefined;
19083
+ expiration?: {
18919
19084
  duration: "HOUR" | "DAY" | "WEEK" | "MONTH" | "YEAR";
18920
19085
  count: number;
18921
- };
18922
- metadata?: Record<string, string> | undefined;
19086
+ } | undefined;
18923
19087
  maxRolloverAmount?: number | undefined;
18924
19088
  minRolloverAmount?: number | undefined;
18925
- priority?: number | undefined;
18926
19089
  recurrence?: {
18927
19090
  interval: string;
18928
19091
  anchor?: Date | undefined;
18929
19092
  } | undefined;
19093
+ annotations?: Record<string, any> | undefined;
18930
19094
  }, {
18931
19095
  amount: number;
18932
19096
  effectiveAt: Date;
18933
- expiration: {
19097
+ priority?: number | undefined;
19098
+ metadata?: Record<string, string> | undefined;
19099
+ expiration?: {
18934
19100
  duration: "HOUR" | "DAY" | "WEEK" | "MONTH" | "YEAR";
18935
19101
  count: number;
18936
- };
18937
- metadata?: Record<string, string> | undefined;
19102
+ } | undefined;
18938
19103
  maxRolloverAmount?: number | undefined;
18939
19104
  minRolloverAmount?: number | undefined;
18940
- priority?: number | undefined;
18941
19105
  recurrence?: {
18942
19106
  interval: string;
18943
19107
  anchor?: Date | undefined;
18944
19108
  } | undefined;
19109
+ annotations?: Record<string, any> | undefined;
18945
19110
  }>;
18946
19111
  /**
18947
19112
  * Returns historical balance and usage data for the entitlement. The queried history can span accross multiple reset events.
@@ -18951,7 +19116,9 @@ BurndownHistory returns a continous history of segments, where the segments are
18951
19116
  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.
18952
19117
  * @summary Get customer entitlement history
18953
19118
  */
18954
- export declare const getCustomerEntitlementHistoryV2PathEntitlementIdOrFeatureKeyMax = 64;
19119
+ export declare const getCustomerEntitlementHistoryV2PathCustomerIdOrKeyRegExpOne: RegExp;
19120
+ export declare const getCustomerEntitlementHistoryV2PathCustomerIdOrKeyMaxTwo: 256;
19121
+ export declare const getCustomerEntitlementHistoryV2PathEntitlementIdOrFeatureKeyMax: 64;
18955
19122
  export declare const getCustomerEntitlementHistoryV2PathEntitlementIdOrFeatureKeyRegExp: RegExp;
18956
19123
  export declare const getCustomerEntitlementHistoryV2Params: zod.ZodObject<{
18957
19124
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
@@ -18963,7 +19130,7 @@ export declare const getCustomerEntitlementHistoryV2Params: zod.ZodObject<{
18963
19130
  customerIdOrKey: string;
18964
19131
  entitlementIdOrFeatureKey: string;
18965
19132
  }>;
18966
- export declare const getCustomerEntitlementHistoryV2QueryWindowTimeZoneDefault = "UTC";
19133
+ export declare const getCustomerEntitlementHistoryV2QueryWindowTimeZoneDefault: "UTC";
18967
19134
  export declare const getCustomerEntitlementHistoryV2QueryParams: zod.ZodObject<{
18968
19135
  from: zod.ZodOptional<zod.ZodDate>;
18969
19136
  to: zod.ZodOptional<zod.ZodDate>;
@@ -18986,6 +19153,10 @@ export declare const getCustomerEntitlementHistoryV2QueryParams: zod.ZodObject<{
18986
19153
  This endpoint is useful for upgrades, downgrades, or other changes to entitlements that require a new entitlement to be created with zero downtime.
18987
19154
  * @summary Override customer entitlement
18988
19155
  */
19156
+ export declare const overrideCustomerEntitlementV2PathCustomerIdOrKeyRegExpOne: RegExp;
19157
+ export declare const overrideCustomerEntitlementV2PathCustomerIdOrKeyMaxTwo: 256;
19158
+ export declare const overrideCustomerEntitlementV2PathEntitlementIdOrFeatureKeyRegExpOne: RegExp;
19159
+ export declare const overrideCustomerEntitlementV2PathEntitlementIdOrFeatureKeyMaxTwo: 256;
18989
19160
  export declare const overrideCustomerEntitlementV2Params: zod.ZodObject<{
18990
19161
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
18991
19162
  entitlementIdOrFeatureKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
@@ -18996,28 +19167,108 @@ export declare const overrideCustomerEntitlementV2Params: zod.ZodObject<{
18996
19167
  customerIdOrKey: string;
18997
19168
  entitlementIdOrFeatureKey: string;
18998
19169
  }>;
18999
- export declare const overrideCustomerEntitlementV2BodyFeatureKeyMax = 64;
19170
+ export declare const overrideCustomerEntitlementV2BodyFeatureKeyMax: 64;
19000
19171
  export declare const overrideCustomerEntitlementV2BodyFeatureKeyRegExp: RegExp;
19001
19172
  export declare const overrideCustomerEntitlementV2BodyFeatureIdRegExp: RegExp;
19002
- export declare const overrideCustomerEntitlementV2BodyIsSoftLimitDefault = false;
19003
- export declare const overrideCustomerEntitlementV2BodyIsUnlimitedDefault = false;
19004
- export declare const overrideCustomerEntitlementV2BodyIssueAfterResetMin = 0;
19005
- export declare const overrideCustomerEntitlementV2BodyIssueAfterResetPriorityDefault = 1;
19006
- export declare const overrideCustomerEntitlementV2BodyIssueAfterResetPriorityMax = 255;
19007
- export declare const overrideCustomerEntitlementV2BodyPreserveOverageAtResetDefault = false;
19008
- export declare const overrideCustomerEntitlementV2BodyFeatureKeyMaxOne = 64;
19173
+ export declare const overrideCustomerEntitlementV2BodyIsSoftLimitDefault: false;
19174
+ export declare const overrideCustomerEntitlementV2BodyUsagePeriodIntervalRegExpTwo: RegExp;
19175
+ export declare const overrideCustomerEntitlementV2BodyPreserveOverageAtResetDefault: false;
19176
+ export declare const overrideCustomerEntitlementV2BodyIssueAfterResetMin: 0;
19177
+ export declare const overrideCustomerEntitlementV2BodyIssueAfterResetPriorityDefault: 1;
19178
+ export declare const overrideCustomerEntitlementV2BodyIssueAfterResetPriorityMax: 255;
19179
+ export declare const overrideCustomerEntitlementV2BodyIssueAmountMin: 0;
19180
+ export declare const overrideCustomerEntitlementV2BodyIssuePriorityDefault: 1;
19181
+ export declare const overrideCustomerEntitlementV2BodyIssuePriorityMax: 255;
19182
+ export declare const overrideCustomerEntitlementV2BodyGrantsItemAmountMin: 0;
19183
+ export declare const overrideCustomerEntitlementV2BodyGrantsItemPriorityMax: 255;
19184
+ export declare const overrideCustomerEntitlementV2BodyGrantsItemMinRolloverAmountDefault: 0;
19185
+ export declare const overrideCustomerEntitlementV2BodyGrantsItemRecurrenceIntervalRegExpTwo: RegExp;
19186
+ export declare const overrideCustomerEntitlementV2BodyGrantsItemExpirationCountMax: 1000;
19187
+ export declare const overrideCustomerEntitlementV2BodyFeatureKeyMaxOne: 64;
19009
19188
  export declare const overrideCustomerEntitlementV2BodyFeatureKeyRegExpOne: RegExp;
19010
19189
  export declare const overrideCustomerEntitlementV2BodyFeatureIdRegExpOne: RegExp;
19011
- export declare const overrideCustomerEntitlementV2BodyFeatureKeyMaxTwo = 64;
19190
+ export declare const overrideCustomerEntitlementV2BodyUsagePeriodIntervalRegExpSix: RegExp;
19191
+ export declare const overrideCustomerEntitlementV2BodyFeatureKeyMaxTwo: 64;
19012
19192
  export declare const overrideCustomerEntitlementV2BodyFeatureKeyRegExpTwo: RegExp;
19013
19193
  export declare const overrideCustomerEntitlementV2BodyFeatureIdRegExpTwo: RegExp;
19194
+ export declare const overrideCustomerEntitlementV2BodyUsagePeriodIntervalRegExpOnezero: RegExp;
19014
19195
  export declare const overrideCustomerEntitlementV2Body: zod.ZodUnion<[zod.ZodObject<{
19015
19196
  featureId: zod.ZodOptional<zod.ZodString>;
19016
19197
  featureKey: zod.ZodOptional<zod.ZodString>;
19198
+ grants: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
19199
+ amount: zod.ZodNumber;
19200
+ annotations: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodAny>>;
19201
+ effectiveAt: zod.ZodDate;
19202
+ expiration: zod.ZodOptional<zod.ZodObject<{
19203
+ count: zod.ZodNumber;
19204
+ duration: zod.ZodEnum<["HOUR", "DAY", "WEEK", "MONTH", "YEAR"]>;
19205
+ }, "strip", zod.ZodTypeAny, {
19206
+ duration: "HOUR" | "DAY" | "WEEK" | "MONTH" | "YEAR";
19207
+ count: number;
19208
+ }, {
19209
+ duration: "HOUR" | "DAY" | "WEEK" | "MONTH" | "YEAR";
19210
+ count: number;
19211
+ }>>;
19212
+ maxRolloverAmount: zod.ZodOptional<zod.ZodNumber>;
19213
+ metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
19214
+ minRolloverAmount: zod.ZodOptional<zod.ZodNumber>;
19215
+ priority: zod.ZodOptional<zod.ZodNumber>;
19216
+ recurrence: zod.ZodOptional<zod.ZodObject<{
19217
+ anchor: zod.ZodOptional<zod.ZodDate>;
19218
+ interval: zod.ZodUnion<[zod.ZodString, zod.ZodEnum<["DAY", "WEEK", "MONTH", "YEAR"]>]>;
19219
+ }, "strip", zod.ZodTypeAny, {
19220
+ interval: string;
19221
+ anchor?: Date | undefined;
19222
+ }, {
19223
+ interval: string;
19224
+ anchor?: Date | undefined;
19225
+ }>>;
19226
+ }, "strip", zod.ZodTypeAny, {
19227
+ amount: number;
19228
+ effectiveAt: Date;
19229
+ priority?: number | undefined;
19230
+ metadata?: Record<string, string> | undefined;
19231
+ expiration?: {
19232
+ duration: "HOUR" | "DAY" | "WEEK" | "MONTH" | "YEAR";
19233
+ count: number;
19234
+ } | undefined;
19235
+ maxRolloverAmount?: number | undefined;
19236
+ minRolloverAmount?: number | undefined;
19237
+ recurrence?: {
19238
+ interval: string;
19239
+ anchor?: Date | undefined;
19240
+ } | undefined;
19241
+ annotations?: Record<string, any> | undefined;
19242
+ }, {
19243
+ amount: number;
19244
+ effectiveAt: Date;
19245
+ priority?: number | undefined;
19246
+ metadata?: Record<string, string> | undefined;
19247
+ expiration?: {
19248
+ duration: "HOUR" | "DAY" | "WEEK" | "MONTH" | "YEAR";
19249
+ count: number;
19250
+ } | undefined;
19251
+ maxRolloverAmount?: number | undefined;
19252
+ minRolloverAmount?: number | undefined;
19253
+ recurrence?: {
19254
+ interval: string;
19255
+ anchor?: Date | undefined;
19256
+ } | undefined;
19257
+ annotations?: Record<string, any> | undefined;
19258
+ }>, "many">>;
19017
19259
  isSoftLimit: zod.ZodOptional<zod.ZodBoolean>;
19260
+ issue: zod.ZodOptional<zod.ZodObject<{
19261
+ amount: zod.ZodNumber;
19262
+ priority: zod.ZodDefault<zod.ZodNumber>;
19263
+ }, "strip", zod.ZodTypeAny, {
19264
+ priority: number;
19265
+ amount: number;
19266
+ }, {
19267
+ amount: number;
19268
+ priority?: number | undefined;
19269
+ }>>;
19018
19270
  issueAfterReset: zod.ZodOptional<zod.ZodNumber>;
19019
19271
  issueAfterResetPriority: zod.ZodDefault<zod.ZodNumber>;
19020
- isUnlimited: zod.ZodOptional<zod.ZodBoolean>;
19021
19272
  measureUsageFrom: zod.ZodOptional<zod.ZodUnion<[zod.ZodEnum<["CURRENT_PERIOD_START", "NOW"]>, zod.ZodDate]>>;
19022
19273
  metadata: zod.ZodOptional<zod.ZodRecord<zod.ZodString, zod.ZodString>>;
19023
19274
  preserveOverageAtReset: zod.ZodOptional<zod.ZodBoolean>;
@@ -19045,8 +19296,28 @@ export declare const overrideCustomerEntitlementV2Body: zod.ZodUnion<[zod.ZodObj
19045
19296
  isSoftLimit?: boolean | undefined;
19046
19297
  issueAfterReset?: number | undefined;
19047
19298
  preserveOverageAtReset?: boolean | undefined;
19048
- isUnlimited?: boolean | undefined;
19049
19299
  measureUsageFrom?: Date | "CURRENT_PERIOD_START" | "NOW" | undefined;
19300
+ grants?: {
19301
+ amount: number;
19302
+ effectiveAt: Date;
19303
+ priority?: number | undefined;
19304
+ metadata?: Record<string, string> | undefined;
19305
+ expiration?: {
19306
+ duration: "HOUR" | "DAY" | "WEEK" | "MONTH" | "YEAR";
19307
+ count: number;
19308
+ } | undefined;
19309
+ maxRolloverAmount?: number | undefined;
19310
+ minRolloverAmount?: number | undefined;
19311
+ recurrence?: {
19312
+ interval: string;
19313
+ anchor?: Date | undefined;
19314
+ } | undefined;
19315
+ annotations?: Record<string, any> | undefined;
19316
+ }[] | undefined;
19317
+ issue?: {
19318
+ priority: number;
19319
+ amount: number;
19320
+ } | undefined;
19050
19321
  }, {
19051
19322
  type: "metered";
19052
19323
  usagePeriod: {
@@ -19060,8 +19331,28 @@ export declare const overrideCustomerEntitlementV2Body: zod.ZodUnion<[zod.ZodObj
19060
19331
  issueAfterReset?: number | undefined;
19061
19332
  issueAfterResetPriority?: number | undefined;
19062
19333
  preserveOverageAtReset?: boolean | undefined;
19063
- isUnlimited?: boolean | undefined;
19064
19334
  measureUsageFrom?: Date | "CURRENT_PERIOD_START" | "NOW" | undefined;
19335
+ grants?: {
19336
+ amount: number;
19337
+ effectiveAt: Date;
19338
+ priority?: number | undefined;
19339
+ metadata?: Record<string, string> | undefined;
19340
+ expiration?: {
19341
+ duration: "HOUR" | "DAY" | "WEEK" | "MONTH" | "YEAR";
19342
+ count: number;
19343
+ } | undefined;
19344
+ maxRolloverAmount?: number | undefined;
19345
+ minRolloverAmount?: number | undefined;
19346
+ recurrence?: {
19347
+ interval: string;
19348
+ anchor?: Date | undefined;
19349
+ } | undefined;
19350
+ annotations?: Record<string, any> | undefined;
19351
+ }[] | undefined;
19352
+ issue?: {
19353
+ amount: number;
19354
+ priority?: number | undefined;
19355
+ } | undefined;
19065
19356
  }>, zod.ZodObject<{
19066
19357
  config: zod.ZodString;
19067
19358
  featureId: zod.ZodOptional<zod.ZodString>;
@@ -19138,7 +19429,9 @@ export declare const overrideCustomerEntitlementV2Body: zod.ZodUnion<[zod.ZodObj
19138
19429
  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.
19139
19430
  * @summary Reset customer entitlement
19140
19431
  */
19141
- export declare const resetCustomerEntitlementUsageV2PathEntitlementIdOrFeatureKeyMax = 64;
19432
+ export declare const resetCustomerEntitlementUsageV2PathCustomerIdOrKeyRegExpOne: RegExp;
19433
+ export declare const resetCustomerEntitlementUsageV2PathCustomerIdOrKeyMaxTwo: 256;
19434
+ export declare const resetCustomerEntitlementUsageV2PathEntitlementIdOrFeatureKeyMax: 64;
19142
19435
  export declare const resetCustomerEntitlementUsageV2PathEntitlementIdOrFeatureKeyRegExp: RegExp;
19143
19436
  export declare const resetCustomerEntitlementUsageV2Params: zod.ZodObject<{
19144
19437
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
@@ -19167,7 +19460,9 @@ export declare const resetCustomerEntitlementUsageV2Body: zod.ZodObject<{
19167
19460
  * 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.
19168
19461
  * @summary Get customer entitlement value
19169
19462
  */
19170
- export declare const getCustomerEntitlementValueV2PathEntitlementIdOrFeatureKeyMax = 64;
19463
+ export declare const getCustomerEntitlementValueV2PathCustomerIdOrKeyRegExpOne: RegExp;
19464
+ export declare const getCustomerEntitlementValueV2PathCustomerIdOrKeyMaxTwo: 256;
19465
+ export declare const getCustomerEntitlementValueV2PathEntitlementIdOrFeatureKeyMax: 64;
19171
19466
  export declare const getCustomerEntitlementValueV2PathEntitlementIdOrFeatureKeyRegExp: RegExp;
19172
19467
  export declare const getCustomerEntitlementValueV2Params: zod.ZodObject<{
19173
19468
  customerIdOrKey: zod.ZodUnion<[zod.ZodString, zod.ZodString]>;
@@ -19191,14 +19486,14 @@ export declare const getCustomerEntitlementValueV2QueryParams: zod.ZodObject<{
19191
19486
  To fetch the entitlements of a specific subject please use the /api/v2/customers/{customerIdOrKey}/entitlements endpoint.
19192
19487
  * @summary List all entitlements
19193
19488
  */
19194
- export declare const listEntitlementsV2QueryExcludeInactiveDefault = false;
19195
- export declare const listEntitlementsV2QueryPageDefault = 1;
19196
- export declare const listEntitlementsV2QueryPageSizeDefault = 100;
19197
- export declare const listEntitlementsV2QueryPageSizeMax = 1000;
19198
- export declare const listEntitlementsV2QueryOffsetDefault = 0;
19199
- export declare const listEntitlementsV2QueryOffsetMin = 0;
19200
- export declare const listEntitlementsV2QueryLimitDefault = 100;
19201
- export declare const listEntitlementsV2QueryLimitMax = 1000;
19489
+ export declare const listEntitlementsV2QueryExcludeInactiveDefault: false;
19490
+ export declare const listEntitlementsV2QueryPageDefault: 1;
19491
+ export declare const listEntitlementsV2QueryPageSizeDefault: 100;
19492
+ export declare const listEntitlementsV2QueryPageSizeMax: 1000;
19493
+ export declare const listEntitlementsV2QueryOffsetDefault: 0;
19494
+ export declare const listEntitlementsV2QueryOffsetMin: 0;
19495
+ export declare const listEntitlementsV2QueryLimitDefault: 100;
19496
+ export declare const listEntitlementsV2QueryLimitMax: 1000;
19202
19497
  export declare const listEntitlementsV2QueryParams: zod.ZodObject<{
19203
19498
  customerIds: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
19204
19499
  customerKeys: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
@@ -19252,9 +19547,9 @@ export declare const getEntitlementByIdV2Params: zod.ZodObject<{
19252
19547
  * List ingested events with advanced filtering and cursor pagination.
19253
19548
  * @summary List ingested events
19254
19549
  */
19255
- export declare const listEventsV2QueryLimitDefault = 100;
19256
- export declare const listEventsV2QueryLimitMax = 100;
19257
- export declare const listEventsV2QueryClientIdMax = 36;
19550
+ export declare const listEventsV2QueryLimitDefault: 100;
19551
+ export declare const listEventsV2QueryLimitMax: 100;
19552
+ export declare const listEventsV2QueryClientIdMax: 36;
19258
19553
  export declare const listEventsV2QueryParams: zod.ZodObject<{
19259
19554
  clientId: zod.ZodOptional<zod.ZodString>;
19260
19555
  cursor: zod.ZodOptional<zod.ZodString>;
@@ -19274,14 +19569,16 @@ To fetch the grants of a specific entitlement please use the /api/v2/customers/{
19274
19569
  If page is provided that takes precedence and the paginated response is returned.
19275
19570
  * @summary List grants
19276
19571
  */
19277
- export declare const listGrantsV2QueryIncludeDeletedDefault = false;
19278
- export declare const listGrantsV2QueryPageDefault = 1;
19279
- export declare const listGrantsV2QueryPageSizeDefault = 100;
19280
- export declare const listGrantsV2QueryPageSizeMax = 1000;
19281
- export declare const listGrantsV2QueryOffsetDefault = 0;
19282
- export declare const listGrantsV2QueryOffsetMin = 0;
19283
- export declare const listGrantsV2QueryLimitDefault = 100;
19284
- export declare const listGrantsV2QueryLimitMax = 1000;
19572
+ export declare const listGrantsV2QueryCustomerItemRegExpOne: RegExp;
19573
+ export declare const listGrantsV2QueryCustomerItemMaxTwo: 256;
19574
+ export declare const listGrantsV2QueryIncludeDeletedDefault: false;
19575
+ export declare const listGrantsV2QueryPageDefault: 1;
19576
+ export declare const listGrantsV2QueryPageSizeDefault: 100;
19577
+ export declare const listGrantsV2QueryPageSizeMax: 1000;
19578
+ export declare const listGrantsV2QueryOffsetDefault: 0;
19579
+ export declare const listGrantsV2QueryOffsetMin: 0;
19580
+ export declare const listGrantsV2QueryLimitDefault: 100;
19581
+ export declare const listGrantsV2QueryLimitMax: 1000;
19285
19582
  export declare const listGrantsV2QueryParams: zod.ZodObject<{
19286
19583
  customer: zod.ZodOptional<zod.ZodArray<zod.ZodUnion<[zod.ZodString, zod.ZodString]>, "many">>;
19287
19584
  feature: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;