autumn-js 1.2.20 → 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 +208 -51
  2. package/dist/backend/adapters/express.mjs +9 -9
  3. package/dist/backend/adapters/fetch.js +208 -51
  4. package/dist/backend/adapters/fetch.mjs +9 -9
  5. package/dist/backend/adapters/hono.js +208 -51
  6. package/dist/backend/adapters/hono.mjs +9 -9
  7. package/dist/backend/adapters/index.js +208 -51
  8. package/dist/backend/adapters/index.mjs +12 -12
  9. package/dist/backend/adapters/next.js +208 -51
  10. package/dist/backend/adapters/next.mjs +9 -9
  11. package/dist/backend/{chunk-VQFHHLQH.mjs → chunk-5JNYI5HM.mjs} +1 -1
  12. package/dist/backend/{chunk-M2PFN4F6.mjs → chunk-73KXFYFC.mjs} +5 -5
  13. package/dist/backend/{chunk-B4WDT4SC.mjs → chunk-GKYVE5XN.mjs} +149 -11
  14. package/dist/backend/{chunk-XZAJX563.mjs → chunk-H6KJYTJY.mjs} +7 -7
  15. package/dist/backend/{chunk-HNX2UJYZ.mjs → chunk-K2JSUNJX.mjs} +1 -1
  16. package/dist/backend/{chunk-BHVWYX4E.mjs → chunk-NNIHXZQM.mjs} +1 -1
  17. package/dist/backend/{chunk-IJ2K62QI.mjs → chunk-NSHGFU5H.mjs} +59 -40
  18. package/dist/backend/{chunk-CMMPKYHL.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 +208 -51
  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 +208 -51
  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 +208 -51
  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 +208 -51
  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 +208 -51
  56. package/dist/backend/index.mjs +10 -10
  57. package/dist/backend/{routeTypes-7V_qHC8n.d.ts → routeTypes-B-Bkse9m.d.ts} +161 -1
  58. package/dist/backend/{routeTypes-CeXEBV-E.d.mts → routeTypes-DZFxBYSb.d.mts} +161 -1
  59. package/dist/better-auth/{chunk-HA7OIVY4.mjs → chunk-4OLXYKUC.mjs} +150 -12
  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 +208 -51
  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 +208 -51
  67. package/dist/better-auth/utils/handleBetterAuthRoute.mjs +2 -2
  68. package/dist/better-auth/utils/index.js +208 -51
  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 +214 -7
  140. package/dist/sdk/index.d.ts +214 -7
  141. package/dist/sdk/index.js +241 -16
  142. package/dist/sdk/index.mjs +216 -15
  143. package/package.json +1 -1
  144. package/dist/backend/{chunk-55C2WWXQ.mjs → chunk-S5HPMJ4U.mjs} +3 -3
@@ -60,8 +60,8 @@ var SDK_METADATA = {
60
60
  language: "typescript",
61
61
  openapiDocVersion: "2.2.0",
62
62
  sdkVersion: "0.10.17",
63
- genVersion: "2.882.0",
64
- userAgent: "speakeasy-sdk/typescript 0.10.17 2.882.0 2.2.0 @useautumn/sdk"
63
+ genVersion: "2.884.0",
64
+ userAgent: "speakeasy-sdk/typescript 0.10.17 2.884.0 2.2.0 @useautumn/sdk"
65
65
  };
66
66
 
67
67
  // ../sdk/src/lib/files.ts
@@ -2188,12 +2188,12 @@ function balanceFeatureFromJSON(jsonString) {
2188
2188
  );
2189
2189
  }
2190
2190
  var BalanceIntervalEnum$inboundSchema = inboundSchema(BalanceIntervalEnum);
2191
- var Interval$inboundSchema = smartUnion([BalanceIntervalEnum$inboundSchema, string4()]);
2192
- function intervalFromJSON(jsonString) {
2191
+ var BalanceIntervalUnion$inboundSchema = smartUnion([BalanceIntervalEnum$inboundSchema, string4()]);
2192
+ function balanceIntervalUnionFromJSON(jsonString) {
2193
2193
  return safeParse(
2194
2194
  jsonString,
2195
- (x) => Interval$inboundSchema.parse(JSON.parse(x)),
2196
- `Failed to parse 'Interval' from JSON`
2195
+ (x) => BalanceIntervalUnion$inboundSchema.parse(JSON.parse(x)),
2196
+ `Failed to parse 'BalanceIntervalUnion' from JSON`
2197
2197
  );
2198
2198
  }
2199
2199
  var BalanceReset$inboundSchema = z42.pipe(
@@ -5441,14 +5441,16 @@ var CreatePlanParams$outboundSchema = z42.pipe(
5441
5441
  price: z42.optional(z42.lazy(() => CreatePlanPriceRequest$outboundSchema)),
5442
5442
  items: z42.optional(z42.array(z42.lazy(() => CreatePlanPlanItem$outboundSchema))),
5443
5443
  freeTrial: z42.optional(z42.lazy(() => FreeTrialRequest$outboundSchema)),
5444
- config: z42.optional(z42.lazy(() => CreatePlanConfigRequest$outboundSchema))
5444
+ config: z42.optional(z42.lazy(() => CreatePlanConfigRequest$outboundSchema)),
5445
+ createInStripe: z42._default(z42.boolean(), true)
5445
5446
  }),
5446
5447
  z42.transform((v) => {
5447
5448
  return remap(v, {
5448
5449
  planId: "plan_id",
5449
5450
  addOn: "add_on",
5450
5451
  autoEnable: "auto_enable",
5451
- freeTrial: "free_trial"
5452
+ freeTrial: "free_trial",
5453
+ createInStripe: "create_in_stripe"
5452
5454
  });
5453
5455
  })
5454
5456
  );
@@ -6306,7 +6308,8 @@ var CustomerRewardsType = {
6306
6308
  PercentageDiscount: "percentage_discount",
6307
6309
  FixedDiscount: "fixed_discount",
6308
6310
  FreeProduct: "free_product",
6309
- InvoiceCredits: "invoice_credits"
6311
+ InvoiceCredits: "invoice_credits",
6312
+ FeatureGrant: "feature_grant"
6310
6313
  };
