autumn-js 1.2.19 → 1.2.21

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 (144) hide show
  1. package/dist/backend/adapters/express.js +2481 -1919
  2. package/dist/backend/adapters/express.mjs +9 -9
  3. package/dist/backend/adapters/fetch.js +2481 -1919
  4. package/dist/backend/adapters/fetch.mjs +9 -9
  5. package/dist/backend/adapters/hono.js +2481 -1919
  6. package/dist/backend/adapters/hono.mjs +9 -9
  7. package/dist/backend/adapters/index.js +2481 -1919
  8. package/dist/backend/adapters/index.mjs +12 -12
  9. package/dist/backend/adapters/next.js +2481 -1919
  10. package/dist/backend/adapters/next.mjs +9 -9
  11. package/dist/backend/{chunk-VZ5YXSHU.mjs → chunk-5JNYI5HM.mjs} +1 -1
  12. package/dist/backend/{chunk-USOCI4FE.mjs → chunk-73KXFYFC.mjs} +5 -5
  13. package/dist/backend/{chunk-T5RLLZJB.mjs → chunk-GKYVE5XN.mjs} +2424 -1881
  14. package/dist/backend/{chunk-ATDRCSQT.mjs → chunk-H6KJYTJY.mjs} +7 -7
  15. package/dist/backend/{chunk-3TCAUBKX.mjs → chunk-K2JSUNJX.mjs} +1 -1
  16. package/dist/backend/{chunk-JAP7IT2U.mjs → chunk-NNIHXZQM.mjs} +1 -1
  17. package/dist/backend/{chunk-IJ2K62QI.mjs → chunk-NSHGFU5H.mjs} +59 -40
  18. package/dist/backend/{chunk-XBCWZIUH.mjs → chunk-TGR2RWLO.mjs} +1 -1
  19. package/dist/backend/core/handlers/coreHandler.d.mts +1 -1
  20. package/dist/backend/core/handlers/coreHandler.d.ts +1 -1
  21. package/dist/backend/core/handlers/coreHandler.js +2481 -1919
  22. package/dist/backend/core/handlers/coreHandler.mjs +7 -7
  23. package/dist/backend/core/handlers/executeRoute.d.mts +1 -1
  24. package/dist/backend/core/handlers/executeRoute.d.ts +1 -1
  25. package/dist/backend/core/handlers/executeRoute.mjs +4 -4
  26. package/dist/backend/core/handlers/handleRouteByName.js +2481 -1919
  27. package/dist/backend/core/handlers/handleRouteByName.mjs +7 -7
  28. package/dist/backend/core/handlers/index.d.mts +1 -1
  29. package/dist/backend/core/handlers/index.d.ts +1 -1
  30. package/dist/backend/core/handlers/index.js +2481 -1919
  31. package/dist/backend/core/handlers/index.mjs +10 -10
  32. package/dist/backend/core/index.d.mts +1 -1
  33. package/dist/backend/core/index.d.ts +1 -1
  34. package/dist/backend/core/index.js +2481 -1919
  35. package/dist/backend/core/index.mjs +10 -10
  36. package/dist/backend/core/routes/index.d.mts +1 -1
  37. package/dist/backend/core/routes/index.d.ts +1 -1
  38. package/dist/backend/core/routes/index.js +59 -40
  39. package/dist/backend/core/routes/index.mjs +2 -2
  40. package/dist/backend/core/routes/routeBuilder.d.mts +1 -1
  41. package/dist/backend/core/routes/routeBuilder.d.ts +1 -1
  42. package/dist/backend/core/routes/routeConfigs.d.mts +1 -1
  43. package/dist/backend/core/routes/routeConfigs.d.ts +1 -1
  44. package/dist/backend/core/routes/routeConfigs.js +59 -40
  45. package/dist/backend/core/routes/routeConfigs.mjs +2 -2
  46. package/dist/backend/core/types/handlerTypes.d.mts +1 -1
  47. package/dist/backend/core/types/handlerTypes.d.ts +1 -1
  48. package/dist/backend/core/types/index.d.mts +1 -1
  49. package/dist/backend/core/types/index.d.ts +1 -1
  50. package/dist/backend/core/types/routeTypes.d.mts +1 -1
  51. package/dist/backend/core/types/routeTypes.d.ts +1 -1
  52. package/dist/backend/core/utils/index.mjs +3 -3
  53. package/dist/backend/index.d.mts +2 -2
  54. package/dist/backend/index.d.ts +2 -2
  55. package/dist/backend/index.js +2481 -1919
  56. package/dist/backend/index.mjs +10 -10
  57. package/dist/backend/{routeTypes-gNxrwRsV.d.ts → routeTypes-B-Bkse9m.d.ts} +628 -7
  58. package/dist/backend/{routeTypes-BCnBLtb9.d.mts → routeTypes-DZFxBYSb.d.mts} +628 -7
  59. package/dist/better-auth/{chunk-VAQYB57J.mjs → chunk-4OLXYKUC.mjs} +2425 -1882
  60. package/dist/better-auth/{chunk-4QQUN4SQ.mjs → chunk-R35KMMJZ.mjs} +1 -1
  61. package/dist/better-auth/{chunk-XXPUYN7Z.mjs → chunk-X6KOCWP3.mjs} +59 -40
  62. package/dist/better-auth/index.js +2476 -1914
  63. package/dist/better-auth/index.mjs +3 -3
  64. package/dist/better-auth/utils/createAutumnEndpoint.js +59 -40
  65. package/dist/better-auth/utils/createAutumnEndpoint.mjs +2 -2
  66. package/dist/better-auth/utils/handleBetterAuthRoute.js +2481 -1919
  67. package/dist/better-auth/utils/handleBetterAuthRoute.mjs +2 -2
  68. package/dist/better-auth/utils/index.js +2476 -1914
  69. package/dist/better-auth/utils/index.mjs +3 -3
  70. package/dist/react/AutumnContext.d.mts +2 -2
  71. package/dist/react/AutumnContext.d.ts +2 -2
  72. package/dist/react/AutumnProvider.js +15 -15
  73. package/dist/react/AutumnProvider.mjs +2 -2
  74. package/dist/react/{chunk-7IDH4OMG.mjs → chunk-26CKSAPZ.mjs} +1 -1
  75. package/dist/react/{chunk-NSFHAUTD.mjs → chunk-CHU7CIWP.mjs} +1 -1
  76. package/dist/react/{chunk-YQFYWH7J.mjs → chunk-G7FTQLT7.mjs} +1 -1
  77. package/dist/react/{chunk-BDG6JHEW.mjs → chunk-HSQUB3BZ.mjs} +1 -1
  78. package/dist/react/{chunk-DEZBJQEG.mjs → chunk-KB72KQKN.mjs} +1 -1
  79. package/dist/react/{chunk-J6SLKTKE.mjs → chunk-MC2YYATT.mjs} +1 -1
  80. package/dist/react/{chunk-FWWIAOPU.mjs → chunk-OXQG65ZT.mjs} +1 -1
  81. package/dist/react/{chunk-E5ZHOMZ4.mjs → chunk-XJZH5NMZ.mjs} +23 -23
  82. package/dist/react/{chunk-HVBDZARN.mjs → chunk-ZGPE4R6H.mjs} +2 -2
  83. package/dist/react/client/AutumnClient.d.mts +2 -2
  84. package/dist/react/client/AutumnClient.d.ts +2 -2
  85. package/dist/react/client/IAutumnClient.d.mts +2 -2
  86. package/dist/react/client/IAutumnClient.d.ts +2 -2
  87. package/dist/react/client/index.d.mts +2 -2
  88. package/dist/react/client/index.d.ts +2 -2
  89. package/dist/react/{customer-SSq4WO45.d.ts → customer-CzMuZp8W.d.ts} +1 -0
  90. package/dist/react/{customer-BgMiezZt.d.mts → customer-DjlCjlmM.d.mts} +1 -0
  91. package/dist/react/hooks/index.d.mts +2 -2
  92. package/dist/react/hooks/index.d.ts +2 -2
  93. package/dist/react/hooks/index.js +16 -16
  94. package/dist/react/hooks/index.mjs +8 -8
  95. package/dist/react/hooks/internal/check/balanceToAllowed.d.mts +1 -1
  96. package/dist/react/hooks/internal/check/balanceToAllowed.d.ts +1 -1
  97. package/dist/react/hooks/internal/check/customerToFeatures.d.mts +1 -1
  98. package/dist/react/hooks/internal/check/customerToFeatures.d.ts +1 -1
  99. package/dist/react/hooks/internal/check/findCreditSystemsByFeature.d.mts +1 -1
  100. package/dist/react/hooks/internal/check/findCreditSystemsByFeature.d.ts +1 -1
  101. package/dist/react/hooks/internal/check/getCreditCost.d.mts +1 -1
  102. package/dist/react/hooks/internal/check/getCreditCost.d.ts +1 -1
  103. package/dist/react/hooks/internal/getLocalCheckResponse.d.mts +2 -2
  104. package/dist/react/hooks/internal/getLocalCheckResponse.d.ts +2 -2
  105. package/dist/react/hooks/internal/useCustomerActions.d.mts +2 -2
  106. package/dist/react/hooks/internal/useCustomerActions.d.ts +2 -2
  107. package/dist/react/hooks/internal/useCustomerActions.js +1 -1
  108. package/dist/react/hooks/internal/useCustomerActions.mjs +2 -2
  109. package/dist/react/hooks/useAggregateEvents.d.mts +1 -1
  110. package/dist/react/hooks/useAggregateEvents.d.ts +1 -1
  111. package/dist/react/hooks/useAggregateEvents.js +16 -16
  112. package/dist/react/hooks/useAggregateEvents.mjs +2 -2
  113. package/dist/react/hooks/useCustomer.d.mts +2 -2
  114. package/dist/react/hooks/useCustomer.d.ts +2 -2
  115. package/dist/react/hooks/useCustomer.js +16 -16
  116. package/dist/react/hooks/useCustomer.mjs +3 -3
  117. package/dist/react/hooks/useEntity.d.mts +1 -1
  118. package/dist/react/hooks/useEntity.d.ts +1 -1
  119. package/dist/react/hooks/useEntity.js +16 -16
  120. package/dist/react/hooks/useEntity.mjs +2 -2
  121. package/dist/react/hooks/useListEvents.d.mts +1 -1
  122. package/dist/react/hooks/useListEvents.d.ts +1 -1
  123. package/dist/react/hooks/useListEvents.js +16 -16
  124. package/dist/react/hooks/useListEvents.mjs +2 -2
  125. package/dist/react/hooks/useListPlans.d.mts +1 -1
  126. package/dist/react/hooks/useListPlans.d.ts +1 -1
  127. package/dist/react/hooks/useListPlans.js +16 -16
  128. package/dist/react/hooks/useListPlans.mjs +2 -2
  129. package/dist/react/hooks/useReferrals.d.mts +1 -1
  130. package/dist/react/hooks/useReferrals.d.ts +1 -1
  131. package/dist/react/hooks/useReferrals.js +16 -16
  132. package/dist/react/hooks/useReferrals.mjs +2 -2
  133. package/dist/react/index.d.mts +2 -2
  134. package/dist/react/index.d.ts +2 -2
  135. package/dist/react/index.js +22 -22
  136. package/dist/react/index.mjs +9 -9
  137. package/dist/react/{params--mMxYT5w.d.mts → params-BUQLwLrI.d.mts} +52 -0
  138. package/dist/react/{params-DVrQcAu7.d.ts → params-dYykqsvL.d.ts} +52 -0
  139. package/dist/sdk/index.d.mts +850 -106
  140. package/dist/sdk/index.d.ts +850 -106
  141. package/dist/sdk/index.js +4314 -3545
  142. package/dist/sdk/index.mjs +4240 -3539
  143. package/package.json +1 -1
  144. package/dist/backend/{chunk-55C2WWXQ.mjs → chunk-S5HPMJ4U.mjs} +3 -3
@@ -111,8 +111,8 @@ declare const SDK_METADATA: {
111
111
  readonly language: "typescript";
112
112
  readonly openapiDocVersion: "2.2.0";
113
113
  readonly sdkVersion: "0.10.17";
114
- readonly genVersion: "2.882.0";
115
- readonly userAgent: "speakeasy-sdk/typescript 0.10.17 2.882.0 2.2.0 @useautumn/sdk";
114
+ readonly genVersion: "2.884.0";
115
+ readonly userAgent: "speakeasy-sdk/typescript 0.10.17 2.884.0 2.2.0 @useautumn/sdk";
116
116
  };
117
117
 
118
118
  /**
@@ -1646,7 +1646,7 @@ type BalanceIntervalEnum = OpenEnum<typeof BalanceIntervalEnum>;
1646
1646
  /**
1647
1647
  * The reset interval (hour, day, week, month, etc.) or 'multiple' if combined from different intervals.
1648
1648
  */
1649
- type Interval = BalanceIntervalEnum | string;
1649
+ type BalanceIntervalUnion = BalanceIntervalEnum | string;
1650
1650
  type BalanceReset = {
1651
1651
  /**
1652
1652
  * The reset interval (hour, day, week, month, etc.) or 'multiple' if combined from different intervals.
@@ -1821,8 +1821,8 @@ declare function balanceFeatureFromJSON(jsonString: string): Result<BalanceFeatu
1821
1821
  /** @internal */
1822
1822
  declare const BalanceIntervalEnum$inboundSchema: z$1.ZodMiniType<BalanceIntervalEnum, unknown>;
1823
1823
  /** @internal */
1824
- declare const Interval$inboundSchema: z$1.ZodMiniType<Interval, unknown>;
1825
- declare function intervalFromJSON(jsonString: string): Result<Interval, SDKValidationError>;
1824
+ declare const BalanceIntervalUnion$inboundSchema: z$1.ZodMiniType<BalanceIntervalUnion, unknown>;
1825
+ declare function balanceIntervalUnionFromJSON(jsonString: string): Result<BalanceIntervalUnion, SDKValidationError>;
1826
1826
  /** @internal */
1827
1827
  declare const BalanceReset$inboundSchema: z$1.ZodMiniType<BalanceReset, unknown>;
1828
1828
  declare function balanceResetFromJSON(jsonString: string): Result<BalanceReset, SDKValidationError>;
@@ -5997,6 +5997,7 @@ type CreatePlanParams = {
5997
5997
  * Miscellaneous plan-level configuration flags.
5998
5998
  */
5999
5999
  config?: CreatePlanConfigRequest | undefined;
6000
+ createInStripe?: boolean | undefined;
6000
6001
  };
6001
6002
  /**
6002
6003
  * Billing interval (e.g. 'month', 'year').
@@ -6560,6 +6561,7 @@ type CreatePlanParams$Outbound = {
6560
6561
  items?: Array<CreatePlanPlanItem$Outbound> | undefined;
6561
6562
  free_trial?: FreeTrialRequest$Outbound | undefined;
6562
6563
  config?: CreatePlanConfigRequest$Outbound | undefined;
6564
+ create_in_stripe: boolean;
6563
6565
  };
6564
6566
  /** @internal */
6565
6567
  declare const CreatePlanParams$outboundSchema: z$1.ZodMiniType<CreatePlanParams$Outbound, CreatePlanParams>;
@@ -7866,6 +7868,7 @@ declare const CustomerRewardsType: {
7866
7868
  readonly FixedDiscount: "fixed_discount";
7867
7869
  readonly FreeProduct: "free_product";
7868
7870
  readonly InvoiceCredits: "invoice_credits";
7871
+ readonly FeatureGrant: "feature_grant";
7869
7872
  };
7870
7873
  /**
7871
7874
  * The type of reward
@@ -8926,6 +8929,7 @@ declare const GetCustomerRewardsType: {
8926
8929
  readonly FixedDiscount: "fixed_discount";
8927
8930
  readonly FreeProduct: "free_product";
8928
8931
  readonly InvoiceCredits: "invoice_credits";
8932
+ readonly FeatureGrant: "feature_grant";
8929
8933
  };
8930
8934
  /**
8931
8935
  * The type of reward
@@ -10607,20 +10611,20 @@ type ListCustomersPlan = {
10607
10611
  /**
10608
10612
  * Filter by customer product status. Defaults to active and scheduled
10609
10613
  */
10610
- declare const SubscriptionStatus: {
10614
+ declare const ListCustomersSubscriptionStatus: {
10611
10615
  readonly Active: "active";
10612
10616
  readonly Scheduled: "scheduled";
10613
10617
  };
10614
10618
  /**
10615
10619
  * Filter by customer product status. Defaults to active and scheduled
10616
10620
  */
10617
- type SubscriptionStatus = ClosedEnum<typeof SubscriptionStatus>;
10618
- declare const Processor: {
10621
+ type ListCustomersSubscriptionStatus = ClosedEnum<typeof ListCustomersSubscriptionStatus>;
10622
+ declare const ListCustomersProcessor: {
10619
10623
  readonly Stripe: "stripe";
10620
10624
  readonly Revenuecat: "revenuecat";
10621
10625
  readonly Vercel: "vercel";
10622
10626
  };
10623
- type Processor = ClosedEnum<typeof Processor>;
10627
+ type ListCustomersProcessor = ClosedEnum<typeof ListCustomersProcessor>;
10624
10628
  type ListCustomersParams = {
10625
10629
  /**
10626
10630
  * Number of items to skip
@@ -10637,7 +10641,7 @@ type ListCustomersParams = {
10637
10641
  /**
10638
10642
  * Filter by customer product status. Defaults to active and scheduled
10639
10643
  */
10640
- subscriptionStatus?: SubscriptionStatus | undefined;
10644
+ subscriptionStatus?: ListCustomersSubscriptionStatus | undefined;
10641
10645
  /**
10642
10646
  * Search customers by id, name, or email
10643
10647
  */
@@ -10645,7 +10649,7 @@ type ListCustomersParams = {
10645
10649
  /**
10646
10650
  * Filter by customer processor type (stripe, revenuecat, vercel)
10647
10651
  */
10648
- processors?: Array<Processor> | undefined;
10652
+ processors?: Array<ListCustomersProcessor> | undefined;
10649
10653
  };
10650
10654
  /**
10651
10655
  * The environment this customer was created in.
@@ -11086,60 +11090,596 @@ type ListCustomersList = {
11086
11090
  */
11087
11091
  stripeId: string | null;
11088
11092
  /**
11089
- * The environment this customer was created in.
11093
+ * The environment this customer was created in.
11094
+ */
11095
+ env: ListCustomersEnv;
11096
+ /**
11097
+ * The metadata for the customer.
11098
+ */
11099
+ metadata: {
11100
+ [k: string]: any;
11101
+ };
11102
+ /**
11103
+ * Whether to send email receipts to the customer.
11104
+ */
11105
+ sendEmailReceipts: boolean;
11106
+ /**
11107
+ * Billing controls for the customer (auto top-ups, etc.)
11108
+ */
11109
+ billingControls: ListCustomersBillingControls;
11110
+ /**
11111
+ * Active and scheduled recurring plans that this customer has attached.
11112
+ */
11113
+ subscriptions: Array<ListCustomersSubscription>;
11114
+ /**
11115
+ * One-time purchases made by the customer.
11116
+ */
11117
+ purchases: Array<ListCustomersPurchase>;
11118
+ /**
11119
+ * Feature balances keyed by feature ID, showing usage limits and remaining amounts.
11120
+ */
11121
+ balances: {
11122
+ [k: string]: Balance;
11123
+ };
11124
+ /**
11125
+ * Boolean feature flags keyed by feature ID, showing enabled access for on/off features.
11126
+ */
11127
+ flags: {
11128
+ [k: string]: ListCustomersFlags;
11129
+ };
11130
+ /**
11131
+ * Configuration for the customer.
11132
+ */
11133
+ config?: ListCustomersConfig | undefined;
11134
+ /**
11135
+ * Payment processors this customer is connected to (Stripe, Vercel, RevenueCat). Omitted entirely when the customer has not been created in any processor.
11136
+ */
11137
+ processors?: ListCustomersProcessors | undefined;
11138
+ };
11139
+ /**
11140
+ * OK
11141
+ */
11142
+ type ListCustomersResponse = {
11143
+ /**
11144
+ * Array of items for current page
11145
+ */
11146
+ list: Array<ListCustomersList>;
11147
+ /**
11148
+ * Whether more results exist after this page
11149
+ */
11150
+ hasMore: boolean;
11151
+ /**
11152
+ * Current offset position
11153
+ */
11154
+ offset: number;
11155
+ /**
11156
+ * Limit passed in the request
11157
+ */
11158
+ limit: number;
11159
+ /**
11160
+ * Total number of items returned in the current page
11161
+ */
11162
+ total: number;
11163
+ /**
11164
+ * Total number of customers available in the current organization and environment
11165
+ */
11166
+ totalCount: number;
11167
+ /**
11168
+ * Total number of customers matching the current filter before pagination is applied
11169
+ */
11170
+ totalFilteredCount: number;
11171
+ };
11172
+ /** @internal */
11173
+ type ListCustomersPlan$Outbound = {
11174
+ id: string;
11175
+ versions?: Array<number> | undefined;
11176
+ };
11177
+ /** @internal */
11178
+ declare const ListCustomersPlan$outboundSchema: z$1.ZodMiniType<ListCustomersPlan$Outbound, ListCustomersPlan>;
11179
+ declare function listCustomersPlanToJSON(listCustomersPlan: ListCustomersPlan): string;
11180
+ /** @internal */
11181
+ declare const ListCustomersSubscriptionStatus$outboundSchema: z$1.ZodMiniEnum<typeof ListCustomersSubscriptionStatus>;
11182
+ /** @internal */
11183
+ declare const ListCustomersProcessor$outboundSchema: z$1.ZodMiniEnum<typeof ListCustomersProcessor>;
11184
+ /** @internal */
11185
+ type ListCustomersParams$Outbound = {
11186
+ offset: number;
11187
+ limit: number;
11188
+ plans?: Array<ListCustomersPlan$Outbound> | undefined;
11189
+ subscription_status?: string | undefined;
11190
+ search?: string | undefined;
11191
+ processors?: Array<string> | undefined;
11192
+ };
11193
+ /** @internal */
11194
+ declare const ListCustomersParams$outboundSchema: z$1.ZodMiniType<ListCustomersParams$Outbound, ListCustomersParams>;
11195
+ declare function listCustomersParamsToJSON(listCustomersParams: ListCustomersParams): string;
11196
+ /** @internal */
11197
+ declare const ListCustomersEnv$inboundSchema: z$1.ZodMiniType<ListCustomersEnv, unknown>;
11198
+ /** @internal */
11199
+ declare const ListCustomersInterval2$inboundSchema: z$1.ZodMiniType<ListCustomersInterval2, unknown>;
11200
+ /** @internal */
11201
+ declare const ListCustomersPurchaseLimit2$inboundSchema: z$1.ZodMiniType<ListCustomersPurchaseLimit2, unknown>;
11202
+ declare function listCustomersPurchaseLimit2FromJSON(jsonString: string): Result<ListCustomersPurchaseLimit2, SDKValidationError>;
11203
+ /** @internal */
11204
+ declare const ListCustomersInterval1$inboundSchema: z$1.ZodMiniType<ListCustomersInterval1, unknown>;
11205
+ /** @internal */
11206
+ declare const ListCustomersPurchaseLimit1$inboundSchema: z$1.ZodMiniType<ListCustomersPurchaseLimit1, unknown>;
11207
+ declare function listCustomersPurchaseLimit1FromJSON(jsonString: string): Result<ListCustomersPurchaseLimit1, SDKValidationError>;
11208
+ /** @internal */
11209
+ declare const ListCustomersPurchaseLimitUnion$inboundSchema: z$1.ZodMiniType<ListCustomersPurchaseLimitUnion, unknown>;
11210
+ declare function listCustomersPurchaseLimitUnionFromJSON(jsonString: string): Result<ListCustomersPurchaseLimitUnion, SDKValidationError>;
11211
+ /** @internal */
11212
+ declare const ListCustomersAutoTopup$inboundSchema: z$1.ZodMiniType<ListCustomersAutoTopup, unknown>;
11213
+ declare function listCustomersAutoTopupFromJSON(jsonString: string): Result<ListCustomersAutoTopup, SDKValidationError>;
11214
+ /** @internal */
11215
+ declare const ListCustomersSpendLimit$inboundSchema: z$1.ZodMiniType<ListCustomersSpendLimit, unknown>;
11216
+ declare function listCustomersSpendLimitFromJSON(jsonString: string): Result<ListCustomersSpendLimit, SDKValidationError>;
11217
+ /** @internal */
11218
+ declare const ListCustomersThresholdType$inboundSchema: z$1.ZodMiniType<ListCustomersThresholdType, unknown>;
11219
+ /** @internal */
11220
+ declare const ListCustomersUsageAlert$inboundSchema: z$1.ZodMiniType<ListCustomersUsageAlert, unknown>;
11221
+ declare function listCustomersUsageAlertFromJSON(jsonString: string): Result<ListCustomersUsageAlert, SDKValidationError>;
11222
+ /** @internal */
11223
+ declare const ListCustomersOverageAllowed$inboundSchema: z$1.ZodMiniType<ListCustomersOverageAllowed, unknown>;
11224
+ declare function listCustomersOverageAllowedFromJSON(jsonString: string): Result<ListCustomersOverageAllowed, SDKValidationError>;
11225
+ /** @internal */
11226
+ declare const ListCustomersBillingControls$inboundSchema: z$1.ZodMiniType<ListCustomersBillingControls, unknown>;
11227
+ declare function listCustomersBillingControlsFromJSON(jsonString: string): Result<ListCustomersBillingControls, SDKValidationError>;
11228
+ /** @internal */
11229
+ declare const ListCustomersStatus$inboundSchema: z$1.ZodMiniType<ListCustomersStatus, unknown>;
11230
+ /** @internal */
11231
+ declare const ListCustomersSubscription$inboundSchema: z$1.ZodMiniType<ListCustomersSubscription, unknown>;
11232
+ declare function listCustomersSubscriptionFromJSON(jsonString: string): Result<ListCustomersSubscription, SDKValidationError>;
11233
+ /** @internal */
11234
+ declare const ListCustomersPurchase$inboundSchema: z$1.ZodMiniType<ListCustomersPurchase, unknown>;
11235
+ declare function listCustomersPurchaseFromJSON(jsonString: string): Result<ListCustomersPurchase, SDKValidationError>;
11236
+ /** @internal */
11237
+ declare const ListCustomersType$inboundSchema: z$1.ZodMiniType<ListCustomersType, unknown>;
11238
+ /** @internal */
11239
+ declare const ListCustomersCreditSchema$inboundSchema: z$1.ZodMiniType<ListCustomersCreditSchema, unknown>;
11240
+ declare function listCustomersCreditSchemaFromJSON(jsonString: string): Result<ListCustomersCreditSchema, SDKValidationError>;
11241
+ /** @internal */
11242
+ declare const ListCustomersDisplay$inboundSchema: z$1.ZodMiniType<ListCustomersDisplay, unknown>;
11243
+ declare function listCustomersDisplayFromJSON(jsonString: string): Result<ListCustomersDisplay, SDKValidationError>;
11244
+ /** @internal */
11245
+ declare const ListCustomersFeature$inboundSchema: z$1.ZodMiniType<ListCustomersFeature, unknown>;
11246
+ declare function listCustomersFeatureFromJSON(jsonString: string): Result<ListCustomersFeature, SDKValidationError>;
11247
+ /** @internal */
11248
+ declare const ListCustomersFlags$inboundSchema: z$1.ZodMiniType<ListCustomersFlags, unknown>;
11249
+ declare function listCustomersFlagsFromJSON(jsonString: string): Result<ListCustomersFlags, SDKValidationError>;
11250
+ /** @internal */
11251
+ declare const ListCustomersConfig$inboundSchema: z$1.ZodMiniType<ListCustomersConfig, unknown>;
11252
+ declare function listCustomersConfigFromJSON(jsonString: string): Result<ListCustomersConfig, SDKValidationError>;
11253
+ /** @internal */
11254
+ declare const ListCustomersStripe$inboundSchema: z$1.ZodMiniType<ListCustomersStripe, unknown>;
11255
+ declare function listCustomersStripeFromJSON(jsonString: string): Result<ListCustomersStripe, SDKValidationError>;
11256
+ /** @internal */
11257
+ declare const ListCustomersVercel$inboundSchema: z$1.ZodMiniType<ListCustomersVercel, unknown>;
11258
+ declare function listCustomersVercelFromJSON(jsonString: string): Result<ListCustomersVercel, SDKValidationError>;
11259
+ /** @internal */
11260
+ declare const ListCustomersRevenuecat$inboundSchema: z$1.ZodMiniType<ListCustomersRevenuecat, unknown>;
11261
+ declare function listCustomersRevenuecatFromJSON(jsonString: string): Result<ListCustomersRevenuecat, SDKValidationError>;
11262
+ /** @internal */
11263
+ declare const ListCustomersProcessors$inboundSchema: z$1.ZodMiniType<ListCustomersProcessors, unknown>;
11264
+ declare function listCustomersProcessorsFromJSON(jsonString: string): Result<ListCustomersProcessors, SDKValidationError>;
11265
+ /** @internal */
11266
+ declare const ListCustomersList$inboundSchema: z$1.ZodMiniType<ListCustomersList, unknown>;
11267
+ declare function listCustomersListFromJSON(jsonString: string): Result<ListCustomersList, SDKValidationError>;
11268
+ /** @internal */
11269
+ declare const ListCustomersResponse$inboundSchema: z$1.ZodMiniType<ListCustomersResponse, unknown>;
11270
+ declare function listCustomersResponseFromJSON(jsonString: string): Result<ListCustomersResponse, SDKValidationError>;
11271
+
11272
+ type ListEntitiesGlobals = {
11273
+ xApiVersion?: string | undefined;
11274
+ };
11275
+ type ListEntitiesPlan = {
11276
+ id: string;
11277
+ versions?: Array<number> | undefined;
11278
+ };
11279
+ /**
11280
+ * Filter customer products used for entity hydration and plan matching. Defaults to active and scheduled.
11281
+ */
11282
+ declare const ListEntitiesSubscriptionStatus: {
11283
+ readonly Active: "active";
11284
+ readonly Scheduled: "scheduled";
11285
+ };
11286
+ /**
11287
+ * Filter customer products used for entity hydration and plan matching. Defaults to active and scheduled.
11288
+ */
11289
+ type ListEntitiesSubscriptionStatus = ClosedEnum<typeof ListEntitiesSubscriptionStatus>;
11290
+ declare const ListEntitiesProcessor: {
11291
+ readonly Stripe: "stripe";
11292
+ readonly Revenuecat: "revenuecat";
11293
+ readonly Vercel: "vercel";
11294
+ };
11295
+ type ListEntitiesProcessor = ClosedEnum<typeof ListEntitiesProcessor>;
11296
+ type ListEntitiesParams = {
11297
+ /**
11298
+ * Number of items to skip
11299
+ */
11300
+ offset?: number | undefined;
11301
+ /**
11302
+ * Number of items to return. Default 10, max 1000.
11303
+ */
11304
+ limit?: number | undefined;
11305
+ /**
11306
+ * Filter by plan ID and version. Returns entities with active subscriptions to this plan, including plans inherited from the parent customer.
11307
+ */
11308
+ plans?: Array<ListEntitiesPlan> | undefined;
11309
+ /**
11310
+ * Filter customer products used for entity hydration and plan matching. Defaults to active and scheduled.
11311
+ */
11312
+ subscriptionStatus?: ListEntitiesSubscriptionStatus | undefined;
11313
+ /**
11314
+ * Search entities by id or name.
11315
+ */
11316
+ search?: string | undefined;
11317
+ /**
11318
+ * Filter by parent customer processor type (stripe, revenuecat, vercel).
11319
+ */
11320
+ processors?: Array<ListEntitiesProcessor> | undefined;
11321
+ };
11322
+ /**
11323
+ * The environment (sandbox/live)
11324
+ */
11325
+ declare const ListEntitiesEnv: {
11326
+ readonly Sandbox: "sandbox";
11327
+ readonly Live: "live";
11328
+ };
11329
+ /**
11330
+ * The environment (sandbox/live)
11331
+ */
11332
+ type ListEntitiesEnv = OpenEnum<typeof ListEntitiesEnv>;
11333
+ /**
11334
+ * Current status of the subscription.
11335
+ */
11336
+ declare const ListEntitiesStatus: {
11337
+ readonly Active: "active";
11338
+ readonly Scheduled: "scheduled";
11339
+ };
11340
+ /**
11341
+ * Current status of the subscription.
11342
+ */
11343
+ type ListEntitiesStatus = OpenEnum<typeof ListEntitiesStatus>;
11344
+ type ListEntitiesSubscription = {
11345
+ /**
11346
+ * The unique identifier of this subscription. If a subscription_id was provided at attach time, it is used; otherwise, falls back to the internal ID.
11347
+ */
11348
+ id: string;
11349
+ plan?: Plan | undefined;
11350
+ /**
11351
+ * The unique identifier of the subscribed plan.
11352
+ */
11353
+ planId: string;
11354
+ /**
11355
+ * Whether the plan was automatically enabled for the customer.
11356
+ */
11357
+ autoEnable: boolean;
11358
+ /**
11359
+ * Whether this is an add-on plan rather than a base subscription.
11360
+ */
11361
+ addOn: boolean;
11362
+ /**
11363
+ * Current status of the subscription.
11364
+ */
11365
+ status: ListEntitiesStatus;
11366
+ /**
11367
+ * Whether the subscription has overdue payments.
11368
+ */
11369
+ pastDue: boolean;
11370
+ /**
11371
+ * Timestamp when the subscription was canceled, or null if not canceled.
11372
+ */
11373
+ canceledAt: number | null;
11374
+ /**
11375
+ * Timestamp when the subscription will expire, or null if no expiry set.
11376
+ */
11377
+ expiresAt: number | null;
11378
+ /**
11379
+ * Timestamp when the trial period ends, or null if not on trial.
11380
+ */
11381
+ trialEndsAt: number | null;
11382
+ /**
11383
+ * Timestamp when the subscription started.
11384
+ */
11385
+ startedAt: number;
11386
+ /**
11387
+ * Start timestamp of the current billing period.
11388
+ */
11389
+ currentPeriodStart: number | null;
11390
+ /**
11391
+ * End timestamp of the current billing period.
11392
+ */
11393
+ currentPeriodEnd: number | null;
11394
+ /**
11395
+ * Number of units of this subscription (for per-seat plans).
11396
+ */
11397
+ quantity: number;
11398
+ };
11399
+ type ListEntitiesPurchase = {
11400
+ plan?: Plan | undefined;
11401
+ /**
11402
+ * The unique identifier of the purchased plan.
11403
+ */
11404
+ planId: string;
11405
+ /**
11406
+ * Timestamp when the purchase expires, or null for lifetime access.
11407
+ */
11408
+ expiresAt: number | null;
11409
+ /**
11410
+ * Timestamp when the purchase was made.
11411
+ */
11412
+ startedAt: number;
11413
+ /**
11414
+ * Number of units purchased.
11415
+ */
11416
+ quantity: number;
11417
+ };
11418
+ /**
11419
+ * Feature type: 'boolean' for on/off access, 'metered' for usage-tracked features, 'credit_system' for unified credit pools.
11420
+ */
11421
+ declare const ListEntitiesType: {
11422
+ readonly Boolean: "boolean";
11423
+ readonly Metered: "metered";
11424
+ readonly CreditSystem: "credit_system";
11425
+ };
11426
+ /**
11427
+ * Feature type: 'boolean' for on/off access, 'metered' for usage-tracked features, 'credit_system' for unified credit pools.
11428
+ */
11429
+ type ListEntitiesType = OpenEnum<typeof ListEntitiesType>;
11430
+ type ListEntitiesCreditSchema = {
11431
+ /**
11432
+ * ID of the metered feature that draws from this credit system.
11433
+ */
11434
+ meteredFeatureId: string;
11435
+ /**
11436
+ * Credits consumed per unit of the metered feature.
11437
+ */
11438
+ creditCost: number;
11439
+ };
11440
+ /**
11441
+ * Display names for the feature in billing UI and customer-facing components.
11442
+ */
11443
+ type ListEntitiesDisplay = {
11444
+ /**
11445
+ * Singular form for UI display (e.g., 'API call', 'seat').
11446
+ */
11447
+ singular?: string | null | undefined;
11448
+ /**
11449
+ * Plural form for UI display (e.g., 'API calls', 'seats').
11450
+ */
11451
+ plural?: string | null | undefined;
11452
+ };
11453
+ /**
11454
+ * The full feature object if expanded.
11455
+ */
11456
+ type ListEntitiesFeature = {
11457
+ /**
11458
+ * The unique identifier for this feature, used in /check and /track calls.
11459
+ */
11460
+ id: string;
11461
+ /**
11462
+ * Human-readable name displayed in the dashboard and billing UI.
11463
+ */
11464
+ name: string;
11465
+ /**
11466
+ * Feature type: 'boolean' for on/off access, 'metered' for usage-tracked features, 'credit_system' for unified credit pools.
11467
+ */
11468
+ type: ListEntitiesType;
11469
+ /**
11470
+ * For metered features: true if usage resets periodically (API calls, credits), false if allocated persistently (seats, storage).
11471
+ */
11472
+ consumable: boolean;
11473
+ /**
11474
+ * Event names that trigger this feature's balance. Allows multiple features to respond to a single event.
11475
+ */
11476
+ eventNames?: Array<string> | undefined;
11477
+ /**
11478
+ * For credit_system features: maps metered features to their credit costs.
11479
+ */
11480
+ creditSchema?: Array<ListEntitiesCreditSchema> | undefined;
11481
+ /**
11482
+ * Display names for the feature in billing UI and customer-facing components.
11483
+ */
11484
+ display?: ListEntitiesDisplay | undefined;
11485
+ /**
11486
+ * Whether the feature is archived and hidden from the dashboard.
11487
+ */
11488
+ archived: boolean;
11489
+ };
11490
+ type ListEntitiesFlags = {
11491
+ /**
11492
+ * The unique identifier for this flag.
11493
+ */
11494
+ id: string;
11495
+ /**
11496
+ * The plan ID this flag originates from, or null for standalone flags.
11497
+ */
11498
+ planId: string | null;
11499
+ /**
11500
+ * Timestamp when this flag expires, or null for no expiration.
11501
+ */
11502
+ expiresAt: number | null;
11503
+ /**
11504
+ * The feature ID this flag is for.
11505
+ */
11506
+ featureId: string;
11507
+ /**
11508
+ * The full feature object if expanded.
11509
+ */
11510
+ feature?: ListEntitiesFeature | undefined;
11511
+ };
11512
+ type ListEntitiesSpendLimit = {
11513
+ /**
11514
+ * Optional feature ID this spend limit applies to.
11515
+ */
11516
+ featureId?: string | undefined;
11517
+ /**
11518
+ * Whether this spend limit is enabled.
11519
+ */
11520
+ enabled: boolean;
11521
+ /**
11522
+ * Maximum allowed overage spend for the target feature.
11523
+ */
11524
+ overageLimit?: number | undefined;
11525
+ };
11526
+ /**
11527
+ * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
11528
+ */
11529
+ declare const ListEntitiesThresholdType: {
11530
+ readonly Usage: "usage";
11531
+ readonly UsagePercentage: "usage_percentage";
11532
+ readonly Remaining: "remaining";
11533
+ readonly RemainingPercentage: "remaining_percentage";
11534
+ };
11535
+ /**
11536
+ * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
11537
+ */
11538
+ type ListEntitiesThresholdType = OpenEnum<typeof ListEntitiesThresholdType>;
11539
+ type ListEntitiesUsageAlert = {
11540
+ /**
11541
+ * The feature ID this alert applies to.
11542
+ */
11543
+ featureId?: string | undefined;
11544
+ /**
11545
+ * Whether this usage alert is enabled.
11546
+ */
11547
+ enabled: boolean;
11548
+ /**
11549
+ * The threshold value that triggers the alert. For usage or remaining, this is an absolute count. For usage_percentage or remaining_percentage, this is a percentage (0-100).
11550
+ */
11551
+ threshold: number;
11552
+ /**
11553
+ * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
11554
+ */
11555
+ thresholdType: ListEntitiesThresholdType;
11556
+ /**
11557
+ * Optional user-defined label to distinguish multiple alerts on the same feature.
11558
+ */
11559
+ name?: string | undefined;
11560
+ };
11561
+ type ListEntitiesOverageAllowed = {
11562
+ /**
11563
+ * The feature ID this overage allowed control applies to.
11564
+ */
11565
+ featureId: string;
11566
+ /**
11567
+ * Whether overage is allowed for this feature.
11568
+ */
11569
+ enabled: boolean;
11570
+ };
11571
+ /**
11572
+ * Billing controls for the entity.
11573
+ */
11574
+ type ListEntitiesBillingControls = {
11575
+ /**
11576
+ * List of overage spend limits per feature.
11577
+ */
11578
+ spendLimits?: Array<ListEntitiesSpendLimit> | undefined;
11579
+ /**
11580
+ * List of usage alert configurations per feature.
11581
+ */
11582
+ usageAlerts?: Array<ListEntitiesUsageAlert> | undefined;
11583
+ /**
11584
+ * List of overage allowed controls per feature. When enabled, usage can exceed balance.
11585
+ */
11586
+ overageAllowed?: Array<ListEntitiesOverageAllowed> | undefined;
11587
+ };
11588
+ /**
11589
+ * The billing processor that owns this invoice.
11590
+ */
11591
+ declare const ListEntitiesProcessorType: {
11592
+ readonly Stripe: "stripe";
11593
+ readonly Revenuecat: "revenuecat";
11594
+ };
11595
+ /**
11596
+ * The billing processor that owns this invoice.
11597
+ */
11598
+ type ListEntitiesProcessorType = OpenEnum<typeof ListEntitiesProcessorType>;
11599
+ type ListEntitiesInvoice = {
11600
+ /**
11601
+ * Array of plan IDs included in this invoice
11602
+ */
11603
+ planIds: Array<string>;
11604
+ /**
11605
+ * The Stripe invoice ID
11606
+ */
11607
+ stripeId: string;
11608
+ /**
11609
+ * The billing processor that owns this invoice.
11610
+ */
11611
+ processorType: ListEntitiesProcessorType;
11612
+ /**
11613
+ * The status of the invoice
11614
+ */
11615
+ status: string;
11616
+ /**
11617
+ * The total amount of the invoice
11618
+ */
11619
+ total: number;
11620
+ /**
11621
+ * The currency code for the invoice
11622
+ */
11623
+ currency: string;
11624
+ /**
11625
+ * Timestamp when the invoice was created
11626
+ */
11627
+ createdAt: number;
11628
+ /**
11629
+ * URL to the Stripe-hosted invoice page
11090
11630
  */
11091
- env: ListCustomersEnv;
11631
+ hostedInvoiceUrl?: string | null | undefined;
11632
+ };
11633
+ type ListEntitiesList = {
11092
11634
  /**
11093
- * The metadata for the customer.
11635
+ * The unique identifier of the entity
11094
11636
  */
11095
- metadata: {
11096
- [k: string]: any;
11097
- };
11637
+ id: string | null;
11098
11638
  /**
11099
- * Whether to send email receipts to the customer.
11639
+ * The name of the entity
11100
11640
  */
11101
- sendEmailReceipts: boolean;
11641
+ name: string | null;
11102
11642
  /**
11103
- * Billing controls for the customer (auto top-ups, etc.)
11643
+ * The customer ID this entity belongs to
11104
11644
  */
11105
- billingControls: ListCustomersBillingControls;
11645
+ customerId?: string | null | undefined;
11106
11646
  /**
11107
- * Active and scheduled recurring plans that this customer has attached.
11647
+ * The feature ID this entity belongs to
11108
11648
  */
11109
- subscriptions: Array<ListCustomersSubscription>;
11649
+ featureId?: string | null | undefined;
11110
11650
  /**
11111
- * One-time purchases made by the customer.
11651
+ * Unix timestamp when the entity was created
11112
11652
  */
11113
- purchases: Array<ListCustomersPurchase>;
11653
+ createdAt: number;
11114
11654
  /**
11115
- * Feature balances keyed by feature ID, showing usage limits and remaining amounts.
11655
+ * The environment (sandbox/live)
11116
11656
  */
11657
+ env: ListEntitiesEnv;
11658
+ subscriptions: Array<ListEntitiesSubscription>;
11659
+ purchases: Array<ListEntitiesPurchase>;
11117
11660
  balances: {
11118
11661
  [k: string]: Balance;
11119
11662
  };
11120
- /**
11121
- * Boolean feature flags keyed by feature ID, showing enabled access for on/off features.
11122
- */
11123
11663
  flags: {
11124
- [k: string]: ListCustomersFlags;
11664
+ [k: string]: ListEntitiesFlags;
11125
11665
  };
11126
11666
  /**
11127
- * Configuration for the customer.
11667
+ * Billing controls for the entity.
11128
11668
  */
11129
- config?: ListCustomersConfig | undefined;
11669
+ billingControls?: ListEntitiesBillingControls | undefined;
11130
11670
  /**
11131
- * Payment processors this customer is connected to (Stripe, Vercel, RevenueCat). Omitted entirely when the customer has not been created in any processor.
11671
+ * Invoices for this entity (only included when expand=invoices)
11132
11672
  */
11133
- processors?: ListCustomersProcessors | undefined;
11673
+ invoices?: Array<ListEntitiesInvoice> | undefined;
11134
11674
  };
11135
11675
  /**
11136
11676
  * OK
11137
11677
  */
11138
- type ListCustomersResponse = {
11678
+ type ListEntitiesResponse = {
11139
11679
  /**
11140
11680
  * Array of items for current page
11141
11681
  */
11142
- list: Array<ListCustomersList>;
11682
+ list: Array<ListEntitiesList>;
11143
11683
  /**
11144
11684
  * Whether more results exist after this page
11145
11685
  */
@@ -11157,113 +11697,87 @@ type ListCustomersResponse = {
11157
11697
  */
11158
11698
  total: number;
11159
11699
  /**
11160
- * Total number of customers available in the current organization and environment
11700
+ * Total number of entities available in the current organization and environment
11161
11701
  */
11162
11702
  totalCount: number;
11163
11703
  /**
11164
- * Total number of customers matching the current filter before pagination is applied
11704
+ * Total number of entities matching the current filter before pagination is applied
11165
11705
  */
11166
11706
  totalFilteredCount: number;
11167
11707
  };
11168
11708
  /** @internal */
11169
- type ListCustomersPlan$Outbound = {
11709
+ type ListEntitiesPlan$Outbound = {
11170
11710
  id: string;
11171
11711
  versions?: Array<number> | undefined;
11172
11712
  };
11173
11713
  /** @internal */
11174
- declare const ListCustomersPlan$outboundSchema: z$1.ZodMiniType<ListCustomersPlan$Outbound, ListCustomersPlan>;
11175
- declare function listCustomersPlanToJSON(listCustomersPlan: ListCustomersPlan): string;
11714
+ declare const ListEntitiesPlan$outboundSchema: z$1.ZodMiniType<ListEntitiesPlan$Outbound, ListEntitiesPlan>;
11715
+ declare function listEntitiesPlanToJSON(listEntitiesPlan: ListEntitiesPlan): string;
11176
11716
  /** @internal */
11177
- declare const SubscriptionStatus$outboundSchema: z$1.ZodMiniEnum<typeof SubscriptionStatus>;
11717
+ declare const ListEntitiesSubscriptionStatus$outboundSchema: z$1.ZodMiniEnum<typeof ListEntitiesSubscriptionStatus>;
11178
11718
  /** @internal */
11179
- declare const Processor$outboundSchema: z$1.ZodMiniEnum<typeof Processor>;
11719
+ declare const ListEntitiesProcessor$outboundSchema: z$1.ZodMiniEnum<typeof ListEntitiesProcessor>;
11180
11720
  /** @internal */
11181
- type ListCustomersParams$Outbound = {
11721
+ type ListEntitiesParams$Outbound = {
11182
11722
  offset: number;
11183
11723
  limit: number;
11184
- plans?: Array<ListCustomersPlan$Outbound> | undefined;
11724
+ plans?: Array<ListEntitiesPlan$Outbound> | undefined;
11185
11725
  subscription_status?: string | undefined;
11186
11726
  search?: string | undefined;
11187
11727
  processors?: Array<string> | undefined;
11188
11728
  };
11189
11729
  /** @internal */
11190
- declare const ListCustomersParams$outboundSchema: z$1.ZodMiniType<ListCustomersParams$Outbound, ListCustomersParams>;
11191
- declare function listCustomersParamsToJSON(listCustomersParams: ListCustomersParams): string;
11192
- /** @internal */
11193
- declare const ListCustomersEnv$inboundSchema: z$1.ZodMiniType<ListCustomersEnv, unknown>;
11194
- /** @internal */
11195
- declare const ListCustomersInterval2$inboundSchema: z$1.ZodMiniType<ListCustomersInterval2, unknown>;
11196
- /** @internal */
11197
- declare const ListCustomersPurchaseLimit2$inboundSchema: z$1.ZodMiniType<ListCustomersPurchaseLimit2, unknown>;
11198
- declare function listCustomersPurchaseLimit2FromJSON(jsonString: string): Result<ListCustomersPurchaseLimit2, SDKValidationError>;
11199
- /** @internal */
11200
- declare const ListCustomersInterval1$inboundSchema: z$1.ZodMiniType<ListCustomersInterval1, unknown>;
11201
- /** @internal */
11202
- declare const ListCustomersPurchaseLimit1$inboundSchema: z$1.ZodMiniType<ListCustomersPurchaseLimit1, unknown>;
11203
- declare function listCustomersPurchaseLimit1FromJSON(jsonString: string): Result<ListCustomersPurchaseLimit1, SDKValidationError>;
11204
- /** @internal */
11205
- declare const ListCustomersPurchaseLimitUnion$inboundSchema: z$1.ZodMiniType<ListCustomersPurchaseLimitUnion, unknown>;
11206
- declare function listCustomersPurchaseLimitUnionFromJSON(jsonString: string): Result<ListCustomersPurchaseLimitUnion, SDKValidationError>;
11207
- /** @internal */
11208
- declare const ListCustomersAutoTopup$inboundSchema: z$1.ZodMiniType<ListCustomersAutoTopup, unknown>;
11209
- declare function listCustomersAutoTopupFromJSON(jsonString: string): Result<ListCustomersAutoTopup, SDKValidationError>;
11210
- /** @internal */
11211
- declare const ListCustomersSpendLimit$inboundSchema: z$1.ZodMiniType<ListCustomersSpendLimit, unknown>;
11212
- declare function listCustomersSpendLimitFromJSON(jsonString: string): Result<ListCustomersSpendLimit, SDKValidationError>;
11213
- /** @internal */
11214
- declare const ListCustomersThresholdType$inboundSchema: z$1.ZodMiniType<ListCustomersThresholdType, unknown>;
11730
+ declare const ListEntitiesParams$outboundSchema: z$1.ZodMiniType<ListEntitiesParams$Outbound, ListEntitiesParams>;
11731
+ declare function listEntitiesParamsToJSON(listEntitiesParams: ListEntitiesParams): string;
11215
11732
  /** @internal */
11216
- declare const ListCustomersUsageAlert$inboundSchema: z$1.ZodMiniType<ListCustomersUsageAlert, unknown>;
11217
- declare function listCustomersUsageAlertFromJSON(jsonString: string): Result<ListCustomersUsageAlert, SDKValidationError>;
11733
+ declare const ListEntitiesEnv$inboundSchema: z$1.ZodMiniType<ListEntitiesEnv, unknown>;
11218
11734
  /** @internal */
11219
- declare const ListCustomersOverageAllowed$inboundSchema: z$1.ZodMiniType<ListCustomersOverageAllowed, unknown>;
11220
- declare function listCustomersOverageAllowedFromJSON(jsonString: string): Result<ListCustomersOverageAllowed, SDKValidationError>;
11735
+ declare const ListEntitiesStatus$inboundSchema: z$1.ZodMiniType<ListEntitiesStatus, unknown>;
11221
11736
  /** @internal */
11222
- declare const ListCustomersBillingControls$inboundSchema: z$1.ZodMiniType<ListCustomersBillingControls, unknown>;
11223
- declare function listCustomersBillingControlsFromJSON(jsonString: string): Result<ListCustomersBillingControls, SDKValidationError>;
11737
+ declare const ListEntitiesSubscription$inboundSchema: z$1.ZodMiniType<ListEntitiesSubscription, unknown>;
11738
+ declare function listEntitiesSubscriptionFromJSON(jsonString: string): Result<ListEntitiesSubscription, SDKValidationError>;
11224
11739
  /** @internal */
11225
- declare const ListCustomersStatus$inboundSchema: z$1.ZodMiniType<ListCustomersStatus, unknown>;
11740
+ declare const ListEntitiesPurchase$inboundSchema: z$1.ZodMiniType<ListEntitiesPurchase, unknown>;
11741
+ declare function listEntitiesPurchaseFromJSON(jsonString: string): Result<ListEntitiesPurchase, SDKValidationError>;
11226
11742
  /** @internal */
11227
- declare const ListCustomersSubscription$inboundSchema: z$1.ZodMiniType<ListCustomersSubscription, unknown>;
11228
- declare function listCustomersSubscriptionFromJSON(jsonString: string): Result<ListCustomersSubscription, SDKValidationError>;
11743
+ declare const ListEntitiesType$inboundSchema: z$1.ZodMiniType<ListEntitiesType, unknown>;
11229
11744
  /** @internal */
11230
- declare const ListCustomersPurchase$inboundSchema: z$1.ZodMiniType<ListCustomersPurchase, unknown>;
11231
- declare function listCustomersPurchaseFromJSON(jsonString: string): Result<ListCustomersPurchase, SDKValidationError>;
11745
+ declare const ListEntitiesCreditSchema$inboundSchema: z$1.ZodMiniType<ListEntitiesCreditSchema, unknown>;
11746
+ declare function listEntitiesCreditSchemaFromJSON(jsonString: string): Result<ListEntitiesCreditSchema, SDKValidationError>;
11232
11747
  /** @internal */
11233
- declare const ListCustomersType$inboundSchema: z$1.ZodMiniType<ListCustomersType, unknown>;
11748
+ declare const ListEntitiesDisplay$inboundSchema: z$1.ZodMiniType<ListEntitiesDisplay, unknown>;
11749
+ declare function listEntitiesDisplayFromJSON(jsonString: string): Result<ListEntitiesDisplay, SDKValidationError>;
11234
11750
  /** @internal */
11235
- declare const ListCustomersCreditSchema$inboundSchema: z$1.ZodMiniType<ListCustomersCreditSchema, unknown>;
11236
- declare function listCustomersCreditSchemaFromJSON(jsonString: string): Result<ListCustomersCreditSchema, SDKValidationError>;
11751
+ declare const ListEntitiesFeature$inboundSchema: z$1.ZodMiniType<ListEntitiesFeature, unknown>;
11752
+ declare function listEntitiesFeatureFromJSON(jsonString: string): Result<ListEntitiesFeature, SDKValidationError>;
11237
11753
  /** @internal */
11238
- declare const ListCustomersDisplay$inboundSchema: z$1.ZodMiniType<ListCustomersDisplay, unknown>;
11239
- declare function listCustomersDisplayFromJSON(jsonString: string): Result<ListCustomersDisplay, SDKValidationError>;
11754
+ declare const ListEntitiesFlags$inboundSchema: z$1.ZodMiniType<ListEntitiesFlags, unknown>;
11755
+ declare function listEntitiesFlagsFromJSON(jsonString: string): Result<ListEntitiesFlags, SDKValidationError>;
11240
11756
  /** @internal */
11241
- declare const ListCustomersFeature$inboundSchema: z$1.ZodMiniType<ListCustomersFeature, unknown>;
11242
- declare function listCustomersFeatureFromJSON(jsonString: string): Result<ListCustomersFeature, SDKValidationError>;
11757
+ declare const ListEntitiesSpendLimit$inboundSchema: z$1.ZodMiniType<ListEntitiesSpendLimit, unknown>;
11758
+ declare function listEntitiesSpendLimitFromJSON(jsonString: string): Result<ListEntitiesSpendLimit, SDKValidationError>;
11243
11759
  /** @internal */
11244
- declare const ListCustomersFlags$inboundSchema: z$1.ZodMiniType<ListCustomersFlags, unknown>;
11245
- declare function listCustomersFlagsFromJSON(jsonString: string): Result<ListCustomersFlags, SDKValidationError>;
11760
+ declare const ListEntitiesThresholdType$inboundSchema: z$1.ZodMiniType<ListEntitiesThresholdType, unknown>;
11246
11761
  /** @internal */
11247
- declare const ListCustomersConfig$inboundSchema: z$1.ZodMiniType<ListCustomersConfig, unknown>;
11248
- declare function listCustomersConfigFromJSON(jsonString: string): Result<ListCustomersConfig, SDKValidationError>;
11762
+ declare const ListEntitiesUsageAlert$inboundSchema: z$1.ZodMiniType<ListEntitiesUsageAlert, unknown>;
11763
+ declare function listEntitiesUsageAlertFromJSON(jsonString: string): Result<ListEntitiesUsageAlert, SDKValidationError>;
11249
11764
  /** @internal */
11250
- declare const ListCustomersStripe$inboundSchema: z$1.ZodMiniType<ListCustomersStripe, unknown>;
11251
- declare function listCustomersStripeFromJSON(jsonString: string): Result<ListCustomersStripe, SDKValidationError>;
11765
+ declare const ListEntitiesOverageAllowed$inboundSchema: z$1.ZodMiniType<ListEntitiesOverageAllowed, unknown>;
11766
+ declare function listEntitiesOverageAllowedFromJSON(jsonString: string): Result<ListEntitiesOverageAllowed, SDKValidationError>;
11252
11767
  /** @internal */
11253
- declare const ListCustomersVercel$inboundSchema: z$1.ZodMiniType<ListCustomersVercel, unknown>;
11254
- declare function listCustomersVercelFromJSON(jsonString: string): Result<ListCustomersVercel, SDKValidationError>;
11768
+ declare const ListEntitiesBillingControls$inboundSchema: z$1.ZodMiniType<ListEntitiesBillingControls, unknown>;
11769
+ declare function listEntitiesBillingControlsFromJSON(jsonString: string): Result<ListEntitiesBillingControls, SDKValidationError>;
11255
11770
  /** @internal */
11256
- declare const ListCustomersRevenuecat$inboundSchema: z$1.ZodMiniType<ListCustomersRevenuecat, unknown>;
11257
- declare function listCustomersRevenuecatFromJSON(jsonString: string): Result<ListCustomersRevenuecat, SDKValidationError>;
11771
+ declare const ListEntitiesProcessorType$inboundSchema: z$1.ZodMiniType<ListEntitiesProcessorType, unknown>;
11258
11772
  /** @internal */
11259
- declare const ListCustomersProcessors$inboundSchema: z$1.ZodMiniType<ListCustomersProcessors, unknown>;
11260
- declare function listCustomersProcessorsFromJSON(jsonString: string): Result<ListCustomersProcessors, SDKValidationError>;
11773
+ declare const ListEntitiesInvoice$inboundSchema: z$1.ZodMiniType<ListEntitiesInvoice, unknown>;
11774
+ declare function listEntitiesInvoiceFromJSON(jsonString: string): Result<ListEntitiesInvoice, SDKValidationError>;
11261
11775
  /** @internal */
11262
- declare const ListCustomersList$inboundSchema: z$1.ZodMiniType<ListCustomersList, unknown>;
11263
- declare function listCustomersListFromJSON(jsonString: string): Result<ListCustomersList, SDKValidationError>;
11776
+ declare const ListEntitiesList$inboundSchema: z$1.ZodMiniType<ListEntitiesList, unknown>;
11777
+ declare function listEntitiesListFromJSON(jsonString: string): Result<ListEntitiesList, SDKValidationError>;
11264
11778
  /** @internal */
11265
- declare const ListCustomersResponse$inboundSchema: z$1.ZodMiniType<ListCustomersResponse, unknown>;
11266
- declare function listCustomersResponseFromJSON(jsonString: string): Result<ListCustomersResponse, SDKValidationError>;
11779
+ declare const ListEntitiesResponse$inboundSchema: z$1.ZodMiniType<ListEntitiesResponse, unknown>;
11780
+ declare function listEntitiesResponseFromJSON(jsonString: string): Result<ListEntitiesResponse, SDKValidationError>;
11267
11781
 
11268
11782
  type ListEventsGlobals = {
11269
11783
  xApiVersion?: string | undefined;
@@ -11311,6 +11825,58 @@ type EventsListParams = {
11311
11825
  */
11312
11826
  customRange?: ListEventsCustomRange | undefined;
11313
11827
  };
11828
+ declare const ListEventsIntervalEnum: {
11829
+ readonly OneOff: "one_off";
11830
+ readonly Minute: "minute";
11831
+ readonly Hour: "hour";
11832
+ readonly Day: "day";
11833
+ readonly Week: "week";
11834
+ readonly Month: "month";
11835
+ readonly Quarter: "quarter";
11836
+ readonly SemiAnnual: "semi_annual";
11837
+ readonly Year: "year";
11838
+ };
11839
+ type ListEventsIntervalEnum = OpenEnum<typeof ListEventsIntervalEnum>;
11840
+ /**
11841
+ * The reset interval (hour, day, week, month, etc.) or 'multiple' if combined from different intervals.
11842
+ */
11843
+ type ListEventsIntervalUnion = ListEventsIntervalEnum | string;
11844
+ type ListEventsReset = {
11845
+ /**
11846
+ * The reset interval (hour, day, week, month, etc.) or 'multiple' if combined from different intervals.
11847
+ */
11848
+ interval: ListEventsIntervalEnum | string;
11849
+ /**
11850
+ * Number of intervals between resets (eg. 2 for bi-monthly).
11851
+ */
11852
+ intervalCount?: number | undefined;
11853
+ /**
11854
+ * Timestamp when the balance will next reset.
11855
+ */
11856
+ resetsAt: number | null;
11857
+ };
11858
+ type Deductions = {
11859
+ /**
11860
+ * ID of the underlying balance row that was deducted from (customer_entitlement or rollover).
11861
+ */
11862
+ balanceId: string;
11863
+ /**
11864
+ * The feature this balance belongs to.
11865
+ */
11866
+ featureId: string;
11867
+ /**
11868
+ * ID of the plan/product this balance belongs to. Null when the balance can't be attributed to a single plan (e.g. it spans multiple).
11869
+ */
11870
+ planId: string | null;
11871
+ /**
11872
+ * Reset configuration for the balance this deduction came from, or null if the balance doesn't reset.
11873
+ */
11874
+ reset: ListEventsReset | null;
11875
+ /**
11876
+ * Amount deducted from this balance. Positive when usage was consumed, negative when credit was restored (e.g. a refund via negative track value).
11877
+ */
11878
+ value: number;
11879
+ };
11314
11880
  type ListEventsList = {
11315
11881
  /**
11316
11882
  * Event ID (KSUID)
@@ -11338,6 +11904,10 @@ type ListEventsList = {
11338
11904
  properties: {
11339
11905
  [k: string]: any;
11340
11906
  };
11907
+ /**
11908
+ * Per-balance breakdown of what this event deducted. Null for events ingested before deductions were tracked; an empty array means the event was accepted but no balance moved.
11909
+ */
11910
+ deductions: Array<Deductions> | null;
11341
11911
  };
11342
11912
  /**
11343
11913
  * OK
@@ -11390,6 +11960,17 @@ type EventsListParams$Outbound = {
11390
11960
  declare const EventsListParams$outboundSchema: z$1.ZodMiniType<EventsListParams$Outbound, EventsListParams>;
11391
11961
  declare function eventsListParamsToJSON(eventsListParams: EventsListParams): string;
11392
11962
  /** @internal */
11963
+ declare const ListEventsIntervalEnum$inboundSchema: z$1.ZodMiniType<ListEventsIntervalEnum, unknown>;
11964
+ /** @internal */
11965
+ declare const ListEventsIntervalUnion$inboundSchema: z$1.ZodMiniType<ListEventsIntervalUnion, unknown>;
11966
+ declare function listEventsIntervalUnionFromJSON(jsonString: string): Result<ListEventsIntervalUnion, SDKValidationError>;
11967
+ /** @internal */
11968
+ declare const ListEventsReset$inboundSchema: z$1.ZodMiniType<ListEventsReset, unknown>;
11969
+ declare function listEventsResetFromJSON(jsonString: string): Result<ListEventsReset, SDKValidationError>;
11970
+ /** @internal */
11971
+ declare const Deductions$inboundSchema: z$1.ZodMiniType<Deductions, unknown>;
11972
+ declare function deductionsFromJSON(jsonString: string): Result<Deductions, SDKValidationError>;
11973
+ /** @internal */
11393
11974
  declare const ListEventsList$inboundSchema: z$1.ZodMiniType<ListEventsList, unknown>;
11394
11975
  declare function listEventsListFromJSON(jsonString: string): Result<ListEventsList, SDKValidationError>;
11395
11976
  /** @internal */
@@ -17985,6 +18566,58 @@ type TrackParams = {
17985
18566
  } | undefined;
17986
18567
  lock?: TrackLock | undefined;
17987
18568
  };
18569
+ declare const TrackIntervalEnum2: {
18570
+ readonly OneOff: "one_off";
18571
+ readonly Minute: "minute";
18572
+ readonly Hour: "hour";
18573
+ readonly Day: "day";
18574
+ readonly Week: "week";
18575
+ readonly Month: "month";
18576
+ readonly Quarter: "quarter";
18577
+ readonly SemiAnnual: "semi_annual";
18578
+ readonly Year: "year";
18579
+ };
18580
+ type TrackIntervalEnum2 = OpenEnum<typeof TrackIntervalEnum2>;
18581
+ /**
18582
+ * The reset interval (hour, day, week, month, etc.) or 'multiple' if combined from different intervals.
18583
+ */
18584
+ type TrackIntervalUnion2 = TrackIntervalEnum2 | string;
18585
+ type TrackReset2 = {
18586
+ /**
18587
+ * The reset interval (hour, day, week, month, etc.) or 'multiple' if combined from different intervals.
18588
+ */
18589
+ interval: TrackIntervalEnum2 | string;
18590
+ /**
18591
+ * Number of intervals between resets (eg. 2 for bi-monthly).
18592
+ */
18593
+ intervalCount?: number | undefined;
18594
+ /**
18595
+ * Timestamp when the balance will next reset.
18596
+ */
18597
+ resetsAt: number | null;
18598
+ };
18599
+ type Deduction2 = {
18600
+ /**
18601
+ * ID of the underlying balance row that was deducted from (customer_entitlement or rollover).
18602
+ */
18603
+ balanceId: string;
18604
+ /**
18605
+ * The feature this balance belongs to.
18606
+ */
18607
+ featureId: string;
18608
+ /**
18609
+ * ID of the plan/product this balance belongs to. Null when the balance can't be attributed to a single plan (e.g. it spans multiple).
18610
+ */
18611
+ planId: string | null;
18612
+ /**
18613
+ * Reset configuration for the balance this deduction came from, or null if the balance doesn't reset.
18614
+ */
18615
+ reset: TrackReset2 | null;
18616
+ /**
18617
+ * Amount deducted from this balance. Positive when usage was consumed, negative when credit was restored (e.g. a refund via negative track value).
18618
+ */
18619
+ value: number;
18620
+ };
17988
18621
  /**
17989
18622
  * Accepted. Autumn is experiencing degraded service from a downstream provider, so the event was accepted for replay and will be tracked as soon as the service is restored.
17990
18623
  */
@@ -18015,6 +18648,62 @@ type TrackResponseBody2 = {
18015
18648
  balances?: {
18016
18649
  [k: string]: Balance | null;
18017
18650
  } | undefined;
18651
+ /**
18652
+ * Per-balance breakdown of what this event deducted. A single event can consume from multiple balance rows when credit systems or rollovers are involved; this surfaces each one so callers can build per-feature usage views without polling.
18653
+ */
18654
+ deductions?: Array<Deduction2> | undefined;
18655
+ };
18656
+ declare const TrackIntervalEnum1: {
18657
+ readonly OneOff: "one_off";
18658
+ readonly Minute: "minute";
18659
+ readonly Hour: "hour";
18660
+ readonly Day: "day";
18661
+ readonly Week: "week";
18662
+ readonly Month: "month";
18663
+ readonly Quarter: "quarter";
18664
+ readonly SemiAnnual: "semi_annual";
18665
+ readonly Year: "year";
18666
+ };
18667
+ type TrackIntervalEnum1 = OpenEnum<typeof TrackIntervalEnum1>;
18668
+ /**
18669
+ * The reset interval (hour, day, week, month, etc.) or 'multiple' if combined from different intervals.
18670
+ */
18671
+ type TrackIntervalUnion1 = TrackIntervalEnum1 | string;
18672
+ type TrackReset1 = {
18673
+ /**
18674
+ * The reset interval (hour, day, week, month, etc.) or 'multiple' if combined from different intervals.
18675
+ */
18676
+ interval: TrackIntervalEnum1 | string;
18677
+ /**
18678
+ * Number of intervals between resets (eg. 2 for bi-monthly).
18679
+ */
18680
+ intervalCount?: number | undefined;
18681
+ /**
18682
+ * Timestamp when the balance will next reset.
18683
+ */
18684
+ resetsAt: number | null;
18685
+ };
18686
+ type Deduction1 = {
18687
+ /**
18688
+ * ID of the underlying balance row that was deducted from (customer_entitlement or rollover).
18689
+ */
18690
+ balanceId: string;
18691
+ /**
18692
+ * The feature this balance belongs to.
18693
+ */
18694
+ featureId: string;
18695
+ /**
18696
+ * ID of the plan/product this balance belongs to. Null when the balance can't be attributed to a single plan (e.g. it spans multiple).
18697
+ */
18698
+ planId: string | null;
18699
+ /**
18700
+ * Reset configuration for the balance this deduction came from, or null if the balance doesn't reset.
18701
+ */
18702
+ reset: TrackReset1 | null;
18703
+ /**
18704
+ * Amount deducted from this balance. Positive when usage was consumed, negative when credit was restored (e.g. a refund via negative track value).
18705
+ */
18706
+ value: number;
18018
18707
  };
18019
18708
  /**
18020
18709
  * OK
@@ -18046,6 +18735,10 @@ type TrackResponseBody1 = {
18046
18735
  balances?: {
18047
18736
  [k: string]: Balance | null;
18048
18737
  } | undefined;
18738
+ /**
18739
+ * Per-balance breakdown of what this event deducted. A single event can consume from multiple balance rows when credit systems or rollovers are involved; this surfaces each one so callers can build per-feature usage views without polling.
18740
+ */
18741
+ deductions?: Array<Deduction1> | undefined;
18049
18742
  };
18050
18743
  type TrackResponse = TrackResponseBody1 | TrackResponseBody2;
18051
18744
  /** @internal */
@@ -18073,9 +18766,31 @@ type TrackParams$Outbound = {
18073
18766
  declare const TrackParams$outboundSchema: z$1.ZodMiniType<TrackParams$Outbound, TrackParams>;
18074
18767
  declare function trackParamsToJSON(trackParams: TrackParams): string;
18075
18768
  /** @internal */
18769
+ declare const TrackIntervalEnum2$inboundSchema: z$1.ZodMiniType<TrackIntervalEnum2, unknown>;
18770
+ /** @internal */
18771
+ declare const TrackIntervalUnion2$inboundSchema: z$1.ZodMiniType<TrackIntervalUnion2, unknown>;
18772
+ declare function trackIntervalUnion2FromJSON(jsonString: string): Result<TrackIntervalUnion2, SDKValidationError>;
18773
+ /** @internal */
18774
+ declare const TrackReset2$inboundSchema: z$1.ZodMiniType<TrackReset2, unknown>;
18775
+ declare function trackReset2FromJSON(jsonString: string): Result<TrackReset2, SDKValidationError>;
18776
+ /** @internal */
18777
+ declare const Deduction2$inboundSchema: z$1.ZodMiniType<Deduction2, unknown>;
18778
+ declare function deduction2FromJSON(jsonString: string): Result<Deduction2, SDKValidationError>;
18779
+ /** @internal */
18076
18780
  declare const TrackResponseBody2$inboundSchema: z$1.ZodMiniType<TrackResponseBody2, unknown>;
18077
18781
  declare function trackResponseBody2FromJSON(jsonString: string): Result<TrackResponseBody2, SDKValidationError>;
18078
18782
  /** @internal */
18783
+ declare const TrackIntervalEnum1$inboundSchema: z$1.ZodMiniType<TrackIntervalEnum1, unknown>;
18784
+ /** @internal */
18785
+ declare const TrackIntervalUnion1$inboundSchema: z$1.ZodMiniType<TrackIntervalUnion1, unknown>;
18786
+ declare function trackIntervalUnion1FromJSON(jsonString: string): Result<TrackIntervalUnion1, SDKValidationError>;
18787
+ /** @internal */
18788
+ declare const TrackReset1$inboundSchema: z$1.ZodMiniType<TrackReset1, unknown>;
18789
+ declare function trackReset1FromJSON(jsonString: string): Result<TrackReset1, SDKValidationError>;
18790
+ /** @internal */
18791
+ declare const Deduction1$inboundSchema: z$1.ZodMiniType<Deduction1, unknown>;
18792
+ declare function deduction1FromJSON(jsonString: string): Result<Deduction1, SDKValidationError>;
18793
+ /** @internal */
18079
18794
  declare const TrackResponseBody1$inboundSchema: z$1.ZodMiniType<TrackResponseBody1, unknown>;
18080
18795
  declare function trackResponseBody1FromJSON(jsonString: string): Result<TrackResponseBody1, SDKValidationError>;
18081
18796
  /** @internal */
@@ -20054,6 +20769,7 @@ type UpdatePlanParams = {
20054
20769
  * Miscellaneous plan-level configuration flags.
20055
20770
  */
20056
20771
  config?: UpdatePlanConfigRequest | undefined;
20772
+ createInStripe?: boolean | undefined;
20057
20773
  version?: number | undefined;
20058
20774
  archived?: boolean | undefined;
20059
20775
  /**
@@ -20623,6 +21339,7 @@ type UpdatePlanParams$Outbound = {
20623
21339
  items?: Array<UpdatePlanPlanItem$Outbound> | undefined;
20624
21340
  free_trial?: UpdatePlanFreeTrialParams$Outbound | null | undefined;
20625
21341
  config?: UpdatePlanConfigRequest$Outbound | undefined;
21342
+ create_in_stripe: boolean;
20626
21343
  version?: number | undefined;
20627
21344
  archived: boolean;
20628
21345
  new_plan_id?: string | undefined;
@@ -20945,7 +21662,7 @@ declare class Billing extends ClientSDK {
20945
21662
  * @example
20946
21663
  * ```typescript
20947
21664
  * // Schedule a transition from a trial plan to a paid plan
20948
- * const response = await client.billing.createSchedule({ customerId: "cus_123", phases: [{"startsAt":1778177242707,"plans":[{"planId":"trial_plan"}]},{"startsAt":1779386842707,"plans":[{"planId":"pro_plan"}]}] });
21665
+ * const response = await client.billing.createSchedule({ customerId: "cus_123", phases: [{"startsAt":1778684108513,"plans":[{"planId":"trial_plan"}]},{"startsAt":1779893708513,"plans":[{"planId":"pro_plan"}]}] });
20949
21666
  * ```
20950
21667
  *
20951
21668
  * @param customerId - The ID of the customer to create the schedule for.
@@ -21260,6 +21977,33 @@ declare class Entities extends ClientSDK {
21260
21977
  * @returns The entity object including its current subscriptions, purchases, and balances.
21261
21978
  */
21262
21979
  get(request: GetEntityParams, options?: RequestOptions): Promise<GetEntityResponse>;
21980
+ /**
21981
+ * Lists entities across the organization with pagination and optional filters.
21982
+ *
21983
+ * Use this to page through entities globally, including filtering by plans inherited from parent customers or attached directly to entities.
21984
+ *
21985
+ * @example
21986
+ * ```typescript
21987
+ * // List entities on a plan
21988
+ * const response = await client.entities.list({ plans: [{"id":"pro_plan"}], limit: 10, offset: 0 });
21989
+ * ```
21990
+ *
21991
+ * @example
21992
+ * ```typescript
21993
+ * // Search entities by ID or name
21994
+ * const response = await client.entities.list({ search: "workspace" });
21995
+ * ```
21996
+ *
21997
+ * @param offset - Number of items to skip (optional)
21998
+ * @param limit - Number of items to return. Default 10, max 1000. (optional)
21999
+ * @param plans - Filter by plan ID and version. Returns entities with active subscriptions to this plan, including plans inherited from the parent customer. (optional)
22000
+ * @param subscriptionStatus - Filter customer products used for entity hydration and plan matching. Defaults to active and scheduled. (optional)
22001
+ * @param search - Search entities by id or name. (optional)
22002
+ * @param processors - Filter by parent customer processor type (stripe, revenuecat, vercel). (optional)
22003
+ *
22004
+ * @returns A paginated list of entity objects including their current subscriptions, purchases, balances, and flags.
22005
+ */
22006
+ list(request?: ListEntitiesParams | undefined, options?: RequestOptions): Promise<ListEntitiesResponse>;
21263
22007
  /**
21264
22008
  * Updates an existing entity and returns the refreshed entity object.
21265
22009
  *
@@ -21793,4 +22537,4 @@ declare namespace index {
21793
22537
  export { type index_ClosedEnum as ClosedEnum, type index_OpenEnum as OpenEnum, type index_PageIterator as PageIterator, type index_Paginator as Paginator, index_RFCDate as RFCDate, type index_Result as Result, type index_Unrecognized as Unrecognized, index_bigint as bigint, index_blobLikeSchema as blobLikeSchema, index_boolean as boolean, index_createPageIterator as createPageIterator, index_date as date, index_defaultToZeroValue as defaultToZeroValue, index_isBlobLike as isBlobLike, index_literal as literal, index_literalBigInt as literalBigInt, index_nullable as nullable, index_number as number, index_optional as optional, index_startCountingDefaultToZeroValue as startCountingDefaultToZeroValue, index_startCountingUnrecognized as startCountingUnrecognized, index_string as string, index_unrecognized as unrecognized };
21794
22538
  }
21795
22539
 
21796
- export { Action, Action$outboundSchema, type AggregateEventsCustomRange, type AggregateEventsCustomRange$Outbound, AggregateEventsCustomRange$outboundSchema, type AggregateEventsFeatureId, type AggregateEventsFeatureId$Outbound, AggregateEventsFeatureId$outboundSchema, type AggregateEventsGlobals, type AggregateEventsList, AggregateEventsList$inboundSchema, type AggregateEventsResponse, AggregateEventsResponse$inboundSchema, AttachAction, AttachAction$inboundSchema, AttachAddItemBillingMethod, AttachAddItemBillingMethod$outboundSchema, AttachAddItemExpiryDurationType, AttachAddItemExpiryDurationType$outboundSchema, AttachAddItemOnDecrease, AttachAddItemOnDecrease$outboundSchema, AttachAddItemOnIncrease, AttachAddItemOnIncrease$outboundSchema, type AttachAddItemPlanItem, type AttachAddItemPlanItem$Outbound, AttachAddItemPlanItem$outboundSchema, type AttachAddItemPrice, type AttachAddItemPrice$Outbound, AttachAddItemPrice$outboundSchema, AttachAddItemPriceInterval, AttachAddItemPriceInterval$outboundSchema, type AttachAddItemProration, type AttachAddItemProration$Outbound, AttachAddItemProration$outboundSchema, type AttachAddItemReset, type AttachAddItemReset$Outbound, AttachAddItemReset$outboundSchema, AttachAddItemResetInterval, AttachAddItemResetInterval$outboundSchema, type AttachAddItemRollover, type AttachAddItemRollover$Outbound, AttachAddItemRollover$outboundSchema, type AttachAddItemTier, type AttachAddItemTier$Outbound, AttachAddItemTier$outboundSchema, AttachAddItemTierBehavior, AttachAddItemTierBehavior$outboundSchema, type AttachAddItemTo, type AttachAddItemTo$Outbound, AttachAddItemTo$outboundSchema, type AttachAttachDiscount, type AttachAttachDiscount$Outbound, AttachAttachDiscount$outboundSchema, type AttachBasePrice, type AttachBasePrice$Outbound, AttachBasePrice$outboundSchema, type AttachCarryOverBalances, type AttachCarryOverBalances$Outbound, AttachCarryOverBalances$outboundSchema, type AttachCarryOverUsages, type AttachCarryOverUsages$Outbound, AttachCarryOverUsages$outboundSchema, AttachCode, AttachCode$inboundSchema, type AttachCustomLineItem, type AttachCustomLineItem$Outbound, AttachCustomLineItem$outboundSchema, type AttachCustomize, type AttachCustomize$Outbound, AttachCustomize$outboundSchema, AttachDurationType, AttachDurationType$outboundSchema, type AttachFeatureQuantity, type AttachFeatureQuantity$Outbound, AttachFeatureQuantity$outboundSchema, type AttachFreeTrialParams, type AttachFreeTrialParams$Outbound, AttachFreeTrialParams$outboundSchema, type AttachGlobals, type AttachInvoice, AttachInvoice$inboundSchema, type AttachInvoiceMode, type AttachInvoiceMode$Outbound, AttachInvoiceMode$outboundSchema, AttachItemBillingMethod, AttachItemBillingMethod$outboundSchema, AttachItemExpiryDurationType, AttachItemExpiryDurationType$outboundSchema, AttachItemOnDecrease, AttachItemOnDecrease$outboundSchema, AttachItemOnIncrease, AttachItemOnIncrease$outboundSchema, type AttachItemPlanItem, type AttachItemPlanItem$Outbound, AttachItemPlanItem$outboundSchema, type AttachItemPrice, type AttachItemPrice$Outbound, AttachItemPrice$outboundSchema, AttachItemPriceInterval, AttachItemPriceInterval$outboundSchema, type AttachItemProration, type AttachItemProration$Outbound, AttachItemProration$outboundSchema, type AttachItemReset, type AttachItemReset$Outbound, AttachItemReset$outboundSchema, AttachItemResetInterval, AttachItemResetInterval$outboundSchema, type AttachItemRollover, type AttachItemRollover$Outbound, AttachItemRollover$outboundSchema, type AttachItemTier, type AttachItemTier$Outbound, AttachItemTier$outboundSchema, AttachItemTierBehavior, AttachItemTierBehavior$outboundSchema, type AttachItemTo, type AttachItemTo$Outbound, AttachItemTo$outboundSchema, type AttachParams, type AttachParams$Outbound, AttachParams$outboundSchema, type AttachPlanItemFilter, type AttachPlanItemFilter$Outbound, AttachPlanItemFilter$outboundSchema, AttachPlanSchedule, AttachPlanSchedule$outboundSchema, AttachPriceInterval, AttachPriceInterval$outboundSchema, AttachProrationBehavior, AttachProrationBehavior$outboundSchema, AttachRedirectMode, AttachRedirectMode$outboundSchema, AttachRemoveItemBillingMethod, AttachRemoveItemBillingMethod$outboundSchema, AttachRemoveItemInterval, AttachRemoveItemInterval$outboundSchema, type AttachRequiredAction, AttachRequiredAction$inboundSchema, type AttachResponse, AttachResponse$inboundSchema, Autumn, AutumnDefaultError, AutumnError, type Balance, Balance$inboundSchema, BalanceBillingMethod, BalanceBillingMethod$inboundSchema, type BalanceCreditSchema, BalanceCreditSchema$inboundSchema, type BalanceDisplay, BalanceDisplay$inboundSchema, type BalanceFeature, BalanceFeature$inboundSchema, BalanceIntervalEnum, BalanceIntervalEnum$inboundSchema, type BalancePrice, BalancePrice$inboundSchema, type BalanceReset, BalanceReset$inboundSchema, type BalanceRollover, BalanceRollover$inboundSchema, BalanceTierBehavior, BalanceTierBehavior$inboundSchema, BalanceType, BalanceType$inboundSchema, BillingBehavior, BillingBehavior$outboundSchema, BillingUpdateAddItemBillingMethod, BillingUpdateAddItemBillingMethod$outboundSchema, BillingUpdateAddItemExpiryDurationType, BillingUpdateAddItemExpiryDurationType$outboundSchema, BillingUpdateAddItemOnDecrease, BillingUpdateAddItemOnDecrease$outboundSchema, BillingUpdateAddItemOnIncrease, BillingUpdateAddItemOnIncrease$outboundSchema, type BillingUpdateAddItemPlanItem, type BillingUpdateAddItemPlanItem$Outbound, BillingUpdateAddItemPlanItem$outboundSchema, type BillingUpdateAddItemPrice, type BillingUpdateAddItemPrice$Outbound, BillingUpdateAddItemPrice$outboundSchema, BillingUpdateAddItemPriceInterval, BillingUpdateAddItemPriceInterval$outboundSchema, type BillingUpdateAddItemProration, type BillingUpdateAddItemProration$Outbound, BillingUpdateAddItemProration$outboundSchema, type BillingUpdateAddItemReset, type BillingUpdateAddItemReset$Outbound, BillingUpdateAddItemReset$outboundSchema, BillingUpdateAddItemResetInterval, BillingUpdateAddItemResetInterval$outboundSchema, type BillingUpdateAddItemRollover, type BillingUpdateAddItemRollover$Outbound, BillingUpdateAddItemRollover$outboundSchema, type BillingUpdateAddItemTier, type BillingUpdateAddItemTier$Outbound, BillingUpdateAddItemTier$outboundSchema, BillingUpdateAddItemTierBehavior, BillingUpdateAddItemTierBehavior$outboundSchema, type BillingUpdateAddItemTo, type BillingUpdateAddItemTo$Outbound, BillingUpdateAddItemTo$outboundSchema, type BillingUpdateAttachDiscount, type BillingUpdateAttachDiscount$Outbound, BillingUpdateAttachDiscount$outboundSchema, type BillingUpdateBasePrice, type BillingUpdateBasePrice$Outbound, BillingUpdateBasePrice$outboundSchema, BillingUpdateCancelAction, BillingUpdateCancelAction$outboundSchema, BillingUpdateCode, BillingUpdateCode$inboundSchema, type BillingUpdateCustomize, type BillingUpdateCustomize$Outbound, BillingUpdateCustomize$outboundSchema, BillingUpdateDurationType, BillingUpdateDurationType$outboundSchema, type BillingUpdateFeatureQuantity, type BillingUpdateFeatureQuantity$Outbound, BillingUpdateFeatureQuantity$outboundSchema, type BillingUpdateFreeTrialParams, type BillingUpdateFreeTrialParams$Outbound, BillingUpdateFreeTrialParams$outboundSchema, type BillingUpdateGlobals, type BillingUpdateInvoice, BillingUpdateInvoice$inboundSchema, type BillingUpdateInvoiceMode, type BillingUpdateInvoiceMode$Outbound, BillingUpdateInvoiceMode$outboundSchema, BillingUpdateItemBillingMethod, BillingUpdateItemBillingMethod$outboundSchema, BillingUpdateItemExpiryDurationType, BillingUpdateItemExpiryDurationType$outboundSchema, BillingUpdateItemOnDecrease, BillingUpdateItemOnDecrease$outboundSchema, BillingUpdateItemOnIncrease, BillingUpdateItemOnIncrease$outboundSchema, type BillingUpdateItemPlanItem, type BillingUpdateItemPlanItem$Outbound, BillingUpdateItemPlanItem$outboundSchema, type BillingUpdateItemPrice, type BillingUpdateItemPrice$Outbound, BillingUpdateItemPrice$outboundSchema, BillingUpdateItemPriceInterval, BillingUpdateItemPriceInterval$outboundSchema, type BillingUpdateItemProration, type BillingUpdateItemProration$Outbound, BillingUpdateItemProration$outboundSchema, type BillingUpdateItemReset, type BillingUpdateItemReset$Outbound, BillingUpdateItemReset$outboundSchema, BillingUpdateItemResetInterval, BillingUpdateItemResetInterval$outboundSchema, type BillingUpdateItemRollover, type BillingUpdateItemRollover$Outbound, BillingUpdateItemRollover$outboundSchema, type BillingUpdateItemTier, type BillingUpdateItemTier$Outbound, BillingUpdateItemTier$outboundSchema, BillingUpdateItemTierBehavior, BillingUpdateItemTierBehavior$outboundSchema, type BillingUpdateItemTo, type BillingUpdateItemTo$Outbound, BillingUpdateItemTo$outboundSchema, type BillingUpdatePlanItemFilter, type BillingUpdatePlanItemFilter$Outbound, BillingUpdatePlanItemFilter$outboundSchema, BillingUpdatePriceInterval, BillingUpdatePriceInterval$outboundSchema, BillingUpdateProrationBehavior, BillingUpdateProrationBehavior$outboundSchema, type BillingUpdateRecalculateBalances, type BillingUpdateRecalculateBalances$Outbound, BillingUpdateRecalculateBalances$outboundSchema, BillingUpdateRedirectMode, BillingUpdateRedirectMode$outboundSchema, BillingUpdateRemoveItemBillingMethod, BillingUpdateRemoveItemBillingMethod$outboundSchema, BillingUpdateRemoveItemInterval, BillingUpdateRemoveItemInterval$outboundSchema, type BillingUpdateRequiredAction, BillingUpdateRequiredAction$inboundSchema, type BillingUpdateResponse, BillingUpdateResponse$inboundSchema, BinSize, BinSize$outboundSchema, type Breakdown, Breakdown$inboundSchema, type CheckConfig1, CheckConfig1$inboundSchema, type CheckConfig2, CheckConfig2$inboundSchema, type CheckCreditSchema1, CheckCreditSchema1$inboundSchema, type CheckCreditSchema2, CheckCreditSchema2$inboundSchema, CheckEnv1, CheckEnv1$inboundSchema, CheckEnv2, CheckEnv2$inboundSchema, type CheckFeature1, CheckFeature1$inboundSchema, type CheckFeature2, CheckFeature2$inboundSchema, type CheckFreeTrial1, CheckFreeTrial1$inboundSchema, type CheckFreeTrial2, CheckFreeTrial2$inboundSchema, type CheckGlobals, CheckInterval1, CheckInterval1$inboundSchema, CheckInterval2, CheckInterval2$inboundSchema, type CheckItem1, CheckItem1$inboundSchema, type CheckItem2, CheckItem2$inboundSchema, type CheckLock, type CheckLock$Outbound, CheckLock$outboundSchema, CheckOnDecrease1, CheckOnDecrease1$inboundSchema, CheckOnDecrease2, CheckOnDecrease2$inboundSchema, CheckOnIncrease1, CheckOnIncrease1$inboundSchema, CheckOnIncrease2, CheckOnIncrease2$inboundSchema, type CheckParams, type CheckParams$Outbound, CheckParams$outboundSchema, type CheckResponse, CheckResponse$inboundSchema, type CheckResponseBody1, CheckResponseBody1$inboundSchema, type CheckResponseBody2, CheckResponseBody2$inboundSchema, type CheckRollover1, CheckRollover1$inboundSchema, type CheckRollover2, CheckRollover2$inboundSchema, CheckTierBehavior1, CheckTierBehavior1$inboundSchema, CheckTierBehavior2, CheckTierBehavior2$inboundSchema, ConfigDuration1, ConfigDuration1$inboundSchema, ConfigDuration2, ConfigDuration2$inboundSchema, ConnectionError, CreateBalanceDuration, CreateBalanceDuration$outboundSchema, type CreateBalanceGlobals, CreateBalanceInterval, CreateBalanceInterval$outboundSchema, type CreateBalanceParams, type CreateBalanceParams$Outbound, CreateBalanceParams$outboundSchema, type CreateBalanceReset, type CreateBalanceReset$Outbound, CreateBalanceReset$outboundSchema, type CreateBalanceResponse, CreateBalanceResponse$inboundSchema, type CreateBalanceRollover, type CreateBalanceRollover$Outbound, CreateBalanceRollover$outboundSchema, type CreateEntityBillingControlsRequest, type CreateEntityBillingControlsRequest$Outbound, CreateEntityBillingControlsRequest$outboundSchema, type CreateEntityBillingControlsResponse, CreateEntityBillingControlsResponse$inboundSchema, type CreateEntityCreditSchema, CreateEntityCreditSchema$inboundSchema, type CreateEntityDisplay, CreateEntityDisplay$inboundSchema, CreateEntityEnv, CreateEntityEnv$inboundSchema, type CreateEntityFeature, CreateEntityFeature$inboundSchema, type CreateEntityFlags, CreateEntityFlags$inboundSchema, type CreateEntityGlobals, type CreateEntityInvoice, CreateEntityInvoice$inboundSchema, type CreateEntityOverageAllowedRequest, type CreateEntityOverageAllowedRequest$Outbound, CreateEntityOverageAllowedRequest$outboundSchema, type CreateEntityOverageAllowedResponse, CreateEntityOverageAllowedResponse$inboundSchema, type CreateEntityParams, type CreateEntityParams$Outbound, CreateEntityParams$outboundSchema, CreateEntityProcessorType, CreateEntityProcessorType$inboundSchema, type CreateEntityPurchase, CreateEntityPurchase$inboundSchema, type CreateEntityResponse, CreateEntityResponse$inboundSchema, type CreateEntitySpendLimitRequest, type CreateEntitySpendLimitRequest$Outbound, CreateEntitySpendLimitRequest$outboundSchema, type CreateEntitySpendLimitResponse, CreateEntitySpendLimitResponse$inboundSchema, CreateEntityStatus, CreateEntityStatus$inboundSchema, type CreateEntitySubscription, CreateEntitySubscription$inboundSchema, CreateEntityThresholdTypeRequestBody, CreateEntityThresholdTypeRequestBody$outboundSchema, CreateEntityThresholdTypeResponse, CreateEntityThresholdTypeResponse$inboundSchema, CreateEntityType, CreateEntityType$inboundSchema, type CreateEntityUsageAlertRequestBody, type CreateEntityUsageAlertRequestBody$Outbound, CreateEntityUsageAlertRequestBody$outboundSchema, type CreateEntityUsageAlertResponse, CreateEntityUsageAlertResponse$inboundSchema, type CreateFeatureCreditSchemaRequest, type CreateFeatureCreditSchemaRequest$Outbound, CreateFeatureCreditSchemaRequest$outboundSchema, type CreateFeatureCreditSchemaResponse, CreateFeatureCreditSchemaResponse$inboundSchema, type CreateFeatureDisplayRequest, type CreateFeatureDisplayRequest$Outbound, CreateFeatureDisplayRequest$outboundSchema, type CreateFeatureDisplayResponse, CreateFeatureDisplayResponse$inboundSchema, type CreateFeatureGlobals, type CreateFeatureParams, type CreateFeatureParams$Outbound, CreateFeatureParams$outboundSchema, type CreateFeatureResponse, CreateFeatureResponse$inboundSchema, CreateFeatureTypeRequest, CreateFeatureTypeRequest$outboundSchema, CreateFeatureTypeResponse, CreateFeatureTypeResponse$inboundSchema, CreatePlanAttachAction, CreatePlanAttachAction$inboundSchema, CreatePlanBillingMethodRequest, CreatePlanBillingMethodRequest$outboundSchema, CreatePlanBillingMethodResponse, CreatePlanBillingMethodResponse$inboundSchema, type CreatePlanConfigRequest, type CreatePlanConfigRequest$Outbound, CreatePlanConfigRequest$outboundSchema, type CreatePlanConfigResponse, CreatePlanConfigResponse$inboundSchema, type CreatePlanCreditSchema, CreatePlanCreditSchema$inboundSchema, type CreatePlanCustomerEligibility, CreatePlanCustomerEligibility$inboundSchema, CreatePlanDurationTypeRequest, CreatePlanDurationTypeRequest$outboundSchema, CreatePlanDurationTypeResponse, CreatePlanDurationTypeResponse$inboundSchema, CreatePlanEnv, CreatePlanEnv$inboundSchema, CreatePlanExpiryDurationTypeRequest, CreatePlanExpiryDurationTypeRequest$outboundSchema, CreatePlanExpiryDurationTypeResponse, CreatePlanExpiryDurationTypeResponse$inboundSchema, type CreatePlanFeature, CreatePlanFeature$inboundSchema, type CreatePlanFeatureDisplay, CreatePlanFeatureDisplay$inboundSchema, type CreatePlanFreeTrialResponse, CreatePlanFreeTrialResponse$inboundSchema, type CreatePlanGlobals, type CreatePlanItem, CreatePlanItem$inboundSchema, type CreatePlanItemDisplay, CreatePlanItemDisplay$inboundSchema, CreatePlanItemPriceIntervalRequest, CreatePlanItemPriceIntervalRequest$outboundSchema, type CreatePlanItemPriceRequest, type CreatePlanItemPriceRequest$Outbound, CreatePlanItemPriceRequest$outboundSchema, type CreatePlanItemPriceResponse, CreatePlanItemPriceResponse$inboundSchema, CreatePlanOnDecrease, CreatePlanOnDecrease$outboundSchema, CreatePlanOnIncrease, CreatePlanOnIncrease$outboundSchema, type CreatePlanParams, type CreatePlanParams$Outbound, CreatePlanParams$outboundSchema, type CreatePlanPlanItem, type CreatePlanPlanItem$Outbound, CreatePlanPlanItem$outboundSchema, type CreatePlanPriceDisplay, CreatePlanPriceDisplay$inboundSchema, CreatePlanPriceIntervalRequest, CreatePlanPriceIntervalRequest$outboundSchema, CreatePlanPriceIntervalResponse, CreatePlanPriceIntervalResponse$inboundSchema, CreatePlanPriceItemIntervalResponse, CreatePlanPriceItemIntervalResponse$inboundSchema, type CreatePlanPriceRequest, type CreatePlanPriceRequest$Outbound, CreatePlanPriceRequest$outboundSchema, type CreatePlanPriceResponse, CreatePlanPriceResponse$inboundSchema, type CreatePlanProration, type CreatePlanProration$Outbound, CreatePlanProration$outboundSchema, CreatePlanResetIntervalRequest, CreatePlanResetIntervalRequest$outboundSchema, CreatePlanResetIntervalResponse, CreatePlanResetIntervalResponse$inboundSchema, type CreatePlanResetRequest, type CreatePlanResetRequest$Outbound, CreatePlanResetRequest$outboundSchema, type CreatePlanResetResponse, CreatePlanResetResponse$inboundSchema, type CreatePlanResponse, CreatePlanResponse$inboundSchema, type CreatePlanRolloverRequest, type CreatePlanRolloverRequest$Outbound, CreatePlanRolloverRequest$outboundSchema, type CreatePlanRolloverResponse, CreatePlanRolloverResponse$inboundSchema, CreatePlanStatus, CreatePlanStatus$inboundSchema, type CreatePlanTier, type CreatePlanTier$Outbound, CreatePlanTier$outboundSchema, CreatePlanTierBehaviorRequest, CreatePlanTierBehaviorRequest$outboundSchema, CreatePlanTierBehaviorResponse, CreatePlanTierBehaviorResponse$inboundSchema, type CreatePlanTo, type CreatePlanTo$Outbound, CreatePlanTo$outboundSchema, CreatePlanType, CreatePlanType$inboundSchema, type CreateReferralCodeGlobals, type CreateReferralCodeParams, type CreateReferralCodeParams$Outbound, CreateReferralCodeParams$outboundSchema, type CreateReferralCodeResponse, CreateReferralCodeResponse$inboundSchema, type CreateScheduleBasePrice2, type CreateScheduleBasePrice2$Outbound, CreateScheduleBasePrice2$outboundSchema, CreateScheduleBillingMethod2, CreateScheduleBillingMethod2$outboundSchema, CreateScheduleCode, CreateScheduleCode$inboundSchema, type CreateScheduleCustomize2, type CreateScheduleCustomize2$Outbound, CreateScheduleCustomize2$outboundSchema, CreateScheduleExpiryDurationType2, CreateScheduleExpiryDurationType2$outboundSchema, type CreateScheduleFeatureQuantity2, type CreateScheduleFeatureQuantity2$Outbound, CreateScheduleFeatureQuantity2$outboundSchema, type CreateScheduleGlobals, type CreateScheduleInvoice, CreateScheduleInvoice$inboundSchema, type CreateScheduleInvoiceMode, type CreateScheduleInvoiceMode$Outbound, CreateScheduleInvoiceMode$outboundSchema, CreateScheduleItemPriceInterval2, CreateScheduleItemPriceInterval2$outboundSchema, CreateScheduleOnDecrease2, CreateScheduleOnDecrease2$outboundSchema, CreateScheduleOnIncrease2, CreateScheduleOnIncrease2$outboundSchema, type CreateScheduleParams, type CreateScheduleParams$Outbound, CreateScheduleParams$outboundSchema, type CreateSchedulePlan2, type CreateSchedulePlan2$Outbound, CreateSchedulePlan2$outboundSchema, type CreateSchedulePlanItem2, type CreateSchedulePlanItem2$Outbound, CreateSchedulePlanItem2$outboundSchema, type CreateSchedulePrice2, type CreateSchedulePrice2$Outbound, CreateSchedulePrice2$outboundSchema, CreateSchedulePriceInterval2, CreateSchedulePriceInterval2$outboundSchema, type CreateScheduleProration2, type CreateScheduleProration2$Outbound, CreateScheduleProration2$outboundSchema, CreateScheduleRedirectMode, CreateScheduleRedirectMode$outboundSchema, type CreateScheduleRequiredAction, CreateScheduleRequiredAction$inboundSchema, type CreateScheduleReset2, type CreateScheduleReset2$Outbound, CreateScheduleReset2$outboundSchema, CreateScheduleResetInterval2, CreateScheduleResetInterval2$outboundSchema, type CreateScheduleResponse, CreateScheduleResponse$inboundSchema, type CreateScheduleRollover2, type CreateScheduleRollover2$Outbound, CreateScheduleRollover2$outboundSchema, CreateScheduleStatus, CreateScheduleStatus$inboundSchema, type CreateScheduleTier2, type CreateScheduleTier2$Outbound, CreateScheduleTier2$outboundSchema, CreateScheduleTierBehavior2, CreateScheduleTierBehavior2$outboundSchema, type Customer, Customer$inboundSchema, type CustomerAutoTopup, CustomerAutoTopup$inboundSchema, type CustomerBillingControls, CustomerBillingControls$inboundSchema, type CustomerConfig, CustomerConfig$inboundSchema, type CustomerCreditSchema, CustomerCreditSchema$inboundSchema, type CustomerData, type CustomerData$Outbound, CustomerData$outboundSchema, type CustomerDataAutoTopup, type CustomerDataAutoTopup$Outbound, CustomerDataAutoTopup$outboundSchema, type CustomerDataBillingControls, type CustomerDataBillingControls$Outbound, CustomerDataBillingControls$outboundSchema, type CustomerDataConfig, type CustomerDataConfig$Outbound, CustomerDataConfig$outboundSchema, CustomerDataInterval, CustomerDataInterval$outboundSchema, type CustomerDataOverageAllowed, type CustomerDataOverageAllowed$Outbound, CustomerDataOverageAllowed$outboundSchema, type CustomerDataPurchaseLimit, type CustomerDataPurchaseLimit$Outbound, CustomerDataPurchaseLimit$outboundSchema, type CustomerDataSpendLimit, type CustomerDataSpendLimit$Outbound, CustomerDataSpendLimit$outboundSchema, CustomerDataThresholdType, CustomerDataThresholdType$outboundSchema, type CustomerDataUsageAlert, type CustomerDataUsageAlert$Outbound, CustomerDataUsageAlert$outboundSchema, type CustomerDisplay, CustomerDisplay$inboundSchema, CustomerDurationType, CustomerDurationType$inboundSchema, type CustomerEligibility, CustomerEligibility$inboundSchema, CustomerEntityEnv, CustomerEntityEnv$inboundSchema, CustomerEnv, CustomerEnv$inboundSchema, CustomerExpand, CustomerExpand$outboundSchema, type CustomerFeature, CustomerFeature$inboundSchema, CustomerFlagsType, CustomerFlagsType$inboundSchema, CustomerInterval1, CustomerInterval1$inboundSchema, CustomerInterval2, CustomerInterval2$inboundSchema, type CustomerOverageAllowed, CustomerOverageAllowed$inboundSchema, type CustomerPurchaseLimit1, CustomerPurchaseLimit1$inboundSchema, type CustomerPurchaseLimit2, CustomerPurchaseLimit2$inboundSchema, type CustomerPurchaseLimitUnion, CustomerPurchaseLimitUnion$inboundSchema, CustomerRewardsType, CustomerRewardsType$inboundSchema, type CustomerSpendLimit, CustomerSpendLimit$inboundSchema, CustomerStatus, CustomerStatus$inboundSchema, CustomerThresholdType, CustomerThresholdType$inboundSchema, type CustomerUsageAlert, CustomerUsageAlert$inboundSchema, type DeleteBalanceGlobals, DeleteBalanceInterval, DeleteBalanceInterval$outboundSchema, type DeleteBalanceParams, type DeleteBalanceParams$Outbound, DeleteBalanceParams$outboundSchema, type DeleteBalanceResponse, DeleteBalanceResponse$inboundSchema, type DeleteCustomerGlobals, type DeleteCustomerParams, type DeleteCustomerParams$Outbound, DeleteCustomerParams$outboundSchema, type DeleteCustomerResponse, DeleteCustomerResponse$inboundSchema, type DeleteEntityGlobals, type DeleteEntityParams, type DeleteEntityParams$Outbound, DeleteEntityParams$outboundSchema, type DeleteEntityResponse, DeleteEntityResponse$inboundSchema, type DeleteFeatureGlobals, type DeleteFeatureParams, type DeleteFeatureParams$Outbound, DeleteFeatureParams$outboundSchema, type DeleteFeatureResponse, DeleteFeatureResponse$inboundSchema, type DeletePlanGlobals, type DeletePlanParams, type DeletePlanParams$Outbound, DeletePlanParams$outboundSchema, type DeletePlanResponse, DeletePlanResponse$inboundSchema, type Discount, Discount$inboundSchema, type Entity, Entity$inboundSchema, type EventsAggregateParams, type EventsAggregateParams$Outbound, EventsAggregateParams$outboundSchema, type EventsListParams, type EventsListParams$Outbound, EventsListParams$outboundSchema, ExpiryDurationType, ExpiryDurationType$inboundSchema, FeatureType1, FeatureType1$inboundSchema, FeatureType2, FeatureType2$inboundSchema, type Fetcher, type FinalizeBalanceParams, type FinalizeBalanceParams$Outbound, FinalizeBalanceParams$outboundSchema, type FinalizeLockGlobals, type FinalizeLockResponse, FinalizeLockResponse$inboundSchema, type FinalizeLockResponseBody1, FinalizeLockResponseBody1$inboundSchema, type FinalizeLockResponseBody2, FinalizeLockResponseBody2$inboundSchema, type Flag1, Flag1$inboundSchema, type Flag2, Flag2$inboundSchema, type FlagDisplay1, FlagDisplay1$inboundSchema, type FlagDisplay2, FlagDisplay2$inboundSchema, FlagType1, FlagType1$inboundSchema, FlagType2, FlagType2$inboundSchema, type Flags, Flags$inboundSchema, type FreeTrial, FreeTrial$inboundSchema, FreeTrialDuration1, FreeTrialDuration1$inboundSchema, FreeTrialDuration2, FreeTrialDuration2$inboundSchema, type FreeTrialRequest, type FreeTrialRequest$Outbound, FreeTrialRequest$outboundSchema, type GetCustomerAutoTopup, GetCustomerAutoTopup$inboundSchema, type GetCustomerBillingControls, GetCustomerBillingControls$inboundSchema, type GetCustomerConfig, GetCustomerConfig$inboundSchema, type GetCustomerCreditSchema, GetCustomerCreditSchema$inboundSchema, type GetCustomerCustomer, GetCustomerCustomer$inboundSchema, type GetCustomerDiscount, GetCustomerDiscount$inboundSchema, type GetCustomerDisplay, GetCustomerDisplay$inboundSchema, GetCustomerDurationType, GetCustomerDurationType$inboundSchema, type GetCustomerEntity, GetCustomerEntity$inboundSchema, GetCustomerEntityEnv, GetCustomerEntityEnv$inboundSchema, GetCustomerEnv, GetCustomerEnv$inboundSchema, type GetCustomerFeature, GetCustomerFeature$inboundSchema, type GetCustomerFlags, GetCustomerFlags$inboundSchema, GetCustomerFlagsType, GetCustomerFlagsType$inboundSchema, type GetCustomerGlobals, GetCustomerInterval1, GetCustomerInterval1$inboundSchema, GetCustomerInterval2, GetCustomerInterval2$inboundSchema, type GetCustomerInvoice, GetCustomerInvoice$inboundSchema, type GetCustomerOverageAllowed, GetCustomerOverageAllowed$inboundSchema, type GetCustomerParams, type GetCustomerParams$Outbound, GetCustomerParams$outboundSchema, GetCustomerProcessorType, GetCustomerProcessorType$inboundSchema, type GetCustomerProcessors, GetCustomerProcessors$inboundSchema, type GetCustomerPurchase, GetCustomerPurchase$inboundSchema, type GetCustomerPurchaseLimit1, GetCustomerPurchaseLimit1$inboundSchema, type GetCustomerPurchaseLimit2, GetCustomerPurchaseLimit2$inboundSchema, type GetCustomerPurchaseLimitUnion, GetCustomerPurchaseLimitUnion$inboundSchema, type GetCustomerReferral, GetCustomerReferral$inboundSchema, type GetCustomerResponse, GetCustomerResponse$inboundSchema, type GetCustomerRevenuecat, GetCustomerRevenuecat$inboundSchema, type GetCustomerRewards, GetCustomerRewards$inboundSchema, GetCustomerRewardsType, GetCustomerRewardsType$inboundSchema, type GetCustomerSpendLimit, GetCustomerSpendLimit$inboundSchema, GetCustomerStatus, GetCustomerStatus$inboundSchema, type GetCustomerStripe, GetCustomerStripe$inboundSchema, type GetCustomerSubscription, GetCustomerSubscription$inboundSchema, GetCustomerThresholdType, GetCustomerThresholdType$inboundSchema, type GetCustomerTrialsUsed, GetCustomerTrialsUsed$inboundSchema, type GetCustomerUsageAlert, GetCustomerUsageAlert$inboundSchema, type GetCustomerVercel, GetCustomerVercel$inboundSchema, type GetEntityBillingControls, GetEntityBillingControls$inboundSchema, type GetEntityCreditSchema, GetEntityCreditSchema$inboundSchema, type GetEntityDisplay, GetEntityDisplay$inboundSchema, GetEntityEnv, GetEntityEnv$inboundSchema, type GetEntityFeature, GetEntityFeature$inboundSchema, type GetEntityFlags, GetEntityFlags$inboundSchema, type GetEntityGlobals, type GetEntityInvoice, GetEntityInvoice$inboundSchema, type GetEntityOverageAllowed, GetEntityOverageAllowed$inboundSchema, type GetEntityParams, type GetEntityParams$Outbound, GetEntityParams$outboundSchema, GetEntityProcessorType, GetEntityProcessorType$inboundSchema, type GetEntityPurchase, GetEntityPurchase$inboundSchema, type GetEntityResponse, GetEntityResponse$inboundSchema, type GetEntitySpendLimit, GetEntitySpendLimit$inboundSchema, GetEntityStatus, GetEntityStatus$inboundSchema, type GetEntitySubscription, GetEntitySubscription$inboundSchema, GetEntityThresholdType, GetEntityThresholdType$inboundSchema, GetEntityType, GetEntityType$inboundSchema, type GetEntityUsageAlert, GetEntityUsageAlert$inboundSchema, type GetFeatureCreditSchema, GetFeatureCreditSchema$inboundSchema, type GetFeatureDisplay, GetFeatureDisplay$inboundSchema, type GetFeatureGlobals, type GetFeatureParams, type GetFeatureParams$Outbound, GetFeatureParams$outboundSchema, type GetFeatureResponse, GetFeatureResponse$inboundSchema, GetFeatureType, GetFeatureType$inboundSchema, type GetOrCreateCustomerAutoTopup, type GetOrCreateCustomerAutoTopup$Outbound, GetOrCreateCustomerAutoTopup$outboundSchema, type GetOrCreateCustomerBillingControls, type GetOrCreateCustomerBillingControls$Outbound, GetOrCreateCustomerBillingControls$outboundSchema, type GetOrCreateCustomerConfig, type GetOrCreateCustomerConfig$Outbound, GetOrCreateCustomerConfig$outboundSchema, type GetOrCreateCustomerGlobals, GetOrCreateCustomerInterval, GetOrCreateCustomerInterval$outboundSchema, type GetOrCreateCustomerOverageAllowed, type GetOrCreateCustomerOverageAllowed$Outbound, GetOrCreateCustomerOverageAllowed$outboundSchema, type GetOrCreateCustomerParams, type GetOrCreateCustomerParams$Outbound, GetOrCreateCustomerParams$outboundSchema, type GetOrCreateCustomerPurchaseLimit, type GetOrCreateCustomerPurchaseLimit$Outbound, GetOrCreateCustomerPurchaseLimit$outboundSchema, type GetOrCreateCustomerSpendLimit, type GetOrCreateCustomerSpendLimit$Outbound, GetOrCreateCustomerSpendLimit$outboundSchema, GetOrCreateCustomerThresholdType, GetOrCreateCustomerThresholdType$outboundSchema, type GetOrCreateCustomerUsageAlert, type GetOrCreateCustomerUsageAlert$Outbound, GetOrCreateCustomerUsageAlert$outboundSchema, GetPlanAttachAction, GetPlanAttachAction$inboundSchema, GetPlanBillingMethod, GetPlanBillingMethod$inboundSchema, type GetPlanConfig, GetPlanConfig$inboundSchema, type GetPlanCreditSchema, GetPlanCreditSchema$inboundSchema, type GetPlanCustomerEligibility, GetPlanCustomerEligibility$inboundSchema, GetPlanDurationType, GetPlanDurationType$inboundSchema, GetPlanEnv, GetPlanEnv$inboundSchema, GetPlanExpiryDurationType, GetPlanExpiryDurationType$inboundSchema, type GetPlanFeature, GetPlanFeature$inboundSchema, type GetPlanFeatureDisplay, GetPlanFeatureDisplay$inboundSchema, type GetPlanFreeTrial, GetPlanFreeTrial$inboundSchema, type GetPlanGlobals, type GetPlanItem, GetPlanItem$inboundSchema, type GetPlanItemDisplay, GetPlanItemDisplay$inboundSchema, type GetPlanItemPrice, GetPlanItemPrice$inboundSchema, type GetPlanParams, type GetPlanParams$Outbound, GetPlanParams$outboundSchema, type GetPlanPrice, GetPlanPrice$inboundSchema, type GetPlanPriceDisplay, GetPlanPriceDisplay$inboundSchema, GetPlanPriceInterval, GetPlanPriceInterval$inboundSchema, GetPlanPriceItemInterval, GetPlanPriceItemInterval$inboundSchema, type GetPlanReset, GetPlanReset$inboundSchema, GetPlanResetInterval, GetPlanResetInterval$inboundSchema, type GetPlanResponse, GetPlanResponse$inboundSchema, type GetPlanRollover, GetPlanRollover$inboundSchema, GetPlanStatus, GetPlanStatus$inboundSchema, GetPlanTierBehavior, GetPlanTierBehavior$inboundSchema, GetPlanType, GetPlanType$inboundSchema, HTTPClient, HTTPClientError, type HTTPClientOptions, type IncludedUsage1, IncludedUsage1$inboundSchema, type IncludedUsage2, IncludedUsage2$inboundSchema, Intent, Intent$inboundSchema, type Interval, Interval$inboundSchema, InvalidRequestError, type Invoice, Invoice$inboundSchema, type Item, Item$inboundSchema, type ListCustomersAutoTopup, ListCustomersAutoTopup$inboundSchema, type ListCustomersBillingControls, ListCustomersBillingControls$inboundSchema, type ListCustomersConfig, ListCustomersConfig$inboundSchema, type ListCustomersCreditSchema, ListCustomersCreditSchema$inboundSchema, type ListCustomersDisplay, ListCustomersDisplay$inboundSchema, ListCustomersEnv, ListCustomersEnv$inboundSchema, type ListCustomersFeature, ListCustomersFeature$inboundSchema, type ListCustomersFlags, ListCustomersFlags$inboundSchema, type ListCustomersGlobals, ListCustomersInterval1, ListCustomersInterval1$inboundSchema, ListCustomersInterval2, ListCustomersInterval2$inboundSchema, type ListCustomersList, ListCustomersList$inboundSchema, type ListCustomersOverageAllowed, ListCustomersOverageAllowed$inboundSchema, type ListCustomersParams, type ListCustomersParams$Outbound, ListCustomersParams$outboundSchema, type ListCustomersPlan, type ListCustomersPlan$Outbound, ListCustomersPlan$outboundSchema, type ListCustomersProcessors, ListCustomersProcessors$inboundSchema, type ListCustomersPurchase, ListCustomersPurchase$inboundSchema, type ListCustomersPurchaseLimit1, ListCustomersPurchaseLimit1$inboundSchema, type ListCustomersPurchaseLimit2, ListCustomersPurchaseLimit2$inboundSchema, type ListCustomersPurchaseLimitUnion, ListCustomersPurchaseLimitUnion$inboundSchema, type ListCustomersResponse, ListCustomersResponse$inboundSchema, type ListCustomersRevenuecat, ListCustomersRevenuecat$inboundSchema, type ListCustomersSpendLimit, ListCustomersSpendLimit$inboundSchema, ListCustomersStatus, ListCustomersStatus$inboundSchema, type ListCustomersStripe, ListCustomersStripe$inboundSchema, type ListCustomersSubscription, ListCustomersSubscription$inboundSchema, ListCustomersThresholdType, ListCustomersThresholdType$inboundSchema, ListCustomersType, ListCustomersType$inboundSchema, type ListCustomersUsageAlert, ListCustomersUsageAlert$inboundSchema, type ListCustomersVercel, ListCustomersVercel$inboundSchema, type ListEventsCustomRange, type ListEventsCustomRange$Outbound, ListEventsCustomRange$outboundSchema, type ListEventsFeatureId, type ListEventsFeatureId$Outbound, ListEventsFeatureId$outboundSchema, type ListEventsGlobals, type ListEventsList, ListEventsList$inboundSchema, type ListEventsResponse, ListEventsResponse$inboundSchema, type ListFeaturesCreditSchema, ListFeaturesCreditSchema$inboundSchema, type ListFeaturesDisplay, ListFeaturesDisplay$inboundSchema, type ListFeaturesGlobals, type ListFeaturesList, ListFeaturesList$inboundSchema, type ListFeaturesRequest, type ListFeaturesRequest$Outbound, ListFeaturesRequest$outboundSchema, type ListFeaturesResponse, ListFeaturesResponse$inboundSchema, ListFeaturesType, ListFeaturesType$inboundSchema, ListPlansAttachAction, ListPlansAttachAction$inboundSchema, ListPlansBillingMethod, ListPlansBillingMethod$inboundSchema, type ListPlansConfig, ListPlansConfig$inboundSchema, type ListPlansCreditSchema, ListPlansCreditSchema$inboundSchema, type ListPlansCustomerEligibility, ListPlansCustomerEligibility$inboundSchema, ListPlansDurationType, ListPlansDurationType$inboundSchema, ListPlansEnv, ListPlansEnv$inboundSchema, ListPlansExpiryDurationType, ListPlansExpiryDurationType$inboundSchema, type ListPlansFeature, ListPlansFeature$inboundSchema, type ListPlansFeatureDisplay, ListPlansFeatureDisplay$inboundSchema, type ListPlansFreeTrial, ListPlansFreeTrial$inboundSchema, type ListPlansGlobals, type ListPlansItem, ListPlansItem$inboundSchema, type ListPlansItemDisplay, ListPlansItemDisplay$inboundSchema, type ListPlansItemPrice, ListPlansItemPrice$inboundSchema, type ListPlansList, ListPlansList$inboundSchema, type ListPlansParams, type ListPlansParams$Outbound, ListPlansParams$outboundSchema, type ListPlansPrice, ListPlansPrice$inboundSchema, type ListPlansPriceDisplay, ListPlansPriceDisplay$inboundSchema, ListPlansPriceInterval, ListPlansPriceInterval$inboundSchema, ListPlansPriceItemInterval, ListPlansPriceItemInterval$inboundSchema, type ListPlansReset, ListPlansReset$inboundSchema, ListPlansResetInterval, ListPlansResetInterval$inboundSchema, type ListPlansResponse, ListPlansResponse$inboundSchema, type ListPlansRollover, ListPlansRollover$inboundSchema, ListPlansStatus, ListPlansStatus$inboundSchema, ListPlansTierBehavior, ListPlansTierBehavior$inboundSchema, ListPlansType, ListPlansType$inboundSchema, type MultiAttachAttachDiscount, type MultiAttachAttachDiscount$Outbound, MultiAttachAttachDiscount$outboundSchema, type MultiAttachBasePrice, type MultiAttachBasePrice$Outbound, MultiAttachBasePrice$outboundSchema, type MultiAttachBillingControls, type MultiAttachBillingControls$Outbound, MultiAttachBillingControls$outboundSchema, MultiAttachBillingMethod, MultiAttachBillingMethod$outboundSchema, MultiAttachCode, MultiAttachCode$inboundSchema, type MultiAttachCustomize, type MultiAttachCustomize$Outbound, MultiAttachCustomize$outboundSchema, MultiAttachDurationType, MultiAttachDurationType$outboundSchema, type MultiAttachEntityData, type MultiAttachEntityData$Outbound, MultiAttachEntityData$outboundSchema, MultiAttachExpiryDurationType, MultiAttachExpiryDurationType$outboundSchema, type MultiAttachFeatureQuantity, type MultiAttachFeatureQuantity$Outbound, MultiAttachFeatureQuantity$outboundSchema, type MultiAttachFreeTrialParams, type MultiAttachFreeTrialParams$Outbound, MultiAttachFreeTrialParams$outboundSchema, type MultiAttachGlobals, type MultiAttachInvoice, MultiAttachInvoice$inboundSchema, type MultiAttachInvoiceMode, type MultiAttachInvoiceMode$Outbound, MultiAttachInvoiceMode$outboundSchema, MultiAttachItemPriceInterval, MultiAttachItemPriceInterval$outboundSchema, MultiAttachOnDecrease, MultiAttachOnDecrease$outboundSchema, MultiAttachOnIncrease, MultiAttachOnIncrease$outboundSchema, type MultiAttachOverageAllowed, type MultiAttachOverageAllowed$Outbound, MultiAttachOverageAllowed$outboundSchema, type MultiAttachParams, type MultiAttachParams$Outbound, MultiAttachParams$outboundSchema, type MultiAttachPlan, type MultiAttachPlan$Outbound, MultiAttachPlan$outboundSchema, type MultiAttachPlanItem, type MultiAttachPlanItem$Outbound, MultiAttachPlanItem$outboundSchema, type MultiAttachPrice, type MultiAttachPrice$Outbound, MultiAttachPrice$outboundSchema, MultiAttachPriceInterval, MultiAttachPriceInterval$outboundSchema, type MultiAttachProration, type MultiAttachProration$Outbound, MultiAttachProration$outboundSchema, MultiAttachRedirectMode, MultiAttachRedirectMode$outboundSchema, type MultiAttachRequiredAction, MultiAttachRequiredAction$inboundSchema, type MultiAttachReset, type MultiAttachReset$Outbound, MultiAttachReset$outboundSchema, MultiAttachResetInterval, MultiAttachResetInterval$outboundSchema, type MultiAttachResponse, MultiAttachResponse$inboundSchema, type MultiAttachRollover, type MultiAttachRollover$Outbound, MultiAttachRollover$outboundSchema, type MultiAttachSpendLimit, type MultiAttachSpendLimit$Outbound, MultiAttachSpendLimit$outboundSchema, MultiAttachThresholdType, MultiAttachThresholdType$outboundSchema, type MultiAttachTier, type MultiAttachTier$Outbound, MultiAttachTier$outboundSchema, MultiAttachTierBehavior, MultiAttachTierBehavior$outboundSchema, type MultiAttachTo, type MultiAttachTo$Outbound, MultiAttachTo$outboundSchema, type MultiAttachUsageAlert, type MultiAttachUsageAlert$Outbound, MultiAttachUsageAlert$outboundSchema, type OpenCustomerPortalGlobals, type OpenCustomerPortalParams, type OpenCustomerPortalParams$Outbound, OpenCustomerPortalParams$outboundSchema, type OpenCustomerPortalResponse, OpenCustomerPortalResponse$inboundSchema, type Phase, type Phase$Outbound, Phase$outboundSchema, type PhaseRequest2, type PhaseRequest2$Outbound, PhaseRequest2$outboundSchema, type PhaseResponse, PhaseResponse$inboundSchema, type Plan, Plan$inboundSchema, PlanBillingMethod, PlanBillingMethod$inboundSchema, type PlanConfig, PlanConfig$inboundSchema, type PlanCreditSchema, PlanCreditSchema$inboundSchema, PlanDurationType, PlanDurationType$inboundSchema, PlanEnv, PlanEnv$inboundSchema, type PlanFeature, PlanFeature$inboundSchema, type PlanFeatureDisplay, PlanFeatureDisplay$inboundSchema, type PlanItemDisplay, PlanItemDisplay$inboundSchema, type PlanItemPrice, PlanItemPrice$inboundSchema, type PlanPrice, PlanPrice$inboundSchema, type PlanPriceDisplay, PlanPriceDisplay$inboundSchema, PlanPriceInterval, PlanPriceInterval$inboundSchema, PlanPriceItemInterval, PlanPriceItemInterval$inboundSchema, type PlanReset, PlanReset$inboundSchema, PlanResetInterval, PlanResetInterval$inboundSchema, type PlanRollover, PlanRollover$inboundSchema, PlanStatus, PlanStatus$inboundSchema, PlanTierBehavior, PlanTierBehavior$inboundSchema, PlanType, PlanType$inboundSchema, type Preview1, Preview1$inboundSchema, type Preview2, Preview2$inboundSchema, PreviewAttachAddItemBillingMethod, PreviewAttachAddItemBillingMethod$outboundSchema, PreviewAttachAddItemExpiryDurationType, PreviewAttachAddItemExpiryDurationType$outboundSchema, PreviewAttachAddItemOnDecrease, PreviewAttachAddItemOnDecrease$outboundSchema, PreviewAttachAddItemOnIncrease, PreviewAttachAddItemOnIncrease$outboundSchema, type PreviewAttachAddItemPlanItem, type PreviewAttachAddItemPlanItem$Outbound, PreviewAttachAddItemPlanItem$outboundSchema, type PreviewAttachAddItemPrice, type PreviewAttachAddItemPrice$Outbound, PreviewAttachAddItemPrice$outboundSchema, PreviewAttachAddItemPriceInterval, PreviewAttachAddItemPriceInterval$outboundSchema, type PreviewAttachAddItemProration, type PreviewAttachAddItemProration$Outbound, PreviewAttachAddItemProration$outboundSchema, type PreviewAttachAddItemReset, type PreviewAttachAddItemReset$Outbound, PreviewAttachAddItemReset$outboundSchema, PreviewAttachAddItemResetInterval, PreviewAttachAddItemResetInterval$outboundSchema, type PreviewAttachAddItemRollover, type PreviewAttachAddItemRollover$Outbound, PreviewAttachAddItemRollover$outboundSchema, type PreviewAttachAddItemTier, type PreviewAttachAddItemTier$Outbound, PreviewAttachAddItemTier$outboundSchema, PreviewAttachAddItemTierBehavior, PreviewAttachAddItemTierBehavior$outboundSchema, type PreviewAttachAddItemTo, type PreviewAttachAddItemTo$Outbound, PreviewAttachAddItemTo$outboundSchema, type PreviewAttachAttachDiscount, type PreviewAttachAttachDiscount$Outbound, PreviewAttachAttachDiscount$outboundSchema, type PreviewAttachBasePrice, type PreviewAttachBasePrice$Outbound, PreviewAttachBasePrice$outboundSchema, type PreviewAttachCarryOverBalances, type PreviewAttachCarryOverBalances$Outbound, PreviewAttachCarryOverBalances$outboundSchema, type PreviewAttachCarryOverUsages, type PreviewAttachCarryOverUsages$Outbound, PreviewAttachCarryOverUsages$outboundSchema, PreviewAttachCheckoutType, PreviewAttachCheckoutType$inboundSchema, type PreviewAttachCustomLineItem, type PreviewAttachCustomLineItem$Outbound, PreviewAttachCustomLineItem$outboundSchema, type PreviewAttachCustomize, type PreviewAttachCustomize$Outbound, PreviewAttachCustomize$outboundSchema, type PreviewAttachDiscount, PreviewAttachDiscount$inboundSchema, PreviewAttachDurationType, PreviewAttachDurationType$outboundSchema, type PreviewAttachFeatureQuantityRequest, type PreviewAttachFeatureQuantityRequest$Outbound, PreviewAttachFeatureQuantityRequest$outboundSchema, type PreviewAttachFreeTrialParams, type PreviewAttachFreeTrialParams$Outbound, PreviewAttachFreeTrialParams$outboundSchema, type PreviewAttachGlobals, type PreviewAttachIncoming, PreviewAttachIncoming$inboundSchema, type PreviewAttachIncomingFeatureQuantity, PreviewAttachIncomingFeatureQuantity$inboundSchema, type PreviewAttachInvoiceCredits, PreviewAttachInvoiceCredits$inboundSchema, type PreviewAttachInvoiceMode, type PreviewAttachInvoiceMode$Outbound, PreviewAttachInvoiceMode$outboundSchema, PreviewAttachItemBillingMethod, PreviewAttachItemBillingMethod$outboundSchema, PreviewAttachItemExpiryDurationType, PreviewAttachItemExpiryDurationType$outboundSchema, PreviewAttachItemOnDecrease, PreviewAttachItemOnDecrease$outboundSchema, PreviewAttachItemOnIncrease, PreviewAttachItemOnIncrease$outboundSchema, type PreviewAttachItemPlanItem, type PreviewAttachItemPlanItem$Outbound, PreviewAttachItemPlanItem$outboundSchema, type PreviewAttachItemPrice, type PreviewAttachItemPrice$Outbound, PreviewAttachItemPrice$outboundSchema, PreviewAttachItemPriceInterval, PreviewAttachItemPriceInterval$outboundSchema, type PreviewAttachItemProration, type PreviewAttachItemProration$Outbound, PreviewAttachItemProration$outboundSchema, type PreviewAttachItemReset, type PreviewAttachItemReset$Outbound, PreviewAttachItemReset$outboundSchema, PreviewAttachItemResetInterval, PreviewAttachItemResetInterval$outboundSchema, type PreviewAttachItemRollover, type PreviewAttachItemRollover$Outbound, PreviewAttachItemRollover$outboundSchema, type PreviewAttachItemTier, type PreviewAttachItemTier$Outbound, PreviewAttachItemTier$outboundSchema, PreviewAttachItemTierBehavior, PreviewAttachItemTierBehavior$outboundSchema, type PreviewAttachItemTo, type PreviewAttachItemTo$Outbound, PreviewAttachItemTo$outboundSchema, type PreviewAttachLineItem, PreviewAttachLineItem$inboundSchema, type PreviewAttachLineItemPeriod, PreviewAttachLineItemPeriod$inboundSchema, type PreviewAttachNextCycle, PreviewAttachNextCycle$inboundSchema, type PreviewAttachNextCycleDiscount, PreviewAttachNextCycleDiscount$inboundSchema, type PreviewAttachNextCycleLineItem, PreviewAttachNextCycleLineItem$inboundSchema, type PreviewAttachNextCycleLineItemPeriod, PreviewAttachNextCycleLineItemPeriod$inboundSchema, type PreviewAttachOutgoing, PreviewAttachOutgoing$inboundSchema, type PreviewAttachOutgoingFeatureQuantity, PreviewAttachOutgoingFeatureQuantity$inboundSchema, type PreviewAttachParams, type PreviewAttachParams$Outbound, PreviewAttachParams$outboundSchema, type PreviewAttachPlanItemFilter, type PreviewAttachPlanItemFilter$Outbound, PreviewAttachPlanItemFilter$outboundSchema, PreviewAttachPlanSchedule, PreviewAttachPlanSchedule$outboundSchema, PreviewAttachPriceInterval, PreviewAttachPriceInterval$outboundSchema, PreviewAttachProrationBehavior, PreviewAttachProrationBehavior$outboundSchema, PreviewAttachRedirectMode, PreviewAttachRedirectMode$outboundSchema, PreviewAttachRemoveItemBillingMethod, PreviewAttachRemoveItemBillingMethod$outboundSchema, PreviewAttachRemoveItemInterval, PreviewAttachRemoveItemInterval$outboundSchema, type PreviewAttachResponse, PreviewAttachResponse$inboundSchema, PreviewAttachStatus, PreviewAttachStatus$inboundSchema, type PreviewAttachTax, PreviewAttachTax$inboundSchema, type PreviewAttachUsageLineItem, PreviewAttachUsageLineItem$inboundSchema, type PreviewAttachUsageLineItemPeriod, PreviewAttachUsageLineItemPeriod$inboundSchema, type PreviewMultiAttachAttachDiscount, type PreviewMultiAttachAttachDiscount$Outbound, PreviewMultiAttachAttachDiscount$outboundSchema, type PreviewMultiAttachBasePrice, type PreviewMultiAttachBasePrice$Outbound, PreviewMultiAttachBasePrice$outboundSchema, type PreviewMultiAttachBillingControls, type PreviewMultiAttachBillingControls$Outbound, PreviewMultiAttachBillingControls$outboundSchema, PreviewMultiAttachBillingMethod, PreviewMultiAttachBillingMethod$outboundSchema, PreviewMultiAttachCheckoutType, PreviewMultiAttachCheckoutType$inboundSchema, type PreviewMultiAttachCustomize, type PreviewMultiAttachCustomize$Outbound, PreviewMultiAttachCustomize$outboundSchema, type PreviewMultiAttachDiscount, PreviewMultiAttachDiscount$inboundSchema, PreviewMultiAttachDurationType, PreviewMultiAttachDurationType$outboundSchema, type PreviewMultiAttachEntityData, type PreviewMultiAttachEntityData$Outbound, PreviewMultiAttachEntityData$outboundSchema, PreviewMultiAttachExpiryDurationType, PreviewMultiAttachExpiryDurationType$outboundSchema, type PreviewMultiAttachFreeTrialParams, type PreviewMultiAttachFreeTrialParams$Outbound, PreviewMultiAttachFreeTrialParams$outboundSchema, type PreviewMultiAttachGlobals, type PreviewMultiAttachIncoming, PreviewMultiAttachIncoming$inboundSchema, type PreviewMultiAttachIncomingFeatureQuantity, PreviewMultiAttachIncomingFeatureQuantity$inboundSchema, type PreviewMultiAttachInvoiceCredits, PreviewMultiAttachInvoiceCredits$inboundSchema, type PreviewMultiAttachInvoiceMode, type PreviewMultiAttachInvoiceMode$Outbound, PreviewMultiAttachInvoiceMode$outboundSchema, PreviewMultiAttachItemPriceInterval, PreviewMultiAttachItemPriceInterval$outboundSchema, type PreviewMultiAttachLineItem, PreviewMultiAttachLineItem$inboundSchema, type PreviewMultiAttachLineItemPeriod, PreviewMultiAttachLineItemPeriod$inboundSchema, type PreviewMultiAttachNextCycle, PreviewMultiAttachNextCycle$inboundSchema, type PreviewMultiAttachNextCycleDiscount, PreviewMultiAttachNextCycleDiscount$inboundSchema, type PreviewMultiAttachNextCycleLineItem, PreviewMultiAttachNextCycleLineItem$inboundSchema, type PreviewMultiAttachNextCycleLineItemPeriod, PreviewMultiAttachNextCycleLineItemPeriod$inboundSchema, PreviewMultiAttachOnDecrease, PreviewMultiAttachOnDecrease$outboundSchema, PreviewMultiAttachOnIncrease, PreviewMultiAttachOnIncrease$outboundSchema, type PreviewMultiAttachOutgoing, PreviewMultiAttachOutgoing$inboundSchema, type PreviewMultiAttachOutgoingFeatureQuantity, PreviewMultiAttachOutgoingFeatureQuantity$inboundSchema, type PreviewMultiAttachOverageAllowed, type PreviewMultiAttachOverageAllowed$Outbound, PreviewMultiAttachOverageAllowed$outboundSchema, type PreviewMultiAttachParams, type PreviewMultiAttachParams$Outbound, PreviewMultiAttachParams$outboundSchema, type PreviewMultiAttachPlan, type PreviewMultiAttachPlan$Outbound, PreviewMultiAttachPlan$outboundSchema, type PreviewMultiAttachPlanFeatureQuantity, type PreviewMultiAttachPlanFeatureQuantity$Outbound, PreviewMultiAttachPlanFeatureQuantity$outboundSchema, type PreviewMultiAttachPlanItem, type PreviewMultiAttachPlanItem$Outbound, PreviewMultiAttachPlanItem$outboundSchema, type PreviewMultiAttachPrice, type PreviewMultiAttachPrice$Outbound, PreviewMultiAttachPrice$outboundSchema, PreviewMultiAttachPriceInterval, PreviewMultiAttachPriceInterval$outboundSchema, type PreviewMultiAttachProration, type PreviewMultiAttachProration$Outbound, PreviewMultiAttachProration$outboundSchema, PreviewMultiAttachRedirectMode, PreviewMultiAttachRedirectMode$outboundSchema, type PreviewMultiAttachReset, type PreviewMultiAttachReset$Outbound, PreviewMultiAttachReset$outboundSchema, PreviewMultiAttachResetInterval, PreviewMultiAttachResetInterval$outboundSchema, type PreviewMultiAttachResponse, PreviewMultiAttachResponse$inboundSchema, type PreviewMultiAttachRollover, type PreviewMultiAttachRollover$Outbound, PreviewMultiAttachRollover$outboundSchema, type PreviewMultiAttachSpendLimit, type PreviewMultiAttachSpendLimit$Outbound, PreviewMultiAttachSpendLimit$outboundSchema, PreviewMultiAttachStatus, PreviewMultiAttachStatus$inboundSchema, type PreviewMultiAttachTax, PreviewMultiAttachTax$inboundSchema, PreviewMultiAttachThresholdType, PreviewMultiAttachThresholdType$outboundSchema, type PreviewMultiAttachTier, type PreviewMultiAttachTier$Outbound, PreviewMultiAttachTier$outboundSchema, PreviewMultiAttachTierBehavior, PreviewMultiAttachTierBehavior$outboundSchema, type PreviewMultiAttachTo, type PreviewMultiAttachTo$Outbound, PreviewMultiAttachTo$outboundSchema, type PreviewMultiAttachUsageAlert, type PreviewMultiAttachUsageAlert$Outbound, PreviewMultiAttachUsageAlert$outboundSchema, type PreviewMultiAttachUsageLineItem, PreviewMultiAttachUsageLineItem$inboundSchema, type PreviewMultiAttachUsageLineItemPeriod, PreviewMultiAttachUsageLineItemPeriod$inboundSchema, PreviewUpdateAddItemBillingMethod, PreviewUpdateAddItemBillingMethod$outboundSchema, PreviewUpdateAddItemExpiryDurationType, PreviewUpdateAddItemExpiryDurationType$outboundSchema, PreviewUpdateAddItemOnDecrease, PreviewUpdateAddItemOnDecrease$outboundSchema, PreviewUpdateAddItemOnIncrease, PreviewUpdateAddItemOnIncrease$outboundSchema, type PreviewUpdateAddItemPlanItem, type PreviewUpdateAddItemPlanItem$Outbound, PreviewUpdateAddItemPlanItem$outboundSchema, type PreviewUpdateAddItemPrice, type PreviewUpdateAddItemPrice$Outbound, PreviewUpdateAddItemPrice$outboundSchema, PreviewUpdateAddItemPriceInterval, PreviewUpdateAddItemPriceInterval$outboundSchema, type PreviewUpdateAddItemProration, type PreviewUpdateAddItemProration$Outbound, PreviewUpdateAddItemProration$outboundSchema, type PreviewUpdateAddItemReset, type PreviewUpdateAddItemReset$Outbound, PreviewUpdateAddItemReset$outboundSchema, PreviewUpdateAddItemResetInterval, PreviewUpdateAddItemResetInterval$outboundSchema, type PreviewUpdateAddItemRollover, type PreviewUpdateAddItemRollover$Outbound, PreviewUpdateAddItemRollover$outboundSchema, type PreviewUpdateAddItemTier, type PreviewUpdateAddItemTier$Outbound, PreviewUpdateAddItemTier$outboundSchema, PreviewUpdateAddItemTierBehavior, PreviewUpdateAddItemTierBehavior$outboundSchema, type PreviewUpdateAddItemTo, type PreviewUpdateAddItemTo$Outbound, PreviewUpdateAddItemTo$outboundSchema, type PreviewUpdateAttachDiscount, type PreviewUpdateAttachDiscount$Outbound, PreviewUpdateAttachDiscount$outboundSchema, type PreviewUpdateBasePrice, type PreviewUpdateBasePrice$Outbound, PreviewUpdateBasePrice$outboundSchema, PreviewUpdateCancelAction, PreviewUpdateCancelAction$outboundSchema, type PreviewUpdateCustomize, type PreviewUpdateCustomize$Outbound, PreviewUpdateCustomize$outboundSchema, type PreviewUpdateDiscount, PreviewUpdateDiscount$inboundSchema, PreviewUpdateDurationType, PreviewUpdateDurationType$outboundSchema, type PreviewUpdateFeatureQuantityRequest, type PreviewUpdateFeatureQuantityRequest$Outbound, PreviewUpdateFeatureQuantityRequest$outboundSchema, type PreviewUpdateFreeTrialParams, type PreviewUpdateFreeTrialParams$Outbound, PreviewUpdateFreeTrialParams$outboundSchema, type PreviewUpdateGlobals, type PreviewUpdateIncoming, PreviewUpdateIncoming$inboundSchema, type PreviewUpdateIncomingFeatureQuantity, PreviewUpdateIncomingFeatureQuantity$inboundSchema, type PreviewUpdateInvoiceCredits, PreviewUpdateInvoiceCredits$inboundSchema, type PreviewUpdateInvoiceMode, type PreviewUpdateInvoiceMode$Outbound, PreviewUpdateInvoiceMode$outboundSchema, PreviewUpdateItemBillingMethod, PreviewUpdateItemBillingMethod$outboundSchema, PreviewUpdateItemExpiryDurationType, PreviewUpdateItemExpiryDurationType$outboundSchema, PreviewUpdateItemOnDecrease, PreviewUpdateItemOnDecrease$outboundSchema, PreviewUpdateItemOnIncrease, PreviewUpdateItemOnIncrease$outboundSchema, type PreviewUpdateItemPlanItem, type PreviewUpdateItemPlanItem$Outbound, PreviewUpdateItemPlanItem$outboundSchema, type PreviewUpdateItemPrice, type PreviewUpdateItemPrice$Outbound, PreviewUpdateItemPrice$outboundSchema, PreviewUpdateItemPriceInterval, PreviewUpdateItemPriceInterval$outboundSchema, type PreviewUpdateItemProration, type PreviewUpdateItemProration$Outbound, PreviewUpdateItemProration$outboundSchema, type PreviewUpdateItemReset, type PreviewUpdateItemReset$Outbound, PreviewUpdateItemReset$outboundSchema, PreviewUpdateItemResetInterval, PreviewUpdateItemResetInterval$outboundSchema, type PreviewUpdateItemRollover, type PreviewUpdateItemRollover$Outbound, PreviewUpdateItemRollover$outboundSchema, type PreviewUpdateItemTier, type PreviewUpdateItemTier$Outbound, PreviewUpdateItemTier$outboundSchema, PreviewUpdateItemTierBehavior, PreviewUpdateItemTierBehavior$outboundSchema, type PreviewUpdateItemTo, type PreviewUpdateItemTo$Outbound, PreviewUpdateItemTo$outboundSchema, type PreviewUpdateLineItem, PreviewUpdateLineItem$inboundSchema, type PreviewUpdateLineItemPeriod, PreviewUpdateLineItemPeriod$inboundSchema, type PreviewUpdateNextCycle, PreviewUpdateNextCycle$inboundSchema, type PreviewUpdateNextCycleDiscount, PreviewUpdateNextCycleDiscount$inboundSchema, type PreviewUpdateNextCycleLineItem, PreviewUpdateNextCycleLineItem$inboundSchema, type PreviewUpdateNextCycleLineItemPeriod, PreviewUpdateNextCycleLineItemPeriod$inboundSchema, type PreviewUpdateOutgoing, PreviewUpdateOutgoing$inboundSchema, type PreviewUpdateOutgoingFeatureQuantity, PreviewUpdateOutgoingFeatureQuantity$inboundSchema, type PreviewUpdateParams, type PreviewUpdateParams$Outbound, PreviewUpdateParams$outboundSchema, type PreviewUpdatePlanItemFilter, type PreviewUpdatePlanItemFilter$Outbound, PreviewUpdatePlanItemFilter$outboundSchema, PreviewUpdatePriceInterval, PreviewUpdatePriceInterval$outboundSchema, PreviewUpdateProrationBehavior, PreviewUpdateProrationBehavior$outboundSchema, type PreviewUpdateRecalculateBalances, type PreviewUpdateRecalculateBalances$Outbound, PreviewUpdateRecalculateBalances$outboundSchema, PreviewUpdateRedirectMode, PreviewUpdateRedirectMode$outboundSchema, PreviewUpdateRemoveItemBillingMethod, PreviewUpdateRemoveItemBillingMethod$outboundSchema, PreviewUpdateRemoveItemInterval, PreviewUpdateRemoveItemInterval$outboundSchema, type PreviewUpdateResponse, PreviewUpdateResponse$inboundSchema, PreviewUpdateStatus, PreviewUpdateStatus$inboundSchema, type PreviewUpdateTax, PreviewUpdateTax$inboundSchema, type PreviewUpdateUsageLineItem, PreviewUpdateUsageLineItem$inboundSchema, type PreviewUpdateUsageLineItemPeriod, PreviewUpdateUsageLineItemPeriod$inboundSchema, Processor, Processor$outboundSchema, ProcessorType, ProcessorType$inboundSchema, type Processors, Processors$inboundSchema, type Product1, Product1$inboundSchema, type Product2, Product2$inboundSchema, type ProductDisplay1, ProductDisplay1$inboundSchema, type ProductDisplay2, ProductDisplay2$inboundSchema, ProductScenario1, ProductScenario1$inboundSchema, ProductScenario2, ProductScenario2$inboundSchema, ProductType1, ProductType1$inboundSchema, ProductType2, ProductType2$inboundSchema, type Properties1, Properties1$inboundSchema, type Properties2, Properties2$inboundSchema, type Purchase, Purchase$inboundSchema, Range, Range$outboundSchema, type RedeemReferralCodeGlobals, type RedeemReferralCodeParams, type RedeemReferralCodeParams$Outbound, RedeemReferralCodeParams$outboundSchema, type RedeemReferralCodeResponse, RedeemReferralCodeResponse$inboundSchema, type Referral, Referral$inboundSchema, type ReferralCustomer, ReferralCustomer$inboundSchema, RequestAbortedError, RequestTimeoutError, ResponseValidationError, type Revenuecat, Revenuecat$inboundSchema, type Rewards, Rewards$inboundSchema, type SDKOptions, SDKValidationError, SDK_METADATA, Scenario1, Scenario1$inboundSchema, Scenario2, Scenario2$inboundSchema, type Security, type Security$Outbound, Security$outboundSchema, ServerList, SetupPaymentAddItemBillingMethod, SetupPaymentAddItemBillingMethod$outboundSchema, SetupPaymentAddItemExpiryDurationType, SetupPaymentAddItemExpiryDurationType$outboundSchema, SetupPaymentAddItemOnDecrease, SetupPaymentAddItemOnDecrease$outboundSchema, SetupPaymentAddItemOnIncrease, SetupPaymentAddItemOnIncrease$outboundSchema, type SetupPaymentAddItemPlanItem, type SetupPaymentAddItemPlanItem$Outbound, SetupPaymentAddItemPlanItem$outboundSchema, type SetupPaymentAddItemPrice, type SetupPaymentAddItemPrice$Outbound, SetupPaymentAddItemPrice$outboundSchema, SetupPaymentAddItemPriceInterval, SetupPaymentAddItemPriceInterval$outboundSchema, type SetupPaymentAddItemProration, type SetupPaymentAddItemProration$Outbound, SetupPaymentAddItemProration$outboundSchema, type SetupPaymentAddItemReset, type SetupPaymentAddItemReset$Outbound, SetupPaymentAddItemReset$outboundSchema, SetupPaymentAddItemResetInterval, SetupPaymentAddItemResetInterval$outboundSchema, type SetupPaymentAddItemRollover, type SetupPaymentAddItemRollover$Outbound, SetupPaymentAddItemRollover$outboundSchema, type SetupPaymentAddItemTier, type SetupPaymentAddItemTier$Outbound, SetupPaymentAddItemTier$outboundSchema, SetupPaymentAddItemTierBehavior, SetupPaymentAddItemTierBehavior$outboundSchema, type SetupPaymentAddItemTo, type SetupPaymentAddItemTo$Outbound, SetupPaymentAddItemTo$outboundSchema, type SetupPaymentAttachDiscount, type SetupPaymentAttachDiscount$Outbound, SetupPaymentAttachDiscount$outboundSchema, type SetupPaymentBasePrice, type SetupPaymentBasePrice$Outbound, SetupPaymentBasePrice$outboundSchema, type SetupPaymentCarryOverBalances, type SetupPaymentCarryOverBalances$Outbound, SetupPaymentCarryOverBalances$outboundSchema, type SetupPaymentCarryOverUsages, type SetupPaymentCarryOverUsages$Outbound, SetupPaymentCarryOverUsages$outboundSchema, type SetupPaymentCustomLineItem, type SetupPaymentCustomLineItem$Outbound, SetupPaymentCustomLineItem$outboundSchema, type SetupPaymentCustomize, type SetupPaymentCustomize$Outbound, SetupPaymentCustomize$outboundSchema, SetupPaymentDurationType, SetupPaymentDurationType$outboundSchema, type SetupPaymentFeatureQuantity, type SetupPaymentFeatureQuantity$Outbound, SetupPaymentFeatureQuantity$outboundSchema, type SetupPaymentFreeTrialParams, type SetupPaymentFreeTrialParams$Outbound, SetupPaymentFreeTrialParams$outboundSchema, type SetupPaymentGlobals, SetupPaymentItemBillingMethod, SetupPaymentItemBillingMethod$outboundSchema, SetupPaymentItemExpiryDurationType, SetupPaymentItemExpiryDurationType$outboundSchema, SetupPaymentItemOnDecrease, SetupPaymentItemOnDecrease$outboundSchema, SetupPaymentItemOnIncrease, SetupPaymentItemOnIncrease$outboundSchema, type SetupPaymentItemPlanItem, type SetupPaymentItemPlanItem$Outbound, SetupPaymentItemPlanItem$outboundSchema, type SetupPaymentItemPrice, type SetupPaymentItemPrice$Outbound, SetupPaymentItemPrice$outboundSchema, SetupPaymentItemPriceInterval, SetupPaymentItemPriceInterval$outboundSchema, type SetupPaymentItemProration, type SetupPaymentItemProration$Outbound, SetupPaymentItemProration$outboundSchema, type SetupPaymentItemReset, type SetupPaymentItemReset$Outbound, SetupPaymentItemReset$outboundSchema, SetupPaymentItemResetInterval, SetupPaymentItemResetInterval$outboundSchema, type SetupPaymentItemRollover, type SetupPaymentItemRollover$Outbound, SetupPaymentItemRollover$outboundSchema, type SetupPaymentItemTier, type SetupPaymentItemTier$Outbound, SetupPaymentItemTier$outboundSchema, SetupPaymentItemTierBehavior, SetupPaymentItemTierBehavior$outboundSchema, type SetupPaymentItemTo, type SetupPaymentItemTo$Outbound, SetupPaymentItemTo$outboundSchema, type SetupPaymentParams, type SetupPaymentParams$Outbound, SetupPaymentParams$outboundSchema, type SetupPaymentPlanItemFilter, type SetupPaymentPlanItemFilter$Outbound, SetupPaymentPlanItemFilter$outboundSchema, SetupPaymentPriceInterval, SetupPaymentPriceInterval$outboundSchema, SetupPaymentProrationBehavior, SetupPaymentProrationBehavior$outboundSchema, SetupPaymentRemoveItemBillingMethod, SetupPaymentRemoveItemBillingMethod$outboundSchema, SetupPaymentRemoveItemInterval, SetupPaymentRemoveItemInterval$outboundSchema, type SetupPaymentResponse, SetupPaymentResponse$inboundSchema, type Stripe, Stripe$inboundSchema, type Subscription, Subscription$inboundSchema, SubscriptionStatus, SubscriptionStatus$outboundSchema, type Total, Total$inboundSchema, type TrackGlobals, type TrackLock, type TrackLock$Outbound, TrackLock$outboundSchema, type TrackParams, type TrackParams$Outbound, TrackParams$outboundSchema, type TrackResponse, TrackResponse$inboundSchema, type TrackResponseBody1, TrackResponseBody1$inboundSchema, type TrackResponseBody2, TrackResponseBody2$inboundSchema, type TrialsUsed, TrialsUsed$inboundSchema, UnexpectedClientError, type UpdateBalanceGlobals, UpdateBalanceInterval, UpdateBalanceInterval$outboundSchema, type UpdateBalanceParams, type UpdateBalanceParams$Outbound, UpdateBalanceParams$outboundSchema, type UpdateBalanceResponse, UpdateBalanceResponse$inboundSchema, type UpdateCustomerAutoTopupRequest, type UpdateCustomerAutoTopupRequest$Outbound, UpdateCustomerAutoTopupRequest$outboundSchema, type UpdateCustomerAutoTopupResponse, UpdateCustomerAutoTopupResponse$inboundSchema, type UpdateCustomerBillingControlsRequest, type UpdateCustomerBillingControlsRequest$Outbound, UpdateCustomerBillingControlsRequest$outboundSchema, type UpdateCustomerBillingControlsResponse, UpdateCustomerBillingControlsResponse$inboundSchema, type UpdateCustomerConfigRequest, type UpdateCustomerConfigRequest$Outbound, UpdateCustomerConfigRequest$outboundSchema, type UpdateCustomerConfigResponse, UpdateCustomerConfigResponse$inboundSchema, type UpdateCustomerCreditSchema, UpdateCustomerCreditSchema$inboundSchema, type UpdateCustomerDisplay, UpdateCustomerDisplay$inboundSchema, UpdateCustomerEnv, UpdateCustomerEnv$inboundSchema, type UpdateCustomerFeature, UpdateCustomerFeature$inboundSchema, type UpdateCustomerFlags, UpdateCustomerFlags$inboundSchema, type UpdateCustomerGlobals, UpdateCustomerIntervalRequest, UpdateCustomerIntervalRequest$outboundSchema, UpdateCustomerIntervalResponse1, UpdateCustomerIntervalResponse1$inboundSchema, UpdateCustomerIntervalResponse2, UpdateCustomerIntervalResponse2$inboundSchema, type UpdateCustomerOverageAllowedRequest, type UpdateCustomerOverageAllowedRequest$Outbound, UpdateCustomerOverageAllowedRequest$outboundSchema, type UpdateCustomerOverageAllowedResponse, UpdateCustomerOverageAllowedResponse$inboundSchema, type UpdateCustomerParams, type UpdateCustomerParams$Outbound, UpdateCustomerParams$outboundSchema, type UpdateCustomerProcessors, UpdateCustomerProcessors$inboundSchema, type UpdateCustomerPurchase, UpdateCustomerPurchase$inboundSchema, type UpdateCustomerPurchaseLimitRequest, type UpdateCustomerPurchaseLimitRequest$Outbound, UpdateCustomerPurchaseLimitRequest$outboundSchema, type UpdateCustomerPurchaseLimitResponse1, UpdateCustomerPurchaseLimitResponse1$inboundSchema, type UpdateCustomerPurchaseLimitResponse2, UpdateCustomerPurchaseLimitResponse2$inboundSchema, type UpdateCustomerPurchaseLimitUnion, UpdateCustomerPurchaseLimitUnion$inboundSchema, type UpdateCustomerResponse, UpdateCustomerResponse$inboundSchema, type UpdateCustomerRevenuecat, UpdateCustomerRevenuecat$inboundSchema, type UpdateCustomerSpendLimitRequest, type UpdateCustomerSpendLimitRequest$Outbound, UpdateCustomerSpendLimitRequest$outboundSchema, type UpdateCustomerSpendLimitResponse, UpdateCustomerSpendLimitResponse$inboundSchema, UpdateCustomerStatus, UpdateCustomerStatus$inboundSchema, type UpdateCustomerStripe, UpdateCustomerStripe$inboundSchema, type UpdateCustomerSubscription, UpdateCustomerSubscription$inboundSchema, UpdateCustomerThresholdTypeRequestBody, UpdateCustomerThresholdTypeRequestBody$outboundSchema, UpdateCustomerThresholdTypeResponse, UpdateCustomerThresholdTypeResponse$inboundSchema, UpdateCustomerType, UpdateCustomerType$inboundSchema, type UpdateCustomerUsageAlertRequestBody, type UpdateCustomerUsageAlertRequestBody$Outbound, UpdateCustomerUsageAlertRequestBody$outboundSchema, type UpdateCustomerUsageAlertResponse, UpdateCustomerUsageAlertResponse$inboundSchema, type UpdateCustomerVercel, UpdateCustomerVercel$inboundSchema, type UpdateEntityBillingControlsRequest, type UpdateEntityBillingControlsRequest$Outbound, UpdateEntityBillingControlsRequest$outboundSchema, type UpdateEntityBillingControlsResponse, UpdateEntityBillingControlsResponse$inboundSchema, type UpdateEntityCreditSchema, UpdateEntityCreditSchema$inboundSchema, type UpdateEntityDisplay, UpdateEntityDisplay$inboundSchema, UpdateEntityEnv, UpdateEntityEnv$inboundSchema, type UpdateEntityFeature, UpdateEntityFeature$inboundSchema, type UpdateEntityFlags, UpdateEntityFlags$inboundSchema, type UpdateEntityGlobals, type UpdateEntityInvoice, UpdateEntityInvoice$inboundSchema, type UpdateEntityOverageAllowedRequest, type UpdateEntityOverageAllowedRequest$Outbound, UpdateEntityOverageAllowedRequest$outboundSchema, type UpdateEntityOverageAllowedResponse, UpdateEntityOverageAllowedResponse$inboundSchema, type UpdateEntityParams, type UpdateEntityParams$Outbound, UpdateEntityParams$outboundSchema, UpdateEntityProcessorType, UpdateEntityProcessorType$inboundSchema, type UpdateEntityPurchase, UpdateEntityPurchase$inboundSchema, type UpdateEntityResponse, UpdateEntityResponse$inboundSchema, type UpdateEntitySpendLimitRequest, type UpdateEntitySpendLimitRequest$Outbound, UpdateEntitySpendLimitRequest$outboundSchema, type UpdateEntitySpendLimitResponse, UpdateEntitySpendLimitResponse$inboundSchema, UpdateEntityStatus, UpdateEntityStatus$inboundSchema, type UpdateEntitySubscription, UpdateEntitySubscription$inboundSchema, UpdateEntityThresholdTypeRequestBody, UpdateEntityThresholdTypeRequestBody$outboundSchema, UpdateEntityThresholdTypeResponse, UpdateEntityThresholdTypeResponse$inboundSchema, UpdateEntityType, UpdateEntityType$inboundSchema, type UpdateEntityUsageAlertRequestBody, type UpdateEntityUsageAlertRequestBody$Outbound, UpdateEntityUsageAlertRequestBody$outboundSchema, type UpdateEntityUsageAlertResponse, UpdateEntityUsageAlertResponse$inboundSchema, type UpdateFeatureCreditSchemaRequest, type UpdateFeatureCreditSchemaRequest$Outbound, UpdateFeatureCreditSchemaRequest$outboundSchema, type UpdateFeatureCreditSchemaResponse, UpdateFeatureCreditSchemaResponse$inboundSchema, type UpdateFeatureDisplayRequest, type UpdateFeatureDisplayRequest$Outbound, UpdateFeatureDisplayRequest$outboundSchema, type UpdateFeatureDisplayResponse, UpdateFeatureDisplayResponse$inboundSchema, type UpdateFeatureGlobals, type UpdateFeatureParams, type UpdateFeatureParams$Outbound, UpdateFeatureParams$outboundSchema, type UpdateFeatureResponse, UpdateFeatureResponse$inboundSchema, UpdateFeatureTypeRequest, UpdateFeatureTypeRequest$outboundSchema, UpdateFeatureTypeResponse, UpdateFeatureTypeResponse$inboundSchema, UpdatePlanAttachAction, UpdatePlanAttachAction$inboundSchema, type UpdatePlanBasePrice, type UpdatePlanBasePrice$Outbound, UpdatePlanBasePrice$outboundSchema, UpdatePlanBillingMethodRequest, UpdatePlanBillingMethodRequest$outboundSchema, UpdatePlanBillingMethodResponse, UpdatePlanBillingMethodResponse$inboundSchema, type UpdatePlanConfigRequest, type UpdatePlanConfigRequest$Outbound, UpdatePlanConfigRequest$outboundSchema, type UpdatePlanConfigResponse, UpdatePlanConfigResponse$inboundSchema, type UpdatePlanCreditSchema, UpdatePlanCreditSchema$inboundSchema, type UpdatePlanCustomerEligibility, UpdatePlanCustomerEligibility$inboundSchema, UpdatePlanDurationTypeRequest, UpdatePlanDurationTypeRequest$outboundSchema, UpdatePlanDurationTypeResponse, UpdatePlanDurationTypeResponse$inboundSchema, UpdatePlanEnv, UpdatePlanEnv$inboundSchema, UpdatePlanExpiryDurationTypeRequest, UpdatePlanExpiryDurationTypeRequest$outboundSchema, UpdatePlanExpiryDurationTypeResponse, UpdatePlanExpiryDurationTypeResponse$inboundSchema, type UpdatePlanFeature, UpdatePlanFeature$inboundSchema, type UpdatePlanFeatureDisplay, UpdatePlanFeatureDisplay$inboundSchema, type UpdatePlanFreeTrial, UpdatePlanFreeTrial$inboundSchema, type UpdatePlanFreeTrialParams, type UpdatePlanFreeTrialParams$Outbound, UpdatePlanFreeTrialParams$outboundSchema, type UpdatePlanGlobals, type UpdatePlanItem, UpdatePlanItem$inboundSchema, type UpdatePlanItemDisplay, UpdatePlanItemDisplay$inboundSchema, UpdatePlanItemPriceIntervalRequest, UpdatePlanItemPriceIntervalRequest$outboundSchema, type UpdatePlanItemPriceResponse, UpdatePlanItemPriceResponse$inboundSchema, UpdatePlanOnDecrease, UpdatePlanOnDecrease$outboundSchema, UpdatePlanOnIncrease, UpdatePlanOnIncrease$outboundSchema, type UpdatePlanParams, type UpdatePlanParams$Outbound, UpdatePlanParams$outboundSchema, type UpdatePlanPlanItem, type UpdatePlanPlanItem$Outbound, UpdatePlanPlanItem$outboundSchema, type UpdatePlanPriceDisplay, UpdatePlanPriceDisplay$inboundSchema, UpdatePlanPriceIntervalRequest, UpdatePlanPriceIntervalRequest$outboundSchema, UpdatePlanPriceIntervalResponse, UpdatePlanPriceIntervalResponse$inboundSchema, UpdatePlanPriceItemIntervalResponse, UpdatePlanPriceItemIntervalResponse$inboundSchema, type UpdatePlanPriceRequest, type UpdatePlanPriceRequest$Outbound, UpdatePlanPriceRequest$outboundSchema, type UpdatePlanPriceResponse, UpdatePlanPriceResponse$inboundSchema, type UpdatePlanProration, type UpdatePlanProration$Outbound, UpdatePlanProration$outboundSchema, UpdatePlanResetIntervalRequest, UpdatePlanResetIntervalRequest$outboundSchema, UpdatePlanResetIntervalResponse, UpdatePlanResetIntervalResponse$inboundSchema, type UpdatePlanResetRequest, type UpdatePlanResetRequest$Outbound, UpdatePlanResetRequest$outboundSchema, type UpdatePlanResetResponse, UpdatePlanResetResponse$inboundSchema, type UpdatePlanResponse, UpdatePlanResponse$inboundSchema, type UpdatePlanRolloverRequest, type UpdatePlanRolloverRequest$Outbound, UpdatePlanRolloverRequest$outboundSchema, type UpdatePlanRolloverResponse, UpdatePlanRolloverResponse$inboundSchema, UpdatePlanStatus, UpdatePlanStatus$inboundSchema, type UpdatePlanTier, type UpdatePlanTier$Outbound, UpdatePlanTier$outboundSchema, UpdatePlanTierBehaviorRequest, UpdatePlanTierBehaviorRequest$outboundSchema, UpdatePlanTierBehaviorResponse, UpdatePlanTierBehaviorResponse$inboundSchema, type UpdatePlanTo, type UpdatePlanTo$Outbound, UpdatePlanTo$outboundSchema, UpdatePlanType, UpdatePlanType$inboundSchema, type UpdateSubscriptionParams, type UpdateSubscriptionParams$Outbound, UpdateSubscriptionParams$outboundSchema, UsageModel1, UsageModel1$inboundSchema, UsageModel2, UsageModel2$inboundSchema, type Vercel, Vercel$inboundSchema, aggregateEventsCustomRangeToJSON, aggregateEventsFeatureIdToJSON, aggregateEventsListFromJSON, aggregateEventsResponseFromJSON, attachAddItemPlanItemToJSON, attachAddItemPriceToJSON, attachAddItemProrationToJSON, attachAddItemResetToJSON, attachAddItemRolloverToJSON, attachAddItemTierToJSON, attachAddItemToToJSON, attachAttachDiscountToJSON, attachBasePriceToJSON, attachCarryOverBalancesToJSON, attachCarryOverUsagesToJSON, attachCustomLineItemToJSON, attachCustomizeToJSON, attachFeatureQuantityToJSON, attachFreeTrialParamsToJSON, attachInvoiceFromJSON, attachInvoiceModeToJSON, attachItemPlanItemToJSON, attachItemPriceToJSON, attachItemProrationToJSON, attachItemResetToJSON, attachItemRolloverToJSON, attachItemTierToJSON, attachItemToToJSON, attachParamsToJSON, attachPlanItemFilterToJSON, attachRequiredActionFromJSON, attachResponseFromJSON, balanceCreditSchemaFromJSON, balanceDisplayFromJSON, balanceFeatureFromJSON, balanceFromJSON, balancePriceFromJSON, balanceResetFromJSON, balanceRolloverFromJSON, billingUpdateAddItemPlanItemToJSON, billingUpdateAddItemPriceToJSON, billingUpdateAddItemProrationToJSON, billingUpdateAddItemResetToJSON, billingUpdateAddItemRolloverToJSON, billingUpdateAddItemTierToJSON, billingUpdateAddItemToToJSON, billingUpdateAttachDiscountToJSON, billingUpdateBasePriceToJSON, billingUpdateCustomizeToJSON, billingUpdateFeatureQuantityToJSON, billingUpdateFreeTrialParamsToJSON, billingUpdateInvoiceFromJSON, billingUpdateInvoiceModeToJSON, billingUpdateItemPlanItemToJSON, billingUpdateItemPriceToJSON, billingUpdateItemProrationToJSON, billingUpdateItemResetToJSON, billingUpdateItemRolloverToJSON, billingUpdateItemTierToJSON, billingUpdateItemToToJSON, billingUpdatePlanItemFilterToJSON, billingUpdateRecalculateBalancesToJSON, billingUpdateRequiredActionFromJSON, billingUpdateResponseFromJSON, breakdownFromJSON, checkConfig1FromJSON, checkConfig2FromJSON, checkCreditSchema1FromJSON, checkCreditSchema2FromJSON, checkFeature1FromJSON, checkFeature2FromJSON, checkFreeTrial1FromJSON, checkFreeTrial2FromJSON, checkItem1FromJSON, checkItem2FromJSON, checkLockToJSON, checkParamsToJSON, checkResponseBody1FromJSON, checkResponseBody2FromJSON, checkResponseFromJSON, checkRollover1FromJSON, checkRollover2FromJSON, createBalanceParamsToJSON, createBalanceResetToJSON, createBalanceResponseFromJSON, createBalanceRolloverToJSON, createEntityBillingControlsRequestToJSON, createEntityBillingControlsResponseFromJSON, createEntityCreditSchemaFromJSON, createEntityDisplayFromJSON, createEntityFeatureFromJSON, createEntityFlagsFromJSON, createEntityInvoiceFromJSON, createEntityOverageAllowedRequestToJSON, createEntityOverageAllowedResponseFromJSON, createEntityParamsToJSON, createEntityPurchaseFromJSON, createEntityResponseFromJSON, createEntitySpendLimitRequestToJSON, createEntitySpendLimitResponseFromJSON, createEntitySubscriptionFromJSON, createEntityUsageAlertRequestBodyToJSON, createEntityUsageAlertResponseFromJSON, createFeatureCreditSchemaRequestToJSON, createFeatureCreditSchemaResponseFromJSON, createFeatureDisplayRequestToJSON, createFeatureDisplayResponseFromJSON, createFeatureParamsToJSON, createFeatureResponseFromJSON, createPlanConfigRequestToJSON, createPlanConfigResponseFromJSON, createPlanCreditSchemaFromJSON, createPlanCustomerEligibilityFromJSON, createPlanFeatureDisplayFromJSON, createPlanFeatureFromJSON, createPlanFreeTrialResponseFromJSON, createPlanItemDisplayFromJSON, createPlanItemFromJSON, createPlanItemPriceRequestToJSON, createPlanItemPriceResponseFromJSON, createPlanParamsToJSON, createPlanPlanItemToJSON, createPlanPriceDisplayFromJSON, createPlanPriceRequestToJSON, createPlanPriceResponseFromJSON, createPlanProrationToJSON, createPlanResetRequestToJSON, createPlanResetResponseFromJSON, createPlanResponseFromJSON, createPlanRolloverRequestToJSON, createPlanRolloverResponseFromJSON, createPlanTierToJSON, createPlanToToJSON, createReferralCodeParamsToJSON, createReferralCodeResponseFromJSON, createScheduleBasePrice2ToJSON, createScheduleCustomize2ToJSON, createScheduleFeatureQuantity2ToJSON, createScheduleInvoiceFromJSON, createScheduleInvoiceModeToJSON, createScheduleParamsToJSON, createSchedulePlan2ToJSON, createSchedulePlanItem2ToJSON, createSchedulePrice2ToJSON, createScheduleProration2ToJSON, createScheduleRequiredActionFromJSON, createScheduleReset2ToJSON, createScheduleResponseFromJSON, createScheduleRollover2ToJSON, createScheduleTier2ToJSON, customerAutoTopupFromJSON, customerBillingControlsFromJSON, customerConfigFromJSON, customerCreditSchemaFromJSON, customerDataAutoTopupToJSON, customerDataBillingControlsToJSON, customerDataConfigToJSON, customerDataOverageAllowedToJSON, customerDataPurchaseLimitToJSON, customerDataSpendLimitToJSON, customerDataToJSON, customerDataUsageAlertToJSON, customerDisplayFromJSON, customerEligibilityFromJSON, customerFeatureFromJSON, customerFromJSON, customerOverageAllowedFromJSON, customerPurchaseLimit1FromJSON, customerPurchaseLimit2FromJSON, customerPurchaseLimitUnionFromJSON, customerSpendLimitFromJSON, customerUsageAlertFromJSON, deleteBalanceParamsToJSON, deleteBalanceResponseFromJSON, deleteCustomerParamsToJSON, deleteCustomerResponseFromJSON, deleteEntityParamsToJSON, deleteEntityResponseFromJSON, deleteFeatureParamsToJSON, deleteFeatureResponseFromJSON, deletePlanParamsToJSON, deletePlanResponseFromJSON, discountFromJSON, entityFromJSON, eventsAggregateParamsToJSON, eventsListParamsToJSON, files, finalizeBalanceParamsToJSON, finalizeLockResponseBody1FromJSON, finalizeLockResponseBody2FromJSON, finalizeLockResponseFromJSON, flag1FromJSON, flag2FromJSON, flagDisplay1FromJSON, flagDisplay2FromJSON, flagsFromJSON, formatZodError, freeTrialFromJSON, freeTrialRequestToJSON, getCustomerAutoTopupFromJSON, getCustomerBillingControlsFromJSON, getCustomerConfigFromJSON, getCustomerCreditSchemaFromJSON, getCustomerCustomerFromJSON, getCustomerDiscountFromJSON, getCustomerDisplayFromJSON, getCustomerEntityFromJSON, getCustomerFeatureFromJSON, getCustomerFlagsFromJSON, getCustomerInvoiceFromJSON, getCustomerOverageAllowedFromJSON, getCustomerParamsToJSON, getCustomerProcessorsFromJSON, getCustomerPurchaseFromJSON, getCustomerPurchaseLimit1FromJSON, getCustomerPurchaseLimit2FromJSON, getCustomerPurchaseLimitUnionFromJSON, getCustomerReferralFromJSON, getCustomerResponseFromJSON, getCustomerRevenuecatFromJSON, getCustomerRewardsFromJSON, getCustomerSpendLimitFromJSON, getCustomerStripeFromJSON, getCustomerSubscriptionFromJSON, getCustomerTrialsUsedFromJSON, getCustomerUsageAlertFromJSON, getCustomerVercelFromJSON, getEntityBillingControlsFromJSON, getEntityCreditSchemaFromJSON, getEntityDisplayFromJSON, getEntityFeatureFromJSON, getEntityFlagsFromJSON, getEntityInvoiceFromJSON, getEntityOverageAllowedFromJSON, getEntityParamsToJSON, getEntityPurchaseFromJSON, getEntityResponseFromJSON, getEntitySpendLimitFromJSON, getEntitySubscriptionFromJSON, getEntityUsageAlertFromJSON, getFeatureCreditSchemaFromJSON, getFeatureDisplayFromJSON, getFeatureParamsToJSON, getFeatureResponseFromJSON, getOrCreateCustomerAutoTopupToJSON, getOrCreateCustomerBillingControlsToJSON, getOrCreateCustomerConfigToJSON, getOrCreateCustomerOverageAllowedToJSON, getOrCreateCustomerParamsToJSON, getOrCreateCustomerPurchaseLimitToJSON, getOrCreateCustomerSpendLimitToJSON, getOrCreateCustomerUsageAlertToJSON, getPlanConfigFromJSON, getPlanCreditSchemaFromJSON, getPlanCustomerEligibilityFromJSON, getPlanFeatureDisplayFromJSON, getPlanFeatureFromJSON, getPlanFreeTrialFromJSON, getPlanItemDisplayFromJSON, getPlanItemFromJSON, getPlanItemPriceFromJSON, getPlanParamsToJSON, getPlanPriceDisplayFromJSON, getPlanPriceFromJSON, getPlanResetFromJSON, getPlanResponseFromJSON, getPlanRolloverFromJSON, includedUsage1FromJSON, includedUsage2FromJSON, intervalFromJSON, invoiceFromJSON, itemFromJSON, listCustomersAutoTopupFromJSON, listCustomersBillingControlsFromJSON, listCustomersConfigFromJSON, listCustomersCreditSchemaFromJSON, listCustomersDisplayFromJSON, listCustomersFeatureFromJSON, listCustomersFlagsFromJSON, listCustomersListFromJSON, listCustomersOverageAllowedFromJSON, listCustomersParamsToJSON, listCustomersPlanToJSON, listCustomersProcessorsFromJSON, listCustomersPurchaseFromJSON, listCustomersPurchaseLimit1FromJSON, listCustomersPurchaseLimit2FromJSON, listCustomersPurchaseLimitUnionFromJSON, listCustomersResponseFromJSON, listCustomersRevenuecatFromJSON, listCustomersSpendLimitFromJSON, listCustomersStripeFromJSON, listCustomersSubscriptionFromJSON, listCustomersUsageAlertFromJSON, listCustomersVercelFromJSON, listEventsCustomRangeToJSON, listEventsFeatureIdToJSON, listEventsListFromJSON, listEventsResponseFromJSON, listFeaturesCreditSchemaFromJSON, listFeaturesDisplayFromJSON, listFeaturesListFromJSON, listFeaturesRequestToJSON, listFeaturesResponseFromJSON, listPlansConfigFromJSON, listPlansCreditSchemaFromJSON, listPlansCustomerEligibilityFromJSON, listPlansFeatureDisplayFromJSON, listPlansFeatureFromJSON, listPlansFreeTrialFromJSON, listPlansItemDisplayFromJSON, listPlansItemFromJSON, listPlansItemPriceFromJSON, listPlansListFromJSON, listPlansParamsToJSON, listPlansPriceDisplayFromJSON, listPlansPriceFromJSON, listPlansResetFromJSON, listPlansResponseFromJSON, listPlansRolloverFromJSON, multiAttachAttachDiscountToJSON, multiAttachBasePriceToJSON, multiAttachBillingControlsToJSON, multiAttachCustomizeToJSON, multiAttachEntityDataToJSON, multiAttachFeatureQuantityToJSON, multiAttachFreeTrialParamsToJSON, multiAttachInvoiceFromJSON, multiAttachInvoiceModeToJSON, multiAttachOverageAllowedToJSON, multiAttachParamsToJSON, multiAttachPlanItemToJSON, multiAttachPlanToJSON, multiAttachPriceToJSON, multiAttachProrationToJSON, multiAttachRequiredActionFromJSON, multiAttachResetToJSON, multiAttachResponseFromJSON, multiAttachRolloverToJSON, multiAttachSpendLimitToJSON, multiAttachTierToJSON, multiAttachToToJSON, multiAttachUsageAlertToJSON, openCustomerPortalParamsToJSON, openCustomerPortalResponseFromJSON, phaseRequest2ToJSON, phaseResponseFromJSON, phaseToJSON, planConfigFromJSON, planCreditSchemaFromJSON, planFeatureDisplayFromJSON, planFeatureFromJSON, planFromJSON, planItemDisplayFromJSON, planItemPriceFromJSON, planPriceDisplayFromJSON, planPriceFromJSON, planResetFromJSON, planRolloverFromJSON, preview1FromJSON, preview2FromJSON, previewAttachAddItemPlanItemToJSON, previewAttachAddItemPriceToJSON, previewAttachAddItemProrationToJSON, previewAttachAddItemResetToJSON, previewAttachAddItemRolloverToJSON, previewAttachAddItemTierToJSON, previewAttachAddItemToToJSON, previewAttachAttachDiscountToJSON, previewAttachBasePriceToJSON, previewAttachCarryOverBalancesToJSON, previewAttachCarryOverUsagesToJSON, previewAttachCustomLineItemToJSON, previewAttachCustomizeToJSON, previewAttachDiscountFromJSON, previewAttachFeatureQuantityRequestToJSON, previewAttachFreeTrialParamsToJSON, previewAttachIncomingFeatureQuantityFromJSON, previewAttachIncomingFromJSON, previewAttachInvoiceCreditsFromJSON, previewAttachInvoiceModeToJSON, previewAttachItemPlanItemToJSON, previewAttachItemPriceToJSON, previewAttachItemProrationToJSON, previewAttachItemResetToJSON, previewAttachItemRolloverToJSON, previewAttachItemTierToJSON, previewAttachItemToToJSON, previewAttachLineItemFromJSON, previewAttachLineItemPeriodFromJSON, previewAttachNextCycleDiscountFromJSON, previewAttachNextCycleFromJSON, previewAttachNextCycleLineItemFromJSON, previewAttachNextCycleLineItemPeriodFromJSON, previewAttachOutgoingFeatureQuantityFromJSON, previewAttachOutgoingFromJSON, previewAttachParamsToJSON, previewAttachPlanItemFilterToJSON, previewAttachResponseFromJSON, previewAttachTaxFromJSON, previewAttachUsageLineItemFromJSON, previewAttachUsageLineItemPeriodFromJSON, previewMultiAttachAttachDiscountToJSON, previewMultiAttachBasePriceToJSON, previewMultiAttachBillingControlsToJSON, previewMultiAttachCustomizeToJSON, previewMultiAttachDiscountFromJSON, previewMultiAttachEntityDataToJSON, previewMultiAttachFreeTrialParamsToJSON, previewMultiAttachIncomingFeatureQuantityFromJSON, previewMultiAttachIncomingFromJSON, previewMultiAttachInvoiceCreditsFromJSON, previewMultiAttachInvoiceModeToJSON, previewMultiAttachLineItemFromJSON, previewMultiAttachLineItemPeriodFromJSON, previewMultiAttachNextCycleDiscountFromJSON, previewMultiAttachNextCycleFromJSON, previewMultiAttachNextCycleLineItemFromJSON, previewMultiAttachNextCycleLineItemPeriodFromJSON, previewMultiAttachOutgoingFeatureQuantityFromJSON, previewMultiAttachOutgoingFromJSON, previewMultiAttachOverageAllowedToJSON, previewMultiAttachParamsToJSON, previewMultiAttachPlanFeatureQuantityToJSON, previewMultiAttachPlanItemToJSON, previewMultiAttachPlanToJSON, previewMultiAttachPriceToJSON, previewMultiAttachProrationToJSON, previewMultiAttachResetToJSON, previewMultiAttachResponseFromJSON, previewMultiAttachRolloverToJSON, previewMultiAttachSpendLimitToJSON, previewMultiAttachTaxFromJSON, previewMultiAttachTierToJSON, previewMultiAttachToToJSON, previewMultiAttachUsageAlertToJSON, previewMultiAttachUsageLineItemFromJSON, previewMultiAttachUsageLineItemPeriodFromJSON, previewUpdateAddItemPlanItemToJSON, previewUpdateAddItemPriceToJSON, previewUpdateAddItemProrationToJSON, previewUpdateAddItemResetToJSON, previewUpdateAddItemRolloverToJSON, previewUpdateAddItemTierToJSON, previewUpdateAddItemToToJSON, previewUpdateAttachDiscountToJSON, previewUpdateBasePriceToJSON, previewUpdateCustomizeToJSON, previewUpdateDiscountFromJSON, previewUpdateFeatureQuantityRequestToJSON, previewUpdateFreeTrialParamsToJSON, previewUpdateIncomingFeatureQuantityFromJSON, previewUpdateIncomingFromJSON, previewUpdateInvoiceCreditsFromJSON, previewUpdateInvoiceModeToJSON, previewUpdateItemPlanItemToJSON, previewUpdateItemPriceToJSON, previewUpdateItemProrationToJSON, previewUpdateItemResetToJSON, previewUpdateItemRolloverToJSON, previewUpdateItemTierToJSON, previewUpdateItemToToJSON, previewUpdateLineItemFromJSON, previewUpdateLineItemPeriodFromJSON, previewUpdateNextCycleDiscountFromJSON, previewUpdateNextCycleFromJSON, previewUpdateNextCycleLineItemFromJSON, previewUpdateNextCycleLineItemPeriodFromJSON, previewUpdateOutgoingFeatureQuantityFromJSON, previewUpdateOutgoingFromJSON, previewUpdateParamsToJSON, previewUpdatePlanItemFilterToJSON, previewUpdateRecalculateBalancesToJSON, previewUpdateResponseFromJSON, previewUpdateTaxFromJSON, previewUpdateUsageLineItemFromJSON, previewUpdateUsageLineItemPeriodFromJSON, processorsFromJSON, product1FromJSON, product2FromJSON, productDisplay1FromJSON, productDisplay2FromJSON, properties1FromJSON, properties2FromJSON, purchaseFromJSON, redeemReferralCodeParamsToJSON, redeemReferralCodeResponseFromJSON, referralCustomerFromJSON, referralFromJSON, revenuecatFromJSON, rewardsFromJSON, securityToJSON, serverURLFromOptions, setupPaymentAddItemPlanItemToJSON, setupPaymentAddItemPriceToJSON, setupPaymentAddItemProrationToJSON, setupPaymentAddItemResetToJSON, setupPaymentAddItemRolloverToJSON, setupPaymentAddItemTierToJSON, setupPaymentAddItemToToJSON, setupPaymentAttachDiscountToJSON, setupPaymentBasePriceToJSON, setupPaymentCarryOverBalancesToJSON, setupPaymentCarryOverUsagesToJSON, setupPaymentCustomLineItemToJSON, setupPaymentCustomizeToJSON, setupPaymentFeatureQuantityToJSON, setupPaymentFreeTrialParamsToJSON, setupPaymentItemPlanItemToJSON, setupPaymentItemPriceToJSON, setupPaymentItemProrationToJSON, setupPaymentItemResetToJSON, setupPaymentItemRolloverToJSON, setupPaymentItemTierToJSON, setupPaymentItemToToJSON, setupPaymentParamsToJSON, setupPaymentPlanItemFilterToJSON, setupPaymentResponseFromJSON, stripeFromJSON, subscriptionFromJSON, totalFromJSON, trackLockToJSON, trackParamsToJSON, trackResponseBody1FromJSON, trackResponseBody2FromJSON, trackResponseFromJSON, trialsUsedFromJSON, index as types, updateBalanceParamsToJSON, updateBalanceResponseFromJSON, updateCustomerAutoTopupRequestToJSON, updateCustomerAutoTopupResponseFromJSON, updateCustomerBillingControlsRequestToJSON, updateCustomerBillingControlsResponseFromJSON, updateCustomerConfigRequestToJSON, updateCustomerConfigResponseFromJSON, updateCustomerCreditSchemaFromJSON, updateCustomerDisplayFromJSON, updateCustomerFeatureFromJSON, updateCustomerFlagsFromJSON, updateCustomerOverageAllowedRequestToJSON, updateCustomerOverageAllowedResponseFromJSON, updateCustomerParamsToJSON, updateCustomerProcessorsFromJSON, updateCustomerPurchaseFromJSON, updateCustomerPurchaseLimitRequestToJSON, updateCustomerPurchaseLimitResponse1FromJSON, updateCustomerPurchaseLimitResponse2FromJSON, updateCustomerPurchaseLimitUnionFromJSON, updateCustomerResponseFromJSON, updateCustomerRevenuecatFromJSON, updateCustomerSpendLimitRequestToJSON, updateCustomerSpendLimitResponseFromJSON, updateCustomerStripeFromJSON, updateCustomerSubscriptionFromJSON, updateCustomerUsageAlertRequestBodyToJSON, updateCustomerUsageAlertResponseFromJSON, updateCustomerVercelFromJSON, updateEntityBillingControlsRequestToJSON, updateEntityBillingControlsResponseFromJSON, updateEntityCreditSchemaFromJSON, updateEntityDisplayFromJSON, updateEntityFeatureFromJSON, updateEntityFlagsFromJSON, updateEntityInvoiceFromJSON, updateEntityOverageAllowedRequestToJSON, updateEntityOverageAllowedResponseFromJSON, updateEntityParamsToJSON, updateEntityPurchaseFromJSON, updateEntityResponseFromJSON, updateEntitySpendLimitRequestToJSON, updateEntitySpendLimitResponseFromJSON, updateEntitySubscriptionFromJSON, updateEntityUsageAlertRequestBodyToJSON, updateEntityUsageAlertResponseFromJSON, updateFeatureCreditSchemaRequestToJSON, updateFeatureCreditSchemaResponseFromJSON, updateFeatureDisplayRequestToJSON, updateFeatureDisplayResponseFromJSON, updateFeatureParamsToJSON, updateFeatureResponseFromJSON, updatePlanBasePriceToJSON, updatePlanConfigRequestToJSON, updatePlanConfigResponseFromJSON, updatePlanCreditSchemaFromJSON, updatePlanCustomerEligibilityFromJSON, updatePlanFeatureDisplayFromJSON, updatePlanFeatureFromJSON, updatePlanFreeTrialFromJSON, updatePlanFreeTrialParamsToJSON, updatePlanItemDisplayFromJSON, updatePlanItemFromJSON, updatePlanItemPriceResponseFromJSON, updatePlanParamsToJSON, updatePlanPlanItemToJSON, updatePlanPriceDisplayFromJSON, updatePlanPriceRequestToJSON, updatePlanPriceResponseFromJSON, updatePlanProrationToJSON, updatePlanResetRequestToJSON, updatePlanResetResponseFromJSON, updatePlanResponseFromJSON, updatePlanRolloverRequestToJSON, updatePlanRolloverResponseFromJSON, updatePlanTierToJSON, updatePlanToToJSON, updateSubscriptionParamsToJSON, vercelFromJSON };
22540
+ export { Action, Action$outboundSchema, type AggregateEventsCustomRange, type AggregateEventsCustomRange$Outbound, AggregateEventsCustomRange$outboundSchema, type AggregateEventsFeatureId, type AggregateEventsFeatureId$Outbound, AggregateEventsFeatureId$outboundSchema, type AggregateEventsGlobals, type AggregateEventsList, AggregateEventsList$inboundSchema, type AggregateEventsResponse, AggregateEventsResponse$inboundSchema, AttachAction, AttachAction$inboundSchema, AttachAddItemBillingMethod, AttachAddItemBillingMethod$outboundSchema, AttachAddItemExpiryDurationType, AttachAddItemExpiryDurationType$outboundSchema, AttachAddItemOnDecrease, AttachAddItemOnDecrease$outboundSchema, AttachAddItemOnIncrease, AttachAddItemOnIncrease$outboundSchema, type AttachAddItemPlanItem, type AttachAddItemPlanItem$Outbound, AttachAddItemPlanItem$outboundSchema, type AttachAddItemPrice, type AttachAddItemPrice$Outbound, AttachAddItemPrice$outboundSchema, AttachAddItemPriceInterval, AttachAddItemPriceInterval$outboundSchema, type AttachAddItemProration, type AttachAddItemProration$Outbound, AttachAddItemProration$outboundSchema, type AttachAddItemReset, type AttachAddItemReset$Outbound, AttachAddItemReset$outboundSchema, AttachAddItemResetInterval, AttachAddItemResetInterval$outboundSchema, type AttachAddItemRollover, type AttachAddItemRollover$Outbound, AttachAddItemRollover$outboundSchema, type AttachAddItemTier, type AttachAddItemTier$Outbound, AttachAddItemTier$outboundSchema, AttachAddItemTierBehavior, AttachAddItemTierBehavior$outboundSchema, type AttachAddItemTo, type AttachAddItemTo$Outbound, AttachAddItemTo$outboundSchema, type AttachAttachDiscount, type AttachAttachDiscount$Outbound, AttachAttachDiscount$outboundSchema, type AttachBasePrice, type AttachBasePrice$Outbound, AttachBasePrice$outboundSchema, type AttachCarryOverBalances, type AttachCarryOverBalances$Outbound, AttachCarryOverBalances$outboundSchema, type AttachCarryOverUsages, type AttachCarryOverUsages$Outbound, AttachCarryOverUsages$outboundSchema, AttachCode, AttachCode$inboundSchema, type AttachCustomLineItem, type AttachCustomLineItem$Outbound, AttachCustomLineItem$outboundSchema, type AttachCustomize, type AttachCustomize$Outbound, AttachCustomize$outboundSchema, AttachDurationType, AttachDurationType$outboundSchema, type AttachFeatureQuantity, type AttachFeatureQuantity$Outbound, AttachFeatureQuantity$outboundSchema, type AttachFreeTrialParams, type AttachFreeTrialParams$Outbound, AttachFreeTrialParams$outboundSchema, type AttachGlobals, type AttachInvoice, AttachInvoice$inboundSchema, type AttachInvoiceMode, type AttachInvoiceMode$Outbound, AttachInvoiceMode$outboundSchema, AttachItemBillingMethod, AttachItemBillingMethod$outboundSchema, AttachItemExpiryDurationType, AttachItemExpiryDurationType$outboundSchema, AttachItemOnDecrease, AttachItemOnDecrease$outboundSchema, AttachItemOnIncrease, AttachItemOnIncrease$outboundSchema, type AttachItemPlanItem, type AttachItemPlanItem$Outbound, AttachItemPlanItem$outboundSchema, type AttachItemPrice, type AttachItemPrice$Outbound, AttachItemPrice$outboundSchema, AttachItemPriceInterval, AttachItemPriceInterval$outboundSchema, type AttachItemProration, type AttachItemProration$Outbound, AttachItemProration$outboundSchema, type AttachItemReset, type AttachItemReset$Outbound, AttachItemReset$outboundSchema, AttachItemResetInterval, AttachItemResetInterval$outboundSchema, type AttachItemRollover, type AttachItemRollover$Outbound, AttachItemRollover$outboundSchema, type AttachItemTier, type AttachItemTier$Outbound, AttachItemTier$outboundSchema, AttachItemTierBehavior, AttachItemTierBehavior$outboundSchema, type AttachItemTo, type AttachItemTo$Outbound, AttachItemTo$outboundSchema, type AttachParams, type AttachParams$Outbound, AttachParams$outboundSchema, type AttachPlanItemFilter, type AttachPlanItemFilter$Outbound, AttachPlanItemFilter$outboundSchema, AttachPlanSchedule, AttachPlanSchedule$outboundSchema, AttachPriceInterval, AttachPriceInterval$outboundSchema, AttachProrationBehavior, AttachProrationBehavior$outboundSchema, AttachRedirectMode, AttachRedirectMode$outboundSchema, AttachRemoveItemBillingMethod, AttachRemoveItemBillingMethod$outboundSchema, AttachRemoveItemInterval, AttachRemoveItemInterval$outboundSchema, type AttachRequiredAction, AttachRequiredAction$inboundSchema, type AttachResponse, AttachResponse$inboundSchema, Autumn, AutumnDefaultError, AutumnError, type Balance, Balance$inboundSchema, BalanceBillingMethod, BalanceBillingMethod$inboundSchema, type BalanceCreditSchema, BalanceCreditSchema$inboundSchema, type BalanceDisplay, BalanceDisplay$inboundSchema, type BalanceFeature, BalanceFeature$inboundSchema, BalanceIntervalEnum, BalanceIntervalEnum$inboundSchema, type BalanceIntervalUnion, BalanceIntervalUnion$inboundSchema, type BalancePrice, BalancePrice$inboundSchema, type BalanceReset, BalanceReset$inboundSchema, type BalanceRollover, BalanceRollover$inboundSchema, BalanceTierBehavior, BalanceTierBehavior$inboundSchema, BalanceType, BalanceType$inboundSchema, BillingBehavior, BillingBehavior$outboundSchema, BillingUpdateAddItemBillingMethod, BillingUpdateAddItemBillingMethod$outboundSchema, BillingUpdateAddItemExpiryDurationType, BillingUpdateAddItemExpiryDurationType$outboundSchema, BillingUpdateAddItemOnDecrease, BillingUpdateAddItemOnDecrease$outboundSchema, BillingUpdateAddItemOnIncrease, BillingUpdateAddItemOnIncrease$outboundSchema, type BillingUpdateAddItemPlanItem, type BillingUpdateAddItemPlanItem$Outbound, BillingUpdateAddItemPlanItem$outboundSchema, type BillingUpdateAddItemPrice, type BillingUpdateAddItemPrice$Outbound, BillingUpdateAddItemPrice$outboundSchema, BillingUpdateAddItemPriceInterval, BillingUpdateAddItemPriceInterval$outboundSchema, type BillingUpdateAddItemProration, type BillingUpdateAddItemProration$Outbound, BillingUpdateAddItemProration$outboundSchema, type BillingUpdateAddItemReset, type BillingUpdateAddItemReset$Outbound, BillingUpdateAddItemReset$outboundSchema, BillingUpdateAddItemResetInterval, BillingUpdateAddItemResetInterval$outboundSchema, type BillingUpdateAddItemRollover, type BillingUpdateAddItemRollover$Outbound, BillingUpdateAddItemRollover$outboundSchema, type BillingUpdateAddItemTier, type BillingUpdateAddItemTier$Outbound, BillingUpdateAddItemTier$outboundSchema, BillingUpdateAddItemTierBehavior, BillingUpdateAddItemTierBehavior$outboundSchema, type BillingUpdateAddItemTo, type BillingUpdateAddItemTo$Outbound, BillingUpdateAddItemTo$outboundSchema, type BillingUpdateAttachDiscount, type BillingUpdateAttachDiscount$Outbound, BillingUpdateAttachDiscount$outboundSchema, type BillingUpdateBasePrice, type BillingUpdateBasePrice$Outbound, BillingUpdateBasePrice$outboundSchema, BillingUpdateCancelAction, BillingUpdateCancelAction$outboundSchema, BillingUpdateCode, BillingUpdateCode$inboundSchema, type BillingUpdateCustomize, type BillingUpdateCustomize$Outbound, BillingUpdateCustomize$outboundSchema, BillingUpdateDurationType, BillingUpdateDurationType$outboundSchema, type BillingUpdateFeatureQuantity, type BillingUpdateFeatureQuantity$Outbound, BillingUpdateFeatureQuantity$outboundSchema, type BillingUpdateFreeTrialParams, type BillingUpdateFreeTrialParams$Outbound, BillingUpdateFreeTrialParams$outboundSchema, type BillingUpdateGlobals, type BillingUpdateInvoice, BillingUpdateInvoice$inboundSchema, type BillingUpdateInvoiceMode, type BillingUpdateInvoiceMode$Outbound, BillingUpdateInvoiceMode$outboundSchema, BillingUpdateItemBillingMethod, BillingUpdateItemBillingMethod$outboundSchema, BillingUpdateItemExpiryDurationType, BillingUpdateItemExpiryDurationType$outboundSchema, BillingUpdateItemOnDecrease, BillingUpdateItemOnDecrease$outboundSchema, BillingUpdateItemOnIncrease, BillingUpdateItemOnIncrease$outboundSchema, type BillingUpdateItemPlanItem, type BillingUpdateItemPlanItem$Outbound, BillingUpdateItemPlanItem$outboundSchema, type BillingUpdateItemPrice, type BillingUpdateItemPrice$Outbound, BillingUpdateItemPrice$outboundSchema, BillingUpdateItemPriceInterval, BillingUpdateItemPriceInterval$outboundSchema, type BillingUpdateItemProration, type BillingUpdateItemProration$Outbound, BillingUpdateItemProration$outboundSchema, type BillingUpdateItemReset, type BillingUpdateItemReset$Outbound, BillingUpdateItemReset$outboundSchema, BillingUpdateItemResetInterval, BillingUpdateItemResetInterval$outboundSchema, type BillingUpdateItemRollover, type BillingUpdateItemRollover$Outbound, BillingUpdateItemRollover$outboundSchema, type BillingUpdateItemTier, type BillingUpdateItemTier$Outbound, BillingUpdateItemTier$outboundSchema, BillingUpdateItemTierBehavior, BillingUpdateItemTierBehavior$outboundSchema, type BillingUpdateItemTo, type BillingUpdateItemTo$Outbound, BillingUpdateItemTo$outboundSchema, type BillingUpdatePlanItemFilter, type BillingUpdatePlanItemFilter$Outbound, BillingUpdatePlanItemFilter$outboundSchema, BillingUpdatePriceInterval, BillingUpdatePriceInterval$outboundSchema, BillingUpdateProrationBehavior, BillingUpdateProrationBehavior$outboundSchema, type BillingUpdateRecalculateBalances, type BillingUpdateRecalculateBalances$Outbound, BillingUpdateRecalculateBalances$outboundSchema, BillingUpdateRedirectMode, BillingUpdateRedirectMode$outboundSchema, BillingUpdateRemoveItemBillingMethod, BillingUpdateRemoveItemBillingMethod$outboundSchema, BillingUpdateRemoveItemInterval, BillingUpdateRemoveItemInterval$outboundSchema, type BillingUpdateRequiredAction, BillingUpdateRequiredAction$inboundSchema, type BillingUpdateResponse, BillingUpdateResponse$inboundSchema, BinSize, BinSize$outboundSchema, type Breakdown, Breakdown$inboundSchema, type CheckConfig1, CheckConfig1$inboundSchema, type CheckConfig2, CheckConfig2$inboundSchema, type CheckCreditSchema1, CheckCreditSchema1$inboundSchema, type CheckCreditSchema2, CheckCreditSchema2$inboundSchema, CheckEnv1, CheckEnv1$inboundSchema, CheckEnv2, CheckEnv2$inboundSchema, type CheckFeature1, CheckFeature1$inboundSchema, type CheckFeature2, CheckFeature2$inboundSchema, type CheckFreeTrial1, CheckFreeTrial1$inboundSchema, type CheckFreeTrial2, CheckFreeTrial2$inboundSchema, type CheckGlobals, CheckInterval1, CheckInterval1$inboundSchema, CheckInterval2, CheckInterval2$inboundSchema, type CheckItem1, CheckItem1$inboundSchema, type CheckItem2, CheckItem2$inboundSchema, type CheckLock, type CheckLock$Outbound, CheckLock$outboundSchema, CheckOnDecrease1, CheckOnDecrease1$inboundSchema, CheckOnDecrease2, CheckOnDecrease2$inboundSchema, CheckOnIncrease1, CheckOnIncrease1$inboundSchema, CheckOnIncrease2, CheckOnIncrease2$inboundSchema, type CheckParams, type CheckParams$Outbound, CheckParams$outboundSchema, type CheckResponse, CheckResponse$inboundSchema, type CheckResponseBody1, CheckResponseBody1$inboundSchema, type CheckResponseBody2, CheckResponseBody2$inboundSchema, type CheckRollover1, CheckRollover1$inboundSchema, type CheckRollover2, CheckRollover2$inboundSchema, CheckTierBehavior1, CheckTierBehavior1$inboundSchema, CheckTierBehavior2, CheckTierBehavior2$inboundSchema, ConfigDuration1, ConfigDuration1$inboundSchema, ConfigDuration2, ConfigDuration2$inboundSchema, ConnectionError, CreateBalanceDuration, CreateBalanceDuration$outboundSchema, type CreateBalanceGlobals, CreateBalanceInterval, CreateBalanceInterval$outboundSchema, type CreateBalanceParams, type CreateBalanceParams$Outbound, CreateBalanceParams$outboundSchema, type CreateBalanceReset, type CreateBalanceReset$Outbound, CreateBalanceReset$outboundSchema, type CreateBalanceResponse, CreateBalanceResponse$inboundSchema, type CreateBalanceRollover, type CreateBalanceRollover$Outbound, CreateBalanceRollover$outboundSchema, type CreateEntityBillingControlsRequest, type CreateEntityBillingControlsRequest$Outbound, CreateEntityBillingControlsRequest$outboundSchema, type CreateEntityBillingControlsResponse, CreateEntityBillingControlsResponse$inboundSchema, type CreateEntityCreditSchema, CreateEntityCreditSchema$inboundSchema, type CreateEntityDisplay, CreateEntityDisplay$inboundSchema, CreateEntityEnv, CreateEntityEnv$inboundSchema, type CreateEntityFeature, CreateEntityFeature$inboundSchema, type CreateEntityFlags, CreateEntityFlags$inboundSchema, type CreateEntityGlobals, type CreateEntityInvoice, CreateEntityInvoice$inboundSchema, type CreateEntityOverageAllowedRequest, type CreateEntityOverageAllowedRequest$Outbound, CreateEntityOverageAllowedRequest$outboundSchema, type CreateEntityOverageAllowedResponse, CreateEntityOverageAllowedResponse$inboundSchema, type CreateEntityParams, type CreateEntityParams$Outbound, CreateEntityParams$outboundSchema, CreateEntityProcessorType, CreateEntityProcessorType$inboundSchema, type CreateEntityPurchase, CreateEntityPurchase$inboundSchema, type CreateEntityResponse, CreateEntityResponse$inboundSchema, type CreateEntitySpendLimitRequest, type CreateEntitySpendLimitRequest$Outbound, CreateEntitySpendLimitRequest$outboundSchema, type CreateEntitySpendLimitResponse, CreateEntitySpendLimitResponse$inboundSchema, CreateEntityStatus, CreateEntityStatus$inboundSchema, type CreateEntitySubscription, CreateEntitySubscription$inboundSchema, CreateEntityThresholdTypeRequestBody, CreateEntityThresholdTypeRequestBody$outboundSchema, CreateEntityThresholdTypeResponse, CreateEntityThresholdTypeResponse$inboundSchema, CreateEntityType, CreateEntityType$inboundSchema, type CreateEntityUsageAlertRequestBody, type CreateEntityUsageAlertRequestBody$Outbound, CreateEntityUsageAlertRequestBody$outboundSchema, type CreateEntityUsageAlertResponse, CreateEntityUsageAlertResponse$inboundSchema, type CreateFeatureCreditSchemaRequest, type CreateFeatureCreditSchemaRequest$Outbound, CreateFeatureCreditSchemaRequest$outboundSchema, type CreateFeatureCreditSchemaResponse, CreateFeatureCreditSchemaResponse$inboundSchema, type CreateFeatureDisplayRequest, type CreateFeatureDisplayRequest$Outbound, CreateFeatureDisplayRequest$outboundSchema, type CreateFeatureDisplayResponse, CreateFeatureDisplayResponse$inboundSchema, type CreateFeatureGlobals, type CreateFeatureParams, type CreateFeatureParams$Outbound, CreateFeatureParams$outboundSchema, type CreateFeatureResponse, CreateFeatureResponse$inboundSchema, CreateFeatureTypeRequest, CreateFeatureTypeRequest$outboundSchema, CreateFeatureTypeResponse, CreateFeatureTypeResponse$inboundSchema, CreatePlanAttachAction, CreatePlanAttachAction$inboundSchema, CreatePlanBillingMethodRequest, CreatePlanBillingMethodRequest$outboundSchema, CreatePlanBillingMethodResponse, CreatePlanBillingMethodResponse$inboundSchema, type CreatePlanConfigRequest, type CreatePlanConfigRequest$Outbound, CreatePlanConfigRequest$outboundSchema, type CreatePlanConfigResponse, CreatePlanConfigResponse$inboundSchema, type CreatePlanCreditSchema, CreatePlanCreditSchema$inboundSchema, type CreatePlanCustomerEligibility, CreatePlanCustomerEligibility$inboundSchema, CreatePlanDurationTypeRequest, CreatePlanDurationTypeRequest$outboundSchema, CreatePlanDurationTypeResponse, CreatePlanDurationTypeResponse$inboundSchema, CreatePlanEnv, CreatePlanEnv$inboundSchema, CreatePlanExpiryDurationTypeRequest, CreatePlanExpiryDurationTypeRequest$outboundSchema, CreatePlanExpiryDurationTypeResponse, CreatePlanExpiryDurationTypeResponse$inboundSchema, type CreatePlanFeature, CreatePlanFeature$inboundSchema, type CreatePlanFeatureDisplay, CreatePlanFeatureDisplay$inboundSchema, type CreatePlanFreeTrialResponse, CreatePlanFreeTrialResponse$inboundSchema, type CreatePlanGlobals, type CreatePlanItem, CreatePlanItem$inboundSchema, type CreatePlanItemDisplay, CreatePlanItemDisplay$inboundSchema, CreatePlanItemPriceIntervalRequest, CreatePlanItemPriceIntervalRequest$outboundSchema, type CreatePlanItemPriceRequest, type CreatePlanItemPriceRequest$Outbound, CreatePlanItemPriceRequest$outboundSchema, type CreatePlanItemPriceResponse, CreatePlanItemPriceResponse$inboundSchema, CreatePlanOnDecrease, CreatePlanOnDecrease$outboundSchema, CreatePlanOnIncrease, CreatePlanOnIncrease$outboundSchema, type CreatePlanParams, type CreatePlanParams$Outbound, CreatePlanParams$outboundSchema, type CreatePlanPlanItem, type CreatePlanPlanItem$Outbound, CreatePlanPlanItem$outboundSchema, type CreatePlanPriceDisplay, CreatePlanPriceDisplay$inboundSchema, CreatePlanPriceIntervalRequest, CreatePlanPriceIntervalRequest$outboundSchema, CreatePlanPriceIntervalResponse, CreatePlanPriceIntervalResponse$inboundSchema, CreatePlanPriceItemIntervalResponse, CreatePlanPriceItemIntervalResponse$inboundSchema, type CreatePlanPriceRequest, type CreatePlanPriceRequest$Outbound, CreatePlanPriceRequest$outboundSchema, type CreatePlanPriceResponse, CreatePlanPriceResponse$inboundSchema, type CreatePlanProration, type CreatePlanProration$Outbound, CreatePlanProration$outboundSchema, CreatePlanResetIntervalRequest, CreatePlanResetIntervalRequest$outboundSchema, CreatePlanResetIntervalResponse, CreatePlanResetIntervalResponse$inboundSchema, type CreatePlanResetRequest, type CreatePlanResetRequest$Outbound, CreatePlanResetRequest$outboundSchema, type CreatePlanResetResponse, CreatePlanResetResponse$inboundSchema, type CreatePlanResponse, CreatePlanResponse$inboundSchema, type CreatePlanRolloverRequest, type CreatePlanRolloverRequest$Outbound, CreatePlanRolloverRequest$outboundSchema, type CreatePlanRolloverResponse, CreatePlanRolloverResponse$inboundSchema, CreatePlanStatus, CreatePlanStatus$inboundSchema, type CreatePlanTier, type CreatePlanTier$Outbound, CreatePlanTier$outboundSchema, CreatePlanTierBehaviorRequest, CreatePlanTierBehaviorRequest$outboundSchema, CreatePlanTierBehaviorResponse, CreatePlanTierBehaviorResponse$inboundSchema, type CreatePlanTo, type CreatePlanTo$Outbound, CreatePlanTo$outboundSchema, CreatePlanType, CreatePlanType$inboundSchema, type CreateReferralCodeGlobals, type CreateReferralCodeParams, type CreateReferralCodeParams$Outbound, CreateReferralCodeParams$outboundSchema, type CreateReferralCodeResponse, CreateReferralCodeResponse$inboundSchema, type CreateScheduleBasePrice2, type CreateScheduleBasePrice2$Outbound, CreateScheduleBasePrice2$outboundSchema, CreateScheduleBillingMethod2, CreateScheduleBillingMethod2$outboundSchema, CreateScheduleCode, CreateScheduleCode$inboundSchema, type CreateScheduleCustomize2, type CreateScheduleCustomize2$Outbound, CreateScheduleCustomize2$outboundSchema, CreateScheduleExpiryDurationType2, CreateScheduleExpiryDurationType2$outboundSchema, type CreateScheduleFeatureQuantity2, type CreateScheduleFeatureQuantity2$Outbound, CreateScheduleFeatureQuantity2$outboundSchema, type CreateScheduleGlobals, type CreateScheduleInvoice, CreateScheduleInvoice$inboundSchema, type CreateScheduleInvoiceMode, type CreateScheduleInvoiceMode$Outbound, CreateScheduleInvoiceMode$outboundSchema, CreateScheduleItemPriceInterval2, CreateScheduleItemPriceInterval2$outboundSchema, CreateScheduleOnDecrease2, CreateScheduleOnDecrease2$outboundSchema, CreateScheduleOnIncrease2, CreateScheduleOnIncrease2$outboundSchema, type CreateScheduleParams, type CreateScheduleParams$Outbound, CreateScheduleParams$outboundSchema, type CreateSchedulePlan2, type CreateSchedulePlan2$Outbound, CreateSchedulePlan2$outboundSchema, type CreateSchedulePlanItem2, type CreateSchedulePlanItem2$Outbound, CreateSchedulePlanItem2$outboundSchema, type CreateSchedulePrice2, type CreateSchedulePrice2$Outbound, CreateSchedulePrice2$outboundSchema, CreateSchedulePriceInterval2, CreateSchedulePriceInterval2$outboundSchema, type CreateScheduleProration2, type CreateScheduleProration2$Outbound, CreateScheduleProration2$outboundSchema, CreateScheduleRedirectMode, CreateScheduleRedirectMode$outboundSchema, type CreateScheduleRequiredAction, CreateScheduleRequiredAction$inboundSchema, type CreateScheduleReset2, type CreateScheduleReset2$Outbound, CreateScheduleReset2$outboundSchema, CreateScheduleResetInterval2, CreateScheduleResetInterval2$outboundSchema, type CreateScheduleResponse, CreateScheduleResponse$inboundSchema, type CreateScheduleRollover2, type CreateScheduleRollover2$Outbound, CreateScheduleRollover2$outboundSchema, CreateScheduleStatus, CreateScheduleStatus$inboundSchema, type CreateScheduleTier2, type CreateScheduleTier2$Outbound, CreateScheduleTier2$outboundSchema, CreateScheduleTierBehavior2, CreateScheduleTierBehavior2$outboundSchema, type Customer, Customer$inboundSchema, type CustomerAutoTopup, CustomerAutoTopup$inboundSchema, type CustomerBillingControls, CustomerBillingControls$inboundSchema, type CustomerConfig, CustomerConfig$inboundSchema, type CustomerCreditSchema, CustomerCreditSchema$inboundSchema, type CustomerData, type CustomerData$Outbound, CustomerData$outboundSchema, type CustomerDataAutoTopup, type CustomerDataAutoTopup$Outbound, CustomerDataAutoTopup$outboundSchema, type CustomerDataBillingControls, type CustomerDataBillingControls$Outbound, CustomerDataBillingControls$outboundSchema, type CustomerDataConfig, type CustomerDataConfig$Outbound, CustomerDataConfig$outboundSchema, CustomerDataInterval, CustomerDataInterval$outboundSchema, type CustomerDataOverageAllowed, type CustomerDataOverageAllowed$Outbound, CustomerDataOverageAllowed$outboundSchema, type CustomerDataPurchaseLimit, type CustomerDataPurchaseLimit$Outbound, CustomerDataPurchaseLimit$outboundSchema, type CustomerDataSpendLimit, type CustomerDataSpendLimit$Outbound, CustomerDataSpendLimit$outboundSchema, CustomerDataThresholdType, CustomerDataThresholdType$outboundSchema, type CustomerDataUsageAlert, type CustomerDataUsageAlert$Outbound, CustomerDataUsageAlert$outboundSchema, type CustomerDisplay, CustomerDisplay$inboundSchema, CustomerDurationType, CustomerDurationType$inboundSchema, type CustomerEligibility, CustomerEligibility$inboundSchema, CustomerEntityEnv, CustomerEntityEnv$inboundSchema, CustomerEnv, CustomerEnv$inboundSchema, CustomerExpand, CustomerExpand$outboundSchema, type CustomerFeature, CustomerFeature$inboundSchema, CustomerFlagsType, CustomerFlagsType$inboundSchema, CustomerInterval1, CustomerInterval1$inboundSchema, CustomerInterval2, CustomerInterval2$inboundSchema, type CustomerOverageAllowed, CustomerOverageAllowed$inboundSchema, type CustomerPurchaseLimit1, CustomerPurchaseLimit1$inboundSchema, type CustomerPurchaseLimit2, CustomerPurchaseLimit2$inboundSchema, type CustomerPurchaseLimitUnion, CustomerPurchaseLimitUnion$inboundSchema, CustomerRewardsType, CustomerRewardsType$inboundSchema, type CustomerSpendLimit, CustomerSpendLimit$inboundSchema, CustomerStatus, CustomerStatus$inboundSchema, CustomerThresholdType, CustomerThresholdType$inboundSchema, type CustomerUsageAlert, CustomerUsageAlert$inboundSchema, type Deduction1, Deduction1$inboundSchema, type Deduction2, Deduction2$inboundSchema, type Deductions, Deductions$inboundSchema, type DeleteBalanceGlobals, DeleteBalanceInterval, DeleteBalanceInterval$outboundSchema, type DeleteBalanceParams, type DeleteBalanceParams$Outbound, DeleteBalanceParams$outboundSchema, type DeleteBalanceResponse, DeleteBalanceResponse$inboundSchema, type DeleteCustomerGlobals, type DeleteCustomerParams, type DeleteCustomerParams$Outbound, DeleteCustomerParams$outboundSchema, type DeleteCustomerResponse, DeleteCustomerResponse$inboundSchema, type DeleteEntityGlobals, type DeleteEntityParams, type DeleteEntityParams$Outbound, DeleteEntityParams$outboundSchema, type DeleteEntityResponse, DeleteEntityResponse$inboundSchema, type DeleteFeatureGlobals, type DeleteFeatureParams, type DeleteFeatureParams$Outbound, DeleteFeatureParams$outboundSchema, type DeleteFeatureResponse, DeleteFeatureResponse$inboundSchema, type DeletePlanGlobals, type DeletePlanParams, type DeletePlanParams$Outbound, DeletePlanParams$outboundSchema, type DeletePlanResponse, DeletePlanResponse$inboundSchema, type Discount, Discount$inboundSchema, type Entity, Entity$inboundSchema, type EventsAggregateParams, type EventsAggregateParams$Outbound, EventsAggregateParams$outboundSchema, type EventsListParams, type EventsListParams$Outbound, EventsListParams$outboundSchema, ExpiryDurationType, ExpiryDurationType$inboundSchema, FeatureType1, FeatureType1$inboundSchema, FeatureType2, FeatureType2$inboundSchema, type Fetcher, type FinalizeBalanceParams, type FinalizeBalanceParams$Outbound, FinalizeBalanceParams$outboundSchema, type FinalizeLockGlobals, type FinalizeLockResponse, FinalizeLockResponse$inboundSchema, type FinalizeLockResponseBody1, FinalizeLockResponseBody1$inboundSchema, type FinalizeLockResponseBody2, FinalizeLockResponseBody2$inboundSchema, type Flag1, Flag1$inboundSchema, type Flag2, Flag2$inboundSchema, type FlagDisplay1, FlagDisplay1$inboundSchema, type FlagDisplay2, FlagDisplay2$inboundSchema, FlagType1, FlagType1$inboundSchema, FlagType2, FlagType2$inboundSchema, type Flags, Flags$inboundSchema, type FreeTrial, FreeTrial$inboundSchema, FreeTrialDuration1, FreeTrialDuration1$inboundSchema, FreeTrialDuration2, FreeTrialDuration2$inboundSchema, type FreeTrialRequest, type FreeTrialRequest$Outbound, FreeTrialRequest$outboundSchema, type GetCustomerAutoTopup, GetCustomerAutoTopup$inboundSchema, type GetCustomerBillingControls, GetCustomerBillingControls$inboundSchema, type GetCustomerConfig, GetCustomerConfig$inboundSchema, type GetCustomerCreditSchema, GetCustomerCreditSchema$inboundSchema, type GetCustomerCustomer, GetCustomerCustomer$inboundSchema, type GetCustomerDiscount, GetCustomerDiscount$inboundSchema, type GetCustomerDisplay, GetCustomerDisplay$inboundSchema, GetCustomerDurationType, GetCustomerDurationType$inboundSchema, type GetCustomerEntity, GetCustomerEntity$inboundSchema, GetCustomerEntityEnv, GetCustomerEntityEnv$inboundSchema, GetCustomerEnv, GetCustomerEnv$inboundSchema, type GetCustomerFeature, GetCustomerFeature$inboundSchema, type GetCustomerFlags, GetCustomerFlags$inboundSchema, GetCustomerFlagsType, GetCustomerFlagsType$inboundSchema, type GetCustomerGlobals, GetCustomerInterval1, GetCustomerInterval1$inboundSchema, GetCustomerInterval2, GetCustomerInterval2$inboundSchema, type GetCustomerInvoice, GetCustomerInvoice$inboundSchema, type GetCustomerOverageAllowed, GetCustomerOverageAllowed$inboundSchema, type GetCustomerParams, type GetCustomerParams$Outbound, GetCustomerParams$outboundSchema, GetCustomerProcessorType, GetCustomerProcessorType$inboundSchema, type GetCustomerProcessors, GetCustomerProcessors$inboundSchema, type GetCustomerPurchase, GetCustomerPurchase$inboundSchema, type GetCustomerPurchaseLimit1, GetCustomerPurchaseLimit1$inboundSchema, type GetCustomerPurchaseLimit2, GetCustomerPurchaseLimit2$inboundSchema, type GetCustomerPurchaseLimitUnion, GetCustomerPurchaseLimitUnion$inboundSchema, type GetCustomerReferral, GetCustomerReferral$inboundSchema, type GetCustomerResponse, GetCustomerResponse$inboundSchema, type GetCustomerRevenuecat, GetCustomerRevenuecat$inboundSchema, type GetCustomerRewards, GetCustomerRewards$inboundSchema, GetCustomerRewardsType, GetCustomerRewardsType$inboundSchema, type GetCustomerSpendLimit, GetCustomerSpendLimit$inboundSchema, GetCustomerStatus, GetCustomerStatus$inboundSchema, type GetCustomerStripe, GetCustomerStripe$inboundSchema, type GetCustomerSubscription, GetCustomerSubscription$inboundSchema, GetCustomerThresholdType, GetCustomerThresholdType$inboundSchema, type GetCustomerTrialsUsed, GetCustomerTrialsUsed$inboundSchema, type GetCustomerUsageAlert, GetCustomerUsageAlert$inboundSchema, type GetCustomerVercel, GetCustomerVercel$inboundSchema, type GetEntityBillingControls, GetEntityBillingControls$inboundSchema, type GetEntityCreditSchema, GetEntityCreditSchema$inboundSchema, type GetEntityDisplay, GetEntityDisplay$inboundSchema, GetEntityEnv, GetEntityEnv$inboundSchema, type GetEntityFeature, GetEntityFeature$inboundSchema, type GetEntityFlags, GetEntityFlags$inboundSchema, type GetEntityGlobals, type GetEntityInvoice, GetEntityInvoice$inboundSchema, type GetEntityOverageAllowed, GetEntityOverageAllowed$inboundSchema, type GetEntityParams, type GetEntityParams$Outbound, GetEntityParams$outboundSchema, GetEntityProcessorType, GetEntityProcessorType$inboundSchema, type GetEntityPurchase, GetEntityPurchase$inboundSchema, type GetEntityResponse, GetEntityResponse$inboundSchema, type GetEntitySpendLimit, GetEntitySpendLimit$inboundSchema, GetEntityStatus, GetEntityStatus$inboundSchema, type GetEntitySubscription, GetEntitySubscription$inboundSchema, GetEntityThresholdType, GetEntityThresholdType$inboundSchema, GetEntityType, GetEntityType$inboundSchema, type GetEntityUsageAlert, GetEntityUsageAlert$inboundSchema, type GetFeatureCreditSchema, GetFeatureCreditSchema$inboundSchema, type GetFeatureDisplay, GetFeatureDisplay$inboundSchema, type GetFeatureGlobals, type GetFeatureParams, type GetFeatureParams$Outbound, GetFeatureParams$outboundSchema, type GetFeatureResponse, GetFeatureResponse$inboundSchema, GetFeatureType, GetFeatureType$inboundSchema, type GetOrCreateCustomerAutoTopup, type GetOrCreateCustomerAutoTopup$Outbound, GetOrCreateCustomerAutoTopup$outboundSchema, type GetOrCreateCustomerBillingControls, type GetOrCreateCustomerBillingControls$Outbound, GetOrCreateCustomerBillingControls$outboundSchema, type GetOrCreateCustomerConfig, type GetOrCreateCustomerConfig$Outbound, GetOrCreateCustomerConfig$outboundSchema, type GetOrCreateCustomerGlobals, GetOrCreateCustomerInterval, GetOrCreateCustomerInterval$outboundSchema, type GetOrCreateCustomerOverageAllowed, type GetOrCreateCustomerOverageAllowed$Outbound, GetOrCreateCustomerOverageAllowed$outboundSchema, type GetOrCreateCustomerParams, type GetOrCreateCustomerParams$Outbound, GetOrCreateCustomerParams$outboundSchema, type GetOrCreateCustomerPurchaseLimit, type GetOrCreateCustomerPurchaseLimit$Outbound, GetOrCreateCustomerPurchaseLimit$outboundSchema, type GetOrCreateCustomerSpendLimit, type GetOrCreateCustomerSpendLimit$Outbound, GetOrCreateCustomerSpendLimit$outboundSchema, GetOrCreateCustomerThresholdType, GetOrCreateCustomerThresholdType$outboundSchema, type GetOrCreateCustomerUsageAlert, type GetOrCreateCustomerUsageAlert$Outbound, GetOrCreateCustomerUsageAlert$outboundSchema, GetPlanAttachAction, GetPlanAttachAction$inboundSchema, GetPlanBillingMethod, GetPlanBillingMethod$inboundSchema, type GetPlanConfig, GetPlanConfig$inboundSchema, type GetPlanCreditSchema, GetPlanCreditSchema$inboundSchema, type GetPlanCustomerEligibility, GetPlanCustomerEligibility$inboundSchema, GetPlanDurationType, GetPlanDurationType$inboundSchema, GetPlanEnv, GetPlanEnv$inboundSchema, GetPlanExpiryDurationType, GetPlanExpiryDurationType$inboundSchema, type GetPlanFeature, GetPlanFeature$inboundSchema, type GetPlanFeatureDisplay, GetPlanFeatureDisplay$inboundSchema, type GetPlanFreeTrial, GetPlanFreeTrial$inboundSchema, type GetPlanGlobals, type GetPlanItem, GetPlanItem$inboundSchema, type GetPlanItemDisplay, GetPlanItemDisplay$inboundSchema, type GetPlanItemPrice, GetPlanItemPrice$inboundSchema, type GetPlanParams, type GetPlanParams$Outbound, GetPlanParams$outboundSchema, type GetPlanPrice, GetPlanPrice$inboundSchema, type GetPlanPriceDisplay, GetPlanPriceDisplay$inboundSchema, GetPlanPriceInterval, GetPlanPriceInterval$inboundSchema, GetPlanPriceItemInterval, GetPlanPriceItemInterval$inboundSchema, type GetPlanReset, GetPlanReset$inboundSchema, GetPlanResetInterval, GetPlanResetInterval$inboundSchema, type GetPlanResponse, GetPlanResponse$inboundSchema, type GetPlanRollover, GetPlanRollover$inboundSchema, GetPlanStatus, GetPlanStatus$inboundSchema, GetPlanTierBehavior, GetPlanTierBehavior$inboundSchema, GetPlanType, GetPlanType$inboundSchema, HTTPClient, HTTPClientError, type HTTPClientOptions, type IncludedUsage1, IncludedUsage1$inboundSchema, type IncludedUsage2, IncludedUsage2$inboundSchema, Intent, Intent$inboundSchema, InvalidRequestError, type Invoice, Invoice$inboundSchema, type Item, Item$inboundSchema, type ListCustomersAutoTopup, ListCustomersAutoTopup$inboundSchema, type ListCustomersBillingControls, ListCustomersBillingControls$inboundSchema, type ListCustomersConfig, ListCustomersConfig$inboundSchema, type ListCustomersCreditSchema, ListCustomersCreditSchema$inboundSchema, type ListCustomersDisplay, ListCustomersDisplay$inboundSchema, ListCustomersEnv, ListCustomersEnv$inboundSchema, type ListCustomersFeature, ListCustomersFeature$inboundSchema, type ListCustomersFlags, ListCustomersFlags$inboundSchema, type ListCustomersGlobals, ListCustomersInterval1, ListCustomersInterval1$inboundSchema, ListCustomersInterval2, ListCustomersInterval2$inboundSchema, type ListCustomersList, ListCustomersList$inboundSchema, type ListCustomersOverageAllowed, ListCustomersOverageAllowed$inboundSchema, type ListCustomersParams, type ListCustomersParams$Outbound, ListCustomersParams$outboundSchema, type ListCustomersPlan, type ListCustomersPlan$Outbound, ListCustomersPlan$outboundSchema, ListCustomersProcessor, ListCustomersProcessor$outboundSchema, type ListCustomersProcessors, ListCustomersProcessors$inboundSchema, type ListCustomersPurchase, ListCustomersPurchase$inboundSchema, type ListCustomersPurchaseLimit1, ListCustomersPurchaseLimit1$inboundSchema, type ListCustomersPurchaseLimit2, ListCustomersPurchaseLimit2$inboundSchema, type ListCustomersPurchaseLimitUnion, ListCustomersPurchaseLimitUnion$inboundSchema, type ListCustomersResponse, ListCustomersResponse$inboundSchema, type ListCustomersRevenuecat, ListCustomersRevenuecat$inboundSchema, type ListCustomersSpendLimit, ListCustomersSpendLimit$inboundSchema, ListCustomersStatus, ListCustomersStatus$inboundSchema, type ListCustomersStripe, ListCustomersStripe$inboundSchema, type ListCustomersSubscription, ListCustomersSubscription$inboundSchema, ListCustomersSubscriptionStatus, ListCustomersSubscriptionStatus$outboundSchema, ListCustomersThresholdType, ListCustomersThresholdType$inboundSchema, ListCustomersType, ListCustomersType$inboundSchema, type ListCustomersUsageAlert, ListCustomersUsageAlert$inboundSchema, type ListCustomersVercel, ListCustomersVercel$inboundSchema, type ListEntitiesBillingControls, ListEntitiesBillingControls$inboundSchema, type ListEntitiesCreditSchema, ListEntitiesCreditSchema$inboundSchema, type ListEntitiesDisplay, ListEntitiesDisplay$inboundSchema, ListEntitiesEnv, ListEntitiesEnv$inboundSchema, type ListEntitiesFeature, ListEntitiesFeature$inboundSchema, type ListEntitiesFlags, ListEntitiesFlags$inboundSchema, type ListEntitiesGlobals, type ListEntitiesInvoice, ListEntitiesInvoice$inboundSchema, type ListEntitiesList, ListEntitiesList$inboundSchema, type ListEntitiesOverageAllowed, ListEntitiesOverageAllowed$inboundSchema, type ListEntitiesParams, type ListEntitiesParams$Outbound, ListEntitiesParams$outboundSchema, type ListEntitiesPlan, type ListEntitiesPlan$Outbound, ListEntitiesPlan$outboundSchema, ListEntitiesProcessor, ListEntitiesProcessor$outboundSchema, ListEntitiesProcessorType, ListEntitiesProcessorType$inboundSchema, type ListEntitiesPurchase, ListEntitiesPurchase$inboundSchema, type ListEntitiesResponse, ListEntitiesResponse$inboundSchema, type ListEntitiesSpendLimit, ListEntitiesSpendLimit$inboundSchema, ListEntitiesStatus, ListEntitiesStatus$inboundSchema, type ListEntitiesSubscription, ListEntitiesSubscription$inboundSchema, ListEntitiesSubscriptionStatus, ListEntitiesSubscriptionStatus$outboundSchema, ListEntitiesThresholdType, ListEntitiesThresholdType$inboundSchema, ListEntitiesType, ListEntitiesType$inboundSchema, type ListEntitiesUsageAlert, ListEntitiesUsageAlert$inboundSchema, type ListEventsCustomRange, type ListEventsCustomRange$Outbound, ListEventsCustomRange$outboundSchema, type ListEventsFeatureId, type ListEventsFeatureId$Outbound, ListEventsFeatureId$outboundSchema, type ListEventsGlobals, ListEventsIntervalEnum, ListEventsIntervalEnum$inboundSchema, type ListEventsIntervalUnion, ListEventsIntervalUnion$inboundSchema, type ListEventsList, ListEventsList$inboundSchema, type ListEventsReset, ListEventsReset$inboundSchema, type ListEventsResponse, ListEventsResponse$inboundSchema, type ListFeaturesCreditSchema, ListFeaturesCreditSchema$inboundSchema, type ListFeaturesDisplay, ListFeaturesDisplay$inboundSchema, type ListFeaturesGlobals, type ListFeaturesList, ListFeaturesList$inboundSchema, type ListFeaturesRequest, type ListFeaturesRequest$Outbound, ListFeaturesRequest$outboundSchema, type ListFeaturesResponse, ListFeaturesResponse$inboundSchema, ListFeaturesType, ListFeaturesType$inboundSchema, ListPlansAttachAction, ListPlansAttachAction$inboundSchema, ListPlansBillingMethod, ListPlansBillingMethod$inboundSchema, type ListPlansConfig, ListPlansConfig$inboundSchema, type ListPlansCreditSchema, ListPlansCreditSchema$inboundSchema, type ListPlansCustomerEligibility, ListPlansCustomerEligibility$inboundSchema, ListPlansDurationType, ListPlansDurationType$inboundSchema, ListPlansEnv, ListPlansEnv$inboundSchema, ListPlansExpiryDurationType, ListPlansExpiryDurationType$inboundSchema, type ListPlansFeature, ListPlansFeature$inboundSchema, type ListPlansFeatureDisplay, ListPlansFeatureDisplay$inboundSchema, type ListPlansFreeTrial, ListPlansFreeTrial$inboundSchema, type ListPlansGlobals, type ListPlansItem, ListPlansItem$inboundSchema, type ListPlansItemDisplay, ListPlansItemDisplay$inboundSchema, type ListPlansItemPrice, ListPlansItemPrice$inboundSchema, type ListPlansList, ListPlansList$inboundSchema, type ListPlansParams, type ListPlansParams$Outbound, ListPlansParams$outboundSchema, type ListPlansPrice, ListPlansPrice$inboundSchema, type ListPlansPriceDisplay, ListPlansPriceDisplay$inboundSchema, ListPlansPriceInterval, ListPlansPriceInterval$inboundSchema, ListPlansPriceItemInterval, ListPlansPriceItemInterval$inboundSchema, type ListPlansReset, ListPlansReset$inboundSchema, ListPlansResetInterval, ListPlansResetInterval$inboundSchema, type ListPlansResponse, ListPlansResponse$inboundSchema, type ListPlansRollover, ListPlansRollover$inboundSchema, ListPlansStatus, ListPlansStatus$inboundSchema, ListPlansTierBehavior, ListPlansTierBehavior$inboundSchema, ListPlansType, ListPlansType$inboundSchema, type MultiAttachAttachDiscount, type MultiAttachAttachDiscount$Outbound, MultiAttachAttachDiscount$outboundSchema, type MultiAttachBasePrice, type MultiAttachBasePrice$Outbound, MultiAttachBasePrice$outboundSchema, type MultiAttachBillingControls, type MultiAttachBillingControls$Outbound, MultiAttachBillingControls$outboundSchema, MultiAttachBillingMethod, MultiAttachBillingMethod$outboundSchema, MultiAttachCode, MultiAttachCode$inboundSchema, type MultiAttachCustomize, type MultiAttachCustomize$Outbound, MultiAttachCustomize$outboundSchema, MultiAttachDurationType, MultiAttachDurationType$outboundSchema, type MultiAttachEntityData, type MultiAttachEntityData$Outbound, MultiAttachEntityData$outboundSchema, MultiAttachExpiryDurationType, MultiAttachExpiryDurationType$outboundSchema, type MultiAttachFeatureQuantity, type MultiAttachFeatureQuantity$Outbound, MultiAttachFeatureQuantity$outboundSchema, type MultiAttachFreeTrialParams, type MultiAttachFreeTrialParams$Outbound, MultiAttachFreeTrialParams$outboundSchema, type MultiAttachGlobals, type MultiAttachInvoice, MultiAttachInvoice$inboundSchema, type MultiAttachInvoiceMode, type MultiAttachInvoiceMode$Outbound, MultiAttachInvoiceMode$outboundSchema, MultiAttachItemPriceInterval, MultiAttachItemPriceInterval$outboundSchema, MultiAttachOnDecrease, MultiAttachOnDecrease$outboundSchema, MultiAttachOnIncrease, MultiAttachOnIncrease$outboundSchema, type MultiAttachOverageAllowed, type MultiAttachOverageAllowed$Outbound, MultiAttachOverageAllowed$outboundSchema, type MultiAttachParams, type MultiAttachParams$Outbound, MultiAttachParams$outboundSchema, type MultiAttachPlan, type MultiAttachPlan$Outbound, MultiAttachPlan$outboundSchema, type MultiAttachPlanItem, type MultiAttachPlanItem$Outbound, MultiAttachPlanItem$outboundSchema, type MultiAttachPrice, type MultiAttachPrice$Outbound, MultiAttachPrice$outboundSchema, MultiAttachPriceInterval, MultiAttachPriceInterval$outboundSchema, type MultiAttachProration, type MultiAttachProration$Outbound, MultiAttachProration$outboundSchema, MultiAttachRedirectMode, MultiAttachRedirectMode$outboundSchema, type MultiAttachRequiredAction, MultiAttachRequiredAction$inboundSchema, type MultiAttachReset, type MultiAttachReset$Outbound, MultiAttachReset$outboundSchema, MultiAttachResetInterval, MultiAttachResetInterval$outboundSchema, type MultiAttachResponse, MultiAttachResponse$inboundSchema, type MultiAttachRollover, type MultiAttachRollover$Outbound, MultiAttachRollover$outboundSchema, type MultiAttachSpendLimit, type MultiAttachSpendLimit$Outbound, MultiAttachSpendLimit$outboundSchema, MultiAttachThresholdType, MultiAttachThresholdType$outboundSchema, type MultiAttachTier, type MultiAttachTier$Outbound, MultiAttachTier$outboundSchema, MultiAttachTierBehavior, MultiAttachTierBehavior$outboundSchema, type MultiAttachTo, type MultiAttachTo$Outbound, MultiAttachTo$outboundSchema, type MultiAttachUsageAlert, type MultiAttachUsageAlert$Outbound, MultiAttachUsageAlert$outboundSchema, type OpenCustomerPortalGlobals, type OpenCustomerPortalParams, type OpenCustomerPortalParams$Outbound, OpenCustomerPortalParams$outboundSchema, type OpenCustomerPortalResponse, OpenCustomerPortalResponse$inboundSchema, type Phase, type Phase$Outbound, Phase$outboundSchema, type PhaseRequest2, type PhaseRequest2$Outbound, PhaseRequest2$outboundSchema, type PhaseResponse, PhaseResponse$inboundSchema, type Plan, Plan$inboundSchema, PlanBillingMethod, PlanBillingMethod$inboundSchema, type PlanConfig, PlanConfig$inboundSchema, type PlanCreditSchema, PlanCreditSchema$inboundSchema, PlanDurationType, PlanDurationType$inboundSchema, PlanEnv, PlanEnv$inboundSchema, type PlanFeature, PlanFeature$inboundSchema, type PlanFeatureDisplay, PlanFeatureDisplay$inboundSchema, type PlanItemDisplay, PlanItemDisplay$inboundSchema, type PlanItemPrice, PlanItemPrice$inboundSchema, type PlanPrice, PlanPrice$inboundSchema, type PlanPriceDisplay, PlanPriceDisplay$inboundSchema, PlanPriceInterval, PlanPriceInterval$inboundSchema, PlanPriceItemInterval, PlanPriceItemInterval$inboundSchema, type PlanReset, PlanReset$inboundSchema, PlanResetInterval, PlanResetInterval$inboundSchema, type PlanRollover, PlanRollover$inboundSchema, PlanStatus, PlanStatus$inboundSchema, PlanTierBehavior, PlanTierBehavior$inboundSchema, PlanType, PlanType$inboundSchema, type Preview1, Preview1$inboundSchema, type Preview2, Preview2$inboundSchema, PreviewAttachAddItemBillingMethod, PreviewAttachAddItemBillingMethod$outboundSchema, PreviewAttachAddItemExpiryDurationType, PreviewAttachAddItemExpiryDurationType$outboundSchema, PreviewAttachAddItemOnDecrease, PreviewAttachAddItemOnDecrease$outboundSchema, PreviewAttachAddItemOnIncrease, PreviewAttachAddItemOnIncrease$outboundSchema, type PreviewAttachAddItemPlanItem, type PreviewAttachAddItemPlanItem$Outbound, PreviewAttachAddItemPlanItem$outboundSchema, type PreviewAttachAddItemPrice, type PreviewAttachAddItemPrice$Outbound, PreviewAttachAddItemPrice$outboundSchema, PreviewAttachAddItemPriceInterval, PreviewAttachAddItemPriceInterval$outboundSchema, type PreviewAttachAddItemProration, type PreviewAttachAddItemProration$Outbound, PreviewAttachAddItemProration$outboundSchema, type PreviewAttachAddItemReset, type PreviewAttachAddItemReset$Outbound, PreviewAttachAddItemReset$outboundSchema, PreviewAttachAddItemResetInterval, PreviewAttachAddItemResetInterval$outboundSchema, type PreviewAttachAddItemRollover, type PreviewAttachAddItemRollover$Outbound, PreviewAttachAddItemRollover$outboundSchema, type PreviewAttachAddItemTier, type PreviewAttachAddItemTier$Outbound, PreviewAttachAddItemTier$outboundSchema, PreviewAttachAddItemTierBehavior, PreviewAttachAddItemTierBehavior$outboundSchema, type PreviewAttachAddItemTo, type PreviewAttachAddItemTo$Outbound, PreviewAttachAddItemTo$outboundSchema, type PreviewAttachAttachDiscount, type PreviewAttachAttachDiscount$Outbound, PreviewAttachAttachDiscount$outboundSchema, type PreviewAttachBasePrice, type PreviewAttachBasePrice$Outbound, PreviewAttachBasePrice$outboundSchema, type PreviewAttachCarryOverBalances, type PreviewAttachCarryOverBalances$Outbound, PreviewAttachCarryOverBalances$outboundSchema, type PreviewAttachCarryOverUsages, type PreviewAttachCarryOverUsages$Outbound, PreviewAttachCarryOverUsages$outboundSchema, PreviewAttachCheckoutType, PreviewAttachCheckoutType$inboundSchema, type PreviewAttachCustomLineItem, type PreviewAttachCustomLineItem$Outbound, PreviewAttachCustomLineItem$outboundSchema, type PreviewAttachCustomize, type PreviewAttachCustomize$Outbound, PreviewAttachCustomize$outboundSchema, type PreviewAttachDiscount, PreviewAttachDiscount$inboundSchema, PreviewAttachDurationType, PreviewAttachDurationType$outboundSchema, type PreviewAttachFeatureQuantityRequest, type PreviewAttachFeatureQuantityRequest$Outbound, PreviewAttachFeatureQuantityRequest$outboundSchema, type PreviewAttachFreeTrialParams, type PreviewAttachFreeTrialParams$Outbound, PreviewAttachFreeTrialParams$outboundSchema, type PreviewAttachGlobals, type PreviewAttachIncoming, PreviewAttachIncoming$inboundSchema, type PreviewAttachIncomingFeatureQuantity, PreviewAttachIncomingFeatureQuantity$inboundSchema, type PreviewAttachInvoiceCredits, PreviewAttachInvoiceCredits$inboundSchema, type PreviewAttachInvoiceMode, type PreviewAttachInvoiceMode$Outbound, PreviewAttachInvoiceMode$outboundSchema, PreviewAttachItemBillingMethod, PreviewAttachItemBillingMethod$outboundSchema, PreviewAttachItemExpiryDurationType, PreviewAttachItemExpiryDurationType$outboundSchema, PreviewAttachItemOnDecrease, PreviewAttachItemOnDecrease$outboundSchema, PreviewAttachItemOnIncrease, PreviewAttachItemOnIncrease$outboundSchema, type PreviewAttachItemPlanItem, type PreviewAttachItemPlanItem$Outbound, PreviewAttachItemPlanItem$outboundSchema, type PreviewAttachItemPrice, type PreviewAttachItemPrice$Outbound, PreviewAttachItemPrice$outboundSchema, PreviewAttachItemPriceInterval, PreviewAttachItemPriceInterval$outboundSchema, type PreviewAttachItemProration, type PreviewAttachItemProration$Outbound, PreviewAttachItemProration$outboundSchema, type PreviewAttachItemReset, type PreviewAttachItemReset$Outbound, PreviewAttachItemReset$outboundSchema, PreviewAttachItemResetInterval, PreviewAttachItemResetInterval$outboundSchema, type PreviewAttachItemRollover, type PreviewAttachItemRollover$Outbound, PreviewAttachItemRollover$outboundSchema, type PreviewAttachItemTier, type PreviewAttachItemTier$Outbound, PreviewAttachItemTier$outboundSchema, PreviewAttachItemTierBehavior, PreviewAttachItemTierBehavior$outboundSchema, type PreviewAttachItemTo, type PreviewAttachItemTo$Outbound, PreviewAttachItemTo$outboundSchema, type PreviewAttachLineItem, PreviewAttachLineItem$inboundSchema, type PreviewAttachLineItemPeriod, PreviewAttachLineItemPeriod$inboundSchema, type PreviewAttachNextCycle, PreviewAttachNextCycle$inboundSchema, type PreviewAttachNextCycleDiscount, PreviewAttachNextCycleDiscount$inboundSchema, type PreviewAttachNextCycleLineItem, PreviewAttachNextCycleLineItem$inboundSchema, type PreviewAttachNextCycleLineItemPeriod, PreviewAttachNextCycleLineItemPeriod$inboundSchema, type PreviewAttachOutgoing, PreviewAttachOutgoing$inboundSchema, type PreviewAttachOutgoingFeatureQuantity, PreviewAttachOutgoingFeatureQuantity$inboundSchema, type PreviewAttachParams, type PreviewAttachParams$Outbound, PreviewAttachParams$outboundSchema, type PreviewAttachPlanItemFilter, type PreviewAttachPlanItemFilter$Outbound, PreviewAttachPlanItemFilter$outboundSchema, PreviewAttachPlanSchedule, PreviewAttachPlanSchedule$outboundSchema, PreviewAttachPriceInterval, PreviewAttachPriceInterval$outboundSchema, PreviewAttachProrationBehavior, PreviewAttachProrationBehavior$outboundSchema, PreviewAttachRedirectMode, PreviewAttachRedirectMode$outboundSchema, PreviewAttachRemoveItemBillingMethod, PreviewAttachRemoveItemBillingMethod$outboundSchema, PreviewAttachRemoveItemInterval, PreviewAttachRemoveItemInterval$outboundSchema, type PreviewAttachResponse, PreviewAttachResponse$inboundSchema, PreviewAttachStatus, PreviewAttachStatus$inboundSchema, type PreviewAttachTax, PreviewAttachTax$inboundSchema, type PreviewAttachUsageLineItem, PreviewAttachUsageLineItem$inboundSchema, type PreviewAttachUsageLineItemPeriod, PreviewAttachUsageLineItemPeriod$inboundSchema, type PreviewMultiAttachAttachDiscount, type PreviewMultiAttachAttachDiscount$Outbound, PreviewMultiAttachAttachDiscount$outboundSchema, type PreviewMultiAttachBasePrice, type PreviewMultiAttachBasePrice$Outbound, PreviewMultiAttachBasePrice$outboundSchema, type PreviewMultiAttachBillingControls, type PreviewMultiAttachBillingControls$Outbound, PreviewMultiAttachBillingControls$outboundSchema, PreviewMultiAttachBillingMethod, PreviewMultiAttachBillingMethod$outboundSchema, PreviewMultiAttachCheckoutType, PreviewMultiAttachCheckoutType$inboundSchema, type PreviewMultiAttachCustomize, type PreviewMultiAttachCustomize$Outbound, PreviewMultiAttachCustomize$outboundSchema, type PreviewMultiAttachDiscount, PreviewMultiAttachDiscount$inboundSchema, PreviewMultiAttachDurationType, PreviewMultiAttachDurationType$outboundSchema, type PreviewMultiAttachEntityData, type PreviewMultiAttachEntityData$Outbound, PreviewMultiAttachEntityData$outboundSchema, PreviewMultiAttachExpiryDurationType, PreviewMultiAttachExpiryDurationType$outboundSchema, type PreviewMultiAttachFreeTrialParams, type PreviewMultiAttachFreeTrialParams$Outbound, PreviewMultiAttachFreeTrialParams$outboundSchema, type PreviewMultiAttachGlobals, type PreviewMultiAttachIncoming, PreviewMultiAttachIncoming$inboundSchema, type PreviewMultiAttachIncomingFeatureQuantity, PreviewMultiAttachIncomingFeatureQuantity$inboundSchema, type PreviewMultiAttachInvoiceCredits, PreviewMultiAttachInvoiceCredits$inboundSchema, type PreviewMultiAttachInvoiceMode, type PreviewMultiAttachInvoiceMode$Outbound, PreviewMultiAttachInvoiceMode$outboundSchema, PreviewMultiAttachItemPriceInterval, PreviewMultiAttachItemPriceInterval$outboundSchema, type PreviewMultiAttachLineItem, PreviewMultiAttachLineItem$inboundSchema, type PreviewMultiAttachLineItemPeriod, PreviewMultiAttachLineItemPeriod$inboundSchema, type PreviewMultiAttachNextCycle, PreviewMultiAttachNextCycle$inboundSchema, type PreviewMultiAttachNextCycleDiscount, PreviewMultiAttachNextCycleDiscount$inboundSchema, type PreviewMultiAttachNextCycleLineItem, PreviewMultiAttachNextCycleLineItem$inboundSchema, type PreviewMultiAttachNextCycleLineItemPeriod, PreviewMultiAttachNextCycleLineItemPeriod$inboundSchema, PreviewMultiAttachOnDecrease, PreviewMultiAttachOnDecrease$outboundSchema, PreviewMultiAttachOnIncrease, PreviewMultiAttachOnIncrease$outboundSchema, type PreviewMultiAttachOutgoing, PreviewMultiAttachOutgoing$inboundSchema, type PreviewMultiAttachOutgoingFeatureQuantity, PreviewMultiAttachOutgoingFeatureQuantity$inboundSchema, type PreviewMultiAttachOverageAllowed, type PreviewMultiAttachOverageAllowed$Outbound, PreviewMultiAttachOverageAllowed$outboundSchema, type PreviewMultiAttachParams, type PreviewMultiAttachParams$Outbound, PreviewMultiAttachParams$outboundSchema, type PreviewMultiAttachPlan, type PreviewMultiAttachPlan$Outbound, PreviewMultiAttachPlan$outboundSchema, type PreviewMultiAttachPlanFeatureQuantity, type PreviewMultiAttachPlanFeatureQuantity$Outbound, PreviewMultiAttachPlanFeatureQuantity$outboundSchema, type PreviewMultiAttachPlanItem, type PreviewMultiAttachPlanItem$Outbound, PreviewMultiAttachPlanItem$outboundSchema, type PreviewMultiAttachPrice, type PreviewMultiAttachPrice$Outbound, PreviewMultiAttachPrice$outboundSchema, PreviewMultiAttachPriceInterval, PreviewMultiAttachPriceInterval$outboundSchema, type PreviewMultiAttachProration, type PreviewMultiAttachProration$Outbound, PreviewMultiAttachProration$outboundSchema, PreviewMultiAttachRedirectMode, PreviewMultiAttachRedirectMode$outboundSchema, type PreviewMultiAttachReset, type PreviewMultiAttachReset$Outbound, PreviewMultiAttachReset$outboundSchema, PreviewMultiAttachResetInterval, PreviewMultiAttachResetInterval$outboundSchema, type PreviewMultiAttachResponse, PreviewMultiAttachResponse$inboundSchema, type PreviewMultiAttachRollover, type PreviewMultiAttachRollover$Outbound, PreviewMultiAttachRollover$outboundSchema, type PreviewMultiAttachSpendLimit, type PreviewMultiAttachSpendLimit$Outbound, PreviewMultiAttachSpendLimit$outboundSchema, PreviewMultiAttachStatus, PreviewMultiAttachStatus$inboundSchema, type PreviewMultiAttachTax, PreviewMultiAttachTax$inboundSchema, PreviewMultiAttachThresholdType, PreviewMultiAttachThresholdType$outboundSchema, type PreviewMultiAttachTier, type PreviewMultiAttachTier$Outbound, PreviewMultiAttachTier$outboundSchema, PreviewMultiAttachTierBehavior, PreviewMultiAttachTierBehavior$outboundSchema, type PreviewMultiAttachTo, type PreviewMultiAttachTo$Outbound, PreviewMultiAttachTo$outboundSchema, type PreviewMultiAttachUsageAlert, type PreviewMultiAttachUsageAlert$Outbound, PreviewMultiAttachUsageAlert$outboundSchema, type PreviewMultiAttachUsageLineItem, PreviewMultiAttachUsageLineItem$inboundSchema, type PreviewMultiAttachUsageLineItemPeriod, PreviewMultiAttachUsageLineItemPeriod$inboundSchema, PreviewUpdateAddItemBillingMethod, PreviewUpdateAddItemBillingMethod$outboundSchema, PreviewUpdateAddItemExpiryDurationType, PreviewUpdateAddItemExpiryDurationType$outboundSchema, PreviewUpdateAddItemOnDecrease, PreviewUpdateAddItemOnDecrease$outboundSchema, PreviewUpdateAddItemOnIncrease, PreviewUpdateAddItemOnIncrease$outboundSchema, type PreviewUpdateAddItemPlanItem, type PreviewUpdateAddItemPlanItem$Outbound, PreviewUpdateAddItemPlanItem$outboundSchema, type PreviewUpdateAddItemPrice, type PreviewUpdateAddItemPrice$Outbound, PreviewUpdateAddItemPrice$outboundSchema, PreviewUpdateAddItemPriceInterval, PreviewUpdateAddItemPriceInterval$outboundSchema, type PreviewUpdateAddItemProration, type PreviewUpdateAddItemProration$Outbound, PreviewUpdateAddItemProration$outboundSchema, type PreviewUpdateAddItemReset, type PreviewUpdateAddItemReset$Outbound, PreviewUpdateAddItemReset$outboundSchema, PreviewUpdateAddItemResetInterval, PreviewUpdateAddItemResetInterval$outboundSchema, type PreviewUpdateAddItemRollover, type PreviewUpdateAddItemRollover$Outbound, PreviewUpdateAddItemRollover$outboundSchema, type PreviewUpdateAddItemTier, type PreviewUpdateAddItemTier$Outbound, PreviewUpdateAddItemTier$outboundSchema, PreviewUpdateAddItemTierBehavior, PreviewUpdateAddItemTierBehavior$outboundSchema, type PreviewUpdateAddItemTo, type PreviewUpdateAddItemTo$Outbound, PreviewUpdateAddItemTo$outboundSchema, type PreviewUpdateAttachDiscount, type PreviewUpdateAttachDiscount$Outbound, PreviewUpdateAttachDiscount$outboundSchema, type PreviewUpdateBasePrice, type PreviewUpdateBasePrice$Outbound, PreviewUpdateBasePrice$outboundSchema, PreviewUpdateCancelAction, PreviewUpdateCancelAction$outboundSchema, type PreviewUpdateCustomize, type PreviewUpdateCustomize$Outbound, PreviewUpdateCustomize$outboundSchema, type PreviewUpdateDiscount, PreviewUpdateDiscount$inboundSchema, PreviewUpdateDurationType, PreviewUpdateDurationType$outboundSchema, type PreviewUpdateFeatureQuantityRequest, type PreviewUpdateFeatureQuantityRequest$Outbound, PreviewUpdateFeatureQuantityRequest$outboundSchema, type PreviewUpdateFreeTrialParams, type PreviewUpdateFreeTrialParams$Outbound, PreviewUpdateFreeTrialParams$outboundSchema, type PreviewUpdateGlobals, type PreviewUpdateIncoming, PreviewUpdateIncoming$inboundSchema, type PreviewUpdateIncomingFeatureQuantity, PreviewUpdateIncomingFeatureQuantity$inboundSchema, type PreviewUpdateInvoiceCredits, PreviewUpdateInvoiceCredits$inboundSchema, type PreviewUpdateInvoiceMode, type PreviewUpdateInvoiceMode$Outbound, PreviewUpdateInvoiceMode$outboundSchema, PreviewUpdateItemBillingMethod, PreviewUpdateItemBillingMethod$outboundSchema, PreviewUpdateItemExpiryDurationType, PreviewUpdateItemExpiryDurationType$outboundSchema, PreviewUpdateItemOnDecrease, PreviewUpdateItemOnDecrease$outboundSchema, PreviewUpdateItemOnIncrease, PreviewUpdateItemOnIncrease$outboundSchema, type PreviewUpdateItemPlanItem, type PreviewUpdateItemPlanItem$Outbound, PreviewUpdateItemPlanItem$outboundSchema, type PreviewUpdateItemPrice, type PreviewUpdateItemPrice$Outbound, PreviewUpdateItemPrice$outboundSchema, PreviewUpdateItemPriceInterval, PreviewUpdateItemPriceInterval$outboundSchema, type PreviewUpdateItemProration, type PreviewUpdateItemProration$Outbound, PreviewUpdateItemProration$outboundSchema, type PreviewUpdateItemReset, type PreviewUpdateItemReset$Outbound, PreviewUpdateItemReset$outboundSchema, PreviewUpdateItemResetInterval, PreviewUpdateItemResetInterval$outboundSchema, type PreviewUpdateItemRollover, type PreviewUpdateItemRollover$Outbound, PreviewUpdateItemRollover$outboundSchema, type PreviewUpdateItemTier, type PreviewUpdateItemTier$Outbound, PreviewUpdateItemTier$outboundSchema, PreviewUpdateItemTierBehavior, PreviewUpdateItemTierBehavior$outboundSchema, type PreviewUpdateItemTo, type PreviewUpdateItemTo$Outbound, PreviewUpdateItemTo$outboundSchema, type PreviewUpdateLineItem, PreviewUpdateLineItem$inboundSchema, type PreviewUpdateLineItemPeriod, PreviewUpdateLineItemPeriod$inboundSchema, type PreviewUpdateNextCycle, PreviewUpdateNextCycle$inboundSchema, type PreviewUpdateNextCycleDiscount, PreviewUpdateNextCycleDiscount$inboundSchema, type PreviewUpdateNextCycleLineItem, PreviewUpdateNextCycleLineItem$inboundSchema, type PreviewUpdateNextCycleLineItemPeriod, PreviewUpdateNextCycleLineItemPeriod$inboundSchema, type PreviewUpdateOutgoing, PreviewUpdateOutgoing$inboundSchema, type PreviewUpdateOutgoingFeatureQuantity, PreviewUpdateOutgoingFeatureQuantity$inboundSchema, type PreviewUpdateParams, type PreviewUpdateParams$Outbound, PreviewUpdateParams$outboundSchema, type PreviewUpdatePlanItemFilter, type PreviewUpdatePlanItemFilter$Outbound, PreviewUpdatePlanItemFilter$outboundSchema, PreviewUpdatePriceInterval, PreviewUpdatePriceInterval$outboundSchema, PreviewUpdateProrationBehavior, PreviewUpdateProrationBehavior$outboundSchema, type PreviewUpdateRecalculateBalances, type PreviewUpdateRecalculateBalances$Outbound, PreviewUpdateRecalculateBalances$outboundSchema, PreviewUpdateRedirectMode, PreviewUpdateRedirectMode$outboundSchema, PreviewUpdateRemoveItemBillingMethod, PreviewUpdateRemoveItemBillingMethod$outboundSchema, PreviewUpdateRemoveItemInterval, PreviewUpdateRemoveItemInterval$outboundSchema, type PreviewUpdateResponse, PreviewUpdateResponse$inboundSchema, PreviewUpdateStatus, PreviewUpdateStatus$inboundSchema, type PreviewUpdateTax, PreviewUpdateTax$inboundSchema, type PreviewUpdateUsageLineItem, PreviewUpdateUsageLineItem$inboundSchema, type PreviewUpdateUsageLineItemPeriod, PreviewUpdateUsageLineItemPeriod$inboundSchema, ProcessorType, ProcessorType$inboundSchema, type Processors, Processors$inboundSchema, type Product1, Product1$inboundSchema, type Product2, Product2$inboundSchema, type ProductDisplay1, ProductDisplay1$inboundSchema, type ProductDisplay2, ProductDisplay2$inboundSchema, ProductScenario1, ProductScenario1$inboundSchema, ProductScenario2, ProductScenario2$inboundSchema, ProductType1, ProductType1$inboundSchema, ProductType2, ProductType2$inboundSchema, type Properties1, Properties1$inboundSchema, type Properties2, Properties2$inboundSchema, type Purchase, Purchase$inboundSchema, Range, Range$outboundSchema, type RedeemReferralCodeGlobals, type RedeemReferralCodeParams, type RedeemReferralCodeParams$Outbound, RedeemReferralCodeParams$outboundSchema, type RedeemReferralCodeResponse, RedeemReferralCodeResponse$inboundSchema, type Referral, Referral$inboundSchema, type ReferralCustomer, ReferralCustomer$inboundSchema, RequestAbortedError, RequestTimeoutError, ResponseValidationError, type Revenuecat, Revenuecat$inboundSchema, type Rewards, Rewards$inboundSchema, type SDKOptions, SDKValidationError, SDK_METADATA, Scenario1, Scenario1$inboundSchema, Scenario2, Scenario2$inboundSchema, type Security, type Security$Outbound, Security$outboundSchema, ServerList, SetupPaymentAddItemBillingMethod, SetupPaymentAddItemBillingMethod$outboundSchema, SetupPaymentAddItemExpiryDurationType, SetupPaymentAddItemExpiryDurationType$outboundSchema, SetupPaymentAddItemOnDecrease, SetupPaymentAddItemOnDecrease$outboundSchema, SetupPaymentAddItemOnIncrease, SetupPaymentAddItemOnIncrease$outboundSchema, type SetupPaymentAddItemPlanItem, type SetupPaymentAddItemPlanItem$Outbound, SetupPaymentAddItemPlanItem$outboundSchema, type SetupPaymentAddItemPrice, type SetupPaymentAddItemPrice$Outbound, SetupPaymentAddItemPrice$outboundSchema, SetupPaymentAddItemPriceInterval, SetupPaymentAddItemPriceInterval$outboundSchema, type SetupPaymentAddItemProration, type SetupPaymentAddItemProration$Outbound, SetupPaymentAddItemProration$outboundSchema, type SetupPaymentAddItemReset, type SetupPaymentAddItemReset$Outbound, SetupPaymentAddItemReset$outboundSchema, SetupPaymentAddItemResetInterval, SetupPaymentAddItemResetInterval$outboundSchema, type SetupPaymentAddItemRollover, type SetupPaymentAddItemRollover$Outbound, SetupPaymentAddItemRollover$outboundSchema, type SetupPaymentAddItemTier, type SetupPaymentAddItemTier$Outbound, SetupPaymentAddItemTier$outboundSchema, SetupPaymentAddItemTierBehavior, SetupPaymentAddItemTierBehavior$outboundSchema, type SetupPaymentAddItemTo, type SetupPaymentAddItemTo$Outbound, SetupPaymentAddItemTo$outboundSchema, type SetupPaymentAttachDiscount, type SetupPaymentAttachDiscount$Outbound, SetupPaymentAttachDiscount$outboundSchema, type SetupPaymentBasePrice, type SetupPaymentBasePrice$Outbound, SetupPaymentBasePrice$outboundSchema, type SetupPaymentCarryOverBalances, type SetupPaymentCarryOverBalances$Outbound, SetupPaymentCarryOverBalances$outboundSchema, type SetupPaymentCarryOverUsages, type SetupPaymentCarryOverUsages$Outbound, SetupPaymentCarryOverUsages$outboundSchema, type SetupPaymentCustomLineItem, type SetupPaymentCustomLineItem$Outbound, SetupPaymentCustomLineItem$outboundSchema, type SetupPaymentCustomize, type SetupPaymentCustomize$Outbound, SetupPaymentCustomize$outboundSchema, SetupPaymentDurationType, SetupPaymentDurationType$outboundSchema, type SetupPaymentFeatureQuantity, type SetupPaymentFeatureQuantity$Outbound, SetupPaymentFeatureQuantity$outboundSchema, type SetupPaymentFreeTrialParams, type SetupPaymentFreeTrialParams$Outbound, SetupPaymentFreeTrialParams$outboundSchema, type SetupPaymentGlobals, SetupPaymentItemBillingMethod, SetupPaymentItemBillingMethod$outboundSchema, SetupPaymentItemExpiryDurationType, SetupPaymentItemExpiryDurationType$outboundSchema, SetupPaymentItemOnDecrease, SetupPaymentItemOnDecrease$outboundSchema, SetupPaymentItemOnIncrease, SetupPaymentItemOnIncrease$outboundSchema, type SetupPaymentItemPlanItem, type SetupPaymentItemPlanItem$Outbound, SetupPaymentItemPlanItem$outboundSchema, type SetupPaymentItemPrice, type SetupPaymentItemPrice$Outbound, SetupPaymentItemPrice$outboundSchema, SetupPaymentItemPriceInterval, SetupPaymentItemPriceInterval$outboundSchema, type SetupPaymentItemProration, type SetupPaymentItemProration$Outbound, SetupPaymentItemProration$outboundSchema, type SetupPaymentItemReset, type SetupPaymentItemReset$Outbound, SetupPaymentItemReset$outboundSchema, SetupPaymentItemResetInterval, SetupPaymentItemResetInterval$outboundSchema, type SetupPaymentItemRollover, type SetupPaymentItemRollover$Outbound, SetupPaymentItemRollover$outboundSchema, type SetupPaymentItemTier, type SetupPaymentItemTier$Outbound, SetupPaymentItemTier$outboundSchema, SetupPaymentItemTierBehavior, SetupPaymentItemTierBehavior$outboundSchema, type SetupPaymentItemTo, type SetupPaymentItemTo$Outbound, SetupPaymentItemTo$outboundSchema, type SetupPaymentParams, type SetupPaymentParams$Outbound, SetupPaymentParams$outboundSchema, type SetupPaymentPlanItemFilter, type SetupPaymentPlanItemFilter$Outbound, SetupPaymentPlanItemFilter$outboundSchema, SetupPaymentPriceInterval, SetupPaymentPriceInterval$outboundSchema, SetupPaymentProrationBehavior, SetupPaymentProrationBehavior$outboundSchema, SetupPaymentRemoveItemBillingMethod, SetupPaymentRemoveItemBillingMethod$outboundSchema, SetupPaymentRemoveItemInterval, SetupPaymentRemoveItemInterval$outboundSchema, type SetupPaymentResponse, SetupPaymentResponse$inboundSchema, type Stripe, Stripe$inboundSchema, type Subscription, Subscription$inboundSchema, type Total, Total$inboundSchema, type TrackGlobals, TrackIntervalEnum1, TrackIntervalEnum1$inboundSchema, TrackIntervalEnum2, TrackIntervalEnum2$inboundSchema, type TrackIntervalUnion1, TrackIntervalUnion1$inboundSchema, type TrackIntervalUnion2, TrackIntervalUnion2$inboundSchema, type TrackLock, type TrackLock$Outbound, TrackLock$outboundSchema, type TrackParams, type TrackParams$Outbound, TrackParams$outboundSchema, type TrackReset1, TrackReset1$inboundSchema, type TrackReset2, TrackReset2$inboundSchema, type TrackResponse, TrackResponse$inboundSchema, type TrackResponseBody1, TrackResponseBody1$inboundSchema, type TrackResponseBody2, TrackResponseBody2$inboundSchema, type TrialsUsed, TrialsUsed$inboundSchema, UnexpectedClientError, type UpdateBalanceGlobals, UpdateBalanceInterval, UpdateBalanceInterval$outboundSchema, type UpdateBalanceParams, type UpdateBalanceParams$Outbound, UpdateBalanceParams$outboundSchema, type UpdateBalanceResponse, UpdateBalanceResponse$inboundSchema, type UpdateCustomerAutoTopupRequest, type UpdateCustomerAutoTopupRequest$Outbound, UpdateCustomerAutoTopupRequest$outboundSchema, type UpdateCustomerAutoTopupResponse, UpdateCustomerAutoTopupResponse$inboundSchema, type UpdateCustomerBillingControlsRequest, type UpdateCustomerBillingControlsRequest$Outbound, UpdateCustomerBillingControlsRequest$outboundSchema, type UpdateCustomerBillingControlsResponse, UpdateCustomerBillingControlsResponse$inboundSchema, type UpdateCustomerConfigRequest, type UpdateCustomerConfigRequest$Outbound, UpdateCustomerConfigRequest$outboundSchema, type UpdateCustomerConfigResponse, UpdateCustomerConfigResponse$inboundSchema, type UpdateCustomerCreditSchema, UpdateCustomerCreditSchema$inboundSchema, type UpdateCustomerDisplay, UpdateCustomerDisplay$inboundSchema, UpdateCustomerEnv, UpdateCustomerEnv$inboundSchema, type UpdateCustomerFeature, UpdateCustomerFeature$inboundSchema, type UpdateCustomerFlags, UpdateCustomerFlags$inboundSchema, type UpdateCustomerGlobals, UpdateCustomerIntervalRequest, UpdateCustomerIntervalRequest$outboundSchema, UpdateCustomerIntervalResponse1, UpdateCustomerIntervalResponse1$inboundSchema, UpdateCustomerIntervalResponse2, UpdateCustomerIntervalResponse2$inboundSchema, type UpdateCustomerOverageAllowedRequest, type UpdateCustomerOverageAllowedRequest$Outbound, UpdateCustomerOverageAllowedRequest$outboundSchema, type UpdateCustomerOverageAllowedResponse, UpdateCustomerOverageAllowedResponse$inboundSchema, type UpdateCustomerParams, type UpdateCustomerParams$Outbound, UpdateCustomerParams$outboundSchema, type UpdateCustomerProcessors, UpdateCustomerProcessors$inboundSchema, type UpdateCustomerPurchase, UpdateCustomerPurchase$inboundSchema, type UpdateCustomerPurchaseLimitRequest, type UpdateCustomerPurchaseLimitRequest$Outbound, UpdateCustomerPurchaseLimitRequest$outboundSchema, type UpdateCustomerPurchaseLimitResponse1, UpdateCustomerPurchaseLimitResponse1$inboundSchema, type UpdateCustomerPurchaseLimitResponse2, UpdateCustomerPurchaseLimitResponse2$inboundSchema, type UpdateCustomerPurchaseLimitUnion, UpdateCustomerPurchaseLimitUnion$inboundSchema, type UpdateCustomerResponse, UpdateCustomerResponse$inboundSchema, type UpdateCustomerRevenuecat, UpdateCustomerRevenuecat$inboundSchema, type UpdateCustomerSpendLimitRequest, type UpdateCustomerSpendLimitRequest$Outbound, UpdateCustomerSpendLimitRequest$outboundSchema, type UpdateCustomerSpendLimitResponse, UpdateCustomerSpendLimitResponse$inboundSchema, UpdateCustomerStatus, UpdateCustomerStatus$inboundSchema, type UpdateCustomerStripe, UpdateCustomerStripe$inboundSchema, type UpdateCustomerSubscription, UpdateCustomerSubscription$inboundSchema, UpdateCustomerThresholdTypeRequestBody, UpdateCustomerThresholdTypeRequestBody$outboundSchema, UpdateCustomerThresholdTypeResponse, UpdateCustomerThresholdTypeResponse$inboundSchema, UpdateCustomerType, UpdateCustomerType$inboundSchema, type UpdateCustomerUsageAlertRequestBody, type UpdateCustomerUsageAlertRequestBody$Outbound, UpdateCustomerUsageAlertRequestBody$outboundSchema, type UpdateCustomerUsageAlertResponse, UpdateCustomerUsageAlertResponse$inboundSchema, type UpdateCustomerVercel, UpdateCustomerVercel$inboundSchema, type UpdateEntityBillingControlsRequest, type UpdateEntityBillingControlsRequest$Outbound, UpdateEntityBillingControlsRequest$outboundSchema, type UpdateEntityBillingControlsResponse, UpdateEntityBillingControlsResponse$inboundSchema, type UpdateEntityCreditSchema, UpdateEntityCreditSchema$inboundSchema, type UpdateEntityDisplay, UpdateEntityDisplay$inboundSchema, UpdateEntityEnv, UpdateEntityEnv$inboundSchema, type UpdateEntityFeature, UpdateEntityFeature$inboundSchema, type UpdateEntityFlags, UpdateEntityFlags$inboundSchema, type UpdateEntityGlobals, type UpdateEntityInvoice, UpdateEntityInvoice$inboundSchema, type UpdateEntityOverageAllowedRequest, type UpdateEntityOverageAllowedRequest$Outbound, UpdateEntityOverageAllowedRequest$outboundSchema, type UpdateEntityOverageAllowedResponse, UpdateEntityOverageAllowedResponse$inboundSchema, type UpdateEntityParams, type UpdateEntityParams$Outbound, UpdateEntityParams$outboundSchema, UpdateEntityProcessorType, UpdateEntityProcessorType$inboundSchema, type UpdateEntityPurchase, UpdateEntityPurchase$inboundSchema, type UpdateEntityResponse, UpdateEntityResponse$inboundSchema, type UpdateEntitySpendLimitRequest, type UpdateEntitySpendLimitRequest$Outbound, UpdateEntitySpendLimitRequest$outboundSchema, type UpdateEntitySpendLimitResponse, UpdateEntitySpendLimitResponse$inboundSchema, UpdateEntityStatus, UpdateEntityStatus$inboundSchema, type UpdateEntitySubscription, UpdateEntitySubscription$inboundSchema, UpdateEntityThresholdTypeRequestBody, UpdateEntityThresholdTypeRequestBody$outboundSchema, UpdateEntityThresholdTypeResponse, UpdateEntityThresholdTypeResponse$inboundSchema, UpdateEntityType, UpdateEntityType$inboundSchema, type UpdateEntityUsageAlertRequestBody, type UpdateEntityUsageAlertRequestBody$Outbound, UpdateEntityUsageAlertRequestBody$outboundSchema, type UpdateEntityUsageAlertResponse, UpdateEntityUsageAlertResponse$inboundSchema, type UpdateFeatureCreditSchemaRequest, type UpdateFeatureCreditSchemaRequest$Outbound, UpdateFeatureCreditSchemaRequest$outboundSchema, type UpdateFeatureCreditSchemaResponse, UpdateFeatureCreditSchemaResponse$inboundSchema, type UpdateFeatureDisplayRequest, type UpdateFeatureDisplayRequest$Outbound, UpdateFeatureDisplayRequest$outboundSchema, type UpdateFeatureDisplayResponse, UpdateFeatureDisplayResponse$inboundSchema, type UpdateFeatureGlobals, type UpdateFeatureParams, type UpdateFeatureParams$Outbound, UpdateFeatureParams$outboundSchema, type UpdateFeatureResponse, UpdateFeatureResponse$inboundSchema, UpdateFeatureTypeRequest, UpdateFeatureTypeRequest$outboundSchema, UpdateFeatureTypeResponse, UpdateFeatureTypeResponse$inboundSchema, UpdatePlanAttachAction, UpdatePlanAttachAction$inboundSchema, type UpdatePlanBasePrice, type UpdatePlanBasePrice$Outbound, UpdatePlanBasePrice$outboundSchema, UpdatePlanBillingMethodRequest, UpdatePlanBillingMethodRequest$outboundSchema, UpdatePlanBillingMethodResponse, UpdatePlanBillingMethodResponse$inboundSchema, type UpdatePlanConfigRequest, type UpdatePlanConfigRequest$Outbound, UpdatePlanConfigRequest$outboundSchema, type UpdatePlanConfigResponse, UpdatePlanConfigResponse$inboundSchema, type UpdatePlanCreditSchema, UpdatePlanCreditSchema$inboundSchema, type UpdatePlanCustomerEligibility, UpdatePlanCustomerEligibility$inboundSchema, UpdatePlanDurationTypeRequest, UpdatePlanDurationTypeRequest$outboundSchema, UpdatePlanDurationTypeResponse, UpdatePlanDurationTypeResponse$inboundSchema, UpdatePlanEnv, UpdatePlanEnv$inboundSchema, UpdatePlanExpiryDurationTypeRequest, UpdatePlanExpiryDurationTypeRequest$outboundSchema, UpdatePlanExpiryDurationTypeResponse, UpdatePlanExpiryDurationTypeResponse$inboundSchema, type UpdatePlanFeature, UpdatePlanFeature$inboundSchema, type UpdatePlanFeatureDisplay, UpdatePlanFeatureDisplay$inboundSchema, type UpdatePlanFreeTrial, UpdatePlanFreeTrial$inboundSchema, type UpdatePlanFreeTrialParams, type UpdatePlanFreeTrialParams$Outbound, UpdatePlanFreeTrialParams$outboundSchema, type UpdatePlanGlobals, type UpdatePlanItem, UpdatePlanItem$inboundSchema, type UpdatePlanItemDisplay, UpdatePlanItemDisplay$inboundSchema, UpdatePlanItemPriceIntervalRequest, UpdatePlanItemPriceIntervalRequest$outboundSchema, type UpdatePlanItemPriceResponse, UpdatePlanItemPriceResponse$inboundSchema, UpdatePlanOnDecrease, UpdatePlanOnDecrease$outboundSchema, UpdatePlanOnIncrease, UpdatePlanOnIncrease$outboundSchema, type UpdatePlanParams, type UpdatePlanParams$Outbound, UpdatePlanParams$outboundSchema, type UpdatePlanPlanItem, type UpdatePlanPlanItem$Outbound, UpdatePlanPlanItem$outboundSchema, type UpdatePlanPriceDisplay, UpdatePlanPriceDisplay$inboundSchema, UpdatePlanPriceIntervalRequest, UpdatePlanPriceIntervalRequest$outboundSchema, UpdatePlanPriceIntervalResponse, UpdatePlanPriceIntervalResponse$inboundSchema, UpdatePlanPriceItemIntervalResponse, UpdatePlanPriceItemIntervalResponse$inboundSchema, type UpdatePlanPriceRequest, type UpdatePlanPriceRequest$Outbound, UpdatePlanPriceRequest$outboundSchema, type UpdatePlanPriceResponse, UpdatePlanPriceResponse$inboundSchema, type UpdatePlanProration, type UpdatePlanProration$Outbound, UpdatePlanProration$outboundSchema, UpdatePlanResetIntervalRequest, UpdatePlanResetIntervalRequest$outboundSchema, UpdatePlanResetIntervalResponse, UpdatePlanResetIntervalResponse$inboundSchema, type UpdatePlanResetRequest, type UpdatePlanResetRequest$Outbound, UpdatePlanResetRequest$outboundSchema, type UpdatePlanResetResponse, UpdatePlanResetResponse$inboundSchema, type UpdatePlanResponse, UpdatePlanResponse$inboundSchema, type UpdatePlanRolloverRequest, type UpdatePlanRolloverRequest$Outbound, UpdatePlanRolloverRequest$outboundSchema, type UpdatePlanRolloverResponse, UpdatePlanRolloverResponse$inboundSchema, UpdatePlanStatus, UpdatePlanStatus$inboundSchema, type UpdatePlanTier, type UpdatePlanTier$Outbound, UpdatePlanTier$outboundSchema, UpdatePlanTierBehaviorRequest, UpdatePlanTierBehaviorRequest$outboundSchema, UpdatePlanTierBehaviorResponse, UpdatePlanTierBehaviorResponse$inboundSchema, type UpdatePlanTo, type UpdatePlanTo$Outbound, UpdatePlanTo$outboundSchema, UpdatePlanType, UpdatePlanType$inboundSchema, type UpdateSubscriptionParams, type UpdateSubscriptionParams$Outbound, UpdateSubscriptionParams$outboundSchema, UsageModel1, UsageModel1$inboundSchema, UsageModel2, UsageModel2$inboundSchema, type Vercel, Vercel$inboundSchema, aggregateEventsCustomRangeToJSON, aggregateEventsFeatureIdToJSON, aggregateEventsListFromJSON, aggregateEventsResponseFromJSON, attachAddItemPlanItemToJSON, attachAddItemPriceToJSON, attachAddItemProrationToJSON, attachAddItemResetToJSON, attachAddItemRolloverToJSON, attachAddItemTierToJSON, attachAddItemToToJSON, attachAttachDiscountToJSON, attachBasePriceToJSON, attachCarryOverBalancesToJSON, attachCarryOverUsagesToJSON, attachCustomLineItemToJSON, attachCustomizeToJSON, attachFeatureQuantityToJSON, attachFreeTrialParamsToJSON, attachInvoiceFromJSON, attachInvoiceModeToJSON, attachItemPlanItemToJSON, attachItemPriceToJSON, attachItemProrationToJSON, attachItemResetToJSON, attachItemRolloverToJSON, attachItemTierToJSON, attachItemToToJSON, attachParamsToJSON, attachPlanItemFilterToJSON, attachRequiredActionFromJSON, attachResponseFromJSON, balanceCreditSchemaFromJSON, balanceDisplayFromJSON, balanceFeatureFromJSON, balanceFromJSON, balanceIntervalUnionFromJSON, balancePriceFromJSON, balanceResetFromJSON, balanceRolloverFromJSON, billingUpdateAddItemPlanItemToJSON, billingUpdateAddItemPriceToJSON, billingUpdateAddItemProrationToJSON, billingUpdateAddItemResetToJSON, billingUpdateAddItemRolloverToJSON, billingUpdateAddItemTierToJSON, billingUpdateAddItemToToJSON, billingUpdateAttachDiscountToJSON, billingUpdateBasePriceToJSON, billingUpdateCustomizeToJSON, billingUpdateFeatureQuantityToJSON, billingUpdateFreeTrialParamsToJSON, billingUpdateInvoiceFromJSON, billingUpdateInvoiceModeToJSON, billingUpdateItemPlanItemToJSON, billingUpdateItemPriceToJSON, billingUpdateItemProrationToJSON, billingUpdateItemResetToJSON, billingUpdateItemRolloverToJSON, billingUpdateItemTierToJSON, billingUpdateItemToToJSON, billingUpdatePlanItemFilterToJSON, billingUpdateRecalculateBalancesToJSON, billingUpdateRequiredActionFromJSON, billingUpdateResponseFromJSON, breakdownFromJSON, checkConfig1FromJSON, checkConfig2FromJSON, checkCreditSchema1FromJSON, checkCreditSchema2FromJSON, checkFeature1FromJSON, checkFeature2FromJSON, checkFreeTrial1FromJSON, checkFreeTrial2FromJSON, checkItem1FromJSON, checkItem2FromJSON, checkLockToJSON, checkParamsToJSON, checkResponseBody1FromJSON, checkResponseBody2FromJSON, checkResponseFromJSON, checkRollover1FromJSON, checkRollover2FromJSON, createBalanceParamsToJSON, createBalanceResetToJSON, createBalanceResponseFromJSON, createBalanceRolloverToJSON, createEntityBillingControlsRequestToJSON, createEntityBillingControlsResponseFromJSON, createEntityCreditSchemaFromJSON, createEntityDisplayFromJSON, createEntityFeatureFromJSON, createEntityFlagsFromJSON, createEntityInvoiceFromJSON, createEntityOverageAllowedRequestToJSON, createEntityOverageAllowedResponseFromJSON, createEntityParamsToJSON, createEntityPurchaseFromJSON, createEntityResponseFromJSON, createEntitySpendLimitRequestToJSON, createEntitySpendLimitResponseFromJSON, createEntitySubscriptionFromJSON, createEntityUsageAlertRequestBodyToJSON, createEntityUsageAlertResponseFromJSON, createFeatureCreditSchemaRequestToJSON, createFeatureCreditSchemaResponseFromJSON, createFeatureDisplayRequestToJSON, createFeatureDisplayResponseFromJSON, createFeatureParamsToJSON, createFeatureResponseFromJSON, createPlanConfigRequestToJSON, createPlanConfigResponseFromJSON, createPlanCreditSchemaFromJSON, createPlanCustomerEligibilityFromJSON, createPlanFeatureDisplayFromJSON, createPlanFeatureFromJSON, createPlanFreeTrialResponseFromJSON, createPlanItemDisplayFromJSON, createPlanItemFromJSON, createPlanItemPriceRequestToJSON, createPlanItemPriceResponseFromJSON, createPlanParamsToJSON, createPlanPlanItemToJSON, createPlanPriceDisplayFromJSON, createPlanPriceRequestToJSON, createPlanPriceResponseFromJSON, createPlanProrationToJSON, createPlanResetRequestToJSON, createPlanResetResponseFromJSON, createPlanResponseFromJSON, createPlanRolloverRequestToJSON, createPlanRolloverResponseFromJSON, createPlanTierToJSON, createPlanToToJSON, createReferralCodeParamsToJSON, createReferralCodeResponseFromJSON, createScheduleBasePrice2ToJSON, createScheduleCustomize2ToJSON, createScheduleFeatureQuantity2ToJSON, createScheduleInvoiceFromJSON, createScheduleInvoiceModeToJSON, createScheduleParamsToJSON, createSchedulePlan2ToJSON, createSchedulePlanItem2ToJSON, createSchedulePrice2ToJSON, createScheduleProration2ToJSON, createScheduleRequiredActionFromJSON, createScheduleReset2ToJSON, createScheduleResponseFromJSON, createScheduleRollover2ToJSON, createScheduleTier2ToJSON, customerAutoTopupFromJSON, customerBillingControlsFromJSON, customerConfigFromJSON, customerCreditSchemaFromJSON, customerDataAutoTopupToJSON, customerDataBillingControlsToJSON, customerDataConfigToJSON, customerDataOverageAllowedToJSON, customerDataPurchaseLimitToJSON, customerDataSpendLimitToJSON, customerDataToJSON, customerDataUsageAlertToJSON, customerDisplayFromJSON, customerEligibilityFromJSON, customerFeatureFromJSON, customerFromJSON, customerOverageAllowedFromJSON, customerPurchaseLimit1FromJSON, customerPurchaseLimit2FromJSON, customerPurchaseLimitUnionFromJSON, customerSpendLimitFromJSON, customerUsageAlertFromJSON, deduction1FromJSON, deduction2FromJSON, deductionsFromJSON, deleteBalanceParamsToJSON, deleteBalanceResponseFromJSON, deleteCustomerParamsToJSON, deleteCustomerResponseFromJSON, deleteEntityParamsToJSON, deleteEntityResponseFromJSON, deleteFeatureParamsToJSON, deleteFeatureResponseFromJSON, deletePlanParamsToJSON, deletePlanResponseFromJSON, discountFromJSON, entityFromJSON, eventsAggregateParamsToJSON, eventsListParamsToJSON, files, finalizeBalanceParamsToJSON, finalizeLockResponseBody1FromJSON, finalizeLockResponseBody2FromJSON, finalizeLockResponseFromJSON, flag1FromJSON, flag2FromJSON, flagDisplay1FromJSON, flagDisplay2FromJSON, flagsFromJSON, formatZodError, freeTrialFromJSON, freeTrialRequestToJSON, getCustomerAutoTopupFromJSON, getCustomerBillingControlsFromJSON, getCustomerConfigFromJSON, getCustomerCreditSchemaFromJSON, getCustomerCustomerFromJSON, getCustomerDiscountFromJSON, getCustomerDisplayFromJSON, getCustomerEntityFromJSON, getCustomerFeatureFromJSON, getCustomerFlagsFromJSON, getCustomerInvoiceFromJSON, getCustomerOverageAllowedFromJSON, getCustomerParamsToJSON, getCustomerProcessorsFromJSON, getCustomerPurchaseFromJSON, getCustomerPurchaseLimit1FromJSON, getCustomerPurchaseLimit2FromJSON, getCustomerPurchaseLimitUnionFromJSON, getCustomerReferralFromJSON, getCustomerResponseFromJSON, getCustomerRevenuecatFromJSON, getCustomerRewardsFromJSON, getCustomerSpendLimitFromJSON, getCustomerStripeFromJSON, getCustomerSubscriptionFromJSON, getCustomerTrialsUsedFromJSON, getCustomerUsageAlertFromJSON, getCustomerVercelFromJSON, getEntityBillingControlsFromJSON, getEntityCreditSchemaFromJSON, getEntityDisplayFromJSON, getEntityFeatureFromJSON, getEntityFlagsFromJSON, getEntityInvoiceFromJSON, getEntityOverageAllowedFromJSON, getEntityParamsToJSON, getEntityPurchaseFromJSON, getEntityResponseFromJSON, getEntitySpendLimitFromJSON, getEntitySubscriptionFromJSON, getEntityUsageAlertFromJSON, getFeatureCreditSchemaFromJSON, getFeatureDisplayFromJSON, getFeatureParamsToJSON, getFeatureResponseFromJSON, getOrCreateCustomerAutoTopupToJSON, getOrCreateCustomerBillingControlsToJSON, getOrCreateCustomerConfigToJSON, getOrCreateCustomerOverageAllowedToJSON, getOrCreateCustomerParamsToJSON, getOrCreateCustomerPurchaseLimitToJSON, getOrCreateCustomerSpendLimitToJSON, getOrCreateCustomerUsageAlertToJSON, getPlanConfigFromJSON, getPlanCreditSchemaFromJSON, getPlanCustomerEligibilityFromJSON, getPlanFeatureDisplayFromJSON, getPlanFeatureFromJSON, getPlanFreeTrialFromJSON, getPlanItemDisplayFromJSON, getPlanItemFromJSON, getPlanItemPriceFromJSON, getPlanParamsToJSON, getPlanPriceDisplayFromJSON, getPlanPriceFromJSON, getPlanResetFromJSON, getPlanResponseFromJSON, getPlanRolloverFromJSON, includedUsage1FromJSON, includedUsage2FromJSON, invoiceFromJSON, itemFromJSON, listCustomersAutoTopupFromJSON, listCustomersBillingControlsFromJSON, listCustomersConfigFromJSON, listCustomersCreditSchemaFromJSON, listCustomersDisplayFromJSON, listCustomersFeatureFromJSON, listCustomersFlagsFromJSON, listCustomersListFromJSON, listCustomersOverageAllowedFromJSON, listCustomersParamsToJSON, listCustomersPlanToJSON, listCustomersProcessorsFromJSON, listCustomersPurchaseFromJSON, listCustomersPurchaseLimit1FromJSON, listCustomersPurchaseLimit2FromJSON, listCustomersPurchaseLimitUnionFromJSON, listCustomersResponseFromJSON, listCustomersRevenuecatFromJSON, listCustomersSpendLimitFromJSON, listCustomersStripeFromJSON, listCustomersSubscriptionFromJSON, listCustomersUsageAlertFromJSON, listCustomersVercelFromJSON, listEntitiesBillingControlsFromJSON, listEntitiesCreditSchemaFromJSON, listEntitiesDisplayFromJSON, listEntitiesFeatureFromJSON, listEntitiesFlagsFromJSON, listEntitiesInvoiceFromJSON, listEntitiesListFromJSON, listEntitiesOverageAllowedFromJSON, listEntitiesParamsToJSON, listEntitiesPlanToJSON, listEntitiesPurchaseFromJSON, listEntitiesResponseFromJSON, listEntitiesSpendLimitFromJSON, listEntitiesSubscriptionFromJSON, listEntitiesUsageAlertFromJSON, listEventsCustomRangeToJSON, listEventsFeatureIdToJSON, listEventsIntervalUnionFromJSON, listEventsListFromJSON, listEventsResetFromJSON, listEventsResponseFromJSON, listFeaturesCreditSchemaFromJSON, listFeaturesDisplayFromJSON, listFeaturesListFromJSON, listFeaturesRequestToJSON, listFeaturesResponseFromJSON, listPlansConfigFromJSON, listPlansCreditSchemaFromJSON, listPlansCustomerEligibilityFromJSON, listPlansFeatureDisplayFromJSON, listPlansFeatureFromJSON, listPlansFreeTrialFromJSON, listPlansItemDisplayFromJSON, listPlansItemFromJSON, listPlansItemPriceFromJSON, listPlansListFromJSON, listPlansParamsToJSON, listPlansPriceDisplayFromJSON, listPlansPriceFromJSON, listPlansResetFromJSON, listPlansResponseFromJSON, listPlansRolloverFromJSON, multiAttachAttachDiscountToJSON, multiAttachBasePriceToJSON, multiAttachBillingControlsToJSON, multiAttachCustomizeToJSON, multiAttachEntityDataToJSON, multiAttachFeatureQuantityToJSON, multiAttachFreeTrialParamsToJSON, multiAttachInvoiceFromJSON, multiAttachInvoiceModeToJSON, multiAttachOverageAllowedToJSON, multiAttachParamsToJSON, multiAttachPlanItemToJSON, multiAttachPlanToJSON, multiAttachPriceToJSON, multiAttachProrationToJSON, multiAttachRequiredActionFromJSON, multiAttachResetToJSON, multiAttachResponseFromJSON, multiAttachRolloverToJSON, multiAttachSpendLimitToJSON, multiAttachTierToJSON, multiAttachToToJSON, multiAttachUsageAlertToJSON, openCustomerPortalParamsToJSON, openCustomerPortalResponseFromJSON, phaseRequest2ToJSON, phaseResponseFromJSON, phaseToJSON, planConfigFromJSON, planCreditSchemaFromJSON, planFeatureDisplayFromJSON, planFeatureFromJSON, planFromJSON, planItemDisplayFromJSON, planItemPriceFromJSON, planPriceDisplayFromJSON, planPriceFromJSON, planResetFromJSON, planRolloverFromJSON, preview1FromJSON, preview2FromJSON, previewAttachAddItemPlanItemToJSON, previewAttachAddItemPriceToJSON, previewAttachAddItemProrationToJSON, previewAttachAddItemResetToJSON, previewAttachAddItemRolloverToJSON, previewAttachAddItemTierToJSON, previewAttachAddItemToToJSON, previewAttachAttachDiscountToJSON, previewAttachBasePriceToJSON, previewAttachCarryOverBalancesToJSON, previewAttachCarryOverUsagesToJSON, previewAttachCustomLineItemToJSON, previewAttachCustomizeToJSON, previewAttachDiscountFromJSON, previewAttachFeatureQuantityRequestToJSON, previewAttachFreeTrialParamsToJSON, previewAttachIncomingFeatureQuantityFromJSON, previewAttachIncomingFromJSON, previewAttachInvoiceCreditsFromJSON, previewAttachInvoiceModeToJSON, previewAttachItemPlanItemToJSON, previewAttachItemPriceToJSON, previewAttachItemProrationToJSON, previewAttachItemResetToJSON, previewAttachItemRolloverToJSON, previewAttachItemTierToJSON, previewAttachItemToToJSON, previewAttachLineItemFromJSON, previewAttachLineItemPeriodFromJSON, previewAttachNextCycleDiscountFromJSON, previewAttachNextCycleFromJSON, previewAttachNextCycleLineItemFromJSON, previewAttachNextCycleLineItemPeriodFromJSON, previewAttachOutgoingFeatureQuantityFromJSON, previewAttachOutgoingFromJSON, previewAttachParamsToJSON, previewAttachPlanItemFilterToJSON, previewAttachResponseFromJSON, previewAttachTaxFromJSON, previewAttachUsageLineItemFromJSON, previewAttachUsageLineItemPeriodFromJSON, previewMultiAttachAttachDiscountToJSON, previewMultiAttachBasePriceToJSON, previewMultiAttachBillingControlsToJSON, previewMultiAttachCustomizeToJSON, previewMultiAttachDiscountFromJSON, previewMultiAttachEntityDataToJSON, previewMultiAttachFreeTrialParamsToJSON, previewMultiAttachIncomingFeatureQuantityFromJSON, previewMultiAttachIncomingFromJSON, previewMultiAttachInvoiceCreditsFromJSON, previewMultiAttachInvoiceModeToJSON, previewMultiAttachLineItemFromJSON, previewMultiAttachLineItemPeriodFromJSON, previewMultiAttachNextCycleDiscountFromJSON, previewMultiAttachNextCycleFromJSON, previewMultiAttachNextCycleLineItemFromJSON, previewMultiAttachNextCycleLineItemPeriodFromJSON, previewMultiAttachOutgoingFeatureQuantityFromJSON, previewMultiAttachOutgoingFromJSON, previewMultiAttachOverageAllowedToJSON, previewMultiAttachParamsToJSON, previewMultiAttachPlanFeatureQuantityToJSON, previewMultiAttachPlanItemToJSON, previewMultiAttachPlanToJSON, previewMultiAttachPriceToJSON, previewMultiAttachProrationToJSON, previewMultiAttachResetToJSON, previewMultiAttachResponseFromJSON, previewMultiAttachRolloverToJSON, previewMultiAttachSpendLimitToJSON, previewMultiAttachTaxFromJSON, previewMultiAttachTierToJSON, previewMultiAttachToToJSON, previewMultiAttachUsageAlertToJSON, previewMultiAttachUsageLineItemFromJSON, previewMultiAttachUsageLineItemPeriodFromJSON, previewUpdateAddItemPlanItemToJSON, previewUpdateAddItemPriceToJSON, previewUpdateAddItemProrationToJSON, previewUpdateAddItemResetToJSON, previewUpdateAddItemRolloverToJSON, previewUpdateAddItemTierToJSON, previewUpdateAddItemToToJSON, previewUpdateAttachDiscountToJSON, previewUpdateBasePriceToJSON, previewUpdateCustomizeToJSON, previewUpdateDiscountFromJSON, previewUpdateFeatureQuantityRequestToJSON, previewUpdateFreeTrialParamsToJSON, previewUpdateIncomingFeatureQuantityFromJSON, previewUpdateIncomingFromJSON, previewUpdateInvoiceCreditsFromJSON, previewUpdateInvoiceModeToJSON, previewUpdateItemPlanItemToJSON, previewUpdateItemPriceToJSON, previewUpdateItemProrationToJSON, previewUpdateItemResetToJSON, previewUpdateItemRolloverToJSON, previewUpdateItemTierToJSON, previewUpdateItemToToJSON, previewUpdateLineItemFromJSON, previewUpdateLineItemPeriodFromJSON, previewUpdateNextCycleDiscountFromJSON, previewUpdateNextCycleFromJSON, previewUpdateNextCycleLineItemFromJSON, previewUpdateNextCycleLineItemPeriodFromJSON, previewUpdateOutgoingFeatureQuantityFromJSON, previewUpdateOutgoingFromJSON, previewUpdateParamsToJSON, previewUpdatePlanItemFilterToJSON, previewUpdateRecalculateBalancesToJSON, previewUpdateResponseFromJSON, previewUpdateTaxFromJSON, previewUpdateUsageLineItemFromJSON, previewUpdateUsageLineItemPeriodFromJSON, processorsFromJSON, product1FromJSON, product2FromJSON, productDisplay1FromJSON, productDisplay2FromJSON, properties1FromJSON, properties2FromJSON, purchaseFromJSON, redeemReferralCodeParamsToJSON, redeemReferralCodeResponseFromJSON, referralCustomerFromJSON, referralFromJSON, revenuecatFromJSON, rewardsFromJSON, securityToJSON, serverURLFromOptions, setupPaymentAddItemPlanItemToJSON, setupPaymentAddItemPriceToJSON, setupPaymentAddItemProrationToJSON, setupPaymentAddItemResetToJSON, setupPaymentAddItemRolloverToJSON, setupPaymentAddItemTierToJSON, setupPaymentAddItemToToJSON, setupPaymentAttachDiscountToJSON, setupPaymentBasePriceToJSON, setupPaymentCarryOverBalancesToJSON, setupPaymentCarryOverUsagesToJSON, setupPaymentCustomLineItemToJSON, setupPaymentCustomizeToJSON, setupPaymentFeatureQuantityToJSON, setupPaymentFreeTrialParamsToJSON, setupPaymentItemPlanItemToJSON, setupPaymentItemPriceToJSON, setupPaymentItemProrationToJSON, setupPaymentItemResetToJSON, setupPaymentItemRolloverToJSON, setupPaymentItemTierToJSON, setupPaymentItemToToJSON, setupPaymentParamsToJSON, setupPaymentPlanItemFilterToJSON, setupPaymentResponseFromJSON, stripeFromJSON, subscriptionFromJSON, totalFromJSON, trackIntervalUnion1FromJSON, trackIntervalUnion2FromJSON, trackLockToJSON, trackParamsToJSON, trackReset1FromJSON, trackReset2FromJSON, trackResponseBody1FromJSON, trackResponseBody2FromJSON, trackResponseFromJSON, trialsUsedFromJSON, index as types, updateBalanceParamsToJSON, updateBalanceResponseFromJSON, updateCustomerAutoTopupRequestToJSON, updateCustomerAutoTopupResponseFromJSON, updateCustomerBillingControlsRequestToJSON, updateCustomerBillingControlsResponseFromJSON, updateCustomerConfigRequestToJSON, updateCustomerConfigResponseFromJSON, updateCustomerCreditSchemaFromJSON, updateCustomerDisplayFromJSON, updateCustomerFeatureFromJSON, updateCustomerFlagsFromJSON, updateCustomerOverageAllowedRequestToJSON, updateCustomerOverageAllowedResponseFromJSON, updateCustomerParamsToJSON, updateCustomerProcessorsFromJSON, updateCustomerPurchaseFromJSON, updateCustomerPurchaseLimitRequestToJSON, updateCustomerPurchaseLimitResponse1FromJSON, updateCustomerPurchaseLimitResponse2FromJSON, updateCustomerPurchaseLimitUnionFromJSON, updateCustomerResponseFromJSON, updateCustomerRevenuecatFromJSON, updateCustomerSpendLimitRequestToJSON, updateCustomerSpendLimitResponseFromJSON, updateCustomerStripeFromJSON, updateCustomerSubscriptionFromJSON, updateCustomerUsageAlertRequestBodyToJSON, updateCustomerUsageAlertResponseFromJSON, updateCustomerVercelFromJSON, updateEntityBillingControlsRequestToJSON, updateEntityBillingControlsResponseFromJSON, updateEntityCreditSchemaFromJSON, updateEntityDisplayFromJSON, updateEntityFeatureFromJSON, updateEntityFlagsFromJSON, updateEntityInvoiceFromJSON, updateEntityOverageAllowedRequestToJSON, updateEntityOverageAllowedResponseFromJSON, updateEntityParamsToJSON, updateEntityPurchaseFromJSON, updateEntityResponseFromJSON, updateEntitySpendLimitRequestToJSON, updateEntitySpendLimitResponseFromJSON, updateEntitySubscriptionFromJSON, updateEntityUsageAlertRequestBodyToJSON, updateEntityUsageAlertResponseFromJSON, updateFeatureCreditSchemaRequestToJSON, updateFeatureCreditSchemaResponseFromJSON, updateFeatureDisplayRequestToJSON, updateFeatureDisplayResponseFromJSON, updateFeatureParamsToJSON, updateFeatureResponseFromJSON, updatePlanBasePriceToJSON, updatePlanConfigRequestToJSON, updatePlanConfigResponseFromJSON, updatePlanCreditSchemaFromJSON, updatePlanCustomerEligibilityFromJSON, updatePlanFeatureDisplayFromJSON, updatePlanFeatureFromJSON, updatePlanFreeTrialFromJSON, updatePlanFreeTrialParamsToJSON, updatePlanItemDisplayFromJSON, updatePlanItemFromJSON, updatePlanItemPriceResponseFromJSON, updatePlanParamsToJSON, updatePlanPlanItemToJSON, updatePlanPriceDisplayFromJSON, updatePlanPriceRequestToJSON, updatePlanPriceResponseFromJSON, updatePlanProrationToJSON, updatePlanResetRequestToJSON, updatePlanResetResponseFromJSON, updatePlanResponseFromJSON, updatePlanRolloverRequestToJSON, updatePlanRolloverResponseFromJSON, updatePlanTierToJSON, updatePlanToToJSON, updateSubscriptionParamsToJSON, vercelFromJSON };