6311
6314
  var CustomerDurationType = {
6312
6315
  OneOff: "one_off",
@@ -7147,7 +7150,8 @@ var GetCustomerRewardsType = {
7147
7150
  PercentageDiscount: "percentage_discount",
7148
7151
  FixedDiscount: "fixed_discount",
7149
7152
  FreeProduct: "free_product",
7150
- InvoiceCredits: "invoice_credits"
7153
+ InvoiceCredits: "invoice_credits",
7154
+ FeatureGrant: "feature_grant"
7151
7155
  };
7152
7156
  var GetCustomerDurationType = {
7153
7157
  OneOff: "one_off",
@@ -9736,6 +9740,17 @@ function listEntitiesResponseFromJSON(jsonString) {
9736
9740
  `Failed to parse 'ListEntitiesResponse' from JSON`
9737
9741
  );
9738
9742
  }
9743
+ var ListEventsIntervalEnum = {
9744
+ OneOff: "one_off",
9745
+ Minute: "minute",
9746
+ Hour: "hour",
9747
+ Day: "day",
9748
+ Week: "week",
9749
+ Month: "month",
9750
+ Quarter: "quarter",
9751
+ SemiAnnual: "semi_annual",
9752
+ Year: "year"
9753
+ };
9739
9754
  var ListEventsFeatureId$outboundSchema = smartUnion([z42.string(), z42.array(z42.string())]);
9740
9755
  function listEventsFeatureIdToJSON(listEventsFeatureId) {
9741
9756
  return JSON.stringify(
@@ -9774,6 +9789,61 @@ function eventsListParamsToJSON(eventsListParams) {
9774
9789
  EventsListParams$outboundSchema.parse(eventsListParams)
9775
9790
  );
9776
9791
  }
9792
+ var ListEventsIntervalEnum$inboundSchema = inboundSchema(ListEventsIntervalEnum);
9793
+ var ListEventsIntervalUnion$inboundSchema = smartUnion([ListEventsIntervalEnum$inboundSchema, string4()]);
9794
+ function listEventsIntervalUnionFromJSON(jsonString) {
9795
+ return safeParse(
9796
+ jsonString,
9797
+ (x) => ListEventsIntervalUnion$inboundSchema.parse(JSON.parse(x)),
9798
+ `Failed to parse 'ListEventsIntervalUnion' from JSON`
9799
+ );
9800
+ }
9801
+ var ListEventsReset$inboundSchema = z42.pipe(
9802
+ z42.object({
9803
+ interval: smartUnion([
9804
+ ListEventsIntervalEnum$inboundSchema,
9805
+ string4()
9806
+ ]),
9807
+ interval_count: optional3(number2()),
9808
+ resets_at: nullable(number2())
9809
+ }),
9810
+ z42.transform((v) => {
9811
+ return remap(v, {
9812
+ "interval_count": "intervalCount",
9813
+ "resets_at": "resetsAt"
9814
+ });
9815
+ })
9816
+ );
9817
+ function listEventsResetFromJSON(jsonString) {
9818
+ return safeParse(
9819
+ jsonString,
9820
+ (x) => ListEventsReset$inboundSchema.parse(JSON.parse(x)),
9821
+ `Failed to parse 'ListEventsReset' from JSON`
9822
+ );
9823
+ }
9824
+ var Deductions$inboundSchema = z42.pipe(
9825
+ z42.object({
9826
+ balance_id: string4(),
9827
+ feature_id: string4(),
9828
+ plan_id: nullable(string4()),
9829
+ reset: nullable(z42.lazy(() => ListEventsReset$inboundSchema)),
9830
+ value: number2()
9831
+ }),
9832
+ z42.transform((v) => {
9833
+ return remap(v, {
9834
+ "balance_id": "balanceId",
9835
+ "feature_id": "featureId",
9836
+ "plan_id": "planId"
9837
+ });
9838
+ })
9839
+ );
9840
+ function deductionsFromJSON(jsonString) {
9841
+ return safeParse(
9842
+ jsonString,
9843
+ (x) => Deductions$inboundSchema.parse(JSON.parse(x)),
9844
+ `Failed to parse 'Deductions' from JSON`
9845
+ );
9846
+ }
9777
9847
  var ListEventsList$inboundSchema = z42.pipe(
9778
9848
  z42.object({
9779
9849
  id: string4(),
@@ -9781,7 +9851,8 @@ var ListEventsList$inboundSchema = z42.pipe(
9781
9851
  feature_id: string4(),
9782
9852
  customer_id: string4(),
9783
9853
  value: number2(),
9784
- properties: z42.record(z42.string(), z42.any())
9854
+ properties: z42.record(z42.string(), z42.any()),
9855
+ deductions: nullable(z42.array(z42.lazy(() => Deductions$inboundSchema)))
9785
9856
  }),
9786
9857
  z42.transform((v) => {
9787
9858
  return remap(v, {
@@ -14481,6 +14552,28 @@ function setupPaymentResponseFromJSON(jsonString) {
14481
14552
  `Failed to parse 'SetupPaymentResponse' from JSON`
14482
14553
  );
14483
14554
  }
14555
+ var TrackIntervalEnum2 = {
14556
+ OneOff: "one_off",
14557
+ Minute: "minute",
14558
+ Hour: "hour",
14559
+ Day: "day",
14560
+ Week: "week",
14561
+ Month: "month",
14562
+ Quarter: "quarter",
14563
+ SemiAnnual: "semi_annual",
14564
+ Year: "year"
14565
+ };
14566
+ var TrackIntervalEnum1 = {
14567
+ OneOff: "one_off",
14568
+ Minute: "minute",
14569
+ Hour: "hour",
14570
+ Day: "day",
14571
+ Week: "week",
14572
+ Month: "month",
14573
+ Quarter: "quarter",
14574
+ SemiAnnual: "semi_annual",
14575
+ Year: "year"
14576
+ };
14484
14577
  var TrackLock$outboundSchema = z42.pipe(
14485
14578
  z42.object({
14486
14579
  lockId: z42.string(),
@@ -14519,6 +14612,58 @@ var TrackParams$outboundSchema = z42.pipe(
14519
14612
  function trackParamsToJSON(trackParams) {
14520
14613
  return JSON.stringify(TrackParams$outboundSchema.parse(trackParams));
14521
14614
  }
14615
+ var TrackIntervalEnum2$inboundSchema = inboundSchema(TrackIntervalEnum2);
14616
+ var TrackIntervalUnion2$inboundSchema = smartUnion([TrackIntervalEnum2$inboundSchema, string4()]);
14617
+ function trackIntervalUnion2FromJSON(jsonString) {
14618
+ return safeParse(
14619
+ jsonString,
14620
+ (x) => TrackIntervalUnion2$inboundSchema.parse(JSON.parse(x)),
14621
+ `Failed to parse 'TrackIntervalUnion2' from JSON`
14622
+ );
14623
+ }
14624
+ var TrackReset2$inboundSchema = z42.pipe(
14625
+ z42.object({
14626
+ interval: smartUnion([TrackIntervalEnum2$inboundSchema, string4()]),
14627
+ interval_count: optional3(number2()),
14628
+ resets_at: nullable(number2())
14629
+ }),
14630
+ z42.transform((v) => {
14631
+ return remap(v, {
14632
+ "interval_count": "intervalCount",
14633
+ "resets_at": "resetsAt"
14634
+ });
14635
+ })
14636
+ );
14637
+ function trackReset2FromJSON(jsonString) {
14638
+ return safeParse(
14639
+ jsonString,
14640
+ (x) => TrackReset2$inboundSchema.parse(JSON.parse(x)),
14641
+ `Failed to parse 'TrackReset2' from JSON`
14642
+ );
14643
+ }
14644
+ var Deduction2$inboundSchema = z42.pipe(
14645
+ z42.object({
14646
+ balance_id: string4(),
14647
+ feature_id: string4(),
14648
+ plan_id: nullable(string4()),
14649
+ reset: nullable(z42.lazy(() => TrackReset2$inboundSchema)),
14650
+ value: number2()
14651
+ }),
14652
+ z42.transform((v) => {
14653
+ return remap(v, {
14654
+ "balance_id": "balanceId",
14655
+ "feature_id": "featureId",
14656
+ "plan_id": "planId"
14657
+ });
14658
+ })
14659
+ );
14660
+ function deduction2FromJSON(jsonString) {
14661
+ return safeParse(
14662
+ jsonString,
14663
+ (x) => Deduction2$inboundSchema.parse(JSON.parse(x)),
14664
+ `Failed to parse 'Deduction2' from JSON`
14665
+ );
14666
+ }
14522
14667
  var TrackResponseBody2$inboundSchema = z42.pipe(
14523
14668
  z42.object({
14524
14669
  customer_id: string4(),
@@ -14528,7 +14673,8 @@ var TrackResponseBody2$inboundSchema = z42.pipe(
14528
14673
  balance: nullable(Balance$inboundSchema),
14529
14674
  balances: optional3(
14530
14675
  z42.record(z42.string(), nullable(Balance$inboundSchema))
14531
- )
14676
+ ),
14677
+ deductions: optional3(z42.array(z42.lazy(() => Deduction2$inboundSchema)))
14532
14678
  }),
14533
14679
  z42.transform((v) => {
14534
14680
  return remap(v, {
@@ -14545,6 +14691,58 @@ function trackResponseBody2FromJSON(jsonString) {
14545
14691
  `Failed to parse 'TrackResponseBody2' from JSON`
14546
14692
  );
14547
14693
  }
14694
+ var TrackIntervalEnum1$inboundSchema = inboundSchema(TrackIntervalEnum1);
14695
+ var TrackIntervalUnion1$inboundSchema = smartUnion([TrackIntervalEnum1$inboundSchema, string4()]);
14696
+ function trackIntervalUnion1FromJSON(jsonString) {
14697
+ return safeParse(
14698
+ jsonString,
14699
+ (x) => TrackIntervalUnion1$inboundSchema.parse(JSON.parse(x)),
14700
+ `Failed to parse 'TrackIntervalUnion1' from JSON`
14701
+ );
14702
+ }
14703
+ var TrackReset1$inboundSchema = z42.pipe(
14704
+ z42.object({
14705
+ interval: smartUnion([TrackIntervalEnum1$inboundSchema, string4()]),
14706
+ interval_count: optional3(number2()),
14707
+ resets_at: nullable(number2())
14708
+ }),
14709
+ z42.transform((v) => {
14710
+ return remap(v, {
14711
+ "interval_count": "intervalCount",
14712
+ "resets_at": "resetsAt"
14713
+ });
14714
+ })
14715
+ );
14716
+ function trackReset1FromJSON(jsonString) {
14717
+ return safeParse(
14718
+ jsonString,
14719
+ (x) => TrackReset1$inboundSchema.parse(JSON.parse(x)),
14720
+ `Failed to parse 'TrackReset1' from JSON`
14721
+ );
14722
+ }
14723
+ var Deduction1$inboundSchema = z42.pipe(
14724
+ z42.object({
14725
+ balance_id: string4(),
14726
+ feature_id: string4(),
14727
+ plan_id: nullable(string4()),
14728
+ reset: nullable(z42.lazy(() => TrackReset1$inboundSchema)),
14729
+ value: number2()
14730
+ }),
14731
+ z42.transform((v) => {
14732
+ return remap(v, {
14733
+ "balance_id": "balanceId",
14734
+ "feature_id": "featureId",
14735
+ "plan_id": "planId"
14736
+ });
14737
+ })
14738
+ );
14739
+ function deduction1FromJSON(jsonString) {
14740
+ return safeParse(
14741
+ jsonString,
14742
+ (x) => Deduction1$inboundSchema.parse(JSON.parse(x)),
14743
+ `Failed to parse 'Deduction1' from JSON`
14744
+ );
14745
+ }
14548
14746
  var TrackResponseBody1$inboundSchema = z42.pipe(
14549
14747
  z42.object({
14550
14748
  customer_id: string4(),
@@ -14554,7 +14752,8 @@ var TrackResponseBody1$inboundSchema = z42.pipe(
14554
14752
  balance: nullable(Balance$inboundSchema),
14555
14753
  balances: optional3(
14556
14754
  z42.record(z42.string(), nullable(Balance$inboundSchema))
14557
- )
14755
+ ),
14756
+ deductions: optional3(z42.array(z42.lazy(() => Deduction1$inboundSchema)))
14558
14757
  }),
14559
14758
  z42.transform((v) => {
14560
14759
  return remap(v, {
@@ -16194,6 +16393,7 @@ var UpdatePlanParams$outboundSchema = z42.pipe(
16194
16393
  z42.nullable(z42.lazy(() => UpdatePlanFreeTrialParams$outboundSchema))
16195
16394
  ),
16196
16395
  config: z42.optional(z42.lazy(() => UpdatePlanConfigRequest$outboundSchema)),
16396
+ createInStripe: z42._default(z42.boolean(), true),
16197
16397
  version: z42.optional(z42.number()),
16198
16398
  archived: z42._default(z42.boolean(), false),
16199
16399
  newPlanId: z42.optional(z42.string())
@@ -16204,6 +16404,7 @@ var UpdatePlanParams$outboundSchema = z42.pipe(
16204
16404
  addOn: "add_on",
16205
16405
  autoEnable: "auto_enable",
16206
16406
  freeTrial: "free_trial",
16407
+ createInStripe: "create_in_stripe",
16207
16408
  newPlanId: "new_plan_id"
16208
16409
  });
16209
16410
  })
@@ -18417,7 +18618,7 @@ var Billing = class extends ClientSDK {
18417
18618
  * @example
18418
18619
  * ```typescript
18419
18620
  * // Schedule a transition from a trial plan to a paid plan
18420
- * const response = await client.billing.createSchedule({ customerId: "cus_123", phases: [{"startsAt":1778254802684,"plans":[{"planId":"trial_plan"}]},{"startsAt":1779464402684,"plans":[{"planId":"pro_plan"}]}] });
18621
+ * const response = await client.billing.createSchedule({ customerId: "cus_123", phases: [{"startsAt":1778684108513,"plans":[{"planId":"trial_plan"}]},{"startsAt":1779893708513,"plans":[{"planId":"pro_plan"}]}] });
18421
18622
  * ```
18422
18623
  *
18423
18624
  * @param customerId - The ID of the customer to create the schedule for.
@@ -21289,4 +21490,4 @@ function createPageIterator(page, halt) {
21289
21490
  };
21290
21491
  }
21291
21492
 
21292
- export { Action, Action$outboundSchema, AggregateEventsCustomRange$outboundSchema, AggregateEventsFeatureId$outboundSchema, AggregateEventsList$inboundSchema, AggregateEventsResponse$inboundSchema, AttachAction, AttachAction$inboundSchema, AttachAddItemBillingMethod, AttachAddItemBillingMethod$outboundSchema, AttachAddItemExpiryDurationType, AttachAddItemExpiryDurationType$outboundSchema, AttachAddItemOnDecrease, AttachAddItemOnDecrease$outboundSchema, AttachAddItemOnIncrease, AttachAddItemOnIncrease$outboundSchema, AttachAddItemPlanItem$outboundSchema, AttachAddItemPrice$outboundSchema, AttachAddItemPriceInterval, AttachAddItemPriceInterval$outboundSchema, AttachAddItemProration$outboundSchema, AttachAddItemReset$outboundSchema, AttachAddItemResetInterval, AttachAddItemResetInterval$outboundSchema, AttachAddItemRollover$outboundSchema, AttachAddItemTier$outboundSchema, AttachAddItemTierBehavior, AttachAddItemTierBehavior$outboundSchema, AttachAddItemTo$outboundSchema, AttachAttachDiscount$outboundSchema, AttachBasePrice$outboundSchema, AttachCarryOverBalances$outboundSchema, AttachCarryOverUsages$outboundSchema, AttachCode, AttachCode$inboundSchema, AttachCustomLineItem$outboundSchema, AttachCustomize$outboundSchema, AttachDurationType, AttachDurationType$outboundSchema, AttachFeatureQuantity$outboundSchema, AttachFreeTrialParams$outboundSchema, AttachInvoice$inboundSchema, AttachInvoiceMode$outboundSchema, AttachItemBillingMethod, AttachItemBillingMethod$outboundSchema, AttachItemExpiryDurationType, AttachItemExpiryDurationType$outboundSchema, AttachItemOnDecrease, AttachItemOnDecrease$outboundSchema, AttachItemOnIncrease, AttachItemOnIncrease$outboundSchema, AttachItemPlanItem$outboundSchema, AttachItemPrice$outboundSchema, AttachItemPriceInterval, AttachItemPriceInterval$outboundSchema, AttachItemProration$outboundSchema, AttachItemReset$outboundSchema, AttachItemResetInterval, AttachItemResetInterval$outboundSchema, AttachItemRollover$outboundSchema, AttachItemTier$outboundSchema, AttachItemTierBehavior, AttachItemTierBehavior$outboundSchema, AttachItemTo$outboundSchema, AttachParams$outboundSchema, AttachPlanItemFilter$outboundSchema, AttachPlanSchedule, AttachPlanSchedule$outboundSchema, AttachPriceInterval, AttachPriceInterval$outboundSchema, AttachProrationBehavior, AttachProrationBehavior$outboundSchema, AttachRedirectMode, AttachRedirectMode$outboundSchema, AttachRemoveItemBillingMethod, AttachRemoveItemBillingMethod$outboundSchema, AttachRemoveItemInterval, AttachRemoveItemInterval$outboundSchema, AttachRequiredAction$inboundSchema, AttachResponse$inboundSchema, Autumn, AutumnDefaultError, AutumnError, Balance$inboundSchema, BalanceBillingMethod, BalanceBillingMethod$inboundSchema, BalanceCreditSchema$inboundSchema, BalanceDisplay$inboundSchema, BalanceFeature$inboundSchema, BalanceIntervalEnum, BalanceIntervalEnum$inboundSchema, BalancePrice$inboundSchema, BalanceReset$inboundSchema, BalanceRollover$inboundSchema, BalanceTierBehavior, BalanceTierBehavior$inboundSchema, BalanceType, BalanceType$inboundSchema, BillingBehavior, BillingBehavior$outboundSchema, BillingUpdateAddItemBillingMethod, BillingUpdateAddItemBillingMethod$outboundSchema, BillingUpdateAddItemExpiryDurationType, BillingUpdateAddItemExpiryDurationType$outboundSchema, BillingUpdateAddItemOnDecrease, BillingUpdateAddItemOnDecrease$outboundSchema, BillingUpdateAddItemOnIncrease, BillingUpdateAddItemOnIncrease$outboundSchema, BillingUpdateAddItemPlanItem$outboundSchema, BillingUpdateAddItemPrice$outboundSchema, BillingUpdateAddItemPriceInterval, BillingUpdateAddItemPriceInterval$outboundSchema, BillingUpdateAddItemProration$outboundSchema, BillingUpdateAddItemReset$outboundSchema, BillingUpdateAddItemResetInterval, BillingUpdateAddItemResetInterval$outboundSchema, BillingUpdateAddItemRollover$outboundSchema, BillingUpdateAddItemTier$outboundSchema, BillingUpdateAddItemTierBehavior, BillingUpdateAddItemTierBehavior$outboundSchema, BillingUpdateAddItemTo$outboundSchema, BillingUpdateAttachDiscount$outboundSchema, BillingUpdateBasePrice$outboundSchema, BillingUpdateCancelAction, BillingUpdateCancelAction$outboundSchema, BillingUpdateCode, BillingUpdateCode$inboundSchema, BillingUpdateCustomize$outboundSchema, BillingUpdateDurationType, BillingUpdateDurationType$outboundSchema, BillingUpdateFeatureQuantity$outboundSchema, BillingUpdateFreeTrialParams$outboundSchema, BillingUpdateInvoice$inboundSchema, BillingUpdateInvoiceMode$outboundSchema, BillingUpdateItemBillingMethod, BillingUpdateItemBillingMethod$outboundSchema, BillingUpdateItemExpiryDurationType, BillingUpdateItemExpiryDurationType$outboundSchema, BillingUpdateItemOnDecrease, BillingUpdateItemOnDecrease$outboundSchema, BillingUpdateItemOnIncrease, BillingUpdateItemOnIncrease$outboundSchema, BillingUpdateItemPlanItem$outboundSchema, BillingUpdateItemPrice$outboundSchema, BillingUpdateItemPriceInterval, BillingUpdateItemPriceInterval$outboundSchema, BillingUpdateItemProration$outboundSchema, BillingUpdateItemReset$outboundSchema, BillingUpdateItemResetInterval, BillingUpdateItemResetInterval$outboundSchema, BillingUpdateItemRollover$outboundSchema, BillingUpdateItemTier$outboundSchema, BillingUpdateItemTierBehavior, BillingUpdateItemTierBehavior$outboundSchema, BillingUpdateItemTo$outboundSchema, BillingUpdatePlanItemFilter$outboundSchema, BillingUpdatePriceInterval, BillingUpdatePriceInterval$outboundSchema, BillingUpdateProrationBehavior, BillingUpdateProrationBehavior$outboundSchema, BillingUpdateRecalculateBalances$outboundSchema, BillingUpdateRedirectMode, BillingUpdateRedirectMode$outboundSchema, BillingUpdateRemoveItemBillingMethod, BillingUpdateRemoveItemBillingMethod$outboundSchema, BillingUpdateRemoveItemInterval, BillingUpdateRemoveItemInterval$outboundSchema, BillingUpdateRequiredAction$inboundSchema, BillingUpdateResponse$inboundSchema, BinSize, BinSize$outboundSchema, Breakdown$inboundSchema, CheckConfig1$inboundSchema, CheckConfig2$inboundSchema, CheckCreditSchema1$inboundSchema, CheckCreditSchema2$inboundSchema, CheckEnv1, CheckEnv1$inboundSchema, CheckEnv2, CheckEnv2$inboundSchema, CheckFeature1$inboundSchema, CheckFeature2$inboundSchema, CheckFreeTrial1$inboundSchema, CheckFreeTrial2$inboundSchema, CheckInterval1, CheckInterval1$inboundSchema, CheckInterval2, CheckInterval2$inboundSchema, CheckItem1$inboundSchema, CheckItem2$inboundSchema, CheckLock$outboundSchema, CheckOnDecrease1, CheckOnDecrease1$inboundSchema, CheckOnDecrease2, CheckOnDecrease2$inboundSchema, CheckOnIncrease1, CheckOnIncrease1$inboundSchema, CheckOnIncrease2, CheckOnIncrease2$inboundSchema, CheckParams$outboundSchema, CheckResponse$inboundSchema, CheckResponseBody1$inboundSchema, CheckResponseBody2$inboundSchema, CheckRollover1$inboundSchema, CheckRollover2$inboundSchema, CheckTierBehavior1, CheckTierBehavior1$inboundSchema, CheckTierBehavior2, CheckTierBehavior2$inboundSchema, ConfigDuration1, ConfigDuration1$inboundSchema, ConfigDuration2, ConfigDuration2$inboundSchema, ConnectionError, CreateBalanceDuration, CreateBalanceDuration$outboundSchema, CreateBalanceInterval, CreateBalanceInterval$outboundSchema, CreateBalanceParams$outboundSchema, CreateBalanceReset$outboundSchema, CreateBalanceResponse$inboundSchema, CreateBalanceRollover$outboundSchema, CreateEntityBillingControlsRequest$outboundSchema, CreateEntityBillingControlsResponse$inboundSchema, CreateEntityCreditSchema$inboundSchema, CreateEntityDisplay$inboundSchema, CreateEntityEnv, CreateEntityEnv$inboundSchema, CreateEntityFeature$inboundSchema, CreateEntityFlags$inboundSchema, CreateEntityInvoice$inboundSchema, CreateEntityOverageAllowedRequest$outboundSchema, CreateEntityOverageAllowedResponse$inboundSchema, CreateEntityParams$outboundSchema, CreateEntityProcessorType, CreateEntityProcessorType$inboundSchema, CreateEntityPurchase$inboundSchema, CreateEntityResponse$inboundSchema, CreateEntitySpendLimitRequest$outboundSchema, CreateEntitySpendLimitResponse$inboundSchema, CreateEntityStatus, CreateEntityStatus$inboundSchema, CreateEntitySubscription$inboundSchema, CreateEntityThresholdTypeRequestBody, CreateEntityThresholdTypeRequestBody$outboundSchema, CreateEntityThresholdTypeResponse, CreateEntityThresholdTypeResponse$inboundSchema, CreateEntityType, CreateEntityType$inboundSchema, CreateEntityUsageAlertRequestBody$outboundSchema, CreateEntityUsageAlertResponse$inboundSchema, CreateFeatureCreditSchemaRequest$outboundSchema, CreateFeatureCreditSchemaResponse$inboundSchema, CreateFeatureDisplayRequest$outboundSchema, CreateFeatureDisplayResponse$inboundSchema, CreateFeatureParams$outboundSchema, CreateFeatureResponse$inboundSchema, CreateFeatureTypeRequest, CreateFeatureTypeRequest$outboundSchema, CreateFeatureTypeResponse, CreateFeatureTypeResponse$inboundSchema, CreatePlanAttachAction, CreatePlanAttachAction$inboundSchema, CreatePlanBillingMethodRequest, CreatePlanBillingMethodRequest$outboundSchema, CreatePlanBillingMethodResponse, CreatePlanBillingMethodResponse$inboundSchema, CreatePlanConfigRequest$outboundSchema, CreatePlanConfigResponse$inboundSchema, CreatePlanCreditSchema$inboundSchema, CreatePlanCustomerEligibility$inboundSchema, CreatePlanDurationTypeRequest, CreatePlanDurationTypeRequest$outboundSchema, CreatePlanDurationTypeResponse, CreatePlanDurationTypeResponse$inboundSchema, CreatePlanEnv, CreatePlanEnv$inboundSchema, CreatePlanExpiryDurationTypeRequest, CreatePlanExpiryDurationTypeRequest$outboundSchema, CreatePlanExpiryDurationTypeResponse, CreatePlanExpiryDurationTypeResponse$inboundSchema, CreatePlanFeature$inboundSchema, CreatePlanFeatureDisplay$inboundSchema, CreatePlanFreeTrialResponse$inboundSchema, CreatePlanItem$inboundSchema, CreatePlanItemDisplay$inboundSchema, CreatePlanItemPriceIntervalRequest, CreatePlanItemPriceIntervalRequest$outboundSchema, CreatePlanItemPriceRequest$outboundSchema, CreatePlanItemPriceResponse$inboundSchema, CreatePlanOnDecrease, CreatePlanOnDecrease$outboundSchema, CreatePlanOnIncrease, CreatePlanOnIncrease$outboundSchema, CreatePlanParams$outboundSchema, CreatePlanPlanItem$outboundSchema, CreatePlanPriceDisplay$inboundSchema, CreatePlanPriceIntervalRequest, CreatePlanPriceIntervalRequest$outboundSchema, CreatePlanPriceIntervalResponse, CreatePlanPriceIntervalResponse$inboundSchema, CreatePlanPriceItemIntervalResponse, CreatePlanPriceItemIntervalResponse$inboundSchema, CreatePlanPriceRequest$outboundSchema, CreatePlanPriceResponse$inboundSchema, CreatePlanProration$outboundSchema, CreatePlanResetIntervalRequest, CreatePlanResetIntervalRequest$outboundSchema, CreatePlanResetIntervalResponse, CreatePlanResetIntervalResponse$inboundSchema, CreatePlanResetRequest$outboundSchema, CreatePlanResetResponse$inboundSchema, CreatePlanResponse$inboundSchema, CreatePlanRolloverRequest$outboundSchema, CreatePlanRolloverResponse$inboundSchema, CreatePlanStatus, CreatePlanStatus$inboundSchema, CreatePlanTier$outboundSchema, CreatePlanTierBehaviorRequest, CreatePlanTierBehaviorRequest$outboundSchema, CreatePlanTierBehaviorResponse, CreatePlanTierBehaviorResponse$inboundSchema, CreatePlanTo$outboundSchema, CreatePlanType, CreatePlanType$inboundSchema, CreateReferralCodeParams$outboundSchema, CreateReferralCodeResponse$inboundSchema, CreateScheduleBasePrice2$outboundSchema, CreateScheduleBillingMethod2, CreateScheduleBillingMethod2$outboundSchema, CreateScheduleCode, CreateScheduleCode$inboundSchema, CreateScheduleCustomize2$outboundSchema, CreateScheduleExpiryDurationType2, CreateScheduleExpiryDurationType2$outboundSchema, CreateScheduleFeatureQuantity2$outboundSchema, CreateScheduleInvoice$inboundSchema, CreateScheduleInvoiceMode$outboundSchema, CreateScheduleItemPriceInterval2, CreateScheduleItemPriceInterval2$outboundSchema, CreateScheduleOnDecrease2, CreateScheduleOnDecrease2$outboundSchema, CreateScheduleOnIncrease2, CreateScheduleOnIncrease2$outboundSchema, CreateScheduleParams$outboundSchema, CreateSchedulePlan2$outboundSchema, CreateSchedulePlanItem2$outboundSchema, CreateSchedulePrice2$outboundSchema, CreateSchedulePriceInterval2, CreateSchedulePriceInterval2$outboundSchema, CreateScheduleProration2$outboundSchema, CreateScheduleRedirectMode, CreateScheduleRedirectMode$outboundSchema, CreateScheduleRequiredAction$inboundSchema, CreateScheduleReset2$outboundSchema, CreateScheduleResetInterval2, CreateScheduleResetInterval2$outboundSchema, CreateScheduleResponse$inboundSchema, CreateScheduleRollover2$outboundSchema, CreateScheduleStatus, CreateScheduleStatus$inboundSchema, CreateScheduleTier2$outboundSchema, CreateScheduleTierBehavior2, CreateScheduleTierBehavior2$outboundSchema, Customer$inboundSchema, CustomerAutoTopup$inboundSchema, CustomerBillingControls$inboundSchema, CustomerConfig$inboundSchema, CustomerCreditSchema$inboundSchema, CustomerData$outboundSchema, CustomerDataAutoTopup$outboundSchema, CustomerDataBillingControls$outboundSchema, CustomerDataConfig$outboundSchema, CustomerDataInterval, CustomerDataInterval$outboundSchema, CustomerDataOverageAllowed$outboundSchema, CustomerDataPurchaseLimit$outboundSchema, CustomerDataSpendLimit$outboundSchema, CustomerDataThresholdType, CustomerDataThresholdType$outboundSchema, CustomerDataUsageAlert$outboundSchema, CustomerDisplay$inboundSchema, CustomerDurationType, CustomerDurationType$inboundSchema, CustomerEligibility$inboundSchema, CustomerEntityEnv, CustomerEntityEnv$inboundSchema, CustomerEnv, CustomerEnv$inboundSchema, CustomerExpand, CustomerExpand$outboundSchema, CustomerFeature$inboundSchema, CustomerFlagsType, CustomerFlagsType$inboundSchema, CustomerInterval1, CustomerInterval1$inboundSchema, CustomerInterval2, CustomerInterval2$inboundSchema, CustomerOverageAllowed$inboundSchema, CustomerPurchaseLimit1$inboundSchema, CustomerPurchaseLimit2$inboundSchema, CustomerPurchaseLimitUnion$inboundSchema, CustomerRewardsType, CustomerRewardsType$inboundSchema, CustomerSpendLimit$inboundSchema, CustomerStatus, CustomerStatus$inboundSchema, CustomerThresholdType, CustomerThresholdType$inboundSchema, CustomerUsageAlert$inboundSchema, DeleteBalanceInterval, DeleteBalanceInterval$outboundSchema, DeleteBalanceParams$outboundSchema, DeleteBalanceResponse$inboundSchema, DeleteCustomerParams$outboundSchema, DeleteCustomerResponse$inboundSchema, DeleteEntityParams$outboundSchema, DeleteEntityResponse$inboundSchema, DeleteFeatureParams$outboundSchema, DeleteFeatureResponse$inboundSchema, DeletePlanParams$outboundSchema, DeletePlanResponse$inboundSchema, Discount$inboundSchema, Entity$inboundSchema, EventsAggregateParams$outboundSchema, EventsListParams$outboundSchema, ExpiryDurationType, ExpiryDurationType$inboundSchema, FeatureType1, FeatureType1$inboundSchema, FeatureType2, FeatureType2$inboundSchema, FinalizeBalanceParams$outboundSchema, FinalizeLockResponse$inboundSchema, FinalizeLockResponseBody1$inboundSchema, FinalizeLockResponseBody2$inboundSchema, Flag1$inboundSchema, Flag2$inboundSchema, FlagDisplay1$inboundSchema, FlagDisplay2$inboundSchema, FlagType1, FlagType1$inboundSchema, FlagType2, FlagType2$inboundSchema, Flags$inboundSchema, FreeTrial$inboundSchema, FreeTrialDuration1, FreeTrialDuration1$inboundSchema, FreeTrialDuration2, FreeTrialDuration2$inboundSchema, FreeTrialRequest$outboundSchema, GetCustomerAutoTopup$inboundSchema, GetCustomerBillingControls$inboundSchema, GetCustomerConfig$inboundSchema, GetCustomerCreditSchema$inboundSchema, GetCustomerCustomer$inboundSchema, GetCustomerDiscount$inboundSchema, GetCustomerDisplay$inboundSchema, GetCustomerDurationType, GetCustomerDurationType$inboundSchema, GetCustomerEntity$inboundSchema, GetCustomerEntityEnv, GetCustomerEntityEnv$inboundSchema, GetCustomerEnv, GetCustomerEnv$inboundSchema, GetCustomerFeature$inboundSchema, GetCustomerFlags$inboundSchema, GetCustomerFlagsType, GetCustomerFlagsType$inboundSchema, GetCustomerInterval1, GetCustomerInterval1$inboundSchema, GetCustomerInterval2, GetCustomerInterval2$inboundSchema, GetCustomerInvoice$inboundSchema, GetCustomerOverageAllowed$inboundSchema, GetCustomerParams$outboundSchema, GetCustomerProcessorType, GetCustomerProcessorType$inboundSchema, GetCustomerProcessors$inboundSchema, GetCustomerPurchase$inboundSchema, GetCustomerPurchaseLimit1$inboundSchema, GetCustomerPurchaseLimit2$inboundSchema, GetCustomerPurchaseLimitUnion$inboundSchema, GetCustomerReferral$inboundSchema, GetCustomerResponse$inboundSchema, GetCustomerRevenuecat$inboundSchema, GetCustomerRewards$inboundSchema, GetCustomerRewardsType, GetCustomerRewardsType$inboundSchema, GetCustomerSpendLimit$inboundSchema, GetCustomerStatus, GetCustomerStatus$inboundSchema, GetCustomerStripe$inboundSchema, GetCustomerSubscription$inboundSchema, GetCustomerThresholdType, GetCustomerThresholdType$inboundSchema, GetCustomerTrialsUsed$inboundSchema, GetCustomerUsageAlert$inboundSchema, GetCustomerVercel$inboundSchema, GetEntityBillingControls$inboundSchema, GetEntityCreditSchema$inboundSchema, GetEntityDisplay$inboundSchema, GetEntityEnv, GetEntityEnv$inboundSchema, GetEntityFeature$inboundSchema, GetEntityFlags$inboundSchema, GetEntityInvoice$inboundSchema, GetEntityOverageAllowed$inboundSchema, GetEntityParams$outboundSchema, GetEntityProcessorType, GetEntityProcessorType$inboundSchema, GetEntityPurchase$inboundSchema, GetEntityResponse$inboundSchema, GetEntitySpendLimit$inboundSchema, GetEntityStatus, GetEntityStatus$inboundSchema, GetEntitySubscription$inboundSchema, GetEntityThresholdType, GetEntityThresholdType$inboundSchema, GetEntityType, GetEntityType$inboundSchema, GetEntityUsageAlert$inboundSchema, GetFeatureCreditSchema$inboundSchema, GetFeatureDisplay$inboundSchema, GetFeatureParams$outboundSchema, GetFeatureResponse$inboundSchema, GetFeatureType, GetFeatureType$inboundSchema, GetOrCreateCustomerAutoTopup$outboundSchema, GetOrCreateCustomerBillingControls$outboundSchema, GetOrCreateCustomerConfig$outboundSchema, GetOrCreateCustomerInterval, GetOrCreateCustomerInterval$outboundSchema, GetOrCreateCustomerOverageAllowed$outboundSchema, GetOrCreateCustomerParams$outboundSchema, GetOrCreateCustomerPurchaseLimit$outboundSchema, GetOrCreateCustomerSpendLimit$outboundSchema, GetOrCreateCustomerThresholdType, GetOrCreateCustomerThresholdType$outboundSchema, GetOrCreateCustomerUsageAlert$outboundSchema, GetPlanAttachAction, GetPlanAttachAction$inboundSchema, GetPlanBillingMethod, GetPlanBillingMethod$inboundSchema, GetPlanConfig$inboundSchema, GetPlanCreditSchema$inboundSchema, GetPlanCustomerEligibility$inboundSchema, GetPlanDurationType, GetPlanDurationType$inboundSchema, GetPlanEnv, GetPlanEnv$inboundSchema, GetPlanExpiryDurationType, GetPlanExpiryDurationType$inboundSchema, GetPlanFeature$inboundSchema, GetPlanFeatureDisplay$inboundSchema, GetPlanFreeTrial$inboundSchema, GetPlanItem$inboundSchema, GetPlanItemDisplay$inboundSchema, GetPlanItemPrice$inboundSchema, GetPlanParams$outboundSchema, GetPlanPrice$inboundSchema, GetPlanPriceDisplay$inboundSchema, GetPlanPriceInterval, GetPlanPriceInterval$inboundSchema, GetPlanPriceItemInterval, GetPlanPriceItemInterval$inboundSchema, GetPlanReset$inboundSchema, GetPlanResetInterval, GetPlanResetInterval$inboundSchema, GetPlanResponse$inboundSchema, GetPlanRollover$inboundSchema, GetPlanStatus, GetPlanStatus$inboundSchema, GetPlanTierBehavior, GetPlanTierBehavior$inboundSchema, GetPlanType, GetPlanType$inboundSchema, HTTPClient, HTTPClientError, IncludedUsage1$inboundSchema, IncludedUsage2$inboundSchema, Intent, Intent$inboundSchema, Interval$inboundSchema, InvalidRequestError, Invoice$inboundSchema, Item$inboundSchema, ListCustomersAutoTopup$inboundSchema, ListCustomersBillingControls$inboundSchema, ListCustomersConfig$inboundSchema, ListCustomersCreditSchema$inboundSchema, ListCustomersDisplay$inboundSchema, ListCustomersEnv, ListCustomersEnv$inboundSchema, ListCustomersFeature$inboundSchema, ListCustomersFlags$inboundSchema, ListCustomersInterval1, ListCustomersInterval1$inboundSchema, ListCustomersInterval2, ListCustomersInterval2$inboundSchema, ListCustomersList$inboundSchema, ListCustomersOverageAllowed$inboundSchema, ListCustomersParams$outboundSchema, ListCustomersPlan$outboundSchema, ListCustomersProcessor, ListCustomersProcessor$outboundSchema, ListCustomersProcessors$inboundSchema, ListCustomersPurchase$inboundSchema, ListCustomersPurchaseLimit1$inboundSchema, ListCustomersPurchaseLimit2$inboundSchema, ListCustomersPurchaseLimitUnion$inboundSchema, ListCustomersResponse$inboundSchema, ListCustomersRevenuecat$inboundSchema, ListCustomersSpendLimit$inboundSchema, ListCustomersStatus, ListCustomersStatus$inboundSchema, ListCustomersStripe$inboundSchema, ListCustomersSubscription$inboundSchema, ListCustomersSubscriptionStatus, ListCustomersSubscriptionStatus$outboundSchema, ListCustomersThresholdType, ListCustomersThresholdType$inboundSchema, ListCustomersType, ListCustomersType$inboundSchema, ListCustomersUsageAlert$inboundSchema, ListCustomersVercel$inboundSchema, ListEntitiesBillingControls$inboundSchema, ListEntitiesCreditSchema$inboundSchema, ListEntitiesDisplay$inboundSchema, ListEntitiesEnv, ListEntitiesEnv$inboundSchema, ListEntitiesFeature$inboundSchema, ListEntitiesFlags$inboundSchema, ListEntitiesInvoice$inboundSchema, ListEntitiesList$inboundSchema, ListEntitiesOverageAllowed$inboundSchema, ListEntitiesParams$outboundSchema, ListEntitiesPlan$outboundSchema, ListEntitiesProcessor, ListEntitiesProcessor$outboundSchema, ListEntitiesProcessorType, ListEntitiesProcessorType$inboundSchema, ListEntitiesPurchase$inboundSchema, ListEntitiesResponse$inboundSchema, ListEntitiesSpendLimit$inboundSchema, ListEntitiesStatus, ListEntitiesStatus$inboundSchema, ListEntitiesSubscription$inboundSchema, ListEntitiesSubscriptionStatus, ListEntitiesSubscriptionStatus$outboundSchema, ListEntitiesThresholdType, ListEntitiesThresholdType$inboundSchema, ListEntitiesType, ListEntitiesType$inboundSchema, ListEntitiesUsageAlert$inboundSchema, ListEventsCustomRange$outboundSchema, ListEventsFeatureId$outboundSchema, ListEventsList$inboundSchema, ListEventsResponse$inboundSchema, ListFeaturesCreditSchema$inboundSchema, ListFeaturesDisplay$inboundSchema, ListFeaturesList$inboundSchema, ListFeaturesRequest$outboundSchema, ListFeaturesResponse$inboundSchema, ListFeaturesType, ListFeaturesType$inboundSchema, ListPlansAttachAction, ListPlansAttachAction$inboundSchema, ListPlansBillingMethod, ListPlansBillingMethod$inboundSchema, ListPlansConfig$inboundSchema, ListPlansCreditSchema$inboundSchema, ListPlansCustomerEligibility$inboundSchema, ListPlansDurationType, ListPlansDurationType$inboundSchema, ListPlansEnv, ListPlansEnv$inboundSchema, ListPlansExpiryDurationType, ListPlansExpiryDurationType$inboundSchema, ListPlansFeature$inboundSchema, ListPlansFeatureDisplay$inboundSchema, ListPlansFreeTrial$inboundSchema, ListPlansItem$inboundSchema, ListPlansItemDisplay$inboundSchema, ListPlansItemPrice$inboundSchema, ListPlansList$inboundSchema, ListPlansParams$outboundSchema, ListPlansPrice$inboundSchema, ListPlansPriceDisplay$inboundSchema, ListPlansPriceInterval, ListPlansPriceInterval$inboundSchema, ListPlansPriceItemInterval, ListPlansPriceItemInterval$inboundSchema, ListPlansReset$inboundSchema, ListPlansResetInterval, ListPlansResetInterval$inboundSchema, ListPlansResponse$inboundSchema, ListPlansRollover$inboundSchema, ListPlansStatus, ListPlansStatus$inboundSchema, ListPlansTierBehavior, ListPlansTierBehavior$inboundSchema, ListPlansType, ListPlansType$inboundSchema, MultiAttachAttachDiscount$outboundSchema, MultiAttachBasePrice$outboundSchema, MultiAttachBillingControls$outboundSchema, MultiAttachBillingMethod, MultiAttachBillingMethod$outboundSchema, MultiAttachCode, MultiAttachCode$inboundSchema, MultiAttachCustomize$outboundSchema, MultiAttachDurationType, MultiAttachDurationType$outboundSchema, MultiAttachEntityData$outboundSchema, MultiAttachExpiryDurationType, MultiAttachExpiryDurationType$outboundSchema, MultiAttachFeatureQuantity$outboundSchema, MultiAttachFreeTrialParams$outboundSchema, MultiAttachInvoice$inboundSchema, MultiAttachInvoiceMode$outboundSchema, MultiAttachItemPriceInterval, MultiAttachItemPriceInterval$outboundSchema, MultiAttachOnDecrease, MultiAttachOnDecrease$outboundSchema, MultiAttachOnIncrease, MultiAttachOnIncrease$outboundSchema, MultiAttachOverageAllowed$outboundSchema, MultiAttachParams$outboundSchema, MultiAttachPlan$outboundSchema, MultiAttachPlanItem$outboundSchema, MultiAttachPrice$outboundSchema, MultiAttachPriceInterval, MultiAttachPriceInterval$outboundSchema, MultiAttachProration$outboundSchema, MultiAttachRedirectMode, MultiAttachRedirectMode$outboundSchema, MultiAttachRequiredAction$inboundSchema, MultiAttachReset$outboundSchema, MultiAttachResetInterval, MultiAttachResetInterval$outboundSchema, MultiAttachResponse$inboundSchema, MultiAttachRollover$outboundSchema, MultiAttachSpendLimit$outboundSchema, MultiAttachThresholdType, MultiAttachThresholdType$outboundSchema, MultiAttachTier$outboundSchema, MultiAttachTierBehavior, MultiAttachTierBehavior$outboundSchema, MultiAttachTo$outboundSchema, MultiAttachUsageAlert$outboundSchema, OpenCustomerPortalParams$outboundSchema, OpenCustomerPortalResponse$inboundSchema, Phase$outboundSchema, PhaseRequest2$outboundSchema, PhaseResponse$inboundSchema, Plan$inboundSchema, PlanBillingMethod, PlanBillingMethod$inboundSchema, PlanConfig$inboundSchema, PlanCreditSchema$inboundSchema, PlanDurationType, PlanDurationType$inboundSchema, PlanEnv, PlanEnv$inboundSchema, PlanFeature$inboundSchema, PlanFeatureDisplay$inboundSchema, PlanItemDisplay$inboundSchema, PlanItemPrice$inboundSchema, PlanPrice$inboundSchema, PlanPriceDisplay$inboundSchema, PlanPriceInterval, PlanPriceInterval$inboundSchema, PlanPriceItemInterval, PlanPriceItemInterval$inboundSchema, PlanReset$inboundSchema, PlanResetInterval, PlanResetInterval$inboundSchema, PlanRollover$inboundSchema, PlanStatus, PlanStatus$inboundSchema, PlanTierBehavior, PlanTierBehavior$inboundSchema, PlanType, PlanType$inboundSchema, Preview1$inboundSchema, Preview2$inboundSchema, PreviewAttachAddItemBillingMethod, PreviewAttachAddItemBillingMethod$outboundSchema, PreviewAttachAddItemExpiryDurationType, PreviewAttachAddItemExpiryDurationType$outboundSchema, PreviewAttachAddItemOnDecrease, PreviewAttachAddItemOnDecrease$outboundSchema, PreviewAttachAddItemOnIncrease, PreviewAttachAddItemOnIncrease$outboundSchema, PreviewAttachAddItemPlanItem$outboundSchema, PreviewAttachAddItemPrice$outboundSchema, PreviewAttachAddItemPriceInterval, PreviewAttachAddItemPriceInterval$outboundSchema, PreviewAttachAddItemProration$outboundSchema, PreviewAttachAddItemReset$outboundSchema, PreviewAttachAddItemResetInterval, PreviewAttachAddItemResetInterval$outboundSchema, PreviewAttachAddItemRollover$outboundSchema, PreviewAttachAddItemTier$outboundSchema, PreviewAttachAddItemTierBehavior, PreviewAttachAddItemTierBehavior$outboundSchema, PreviewAttachAddItemTo$outboundSchema, PreviewAttachAttachDiscount$outboundSchema, PreviewAttachBasePrice$outboundSchema, PreviewAttachCarryOverBalances$outboundSchema, PreviewAttachCarryOverUsages$outboundSchema, PreviewAttachCheckoutType, PreviewAttachCheckoutType$inboundSchema, PreviewAttachCustomLineItem$outboundSchema, PreviewAttachCustomize$outboundSchema, PreviewAttachDiscount$inboundSchema, PreviewAttachDurationType, PreviewAttachDurationType$outboundSchema, PreviewAttachFeatureQuantityRequest$outboundSchema, PreviewAttachFreeTrialParams$outboundSchema, PreviewAttachIncoming$inboundSchema, PreviewAttachIncomingFeatureQuantity$inboundSchema, PreviewAttachInvoiceCredits$inboundSchema, PreviewAttachInvoiceMode$outboundSchema, PreviewAttachItemBillingMethod, PreviewAttachItemBillingMethod$outboundSchema, PreviewAttachItemExpiryDurationType, PreviewAttachItemExpiryDurationType$outboundSchema, PreviewAttachItemOnDecrease, PreviewAttachItemOnDecrease$outboundSchema, PreviewAttachItemOnIncrease, PreviewAttachItemOnIncrease$outboundSchema, PreviewAttachItemPlanItem$outboundSchema, PreviewAttachItemPrice$outboundSchema, PreviewAttachItemPriceInterval, PreviewAttachItemPriceInterval$outboundSchema, PreviewAttachItemProration$outboundSchema, PreviewAttachItemReset$outboundSchema, PreviewAttachItemResetInterval, PreviewAttachItemResetInterval$outboundSchema, PreviewAttachItemRollover$outboundSchema, PreviewAttachItemTier$outboundSchema, PreviewAttachItemTierBehavior, PreviewAttachItemTierBehavior$outboundSchema, PreviewAttachItemTo$outboundSchema, PreviewAttachLineItem$inboundSchema, PreviewAttachLineItemPeriod$inboundSchema, PreviewAttachNextCycle$inboundSchema, PreviewAttachNextCycleDiscount$inboundSchema, PreviewAttachNextCycleLineItem$inboundSchema, PreviewAttachNextCycleLineItemPeriod$inboundSchema, PreviewAttachOutgoing$inboundSchema, PreviewAttachOutgoingFeatureQuantity$inboundSchema, PreviewAttachParams$outboundSchema, PreviewAttachPlanItemFilter$outboundSchema, PreviewAttachPlanSchedule, PreviewAttachPlanSchedule$outboundSchema, PreviewAttachPriceInterval, PreviewAttachPriceInterval$outboundSchema, PreviewAttachProrationBehavior, PreviewAttachProrationBehavior$outboundSchema, PreviewAttachRedirectMode, PreviewAttachRedirectMode$outboundSchema, PreviewAttachRemoveItemBillingMethod, PreviewAttachRemoveItemBillingMethod$outboundSchema, PreviewAttachRemoveItemInterval, PreviewAttachRemoveItemInterval$outboundSchema, PreviewAttachResponse$inboundSchema, PreviewAttachStatus, PreviewAttachStatus$inboundSchema, PreviewAttachTax$inboundSchema, PreviewAttachUsageLineItem$inboundSchema, PreviewAttachUsageLineItemPeriod$inboundSchema, PreviewMultiAttachAttachDiscount$outboundSchema, PreviewMultiAttachBasePrice$outboundSchema, PreviewMultiAttachBillingControls$outboundSchema, PreviewMultiAttachBillingMethod, PreviewMultiAttachBillingMethod$outboundSchema, PreviewMultiAttachCheckoutType, PreviewMultiAttachCheckoutType$inboundSchema, PreviewMultiAttachCustomize$outboundSchema, PreviewMultiAttachDiscount$inboundSchema, PreviewMultiAttachDurationType, PreviewMultiAttachDurationType$outboundSchema, PreviewMultiAttachEntityData$outboundSchema, PreviewMultiAttachExpiryDurationType, PreviewMultiAttachExpiryDurationType$outboundSchema, PreviewMultiAttachFreeTrialParams$outboundSchema, PreviewMultiAttachIncoming$inboundSchema, PreviewMultiAttachIncomingFeatureQuantity$inboundSchema, PreviewMultiAttachInvoiceCredits$inboundSchema, PreviewMultiAttachInvoiceMode$outboundSchema, PreviewMultiAttachItemPriceInterval, PreviewMultiAttachItemPriceInterval$outboundSchema, PreviewMultiAttachLineItem$inboundSchema, PreviewMultiAttachLineItemPeriod$inboundSchema, PreviewMultiAttachNextCycle$inboundSchema, PreviewMultiAttachNextCycleDiscount$inboundSchema, PreviewMultiAttachNextCycleLineItem$inboundSchema, PreviewMultiAttachNextCycleLineItemPeriod$inboundSchema, PreviewMultiAttachOnDecrease, PreviewMultiAttachOnDecrease$outboundSchema, PreviewMultiAttachOnIncrease, PreviewMultiAttachOnIncrease$outboundSchema, PreviewMultiAttachOutgoing$inboundSchema, PreviewMultiAttachOutgoingFeatureQuantity$inboundSchema, PreviewMultiAttachOverageAllowed$outboundSchema, PreviewMultiAttachParams$outboundSchema, PreviewMultiAttachPlan$outboundSchema, PreviewMultiAttachPlanFeatureQuantity$outboundSchema, PreviewMultiAttachPlanItem$outboundSchema, PreviewMultiAttachPrice$outboundSchema, PreviewMultiAttachPriceInterval, PreviewMultiAttachPriceInterval$outboundSchema, PreviewMultiAttachProration$outboundSchema, PreviewMultiAttachRedirectMode, PreviewMultiAttachRedirectMode$outboundSchema, PreviewMultiAttachReset$outboundSchema, PreviewMultiAttachResetInterval, PreviewMultiAttachResetInterval$outboundSchema, PreviewMultiAttachResponse$inboundSchema, PreviewMultiAttachRollover$outboundSchema, PreviewMultiAttachSpendLimit$outboundSchema, PreviewMultiAttachStatus, PreviewMultiAttachStatus$inboundSchema, PreviewMultiAttachTax$inboundSchema, PreviewMultiAttachThresholdType, PreviewMultiAttachThresholdType$outboundSchema, PreviewMultiAttachTier$outboundSchema, PreviewMultiAttachTierBehavior, PreviewMultiAttachTierBehavior$outboundSchema, PreviewMultiAttachTo$outboundSchema, PreviewMultiAttachUsageAlert$outboundSchema, PreviewMultiAttachUsageLineItem$inboundSchema, PreviewMultiAttachUsageLineItemPeriod$inboundSchema, PreviewUpdateAddItemBillingMethod, PreviewUpdateAddItemBillingMethod$outboundSchema, PreviewUpdateAddItemExpiryDurationType, PreviewUpdateAddItemExpiryDurationType$outboundSchema, PreviewUpdateAddItemOnDecrease, PreviewUpdateAddItemOnDecrease$outboundSchema, PreviewUpdateAddItemOnIncrease, PreviewUpdateAddItemOnIncrease$outboundSchema, PreviewUpdateAddItemPlanItem$outboundSchema, PreviewUpdateAddItemPrice$outboundSchema, PreviewUpdateAddItemPriceInterval, PreviewUpdateAddItemPriceInterval$outboundSchema, PreviewUpdateAddItemProration$outboundSchema, PreviewUpdateAddItemReset$outboundSchema, PreviewUpdateAddItemResetInterval, PreviewUpdateAddItemResetInterval$outboundSchema, PreviewUpdateAddItemRollover$outboundSchema, PreviewUpdateAddItemTier$outboundSchema, PreviewUpdateAddItemTierBehavior, PreviewUpdateAddItemTierBehavior$outboundSchema, PreviewUpdateAddItemTo$outboundSchema, PreviewUpdateAttachDiscount$outboundSchema, PreviewUpdateBasePrice$outboundSchema, PreviewUpdateCancelAction, PreviewUpdateCancelAction$outboundSchema, PreviewUpdateCustomize$outboundSchema, PreviewUpdateDiscount$inboundSchema, PreviewUpdateDurationType, PreviewUpdateDurationType$outboundSchema, PreviewUpdateFeatureQuantityRequest$outboundSchema, PreviewUpdateFreeTrialParams$outboundSchema, PreviewUpdateIncoming$inboundSchema, PreviewUpdateIncomingFeatureQuantity$inboundSchema, PreviewUpdateInvoiceCredits$inboundSchema, PreviewUpdateInvoiceMode$outboundSchema, PreviewUpdateItemBillingMethod, PreviewUpdateItemBillingMethod$outboundSchema, PreviewUpdateItemExpiryDurationType, PreviewUpdateItemExpiryDurationType$outboundSchema, PreviewUpdateItemOnDecrease, PreviewUpdateItemOnDecrease$outboundSchema, PreviewUpdateItemOnIncrease, PreviewUpdateItemOnIncrease$outboundSchema, PreviewUpdateItemPlanItem$outboundSchema, PreviewUpdateItemPrice$outboundSchema, PreviewUpdateItemPriceInterval, PreviewUpdateItemPriceInterval$outboundSchema, PreviewUpdateItemProration$outboundSchema, PreviewUpdateItemReset$outboundSchema, PreviewUpdateItemResetInterval, PreviewUpdateItemResetInterval$outboundSchema, PreviewUpdateItemRollover$outboundSchema, PreviewUpdateItemTier$outboundSchema, PreviewUpdateItemTierBehavior, PreviewUpdateItemTierBehavior$outboundSchema, PreviewUpdateItemTo$outboundSchema, PreviewUpdateLineItem$inboundSchema, PreviewUpdateLineItemPeriod$inboundSchema, PreviewUpdateNextCycle$inboundSchema, PreviewUpdateNextCycleDiscount$inboundSchema, PreviewUpdateNextCycleLineItem$inboundSchema, PreviewUpdateNextCycleLineItemPeriod$inboundSchema, PreviewUpdateOutgoing$inboundSchema, PreviewUpdateOutgoingFeatureQuantity$inboundSchema, PreviewUpdateParams$outboundSchema, PreviewUpdatePlanItemFilter$outboundSchema, PreviewUpdatePriceInterval, PreviewUpdatePriceInterval$outboundSchema, PreviewUpdateProrationBehavior, PreviewUpdateProrationBehavior$outboundSchema, PreviewUpdateRecalculateBalances$outboundSchema, PreviewUpdateRedirectMode, PreviewUpdateRedirectMode$outboundSchema, PreviewUpdateRemoveItemBillingMethod, PreviewUpdateRemoveItemBillingMethod$outboundSchema, PreviewUpdateRemoveItemInterval, PreviewUpdateRemoveItemInterval$outboundSchema, PreviewUpdateResponse$inboundSchema, PreviewUpdateStatus, PreviewUpdateStatus$inboundSchema, PreviewUpdateTax$inboundSchema, PreviewUpdateUsageLineItem$inboundSchema, PreviewUpdateUsageLineItemPeriod$inboundSchema, ProcessorType, ProcessorType$inboundSchema, Processors$inboundSchema, Product1$inboundSchema, Product2$inboundSchema, ProductDisplay1$inboundSchema, ProductDisplay2$inboundSchema, ProductScenario1, ProductScenario1$inboundSchema, ProductScenario2, ProductScenario2$inboundSchema, ProductType1, ProductType1$inboundSchema, ProductType2, ProductType2$inboundSchema, Properties1$inboundSchema, Properties2$inboundSchema, Purchase$inboundSchema, Range, Range$outboundSchema, RedeemReferralCodeParams$outboundSchema, RedeemReferralCodeResponse$inboundSchema, Referral$inboundSchema, ReferralCustomer$inboundSchema, RequestAbortedError, RequestTimeoutError, ResponseValidationError, Revenuecat$inboundSchema, Rewards$inboundSchema, SDKValidationError, SDK_METADATA, Scenario1, Scenario1$inboundSchema, Scenario2, Scenario2$inboundSchema, Security$outboundSchema, ServerList, SetupPaymentAddItemBillingMethod, SetupPaymentAddItemBillingMethod$outboundSchema, SetupPaymentAddItemExpiryDurationType, SetupPaymentAddItemExpiryDurationType$outboundSchema, SetupPaymentAddItemOnDecrease, SetupPaymentAddItemOnDecrease$outboundSchema, SetupPaymentAddItemOnIncrease, SetupPaymentAddItemOnIncrease$outboundSchema, SetupPaymentAddItemPlanItem$outboundSchema, SetupPaymentAddItemPrice$outboundSchema, SetupPaymentAddItemPriceInterval, SetupPaymentAddItemPriceInterval$outboundSchema, SetupPaymentAddItemProration$outboundSchema, SetupPaymentAddItemReset$outboundSchema, SetupPaymentAddItemResetInterval, SetupPaymentAddItemResetInterval$outboundSchema, SetupPaymentAddItemRollover$outboundSchema, SetupPaymentAddItemTier$outboundSchema, SetupPaymentAddItemTierBehavior, SetupPaymentAddItemTierBehavior$outboundSchema, SetupPaymentAddItemTo$outboundSchema, SetupPaymentAttachDiscount$outboundSchema, SetupPaymentBasePrice$outboundSchema, SetupPaymentCarryOverBalances$outboundSchema, SetupPaymentCarryOverUsages$outboundSchema, SetupPaymentCustomLineItem$outboundSchema, SetupPaymentCustomize$outboundSchema, SetupPaymentDurationType, SetupPaymentDurationType$outboundSchema, SetupPaymentFeatureQuantity$outboundSchema, SetupPaymentFreeTrialParams$outboundSchema, SetupPaymentItemBillingMethod, SetupPaymentItemBillingMethod$outboundSchema, SetupPaymentItemExpiryDurationType, SetupPaymentItemExpiryDurationType$outboundSchema, SetupPaymentItemOnDecrease, SetupPaymentItemOnDecrease$outboundSchema, SetupPaymentItemOnIncrease, SetupPaymentItemOnIncrease$outboundSchema, SetupPaymentItemPlanItem$outboundSchema, SetupPaymentItemPrice$outboundSchema, SetupPaymentItemPriceInterval, SetupPaymentItemPriceInterval$outboundSchema, SetupPaymentItemProration$outboundSchema, SetupPaymentItemReset$outboundSchema, SetupPaymentItemResetInterval, SetupPaymentItemResetInterval$outboundSchema, SetupPaymentItemRollover$outboundSchema, SetupPaymentItemTier$outboundSchema, SetupPaymentItemTierBehavior, SetupPaymentItemTierBehavior$outboundSchema, SetupPaymentItemTo$outboundSchema, SetupPaymentParams$outboundSchema, SetupPaymentPlanItemFilter$outboundSchema, SetupPaymentPriceInterval, SetupPaymentPriceInterval$outboundSchema, SetupPaymentProrationBehavior, SetupPaymentProrationBehavior$outboundSchema, SetupPaymentRemoveItemBillingMethod, SetupPaymentRemoveItemBillingMethod$outboundSchema, SetupPaymentRemoveItemInterval, SetupPaymentRemoveItemInterval$outboundSchema, SetupPaymentResponse$inboundSchema, Stripe$inboundSchema, Subscription$inboundSchema, Total$inboundSchema, TrackLock$outboundSchema, TrackParams$outboundSchema, TrackResponse$inboundSchema, TrackResponseBody1$inboundSchema, TrackResponseBody2$inboundSchema, TrialsUsed$inboundSchema, UnexpectedClientError, UpdateBalanceInterval, UpdateBalanceInterval$outboundSchema, UpdateBalanceParams$outboundSchema, UpdateBalanceResponse$inboundSchema, UpdateCustomerAutoTopupRequest$outboundSchema, UpdateCustomerAutoTopupResponse$inboundSchema, UpdateCustomerBillingControlsRequest$outboundSchema, UpdateCustomerBillingControlsResponse$inboundSchema, UpdateCustomerConfigRequest$outboundSchema, UpdateCustomerConfigResponse$inboundSchema, UpdateCustomerCreditSchema$inboundSchema, UpdateCustomerDisplay$inboundSchema, UpdateCustomerEnv, UpdateCustomerEnv$inboundSchema, UpdateCustomerFeature$inboundSchema, UpdateCustomerFlags$inboundSchema, UpdateCustomerIntervalRequest, UpdateCustomerIntervalRequest$outboundSchema, UpdateCustomerIntervalResponse1, UpdateCustomerIntervalResponse1$inboundSchema, UpdateCustomerIntervalResponse2, UpdateCustomerIntervalResponse2$inboundSchema, UpdateCustomerOverageAllowedRequest$outboundSchema, UpdateCustomerOverageAllowedResponse$inboundSchema, UpdateCustomerParams$outboundSchema, UpdateCustomerProcessors$inboundSchema, UpdateCustomerPurchase$inboundSchema, UpdateCustomerPurchaseLimitRequest$outboundSchema, UpdateCustomerPurchaseLimitResponse1$inboundSchema, UpdateCustomerPurchaseLimitResponse2$inboundSchema, UpdateCustomerPurchaseLimitUnion$inboundSchema, UpdateCustomerResponse$inboundSchema, UpdateCustomerRevenuecat$inboundSchema, UpdateCustomerSpendLimitRequest$outboundSchema, UpdateCustomerSpendLimitResponse$inboundSchema, UpdateCustomerStatus, UpdateCustomerStatus$inboundSchema, UpdateCustomerStripe$inboundSchema, UpdateCustomerSubscription$inboundSchema, UpdateCustomerThresholdTypeRequestBody, UpdateCustomerThresholdTypeRequestBody$outboundSchema, UpdateCustomerThresholdTypeResponse, UpdateCustomerThresholdTypeResponse$inboundSchema, UpdateCustomerType, UpdateCustomerType$inboundSchema, UpdateCustomerUsageAlertRequestBody$outboundSchema, UpdateCustomerUsageAlertResponse$inboundSchema, UpdateCustomerVercel$inboundSchema, UpdateEntityBillingControlsRequest$outboundSchema, UpdateEntityBillingControlsResponse$inboundSchema, UpdateEntityCreditSchema$inboundSchema, UpdateEntityDisplay$inboundSchema, UpdateEntityEnv, UpdateEntityEnv$inboundSchema, UpdateEntityFeature$inboundSchema, UpdateEntityFlags$inboundSchema, UpdateEntityInvoice$inboundSchema, UpdateEntityOverageAllowedRequest$outboundSchema, UpdateEntityOverageAllowedResponse$inboundSchema, UpdateEntityParams$outboundSchema, UpdateEntityProcessorType, UpdateEntityProcessorType$inboundSchema, UpdateEntityPurchase$inboundSchema, UpdateEntityResponse$inboundSchema, UpdateEntitySpendLimitRequest$outboundSchema, UpdateEntitySpendLimitResponse$inboundSchema, UpdateEntityStatus, UpdateEntityStatus$inboundSchema, UpdateEntitySubscription$inboundSchema, UpdateEntityThresholdTypeRequestBody, UpdateEntityThresholdTypeRequestBody$outboundSchema, UpdateEntityThresholdTypeResponse, UpdateEntityThresholdTypeResponse$inboundSchema, UpdateEntityType, UpdateEntityType$inboundSchema, UpdateEntityUsageAlertRequestBody$outboundSchema, UpdateEntityUsageAlertResponse$inboundSchema, UpdateFeatureCreditSchemaRequest$outboundSchema, UpdateFeatureCreditSchemaResponse$inboundSchema, UpdateFeatureDisplayRequest$outboundSchema, UpdateFeatureDisplayResponse$inboundSchema, UpdateFeatureParams$outboundSchema, UpdateFeatureResponse$inboundSchema, UpdateFeatureTypeRequest, UpdateFeatureTypeRequest$outboundSchema, UpdateFeatureTypeResponse, UpdateFeatureTypeResponse$inboundSchema, UpdatePlanAttachAction, UpdatePlanAttachAction$inboundSchema, UpdatePlanBasePrice$outboundSchema, UpdatePlanBillingMethodRequest, UpdatePlanBillingMethodRequest$outboundSchema, UpdatePlanBillingMethodResponse, UpdatePlanBillingMethodResponse$inboundSchema, UpdatePlanConfigRequest$outboundSchema, UpdatePlanConfigResponse$inboundSchema, UpdatePlanCreditSchema$inboundSchema, UpdatePlanCustomerEligibility$inboundSchema, UpdatePlanDurationTypeRequest, UpdatePlanDurationTypeRequest$outboundSchema, UpdatePlanDurationTypeResponse, UpdatePlanDurationTypeResponse$inboundSchema, UpdatePlanEnv, UpdatePlanEnv$inboundSchema, UpdatePlanExpiryDurationTypeRequest, UpdatePlanExpiryDurationTypeRequest$outboundSchema, UpdatePlanExpiryDurationTypeResponse, UpdatePlanExpiryDurationTypeResponse$inboundSchema, UpdatePlanFeature$inboundSchema, UpdatePlanFeatureDisplay$inboundSchema, UpdatePlanFreeTrial$inboundSchema, UpdatePlanFreeTrialParams$outboundSchema, UpdatePlanItem$inboundSchema, UpdatePlanItemDisplay$inboundSchema, UpdatePlanItemPriceIntervalRequest, UpdatePlanItemPriceIntervalRequest$outboundSchema, UpdatePlanItemPriceResponse$inboundSchema, UpdatePlanOnDecrease, UpdatePlanOnDecrease$outboundSchema, UpdatePlanOnIncrease, UpdatePlanOnIncrease$outboundSchema, UpdatePlanParams$outboundSchema, UpdatePlanPlanItem$outboundSchema, UpdatePlanPriceDisplay$inboundSchema, UpdatePlanPriceIntervalRequest, UpdatePlanPriceIntervalRequest$outboundSchema, UpdatePlanPriceIntervalResponse, UpdatePlanPriceIntervalResponse$inboundSchema, UpdatePlanPriceItemIntervalResponse, UpdatePlanPriceItemIntervalResponse$inboundSchema, UpdatePlanPriceRequest$outboundSchema, UpdatePlanPriceResponse$inboundSchema, UpdatePlanProration$outboundSchema, UpdatePlanResetIntervalRequest, UpdatePlanResetIntervalRequest$outboundSchema, UpdatePlanResetIntervalResponse, UpdatePlanResetIntervalResponse$inboundSchema, UpdatePlanResetRequest$outboundSchema, UpdatePlanResetResponse$inboundSchema, UpdatePlanResponse$inboundSchema, UpdatePlanRolloverRequest$outboundSchema, UpdatePlanRolloverResponse$inboundSchema, UpdatePlanStatus, UpdatePlanStatus$inboundSchema, UpdatePlanTier$outboundSchema, UpdatePlanTierBehaviorRequest, UpdatePlanTierBehaviorRequest$outboundSchema, UpdatePlanTierBehaviorResponse, UpdatePlanTierBehaviorResponse$inboundSchema, UpdatePlanTo$outboundSchema, UpdatePlanType, UpdatePlanType$inboundSchema, UpdateSubscriptionParams$outboundSchema, UsageModel1, UsageModel1$inboundSchema, UsageModel2, UsageModel2$inboundSchema, 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_exports as 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, listEntitiesBillingControlsFromJSON, listEntitiesCreditSchemaFromJSON, listEntitiesDisplayFromJSON, listEntitiesFeatureFromJSON, listEntitiesFlagsFromJSON, listEntitiesInvoiceFromJSON, listEntitiesListFromJSON, listEntitiesOverageAllowedFromJSON, listEntitiesParamsToJSON, listEntitiesPlanToJSON, listEntitiesPurchaseFromJSON, listEntitiesResponseFromJSON, listEntitiesSpendLimitFromJSON, listEntitiesSubscriptionFromJSON, listEntitiesUsageAlertFromJSON, 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, types_exports 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 };
21493
+ export { Action, Action$outboundSchema, AggregateEventsCustomRange$outboundSchema, AggregateEventsFeatureId$outboundSchema, AggregateEventsList$inboundSchema, AggregateEventsResponse$inboundSchema, AttachAction, AttachAction$inboundSchema, AttachAddItemBillingMethod, AttachAddItemBillingMethod$outboundSchema, AttachAddItemExpiryDurationType, AttachAddItemExpiryDurationType$outboundSchema, AttachAddItemOnDecrease, AttachAddItemOnDecrease$outboundSchema, AttachAddItemOnIncrease, AttachAddItemOnIncrease$outboundSchema, AttachAddItemPlanItem$outboundSchema, AttachAddItemPrice$outboundSchema, AttachAddItemPriceInterval, AttachAddItemPriceInterval$outboundSchema, AttachAddItemProration$outboundSchema, AttachAddItemReset$outboundSchema, AttachAddItemResetInterval, AttachAddItemResetInterval$outboundSchema, AttachAddItemRollover$outboundSchema, AttachAddItemTier$outboundSchema, AttachAddItemTierBehavior, AttachAddItemTierBehavior$outboundSchema, AttachAddItemTo$outboundSchema, AttachAttachDiscount$outboundSchema, AttachBasePrice$outboundSchema, AttachCarryOverBalances$outboundSchema, AttachCarryOverUsages$outboundSchema, AttachCode, AttachCode$inboundSchema, AttachCustomLineItem$outboundSchema, AttachCustomize$outboundSchema, AttachDurationType, AttachDurationType$outboundSchema, AttachFeatureQuantity$outboundSchema, AttachFreeTrialParams$outboundSchema, AttachInvoice$inboundSchema, AttachInvoiceMode$outboundSchema, AttachItemBillingMethod, AttachItemBillingMethod$outboundSchema, AttachItemExpiryDurationType, AttachItemExpiryDurationType$outboundSchema, AttachItemOnDecrease, AttachItemOnDecrease$outboundSchema, AttachItemOnIncrease, AttachItemOnIncrease$outboundSchema, AttachItemPlanItem$outboundSchema, AttachItemPrice$outboundSchema, AttachItemPriceInterval, AttachItemPriceInterval$outboundSchema, AttachItemProration$outboundSchema, AttachItemReset$outboundSchema, AttachItemResetInterval, AttachItemResetInterval$outboundSchema, AttachItemRollover$outboundSchema, AttachItemTier$outboundSchema, AttachItemTierBehavior, AttachItemTierBehavior$outboundSchema, AttachItemTo$outboundSchema, AttachParams$outboundSchema, AttachPlanItemFilter$outboundSchema, AttachPlanSchedule, AttachPlanSchedule$outboundSchema, AttachPriceInterval, AttachPriceInterval$outboundSchema, AttachProrationBehavior, AttachProrationBehavior$outboundSchema, AttachRedirectMode, AttachRedirectMode$outboundSchema, AttachRemoveItemBillingMethod, AttachRemoveItemBillingMethod$outboundSchema, AttachRemoveItemInterval, AttachRemoveItemInterval$outboundSchema, AttachRequiredAction$inboundSchema, AttachResponse$inboundSchema, Autumn, AutumnDefaultError, AutumnError, Balance$inboundSchema, BalanceBillingMethod, BalanceBillingMethod$inboundSchema, BalanceCreditSchema$inboundSchema, BalanceDisplay$inboundSchema, BalanceFeature$inboundSchema, BalanceIntervalEnum, BalanceIntervalEnum$inboundSchema, BalanceIntervalUnion$inboundSchema, BalancePrice$inboundSchema, BalanceReset$inboundSchema, BalanceRollover$inboundSchema, BalanceTierBehavior, BalanceTierBehavior$inboundSchema, BalanceType, BalanceType$inboundSchema, BillingBehavior, BillingBehavior$outboundSchema, BillingUpdateAddItemBillingMethod, BillingUpdateAddItemBillingMethod$outboundSchema, BillingUpdateAddItemExpiryDurationType, BillingUpdateAddItemExpiryDurationType$outboundSchema, BillingUpdateAddItemOnDecrease, BillingUpdateAddItemOnDecrease$outboundSchema, BillingUpdateAddItemOnIncrease, BillingUpdateAddItemOnIncrease$outboundSchema, BillingUpdateAddItemPlanItem$outboundSchema, BillingUpdateAddItemPrice$outboundSchema, BillingUpdateAddItemPriceInterval, BillingUpdateAddItemPriceInterval$outboundSchema, BillingUpdateAddItemProration$outboundSchema, BillingUpdateAddItemReset$outboundSchema, BillingUpdateAddItemResetInterval, BillingUpdateAddItemResetInterval$outboundSchema, BillingUpdateAddItemRollover$outboundSchema, BillingUpdateAddItemTier$outboundSchema, BillingUpdateAddItemTierBehavior, BillingUpdateAddItemTierBehavior$outboundSchema, BillingUpdateAddItemTo$outboundSchema, BillingUpdateAttachDiscount$outboundSchema, BillingUpdateBasePrice$outboundSchema, BillingUpdateCancelAction, BillingUpdateCancelAction$outboundSchema, BillingUpdateCode, BillingUpdateCode$inboundSchema, BillingUpdateCustomize$outboundSchema, BillingUpdateDurationType, BillingUpdateDurationType$outboundSchema, BillingUpdateFeatureQuantity$outboundSchema, BillingUpdateFreeTrialParams$outboundSchema, BillingUpdateInvoice$inboundSchema, BillingUpdateInvoiceMode$outboundSchema, BillingUpdateItemBillingMethod, BillingUpdateItemBillingMethod$outboundSchema, BillingUpdateItemExpiryDurationType, BillingUpdateItemExpiryDurationType$outboundSchema, BillingUpdateItemOnDecrease, BillingUpdateItemOnDecrease$outboundSchema, BillingUpdateItemOnIncrease, BillingUpdateItemOnIncrease$outboundSchema, BillingUpdateItemPlanItem$outboundSchema, BillingUpdateItemPrice$outboundSchema, BillingUpdateItemPriceInterval, BillingUpdateItemPriceInterval$outboundSchema, BillingUpdateItemProration$outboundSchema, BillingUpdateItemReset$outboundSchema, BillingUpdateItemResetInterval, BillingUpdateItemResetInterval$outboundSchema, BillingUpdateItemRollover$outboundSchema, BillingUpdateItemTier$outboundSchema, BillingUpdateItemTierBehavior, BillingUpdateItemTierBehavior$outboundSchema, BillingUpdateItemTo$outboundSchema, BillingUpdatePlanItemFilter$outboundSchema, BillingUpdatePriceInterval, BillingUpdatePriceInterval$outboundSchema, BillingUpdateProrationBehavior, BillingUpdateProrationBehavior$outboundSchema, BillingUpdateRecalculateBalances$outboundSchema, BillingUpdateRedirectMode, BillingUpdateRedirectMode$outboundSchema, BillingUpdateRemoveItemBillingMethod, BillingUpdateRemoveItemBillingMethod$outboundSchema, BillingUpdateRemoveItemInterval, BillingUpdateRemoveItemInterval$outboundSchema, BillingUpdateRequiredAction$inboundSchema, BillingUpdateResponse$inboundSchema, BinSize, BinSize$outboundSchema, Breakdown$inboundSchema, CheckConfig1$inboundSchema, CheckConfig2$inboundSchema, CheckCreditSchema1$inboundSchema, CheckCreditSchema2$inboundSchema, CheckEnv1, CheckEnv1$inboundSchema, CheckEnv2, CheckEnv2$inboundSchema, CheckFeature1$inboundSchema, CheckFeature2$inboundSchema, CheckFreeTrial1$inboundSchema, CheckFreeTrial2$inboundSchema, CheckInterval1, CheckInterval1$inboundSchema, CheckInterval2, CheckInterval2$inboundSchema, CheckItem1$inboundSchema, CheckItem2$inboundSchema, CheckLock$outboundSchema, CheckOnDecrease1, CheckOnDecrease1$inboundSchema, CheckOnDecrease2, CheckOnDecrease2$inboundSchema, CheckOnIncrease1, CheckOnIncrease1$inboundSchema, CheckOnIncrease2, CheckOnIncrease2$inboundSchema, CheckParams$outboundSchema, CheckResponse$inboundSchema, CheckResponseBody1$inboundSchema, CheckResponseBody2$inboundSchema, CheckRollover1$inboundSchema, CheckRollover2$inboundSchema, CheckTierBehavior1, CheckTierBehavior1$inboundSchema, CheckTierBehavior2, CheckTierBehavior2$inboundSchema, ConfigDuration1, ConfigDuration1$inboundSchema, ConfigDuration2, ConfigDuration2$inboundSchema, ConnectionError, CreateBalanceDuration, CreateBalanceDuration$outboundSchema, CreateBalanceInterval, CreateBalanceInterval$outboundSchema, CreateBalanceParams$outboundSchema, CreateBalanceReset$outboundSchema, CreateBalanceResponse$inboundSchema, CreateBalanceRollover$outboundSchema, CreateEntityBillingControlsRequest$outboundSchema, CreateEntityBillingControlsResponse$inboundSchema, CreateEntityCreditSchema$inboundSchema, CreateEntityDisplay$inboundSchema, CreateEntityEnv, CreateEntityEnv$inboundSchema, CreateEntityFeature$inboundSchema, CreateEntityFlags$inboundSchema, CreateEntityInvoice$inboundSchema, CreateEntityOverageAllowedRequest$outboundSchema, CreateEntityOverageAllowedResponse$inboundSchema, CreateEntityParams$outboundSchema, CreateEntityProcessorType, CreateEntityProcessorType$inboundSchema, CreateEntityPurchase$inboundSchema, CreateEntityResponse$inboundSchema, CreateEntitySpendLimitRequest$outboundSchema, CreateEntitySpendLimitResponse$inboundSchema, CreateEntityStatus, CreateEntityStatus$inboundSchema, CreateEntitySubscription$inboundSchema, CreateEntityThresholdTypeRequestBody, CreateEntityThresholdTypeRequestBody$outboundSchema, CreateEntityThresholdTypeResponse, CreateEntityThresholdTypeResponse$inboundSchema, CreateEntityType, CreateEntityType$inboundSchema, CreateEntityUsageAlertRequestBody$outboundSchema, CreateEntityUsageAlertResponse$inboundSchema, CreateFeatureCreditSchemaRequest$outboundSchema, CreateFeatureCreditSchemaResponse$inboundSchema, CreateFeatureDisplayRequest$outboundSchema, CreateFeatureDisplayResponse$inboundSchema, CreateFeatureParams$outboundSchema, CreateFeatureResponse$inboundSchema, CreateFeatureTypeRequest, CreateFeatureTypeRequest$outboundSchema, CreateFeatureTypeResponse, CreateFeatureTypeResponse$inboundSchema, CreatePlanAttachAction, CreatePlanAttachAction$inboundSchema, CreatePlanBillingMethodRequest, CreatePlanBillingMethodRequest$outboundSchema, CreatePlanBillingMethodResponse, CreatePlanBillingMethodResponse$inboundSchema, CreatePlanConfigRequest$outboundSchema, CreatePlanConfigResponse$inboundSchema, CreatePlanCreditSchema$inboundSchema, CreatePlanCustomerEligibility$inboundSchema, CreatePlanDurationTypeRequest, CreatePlanDurationTypeRequest$outboundSchema, CreatePlanDurationTypeResponse, CreatePlanDurationTypeResponse$inboundSchema, CreatePlanEnv, CreatePlanEnv$inboundSchema, CreatePlanExpiryDurationTypeRequest, CreatePlanExpiryDurationTypeRequest$outboundSchema, CreatePlanExpiryDurationTypeResponse, CreatePlanExpiryDurationTypeResponse$inboundSchema, CreatePlanFeature$inboundSchema, CreatePlanFeatureDisplay$inboundSchema, CreatePlanFreeTrialResponse$inboundSchema, CreatePlanItem$inboundSchema, CreatePlanItemDisplay$inboundSchema, CreatePlanItemPriceIntervalRequest, CreatePlanItemPriceIntervalRequest$outboundSchema, CreatePlanItemPriceRequest$outboundSchema, CreatePlanItemPriceResponse$inboundSchema, CreatePlanOnDecrease, CreatePlanOnDecrease$outboundSchema, CreatePlanOnIncrease, CreatePlanOnIncrease$outboundSchema, CreatePlanParams$outboundSchema, CreatePlanPlanItem$outboundSchema, CreatePlanPriceDisplay$inboundSchema, CreatePlanPriceIntervalRequest, CreatePlanPriceIntervalRequest$outboundSchema, CreatePlanPriceIntervalResponse, CreatePlanPriceIntervalResponse$inboundSchema, CreatePlanPriceItemIntervalResponse, CreatePlanPriceItemIntervalResponse$inboundSchema, CreatePlanPriceRequest$outboundSchema, CreatePlanPriceResponse$inboundSchema, CreatePlanProration$outboundSchema, CreatePlanResetIntervalRequest, CreatePlanResetIntervalRequest$outboundSchema, CreatePlanResetIntervalResponse, CreatePlanResetIntervalResponse$inboundSchema, CreatePlanResetRequest$outboundSchema, CreatePlanResetResponse$inboundSchema, CreatePlanResponse$inboundSchema, CreatePlanRolloverRequest$outboundSchema, CreatePlanRolloverResponse$inboundSchema, CreatePlanStatus, CreatePlanStatus$inboundSchema, CreatePlanTier$outboundSchema, CreatePlanTierBehaviorRequest, CreatePlanTierBehaviorRequest$outboundSchema, CreatePlanTierBehaviorResponse, CreatePlanTierBehaviorResponse$inboundSchema, CreatePlanTo$outboundSchema, CreatePlanType, CreatePlanType$inboundSchema, CreateReferralCodeParams$outboundSchema, CreateReferralCodeResponse$inboundSchema, CreateScheduleBasePrice2$outboundSchema, CreateScheduleBillingMethod2, CreateScheduleBillingMethod2$outboundSchema, CreateScheduleCode, CreateScheduleCode$inboundSchema, CreateScheduleCustomize2$outboundSchema, CreateScheduleExpiryDurationType2, CreateScheduleExpiryDurationType2$outboundSchema, CreateScheduleFeatureQuantity2$outboundSchema, CreateScheduleInvoice$inboundSchema, CreateScheduleInvoiceMode$outboundSchema, CreateScheduleItemPriceInterval2, CreateScheduleItemPriceInterval2$outboundSchema, CreateScheduleOnDecrease2, CreateScheduleOnDecrease2$outboundSchema, CreateScheduleOnIncrease2, CreateScheduleOnIncrease2$outboundSchema, CreateScheduleParams$outboundSchema, CreateSchedulePlan2$outboundSchema, CreateSchedulePlanItem2$outboundSchema, CreateSchedulePrice2$outboundSchema, CreateSchedulePriceInterval2, CreateSchedulePriceInterval2$outboundSchema, CreateScheduleProration2$outboundSchema, CreateScheduleRedirectMode, CreateScheduleRedirectMode$outboundSchema, CreateScheduleRequiredAction$inboundSchema, CreateScheduleReset2$outboundSchema, CreateScheduleResetInterval2, CreateScheduleResetInterval2$outboundSchema, CreateScheduleResponse$inboundSchema, CreateScheduleRollover2$outboundSchema, CreateScheduleStatus, CreateScheduleStatus$inboundSchema, CreateScheduleTier2$outboundSchema, CreateScheduleTierBehavior2, CreateScheduleTierBehavior2$outboundSchema, Customer$inboundSchema, CustomerAutoTopup$inboundSchema, CustomerBillingControls$inboundSchema, CustomerConfig$inboundSchema, CustomerCreditSchema$inboundSchema, CustomerData$outboundSchema, CustomerDataAutoTopup$outboundSchema, CustomerDataBillingControls$outboundSchema, CustomerDataConfig$outboundSchema, CustomerDataInterval, CustomerDataInterval$outboundSchema, CustomerDataOverageAllowed$outboundSchema, CustomerDataPurchaseLimit$outboundSchema, CustomerDataSpendLimit$outboundSchema, CustomerDataThresholdType, CustomerDataThresholdType$outboundSchema, CustomerDataUsageAlert$outboundSchema, CustomerDisplay$inboundSchema, CustomerDurationType, CustomerDurationType$inboundSchema, CustomerEligibility$inboundSchema, CustomerEntityEnv, CustomerEntityEnv$inboundSchema, CustomerEnv, CustomerEnv$inboundSchema, CustomerExpand, CustomerExpand$outboundSchema, CustomerFeature$inboundSchema, CustomerFlagsType, CustomerFlagsType$inboundSchema, CustomerInterval1, CustomerInterval1$inboundSchema, CustomerInterval2, CustomerInterval2$inboundSchema, CustomerOverageAllowed$inboundSchema, CustomerPurchaseLimit1$inboundSchema, CustomerPurchaseLimit2$inboundSchema, CustomerPurchaseLimitUnion$inboundSchema, CustomerRewardsType, CustomerRewardsType$inboundSchema, CustomerSpendLimit$inboundSchema, CustomerStatus, CustomerStatus$inboundSchema, CustomerThresholdType, CustomerThresholdType$inboundSchema, CustomerUsageAlert$inboundSchema, Deduction1$inboundSchema, Deduction2$inboundSchema, Deductions$inboundSchema, DeleteBalanceInterval, DeleteBalanceInterval$outboundSchema, DeleteBalanceParams$outboundSchema, DeleteBalanceResponse$inboundSchema, DeleteCustomerParams$outboundSchema, DeleteCustomerResponse$inboundSchema, DeleteEntityParams$outboundSchema, DeleteEntityResponse$inboundSchema, DeleteFeatureParams$outboundSchema, DeleteFeatureResponse$inboundSchema, DeletePlanParams$outboundSchema, DeletePlanResponse$inboundSchema, Discount$inboundSchema, Entity$inboundSchema, EventsAggregateParams$outboundSchema, EventsListParams$outboundSchema, ExpiryDurationType, ExpiryDurationType$inboundSchema, FeatureType1, FeatureType1$inboundSchema, FeatureType2, FeatureType2$inboundSchema, FinalizeBalanceParams$outboundSchema, FinalizeLockResponse$inboundSchema, FinalizeLockResponseBody1$inboundSchema, FinalizeLockResponseBody2$inboundSchema, Flag1$inboundSchema, Flag2$inboundSchema, FlagDisplay1$inboundSchema, FlagDisplay2$inboundSchema, FlagType1, FlagType1$inboundSchema, FlagType2, FlagType2$inboundSchema, Flags$inboundSchema, FreeTrial$inboundSchema, FreeTrialDuration1, FreeTrialDuration1$inboundSchema, FreeTrialDuration2, FreeTrialDuration2$inboundSchema, FreeTrialRequest$outboundSchema, GetCustomerAutoTopup$inboundSchema, GetCustomerBillingControls$inboundSchema, GetCustomerConfig$inboundSchema, GetCustomerCreditSchema$inboundSchema, GetCustomerCustomer$inboundSchema, GetCustomerDiscount$inboundSchema, GetCustomerDisplay$inboundSchema, GetCustomerDurationType, GetCustomerDurationType$inboundSchema, GetCustomerEntity$inboundSchema, GetCustomerEntityEnv, GetCustomerEntityEnv$inboundSchema, GetCustomerEnv, GetCustomerEnv$inboundSchema, GetCustomerFeature$inboundSchema, GetCustomerFlags$inboundSchema, GetCustomerFlagsType, GetCustomerFlagsType$inboundSchema, GetCustomerInterval1, GetCustomerInterval1$inboundSchema, GetCustomerInterval2, GetCustomerInterval2$inboundSchema, GetCustomerInvoice$inboundSchema, GetCustomerOverageAllowed$inboundSchema, GetCustomerParams$outboundSchema, GetCustomerProcessorType, GetCustomerProcessorType$inboundSchema, GetCustomerProcessors$inboundSchema, GetCustomerPurchase$inboundSchema, GetCustomerPurchaseLimit1$inboundSchema, GetCustomerPurchaseLimit2$inboundSchema, GetCustomerPurchaseLimitUnion$inboundSchema, GetCustomerReferral$inboundSchema, GetCustomerResponse$inboundSchema, GetCustomerRevenuecat$inboundSchema, GetCustomerRewards$inboundSchema, GetCustomerRewardsType, GetCustomerRewardsType$inboundSchema, GetCustomerSpendLimit$inboundSchema, GetCustomerStatus, GetCustomerStatus$inboundSchema, GetCustomerStripe$inboundSchema, GetCustomerSubscription$inboundSchema, GetCustomerThresholdType, GetCustomerThresholdType$inboundSchema, GetCustomerTrialsUsed$inboundSchema, GetCustomerUsageAlert$inboundSchema, GetCustomerVercel$inboundSchema, GetEntityBillingControls$inboundSchema, GetEntityCreditSchema$inboundSchema, GetEntityDisplay$inboundSchema, GetEntityEnv, GetEntityEnv$inboundSchema, GetEntityFeature$inboundSchema, GetEntityFlags$inboundSchema, GetEntityInvoice$inboundSchema, GetEntityOverageAllowed$inboundSchema, GetEntityParams$outboundSchema, GetEntityProcessorType, GetEntityProcessorType$inboundSchema, GetEntityPurchase$inboundSchema, GetEntityResponse$inboundSchema, GetEntitySpendLimit$inboundSchema, GetEntityStatus, GetEntityStatus$inboundSchema, GetEntitySubscription$inboundSchema, GetEntityThresholdType, GetEntityThresholdType$inboundSchema, GetEntityType, GetEntityType$inboundSchema, GetEntityUsageAlert$inboundSchema, GetFeatureCreditSchema$inboundSchema, GetFeatureDisplay$inboundSchema, GetFeatureParams$outboundSchema, GetFeatureResponse$inboundSchema, GetFeatureType, GetFeatureType$inboundSchema, GetOrCreateCustomerAutoTopup$outboundSchema, GetOrCreateCustomerBillingControls$outboundSchema, GetOrCreateCustomerConfig$outboundSchema, GetOrCreateCustomerInterval, GetOrCreateCustomerInterval$outboundSchema, GetOrCreateCustomerOverageAllowed$outboundSchema, GetOrCreateCustomerParams$outboundSchema, GetOrCreateCustomerPurchaseLimit$outboundSchema, GetOrCreateCustomerSpendLimit$outboundSchema, GetOrCreateCustomerThresholdType, GetOrCreateCustomerThresholdType$outboundSchema, GetOrCreateCustomerUsageAlert$outboundSchema, GetPlanAttachAction, GetPlanAttachAction$inboundSchema, GetPlanBillingMethod, GetPlanBillingMethod$inboundSchema, GetPlanConfig$inboundSchema, GetPlanCreditSchema$inboundSchema, GetPlanCustomerEligibility$inboundSchema, GetPlanDurationType, GetPlanDurationType$inboundSchema, GetPlanEnv, GetPlanEnv$inboundSchema, GetPlanExpiryDurationType, GetPlanExpiryDurationType$inboundSchema, GetPlanFeature$inboundSchema, GetPlanFeatureDisplay$inboundSchema, GetPlanFreeTrial$inboundSchema, GetPlanItem$inboundSchema, GetPlanItemDisplay$inboundSchema, GetPlanItemPrice$inboundSchema, GetPlanParams$outboundSchema, GetPlanPrice$inboundSchema, GetPlanPriceDisplay$inboundSchema, GetPlanPriceInterval, GetPlanPriceInterval$inboundSchema, GetPlanPriceItemInterval, GetPlanPriceItemInterval$inboundSchema, GetPlanReset$inboundSchema, GetPlanResetInterval, GetPlanResetInterval$inboundSchema, GetPlanResponse$inboundSchema, GetPlanRollover$inboundSchema, GetPlanStatus, GetPlanStatus$inboundSchema, GetPlanTierBehavior, GetPlanTierBehavior$inboundSchema, GetPlanType, GetPlanType$inboundSchema, HTTPClient, HTTPClientError, IncludedUsage1$inboundSchema, IncludedUsage2$inboundSchema, Intent, Intent$inboundSchema, InvalidRequestError, Invoice$inboundSchema, Item$inboundSchema, ListCustomersAutoTopup$inboundSchema, ListCustomersBillingControls$inboundSchema, ListCustomersConfig$inboundSchema, ListCustomersCreditSchema$inboundSchema, ListCustomersDisplay$inboundSchema, ListCustomersEnv, ListCustomersEnv$inboundSchema, ListCustomersFeature$inboundSchema, ListCustomersFlags$inboundSchema, ListCustomersInterval1, ListCustomersInterval1$inboundSchema, ListCustomersInterval2, ListCustomersInterval2$inboundSchema, ListCustomersList$inboundSchema, ListCustomersOverageAllowed$inboundSchema, ListCustomersParams$outboundSchema, ListCustomersPlan$outboundSchema, ListCustomersProcessor, ListCustomersProcessor$outboundSchema, ListCustomersProcessors$inboundSchema, ListCustomersPurchase$inboundSchema, ListCustomersPurchaseLimit1$inboundSchema, ListCustomersPurchaseLimit2$inboundSchema, ListCustomersPurchaseLimitUnion$inboundSchema, ListCustomersResponse$inboundSchema, ListCustomersRevenuecat$inboundSchema, ListCustomersSpendLimit$inboundSchema, ListCustomersStatus, ListCustomersStatus$inboundSchema, ListCustomersStripe$inboundSchema, ListCustomersSubscription$inboundSchema, ListCustomersSubscriptionStatus, ListCustomersSubscriptionStatus$outboundSchema, ListCustomersThresholdType, ListCustomersThresholdType$inboundSchema, ListCustomersType, ListCustomersType$inboundSchema, ListCustomersUsageAlert$inboundSchema, ListCustomersVercel$inboundSchema, ListEntitiesBillingControls$inboundSchema, ListEntitiesCreditSchema$inboundSchema, ListEntitiesDisplay$inboundSchema, ListEntitiesEnv, ListEntitiesEnv$inboundSchema, ListEntitiesFeature$inboundSchema, ListEntitiesFlags$inboundSchema, ListEntitiesInvoice$inboundSchema, ListEntitiesList$inboundSchema, ListEntitiesOverageAllowed$inboundSchema, ListEntitiesParams$outboundSchema, ListEntitiesPlan$outboundSchema, ListEntitiesProcessor, ListEntitiesProcessor$outboundSchema, ListEntitiesProcessorType, ListEntitiesProcessorType$inboundSchema, ListEntitiesPurchase$inboundSchema, ListEntitiesResponse$inboundSchema, ListEntitiesSpendLimit$inboundSchema, ListEntitiesStatus, ListEntitiesStatus$inboundSchema, ListEntitiesSubscription$inboundSchema, ListEntitiesSubscriptionStatus, ListEntitiesSubscriptionStatus$outboundSchema, ListEntitiesThresholdType, ListEntitiesThresholdType$inboundSchema, ListEntitiesType, ListEntitiesType$inboundSchema, ListEntitiesUsageAlert$inboundSchema, ListEventsCustomRange$outboundSchema, ListEventsFeatureId$outboundSchema, ListEventsIntervalEnum, ListEventsIntervalEnum$inboundSchema, ListEventsIntervalUnion$inboundSchema, ListEventsList$inboundSchema, ListEventsReset$inboundSchema, ListEventsResponse$inboundSchema, ListFeaturesCreditSchema$inboundSchema, ListFeaturesDisplay$inboundSchema, ListFeaturesList$inboundSchema, ListFeaturesRequest$outboundSchema, ListFeaturesResponse$inboundSchema, ListFeaturesType, ListFeaturesType$inboundSchema, ListPlansAttachAction, ListPlansAttachAction$inboundSchema, ListPlansBillingMethod, ListPlansBillingMethod$inboundSchema, ListPlansConfig$inboundSchema, ListPlansCreditSchema$inboundSchema, ListPlansCustomerEligibility$inboundSchema, ListPlansDurationType, ListPlansDurationType$inboundSchema, ListPlansEnv, ListPlansEnv$inboundSchema, ListPlansExpiryDurationType, ListPlansExpiryDurationType$inboundSchema, ListPlansFeature$inboundSchema, ListPlansFeatureDisplay$inboundSchema, ListPlansFreeTrial$inboundSchema, ListPlansItem$inboundSchema, ListPlansItemDisplay$inboundSchema, ListPlansItemPrice$inboundSchema, ListPlansList$inboundSchema, ListPlansParams$outboundSchema, ListPlansPrice$inboundSchema, ListPlansPriceDisplay$inboundSchema, ListPlansPriceInterval, ListPlansPriceInterval$inboundSchema, ListPlansPriceItemInterval, ListPlansPriceItemInterval$inboundSchema, ListPlansReset$inboundSchema, ListPlansResetInterval, ListPlansResetInterval$inboundSchema, ListPlansResponse$inboundSchema, ListPlansRollover$inboundSchema, ListPlansStatus, ListPlansStatus$inboundSchema, ListPlansTierBehavior, ListPlansTierBehavior$inboundSchema, ListPlansType, ListPlansType$inboundSchema, MultiAttachAttachDiscount$outboundSchema, MultiAttachBasePrice$outboundSchema, MultiAttachBillingControls$outboundSchema, MultiAttachBillingMethod, MultiAttachBillingMethod$outboundSchema, MultiAttachCode, MultiAttachCode$inboundSchema, MultiAttachCustomize$outboundSchema, MultiAttachDurationType, MultiAttachDurationType$outboundSchema, MultiAttachEntityData$outboundSchema, MultiAttachExpiryDurationType, MultiAttachExpiryDurationType$outboundSchema, MultiAttachFeatureQuantity$outboundSchema, MultiAttachFreeTrialParams$outboundSchema, MultiAttachInvoice$inboundSchema, MultiAttachInvoiceMode$outboundSchema, MultiAttachItemPriceInterval, MultiAttachItemPriceInterval$outboundSchema, MultiAttachOnDecrease, MultiAttachOnDecrease$outboundSchema, MultiAttachOnIncrease, MultiAttachOnIncrease$outboundSchema, MultiAttachOverageAllowed$outboundSchema, MultiAttachParams$outboundSchema, MultiAttachPlan$outboundSchema, MultiAttachPlanItem$outboundSchema, MultiAttachPrice$outboundSchema, MultiAttachPriceInterval, MultiAttachPriceInterval$outboundSchema, MultiAttachProration$outboundSchema, MultiAttachRedirectMode, MultiAttachRedirectMode$outboundSchema, MultiAttachRequiredAction$inboundSchema, MultiAttachReset$outboundSchema, MultiAttachResetInterval, MultiAttachResetInterval$outboundSchema, MultiAttachResponse$inboundSchema, MultiAttachRollover$outboundSchema, MultiAttachSpendLimit$outboundSchema, MultiAttachThresholdType, MultiAttachThresholdType$outboundSchema, MultiAttachTier$outboundSchema, MultiAttachTierBehavior, MultiAttachTierBehavior$outboundSchema, MultiAttachTo$outboundSchema, MultiAttachUsageAlert$outboundSchema, OpenCustomerPortalParams$outboundSchema, OpenCustomerPortalResponse$inboundSchema, Phase$outboundSchema, PhaseRequest2$outboundSchema, PhaseResponse$inboundSchema, Plan$inboundSchema, PlanBillingMethod, PlanBillingMethod$inboundSchema, PlanConfig$inboundSchema, PlanCreditSchema$inboundSchema, PlanDurationType, PlanDurationType$inboundSchema, PlanEnv, PlanEnv$inboundSchema, PlanFeature$inboundSchema, PlanFeatureDisplay$inboundSchema, PlanItemDisplay$inboundSchema, PlanItemPrice$inboundSchema, PlanPrice$inboundSchema, PlanPriceDisplay$inboundSchema, PlanPriceInterval, PlanPriceInterval$inboundSchema, PlanPriceItemInterval, PlanPriceItemInterval$inboundSchema, PlanReset$inboundSchema, PlanResetInterval, PlanResetInterval$inboundSchema, PlanRollover$inboundSchema, PlanStatus, PlanStatus$inboundSchema, PlanTierBehavior, PlanTierBehavior$inboundSchema, PlanType, PlanType$inboundSchema, Preview1$inboundSchema, Preview2$inboundSchema, PreviewAttachAddItemBillingMethod, PreviewAttachAddItemBillingMethod$outboundSchema, PreviewAttachAddItemExpiryDurationType, PreviewAttachAddItemExpiryDurationType$outboundSchema, PreviewAttachAddItemOnDecrease, PreviewAttachAddItemOnDecrease$outboundSchema, PreviewAttachAddItemOnIncrease, PreviewAttachAddItemOnIncrease$outboundSchema, PreviewAttachAddItemPlanItem$outboundSchema, PreviewAttachAddItemPrice$outboundSchema, PreviewAttachAddItemPriceInterval, PreviewAttachAddItemPriceInterval$outboundSchema, PreviewAttachAddItemProration$outboundSchema, PreviewAttachAddItemReset$outboundSchema, PreviewAttachAddItemResetInterval, PreviewAttachAddItemResetInterval$outboundSchema, PreviewAttachAddItemRollover$outboundSchema, PreviewAttachAddItemTier$outboundSchema, PreviewAttachAddItemTierBehavior, PreviewAttachAddItemTierBehavior$outboundSchema, PreviewAttachAddItemTo$outboundSchema, PreviewAttachAttachDiscount$outboundSchema, PreviewAttachBasePrice$outboundSchema, PreviewAttachCarryOverBalances$outboundSchema, PreviewAttachCarryOverUsages$outboundSchema, PreviewAttachCheckoutType, PreviewAttachCheckoutType$inboundSchema, PreviewAttachCustomLineItem$outboundSchema, PreviewAttachCustomize$outboundSchema, PreviewAttachDiscount$inboundSchema, PreviewAttachDurationType, PreviewAttachDurationType$outboundSchema, PreviewAttachFeatureQuantityRequest$outboundSchema, PreviewAttachFreeTrialParams$outboundSchema, PreviewAttachIncoming$inboundSchema, PreviewAttachIncomingFeatureQuantity$inboundSchema, PreviewAttachInvoiceCredits$inboundSchema, PreviewAttachInvoiceMode$outboundSchema, PreviewAttachItemBillingMethod, PreviewAttachItemBillingMethod$outboundSchema, PreviewAttachItemExpiryDurationType, PreviewAttachItemExpiryDurationType$outboundSchema, PreviewAttachItemOnDecrease, PreviewAttachItemOnDecrease$outboundSchema, PreviewAttachItemOnIncrease, PreviewAttachItemOnIncrease$outboundSchema, PreviewAttachItemPlanItem$outboundSchema, PreviewAttachItemPrice$outboundSchema, PreviewAttachItemPriceInterval, PreviewAttachItemPriceInterval$outboundSchema, PreviewAttachItemProration$outboundSchema, PreviewAttachItemReset$outboundSchema, PreviewAttachItemResetInterval, PreviewAttachItemResetInterval$outboundSchema, PreviewAttachItemRollover$outboundSchema, PreviewAttachItemTier$outboundSchema, PreviewAttachItemTierBehavior, PreviewAttachItemTierBehavior$outboundSchema, PreviewAttachItemTo$outboundSchema, PreviewAttachLineItem$inboundSchema, PreviewAttachLineItemPeriod$inboundSchema, PreviewAttachNextCycle$inboundSchema, PreviewAttachNextCycleDiscount$inboundSchema, PreviewAttachNextCycleLineItem$inboundSchema, PreviewAttachNextCycleLineItemPeriod$inboundSchema, PreviewAttachOutgoing$inboundSchema, PreviewAttachOutgoingFeatureQuantity$inboundSchema, PreviewAttachParams$outboundSchema, PreviewAttachPlanItemFilter$outboundSchema, PreviewAttachPlanSchedule, PreviewAttachPlanSchedule$outboundSchema, PreviewAttachPriceInterval, PreviewAttachPriceInterval$outboundSchema, PreviewAttachProrationBehavior, PreviewAttachProrationBehavior$outboundSchema, PreviewAttachRedirectMode, PreviewAttachRedirectMode$outboundSchema, PreviewAttachRemoveItemBillingMethod, PreviewAttachRemoveItemBillingMethod$outboundSchema, PreviewAttachRemoveItemInterval, PreviewAttachRemoveItemInterval$outboundSchema, PreviewAttachResponse$inboundSchema, PreviewAttachStatus, PreviewAttachStatus$inboundSchema, PreviewAttachTax$inboundSchema, PreviewAttachUsageLineItem$inboundSchema, PreviewAttachUsageLineItemPeriod$inboundSchema, PreviewMultiAttachAttachDiscount$outboundSchema, PreviewMultiAttachBasePrice$outboundSchema, PreviewMultiAttachBillingControls$outboundSchema, PreviewMultiAttachBillingMethod, PreviewMultiAttachBillingMethod$outboundSchema, PreviewMultiAttachCheckoutType, PreviewMultiAttachCheckoutType$inboundSchema, PreviewMultiAttachCustomize$outboundSchema, PreviewMultiAttachDiscount$inboundSchema, PreviewMultiAttachDurationType, PreviewMultiAttachDurationType$outboundSchema, PreviewMultiAttachEntityData$outboundSchema, PreviewMultiAttachExpiryDurationType, PreviewMultiAttachExpiryDurationType$outboundSchema, PreviewMultiAttachFreeTrialParams$outboundSchema, PreviewMultiAttachIncoming$inboundSchema, PreviewMultiAttachIncomingFeatureQuantity$inboundSchema, PreviewMultiAttachInvoiceCredits$inboundSchema, PreviewMultiAttachInvoiceMode$outboundSchema, PreviewMultiAttachItemPriceInterval, PreviewMultiAttachItemPriceInterval$outboundSchema, PreviewMultiAttachLineItem$inboundSchema, PreviewMultiAttachLineItemPeriod$inboundSchema, PreviewMultiAttachNextCycle$inboundSchema, PreviewMultiAttachNextCycleDiscount$inboundSchema, PreviewMultiAttachNextCycleLineItem$inboundSchema, PreviewMultiAttachNextCycleLineItemPeriod$inboundSchema, PreviewMultiAttachOnDecrease, PreviewMultiAttachOnDecrease$outboundSchema, PreviewMultiAttachOnIncrease, PreviewMultiAttachOnIncrease$outboundSchema, PreviewMultiAttachOutgoing$inboundSchema, PreviewMultiAttachOutgoingFeatureQuantity$inboundSchema, PreviewMultiAttachOverageAllowed$outboundSchema, PreviewMultiAttachParams$outboundSchema, PreviewMultiAttachPlan$outboundSchema, PreviewMultiAttachPlanFeatureQuantity$outboundSchema, PreviewMultiAttachPlanItem$outboundSchema, PreviewMultiAttachPrice$outboundSchema, PreviewMultiAttachPriceInterval, PreviewMultiAttachPriceInterval$outboundSchema, PreviewMultiAttachProration$outboundSchema, PreviewMultiAttachRedirectMode, PreviewMultiAttachRedirectMode$outboundSchema, PreviewMultiAttachReset$outboundSchema, PreviewMultiAttachResetInterval, PreviewMultiAttachResetInterval$outboundSchema, PreviewMultiAttachResponse$inboundSchema, PreviewMultiAttachRollover$outboundSchema, PreviewMultiAttachSpendLimit$outboundSchema, PreviewMultiAttachStatus, PreviewMultiAttachStatus$inboundSchema, PreviewMultiAttachTax$inboundSchema, PreviewMultiAttachThresholdType, PreviewMultiAttachThresholdType$outboundSchema, PreviewMultiAttachTier$outboundSchema, PreviewMultiAttachTierBehavior, PreviewMultiAttachTierBehavior$outboundSchema, PreviewMultiAttachTo$outboundSchema, PreviewMultiAttachUsageAlert$outboundSchema, PreviewMultiAttachUsageLineItem$inboundSchema, PreviewMultiAttachUsageLineItemPeriod$inboundSchema, PreviewUpdateAddItemBillingMethod, PreviewUpdateAddItemBillingMethod$outboundSchema, PreviewUpdateAddItemExpiryDurationType, PreviewUpdateAddItemExpiryDurationType$outboundSchema, PreviewUpdateAddItemOnDecrease, PreviewUpdateAddItemOnDecrease$outboundSchema, PreviewUpdateAddItemOnIncrease, PreviewUpdateAddItemOnIncrease$outboundSchema, PreviewUpdateAddItemPlanItem$outboundSchema, PreviewUpdateAddItemPrice$outboundSchema, PreviewUpdateAddItemPriceInterval, PreviewUpdateAddItemPriceInterval$outboundSchema, PreviewUpdateAddItemProration$outboundSchema, PreviewUpdateAddItemReset$outboundSchema, PreviewUpdateAddItemResetInterval, PreviewUpdateAddItemResetInterval$outboundSchema, PreviewUpdateAddItemRollover$outboundSchema, PreviewUpdateAddItemTier$outboundSchema, PreviewUpdateAddItemTierBehavior, PreviewUpdateAddItemTierBehavior$outboundSchema, PreviewUpdateAddItemTo$outboundSchema, PreviewUpdateAttachDiscount$outboundSchema, PreviewUpdateBasePrice$outboundSchema, PreviewUpdateCancelAction, PreviewUpdateCancelAction$outboundSchema, PreviewUpdateCustomize$outboundSchema, PreviewUpdateDiscount$inboundSchema, PreviewUpdateDurationType, PreviewUpdateDurationType$outboundSchema, PreviewUpdateFeatureQuantityRequest$outboundSchema, PreviewUpdateFreeTrialParams$outboundSchema, PreviewUpdateIncoming$inboundSchema, PreviewUpdateIncomingFeatureQuantity$inboundSchema, PreviewUpdateInvoiceCredits$inboundSchema, PreviewUpdateInvoiceMode$outboundSchema, PreviewUpdateItemBillingMethod, PreviewUpdateItemBillingMethod$outboundSchema, PreviewUpdateItemExpiryDurationType, PreviewUpdateItemExpiryDurationType$outboundSchema, PreviewUpdateItemOnDecrease, PreviewUpdateItemOnDecrease$outboundSchema, PreviewUpdateItemOnIncrease, PreviewUpdateItemOnIncrease$outboundSchema, PreviewUpdateItemPlanItem$outboundSchema, PreviewUpdateItemPrice$outboundSchema, PreviewUpdateItemPriceInterval, PreviewUpdateItemPriceInterval$outboundSchema, PreviewUpdateItemProration$outboundSchema, PreviewUpdateItemReset$outboundSchema, PreviewUpdateItemResetInterval, PreviewUpdateItemResetInterval$outboundSchema, PreviewUpdateItemRollover$outboundSchema, PreviewUpdateItemTier$outboundSchema, PreviewUpdateItemTierBehavior, PreviewUpdateItemTierBehavior$outboundSchema, PreviewUpdateItemTo$outboundSchema, PreviewUpdateLineItem$inboundSchema, PreviewUpdateLineItemPeriod$inboundSchema, PreviewUpdateNextCycle$inboundSchema, PreviewUpdateNextCycleDiscount$inboundSchema, PreviewUpdateNextCycleLineItem$inboundSchema, PreviewUpdateNextCycleLineItemPeriod$inboundSchema, PreviewUpdateOutgoing$inboundSchema, PreviewUpdateOutgoingFeatureQuantity$inboundSchema, PreviewUpdateParams$outboundSchema, PreviewUpdatePlanItemFilter$outboundSchema, PreviewUpdatePriceInterval, PreviewUpdatePriceInterval$outboundSchema, PreviewUpdateProrationBehavior, PreviewUpdateProrationBehavior$outboundSchema, PreviewUpdateRecalculateBalances$outboundSchema, PreviewUpdateRedirectMode, PreviewUpdateRedirectMode$outboundSchema, PreviewUpdateRemoveItemBillingMethod, PreviewUpdateRemoveItemBillingMethod$outboundSchema, PreviewUpdateRemoveItemInterval, PreviewUpdateRemoveItemInterval$outboundSchema, PreviewUpdateResponse$inboundSchema, PreviewUpdateStatus, PreviewUpdateStatus$inboundSchema, PreviewUpdateTax$inboundSchema, PreviewUpdateUsageLineItem$inboundSchema, PreviewUpdateUsageLineItemPeriod$inboundSchema, ProcessorType, ProcessorType$inboundSchema, Processors$inboundSchema, Product1$inboundSchema, Product2$inboundSchema, ProductDisplay1$inboundSchema, ProductDisplay2$inboundSchema, ProductScenario1, ProductScenario1$inboundSchema, ProductScenario2, ProductScenario2$inboundSchema, ProductType1, ProductType1$inboundSchema, ProductType2, ProductType2$inboundSchema, Properties1$inboundSchema, Properties2$inboundSchema, Purchase$inboundSchema, Range, Range$outboundSchema, RedeemReferralCodeParams$outboundSchema, RedeemReferralCodeResponse$inboundSchema, Referral$inboundSchema, ReferralCustomer$inboundSchema, RequestAbortedError, RequestTimeoutError, ResponseValidationError, Revenuecat$inboundSchema, Rewards$inboundSchema, SDKValidationError, SDK_METADATA, Scenario1, Scenario1$inboundSchema, Scenario2, Scenario2$inboundSchema, Security$outboundSchema, ServerList, SetupPaymentAddItemBillingMethod, SetupPaymentAddItemBillingMethod$outboundSchema, SetupPaymentAddItemExpiryDurationType, SetupPaymentAddItemExpiryDurationType$outboundSchema, SetupPaymentAddItemOnDecrease, SetupPaymentAddItemOnDecrease$outboundSchema, SetupPaymentAddItemOnIncrease, SetupPaymentAddItemOnIncrease$outboundSchema, SetupPaymentAddItemPlanItem$outboundSchema, SetupPaymentAddItemPrice$outboundSchema, SetupPaymentAddItemPriceInterval, SetupPaymentAddItemPriceInterval$outboundSchema, SetupPaymentAddItemProration$outboundSchema, SetupPaymentAddItemReset$outboundSchema, SetupPaymentAddItemResetInterval, SetupPaymentAddItemResetInterval$outboundSchema, SetupPaymentAddItemRollover$outboundSchema, SetupPaymentAddItemTier$outboundSchema, SetupPaymentAddItemTierBehavior, SetupPaymentAddItemTierBehavior$outboundSchema, SetupPaymentAddItemTo$outboundSchema, SetupPaymentAttachDiscount$outboundSchema, SetupPaymentBasePrice$outboundSchema, SetupPaymentCarryOverBalances$outboundSchema, SetupPaymentCarryOverUsages$outboundSchema, SetupPaymentCustomLineItem$outboundSchema, SetupPaymentCustomize$outboundSchema, SetupPaymentDurationType, SetupPaymentDurationType$outboundSchema, SetupPaymentFeatureQuantity$outboundSchema, SetupPaymentFreeTrialParams$outboundSchema, SetupPaymentItemBillingMethod, SetupPaymentItemBillingMethod$outboundSchema, SetupPaymentItemExpiryDurationType, SetupPaymentItemExpiryDurationType$outboundSchema, SetupPaymentItemOnDecrease, SetupPaymentItemOnDecrease$outboundSchema, SetupPaymentItemOnIncrease, SetupPaymentItemOnIncrease$outboundSchema, SetupPaymentItemPlanItem$outboundSchema, SetupPaymentItemPrice$outboundSchema, SetupPaymentItemPriceInterval, SetupPaymentItemPriceInterval$outboundSchema, SetupPaymentItemProration$outboundSchema, SetupPaymentItemReset$outboundSchema, SetupPaymentItemResetInterval, SetupPaymentItemResetInterval$outboundSchema, SetupPaymentItemRollover$outboundSchema, SetupPaymentItemTier$outboundSchema, SetupPaymentItemTierBehavior, SetupPaymentItemTierBehavior$outboundSchema, SetupPaymentItemTo$outboundSchema, SetupPaymentParams$outboundSchema, SetupPaymentPlanItemFilter$outboundSchema, SetupPaymentPriceInterval, SetupPaymentPriceInterval$outboundSchema, SetupPaymentProrationBehavior, SetupPaymentProrationBehavior$outboundSchema, SetupPaymentRemoveItemBillingMethod, SetupPaymentRemoveItemBillingMethod$outboundSchema, SetupPaymentRemoveItemInterval, SetupPaymentRemoveItemInterval$outboundSchema, SetupPaymentResponse$inboundSchema, Stripe$inboundSchema, Subscription$inboundSchema, Total$inboundSchema, TrackIntervalEnum1, TrackIntervalEnum1$inboundSchema, TrackIntervalEnum2, TrackIntervalEnum2$inboundSchema, TrackIntervalUnion1$inboundSchema, TrackIntervalUnion2$inboundSchema, TrackLock$outboundSchema, TrackParams$outboundSchema, TrackReset1$inboundSchema, TrackReset2$inboundSchema, TrackResponse$inboundSchema, TrackResponseBody1$inboundSchema, TrackResponseBody2$inboundSchema, TrialsUsed$inboundSchema, UnexpectedClientError, UpdateBalanceInterval, UpdateBalanceInterval$outboundSchema, UpdateBalanceParams$outboundSchema, UpdateBalanceResponse$inboundSchema, UpdateCustomerAutoTopupRequest$outboundSchema, UpdateCustomerAutoTopupResponse$inboundSchema, UpdateCustomerBillingControlsRequest$outboundSchema, UpdateCustomerBillingControlsResponse$inboundSchema, UpdateCustomerConfigRequest$outboundSchema, UpdateCustomerConfigResponse$inboundSchema, UpdateCustomerCreditSchema$inboundSchema, UpdateCustomerDisplay$inboundSchema, UpdateCustomerEnv, UpdateCustomerEnv$inboundSchema, UpdateCustomerFeature$inboundSchema, UpdateCustomerFlags$inboundSchema, UpdateCustomerIntervalRequest, UpdateCustomerIntervalRequest$outboundSchema, UpdateCustomerIntervalResponse1, UpdateCustomerIntervalResponse1$inboundSchema, UpdateCustomerIntervalResponse2, UpdateCustomerIntervalResponse2$inboundSchema, UpdateCustomerOverageAllowedRequest$outboundSchema, UpdateCustomerOverageAllowedResponse$inboundSchema, UpdateCustomerParams$outboundSchema, UpdateCustomerProcessors$inboundSchema, UpdateCustomerPurchase$inboundSchema, UpdateCustomerPurchaseLimitRequest$outboundSchema, UpdateCustomerPurchaseLimitResponse1$inboundSchema, UpdateCustomerPurchaseLimitResponse2$inboundSchema, UpdateCustomerPurchaseLimitUnion$inboundSchema, UpdateCustomerResponse$inboundSchema, UpdateCustomerRevenuecat$inboundSchema, UpdateCustomerSpendLimitRequest$outboundSchema, UpdateCustomerSpendLimitResponse$inboundSchema, UpdateCustomerStatus, UpdateCustomerStatus$inboundSchema, UpdateCustomerStripe$inboundSchema, UpdateCustomerSubscription$inboundSchema, UpdateCustomerThresholdTypeRequestBody, UpdateCustomerThresholdTypeRequestBody$outboundSchema, UpdateCustomerThresholdTypeResponse, UpdateCustomerThresholdTypeResponse$inboundSchema, UpdateCustomerType, UpdateCustomerType$inboundSchema, UpdateCustomerUsageAlertRequestBody$outboundSchema, UpdateCustomerUsageAlertResponse$inboundSchema, UpdateCustomerVercel$inboundSchema, UpdateEntityBillingControlsRequest$outboundSchema, UpdateEntityBillingControlsResponse$inboundSchema, UpdateEntityCreditSchema$inboundSchema, UpdateEntityDisplay$inboundSchema, UpdateEntityEnv, UpdateEntityEnv$inboundSchema, UpdateEntityFeature$inboundSchema, UpdateEntityFlags$inboundSchema, UpdateEntityInvoice$inboundSchema, UpdateEntityOverageAllowedRequest$outboundSchema, UpdateEntityOverageAllowedResponse$inboundSchema, UpdateEntityParams$outboundSchema, UpdateEntityProcessorType, UpdateEntityProcessorType$inboundSchema, UpdateEntityPurchase$inboundSchema, UpdateEntityResponse$inboundSchema, UpdateEntitySpendLimitRequest$outboundSchema, UpdateEntitySpendLimitResponse$inboundSchema, UpdateEntityStatus, UpdateEntityStatus$inboundSchema, UpdateEntitySubscription$inboundSchema, UpdateEntityThresholdTypeRequestBody, UpdateEntityThresholdTypeRequestBody$outboundSchema, UpdateEntityThresholdTypeResponse, UpdateEntityThresholdTypeResponse$inboundSchema, UpdateEntityType, UpdateEntityType$inboundSchema, UpdateEntityUsageAlertRequestBody$outboundSchema, UpdateEntityUsageAlertResponse$inboundSchema, UpdateFeatureCreditSchemaRequest$outboundSchema, UpdateFeatureCreditSchemaResponse$inboundSchema, UpdateFeatureDisplayRequest$outboundSchema, UpdateFeatureDisplayResponse$inboundSchema, UpdateFeatureParams$outboundSchema, UpdateFeatureResponse$inboundSchema, UpdateFeatureTypeRequest, UpdateFeatureTypeRequest$outboundSchema, UpdateFeatureTypeResponse, UpdateFeatureTypeResponse$inboundSchema, UpdatePlanAttachAction, UpdatePlanAttachAction$inboundSchema, UpdatePlanBasePrice$outboundSchema, UpdatePlanBillingMethodRequest, UpdatePlanBillingMethodRequest$outboundSchema, UpdatePlanBillingMethodResponse, UpdatePlanBillingMethodResponse$inboundSchema, UpdatePlanConfigRequest$outboundSchema, UpdatePlanConfigResponse$inboundSchema, UpdatePlanCreditSchema$inboundSchema, UpdatePlanCustomerEligibility$inboundSchema, UpdatePlanDurationTypeRequest, UpdatePlanDurationTypeRequest$outboundSchema, UpdatePlanDurationTypeResponse, UpdatePlanDurationTypeResponse$inboundSchema, UpdatePlanEnv, UpdatePlanEnv$inboundSchema, UpdatePlanExpiryDurationTypeRequest, UpdatePlanExpiryDurationTypeRequest$outboundSchema, UpdatePlanExpiryDurationTypeResponse, UpdatePlanExpiryDurationTypeResponse$inboundSchema, UpdatePlanFeature$inboundSchema, UpdatePlanFeatureDisplay$inboundSchema, UpdatePlanFreeTrial$inboundSchema, UpdatePlanFreeTrialParams$outboundSchema, UpdatePlanItem$inboundSchema, UpdatePlanItemDisplay$inboundSchema, UpdatePlanItemPriceIntervalRequest, UpdatePlanItemPriceIntervalRequest$outboundSchema, UpdatePlanItemPriceResponse$inboundSchema, UpdatePlanOnDecrease, UpdatePlanOnDecrease$outboundSchema, UpdatePlanOnIncrease, UpdatePlanOnIncrease$outboundSchema, UpdatePlanParams$outboundSchema, UpdatePlanPlanItem$outboundSchema, UpdatePlanPriceDisplay$inboundSchema, UpdatePlanPriceIntervalRequest, UpdatePlanPriceIntervalRequest$outboundSchema, UpdatePlanPriceIntervalResponse, UpdatePlanPriceIntervalResponse$inboundSchema, UpdatePlanPriceItemIntervalResponse, UpdatePlanPriceItemIntervalResponse$inboundSchema, UpdatePlanPriceRequest$outboundSchema, UpdatePlanPriceResponse$inboundSchema, UpdatePlanProration$outboundSchema, UpdatePlanResetIntervalRequest, UpdatePlanResetIntervalRequest$outboundSchema, UpdatePlanResetIntervalResponse, UpdatePlanResetIntervalResponse$inboundSchema, UpdatePlanResetRequest$outboundSchema, UpdatePlanResetResponse$inboundSchema, UpdatePlanResponse$inboundSchema, UpdatePlanRolloverRequest$outboundSchema, UpdatePlanRolloverResponse$inboundSchema, UpdatePlanStatus, UpdatePlanStatus$inboundSchema, UpdatePlanTier$outboundSchema, UpdatePlanTierBehaviorRequest, UpdatePlanTierBehaviorRequest$outboundSchema, UpdatePlanTierBehaviorResponse, UpdatePlanTierBehaviorResponse$inboundSchema, UpdatePlanTo$outboundSchema, UpdatePlanType, UpdatePlanType$inboundSchema, UpdateSubscriptionParams$outboundSchema, UsageModel1, UsageModel1$inboundSchema, UsageModel2, UsageModel2$inboundSchema, 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_exports as 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, types_exports 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 };