autumn-js 1.2.41 → 1.2.43

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 (147) hide show
  1. package/dist/backend/adapters/express.js +670 -71
  2. package/dist/backend/adapters/express.mjs +8 -8
  3. package/dist/backend/adapters/fetch.js +670 -71
  4. package/dist/backend/adapters/fetch.mjs +8 -8
  5. package/dist/backend/adapters/hono.js +670 -71
  6. package/dist/backend/adapters/hono.mjs +8 -8
  7. package/dist/backend/adapters/index.js +670 -71
  8. package/dist/backend/adapters/index.mjs +11 -11
  9. package/dist/backend/adapters/next.js +670 -71
  10. package/dist/backend/adapters/next.mjs +8 -8
  11. package/dist/backend/{chunk-5FKCJ3TB.mjs → chunk-6JWKVTW6.mjs} +668 -69
  12. package/dist/backend/{chunk-FS2XS32M.mjs → chunk-A4CQFLP2.mjs} +1 -1
  13. package/dist/backend/{chunk-UD2T3GKC.mjs → chunk-BFEYTUTD.mjs} +5 -5
  14. package/dist/backend/{chunk-CHL34LQO.mjs → chunk-F7UCOH2H.mjs} +1 -1
  15. package/dist/backend/{chunk-QKLYHQFJ.mjs → chunk-P2VDVARN.mjs} +1 -1
  16. package/dist/backend/{chunk-2VGKOWXH.mjs → chunk-PMJU66BZ.mjs} +1 -1
  17. package/dist/backend/{chunk-6IRM5YOA.mjs → chunk-PUITHPYB.mjs} +7 -7
  18. package/dist/backend/{chunk-6WHGF4WX.mjs → chunk-VWRIO2AZ.mjs} +2 -2
  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 +670 -71
  22. package/dist/backend/core/handlers/coreHandler.mjs +6 -6
  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 +3 -3
  26. package/dist/backend/core/handlers/handleRouteByName.js +670 -71
  27. package/dist/backend/core/handlers/handleRouteByName.mjs +6 -6
  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 +670 -71
  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 +670 -71
  35. package/dist/backend/core/index.mjs +7 -7
  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 +2 -2
  39. package/dist/backend/core/routes/index.mjs +1 -1
  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 +2 -2
  45. package/dist/backend/core/routes/routeConfigs.mjs +1 -1
  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/index.d.mts +2 -2
  53. package/dist/backend/index.d.ts +2 -2
  54. package/dist/backend/index.js +670 -71
  55. package/dist/backend/index.mjs +7 -7
  56. package/dist/backend/{routeTypes-6y6WfqD1.d.mts → routeTypes-BbDgUCjQ.d.mts} +1125 -410
  57. package/dist/backend/{routeTypes-Bqeo1-G5.d.ts → routeTypes-Dx6n-_1-.d.ts} +1125 -410
  58. package/dist/better-auth/{chunk-UGW5CGCL.mjs → chunk-46KXUK2V.mjs} +1 -1
  59. package/dist/better-auth/{chunk-PQ5Y4SBX.mjs → chunk-5XFPQFRG.mjs} +2 -2
  60. package/dist/better-auth/{chunk-CICEUVIO.mjs → chunk-GBZQDO7C.mjs} +669 -70
  61. package/dist/better-auth/index.js +670 -71
  62. package/dist/better-auth/index.mjs +3 -3
  63. package/dist/better-auth/utils/createAutumnEndpoint.js +2 -2
  64. package/dist/better-auth/utils/createAutumnEndpoint.mjs +2 -2
  65. package/dist/better-auth/utils/handleBetterAuthRoute.js +670 -71
  66. package/dist/better-auth/utils/handleBetterAuthRoute.mjs +2 -2
  67. package/dist/better-auth/utils/index.js +670 -71
  68. package/dist/better-auth/utils/index.mjs +3 -3
  69. package/dist/react/AutumnContext.d.mts +4 -4
  70. package/dist/react/AutumnContext.d.ts +4 -4
  71. package/dist/react/AutumnProvider.js +17 -17
  72. package/dist/react/AutumnProvider.mjs +2 -2
  73. package/dist/react/{chunk-ERN74FDW.mjs → chunk-7SRCZYRC.mjs} +1 -1
  74. package/dist/react/{chunk-VJDFB54U.mjs → chunk-CQF3ER2L.mjs} +2 -2
  75. package/dist/react/{chunk-6KIRT7EK.mjs → chunk-CSJHU3F2.mjs} +1 -1
  76. package/dist/react/{chunk-DDMHYLY3.mjs → chunk-EE3XPYSL.mjs} +1 -1
  77. package/dist/react/{chunk-FU6VEECB.mjs → chunk-KCOHZSS3.mjs} +25 -25
  78. package/dist/react/{chunk-JH5BXBEU.mjs → chunk-LUBYNTYC.mjs} +1 -1
  79. package/dist/react/{chunk-YZ23DM7M.mjs → chunk-QUGX6XRQ.mjs} +1 -1
  80. package/dist/react/{chunk-AAPQJY55.mjs → chunk-RTZAB46K.mjs} +1 -1
  81. package/dist/react/{chunk-M3L6EE7I.mjs → chunk-SBCI4L22.mjs} +1 -1
  82. package/dist/react/client/AutumnClient.d.mts +4 -4
  83. package/dist/react/client/AutumnClient.d.ts +4 -4
  84. package/dist/react/client/IAutumnClient.d.mts +4 -4
  85. package/dist/react/client/IAutumnClient.d.ts +4 -4
  86. package/dist/react/client/index.d.mts +4 -4
  87. package/dist/react/client/index.d.ts +4 -4
  88. package/dist/react/{customer-BD_JdC0O.d.mts → customer-DUVEYKmJ.d.mts} +1 -1
  89. package/dist/react/{customer-C95I_yQG.d.ts → customer-DWsFqhDO.d.ts} +1 -1
  90. package/dist/react/hooks/index.d.mts +4 -4
  91. package/dist/react/hooks/index.d.ts +4 -4
  92. package/dist/react/hooks/index.js +18 -18
  93. package/dist/react/hooks/index.mjs +8 -8
  94. package/dist/react/hooks/internal/check/balanceToAllowed.d.mts +2 -2
  95. package/dist/react/hooks/internal/check/balanceToAllowed.d.ts +2 -2
  96. package/dist/react/hooks/internal/check/customerToFeatures.d.mts +2 -2
  97. package/dist/react/hooks/internal/check/customerToFeatures.d.ts +2 -2
  98. package/dist/react/hooks/internal/check/findCreditSystemsByFeature.d.mts +2 -2
  99. package/dist/react/hooks/internal/check/findCreditSystemsByFeature.d.ts +2 -2
  100. package/dist/react/hooks/internal/check/getCreditCost.d.mts +2 -2
  101. package/dist/react/hooks/internal/check/getCreditCost.d.ts +2 -2
  102. package/dist/react/hooks/internal/getLocalCheckResponse.d.mts +3 -3
  103. package/dist/react/hooks/internal/getLocalCheckResponse.d.ts +3 -3
  104. package/dist/react/hooks/internal/useCustomerActions.d.mts +4 -4
  105. package/dist/react/hooks/internal/useCustomerActions.d.ts +4 -4
  106. package/dist/react/hooks/internal/useCustomerActions.js +1 -1
  107. package/dist/react/hooks/internal/useCustomerActions.mjs +2 -2
  108. package/dist/react/hooks/useAggregateEvents.d.mts +2 -2
  109. package/dist/react/hooks/useAggregateEvents.d.ts +2 -2
  110. package/dist/react/hooks/useAggregateEvents.js +18 -18
  111. package/dist/react/hooks/useAggregateEvents.mjs +2 -2
  112. package/dist/react/hooks/useCustomer.d.mts +3 -3
  113. package/dist/react/hooks/useCustomer.d.ts +3 -3
  114. package/dist/react/hooks/useCustomer.js +18 -18
  115. package/dist/react/hooks/useCustomer.mjs +3 -3
  116. package/dist/react/hooks/useEntity.d.mts +2 -2
  117. package/dist/react/hooks/useEntity.d.ts +2 -2
  118. package/dist/react/hooks/useEntity.js +18 -18
  119. package/dist/react/hooks/useEntity.mjs +2 -2
  120. package/dist/react/hooks/useListEvents.d.mts +2 -2
  121. package/dist/react/hooks/useListEvents.d.ts +2 -2
  122. package/dist/react/hooks/useListEvents.js +18 -18
  123. package/dist/react/hooks/useListEvents.mjs +2 -2
  124. package/dist/react/hooks/useListPlans.d.mts +3 -3
  125. package/dist/react/hooks/useListPlans.d.ts +3 -3
  126. package/dist/react/hooks/useListPlans.js +18 -18
  127. package/dist/react/hooks/useListPlans.mjs +2 -2
  128. package/dist/react/hooks/useReferrals.d.mts +2 -2
  129. package/dist/react/hooks/useReferrals.d.ts +2 -2
  130. package/dist/react/hooks/useReferrals.js +18 -18
  131. package/dist/react/hooks/useReferrals.mjs +2 -2
  132. package/dist/react/index.d.mts +4 -4
  133. package/dist/react/index.d.ts +4 -4
  134. package/dist/react/index.js +24 -24
  135. package/dist/react/index.mjs +9 -9
  136. package/dist/react/{list-plans-op-BdOxN1FS.d.ts → list-plans-op-BpypCKd4.d.ts} +4 -4
  137. package/dist/react/{list-plans-op--w_i80gy.d.mts → list-plans-op-qIIJzne_.d.mts} +4 -4
  138. package/dist/react/{params-Dk9XX3Ql.d.mts → params-C-0Z0NXW.d.mts} +1 -1
  139. package/dist/react/{params-_Bb3H0_F.d.ts → params-DGCHegZ2.d.ts} +1 -1
  140. package/dist/react/{plan--HshF-xs.d.mts → plan-Cv3WkiHC.d.mts} +3 -3
  141. package/dist/react/{plan--HshF-xs.d.ts → plan-Cv3WkiHC.d.ts} +3 -3
  142. package/dist/sdk/index.d.mts +1136 -100
  143. package/dist/sdk/index.d.ts +1136 -100
  144. package/dist/sdk/index.js +1015 -142
  145. package/dist/sdk/index.mjs +864 -97
  146. package/package.json +1 -1
  147. package/dist/backend/{chunk-IXUCY7AU.mjs → chunk-MOHYGUMA.mjs} +3 -3
@@ -3159,6 +3159,11 @@ function balanceFromJSON(jsonString) {
3159
3159
  `Failed to parse 'Balance' from JSON`
3160
3160
  );
3161
3161
  }
3162
+ var BatchTrackOverageBehavior = {
3163
+ Cap: "cap",
3164
+ Overflow: "overflow"
3165
+ };
3166
+ var BatchTrackOverageBehavior$outboundSchema = z69.enum(BatchTrackOverageBehavior);
3162
3167
  var BatchTrackLock$outboundSchema = z69.pipe(
3163
3168
  z69.object({
3164
3169
  lockId: z69.string(),
@@ -3184,6 +3189,7 @@ var RequestBody$outboundSchema = z69.pipe(
3184
3189
  value: z69.optional(z69.number()),
3185
3190
  properties: z69.optional(z69.record(z69.string(), z69.any())),
3186
3191
  timestamp: z69.optional(z69.int()),
3192
+ overageBehavior: z69.optional(BatchTrackOverageBehavior$outboundSchema),
3187
3193
  async: z69.optional(z69.boolean()),
3188
3194
  lock: z69.optional(z69.lazy(() => BatchTrackLock$outboundSchema))
3189
3195
  }),
@@ -3192,7 +3198,8 @@ var RequestBody$outboundSchema = z69.pipe(
3192
3198
  customerId: "customer_id",
3193
3199
  featureId: "feature_id",
3194
3200
  entityId: "entity_id",
3195
- eventName: "event_name"
3201
+ eventName: "event_name",
3202
+ overageBehavior: "overage_behavior"
3196
3203
  });
3197
3204
  })
3198
3205
  );
@@ -6462,7 +6469,7 @@ var PlanPriceVariantDetailsInterval = {
6462
6469
  SemiAnnual: "semi_annual",
6463
6470
  Year: "year"
6464
6471
  };
6465
- var PlanAddItemResetInterval = {
6472
+ var PlanVariantDetailsResetInterval = {
6466
6473
  OneOff: "one_off",
6467
6474
  Minute: "minute",
6468
6475
  Hour: "hour",
@@ -6947,10 +6954,10 @@ function basePriceFromJSON(jsonString) {
6947
6954
  `Failed to parse 'BasePrice' from JSON`
6948
6955
  );
6949
6956
  }
6950
- var PlanAddItemResetInterval$inboundSchema = inboundSchema(PlanAddItemResetInterval);
6957
+ var PlanVariantDetailsResetInterval$inboundSchema = inboundSchema(PlanVariantDetailsResetInterval);
6951
6958
  var PlanVariantDetailsReset$inboundSchema = z69.pipe(
6952
6959
  z69.object({
6953
- interval: PlanAddItemResetInterval$inboundSchema,
6960
+ interval: PlanVariantDetailsResetInterval$inboundSchema,
6954
6961
  interval_count: optional3(number2())
6955
6962
  }),
6956
6963
  z69.transform((v) => {
@@ -8565,7 +8572,7 @@ var CreatePlanPriceIntervalRequestBody = {
8565
8572
  SemiAnnual: "semi_annual",
8566
8573
  Year: "year"
8567
8574
  };
8568
- var CreatePlanResetIntervalRequestBody = {
8575
+ var CreatePlanItemResetIntervalRequestBody = {
8569
8576
  OneOff: "one_off",
8570
8577
  Minute: "minute",
8571
8578
  Hour: "hour",
@@ -8576,7 +8583,7 @@ var CreatePlanResetIntervalRequestBody = {
8576
8583
  SemiAnnual: "semi_annual",
8577
8584
  Year: "year"
8578
8585
  };
8579
- var CreatePlanTierBehaviorRequestBody = {
8586
+ var CreatePlanItemTierBehaviorRequestBody = {
8580
8587
  Graduated: "graduated",
8581
8588
  Volume: "volume"
8582
8589
  };
@@ -8588,7 +8595,7 @@ var CreatePlanItemPriceIntervalRequestBody = {
8588
8595
  SemiAnnual: "semi_annual",
8589
8596
  Year: "year"
8590
8597
  };
8591
- var CreatePlanBillingMethodRequestBody = {
8598
+ var CreatePlanItemBillingMethodRequestBody = {
8592
8599
  Prepaid: "prepaid",
8593
8600
  UsageBased: "usage_based"
8594
8601
  };
@@ -8605,10 +8612,85 @@ var CreatePlanItemOnDecrease = {
8605
8612
  None: "none",
8606
8613
  NoProrations: "no_prorations"
8607
8614
  };
8608
- var CreatePlanExpiryDurationTypeRequestBody = {
8615
+ var CreatePlanItemExpiryDurationTypeRequestBody = {
8616
+ Month: "month",
8617
+ Forever: "forever"
8618
+ };
8619
+ var CreatePlanPriceLicenseInterval = {
8620
+ OneOff: "one_off",
8621
+ Week: "week",
8622
+ Month: "month",
8623
+ Quarter: "quarter",
8624
+ SemiAnnual: "semi_annual",
8625
+ Year: "year"
8626
+ };
8627
+ var CreatePlanLicenseResetInterval = {
8628
+ OneOff: "one_off",
8629
+ Minute: "minute",
8630
+ Hour: "hour",
8631
+ Day: "day",
8632
+ Week: "week",
8633
+ Month: "month",
8634
+ Quarter: "quarter",
8635
+ SemiAnnual: "semi_annual",
8636
+ Year: "year"
8637
+ };
8638
+ var CreatePlanLicenseTierBehavior = {
8639
+ Graduated: "graduated",
8640
+ Volume: "volume"
8641
+ };
8642
+ var CreatePlanLicenseAddItemPriceInterval = {
8643
+ OneOff: "one_off",
8644
+ Week: "week",
8645
+ Month: "month",
8646
+ Quarter: "quarter",
8647
+ SemiAnnual: "semi_annual",
8648
+ Year: "year"
8649
+ };
8650
+ var CreatePlanLicenseAddItemBillingMethod = {
8651
+ Prepaid: "prepaid",
8652
+ UsageBased: "usage_based"
8653
+ };
8654
+ var CreatePlanLicenseOnIncrease = {
8655
+ BillImmediately: "bill_immediately",
8656
+ ProrateImmediately: "prorate_immediately",
8657
+ ProrateNextCycle: "prorate_next_cycle",
8658
+ BillNextCycle: "bill_next_cycle"
8659
+ };
8660
+ var CreatePlanLicenseOnDecrease = {
8661
+ Prorate: "prorate",
8662
+ ProrateImmediately: "prorate_immediately",
8663
+ ProrateNextCycle: "prorate_next_cycle",
8664
+ None: "none",
8665
+ NoProrations: "no_prorations"
8666
+ };
8667
+ var CreatePlanLicenseExpiryDurationType = {
8609
8668
  Month: "month",
8610
8669
  Forever: "forever"
8611
8670
  };
8671
+ var CreatePlanLicenseRemoveItemBillingMethod = {
8672
+ Prepaid: "prepaid",
8673
+ UsageBased: "usage_based"
8674
+ };
8675
+ var CreatePlanIntervalLicenseRemoveItemEnum2 = {
8676
+ OneOff: "one_off",
8677
+ Minute: "minute",
8678
+ Hour: "hour",
8679
+ Day: "day",
8680
+ Week: "week",
8681
+ Month: "month",
8682
+ Quarter: "quarter",
8683
+ SemiAnnual: "semi_annual",
8684
+ Year: "year"
8685
+ };
8686
+ var CreatePlanIntervalLicenseRemoveItemEnum1 = {
8687
+ OneOff: "one_off",
8688
+ Week: "week",
8689
+ Month: "month",
8690
+ Quarter: "quarter",
8691
+ SemiAnnual: "semi_annual",
8692
+ Year: "year"
8693
+ };
8612
8694
  var CreatePlanDurationTypeRequest = {
8613
8695
  Day: "day",
8614
8696
  Month: "month",
@@ -8708,7 +8790,7 @@ var CreatePlanPriceVariantDetailsInterval = {
8708
8790
  SemiAnnual: "semi_annual",
8709
8791
  Year: "year"
8710
8792
  };
8711
- var CreatePlanAddItemResetInterval = {
8793
+ var CreatePlanVariantDetailsResetInterval = {
8712
8794
  OneOff: "one_off",
8713
8795
  Minute: "minute",
8714
8796
  Hour: "hour",
@@ -8723,7 +8805,7 @@ var CreatePlanVariantDetailsTierBehavior = {
8723
8805
  Graduated: "graduated",
8724
8806
  Volume: "volume"
8725
8807
  };
8726
- var CreatePlanAddItemPriceInterval = {
8808
+ var CreatePlanVariantDetailsAddItemPriceInterval = {
8727
8809
  OneOff: "one_off",
8728
8810
  Week: "week",
8729
8811
  Month: "month",
@@ -8731,7 +8813,7 @@ var CreatePlanAddItemPriceInterval = {
8731
8813
  SemiAnnual: "semi_annual",
8732
8814
  Year: "year"
8733
8815
  };
8734
- var CreatePlanAddItemBillingMethod = {
8816
+ var CreatePlanVariantDetailsAddItemBillingMethod = {
8735
8817
  Prepaid: "prepaid",
8736
8818
  UsageBased: "usage_based"
8737
8819
  };
@@ -8752,11 +8834,11 @@ var CreatePlanVariantDetailsExpiryDurationType = {
8752
8834
  Month: "month",
8753
8835
  Forever: "forever"
8754
8836
  };
8755
- var CreatePlanRemoveItemBillingMethod = {
8837
+ var CreatePlanVariantDetailsRemoveItemBillingMethod = {
8756
8838
  Prepaid: "prepaid",
8757
8839
  UsageBased: "usage_based"
8758
8840
  };
8759
- var CreatePlanIntervalRemoveItemEnum2 = {
8841
+ var CreatePlanIntervalVariantDetailsRemoveItemEnum2 = {
8760
8842
  OneOff: "one_off",
8761
8843
  Minute: "minute",
8762
8844
  Hour: "hour",
@@ -8767,7 +8849,7 @@ var CreatePlanIntervalRemoveItemEnum2 = {
8767
8849
  SemiAnnual: "semi_annual",
8768
8850
  Year: "year"
8769
8851
  };
8770
- var CreatePlanIntervalRemoveItemEnum1 = {
8852
+ var CreatePlanIntervalVariantDetailsRemoveItemEnum1 = {
8771
8853
  OneOff: "one_off",
8772
8854
  Week: "week",
8773
8855
  Month: "month",
@@ -8872,10 +8954,12 @@ function createPlanPriceRequestBodyToJSON(createPlanPriceRequestBody) {
8872
8954
  CreatePlanPriceRequestBody$outboundSchema.parse(createPlanPriceRequestBody)
8873
8955
  );
8874
8956
  }
8875
- var CreatePlanResetIntervalRequestBody$outboundSchema = z69.enum(CreatePlanResetIntervalRequestBody);
8876
- var CreatePlanResetRequestBody$outboundSchema = z69.pipe(
8957
+ var CreatePlanItemResetIntervalRequestBody$outboundSchema = z69.enum(
8958
+ CreatePlanItemResetIntervalRequestBody
8959
+ );
8960
+ var CreatePlanItemResetRequestBody$outboundSchema = z69.pipe(
8877
8961
  z69.object({
8878
- interval: CreatePlanResetIntervalRequestBody$outboundSchema,
8962
+ interval: CreatePlanItemResetIntervalRequestBody$outboundSchema,
8879
8963
  intervalCount: z69.optional(z69.number())
8880
8964
  }),
8881
8965
  z69.transform((v) => {
@@ -8884,9 +8968,11 @@ var CreatePlanResetRequestBody$outboundSchema = z69.pipe(
8884
8968
  });
8885
8969
  })
8886
8970
  );
8887
- function createPlanResetRequestBodyToJSON(createPlanResetRequestBody) {
8971
+ function createPlanItemResetRequestBodyToJSON(createPlanItemResetRequestBody) {
8888
8972
  return JSON.stringify(
8889
- CreatePlanResetRequestBody$outboundSchema.parse(createPlanResetRequestBody)
8973
+ CreatePlanItemResetRequestBody$outboundSchema.parse(
8974
+ createPlanItemResetRequestBody
8975
+ )
8890
8976
  );
8891
8977
  }
8892
8978
  var CreatePlanItemAdditionalCurrencyRequestBody$outboundSchema = z69.object({
@@ -8900,13 +8986,15 @@ function createPlanItemAdditionalCurrencyRequestBodyToJSON(createPlanItemAdditio
8900
8986
  )
8901
8987
  );
8902
8988
  }
8903
- var CreatePlanToRequestBody$outboundSchema = smartUnion([z69.number(), z69.string()]);
8904
- function createPlanToRequestBodyToJSON(createPlanToRequestBody) {
8989
+ var CreatePlanItemToRequestBody$outboundSchema = smartUnion([z69.number(), z69.string()]);
8990
+ function createPlanItemToRequestBodyToJSON(createPlanItemToRequestBody) {
8905
8991
  return JSON.stringify(
8906
- CreatePlanToRequestBody$outboundSchema.parse(createPlanToRequestBody)
8992
+ CreatePlanItemToRequestBody$outboundSchema.parse(
8993
+ createPlanItemToRequestBody
8994
+ )
8907
8995
  );
8908
8996
  }
8909
- var CreatePlanTierAdditionalCurrencyRequestBody$outboundSchema = z69.pipe(
8997
+ var CreatePlanItemTierAdditionalCurrencyRequestBody$outboundSchema = z69.pipe(
8910
8998
  z69.object({
8911
8999
  currency: z69.string(),
8912
9000
  amount: z69.optional(z69.number()),
@@ -8918,20 +9006,20 @@ var CreatePlanTierAdditionalCurrencyRequestBody$outboundSchema = z69.pipe(
8918
9006
  });
8919
9007
  })
8920
9008
  );
8921
- function createPlanTierAdditionalCurrencyRequestBodyToJSON(createPlanTierAdditionalCurrencyRequestBody) {
9009
+ function createPlanItemTierAdditionalCurrencyRequestBodyToJSON(createPlanItemTierAdditionalCurrencyRequestBody) {
8922
9010
  return JSON.stringify(
8923
- CreatePlanTierAdditionalCurrencyRequestBody$outboundSchema.parse(
8924
- createPlanTierAdditionalCurrencyRequestBody
9011
+ CreatePlanItemTierAdditionalCurrencyRequestBody$outboundSchema.parse(
9012
+ createPlanItemTierAdditionalCurrencyRequestBody
8925
9013
  )
8926
9014
  );
8927
9015
  }
8928
- var CreatePlanTierRequestBody$outboundSchema = z69.pipe(
9016
+ var CreatePlanItemTierRequestBody$outboundSchema = z69.pipe(
8929
9017
  z69.object({
8930
9018
  to: smartUnion([z69.number(), z69.string()]),
8931
9019
  amount: z69.optional(z69.number()),
8932
9020
  flatAmount: z69.optional(z69.number()),
8933
9021
  additionalCurrencies: z69.optional(z69.array(z69.lazy(
8934
- () => CreatePlanTierAdditionalCurrencyRequestBody$outboundSchema
9022
+ () => CreatePlanItemTierAdditionalCurrencyRequestBody$outboundSchema
8935
9023
  )))
8936
9024
  }),
8937
9025
  z69.transform((v) => {
@@ -8941,16 +9029,22 @@ var CreatePlanTierRequestBody$outboundSchema = z69.pipe(
8941
9029
  });
8942
9030
  })
8943
9031
  );
8944
- function createPlanTierRequestBodyToJSON(createPlanTierRequestBody) {
9032
+ function createPlanItemTierRequestBodyToJSON(createPlanItemTierRequestBody) {
8945
9033
  return JSON.stringify(
8946
- CreatePlanTierRequestBody$outboundSchema.parse(createPlanTierRequestBody)
9034
+ CreatePlanItemTierRequestBody$outboundSchema.parse(
9035
+ createPlanItemTierRequestBody
9036
+ )
8947
9037
  );
8948
9038
  }
8949
- var CreatePlanTierBehaviorRequestBody$outboundSchema = z69.enum(CreatePlanTierBehaviorRequestBody);
9039
+ var CreatePlanItemTierBehaviorRequestBody$outboundSchema = z69.enum(
9040
+ CreatePlanItemTierBehaviorRequestBody
9041
+ );
8950
9042
  var CreatePlanItemPriceIntervalRequestBody$outboundSchema = z69.enum(
8951
9043
  CreatePlanItemPriceIntervalRequestBody
8952
9044
  );
8953
- var CreatePlanBillingMethodRequestBody$outboundSchema = z69.enum(CreatePlanBillingMethodRequestBody);
9045
+ var CreatePlanItemBillingMethodRequestBody$outboundSchema = z69.enum(
9046
+ CreatePlanItemBillingMethodRequestBody
9047
+ );
8954
9048
  var CreatePlanItemPriceRequestBody$outboundSchema = z69.pipe(
8955
9049
  z69.object({
8956
9050
  amount: z69.optional(z69.number()),
@@ -8958,13 +9052,15 @@ var CreatePlanItemPriceRequestBody$outboundSchema = z69.pipe(
8958
9052
  () => CreatePlanItemAdditionalCurrencyRequestBody$outboundSchema
8959
9053
  ))),
8960
9054
  tiers: z69.optional(z69.array(z69.lazy(
8961
- () => CreatePlanTierRequestBody$outboundSchema
9055
+ () => CreatePlanItemTierRequestBody$outboundSchema
8962
9056
  ))),
8963
- tierBehavior: z69.optional(CreatePlanTierBehaviorRequestBody$outboundSchema),
9057
+ tierBehavior: z69.optional(
9058
+ CreatePlanItemTierBehaviorRequestBody$outboundSchema
9059
+ ),
8964
9060
  interval: CreatePlanItemPriceIntervalRequestBody$outboundSchema,
8965
9061
  intervalCount: z69._default(z69.number(), 1),
8966
9062
  billingUnits: z69._default(z69.number(), 1),
8967
- billingMethod: CreatePlanBillingMethodRequestBody$outboundSchema,
9063
+ billingMethod: CreatePlanItemBillingMethodRequestBody$outboundSchema,
8968
9064
  maxPurchase: z69.optional(z69.nullable(z69.number()))
8969
9065
  }),
8970
9066
  z69.transform((v) => {
@@ -9004,14 +9100,14 @@ function createPlanItemProrationToJSON(createPlanItemProration) {
9004
9100
  CreatePlanItemProration$outboundSchema.parse(createPlanItemProration)
9005
9101
  );
9006
9102
  }
9007
- var CreatePlanExpiryDurationTypeRequestBody$outboundSchema = z69.enum(
9008
- CreatePlanExpiryDurationTypeRequestBody
9103
+ var CreatePlanItemExpiryDurationTypeRequestBody$outboundSchema = z69.enum(
9104
+ CreatePlanItemExpiryDurationTypeRequestBody
9009
9105
  );
9010
- var CreatePlanRolloverRequestBody$outboundSchema = z69.pipe(
9106
+ var CreatePlanItemRolloverRequestBody$outboundSchema = z69.pipe(
9011
9107
  z69.object({
9012
9108
  max: z69.optional(z69.number()),
9013
9109
  maxPercentage: z69.optional(z69.number()),
9014
- expiryDurationType: CreatePlanExpiryDurationTypeRequestBody$outboundSchema,
9110
+ expiryDurationType: CreatePlanItemExpiryDurationTypeRequestBody$outboundSchema,
9015
9111
  expiryDurationLength: z69.optional(z69.number())
9016
9112
  }),
9017
9113
  z69.transform((v) => {
@@ -9022,10 +9118,10 @@ var CreatePlanRolloverRequestBody$outboundSchema = z69.pipe(
9022
9118
  });
9023
9119
  })
9024
9120
  );
9025
- function createPlanRolloverRequestBodyToJSON(createPlanRolloverRequestBody) {
9121
+ function createPlanItemRolloverRequestBodyToJSON(createPlanItemRolloverRequestBody) {
9026
9122
  return JSON.stringify(
9027
- CreatePlanRolloverRequestBody$outboundSchema.parse(
9028
- createPlanRolloverRequestBody
9123
+ CreatePlanItemRolloverRequestBody$outboundSchema.parse(
9124
+ createPlanItemRolloverRequestBody
9029
9125
  )
9030
9126
  );
9031
9127
  }
@@ -9034,13 +9130,15 @@ var CreatePlanItemPlanItem$outboundSchema = z69.pipe(
9034
9130
  featureId: z69.string(),
9035
9131
  included: z69.optional(z69.number()),
9036
9132
  unlimited: z69.optional(z69.boolean()),
9037
- reset: z69.optional(z69.lazy(() => CreatePlanResetRequestBody$outboundSchema)),
9133
+ reset: z69.optional(
9134
+ z69.lazy(() => CreatePlanItemResetRequestBody$outboundSchema)
9135
+ ),
9038
9136
  price: z69.optional(
9039
9137
  z69.lazy(() => CreatePlanItemPriceRequestBody$outboundSchema)
9040
9138
  ),
9041
9139
  proration: z69.optional(z69.lazy(() => CreatePlanItemProration$outboundSchema)),
9042
9140
  rollover: z69.optional(
9043
- z69.lazy(() => CreatePlanRolloverRequestBody$outboundSchema)
9141
+ z69.lazy(() => CreatePlanItemRolloverRequestBody$outboundSchema)
9044
9142
  )
9045
9143
  }),
9046
9144
  z69.transform((v) => {
@@ -9054,11 +9152,298 @@ function createPlanItemPlanItemToJSON(createPlanItemPlanItem) {
9054
9152
  CreatePlanItemPlanItem$outboundSchema.parse(createPlanItemPlanItem)
9055
9153
  );
9056
9154
  }
9155
+ var CreatePlanPriceLicenseInterval$outboundSchema = z69.enum(CreatePlanPriceLicenseInterval);
9156
+ var CreatePlanLicenseAdditionalCurrency$outboundSchema = z69.object({
9157
+ currency: z69.string(),
9158
+ amount: z69.number()
9159
+ });
9160
+ function createPlanLicenseAdditionalCurrencyToJSON(createPlanLicenseAdditionalCurrency) {
9161
+ return JSON.stringify(
9162
+ CreatePlanLicenseAdditionalCurrency$outboundSchema.parse(
9163
+ createPlanLicenseAdditionalCurrency
9164
+ )
9165
+ );
9166
+ }
9167
+ var CreatePlanLicenseBasePrice$outboundSchema = z69.pipe(
9168
+ z69.object({
9169
+ amount: z69.number(),
9170
+ interval: CreatePlanPriceLicenseInterval$outboundSchema,
9171
+ intervalCount: z69.optional(z69.number()),
9172
+ additionalCurrencies: z69.optional(
9173
+ z69.array(z69.lazy(() => CreatePlanLicenseAdditionalCurrency$outboundSchema))
9174
+ )
9175
+ }),
9176
+ z69.transform((v) => {
9177
+ return remap(v, {
9178
+ intervalCount: "interval_count",
9179
+ additionalCurrencies: "additional_currencies"
9180
+ });
9181
+ })
9182
+ );
9183
+ function createPlanLicenseBasePriceToJSON(createPlanLicenseBasePrice) {
9184
+ return JSON.stringify(
9185
+ CreatePlanLicenseBasePrice$outboundSchema.parse(createPlanLicenseBasePrice)
9186
+ );
9187
+ }
9188
+ var CreatePlanLicenseResetInterval$outboundSchema = z69.enum(CreatePlanLicenseResetInterval);
9189
+ var CreatePlanLicenseReset$outboundSchema = z69.pipe(
9190
+ z69.object({
9191
+ interval: CreatePlanLicenseResetInterval$outboundSchema,
9192
+ intervalCount: z69.optional(z69.number())
9193
+ }),
9194
+ z69.transform((v) => {
9195
+ return remap(v, {
9196
+ intervalCount: "interval_count"
9197
+ });
9198
+ })
9199
+ );
9200
+ function createPlanLicenseResetToJSON(createPlanLicenseReset) {
9201
+ return JSON.stringify(
9202
+ CreatePlanLicenseReset$outboundSchema.parse(createPlanLicenseReset)
9203
+ );
9204
+ }
9205
+ var CreatePlanLicenseAddItemAdditionalCurrency$outboundSchema = z69.object({
9206
+ currency: z69.string(),
9207
+ amount: z69.number()
9208
+ });
9209
+ function createPlanLicenseAddItemAdditionalCurrencyToJSON(createPlanLicenseAddItemAdditionalCurrency) {
9210
+ return JSON.stringify(
9211
+ CreatePlanLicenseAddItemAdditionalCurrency$outboundSchema.parse(
9212
+ createPlanLicenseAddItemAdditionalCurrency
9213
+ )
9214
+ );
9215
+ }
9216
+ var CreatePlanLicenseTo$outboundSchema = smartUnion([z69.number(), z69.string()]);
9217
+ function createPlanLicenseToToJSON(createPlanLicenseTo) {
9218
+ return JSON.stringify(
9219
+ CreatePlanLicenseTo$outboundSchema.parse(createPlanLicenseTo)
9220
+ );
9221
+ }
9222
+ var CreatePlanLicenseTierAdditionalCurrency$outboundSchema = z69.pipe(
9223
+ z69.object({
9224
+ currency: z69.optional(z69.any()),
9225
+ amount: z69.optional(z69.any()),
9226
+ flatAmount: z69.optional(z69.any())
9227
+ }),
9228
+ z69.transform((v) => {
9229
+ return remap(v, {
9230
+ flatAmount: "flat_amount"
9231
+ });
9232
+ })
9233
+ );
9234
+ function createPlanLicenseTierAdditionalCurrencyToJSON(createPlanLicenseTierAdditionalCurrency) {
9235
+ return JSON.stringify(
9236
+ CreatePlanLicenseTierAdditionalCurrency$outboundSchema.parse(
9237
+ createPlanLicenseTierAdditionalCurrency
9238
+ )
9239
+ );
9240
+ }
9241
+ var CreatePlanLicenseTier$outboundSchema = z69.pipe(
9242
+ z69.object({
9243
+ to: smartUnion([z69.number(), z69.string()]),
9244
+ amount: z69.optional(z69.number()),
9245
+ flatAmount: z69.optional(z69.number()),
9246
+ additionalCurrencies: z69.optional(z69.array(z69.lazy(
9247
+ () => CreatePlanLicenseTierAdditionalCurrency$outboundSchema
9248
+ )))
9249
+ }),
9250
+ z69.transform((v) => {
9251
+ return remap(v, {
9252
+ flatAmount: "flat_amount",
9253
+ additionalCurrencies: "additional_currencies"
9254
+ });
9255
+ })
9256
+ );
9257
+ function createPlanLicenseTierToJSON(createPlanLicenseTier) {
9258
+ return JSON.stringify(
9259
+ CreatePlanLicenseTier$outboundSchema.parse(createPlanLicenseTier)
9260
+ );
9261
+ }
9262
+ var CreatePlanLicenseTierBehavior$outboundSchema = z69.enum(CreatePlanLicenseTierBehavior);
9263
+ var CreatePlanLicenseAddItemPriceInterval$outboundSchema = z69.enum(
9264
+ CreatePlanLicenseAddItemPriceInterval
9265
+ );
9266
+ var CreatePlanLicenseAddItemBillingMethod$outboundSchema = z69.enum(
9267
+ CreatePlanLicenseAddItemBillingMethod
9268
+ );
9269
+ var CreatePlanLicensePrice$outboundSchema = z69.pipe(
9270
+ z69.object({
9271
+ amount: z69.optional(z69.number()),
9272
+ additionalCurrencies: z69.optional(z69.array(z69.lazy(
9273
+ () => CreatePlanLicenseAddItemAdditionalCurrency$outboundSchema
9274
+ ))),
9275
+ tiers: z69.optional(z69.array(z69.lazy(
9276
+ () => CreatePlanLicenseTier$outboundSchema
9277
+ ))),
9278
+ tierBehavior: z69.optional(CreatePlanLicenseTierBehavior$outboundSchema),
9279
+ interval: CreatePlanLicenseAddItemPriceInterval$outboundSchema,
9280
+ intervalCount: z69._default(z69.number(), 1),
9281
+ billingUnits: z69._default(z69.number(), 1),
9282
+ billingMethod: CreatePlanLicenseAddItemBillingMethod$outboundSchema,
9283
+ maxPurchase: z69.optional(z69.nullable(z69.number()))
9284
+ }),
9285
+ z69.transform((v) => {
9286
+ return remap(v, {
9287
+ additionalCurrencies: "additional_currencies",
9288
+ tierBehavior: "tier_behavior",
9289
+ intervalCount: "interval_count",
9290
+ billingUnits: "billing_units",
9291
+ billingMethod: "billing_method",
9292
+ maxPurchase: "max_purchase"
9293
+ });
9294
+ })
9295
+ );
9296
+ function createPlanLicensePriceToJSON(createPlanLicensePrice) {
9297
+ return JSON.stringify(
9298
+ CreatePlanLicensePrice$outboundSchema.parse(createPlanLicensePrice)
9299
+ );
9300
+ }
9301
+ var CreatePlanLicenseOnIncrease$outboundSchema = z69.enum(CreatePlanLicenseOnIncrease);
9302
+ var CreatePlanLicenseOnDecrease$outboundSchema = z69.enum(CreatePlanLicenseOnDecrease);
9303
+ var CreatePlanLicenseProration$outboundSchema = z69.pipe(
9304
+ z69.object({
9305
+ onIncrease: CreatePlanLicenseOnIncrease$outboundSchema,
9306
+ onDecrease: CreatePlanLicenseOnDecrease$outboundSchema
9307
+ }),
9308
+ z69.transform((v) => {
9309
+ return remap(v, {
9310
+ onIncrease: "on_increase",
9311
+ onDecrease: "on_decrease"
9312
+ });
9313
+ })
9314
+ );
9315
+ function createPlanLicenseProrationToJSON(createPlanLicenseProration) {
9316
+ return JSON.stringify(
9317
+ CreatePlanLicenseProration$outboundSchema.parse(createPlanLicenseProration)
9318
+ );
9319
+ }
9320
+ var CreatePlanLicenseExpiryDurationType$outboundSchema = z69.enum(CreatePlanLicenseExpiryDurationType);
9321
+ var CreatePlanLicenseRollover$outboundSchema = z69.pipe(
9322
+ z69.object({
9323
+ max: z69.optional(z69.number()),
9324
+ maxPercentage: z69.optional(z69.number()),
9325
+ expiryDurationType: CreatePlanLicenseExpiryDurationType$outboundSchema,
9326
+ expiryDurationLength: z69.optional(z69.number())
9327
+ }),
9328
+ z69.transform((v) => {
9329
+ return remap(v, {
9330
+ maxPercentage: "max_percentage",
9331
+ expiryDurationType: "expiry_duration_type",
9332
+ expiryDurationLength: "expiry_duration_length"
9333
+ });
9334
+ })
9335
+ );
9336
+ function createPlanLicenseRolloverToJSON(createPlanLicenseRollover) {
9337
+ return JSON.stringify(
9338
+ CreatePlanLicenseRollover$outboundSchema.parse(createPlanLicenseRollover)
9339
+ );
9340
+ }
9341
+ var CreatePlanLicensePlanItem$outboundSchema = z69.pipe(
9342
+ z69.object({
9343
+ featureId: z69.string(),
9344
+ included: z69.optional(z69.number()),
9345
+ unlimited: z69.optional(z69.boolean()),
9346
+ reset: z69.optional(z69.lazy(() => CreatePlanLicenseReset$outboundSchema)),
9347
+ price: z69.optional(z69.lazy(() => CreatePlanLicensePrice$outboundSchema)),
9348
+ proration: z69.optional(
9349
+ z69.lazy(() => CreatePlanLicenseProration$outboundSchema)
9350
+ ),
9351
+ rollover: z69.optional(
9352
+ z69.lazy(() => CreatePlanLicenseRollover$outboundSchema)
9353
+ )
9354
+ }),
9355
+ z69.transform((v) => {
9356
+ return remap(v, {
9357
+ featureId: "feature_id"
9358
+ });
9359
+ })
9360
+ );
9361
+ function createPlanLicensePlanItemToJSON(createPlanLicensePlanItem) {
9362
+ return JSON.stringify(
9363
+ CreatePlanLicensePlanItem$outboundSchema.parse(createPlanLicensePlanItem)
9364
+ );
9365
+ }
9366
+ var CreatePlanLicenseRemoveItemBillingMethod$outboundSchema = z69.enum(
9367
+ CreatePlanLicenseRemoveItemBillingMethod
9368
+ );
9369
+ var CreatePlanIntervalLicenseRemoveItemEnum2$outboundSchema = z69.enum(
9370
+ CreatePlanIntervalLicenseRemoveItemEnum2
9371
+ );
9372
+ var CreatePlanIntervalLicenseRemoveItemEnum1$outboundSchema = z69.enum(
9373
+ CreatePlanIntervalLicenseRemoveItemEnum1
9374
+ );
9375
+ var CreatePlanLicenseIntervalUnion$outboundSchema = smartUnion([
9376
+ CreatePlanIntervalLicenseRemoveItemEnum1$outboundSchema,
9377
+ CreatePlanIntervalLicenseRemoveItemEnum2$outboundSchema
9378
+ ]);
9379
+ function createPlanLicenseIntervalUnionToJSON(createPlanLicenseIntervalUnion) {
9380
+ return JSON.stringify(
9381
+ CreatePlanLicenseIntervalUnion$outboundSchema.parse(
9382
+ createPlanLicenseIntervalUnion
9383
+ )
9384
+ );
9385
+ }
9386
+ var CreatePlanLicensePlanItemFilter$outboundSchema = z69.pipe(
9387
+ z69.object({
9388
+ featureId: z69.optional(z69.string()),
9389
+ billingMethod: z69.optional(
9390
+ CreatePlanLicenseRemoveItemBillingMethod$outboundSchema
9391
+ ),
9392
+ interval: z69.optional(
9393
+ smartUnion([
9394
+ CreatePlanIntervalLicenseRemoveItemEnum1$outboundSchema,
9395
+ CreatePlanIntervalLicenseRemoveItemEnum2$outboundSchema
9396
+ ])
9397
+ ),
9398
+ intervalCount: z69.optional(z69.int())
9399
+ }),
9400
+ z69.transform((v) => {
9401
+ return remap(v, {
9402
+ featureId: "feature_id",
9403
+ billingMethod: "billing_method",
9404
+ intervalCount: "interval_count"
9405
+ });
9406
+ })
9407
+ );
9408
+ function createPlanLicensePlanItemFilterToJSON(createPlanLicensePlanItemFilter) {
9409
+ return JSON.stringify(
9410
+ CreatePlanLicensePlanItemFilter$outboundSchema.parse(
9411
+ createPlanLicensePlanItemFilter
9412
+ )
9413
+ );
9414
+ }
9415
+ var CreatePlanLicenseCustomize$outboundSchema = z69.pipe(
9416
+ z69.object({
9417
+ price: z69.optional(
9418
+ z69.nullable(z69.lazy(() => CreatePlanLicenseBasePrice$outboundSchema))
9419
+ ),
9420
+ addItems: z69.optional(
9421
+ z69.array(z69.lazy(() => CreatePlanLicensePlanItem$outboundSchema))
9422
+ ),
9423
+ removeItems: z69.optional(
9424
+ z69.array(z69.lazy(() => CreatePlanLicensePlanItemFilter$outboundSchema))
9425
+ )
9426
+ }),
9427
+ z69.transform((v) => {
9428
+ return remap(v, {
9429
+ addItems: "add_items",
9430
+ removeItems: "remove_items"
9431
+ });
9432
+ })
9433
+ );
9434
+ function createPlanLicenseCustomizeToJSON(createPlanLicenseCustomize) {
9435
+ return JSON.stringify(
9436
+ CreatePlanLicenseCustomize$outboundSchema.parse(createPlanLicenseCustomize)
9437
+ );
9438
+ }
9057
9439
  var CreatePlanLicense$outboundSchema = z69.pipe(
9058
9440
  z69.object({
9059
9441
  licensePlanId: z69.string(),
9060
9442
  included: z69.optional(z69.int()),
9061
9443
  prepaidOnly: z69.optional(z69.boolean()),
9444
+ customize: z69.optional(
9445
+ z69.nullable(z69.lazy(() => CreatePlanLicenseCustomize$outboundSchema))
9446
+ ),
9062
9447
  metadata: z69.optional(z69.record(z69.string(), z69.any())),
9063
9448
  version: z69.optional(z69.int())
9064
9449
  }),
@@ -9691,7 +10076,7 @@ function createPlanVariantDetailsAdditionalCurrencyFromJSON(jsonString) {
9691
10076
  `Failed to parse 'CreatePlanVariantDetailsAdditionalCurrency' from JSON`
9692
10077
  );
9693
10078
  }
9694
- var CreatePlanBasePrice$inboundSchema = z69.pipe(
10079
+ var CreatePlanBasePriceResponse$inboundSchema = z69.pipe(
9695
10080
  z69.object({
9696
10081
  amount: number2(),
9697
10082
  interval: CreatePlanPriceVariantDetailsInterval$inboundSchema,
@@ -9707,17 +10092,17 @@ var CreatePlanBasePrice$inboundSchema = z69.pipe(
9707
10092
  });
9708
10093
  })
9709
10094
  );
9710
- function createPlanBasePriceFromJSON(jsonString) {
10095
+ function createPlanBasePriceResponseFromJSON(jsonString) {
9711
10096
  return safeParse(
9712
10097
  jsonString,
9713
- (x) => CreatePlanBasePrice$inboundSchema.parse(JSON.parse(x)),
9714
- `Failed to parse 'CreatePlanBasePrice' from JSON`
10098
+ (x) => CreatePlanBasePriceResponse$inboundSchema.parse(JSON.parse(x)),
10099
+ `Failed to parse 'CreatePlanBasePriceResponse' from JSON`
9715
10100
  );
9716
10101
  }
9717
- var CreatePlanAddItemResetInterval$inboundSchema = inboundSchema(CreatePlanAddItemResetInterval);
10102
+ var CreatePlanVariantDetailsResetInterval$inboundSchema = inboundSchema(CreatePlanVariantDetailsResetInterval);
9718
10103
  var CreatePlanVariantDetailsReset$inboundSchema = z69.pipe(
9719
10104
  z69.object({
9720
- interval: CreatePlanAddItemResetInterval$inboundSchema,
10105
+ interval: CreatePlanVariantDetailsResetInterval$inboundSchema,
9721
10106
  interval_count: optional3(number2())
9722
10107
  }),
9723
10108
  z69.transform((v) => {
@@ -9733,15 +10118,17 @@ function createPlanVariantDetailsResetFromJSON(jsonString) {
9733
10118
  `Failed to parse 'CreatePlanVariantDetailsReset' from JSON`
9734
10119
  );
9735
10120
  }
9736
- var CreatePlanAddItemAdditionalCurrency$inboundSchema = z69.object({
10121
+ var CreatePlanVariantDetailsAddItemAdditionalCurrency$inboundSchema = z69.object({
9737
10122
  currency: string4(),
9738
10123
  amount: number2()
9739
10124
  });
9740
- function createPlanAddItemAdditionalCurrencyFromJSON(jsonString) {
10125
+ function createPlanVariantDetailsAddItemAdditionalCurrencyFromJSON(jsonString) {
9741
10126
  return safeParse(
9742
10127
  jsonString,
9743
- (x) => CreatePlanAddItemAdditionalCurrency$inboundSchema.parse(JSON.parse(x)),
9744
- `Failed to parse 'CreatePlanAddItemAdditionalCurrency' from JSON`
10128
+ (x) => CreatePlanVariantDetailsAddItemAdditionalCurrency$inboundSchema.parse(
10129
+ JSON.parse(x)
10130
+ ),
10131
+ `Failed to parse 'CreatePlanVariantDetailsAddItemAdditionalCurrency' from JSON`
9745
10132
  );
9746
10133
  }
9747
10134
  var CreatePlanVariantDetailsTo$inboundSchema = smartUnion([number2(), string4()]);
@@ -9797,24 +10184,24 @@ function createPlanVariantDetailsTierFromJSON(jsonString) {
9797
10184
  );
9798
10185
  }
9799
10186
  var CreatePlanVariantDetailsTierBehavior$inboundSchema = inboundSchema(CreatePlanVariantDetailsTierBehavior);
9800
- var CreatePlanAddItemPriceInterval$inboundSchema = inboundSchema(CreatePlanAddItemPriceInterval);
9801
- var CreatePlanAddItemBillingMethod$inboundSchema = inboundSchema(CreatePlanAddItemBillingMethod);
10187
+ var CreatePlanVariantDetailsAddItemPriceInterval$inboundSchema = inboundSchema(CreatePlanVariantDetailsAddItemPriceInterval);
10188
+ var CreatePlanVariantDetailsAddItemBillingMethod$inboundSchema = inboundSchema(CreatePlanVariantDetailsAddItemBillingMethod);
9802
10189
  var CreatePlanVariantDetailsPrice$inboundSchema = z69.pipe(
9803
10190
  z69.object({
9804
10191
  amount: optional3(number2()),
9805
- additional_currencies: optional3(
9806
- z69.array(z69.lazy(() => CreatePlanAddItemAdditionalCurrency$inboundSchema))
9807
- ),
9808
- tiers: optional3(
9809
- z69.array(z69.lazy(() => CreatePlanVariantDetailsTier$inboundSchema))
9810
- ),
10192
+ additional_currencies: optional3(z69.array(z69.lazy(
10193
+ () => CreatePlanVariantDetailsAddItemAdditionalCurrency$inboundSchema
10194
+ ))),
10195
+ tiers: optional3(z69.array(z69.lazy(
10196
+ () => CreatePlanVariantDetailsTier$inboundSchema
10197
+ ))),
9811
10198
  tier_behavior: optional3(
9812
10199
  CreatePlanVariantDetailsTierBehavior$inboundSchema
9813
10200
  ),
9814
- interval: CreatePlanAddItemPriceInterval$inboundSchema,
10201
+ interval: CreatePlanVariantDetailsAddItemPriceInterval$inboundSchema,
9815
10202
  interval_count: z69._default(number2(), 1),
9816
10203
  billing_units: z69._default(number2(), 1),
9817
- billing_method: CreatePlanAddItemBillingMethod$inboundSchema,
10204
+ billing_method: CreatePlanVariantDetailsAddItemBillingMethod$inboundSchema,
9818
10205
  max_purchase: z69.optional(z69.nullable(number2()))
9819
10206
  }),
9820
10207
  z69.transform((v) => {
@@ -9910,30 +10297,30 @@ function createPlanPlanItemResponseFromJSON(jsonString) {
9910
10297
  `Failed to parse 'CreatePlanPlanItemResponse' from JSON`
9911
10298
  );
9912
10299
  }
9913
- var CreatePlanRemoveItemBillingMethod$inboundSchema = inboundSchema(CreatePlanRemoveItemBillingMethod);
9914
- var CreatePlanIntervalRemoveItemEnum2$inboundSchema = inboundSchema(CreatePlanIntervalRemoveItemEnum2);
9915
- var CreatePlanIntervalRemoveItemEnum1$inboundSchema = inboundSchema(CreatePlanIntervalRemoveItemEnum1);
9916
- var CreatePlanIntervalUnion$inboundSchema = smartUnion([
9917
- CreatePlanIntervalRemoveItemEnum1$inboundSchema,
9918
- CreatePlanIntervalRemoveItemEnum2$inboundSchema
10300
+ var CreatePlanVariantDetailsRemoveItemBillingMethod$inboundSchema = inboundSchema(CreatePlanVariantDetailsRemoveItemBillingMethod);
10301
+ var CreatePlanIntervalVariantDetailsRemoveItemEnum2$inboundSchema = inboundSchema(CreatePlanIntervalVariantDetailsRemoveItemEnum2);
10302
+ var CreatePlanIntervalVariantDetailsRemoveItemEnum1$inboundSchema = inboundSchema(CreatePlanIntervalVariantDetailsRemoveItemEnum1);
10303
+ var CreatePlanVariantDetailsIntervalUnion$inboundSchema = smartUnion([
10304
+ CreatePlanIntervalVariantDetailsRemoveItemEnum1$inboundSchema,
10305
+ CreatePlanIntervalVariantDetailsRemoveItemEnum2$inboundSchema
9919
10306
  ]);
9920
- function createPlanIntervalUnionFromJSON(jsonString) {
10307
+ function createPlanVariantDetailsIntervalUnionFromJSON(jsonString) {
9921
10308
  return safeParse(
9922
10309
  jsonString,
9923
- (x) => CreatePlanIntervalUnion$inboundSchema.parse(JSON.parse(x)),
9924
- `Failed to parse 'CreatePlanIntervalUnion' from JSON`
10310
+ (x) => CreatePlanVariantDetailsIntervalUnion$inboundSchema.parse(JSON.parse(x)),
10311
+ `Failed to parse 'CreatePlanVariantDetailsIntervalUnion' from JSON`
9925
10312
  );
9926
10313
  }
9927
- var CreatePlanPlanItemFilter$inboundSchema = z69.pipe(
10314
+ var CreatePlanPlanItemFilterResponse$inboundSchema = z69.pipe(
9928
10315
  z69.object({
9929
10316
  feature_id: optional3(string4()),
9930
10317
  billing_method: optional3(
9931
- CreatePlanRemoveItemBillingMethod$inboundSchema
10318
+ CreatePlanVariantDetailsRemoveItemBillingMethod$inboundSchema
9932
10319
  ),
9933
10320
  interval: optional3(
9934
10321
  smartUnion([
9935
- CreatePlanIntervalRemoveItemEnum1$inboundSchema,
9936
- CreatePlanIntervalRemoveItemEnum2$inboundSchema
10322
+ CreatePlanIntervalVariantDetailsRemoveItemEnum1$inboundSchema,
10323
+ CreatePlanIntervalVariantDetailsRemoveItemEnum2$inboundSchema
9937
10324
  ])
9938
10325
  ),
9939
10326
  interval_count: optional3(number2())
@@ -9946,11 +10333,11 @@ var CreatePlanPlanItemFilter$inboundSchema = z69.pipe(
9946
10333
  });
9947
10334
  })
9948
10335
  );
9949
- function createPlanPlanItemFilterFromJSON(jsonString) {
10336
+ function createPlanPlanItemFilterResponseFromJSON(jsonString) {
9950
10337
  return safeParse(
9951
10338
  jsonString,
9952
- (x) => CreatePlanPlanItemFilter$inboundSchema.parse(JSON.parse(x)),
9953
- `Failed to parse 'CreatePlanPlanItemFilter' from JSON`
10339
+ (x) => CreatePlanPlanItemFilterResponse$inboundSchema.parse(JSON.parse(x)),
10340
+ `Failed to parse 'CreatePlanPlanItemFilterResponse' from JSON`
9954
10341
  );
9955
10342
  }
9956
10343
  var CreatePlanVariantDetailsDurationType$inboundSchema = inboundSchema(CreatePlanVariantDetailsDurationType);
@@ -10164,16 +10551,16 @@ function createPlanVariantDetailsBillingControlsFromJSON(jsonString) {
10164
10551
  `Failed to parse 'CreatePlanVariantDetailsBillingControls' from JSON`
10165
10552
  );
10166
10553
  }
10167
- var CreatePlanCustomize$inboundSchema = z69.pipe(
10554
+ var CreatePlanCustomizeResponse$inboundSchema = z69.pipe(
10168
10555
  z69.object({
10169
10556
  price: z69.optional(
10170
- z69.nullable(z69.lazy(() => CreatePlanBasePrice$inboundSchema))
10557
+ z69.nullable(z69.lazy(() => CreatePlanBasePriceResponse$inboundSchema))
10171
10558
  ),
10172
10559
  add_items: optional3(
10173
10560
  z69.array(z69.lazy(() => CreatePlanPlanItemResponse$inboundSchema))
10174
10561
  ),
10175
10562
  remove_items: optional3(
10176
- z69.array(z69.lazy(() => CreatePlanPlanItemFilter$inboundSchema))
10563
+ z69.array(z69.lazy(() => CreatePlanPlanItemFilterResponse$inboundSchema))
10177
10564
  ),
10178
10565
  free_trial: z69.optional(
10179
10566
  z69.nullable(z69.lazy(() => CreatePlanFreeTrialParams$inboundSchema))
@@ -10191,17 +10578,19 @@ var CreatePlanCustomize$inboundSchema = z69.pipe(
10191
10578
  });
10192
10579
  })
10193
10580
  );
10194
- function createPlanCustomizeFromJSON(jsonString) {
10581
+ function createPlanCustomizeResponseFromJSON(jsonString) {
10195
10582
  return safeParse(
10196
10583
  jsonString,
10197
- (x) => CreatePlanCustomize$inboundSchema.parse(JSON.parse(x)),
10198
- `Failed to parse 'CreatePlanCustomize' from JSON`
10584
+ (x) => CreatePlanCustomizeResponse$inboundSchema.parse(JSON.parse(x)),
10585
+ `Failed to parse 'CreatePlanCustomizeResponse' from JSON`
10199
10586
  );
10200
10587
  }
10201
10588
  var CreatePlanVariantDetails$inboundSchema = z69.pipe(
10202
10589
  z69.object({
10203
10590
  base_plan_id: string4(),
10204
- customize: optional3(z69.lazy(() => CreatePlanCustomize$inboundSchema))
10591
+ customize: optional3(
10592
+ z69.lazy(() => CreatePlanCustomizeResponse$inboundSchema)
10593
+ )
10205
10594
  }),
10206
10595
  z69.transform((v) => {
10207
10596
  return remap(v, {
@@ -14321,7 +14710,7 @@ var GetPlanPriceVariantDetailsInterval = {
14321
14710
  SemiAnnual: "semi_annual",
14322
14711
  Year: "year"
14323
14712
  };
14324
- var GetPlanAddItemResetInterval = {
14713
+ var GetPlanVariantDetailsResetInterval = {
14325
14714
  OneOff: "one_off",
14326
14715
  Minute: "minute",
14327
14716
  Hour: "hour",
@@ -14822,10 +15211,10 @@ function getPlanBasePriceFromJSON(jsonString) {
14822
15211
  `Failed to parse 'GetPlanBasePrice' from JSON`
14823
15212
  );
14824
15213
  }
14825
- var GetPlanAddItemResetInterval$inboundSchema = inboundSchema(GetPlanAddItemResetInterval);
15214
+ var GetPlanVariantDetailsResetInterval$inboundSchema = inboundSchema(GetPlanVariantDetailsResetInterval);
14826
15215
  var GetPlanVariantDetailsReset$inboundSchema = z69.pipe(
14827
15216
  z69.object({
14828
- interval: GetPlanAddItemResetInterval$inboundSchema,
15217
+ interval: GetPlanVariantDetailsResetInterval$inboundSchema,
14829
15218
  interval_count: optional3(number2())
14830
15219
  }),
14831
15220
  z69.transform((v) => {
@@ -17628,7 +18017,7 @@ var ListPlansPriceVariantDetailsInterval = {
17628
18017
  SemiAnnual: "semi_annual",
17629
18018
  Year: "year"
17630
18019
  };
17631
- var ListPlansAddItemResetInterval = {
18020
+ var ListPlansVariantDetailsResetInterval = {
17632
18021
  OneOff: "one_off",
17633
18022
  Minute: "minute",
17634
18023
  Hour: "hour",
@@ -18136,10 +18525,10 @@ function listPlansBasePriceFromJSON(jsonString) {
18136
18525
  `Failed to parse 'ListPlansBasePrice' from JSON`
18137
18526
  );
18138
18527
  }
18139
- var ListPlansAddItemResetInterval$inboundSchema = inboundSchema(ListPlansAddItemResetInterval);
18528
+ var ListPlansVariantDetailsResetInterval$inboundSchema = inboundSchema(ListPlansVariantDetailsResetInterval);
18140
18529
  var ListPlansVariantDetailsReset$inboundSchema = z69.pipe(
18141
18530
  z69.object({
18142
- interval: ListPlansAddItemResetInterval$inboundSchema,
18531
+ interval: ListPlansVariantDetailsResetInterval$inboundSchema,
18143
18532
  interval_count: optional3(number2())
18144
18533
  }),
18145
18534
  z69.transform((v) => {
@@ -26518,6 +26907,10 @@ function syncRevenueCatResponseFromJSON(jsonString) {
26518
26907
  `Failed to parse 'SyncRevenueCatResponse' from JSON`
26519
26908
  );
26520
26909
  }
26910
+ var TrackOverageBehavior = {
26911
+ Cap: "cap",
26912
+ Overflow: "overflow"
26913
+ };
26521
26914
  var TrackIntervalEnum2 = {
26522
26915
  OneOff: "one_off",
26523
26916
  Minute: "minute",
@@ -26540,6 +26933,7 @@ var TrackIntervalEnum1 = {
26540
26933
  SemiAnnual: "semi_annual",
26541
26934
  Year: "year"
26542
26935
  };
26936
+ var TrackOverageBehavior$outboundSchema = z69.enum(TrackOverageBehavior);
26543
26937
  var TrackLock$outboundSchema = z69.pipe(
26544
26938
  z69.object({
26545
26939
  lockId: z69.string(),
@@ -26565,6 +26959,7 @@ var TrackParams$outboundSchema = z69.pipe(
26565
26959
  value: z69.optional(z69.number()),
26566
26960
  properties: z69.optional(z69.record(z69.string(), z69.any())),
26567
26961
  timestamp: z69.optional(z69.int()),
26962
+ overageBehavior: z69.optional(TrackOverageBehavior$outboundSchema),
26568
26963
  async: z69.optional(z69.boolean()),
26569
26964
  lock: z69.optional(z69.lazy(() => TrackLock$outboundSchema))
26570
26965
  }),
@@ -26573,7 +26968,8 @@ var TrackParams$outboundSchema = z69.pipe(
26573
26968
  customerId: "customer_id",
26574
26969
  featureId: "feature_id",
26575
26970
  entityId: "entity_id",
26576
- eventName: "event_name"
26971
+ eventName: "event_name",
26972
+ overageBehavior: "overage_behavior"
26577
26973
  });
26578
26974
  })
26579
26975
  );
@@ -26753,6 +27149,10 @@ function trackResponseFromJSON(jsonString) {
26753
27149
  `Failed to parse 'TrackResponse' from JSON`
26754
27150
  );
26755
27151
  }
27152
+ var TrackTokensOverageBehavior = {
27153
+ Cap: "cap",
27154
+ Overflow: "overflow"
27155
+ };
26756
27156
  var TrackTokensIntervalEnum2 = {
26757
27157
  OneOff: "one_off",
26758
27158
  Minute: "minute",
@@ -26775,6 +27175,7 @@ var TrackTokensIntervalEnum1 = {
26775
27175
  SemiAnnual: "semi_annual",
26776
27176
  Year: "year"
26777
27177
  };
27178
+ var TrackTokensOverageBehavior$outboundSchema = z69.enum(TrackTokensOverageBehavior);
26778
27179
  var TrackTokensParams$outboundSchema = z69.pipe(
26779
27180
  z69.object({
26780
27181
  customerId: z69.string(),
@@ -26790,6 +27191,7 @@ var TrackTokensParams$outboundSchema = z69.pipe(
26790
27191
  reasoningTokens: z69.optional(z69.int()),
26791
27192
  properties: z69.optional(z69.record(z69.string(), z69.any())),
26792
27193
  timestamp: z69.optional(z69.int()),
27194
+ overageBehavior: z69.optional(TrackTokensOverageBehavior$outboundSchema),
26793
27195
  async: z69.optional(z69.boolean())
26794
27196
  }),
26795
27197
  z69.transform((v) => {
@@ -26804,7 +27206,8 @@ var TrackTokensParams$outboundSchema = z69.pipe(
26804
27206
  cacheWriteTokens: "cache_write_tokens",
26805
27207
  audioInputTokens: "audio_input_tokens",
26806
27208
  audioOutputTokens: "audio_output_tokens",
26807
- reasoningTokens: "reasoning_tokens"
27209
+ reasoningTokens: "reasoning_tokens",
27210
+ overageBehavior: "overage_behavior"
26808
27211
  });
26809
27212
  })
26810
27213
  );
@@ -28861,6 +29264,81 @@ var UpdatePlanItemExpiryDurationTypeRequestBody = {
28861
29264
  Month: "month",
28862
29265
  Forever: "forever"
28863
29266
  };
29267
+ var UpdatePlanPriceLicenseInterval = {
29268
+ OneOff: "one_off",
29269
+ Week: "week",
29270
+ Month: "month",
29271
+ Quarter: "quarter",
29272
+ SemiAnnual: "semi_annual",
29273
+ Year: "year"
29274
+ };
29275
+ var UpdatePlanLicenseResetInterval = {
29276
+ OneOff: "one_off",
29277
+ Minute: "minute",
29278
+ Hour: "hour",
29279
+ Day: "day",
29280
+ Week: "week",
29281
+ Month: "month",
29282
+ Quarter: "quarter",
29283
+ SemiAnnual: "semi_annual",
29284
+ Year: "year"
29285
+ };
29286
+ var UpdatePlanLicenseTierBehavior = {
29287
+ Graduated: "graduated",
29288
+ Volume: "volume"
29289
+ };
29290
+ var UpdatePlanLicenseAddItemPriceInterval = {
29291
+ OneOff: "one_off",
29292
+ Week: "week",
29293
+ Month: "month",
29294
+ Quarter: "quarter",
29295
+ SemiAnnual: "semi_annual",
29296
+ Year: "year"
29297
+ };
29298
+ var UpdatePlanLicenseAddItemBillingMethod = {
29299
+ Prepaid: "prepaid",
29300
+ UsageBased: "usage_based"
29301
+ };
29302
+ var UpdatePlanLicenseOnIncrease = {
29303
+ BillImmediately: "bill_immediately",
29304
+ ProrateImmediately: "prorate_immediately",
29305
+ ProrateNextCycle: "prorate_next_cycle",
29306
+ BillNextCycle: "bill_next_cycle"
29307
+ };
29308
+ var UpdatePlanLicenseOnDecrease = {
29309
+ Prorate: "prorate",
29310
+ ProrateImmediately: "prorate_immediately",
29311
+ ProrateNextCycle: "prorate_next_cycle",
29312
+ None: "none",
29313
+ NoProrations: "no_prorations"
29314
+ };
29315
+ var UpdatePlanLicenseExpiryDurationType = {
29316
+ Month: "month",
29317
+ Forever: "forever"
29318
+ };
29319
+ var UpdatePlanLicenseRemoveItemBillingMethod = {
29320
+ Prepaid: "prepaid",
29321
+ UsageBased: "usage_based"
29322
+ };
29323
+ var UpdatePlanIntervalLicenseRemoveItemEnum2 = {
29324
+ OneOff: "one_off",
29325
+ Minute: "minute",
29326
+ Hour: "hour",
29327
+ Day: "day",
29328
+ Week: "week",
29329
+ Month: "month",
29330
+ Quarter: "quarter",
29331
+ SemiAnnual: "semi_annual",
29332
+ Year: "year"
29333
+ };
29334
+ var UpdatePlanIntervalLicenseRemoveItemEnum1 = {
29335
+ OneOff: "one_off",
29336
+ Week: "week",
29337
+ Month: "month",
29338
+ Quarter: "quarter",
29339
+ SemiAnnual: "semi_annual",
29340
+ Year: "year"
29341
+ };
28864
29342
  var UpdatePlanDurationTypeRequest = {
28865
29343
  Day: "day",
28866
29344
  Month: "month",
@@ -29428,11 +29906,298 @@ function updatePlanItemPlanItemToJSON(updatePlanItemPlanItem) {
29428
29906
  UpdatePlanItemPlanItem$outboundSchema.parse(updatePlanItemPlanItem)
29429
29907
  );
29430
29908
  }
29909
+ var UpdatePlanPriceLicenseInterval$outboundSchema = z69.enum(UpdatePlanPriceLicenseInterval);
29910
+ var UpdatePlanLicenseAdditionalCurrency$outboundSchema = z69.object({
29911
+ currency: z69.string(),
29912
+ amount: z69.number()
29913
+ });
29914
+ function updatePlanLicenseAdditionalCurrencyToJSON(updatePlanLicenseAdditionalCurrency) {
29915
+ return JSON.stringify(
29916
+ UpdatePlanLicenseAdditionalCurrency$outboundSchema.parse(
29917
+ updatePlanLicenseAdditionalCurrency
29918
+ )
29919
+ );
29920
+ }
29921
+ var UpdatePlanLicenseBasePrice$outboundSchema = z69.pipe(
29922
+ z69.object({
29923
+ amount: z69.number(),
29924
+ interval: UpdatePlanPriceLicenseInterval$outboundSchema,
29925
+ intervalCount: z69.optional(z69.number()),
29926
+ additionalCurrencies: z69.optional(
29927
+ z69.array(z69.lazy(() => UpdatePlanLicenseAdditionalCurrency$outboundSchema))
29928
+ )
29929
+ }),
29930
+ z69.transform((v) => {
29931
+ return remap(v, {
29932
+ intervalCount: "interval_count",
29933
+ additionalCurrencies: "additional_currencies"
29934
+ });
29935
+ })
29936
+ );
29937
+ function updatePlanLicenseBasePriceToJSON(updatePlanLicenseBasePrice) {
29938
+ return JSON.stringify(
29939
+ UpdatePlanLicenseBasePrice$outboundSchema.parse(updatePlanLicenseBasePrice)
29940
+ );
29941
+ }
29942
+ var UpdatePlanLicenseResetInterval$outboundSchema = z69.enum(UpdatePlanLicenseResetInterval);
29943
+ var UpdatePlanLicenseReset$outboundSchema = z69.pipe(
29944
+ z69.object({
29945
+ interval: UpdatePlanLicenseResetInterval$outboundSchema,
29946
+ intervalCount: z69.optional(z69.number())
29947
+ }),
29948
+ z69.transform((v) => {
29949
+ return remap(v, {
29950
+ intervalCount: "interval_count"
29951
+ });
29952
+ })
29953
+ );
29954
+ function updatePlanLicenseResetToJSON(updatePlanLicenseReset) {
29955
+ return JSON.stringify(
29956
+ UpdatePlanLicenseReset$outboundSchema.parse(updatePlanLicenseReset)
29957
+ );
29958
+ }
29959
+ var UpdatePlanLicenseAddItemAdditionalCurrency$outboundSchema = z69.object({
29960
+ currency: z69.string(),
29961
+ amount: z69.number()
29962
+ });
29963
+ function updatePlanLicenseAddItemAdditionalCurrencyToJSON(updatePlanLicenseAddItemAdditionalCurrency) {
29964
+ return JSON.stringify(
29965
+ UpdatePlanLicenseAddItemAdditionalCurrency$outboundSchema.parse(
29966
+ updatePlanLicenseAddItemAdditionalCurrency
29967
+ )
29968
+ );
29969
+ }
29970
+ var UpdatePlanLicenseTo$outboundSchema = smartUnion([z69.number(), z69.string()]);
29971
+ function updatePlanLicenseToToJSON(updatePlanLicenseTo) {
29972
+ return JSON.stringify(
29973
+ UpdatePlanLicenseTo$outboundSchema.parse(updatePlanLicenseTo)
29974
+ );
29975
+ }
29976
+ var UpdatePlanLicenseTierAdditionalCurrency$outboundSchema = z69.pipe(
29977
+ z69.object({
29978
+ currency: z69.optional(z69.any()),
29979
+ amount: z69.optional(z69.any()),
29980
+ flatAmount: z69.optional(z69.any())
29981
+ }),
29982
+ z69.transform((v) => {
29983
+ return remap(v, {
29984
+ flatAmount: "flat_amount"
29985
+ });
29986
+ })
29987
+ );
29988
+ function updatePlanLicenseTierAdditionalCurrencyToJSON(updatePlanLicenseTierAdditionalCurrency) {
29989
+ return JSON.stringify(
29990
+ UpdatePlanLicenseTierAdditionalCurrency$outboundSchema.parse(
29991
+ updatePlanLicenseTierAdditionalCurrency
29992
+ )
29993
+ );
29994
+ }
29995
+ var UpdatePlanLicenseTier$outboundSchema = z69.pipe(
29996
+ z69.object({
29997
+ to: smartUnion([z69.number(), z69.string()]),
29998
+ amount: z69.optional(z69.number()),
29999
+ flatAmount: z69.optional(z69.number()),
30000
+ additionalCurrencies: z69.optional(z69.array(z69.lazy(
30001
+ () => UpdatePlanLicenseTierAdditionalCurrency$outboundSchema
30002
+ )))
30003
+ }),
30004
+ z69.transform((v) => {
30005
+ return remap(v, {
30006
+ flatAmount: "flat_amount",
30007
+ additionalCurrencies: "additional_currencies"
30008
+ });
30009
+ })
30010
+ );
30011
+ function updatePlanLicenseTierToJSON(updatePlanLicenseTier) {
30012
+ return JSON.stringify(
30013
+ UpdatePlanLicenseTier$outboundSchema.parse(updatePlanLicenseTier)
30014
+ );
30015
+ }
30016
+ var UpdatePlanLicenseTierBehavior$outboundSchema = z69.enum(UpdatePlanLicenseTierBehavior);
30017
+ var UpdatePlanLicenseAddItemPriceInterval$outboundSchema = z69.enum(
30018
+ UpdatePlanLicenseAddItemPriceInterval
30019
+ );
30020
+ var UpdatePlanLicenseAddItemBillingMethod$outboundSchema = z69.enum(
30021
+ UpdatePlanLicenseAddItemBillingMethod
30022
+ );
30023
+ var UpdatePlanLicensePrice$outboundSchema = z69.pipe(
30024
+ z69.object({
30025
+ amount: z69.optional(z69.number()),
30026
+ additionalCurrencies: z69.optional(z69.array(z69.lazy(
30027
+ () => UpdatePlanLicenseAddItemAdditionalCurrency$outboundSchema
30028
+ ))),
30029
+ tiers: z69.optional(z69.array(z69.lazy(
30030
+ () => UpdatePlanLicenseTier$outboundSchema
30031
+ ))),
30032
+ tierBehavior: z69.optional(UpdatePlanLicenseTierBehavior$outboundSchema),
30033
+ interval: UpdatePlanLicenseAddItemPriceInterval$outboundSchema,
30034
+ intervalCount: z69._default(z69.number(), 1),
30035
+ billingUnits: z69._default(z69.number(), 1),
30036
+ billingMethod: UpdatePlanLicenseAddItemBillingMethod$outboundSchema,
30037
+ maxPurchase: z69.optional(z69.nullable(z69.number()))
30038
+ }),
30039
+ z69.transform((v) => {
30040
+ return remap(v, {
30041
+ additionalCurrencies: "additional_currencies",
30042
+ tierBehavior: "tier_behavior",
30043
+ intervalCount: "interval_count",
30044
+ billingUnits: "billing_units",
30045
+ billingMethod: "billing_method",
30046
+ maxPurchase: "max_purchase"
30047
+ });
30048
+ })
30049
+ );
30050
+ function updatePlanLicensePriceToJSON(updatePlanLicensePrice) {
30051
+ return JSON.stringify(
30052
+ UpdatePlanLicensePrice$outboundSchema.parse(updatePlanLicensePrice)
30053
+ );
30054
+ }
30055
+ var UpdatePlanLicenseOnIncrease$outboundSchema = z69.enum(UpdatePlanLicenseOnIncrease);
30056
+ var UpdatePlanLicenseOnDecrease$outboundSchema = z69.enum(UpdatePlanLicenseOnDecrease);
30057
+ var UpdatePlanLicenseProration$outboundSchema = z69.pipe(
30058
+ z69.object({
30059
+ onIncrease: UpdatePlanLicenseOnIncrease$outboundSchema,
30060
+ onDecrease: UpdatePlanLicenseOnDecrease$outboundSchema
30061
+ }),
30062
+ z69.transform((v) => {
30063
+ return remap(v, {
30064
+ onIncrease: "on_increase",
30065
+ onDecrease: "on_decrease"
30066
+ });
30067
+ })
30068
+ );
30069
+ function updatePlanLicenseProrationToJSON(updatePlanLicenseProration) {
30070
+ return JSON.stringify(
30071
+ UpdatePlanLicenseProration$outboundSchema.parse(updatePlanLicenseProration)
30072
+ );
30073
+ }
30074
+ var UpdatePlanLicenseExpiryDurationType$outboundSchema = z69.enum(UpdatePlanLicenseExpiryDurationType);
30075
+ var UpdatePlanLicenseRollover$outboundSchema = z69.pipe(
30076
+ z69.object({
30077
+ max: z69.optional(z69.number()),
30078
+ maxPercentage: z69.optional(z69.number()),
30079
+ expiryDurationType: UpdatePlanLicenseExpiryDurationType$outboundSchema,
30080
+ expiryDurationLength: z69.optional(z69.number())
30081
+ }),
30082
+ z69.transform((v) => {
30083
+ return remap(v, {
30084
+ maxPercentage: "max_percentage",
30085
+ expiryDurationType: "expiry_duration_type",
30086
+ expiryDurationLength: "expiry_duration_length"
30087
+ });
30088
+ })
30089
+ );
30090
+ function updatePlanLicenseRolloverToJSON(updatePlanLicenseRollover) {
30091
+ return JSON.stringify(
30092
+ UpdatePlanLicenseRollover$outboundSchema.parse(updatePlanLicenseRollover)
30093
+ );
30094
+ }
30095
+ var UpdatePlanLicensePlanItem$outboundSchema = z69.pipe(
30096
+ z69.object({
30097
+ featureId: z69.string(),
30098
+ included: z69.optional(z69.number()),
30099
+ unlimited: z69.optional(z69.boolean()),
30100
+ reset: z69.optional(z69.lazy(() => UpdatePlanLicenseReset$outboundSchema)),
30101
+ price: z69.optional(z69.lazy(() => UpdatePlanLicensePrice$outboundSchema)),
30102
+ proration: z69.optional(
30103
+ z69.lazy(() => UpdatePlanLicenseProration$outboundSchema)
30104
+ ),
30105
+ rollover: z69.optional(
30106
+ z69.lazy(() => UpdatePlanLicenseRollover$outboundSchema)
30107
+ )
30108
+ }),
30109
+ z69.transform((v) => {
30110
+ return remap(v, {
30111
+ featureId: "feature_id"
30112
+ });
30113
+ })
30114
+ );
30115
+ function updatePlanLicensePlanItemToJSON(updatePlanLicensePlanItem) {
30116
+ return JSON.stringify(
30117
+ UpdatePlanLicensePlanItem$outboundSchema.parse(updatePlanLicensePlanItem)
30118
+ );
30119
+ }
30120
+ var UpdatePlanLicenseRemoveItemBillingMethod$outboundSchema = z69.enum(
30121
+ UpdatePlanLicenseRemoveItemBillingMethod
30122
+ );
30123
+ var UpdatePlanIntervalLicenseRemoveItemEnum2$outboundSchema = z69.enum(
30124
+ UpdatePlanIntervalLicenseRemoveItemEnum2
30125
+ );
30126
+ var UpdatePlanIntervalLicenseRemoveItemEnum1$outboundSchema = z69.enum(
30127
+ UpdatePlanIntervalLicenseRemoveItemEnum1
30128
+ );
30129
+ var UpdatePlanLicenseIntervalUnion$outboundSchema = smartUnion([
30130
+ UpdatePlanIntervalLicenseRemoveItemEnum1$outboundSchema,
30131
+ UpdatePlanIntervalLicenseRemoveItemEnum2$outboundSchema
30132
+ ]);
30133
+ function updatePlanLicenseIntervalUnionToJSON(updatePlanLicenseIntervalUnion) {
30134
+ return JSON.stringify(
30135
+ UpdatePlanLicenseIntervalUnion$outboundSchema.parse(
30136
+ updatePlanLicenseIntervalUnion
30137
+ )
30138
+ );
30139
+ }
30140
+ var UpdatePlanLicensePlanItemFilter$outboundSchema = z69.pipe(
30141
+ z69.object({
30142
+ featureId: z69.optional(z69.string()),
30143
+ billingMethod: z69.optional(
30144
+ UpdatePlanLicenseRemoveItemBillingMethod$outboundSchema
30145
+ ),
30146
+ interval: z69.optional(
30147
+ smartUnion([
30148
+ UpdatePlanIntervalLicenseRemoveItemEnum1$outboundSchema,
30149
+ UpdatePlanIntervalLicenseRemoveItemEnum2$outboundSchema
30150
+ ])
30151
+ ),
30152
+ intervalCount: z69.optional(z69.int())
30153
+ }),
30154
+ z69.transform((v) => {
30155
+ return remap(v, {
30156
+ featureId: "feature_id",
30157
+ billingMethod: "billing_method",
30158
+ intervalCount: "interval_count"
30159
+ });
30160
+ })
30161
+ );
30162
+ function updatePlanLicensePlanItemFilterToJSON(updatePlanLicensePlanItemFilter) {
30163
+ return JSON.stringify(
30164
+ UpdatePlanLicensePlanItemFilter$outboundSchema.parse(
30165
+ updatePlanLicensePlanItemFilter
30166
+ )
30167
+ );
30168
+ }
30169
+ var UpdatePlanLicenseCustomize$outboundSchema = z69.pipe(
30170
+ z69.object({
30171
+ price: z69.optional(
30172
+ z69.nullable(z69.lazy(() => UpdatePlanLicenseBasePrice$outboundSchema))
30173
+ ),
30174
+ addItems: z69.optional(
30175
+ z69.array(z69.lazy(() => UpdatePlanLicensePlanItem$outboundSchema))
30176
+ ),
30177
+ removeItems: z69.optional(
30178
+ z69.array(z69.lazy(() => UpdatePlanLicensePlanItemFilter$outboundSchema))
30179
+ )
30180
+ }),
30181
+ z69.transform((v) => {
30182
+ return remap(v, {
30183
+ addItems: "add_items",
30184
+ removeItems: "remove_items"
30185
+ });
30186
+ })
30187
+ );
30188
+ function updatePlanLicenseCustomizeToJSON(updatePlanLicenseCustomize) {
30189
+ return JSON.stringify(
30190
+ UpdatePlanLicenseCustomize$outboundSchema.parse(updatePlanLicenseCustomize)
30191
+ );
30192
+ }
29431
30193
  var UpdatePlanLicense$outboundSchema = z69.pipe(
29432
30194
  z69.object({
29433
30195
  licensePlanId: z69.string(),
29434
30196
  included: z69.optional(z69.int()),
29435
30197
  prepaidOnly: z69.optional(z69.boolean()),
30198
+ customize: z69.optional(
30199
+ z69.nullable(z69.lazy(() => UpdatePlanLicenseCustomize$outboundSchema))
30200
+ ),
29436
30201
  metadata: z69.optional(z69.record(z69.string(), z69.any())),
29437
30202
  version: z69.optional(z69.int())
29438
30203
  }),
@@ -33649,7 +34414,7 @@ var Billing = class extends ClientSDK {
33649
34414
  * @example
33650
34415
  * ```typescript
33651
34416
  * // Schedule a transition from a trial plan to a paid plan
33652
- * const response = await client.billing.createSchedule({ customerId: "cus_123", phases: [{"startsAt":1784222138539,"plans":[{"planId":"trial_plan"}]},{"startsAt":1785431738539,"plans":[{"planId":"pro_plan"}]}] });
34417
+ * const response = await client.billing.createSchedule({ customerId: "cus_123", phases: [{"startsAt":1784307550845,"plans":[{"planId":"trial_plan"}]},{"startsAt":1785517150845,"plans":[{"planId":"pro_plan"}]}] });
33653
34418
  * ```
33654
34419
  *
33655
34420
  * @param customerId - The ID of the customer to create the schedule for.
@@ -37500,6 +38265,7 @@ var Autumn = class extends ClientSDK {
37500
38265
  * @param value - The amount of usage to record. Defaults to 1. Use negative values to credit balance (e.g., when removing a seat). (optional)
37501
38266
  * @param properties - Additional properties to attach to this usage event. (optional)
37502
38267
  * @param timestamp - Unix timestamp in milliseconds to use for the usage event. Defaults to the current time. (optional)
38268
+ * @param overageBehavior - How to handle usage that exceeds the available balance. "cap" (default) deducts only what fits, stopping at zero. "overflow" deducts the full value: the balance can go negative and usage limits do not clamp the deduction, though spend limits still apply. (optional)
37503
38269
  * @param async - If true, enqueue the event for asynchronous processing and return 204 immediately. The response will not include balance information. (optional)
37504
38270
  *
37505
38271
  * @returns The usage value recorded, with either a single updated balance or a map of updated balances. If Autumn is experiencing degraded service from a downstream provider, the API may return 202 after accepting the event for replay so it can be tracked as soon as the service is restored.
@@ -37542,6 +38308,7 @@ var Autumn = class extends ClientSDK {
37542
38308
  * @param reasoningTokens - Number of reasoning tokens generated. (optional)
37543
38309
  * @param properties - Additional properties to attach to this usage event. (optional)
37544
38310
  * @param timestamp - Unix timestamp in milliseconds to use for the usage event. Defaults to the current time. (optional)
38311
+ * @param overageBehavior - How to handle usage that exceeds the available balance. "cap" (default) deducts only what fits, stopping at zero. "overflow" deducts the full value: the balance can go negative and usage limits do not clamp the deduction, though spend limits still apply. (optional)
37545
38312
  * @param async - If true, enqueue the event for asynchronous processing and return 204 immediately. The response will not include balance information. (optional)
37546
38313
  *
37547
38314
  * @returns The dollar value recorded and the updated AI credit system balance. If Autumn is experiencing degraded service from a downstream provider, the API may return 202 after accepting the token usage event for replay so it can be tracked as soon as the service is restored.
@@ -37629,4 +38396,4 @@ function createPageIterator(page, halt) {
37629
38396
  };
37630
38397
  }
37631
38398
 
37632
- export { AddItemAdditionalCurrency$inboundSchema, AdditionalCurrency$inboundSchema, AggregateEventsCustomRange$outboundSchema, AggregateEventsFeatureId$outboundSchema, AggregateEventsList$inboundSchema, AggregateEventsResponse$inboundSchema, ApiKey$inboundSchema, AttachAction, AttachAction$inboundSchema, AttachAddItemAdditionalCurrency$outboundSchema, 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, AttachAddItemTierAdditionalCurrency$outboundSchema, AttachAddItemTierBehavior, AttachAddItemTierBehavior$outboundSchema, AttachAddItemTo$outboundSchema, AttachAdditionalCurrency$outboundSchema, AttachAttachDiscount$outboundSchema, AttachAutoTopup$outboundSchema, AttachBasePrice$outboundSchema, AttachBillingControls$outboundSchema, AttachCarryOverBalances$outboundSchema, AttachCarryOverUsages$outboundSchema, AttachCode, AttachCode$inboundSchema, AttachCustomLineItem$outboundSchema, AttachCustomize$outboundSchema, AttachDurationType, AttachDurationType$outboundSchema, AttachFeatureQuantity$outboundSchema, AttachFilter$outboundSchema, AttachFreeTrialParams$outboundSchema, AttachIntervalRemoveItemEnum1, AttachIntervalRemoveItemEnum1$outboundSchema, AttachIntervalRemoveItemEnum2, AttachIntervalRemoveItemEnum2$outboundSchema, AttachIntervalUnion$outboundSchema, AttachIntervalUpsertLicenseRemoveItemEnum1, AttachIntervalUpsertLicenseRemoveItemEnum1$outboundSchema, AttachIntervalUpsertLicenseRemoveItemEnum2, AttachIntervalUpsertLicenseRemoveItemEnum2$outboundSchema, AttachInvoice$inboundSchema, AttachInvoiceMode$outboundSchema, AttachItemAdditionalCurrency$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, AttachItemTierAdditionalCurrency$outboundSchema, AttachItemTierBehavior, AttachItemTierBehavior$outboundSchema, AttachItemTo$outboundSchema, AttachLicenseEntity$outboundSchema, AttachLicenseParams$outboundSchema, AttachLicenseQuantity$outboundSchema, AttachLicenseResponse$inboundSchema, AttachLimitType, AttachLimitType$outboundSchema, AttachOnEnd, AttachOnEnd$outboundSchema, AttachOverageAllowed$outboundSchema, AttachParams$outboundSchema, AttachPlanItemFilter$outboundSchema, AttachPlanSchedule, AttachPlanSchedule$outboundSchema, AttachPriceInterval, AttachPriceInterval$outboundSchema, AttachPriceUpsertLicenseInterval, AttachPriceUpsertLicenseInterval$outboundSchema, AttachProperties$outboundSchema, AttachProrationBehavior, AttachProrationBehavior$outboundSchema, AttachPurchaseLimit$outboundSchema, AttachPurchaseLimitInterval, AttachPurchaseLimitInterval$outboundSchema, AttachRedirectMode, AttachRedirectMode$outboundSchema, AttachRemoveItemBillingMethod, AttachRemoveItemBillingMethod$outboundSchema, AttachRequiredAction$inboundSchema, AttachResponse$inboundSchema, AttachSpendLimit$outboundSchema, AttachThresholdType, AttachThresholdType$outboundSchema, AttachUpsertLicense$outboundSchema, AttachUpsertLicenseAddItemAdditionalCurrency$outboundSchema, AttachUpsertLicenseAddItemBillingMethod, AttachUpsertLicenseAddItemBillingMethod$outboundSchema, AttachUpsertLicenseAddItemPriceInterval, AttachUpsertLicenseAddItemPriceInterval$outboundSchema, AttachUpsertLicenseAdditionalCurrency$outboundSchema, AttachUpsertLicenseBasePrice$outboundSchema, AttachUpsertLicenseCustomize$outboundSchema, AttachUpsertLicenseExpiryDurationType, AttachUpsertLicenseExpiryDurationType$outboundSchema, AttachUpsertLicenseIntervalUnion$outboundSchema, AttachUpsertLicenseOnDecrease, AttachUpsertLicenseOnDecrease$outboundSchema, AttachUpsertLicenseOnIncrease, AttachUpsertLicenseOnIncrease$outboundSchema, AttachUpsertLicensePlanItem$outboundSchema, AttachUpsertLicensePlanItemFilter$outboundSchema, AttachUpsertLicensePrice$outboundSchema, AttachUpsertLicenseProration$outboundSchema, AttachUpsertLicenseRemoveItemBillingMethod, AttachUpsertLicenseRemoveItemBillingMethod$outboundSchema, AttachUpsertLicenseReset$outboundSchema, AttachUpsertLicenseResetInterval, AttachUpsertLicenseResetInterval$outboundSchema, AttachUpsertLicenseRollover$outboundSchema, AttachUpsertLicenseTier$outboundSchema, AttachUpsertLicenseTierBehavior, AttachUpsertLicenseTierBehavior$outboundSchema, AttachUsageAlert$outboundSchema, AttachUsageLimit$outboundSchema, AttachUsageLimitInterval, AttachUsageLimitInterval$outboundSchema, AutoTopupSource, AutoTopupSource$inboundSchema, Autumn, AutumnDefaultError, AutumnError, Balance$inboundSchema, BalanceBillingMethod, BalanceBillingMethod$inboundSchema, BalanceCreditSchema$inboundSchema, BalanceDisplay$inboundSchema, BalanceFeature$inboundSchema, BalanceIntervalEnum, BalanceIntervalEnum$inboundSchema, BalanceIntervalUnion$inboundSchema, BalanceModelMarkups$inboundSchema, BalancePrice$inboundSchema, BalanceProviderMarkups$inboundSchema, BalanceReset$inboundSchema, BalanceRollover$inboundSchema, BalanceTier$inboundSchema, BalanceTierBehavior, BalanceTierBehavior$inboundSchema, BalanceTo$inboundSchema, BalanceType, BalanceType$inboundSchema, BasePrice$inboundSchema, BatchTrackLock$outboundSchema, BatchTrackResponse$inboundSchema, Billable$outboundSchema, BillableProcessor, BillableProcessor$outboundSchema, BillingCycleAnchor2, BillingCycleAnchor2$outboundSchema, BillingUpdateAddItemAdditionalCurrency$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, BillingUpdateAddItemTierAdditionalCurrency$outboundSchema, BillingUpdateAddItemTierBehavior, BillingUpdateAddItemTierBehavior$outboundSchema, BillingUpdateAddItemTo$outboundSchema, BillingUpdateAdditionalCurrency$outboundSchema, BillingUpdateAttachDiscount$outboundSchema, BillingUpdateAutoTopup$outboundSchema, BillingUpdateBasePrice$outboundSchema, BillingUpdateBillingControls$outboundSchema, BillingUpdateCancelAction, BillingUpdateCancelAction$outboundSchema, BillingUpdateCarryOverUsages$outboundSchema, BillingUpdateCode, BillingUpdateCode$inboundSchema, BillingUpdateCustomize$outboundSchema, BillingUpdateDurationType, BillingUpdateDurationType$outboundSchema, BillingUpdateFeatureQuantity$outboundSchema, BillingUpdateFilter$outboundSchema, BillingUpdateFreeTrialParams$outboundSchema, BillingUpdateIntervalRemoveItemEnum1, BillingUpdateIntervalRemoveItemEnum1$outboundSchema, BillingUpdateIntervalRemoveItemEnum2, BillingUpdateIntervalRemoveItemEnum2$outboundSchema, BillingUpdateIntervalUnion$outboundSchema, BillingUpdateIntervalUpsertLicenseRemoveItemEnum1, BillingUpdateIntervalUpsertLicenseRemoveItemEnum1$outboundSchema, BillingUpdateIntervalUpsertLicenseRemoveItemEnum2, BillingUpdateIntervalUpsertLicenseRemoveItemEnum2$outboundSchema, BillingUpdateInvoice$inboundSchema, BillingUpdateInvoiceMode$outboundSchema, BillingUpdateItemAdditionalCurrency$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, BillingUpdateItemTierAdditionalCurrency$outboundSchema, BillingUpdateItemTierBehavior, BillingUpdateItemTierBehavior$outboundSchema, BillingUpdateItemTo$outboundSchema, BillingUpdateLicenseQuantity$outboundSchema, BillingUpdateLimitType, BillingUpdateLimitType$outboundSchema, BillingUpdateOnEnd, BillingUpdateOnEnd$outboundSchema, BillingUpdateOverageAllowed$outboundSchema, BillingUpdatePlanItemFilter$outboundSchema, BillingUpdatePriceInterval, BillingUpdatePriceInterval$outboundSchema, BillingUpdatePriceUpsertLicenseInterval, BillingUpdatePriceUpsertLicenseInterval$outboundSchema, BillingUpdateProperties$outboundSchema, BillingUpdateProrationBehavior, BillingUpdateProrationBehavior$outboundSchema, BillingUpdatePurchaseLimit$outboundSchema, BillingUpdatePurchaseLimitInterval, BillingUpdatePurchaseLimitInterval$outboundSchema, BillingUpdateRecalculateBalances$outboundSchema, BillingUpdateRedirectMode, BillingUpdateRedirectMode$outboundSchema, BillingUpdateRefundLastPayment, BillingUpdateRefundLastPayment$outboundSchema, BillingUpdateRemoveItemBillingMethod, BillingUpdateRemoveItemBillingMethod$outboundSchema, BillingUpdateRequiredAction$inboundSchema, BillingUpdateResponse$inboundSchema, BillingUpdateSpendLimit$outboundSchema, BillingUpdateThresholdType, BillingUpdateThresholdType$outboundSchema, BillingUpdateUpsertLicense$outboundSchema, BillingUpdateUpsertLicenseAddItemAdditionalCurrency$outboundSchema, BillingUpdateUpsertLicenseAddItemBillingMethod, BillingUpdateUpsertLicenseAddItemBillingMethod$outboundSchema, BillingUpdateUpsertLicenseAddItemPriceInterval, BillingUpdateUpsertLicenseAddItemPriceInterval$outboundSchema, BillingUpdateUpsertLicenseAdditionalCurrency$outboundSchema, BillingUpdateUpsertLicenseBasePrice$outboundSchema, BillingUpdateUpsertLicenseCustomize$outboundSchema, BillingUpdateUpsertLicenseExpiryDurationType, BillingUpdateUpsertLicenseExpiryDurationType$outboundSchema, BillingUpdateUpsertLicenseIntervalUnion$outboundSchema, BillingUpdateUpsertLicenseOnDecrease, BillingUpdateUpsertLicenseOnDecrease$outboundSchema, BillingUpdateUpsertLicenseOnIncrease, BillingUpdateUpsertLicenseOnIncrease$outboundSchema, BillingUpdateUpsertLicensePlanItem$outboundSchema, BillingUpdateUpsertLicensePlanItemFilter$outboundSchema, BillingUpdateUpsertLicensePrice$outboundSchema, BillingUpdateUpsertLicenseProration$outboundSchema, BillingUpdateUpsertLicenseRemoveItemBillingMethod, BillingUpdateUpsertLicenseRemoveItemBillingMethod$outboundSchema, BillingUpdateUpsertLicenseReset$outboundSchema, BillingUpdateUpsertLicenseResetInterval, BillingUpdateUpsertLicenseResetInterval$outboundSchema, BillingUpdateUpsertLicenseRollover$outboundSchema, BillingUpdateUpsertLicenseTier$outboundSchema, BillingUpdateUpsertLicenseTierBehavior, BillingUpdateUpsertLicenseTierBehavior$outboundSchema, BillingUpdateUsageAlert$outboundSchema, BillingUpdateUsageLimit$outboundSchema, BillingUpdateUsageLimitInterval, BillingUpdateUsageLimitInterval$outboundSchema, BinSize, BinSize$outboundSchema, Breakdown$inboundSchema, CheckAutoTopup1$inboundSchema, CheckAutoTopup2$inboundSchema, CheckBillingControls1$inboundSchema, CheckBillingControls2$inboundSchema, CheckConfig1$inboundSchema, CheckConfig2$inboundSchema, CheckCreditSchema1$inboundSchema, CheckCreditSchema2$inboundSchema, CheckEnv1, CheckEnv1$inboundSchema, CheckEnv2, CheckEnv2$inboundSchema, CheckFeature1$inboundSchema, CheckFeature2$inboundSchema, CheckFilter1$inboundSchema, CheckFilter2$inboundSchema, CheckFreeTrial1$inboundSchema, CheckFreeTrial2$inboundSchema, CheckItem1$inboundSchema, CheckItem2$inboundSchema, CheckItemInterval1, CheckItemInterval1$inboundSchema, CheckItemInterval2, CheckItemInterval2$inboundSchema, CheckLimitType1, CheckLimitType1$inboundSchema, CheckLimitType2, CheckLimitType2$inboundSchema, CheckLock$outboundSchema, CheckModelMarkups1$inboundSchema, CheckModelMarkups2$inboundSchema, CheckOnDecrease1, CheckOnDecrease1$inboundSchema, CheckOnDecrease2, CheckOnDecrease2$inboundSchema, CheckOnEnd1, CheckOnEnd1$inboundSchema, CheckOnEnd2, CheckOnEnd2$inboundSchema, CheckOnIncrease1, CheckOnIncrease1$inboundSchema, CheckOnIncrease2, CheckOnIncrease2$inboundSchema, CheckOverageAllowed1$inboundSchema, CheckOverageAllowed2$inboundSchema, CheckParams$outboundSchema, CheckProduct1$inboundSchema, CheckProduct2$inboundSchema, CheckProperties1$inboundSchema, CheckProperties2$inboundSchema, CheckProviderMarkups1$inboundSchema, CheckProviderMarkups2$inboundSchema, CheckPurchaseLimit1$inboundSchema, CheckPurchaseLimit2$inboundSchema, CheckPurchaseLimitInterval1, CheckPurchaseLimitInterval1$inboundSchema, CheckPurchaseLimitInterval2, CheckPurchaseLimitInterval2$inboundSchema, CheckResponse$inboundSchema, CheckResponseBody1$inboundSchema, CheckResponseBody2$inboundSchema, CheckRollover1$inboundSchema, CheckRollover2$inboundSchema, CheckSpendLimit1$inboundSchema, CheckSpendLimit2$inboundSchema, CheckThresholdType1, CheckThresholdType1$inboundSchema, CheckThresholdType2, CheckThresholdType2$inboundSchema, CheckTierBehavior1, CheckTierBehavior1$inboundSchema, CheckTierBehavior2, CheckTierBehavior2$inboundSchema, CheckUsageAlert1$inboundSchema, CheckUsageAlert2$inboundSchema, CheckUsageLimit1$inboundSchema, CheckUsageLimit2$inboundSchema, CheckUsageLimitInterval1, CheckUsageLimitInterval1$inboundSchema, CheckUsageLimitInterval2, CheckUsageLimitInterval2$inboundSchema, ConfigDuration1, ConfigDuration1$inboundSchema, ConfigDuration2, ConfigDuration2$inboundSchema, ConnectionError, Coupon$inboundSchema, CouponPromoCode$inboundSchema, CouponType, CouponType$inboundSchema, 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, CreateEntityFilterRequest$outboundSchema, CreateEntityFilterResponse$inboundSchema, CreateEntityFlags$inboundSchema, CreateEntityIntervalRequestBody, CreateEntityIntervalRequestBody$outboundSchema, CreateEntityIntervalResponse, CreateEntityIntervalResponse$inboundSchema, CreateEntityInvoice$inboundSchema, CreateEntityLimitTypeRequestBody, CreateEntityLimitTypeRequestBody$outboundSchema, CreateEntityLimitTypeResponse, CreateEntityLimitTypeResponse$inboundSchema, CreateEntityModelMarkups$inboundSchema, CreateEntityOverageAllowedRequest$outboundSchema, CreateEntityOverageAllowedResponse$inboundSchema, CreateEntityOverageAllowedSource, CreateEntityOverageAllowedSource$inboundSchema, CreateEntityParams$outboundSchema, CreateEntityProcessorType, CreateEntityProcessorType$inboundSchema, CreateEntityProperties$outboundSchema, CreateEntityProviderMarkups$inboundSchema, CreateEntityPurchase$inboundSchema, CreateEntityPurchaseScope, CreateEntityPurchaseScope$inboundSchema, CreateEntityResponse$inboundSchema, CreateEntitySpendLimitRequest$outboundSchema, CreateEntitySpendLimitResponse$inboundSchema, CreateEntitySpendLimitSource, CreateEntitySpendLimitSource$inboundSchema, CreateEntityStatus, CreateEntityStatus$inboundSchema, CreateEntitySubscription$inboundSchema, CreateEntitySubscriptionScope, CreateEntitySubscriptionScope$inboundSchema, CreateEntityThresholdTypeRequestBody, CreateEntityThresholdTypeRequestBody$outboundSchema, CreateEntityThresholdTypeResponse, CreateEntityThresholdTypeResponse$inboundSchema, CreateEntityType, CreateEntityType$inboundSchema, CreateEntityUsageAlertRequestBody$outboundSchema, CreateEntityUsageAlertResponse$inboundSchema, CreateEntityUsageAlertSource, CreateEntityUsageAlertSource$inboundSchema, CreateEntityUsageLimitRequest$outboundSchema, CreateEntityUsageLimitResponse$inboundSchema, CreateEntityUsageLimitSource, CreateEntityUsageLimitSource$inboundSchema, CreateFeatureCreditSchemaRequestBody$outboundSchema, CreateFeatureCreditSchemaResponse$inboundSchema, CreateFeatureDisplayRequestBody$outboundSchema, CreateFeatureDisplayResponse$inboundSchema, CreateFeatureModelMarkupsRequest$outboundSchema, CreateFeatureModelMarkupsResponse$inboundSchema, CreateFeatureParams$outboundSchema, CreateFeatureProviderMarkupsRequest$outboundSchema, CreateFeatureProviderMarkupsResponse$inboundSchema, CreateFeatureResponse$inboundSchema, CreateFeatureTypeRequestBody, CreateFeatureTypeRequestBody$outboundSchema, CreateFeatureTypeResponse, CreateFeatureTypeResponse$inboundSchema, CreatePlanAddItemAdditionalCurrency$inboundSchema, CreatePlanAddItemBillingMethod, CreatePlanAddItemBillingMethod$inboundSchema, CreatePlanAddItemPriceInterval, CreatePlanAddItemPriceInterval$inboundSchema, CreatePlanAddItemResetInterval, CreatePlanAddItemResetInterval$inboundSchema, CreatePlanAdditionalCurrencyRequestBody$outboundSchema, CreatePlanAdditionalCurrencyResponse$inboundSchema, CreatePlanAttachAction, CreatePlanAttachAction$inboundSchema, CreatePlanAutoTopupRequest$outboundSchema, CreatePlanAutoTopupResponse$inboundSchema, CreatePlanBasePrice$inboundSchema, CreatePlanBillingControlsRequest$outboundSchema, CreatePlanBillingControlsResponse$inboundSchema, CreatePlanBillingMethodRequestBody, CreatePlanBillingMethodRequestBody$outboundSchema, CreatePlanConfigRequest$outboundSchema, CreatePlanConfigResponse$inboundSchema, CreatePlanCreditSchema$inboundSchema, CreatePlanCustomerEligibility$inboundSchema, CreatePlanCustomize$inboundSchema, CreatePlanDurationTypeRequest, CreatePlanDurationTypeRequest$outboundSchema, CreatePlanDurationTypeResponse, CreatePlanDurationTypeResponse$inboundSchema, CreatePlanEnv, CreatePlanEnv$inboundSchema, CreatePlanExpiryDurationTypeRequestBody, CreatePlanExpiryDurationTypeRequestBody$outboundSchema, CreatePlanFeature$inboundSchema, CreatePlanFeatureDisplay$inboundSchema, CreatePlanFilterRequest$outboundSchema, CreatePlanFilterResponse$inboundSchema, CreatePlanFreeTrialParams$inboundSchema, CreatePlanFreeTrialResponse$inboundSchema, CreatePlanIntervalRemoveItemEnum1, CreatePlanIntervalRemoveItemEnum1$inboundSchema, CreatePlanIntervalRemoveItemEnum2, CreatePlanIntervalRemoveItemEnum2$inboundSchema, CreatePlanIntervalUnion$inboundSchema, CreatePlanItem$inboundSchema, CreatePlanItemAdditionalCurrencyRequestBody$outboundSchema, CreatePlanItemAdditionalCurrencyResponse$inboundSchema, CreatePlanItemBillingMethodResponse, CreatePlanItemBillingMethodResponse$inboundSchema, CreatePlanItemDisplay$inboundSchema, CreatePlanItemExpiryDurationTypeResponse, CreatePlanItemExpiryDurationTypeResponse$inboundSchema, CreatePlanItemOnDecrease, CreatePlanItemOnDecrease$outboundSchema, CreatePlanItemOnIncrease, CreatePlanItemOnIncrease$outboundSchema, CreatePlanItemPlanItem$outboundSchema, CreatePlanItemPriceIntervalRequestBody, CreatePlanItemPriceIntervalRequestBody$outboundSchema, CreatePlanItemPriceRequestBody$outboundSchema, CreatePlanItemPriceResponse$inboundSchema, CreatePlanItemProration$outboundSchema, CreatePlanItemResetResponse$inboundSchema, CreatePlanItemRolloverResponse$inboundSchema, CreatePlanItemTierAdditionalCurrencyResponse$inboundSchema, CreatePlanItemTierBehaviorResponse, CreatePlanItemTierBehaviorResponse$inboundSchema, CreatePlanItemTierResponse$inboundSchema, CreatePlanItemToResponse$inboundSchema, CreatePlanLicense$outboundSchema, CreatePlanLimitTypeRequestBody, CreatePlanLimitTypeRequestBody$outboundSchema, CreatePlanLimitTypeResponse, CreatePlanLimitTypeResponse$inboundSchema, CreatePlanOnEndRequest, CreatePlanOnEndRequest$outboundSchema, CreatePlanOnEndResponse, CreatePlanOnEndResponse$inboundSchema, CreatePlanOverageAllowedRequest$outboundSchema, CreatePlanOverageAllowedResponse$inboundSchema, CreatePlanParams$outboundSchema, CreatePlanPlanItemFilter$inboundSchema, CreatePlanPlanItemResponse$inboundSchema, CreatePlanPriceDisplay$inboundSchema, CreatePlanPriceIntervalRequestBody, CreatePlanPriceIntervalRequestBody$outboundSchema, CreatePlanPriceIntervalResponse, CreatePlanPriceIntervalResponse$inboundSchema, CreatePlanPriceItemIntervalResponse, CreatePlanPriceItemIntervalResponse$inboundSchema, CreatePlanPriceRequestBody$outboundSchema, CreatePlanPriceResponse$inboundSchema, CreatePlanPriceVariantDetailsInterval, CreatePlanPriceVariantDetailsInterval$inboundSchema, CreatePlanProperties$outboundSchema, CreatePlanProrationResponse$inboundSchema, CreatePlanPurchaseLimitIntervalRequestBody, CreatePlanPurchaseLimitIntervalRequestBody$outboundSchema, CreatePlanPurchaseLimitIntervalResponse, CreatePlanPurchaseLimitIntervalResponse$inboundSchema, CreatePlanPurchaseLimitRequest$outboundSchema, CreatePlanPurchaseLimitResponse$inboundSchema, CreatePlanRemoveItemBillingMethod, CreatePlanRemoveItemBillingMethod$inboundSchema, CreatePlanResetIntervalRequestBody, CreatePlanResetIntervalRequestBody$outboundSchema, CreatePlanResetItemIntervalResponse, CreatePlanResetItemIntervalResponse$inboundSchema, CreatePlanResetRequestBody$outboundSchema, CreatePlanResponse$inboundSchema, CreatePlanRolloverRequestBody$outboundSchema, CreatePlanSpendLimitRequest$outboundSchema, CreatePlanSpendLimitResponse$inboundSchema, CreatePlanStatus, CreatePlanStatus$inboundSchema, CreatePlanThresholdTypeRequestBody, CreatePlanThresholdTypeRequestBody$outboundSchema, CreatePlanThresholdTypeResponse, CreatePlanThresholdTypeResponse$inboundSchema, CreatePlanTierAdditionalCurrencyRequestBody$outboundSchema, CreatePlanTierBehaviorRequestBody, CreatePlanTierBehaviorRequestBody$outboundSchema, CreatePlanTierRequestBody$outboundSchema, CreatePlanToRequestBody$outboundSchema, CreatePlanType, CreatePlanType$inboundSchema, CreatePlanUsageAlertRequestBody$outboundSchema, CreatePlanUsageAlertResponse$inboundSchema, CreatePlanUsageLimitIntervalRequestBody, CreatePlanUsageLimitIntervalRequestBody$outboundSchema, CreatePlanUsageLimitIntervalResponse, CreatePlanUsageLimitIntervalResponse$inboundSchema, CreatePlanUsageLimitRequest$outboundSchema, CreatePlanUsageLimitResponse$inboundSchema, CreatePlanVariantDetails$inboundSchema, CreatePlanVariantDetailsAdditionalCurrency$inboundSchema, CreatePlanVariantDetailsAutoTopup$inboundSchema, CreatePlanVariantDetailsBillingControls$inboundSchema, CreatePlanVariantDetailsDurationType, CreatePlanVariantDetailsDurationType$inboundSchema, CreatePlanVariantDetailsExpiryDurationType, CreatePlanVariantDetailsExpiryDurationType$inboundSchema, CreatePlanVariantDetailsFilter$inboundSchema, CreatePlanVariantDetailsLimitType, CreatePlanVariantDetailsLimitType$inboundSchema, CreatePlanVariantDetailsOnDecrease, CreatePlanVariantDetailsOnDecrease$inboundSchema, CreatePlanVariantDetailsOnEnd, CreatePlanVariantDetailsOnEnd$inboundSchema, CreatePlanVariantDetailsOnIncrease, CreatePlanVariantDetailsOnIncrease$inboundSchema, CreatePlanVariantDetailsOverageAllowed$inboundSchema, CreatePlanVariantDetailsPrice$inboundSchema, CreatePlanVariantDetailsPurchaseLimit$inboundSchema, CreatePlanVariantDetailsPurchaseLimitInterval, CreatePlanVariantDetailsPurchaseLimitInterval$inboundSchema, CreatePlanVariantDetailsReset$inboundSchema, CreatePlanVariantDetailsRollover$inboundSchema, CreatePlanVariantDetailsSpendLimit$inboundSchema, CreatePlanVariantDetailsThresholdType, CreatePlanVariantDetailsThresholdType$inboundSchema, CreatePlanVariantDetailsTier$inboundSchema, CreatePlanVariantDetailsTierAdditionalCurrency$inboundSchema, CreatePlanVariantDetailsTierBehavior, CreatePlanVariantDetailsTierBehavior$inboundSchema, CreatePlanVariantDetailsTo$inboundSchema, CreatePlanVariantDetailsUsageAlert$inboundSchema, CreatePlanVariantDetailsUsageLimit$inboundSchema, CreatePlanVariantDetailsUsageLimitInterval, CreatePlanVariantDetailsUsageLimitInterval$inboundSchema, CreateReferralCodeParams$outboundSchema, CreateReferralCodeResponse$inboundSchema, CreateScheduleAddItemAdditionalCurrency2$outboundSchema, CreateScheduleAddItemBillingMethod2, CreateScheduleAddItemBillingMethod2$outboundSchema, CreateScheduleAddItemExpiryDurationType2, CreateScheduleAddItemExpiryDurationType2$outboundSchema, CreateScheduleAddItemOnDecrease2, CreateScheduleAddItemOnDecrease2$outboundSchema, CreateScheduleAddItemOnIncrease2, CreateScheduleAddItemOnIncrease2$outboundSchema, CreateScheduleAddItemPlanItem2$outboundSchema, CreateScheduleAddItemPrice2$outboundSchema, CreateScheduleAddItemPriceInterval2, CreateScheduleAddItemPriceInterval2$outboundSchema, CreateScheduleAddItemProration2$outboundSchema, CreateScheduleAddItemReset2$outboundSchema, CreateScheduleAddItemResetInterval2, CreateScheduleAddItemResetInterval2$outboundSchema, CreateScheduleAddItemRollover2$outboundSchema, CreateScheduleAddItemTier2$outboundSchema, CreateScheduleAddItemTierBehavior2, CreateScheduleAddItemTierBehavior2$outboundSchema, CreateScheduleAdditionalCurrency2$outboundSchema, CreateScheduleAttachDiscount$outboundSchema, CreateScheduleAutoTopup2$outboundSchema, CreateScheduleBasePrice2$outboundSchema, CreateScheduleBillingBehavior, CreateScheduleBillingBehavior$outboundSchema, CreateScheduleBillingControls2$outboundSchema, CreateScheduleCode, CreateScheduleCode$inboundSchema, CreateScheduleCustomize2$outboundSchema, CreateScheduleDurationType2, CreateScheduleDurationType2$outboundSchema, CreateScheduleFeatureQuantity2$outboundSchema, CreateScheduleFilter2$outboundSchema, CreateScheduleIntervalRemoveItemEnum3, CreateScheduleIntervalRemoveItemEnum3$outboundSchema, CreateScheduleIntervalRemoveItemEnum4, CreateScheduleIntervalRemoveItemEnum4$outboundSchema, CreateScheduleIntervalUnion2$outboundSchema, CreateScheduleInvoice$inboundSchema, CreateScheduleInvoiceMode$outboundSchema, CreateScheduleItemAdditionalCurrency2$outboundSchema, CreateScheduleItemBillingMethod2, CreateScheduleItemBillingMethod2$outboundSchema, CreateScheduleItemExpiryDurationType2, CreateScheduleItemExpiryDurationType2$outboundSchema, CreateScheduleItemOnDecrease2, CreateScheduleItemOnDecrease2$outboundSchema, CreateScheduleItemOnIncrease2, CreateScheduleItemOnIncrease2$outboundSchema, CreateScheduleItemPlanItem2$outboundSchema, CreateScheduleItemPrice2$outboundSchema, CreateScheduleItemPriceInterval2, CreateScheduleItemPriceInterval2$outboundSchema, CreateScheduleItemProration2$outboundSchema, CreateScheduleItemReset2$outboundSchema, CreateScheduleItemResetInterval2, CreateScheduleItemResetInterval2$outboundSchema, CreateScheduleItemRollover2$outboundSchema, CreateScheduleItemTier2$outboundSchema, CreateScheduleItemTierBehavior2, CreateScheduleItemTierBehavior2$outboundSchema, CreateScheduleLimitType2, CreateScheduleLimitType2$outboundSchema, CreateScheduleOverageAllowed2$outboundSchema, CreateScheduleParams$outboundSchema, CreateSchedulePlan2$outboundSchema, CreateSchedulePlanItemFilter2$outboundSchema, CreateSchedulePriceInterval2, CreateSchedulePriceInterval2$outboundSchema, CreateSchedulePurchaseLimit2$outboundSchema, CreateSchedulePurchaseLimitInterval2, CreateSchedulePurchaseLimitInterval2$outboundSchema, CreateScheduleRedirectMode, CreateScheduleRedirectMode$outboundSchema, CreateScheduleRemoveItemBillingMethod2, CreateScheduleRemoveItemBillingMethod2$outboundSchema, CreateScheduleRequiredAction$inboundSchema, CreateScheduleResponse$inboundSchema, CreateScheduleSpendLimit2$outboundSchema, CreateScheduleStatus, CreateScheduleStatus$inboundSchema, CreateScheduleThresholdType2, CreateScheduleThresholdType2$outboundSchema, CreateScheduleUsageAlert2$outboundSchema, CreateScheduleUsageLimit2$outboundSchema, CreateScheduleUsageLimitInterval2, CreateScheduleUsageLimitInterval2$outboundSchema, Customer$inboundSchema, CustomerAutoTopup$inboundSchema, CustomerBillingControls$inboundSchema, CustomerConfig$inboundSchema, CustomerCreditSchema$inboundSchema, CustomerData$outboundSchema, CustomerDataAutoTopup$outboundSchema, CustomerDataBillingControls$outboundSchema, CustomerDataConfig$outboundSchema, CustomerDataFilter$outboundSchema, CustomerDataLimitType, CustomerDataLimitType$outboundSchema, CustomerDataOverageAllowed$outboundSchema, CustomerDataPurchaseLimit$outboundSchema, CustomerDataPurchaseLimitInterval, CustomerDataPurchaseLimitInterval$outboundSchema, CustomerDataSpendLimit$outboundSchema, CustomerDataThresholdType, CustomerDataThresholdType$outboundSchema, CustomerDataUsageAlert$outboundSchema, CustomerDataUsageLimit$outboundSchema, CustomerDataUsageLimitInterval, CustomerDataUsageLimitInterval$outboundSchema, CustomerDiscountType, CustomerDiscountType$inboundSchema, CustomerDisplay$inboundSchema, CustomerDurationType, CustomerDurationType$inboundSchema, CustomerEligibility$inboundSchema, CustomerEntityEnv, CustomerEntityEnv$inboundSchema, CustomerEnv, CustomerEnv$inboundSchema, CustomerExpand, CustomerExpand$outboundSchema, CustomerFeature$inboundSchema, CustomerFilter$inboundSchema, CustomerFlagsType, CustomerFlagsType$inboundSchema, CustomerLimitType, CustomerLimitType$inboundSchema, CustomerModelMarkups$inboundSchema, CustomerOverageAllowed$inboundSchema, CustomerProviderMarkups$inboundSchema, CustomerPurchaseLimit1$inboundSchema, CustomerPurchaseLimit2$inboundSchema, CustomerPurchaseLimitInterval1, CustomerPurchaseLimitInterval1$inboundSchema, CustomerPurchaseLimitInterval2, CustomerPurchaseLimitInterval2$inboundSchema, CustomerPurchaseLimitUnion$inboundSchema, CustomerSpendLimit$inboundSchema, CustomerStatus, CustomerStatus$inboundSchema, CustomerThresholdType, CustomerThresholdType$inboundSchema, CustomerUsageAlert$inboundSchema, CustomerUsageLimit$inboundSchema, CustomerUsageLimitInterval, CustomerUsageLimitInterval$inboundSchema, Customize$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, DfuFlashParams$outboundSchema, DfuFlashResult$inboundSchema, Discount$inboundSchema, DurationType, DurationType$inboundSchema, EntitlementsGranted$inboundSchema, Entity$inboundSchema, EventsAggregateParams$outboundSchema, EventsListParams$outboundSchema, Expiry$inboundSchema, ExpiryType, ExpiryType$inboundSchema, FeatureGrant$inboundSchema, FeatureGrantPromoCode$inboundSchema, FeatureType1, FeatureType1$inboundSchema, FeatureType2, FeatureType2$inboundSchema, FinalizeBalanceParams$outboundSchema, FinalizeLockAction, FinalizeLockAction$outboundSchema, FinalizeLockResponse$inboundSchema, FinalizeLockResponseBody1$inboundSchema, FinalizeLockResponseBody2$inboundSchema, Flag1$inboundSchema, Flag2$inboundSchema, FlagDisplay1$inboundSchema, FlagDisplay2$inboundSchema, FlagType1, FlagType1$inboundSchema, FlagType2, FlagType2$inboundSchema, Flags$inboundSchema, Flashed$inboundSchema, FreeTrial$inboundSchema, FreeTrialDuration1, FreeTrialDuration1$inboundSchema, FreeTrialDuration2, FreeTrialDuration2$inboundSchema, FreeTrialParams$inboundSchema, FreeTrialRequest$outboundSchema, GetCustomerAutoTopup$inboundSchema, GetCustomerAutoTopupSource, GetCustomerAutoTopupSource$inboundSchema, GetCustomerBillingControls$inboundSchema, GetCustomerConfig$inboundSchema, GetCustomerCreditSchema$inboundSchema, GetCustomerCustomer$inboundSchema, GetCustomerDiscount$inboundSchema, GetCustomerDiscountType, GetCustomerDiscountType$inboundSchema, GetCustomerDisplay$inboundSchema, GetCustomerDurationType, GetCustomerDurationType$inboundSchema, GetCustomerEntity$inboundSchema, GetCustomerEntityEnv, GetCustomerEntityEnv$inboundSchema, GetCustomerEnv, GetCustomerEnv$inboundSchema, GetCustomerFeature$inboundSchema, GetCustomerFilter$inboundSchema, GetCustomerFlags$inboundSchema, GetCustomerFlagsType, GetCustomerFlagsType$inboundSchema, GetCustomerInvoice$inboundSchema, GetCustomerLicense$inboundSchema, GetCustomerLimitType, GetCustomerLimitType$inboundSchema, GetCustomerModelMarkups$inboundSchema, GetCustomerOverageAllowed$inboundSchema, GetCustomerOverageAllowedSource, GetCustomerOverageAllowedSource$inboundSchema, GetCustomerParams$outboundSchema, GetCustomerProcessorType, GetCustomerProcessorType$inboundSchema, GetCustomerProcessors$inboundSchema, GetCustomerProviderMarkups$inboundSchema, GetCustomerPurchase$inboundSchema, GetCustomerPurchaseLimit1$inboundSchema, GetCustomerPurchaseLimit2$inboundSchema, GetCustomerPurchaseLimitInterval1, GetCustomerPurchaseLimitInterval1$inboundSchema, GetCustomerPurchaseLimitInterval2, GetCustomerPurchaseLimitInterval2$inboundSchema, GetCustomerPurchaseLimitUnion$inboundSchema, GetCustomerPurchaseScope, GetCustomerPurchaseScope$inboundSchema, GetCustomerReferral$inboundSchema, GetCustomerResponse$inboundSchema, GetCustomerRevenuecat$inboundSchema, GetCustomerRewards$inboundSchema, GetCustomerSpendLimit$inboundSchema, GetCustomerSpendLimitSource, GetCustomerSpendLimitSource$inboundSchema, GetCustomerStatus, GetCustomerStatus$inboundSchema, GetCustomerStripe$inboundSchema, GetCustomerSubscription$inboundSchema, GetCustomerSubscriptionScope, GetCustomerSubscriptionScope$inboundSchema, GetCustomerThresholdType, GetCustomerThresholdType$inboundSchema, GetCustomerTrialsUsed$inboundSchema, GetCustomerUsageAlert$inboundSchema, GetCustomerUsageAlertSource, GetCustomerUsageAlertSource$inboundSchema, GetCustomerUsageLimit$inboundSchema, GetCustomerUsageLimitInterval, GetCustomerUsageLimitInterval$inboundSchema, GetCustomerUsageLimitSource, GetCustomerUsageLimitSource$inboundSchema, GetCustomerVercel$inboundSchema, GetEntityBillingControls$inboundSchema, GetEntityCreditSchema$inboundSchema, GetEntityDisplay$inboundSchema, GetEntityEnv, GetEntityEnv$inboundSchema, GetEntityFeature$inboundSchema, GetEntityFilter$inboundSchema, GetEntityFlags$inboundSchema, GetEntityInterval, GetEntityInterval$inboundSchema, GetEntityInvoice$inboundSchema, GetEntityLimitType, GetEntityLimitType$inboundSchema, GetEntityModelMarkups$inboundSchema, GetEntityOverageAllowed$inboundSchema, GetEntityOverageAllowedSource, GetEntityOverageAllowedSource$inboundSchema, GetEntityParams$outboundSchema, GetEntityProcessorType, GetEntityProcessorType$inboundSchema, GetEntityProviderMarkups$inboundSchema, GetEntityPurchase$inboundSchema, GetEntityPurchaseScope, GetEntityPurchaseScope$inboundSchema, GetEntityResponse$inboundSchema, GetEntitySpendLimit$inboundSchema, GetEntitySpendLimitSource, GetEntitySpendLimitSource$inboundSchema, GetEntityStatus, GetEntityStatus$inboundSchema, GetEntitySubscription$inboundSchema, GetEntitySubscriptionScope, GetEntitySubscriptionScope$inboundSchema, GetEntityThresholdType, GetEntityThresholdType$inboundSchema, GetEntityType, GetEntityType$inboundSchema, GetEntityUsageAlert$inboundSchema, GetEntityUsageAlertSource, GetEntityUsageAlertSource$inboundSchema, GetEntityUsageLimit$inboundSchema, GetEntityUsageLimitSource, GetEntityUsageLimitSource$inboundSchema, GetFeatureCreditSchema$inboundSchema, GetFeatureDisplay$inboundSchema, GetFeatureModelMarkups$inboundSchema, GetFeatureParams$outboundSchema, GetFeatureProviderMarkups$inboundSchema, GetFeatureResponse$inboundSchema, GetFeatureType, GetFeatureType$inboundSchema, GetOrCreateCustomerAutoTopup$outboundSchema, GetOrCreateCustomerBillingControls$outboundSchema, GetOrCreateCustomerConfig$outboundSchema, GetOrCreateCustomerFilter$outboundSchema, GetOrCreateCustomerLimitType, GetOrCreateCustomerLimitType$outboundSchema, GetOrCreateCustomerOverageAllowed$outboundSchema, GetOrCreateCustomerParams$outboundSchema, GetOrCreateCustomerProperties$outboundSchema, GetOrCreateCustomerPurchaseLimit$outboundSchema, GetOrCreateCustomerPurchaseLimitInterval, GetOrCreateCustomerPurchaseLimitInterval$outboundSchema, GetOrCreateCustomerSpendLimit$outboundSchema, GetOrCreateCustomerThresholdType, GetOrCreateCustomerThresholdType$outboundSchema, GetOrCreateCustomerUsageAlert$outboundSchema, GetOrCreateCustomerUsageLimit$outboundSchema, GetOrCreateCustomerUsageLimitInterval, GetOrCreateCustomerUsageLimitInterval$outboundSchema, GetPlanAddItemAdditionalCurrency$inboundSchema, GetPlanAddItemBillingMethod, GetPlanAddItemBillingMethod$inboundSchema, GetPlanAddItemPriceInterval, GetPlanAddItemPriceInterval$inboundSchema, GetPlanAddItemResetInterval, GetPlanAddItemResetInterval$inboundSchema, GetPlanAdditionalCurrency$inboundSchema, GetPlanAttachAction, GetPlanAttachAction$inboundSchema, GetPlanAutoTopup$inboundSchema, GetPlanBasePrice$inboundSchema, GetPlanBillingControls$inboundSchema, GetPlanConfig$inboundSchema, GetPlanCreditSchema$inboundSchema, GetPlanCustomerEligibility$inboundSchema, GetPlanCustomize$inboundSchema, GetPlanDurationType, GetPlanDurationType$inboundSchema, GetPlanEnv, GetPlanEnv$inboundSchema, GetPlanFeature$inboundSchema, GetPlanFeatureDisplay$inboundSchema, GetPlanFilter$inboundSchema, GetPlanFreeTrial$inboundSchema, GetPlanFreeTrialParams$inboundSchema, GetPlanIntervalRemoveItemEnum1, GetPlanIntervalRemoveItemEnum1$inboundSchema, GetPlanIntervalRemoveItemEnum2, GetPlanIntervalRemoveItemEnum2$inboundSchema, GetPlanIntervalUnion$inboundSchema, GetPlanItem$inboundSchema, GetPlanItemAdditionalCurrency$inboundSchema, GetPlanItemBillingMethod, GetPlanItemBillingMethod$inboundSchema, GetPlanItemDisplay$inboundSchema, GetPlanItemExpiryDurationType, GetPlanItemExpiryDurationType$inboundSchema, GetPlanItemPrice$inboundSchema, GetPlanItemReset$inboundSchema, GetPlanItemRollover$inboundSchema, GetPlanItemTier$inboundSchema, GetPlanItemTierAdditionalCurrency$inboundSchema, GetPlanItemTierBehavior, GetPlanItemTierBehavior$inboundSchema, GetPlanItemTo$inboundSchema, GetPlanLimitType, GetPlanLimitType$inboundSchema, GetPlanOnDecrease, GetPlanOnDecrease$inboundSchema, GetPlanOnEnd, GetPlanOnEnd$inboundSchema, GetPlanOnIncrease, GetPlanOnIncrease$inboundSchema, GetPlanOverageAllowed$inboundSchema, GetPlanParams$outboundSchema, GetPlanPlanItem$inboundSchema, GetPlanPlanItemFilter$inboundSchema, GetPlanPrice$inboundSchema, GetPlanPriceDisplay$inboundSchema, GetPlanPriceInterval, GetPlanPriceInterval$inboundSchema, GetPlanPriceItemInterval, GetPlanPriceItemInterval$inboundSchema, GetPlanPriceVariantDetailsInterval, GetPlanPriceVariantDetailsInterval$inboundSchema, GetPlanProration$inboundSchema, GetPlanPurchaseLimit$inboundSchema, GetPlanPurchaseLimitInterval, GetPlanPurchaseLimitInterval$inboundSchema, GetPlanRemoveItemBillingMethod, GetPlanRemoveItemBillingMethod$inboundSchema, GetPlanResetItemInterval, GetPlanResetItemInterval$inboundSchema, GetPlanResponse$inboundSchema, GetPlanSpendLimit$inboundSchema, GetPlanStatus, GetPlanStatus$inboundSchema, GetPlanThresholdType, GetPlanThresholdType$inboundSchema, GetPlanType, GetPlanType$inboundSchema, GetPlanUsageAlert$inboundSchema, GetPlanUsageLimit$inboundSchema, GetPlanUsageLimitInterval, GetPlanUsageLimitInterval$inboundSchema, GetPlanVariantDetails$inboundSchema, GetPlanVariantDetailsAdditionalCurrency$inboundSchema, GetPlanVariantDetailsAutoTopup$inboundSchema, GetPlanVariantDetailsBillingControls$inboundSchema, GetPlanVariantDetailsDurationType, GetPlanVariantDetailsDurationType$inboundSchema, GetPlanVariantDetailsExpiryDurationType, GetPlanVariantDetailsExpiryDurationType$inboundSchema, GetPlanVariantDetailsFilter$inboundSchema, GetPlanVariantDetailsLimitType, GetPlanVariantDetailsLimitType$inboundSchema, GetPlanVariantDetailsOnEnd, GetPlanVariantDetailsOnEnd$inboundSchema, GetPlanVariantDetailsOverageAllowed$inboundSchema, GetPlanVariantDetailsPrice$inboundSchema, GetPlanVariantDetailsPurchaseLimit$inboundSchema, GetPlanVariantDetailsPurchaseLimitInterval, GetPlanVariantDetailsPurchaseLimitInterval$inboundSchema, GetPlanVariantDetailsReset$inboundSchema, GetPlanVariantDetailsRollover$inboundSchema, GetPlanVariantDetailsSpendLimit$inboundSchema, GetPlanVariantDetailsThresholdType, GetPlanVariantDetailsThresholdType$inboundSchema, GetPlanVariantDetailsTier$inboundSchema, GetPlanVariantDetailsTierAdditionalCurrency$inboundSchema, GetPlanVariantDetailsTierBehavior, GetPlanVariantDetailsTierBehavior$inboundSchema, GetPlanVariantDetailsTo$inboundSchema, GetPlanVariantDetailsUsageAlert$inboundSchema, GetPlanVariantDetailsUsageLimit$inboundSchema, GetPlanVariantDetailsUsageLimitInterval, GetPlanVariantDetailsUsageLimitInterval$inboundSchema, GetRevenueCatKeysApp$inboundSchema, GetRevenueCatKeysEnv, GetRevenueCatKeysEnv$outboundSchema, GetRevenueCatKeysParams$outboundSchema, GetRevenueCatKeysResponse$inboundSchema, Grant$inboundSchema, HTTPClient, HTTPClientError, ImportBalance$outboundSchema, ImportBillingBehavior, ImportBillingBehavior$outboundSchema, ImportCustomerData$outboundSchema, ImportFeatureQuantity$outboundSchema, ImportFilter$outboundSchema, ImportInterval, ImportInterval$outboundSchema, ImportPlan$outboundSchema, ImportProcessor$outboundSchema, ImportStatus, ImportStatus$outboundSchema, ImportType, ImportType$outboundSchema, IncludedUsage1$inboundSchema, IncludedUsage2$inboundSchema, Intent, Intent$inboundSchema, IntervalVariantRemoveItemEnum1, IntervalVariantRemoveItemEnum1$outboundSchema, IntervalVariantRemoveItemEnum2, IntervalVariantRemoveItemEnum2$outboundSchema, InvalidRequestError, Invoice$inboundSchema, Item$inboundSchema, ItemAdditionalCurrency$inboundSchema, ItemExpiryDurationType, ItemExpiryDurationType$inboundSchema, ItemTierAdditionalCurrency$inboundSchema, License$inboundSchema, Link$outboundSchema, LinkRevenueCatEnv, LinkRevenueCatEnv$outboundSchema, LinkRevenueCatParams$outboundSchema, LinkRevenueCatResponse$inboundSchema, ListCustomersAutoTopup$inboundSchema, ListCustomersAutoTopupSource, ListCustomersAutoTopupSource$inboundSchema, ListCustomersBillingControls$inboundSchema, ListCustomersConfig$inboundSchema, ListCustomersCreditSchema$inboundSchema, ListCustomersDisplay$inboundSchema, ListCustomersEnv, ListCustomersEnv$inboundSchema, ListCustomersFeature$inboundSchema, ListCustomersFilter$inboundSchema, ListCustomersFlags$inboundSchema, ListCustomersLicense$inboundSchema, ListCustomersLimitType, ListCustomersLimitType$inboundSchema, ListCustomersList$inboundSchema, ListCustomersModelMarkups$inboundSchema, ListCustomersOverageAllowed$inboundSchema, ListCustomersOverageAllowedSource, ListCustomersOverageAllowedSource$inboundSchema, ListCustomersParams$outboundSchema, ListCustomersPlan$outboundSchema, ListCustomersProcessor, ListCustomersProcessor$outboundSchema, ListCustomersProcessors$inboundSchema, ListCustomersProviderMarkups$inboundSchema, ListCustomersPurchase$inboundSchema, ListCustomersPurchaseLimit1$inboundSchema, ListCustomersPurchaseLimit2$inboundSchema, ListCustomersPurchaseLimitInterval1, ListCustomersPurchaseLimitInterval1$inboundSchema, ListCustomersPurchaseLimitInterval2, ListCustomersPurchaseLimitInterval2$inboundSchema, ListCustomersPurchaseLimitUnion$inboundSchema, ListCustomersPurchaseScope, ListCustomersPurchaseScope$inboundSchema, ListCustomersResponse$inboundSchema, ListCustomersRevenuecat$inboundSchema, ListCustomersSpendLimit$inboundSchema, ListCustomersSpendLimitSource, ListCustomersSpendLimitSource$inboundSchema, ListCustomersStatus, ListCustomersStatus$inboundSchema, ListCustomersStripe$inboundSchema, ListCustomersSubscription$inboundSchema, ListCustomersSubscriptionScope, ListCustomersSubscriptionScope$inboundSchema, ListCustomersSubscriptionStatus, ListCustomersSubscriptionStatus$outboundSchema, ListCustomersThresholdType, ListCustomersThresholdType$inboundSchema, ListCustomersType, ListCustomersType$inboundSchema, ListCustomersUsageAlert$inboundSchema, ListCustomersUsageAlertSource, ListCustomersUsageAlertSource$inboundSchema, ListCustomersUsageLimit$inboundSchema, ListCustomersUsageLimitInterval, ListCustomersUsageLimitInterval$inboundSchema, ListCustomersUsageLimitSource, ListCustomersUsageLimitSource$inboundSchema, ListCustomersVercel$inboundSchema, ListEntitiesBillingControls$inboundSchema, ListEntitiesCreditSchema$inboundSchema, ListEntitiesDisplay$inboundSchema, ListEntitiesEnv, ListEntitiesEnv$inboundSchema, ListEntitiesFeature$inboundSchema, ListEntitiesFilter$inboundSchema, ListEntitiesFlags$inboundSchema, ListEntitiesInterval, ListEntitiesInterval$inboundSchema, ListEntitiesInvoice$inboundSchema, ListEntitiesLimitType, ListEntitiesLimitType$inboundSchema, ListEntitiesList$inboundSchema, ListEntitiesModelMarkups$inboundSchema, ListEntitiesOverageAllowed$inboundSchema, ListEntitiesOverageAllowedSource, ListEntitiesOverageAllowedSource$inboundSchema, ListEntitiesParams$outboundSchema, ListEntitiesPlan$outboundSchema, ListEntitiesProcessor, ListEntitiesProcessor$outboundSchema, ListEntitiesProcessorType, ListEntitiesProcessorType$inboundSchema, ListEntitiesProviderMarkups$inboundSchema, ListEntitiesPurchase$inboundSchema, ListEntitiesPurchaseScope, ListEntitiesPurchaseScope$inboundSchema, ListEntitiesResponse$inboundSchema, ListEntitiesSpendLimit$inboundSchema, ListEntitiesSpendLimitSource, ListEntitiesSpendLimitSource$inboundSchema, ListEntitiesStatus, ListEntitiesStatus$inboundSchema, ListEntitiesSubscription$inboundSchema, ListEntitiesSubscriptionScope, ListEntitiesSubscriptionScope$inboundSchema, ListEntitiesSubscriptionStatus, ListEntitiesSubscriptionStatus$outboundSchema, ListEntitiesThresholdType, ListEntitiesThresholdType$inboundSchema, ListEntitiesType, ListEntitiesType$inboundSchema, ListEntitiesUsageAlert$inboundSchema, ListEntitiesUsageAlertSource, ListEntitiesUsageAlertSource$inboundSchema, ListEntitiesUsageLimit$inboundSchema, ListEntitiesUsageLimitSource, ListEntitiesUsageLimitSource$inboundSchema, ListEventsCustomRange$outboundSchema, ListEventsFeatureId$outboundSchema, ListEventsIntervalEnum, ListEventsIntervalEnum$inboundSchema, ListEventsIntervalUnion$inboundSchema, ListEventsList$inboundSchema, ListEventsReset$inboundSchema, ListEventsResponse$inboundSchema, ListFeaturesCreditSchema$inboundSchema, ListFeaturesDisplay$inboundSchema, ListFeaturesList$inboundSchema, ListFeaturesModelMarkups$inboundSchema, ListFeaturesProviderMarkups$inboundSchema, ListFeaturesRequest$outboundSchema, ListFeaturesResponse$inboundSchema, ListFeaturesType, ListFeaturesType$inboundSchema, ListInvoicesList$inboundSchema, ListInvoicesListProcessorType, ListInvoicesListProcessorType$inboundSchema, ListInvoicesParams$outboundSchema, ListInvoicesResponse$inboundSchema, ListInvoicesStatus, ListInvoicesStatus$outboundSchema, ListPlansAddItemAdditionalCurrency$inboundSchema, ListPlansAddItemBillingMethod, ListPlansAddItemBillingMethod$inboundSchema, ListPlansAddItemPriceInterval, ListPlansAddItemPriceInterval$inboundSchema, ListPlansAddItemResetInterval, ListPlansAddItemResetInterval$inboundSchema, ListPlansAdditionalCurrency$inboundSchema, ListPlansAttachAction, ListPlansAttachAction$inboundSchema, ListPlansAutoTopup$inboundSchema, ListPlansBasePrice$inboundSchema, ListPlansBillingControls$inboundSchema, ListPlansConfig$inboundSchema, ListPlansCreditSchema$inboundSchema, ListPlansCustomerEligibility$inboundSchema, ListPlansCustomize$inboundSchema, ListPlansDurationType, ListPlansDurationType$inboundSchema, ListPlansEnv, ListPlansEnv$inboundSchema, ListPlansFeature$inboundSchema, ListPlansFeatureDisplay$inboundSchema, ListPlansFilter$inboundSchema, ListPlansFreeTrial$inboundSchema, ListPlansFreeTrialParams$inboundSchema, ListPlansIntervalRemoveItemEnum1, ListPlansIntervalRemoveItemEnum1$inboundSchema, ListPlansIntervalRemoveItemEnum2, ListPlansIntervalRemoveItemEnum2$inboundSchema, ListPlansIntervalUnion$inboundSchema, ListPlansItem$inboundSchema, ListPlansItemAdditionalCurrency$inboundSchema, ListPlansItemBillingMethod, ListPlansItemBillingMethod$inboundSchema, ListPlansItemDisplay$inboundSchema, ListPlansItemExpiryDurationType, ListPlansItemExpiryDurationType$inboundSchema, ListPlansItemPrice$inboundSchema, ListPlansItemReset$inboundSchema, ListPlansItemRollover$inboundSchema, ListPlansItemTier$inboundSchema, ListPlansItemTierBehavior, ListPlansItemTierBehavior$inboundSchema, ListPlansLimitType, ListPlansLimitType$inboundSchema, ListPlansList$inboundSchema, ListPlansOnDecrease, ListPlansOnDecrease$inboundSchema, ListPlansOnEnd, ListPlansOnEnd$inboundSchema, ListPlansOnIncrease, ListPlansOnIncrease$inboundSchema, ListPlansOverageAllowed$inboundSchema, ListPlansParams$outboundSchema, ListPlansPlanItem$inboundSchema, ListPlansPlanItemFilter$inboundSchema, ListPlansPrice$inboundSchema, ListPlansPriceDisplay$inboundSchema, ListPlansPriceInterval, ListPlansPriceInterval$inboundSchema, ListPlansPriceItemInterval, ListPlansPriceItemInterval$inboundSchema, ListPlansPriceVariantDetailsInterval, ListPlansPriceVariantDetailsInterval$inboundSchema, ListPlansProration$inboundSchema, ListPlansPurchaseLimit$inboundSchema, ListPlansPurchaseLimitInterval, ListPlansPurchaseLimitInterval$inboundSchema, ListPlansRemoveItemBillingMethod, ListPlansRemoveItemBillingMethod$inboundSchema, ListPlansResetItemInterval, ListPlansResetItemInterval$inboundSchema, ListPlansResponse$inboundSchema, ListPlansSpendLimit$inboundSchema, ListPlansStatus, ListPlansStatus$inboundSchema, ListPlansThresholdType, ListPlansThresholdType$inboundSchema, ListPlansTierAdditionalCurrency$inboundSchema, ListPlansTo$inboundSchema, ListPlansType, ListPlansType$inboundSchema, ListPlansUsageAlert$inboundSchema, ListPlansUsageLimit$inboundSchema, ListPlansUsageLimitInterval, ListPlansUsageLimitInterval$inboundSchema, ListPlansVariantDetails$inboundSchema, ListPlansVariantDetailsAdditionalCurrency$inboundSchema, ListPlansVariantDetailsAutoTopup$inboundSchema, ListPlansVariantDetailsBillingControls$inboundSchema, ListPlansVariantDetailsDurationType, ListPlansVariantDetailsDurationType$inboundSchema, ListPlansVariantDetailsExpiryDurationType, ListPlansVariantDetailsExpiryDurationType$inboundSchema, ListPlansVariantDetailsFilter$inboundSchema, ListPlansVariantDetailsLimitType, ListPlansVariantDetailsLimitType$inboundSchema, ListPlansVariantDetailsOnEnd, ListPlansVariantDetailsOnEnd$inboundSchema, ListPlansVariantDetailsOverageAllowed$inboundSchema, ListPlansVariantDetailsPrice$inboundSchema, ListPlansVariantDetailsPurchaseLimit$inboundSchema, ListPlansVariantDetailsPurchaseLimitInterval, ListPlansVariantDetailsPurchaseLimitInterval$inboundSchema, ListPlansVariantDetailsReset$inboundSchema, ListPlansVariantDetailsRollover$inboundSchema, ListPlansVariantDetailsSpendLimit$inboundSchema, ListPlansVariantDetailsThresholdType, ListPlansVariantDetailsThresholdType$inboundSchema, ListPlansVariantDetailsTier$inboundSchema, ListPlansVariantDetailsTierBehavior, ListPlansVariantDetailsTierBehavior$inboundSchema, ListPlansVariantDetailsUsageAlert$inboundSchema, ListPlansVariantDetailsUsageLimit$inboundSchema, ListPlansVariantDetailsUsageLimitInterval, ListPlansVariantDetailsUsageLimitInterval$inboundSchema, ListRewardsDuration$inboundSchema, ListRewardsResponse$inboundSchema, Migration$outboundSchema, MintKeyParams$outboundSchema, MintKeyResponse$inboundSchema, MultiAttachAdditionalCurrency$outboundSchema, MultiAttachAttachDiscount$outboundSchema, MultiAttachBasePrice$outboundSchema, MultiAttachBillingControls$outboundSchema, MultiAttachBillingMethod, MultiAttachBillingMethod$outboundSchema, MultiAttachCode, MultiAttachCode$inboundSchema, MultiAttachCustomize$outboundSchema, MultiAttachDurationType, MultiAttachDurationType$outboundSchema, MultiAttachEntityData$outboundSchema, MultiAttachEntityDataInterval, MultiAttachEntityDataInterval$outboundSchema, MultiAttachExpiryDurationType, MultiAttachExpiryDurationType$outboundSchema, MultiAttachFeatureQuantity$outboundSchema, MultiAttachFilter$outboundSchema, MultiAttachFreeTrialParams$outboundSchema, MultiAttachInvoice$inboundSchema, MultiAttachInvoiceMode$outboundSchema, MultiAttachItemAdditionalCurrency$outboundSchema, MultiAttachItemPriceInterval, MultiAttachItemPriceInterval$outboundSchema, MultiAttachLimitType, MultiAttachLimitType$outboundSchema, MultiAttachOnDecrease, MultiAttachOnDecrease$outboundSchema, MultiAttachOnEnd, MultiAttachOnEnd$outboundSchema, MultiAttachOnIncrease, MultiAttachOnIncrease$outboundSchema, MultiAttachOverageAllowed$outboundSchema, MultiAttachParams$outboundSchema, MultiAttachPlan$outboundSchema, MultiAttachPlanItem$outboundSchema, MultiAttachPrice$outboundSchema, MultiAttachPriceInterval, MultiAttachPriceInterval$outboundSchema, MultiAttachProperties$outboundSchema, MultiAttachProration$outboundSchema, MultiAttachRedirectMode, MultiAttachRedirectMode$outboundSchema, MultiAttachRequiredAction$inboundSchema, MultiAttachReset$outboundSchema, MultiAttachResetInterval, MultiAttachResetInterval$outboundSchema, MultiAttachResponse$inboundSchema, MultiAttachRollover$outboundSchema, MultiAttachSpendLimit$outboundSchema, MultiAttachThresholdType, MultiAttachThresholdType$outboundSchema, MultiAttachTier$outboundSchema, MultiAttachTierAdditionalCurrency$outboundSchema, MultiAttachTierBehavior, MultiAttachTierBehavior$outboundSchema, MultiAttachTo$outboundSchema, MultiAttachUsageAlert$outboundSchema, MultiAttachUsageLimit$outboundSchema, MultiUpdateCancelAction, MultiUpdateCancelAction$outboundSchema, MultiUpdateCode, MultiUpdateCode$inboundSchema, MultiUpdateInvoice$inboundSchema, MultiUpdateParams$outboundSchema, MultiUpdatePreviewResponse$inboundSchema, MultiUpdateProrationBehavior, MultiUpdateProrationBehavior$outboundSchema, MultiUpdateRequiredAction$inboundSchema, MultiUpdateResponse$inboundSchema, MultiUpdateUpdate$outboundSchema, OnDecrease, OnDecrease$inboundSchema, OnEnd, OnEnd$inboundSchema, OnIncrease, OnIncrease$inboundSchema, OpenCustomerPortalParams$outboundSchema, OpenCustomerPortalResponse$inboundSchema, OverageAllowedSource, OverageAllowedSource$inboundSchema, PhaseResponse$inboundSchema, PhaseStart$outboundSchema, PhaseStartUnion$outboundSchema, Plan$inboundSchema, PlanAddItemBillingMethod, PlanAddItemBillingMethod$inboundSchema, PlanAddItemPriceInterval, PlanAddItemPriceInterval$inboundSchema, PlanAddItemResetInterval, PlanAddItemResetInterval$inboundSchema, PlanAutoTopup$inboundSchema, PlanBillingControls$inboundSchema, PlanConfig$inboundSchema, PlanCreditSchema$inboundSchema, PlanDurationType, PlanDurationType$inboundSchema, PlanEnv, PlanEnv$inboundSchema, PlanFeature$inboundSchema, PlanFeatureDisplay$inboundSchema, PlanFilter$inboundSchema, PlanIntervalRemoveItemEnum1, PlanIntervalRemoveItemEnum1$inboundSchema, PlanIntervalRemoveItemEnum2, PlanIntervalRemoveItemEnum2$inboundSchema, PlanIntervalUnion$inboundSchema, PlanItem$inboundSchema, PlanItemBillingMethod, PlanItemBillingMethod$inboundSchema, PlanItemDisplay$inboundSchema, PlanItemFilter$inboundSchema, PlanItemPrice$inboundSchema, PlanItemReset$inboundSchema, PlanItemRollover$inboundSchema, PlanItemTier$inboundSchema, PlanItemTierBehavior, PlanItemTierBehavior$inboundSchema, PlanItemTo$inboundSchema, PlanLimitType, PlanLimitType$inboundSchema, PlanOverageAllowed$inboundSchema, PlanPrice$inboundSchema, PlanPriceDisplay$inboundSchema, PlanPriceInterval, PlanPriceInterval$inboundSchema, PlanPriceItemInterval, PlanPriceItemInterval$inboundSchema, PlanPriceVariantDetailsInterval, PlanPriceVariantDetailsInterval$inboundSchema, PlanPurchaseLimit$inboundSchema, PlanPurchaseLimitInterval, PlanPurchaseLimitInterval$inboundSchema, PlanRemoveItemBillingMethod, PlanRemoveItemBillingMethod$inboundSchema, PlanResetItemInterval, PlanResetItemInterval$inboundSchema, PlanSpendLimit$inboundSchema, PlanStatus, PlanStatus$inboundSchema, PlanThresholdType, PlanThresholdType$inboundSchema, PlanType, PlanType$inboundSchema, PlanUsageAlert$inboundSchema, PlanUsageLimit$inboundSchema, PlanUsageLimitInterval, PlanUsageLimitInterval$inboundSchema, PlanVariantDetailsAutoTopup$inboundSchema, PlanVariantDetailsBillingControls$inboundSchema, PlanVariantDetailsDurationType, PlanVariantDetailsDurationType$inboundSchema, PlanVariantDetailsFilter$inboundSchema, PlanVariantDetailsLimitType, PlanVariantDetailsLimitType$inboundSchema, PlanVariantDetailsOverageAllowed$inboundSchema, PlanVariantDetailsPrice$inboundSchema, PlanVariantDetailsPurchaseLimit$inboundSchema, PlanVariantDetailsPurchaseLimitInterval, PlanVariantDetailsPurchaseLimitInterval$inboundSchema, PlanVariantDetailsReset$inboundSchema, PlanVariantDetailsRollover$inboundSchema, PlanVariantDetailsSpendLimit$inboundSchema, PlanVariantDetailsThresholdType, PlanVariantDetailsThresholdType$inboundSchema, PlanVariantDetailsTier$inboundSchema, PlanVariantDetailsTierBehavior, PlanVariantDetailsTierBehavior$inboundSchema, PlanVariantDetailsTo$inboundSchema, PlanVariantDetailsUsageAlert$inboundSchema, PlanVariantDetailsUsageLimit$inboundSchema, PlanVariantDetailsUsageLimitInterval, PlanVariantDetailsUsageLimitInterval$inboundSchema, Preview1$inboundSchema, Preview2$inboundSchema, PreviewAttachAddItemAdditionalCurrency$outboundSchema, 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, PreviewAttachAddItemTierAdditionalCurrency$outboundSchema, PreviewAttachAddItemTierBehavior, PreviewAttachAddItemTierBehavior$outboundSchema, PreviewAttachAddItemTo$outboundSchema, PreviewAttachAdditionalCurrency$outboundSchema, PreviewAttachAttachDiscount$outboundSchema, PreviewAttachAutoTopup$outboundSchema, PreviewAttachBasePrice$outboundSchema, PreviewAttachBillingControls$outboundSchema, PreviewAttachCarryOverBalances$outboundSchema, PreviewAttachCarryOverUsages$outboundSchema, PreviewAttachCheckoutType, PreviewAttachCheckoutType$inboundSchema, PreviewAttachCustomLineItem$outboundSchema, PreviewAttachCustomize$outboundSchema, PreviewAttachDiscount$inboundSchema, PreviewAttachDurationType, PreviewAttachDurationType$outboundSchema, PreviewAttachFeatureQuantityRequest$outboundSchema, PreviewAttachFilter$outboundSchema, PreviewAttachFreeTrialParams$outboundSchema, PreviewAttachIncoming$inboundSchema, PreviewAttachIncomingFeatureQuantity$inboundSchema, PreviewAttachIntervalRemoveItemEnum1, PreviewAttachIntervalRemoveItemEnum1$outboundSchema, PreviewAttachIntervalRemoveItemEnum2, PreviewAttachIntervalRemoveItemEnum2$outboundSchema, PreviewAttachIntervalUnion$outboundSchema, PreviewAttachIntervalUpsertLicenseRemoveItemEnum1, PreviewAttachIntervalUpsertLicenseRemoveItemEnum1$outboundSchema, PreviewAttachIntervalUpsertLicenseRemoveItemEnum2, PreviewAttachIntervalUpsertLicenseRemoveItemEnum2$outboundSchema, PreviewAttachInvoiceCredits$inboundSchema, PreviewAttachInvoiceMode$outboundSchema, PreviewAttachItemAdditionalCurrency$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, PreviewAttachItemTierAdditionalCurrency$outboundSchema, PreviewAttachItemTierBehavior, PreviewAttachItemTierBehavior$outboundSchema, PreviewAttachItemTo$outboundSchema, PreviewAttachLicenseQuantity$outboundSchema, PreviewAttachLimitType, PreviewAttachLimitType$outboundSchema, PreviewAttachLineItem$inboundSchema, PreviewAttachLineItemPeriod$inboundSchema, PreviewAttachNextCycle$inboundSchema, PreviewAttachNextCycleDiscount$inboundSchema, PreviewAttachNextCycleLineItem$inboundSchema, PreviewAttachNextCycleLineItemPeriod$inboundSchema, PreviewAttachOnEnd, PreviewAttachOnEnd$outboundSchema, PreviewAttachOutgoing$inboundSchema, PreviewAttachOutgoingFeatureQuantity$inboundSchema, PreviewAttachOverageAllowed$outboundSchema, PreviewAttachParams$outboundSchema, PreviewAttachPlanItemFilter$outboundSchema, PreviewAttachPlanSchedule, PreviewAttachPlanSchedule$outboundSchema, PreviewAttachPriceInterval, PreviewAttachPriceInterval$outboundSchema, PreviewAttachPriceUpsertLicenseInterval, PreviewAttachPriceUpsertLicenseInterval$outboundSchema, PreviewAttachProperties$outboundSchema, PreviewAttachProrationBehavior, PreviewAttachProrationBehavior$outboundSchema, PreviewAttachPurchaseLimit$outboundSchema, PreviewAttachPurchaseLimitInterval, PreviewAttachPurchaseLimitInterval$outboundSchema, PreviewAttachRedirectMode, PreviewAttachRedirectMode$outboundSchema, PreviewAttachRemoveItemBillingMethod, PreviewAttachRemoveItemBillingMethod$outboundSchema, PreviewAttachResponse$inboundSchema, PreviewAttachSpendLimit$outboundSchema, PreviewAttachStatus, PreviewAttachStatus$inboundSchema, PreviewAttachTax$inboundSchema, PreviewAttachThresholdType, PreviewAttachThresholdType$outboundSchema, PreviewAttachUpsertLicense$outboundSchema, PreviewAttachUpsertLicenseAddItemAdditionalCurrency$outboundSchema, PreviewAttachUpsertLicenseAddItemBillingMethod, PreviewAttachUpsertLicenseAddItemBillingMethod$outboundSchema, PreviewAttachUpsertLicenseAddItemPriceInterval, PreviewAttachUpsertLicenseAddItemPriceInterval$outboundSchema, PreviewAttachUpsertLicenseAdditionalCurrency$outboundSchema, PreviewAttachUpsertLicenseBasePrice$outboundSchema, PreviewAttachUpsertLicenseCustomize$outboundSchema, PreviewAttachUpsertLicenseExpiryDurationType, PreviewAttachUpsertLicenseExpiryDurationType$outboundSchema, PreviewAttachUpsertLicenseIntervalUnion$outboundSchema, PreviewAttachUpsertLicenseOnDecrease, PreviewAttachUpsertLicenseOnDecrease$outboundSchema, PreviewAttachUpsertLicenseOnIncrease, PreviewAttachUpsertLicenseOnIncrease$outboundSchema, PreviewAttachUpsertLicensePlanItem$outboundSchema, PreviewAttachUpsertLicensePlanItemFilter$outboundSchema, PreviewAttachUpsertLicensePrice$outboundSchema, PreviewAttachUpsertLicenseProration$outboundSchema, PreviewAttachUpsertLicenseRemoveItemBillingMethod, PreviewAttachUpsertLicenseRemoveItemBillingMethod$outboundSchema, PreviewAttachUpsertLicenseReset$outboundSchema, PreviewAttachUpsertLicenseResetInterval, PreviewAttachUpsertLicenseResetInterval$outboundSchema, PreviewAttachUpsertLicenseRollover$outboundSchema, PreviewAttachUpsertLicenseTier$outboundSchema, PreviewAttachUpsertLicenseTierBehavior, PreviewAttachUpsertLicenseTierBehavior$outboundSchema, PreviewAttachUsageAlert$outboundSchema, PreviewAttachUsageLimit$outboundSchema, PreviewAttachUsageLimitInterval, PreviewAttachUsageLimitInterval$outboundSchema, PreviewAttachUsageLineItem$inboundSchema, PreviewAttachUsageLineItemPeriod$inboundSchema, PreviewMultiAttachAdditionalCurrency$outboundSchema, PreviewMultiAttachAttachDiscount$outboundSchema, PreviewMultiAttachBasePrice$outboundSchema, PreviewMultiAttachBillingControls$outboundSchema, PreviewMultiAttachBillingMethod, PreviewMultiAttachBillingMethod$outboundSchema, PreviewMultiAttachCheckoutType, PreviewMultiAttachCheckoutType$inboundSchema, PreviewMultiAttachCustomize$outboundSchema, PreviewMultiAttachDiscount$inboundSchema, PreviewMultiAttachDurationType, PreviewMultiAttachDurationType$outboundSchema, PreviewMultiAttachEntityData$outboundSchema, PreviewMultiAttachEntityDataInterval, PreviewMultiAttachEntityDataInterval$outboundSchema, PreviewMultiAttachExpiryDurationType, PreviewMultiAttachExpiryDurationType$outboundSchema, PreviewMultiAttachFilter$outboundSchema, PreviewMultiAttachFreeTrialParams$outboundSchema, PreviewMultiAttachIncoming$inboundSchema, PreviewMultiAttachIncomingFeatureQuantity$inboundSchema, PreviewMultiAttachInvoiceCredits$inboundSchema, PreviewMultiAttachInvoiceMode$outboundSchema, PreviewMultiAttachItemAdditionalCurrency$outboundSchema, PreviewMultiAttachItemPriceInterval, PreviewMultiAttachItemPriceInterval$outboundSchema, PreviewMultiAttachLimitType, PreviewMultiAttachLimitType$outboundSchema, PreviewMultiAttachLineItem$inboundSchema, PreviewMultiAttachLineItemPeriod$inboundSchema, PreviewMultiAttachNextCycle$inboundSchema, PreviewMultiAttachNextCycleDiscount$inboundSchema, PreviewMultiAttachNextCycleLineItem$inboundSchema, PreviewMultiAttachNextCycleLineItemPeriod$inboundSchema, PreviewMultiAttachOnDecrease, PreviewMultiAttachOnDecrease$outboundSchema, PreviewMultiAttachOnEnd, PreviewMultiAttachOnEnd$outboundSchema, PreviewMultiAttachOnIncrease, PreviewMultiAttachOnIncrease$outboundSchema, PreviewMultiAttachOutgoing$inboundSchema, PreviewMultiAttachOutgoingFeatureQuantity$inboundSchema, PreviewMultiAttachOverageAllowed$outboundSchema, PreviewMultiAttachParams$outboundSchema, PreviewMultiAttachPlan$outboundSchema, PreviewMultiAttachPlanFeatureQuantity$outboundSchema, PreviewMultiAttachPlanItem$outboundSchema, PreviewMultiAttachPrice$outboundSchema, PreviewMultiAttachPriceInterval, PreviewMultiAttachPriceInterval$outboundSchema, PreviewMultiAttachProperties$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, PreviewMultiAttachTierAdditionalCurrency$outboundSchema, PreviewMultiAttachTierBehavior, PreviewMultiAttachTierBehavior$outboundSchema, PreviewMultiAttachTo$outboundSchema, PreviewMultiAttachUsageAlert$outboundSchema, PreviewMultiAttachUsageLimit$outboundSchema, PreviewMultiAttachUsageLineItem$inboundSchema, PreviewMultiAttachUsageLineItemPeriod$inboundSchema, PreviewMultiUpdateCancelAction, PreviewMultiUpdateCancelAction$outboundSchema, PreviewMultiUpdateDiscount$inboundSchema, PreviewMultiUpdateIncoming$inboundSchema, PreviewMultiUpdateIncomingFeatureQuantity$inboundSchema, PreviewMultiUpdateLineItem$inboundSchema, PreviewMultiUpdateLineItemPeriod$inboundSchema, PreviewMultiUpdateNextCycle$inboundSchema, PreviewMultiUpdateNextCycleDiscount$inboundSchema, PreviewMultiUpdateNextCycleLineItem$inboundSchema, PreviewMultiUpdateNextCycleLineItemPeriod$inboundSchema, PreviewMultiUpdateOutgoing$inboundSchema, PreviewMultiUpdateOutgoingFeatureQuantity$inboundSchema, PreviewMultiUpdateParams$outboundSchema, PreviewMultiUpdateProrationBehavior, PreviewMultiUpdateProrationBehavior$outboundSchema, PreviewMultiUpdateSubscription$inboundSchema, PreviewMultiUpdateUpdate$outboundSchema, PreviewMultiUpdateUsageLineItem$inboundSchema, PreviewMultiUpdateUsageLineItemPeriod$inboundSchema, PreviewUpdateAddItemAdditionalCurrency$outboundSchema, 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, PreviewUpdateAddItemTierAdditionalCurrency$outboundSchema, PreviewUpdateAddItemTierBehavior, PreviewUpdateAddItemTierBehavior$outboundSchema, PreviewUpdateAddItemTo$outboundSchema, PreviewUpdateAdditionalCurrency$outboundSchema, PreviewUpdateAttachDiscount$outboundSchema, PreviewUpdateAutoTopup$outboundSchema, PreviewUpdateBasePrice$outboundSchema, PreviewUpdateBillingControls$outboundSchema, PreviewUpdateCancelAction, PreviewUpdateCancelAction$outboundSchema, PreviewUpdateCarryOverUsages$outboundSchema, PreviewUpdateCustomize$outboundSchema, PreviewUpdateDiscount$inboundSchema, PreviewUpdateDurationType, PreviewUpdateDurationType$outboundSchema, PreviewUpdateFeatureQuantityRequest$outboundSchema, PreviewUpdateFilter$outboundSchema, PreviewUpdateFreeTrialParams$outboundSchema, PreviewUpdateIncoming$inboundSchema, PreviewUpdateIncomingFeatureQuantity$inboundSchema, PreviewUpdateIntervalRemoveItemEnum1, PreviewUpdateIntervalRemoveItemEnum1$outboundSchema, PreviewUpdateIntervalRemoveItemEnum2, PreviewUpdateIntervalRemoveItemEnum2$outboundSchema, PreviewUpdateIntervalUnion$outboundSchema, PreviewUpdateIntervalUpsertLicenseRemoveItemEnum1, PreviewUpdateIntervalUpsertLicenseRemoveItemEnum1$outboundSchema, PreviewUpdateIntervalUpsertLicenseRemoveItemEnum2, PreviewUpdateIntervalUpsertLicenseRemoveItemEnum2$outboundSchema, PreviewUpdateInvoiceCredits$inboundSchema, PreviewUpdateInvoiceMode$outboundSchema, PreviewUpdateItemAdditionalCurrency$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, PreviewUpdateItemTierAdditionalCurrency$outboundSchema, PreviewUpdateItemTierBehavior, PreviewUpdateItemTierBehavior$outboundSchema, PreviewUpdateItemTo$outboundSchema, PreviewUpdateLicenseQuantity$outboundSchema, PreviewUpdateLimitType, PreviewUpdateLimitType$outboundSchema, PreviewUpdateLineItem$inboundSchema, PreviewUpdateLineItemPeriod$inboundSchema, PreviewUpdateNextCycle$inboundSchema, PreviewUpdateNextCycleDiscount$inboundSchema, PreviewUpdateNextCycleLineItem$inboundSchema, PreviewUpdateNextCycleLineItemPeriod$inboundSchema, PreviewUpdateOnEnd, PreviewUpdateOnEnd$outboundSchema, PreviewUpdateOutgoing$inboundSchema, PreviewUpdateOutgoingFeatureQuantity$inboundSchema, PreviewUpdateOverageAllowed$outboundSchema, PreviewUpdateParams$outboundSchema, PreviewUpdatePlanItemFilter$outboundSchema, PreviewUpdatePriceInterval, PreviewUpdatePriceInterval$outboundSchema, PreviewUpdatePriceUpsertLicenseInterval, PreviewUpdatePriceUpsertLicenseInterval$outboundSchema, PreviewUpdateProperties$outboundSchema, PreviewUpdateProrationBehavior, PreviewUpdateProrationBehavior$outboundSchema, PreviewUpdatePurchaseLimit$outboundSchema, PreviewUpdatePurchaseLimitInterval, PreviewUpdatePurchaseLimitInterval$outboundSchema, PreviewUpdateRecalculateBalances$outboundSchema, PreviewUpdateRedirectMode, PreviewUpdateRedirectMode$outboundSchema, PreviewUpdateRefundLastPayment, PreviewUpdateRefundLastPayment$outboundSchema, PreviewUpdateRemoveItemBillingMethod, PreviewUpdateRemoveItemBillingMethod$outboundSchema, PreviewUpdateResponse$inboundSchema, PreviewUpdateSpendLimit$outboundSchema, PreviewUpdateStatus, PreviewUpdateStatus$inboundSchema, PreviewUpdateTax$inboundSchema, PreviewUpdateThresholdType, PreviewUpdateThresholdType$outboundSchema, PreviewUpdateUpsertLicense$outboundSchema, PreviewUpdateUpsertLicenseAddItemAdditionalCurrency$outboundSchema, PreviewUpdateUpsertLicenseAddItemBillingMethod, PreviewUpdateUpsertLicenseAddItemBillingMethod$outboundSchema, PreviewUpdateUpsertLicenseAddItemPriceInterval, PreviewUpdateUpsertLicenseAddItemPriceInterval$outboundSchema, PreviewUpdateUpsertLicenseAdditionalCurrency$outboundSchema, PreviewUpdateUpsertLicenseBasePrice$outboundSchema, PreviewUpdateUpsertLicenseCustomize$outboundSchema, PreviewUpdateUpsertLicenseExpiryDurationType, PreviewUpdateUpsertLicenseExpiryDurationType$outboundSchema, PreviewUpdateUpsertLicenseIntervalUnion$outboundSchema, PreviewUpdateUpsertLicenseOnDecrease, PreviewUpdateUpsertLicenseOnDecrease$outboundSchema, PreviewUpdateUpsertLicenseOnIncrease, PreviewUpdateUpsertLicenseOnIncrease$outboundSchema, PreviewUpdateUpsertLicensePlanItem$outboundSchema, PreviewUpdateUpsertLicensePlanItemFilter$outboundSchema, PreviewUpdateUpsertLicensePrice$outboundSchema, PreviewUpdateUpsertLicenseProration$outboundSchema, PreviewUpdateUpsertLicenseRemoveItemBillingMethod, PreviewUpdateUpsertLicenseRemoveItemBillingMethod$outboundSchema, PreviewUpdateUpsertLicenseReset$outboundSchema, PreviewUpdateUpsertLicenseResetInterval, PreviewUpdateUpsertLicenseResetInterval$outboundSchema, PreviewUpdateUpsertLicenseRollover$outboundSchema, PreviewUpdateUpsertLicenseTier$outboundSchema, PreviewUpdateUpsertLicenseTierBehavior, PreviewUpdateUpsertLicenseTierBehavior$outboundSchema, PreviewUpdateUsageAlert$outboundSchema, PreviewUpdateUsageLimit$outboundSchema, PreviewUpdateUsageLimitInterval, PreviewUpdateUsageLimitInterval$outboundSchema, PreviewUpdateUsageLineItem$inboundSchema, PreviewUpdateUsageLineItemPeriod$inboundSchema, PriceVariantInterval, PriceVariantInterval$outboundSchema, ProcessorType, ProcessorType$inboundSchema, ProcessorTypeRequest, ProcessorTypeRequest$outboundSchema, Processors$inboundSchema, ProductDisplay1$inboundSchema, ProductDisplay2$inboundSchema, ProductScenario1, ProductScenario1$inboundSchema, ProductScenario2, ProductScenario2$inboundSchema, ProductType1, ProductType1$inboundSchema, ProductType2, ProductType2$inboundSchema, Properties$outboundSchema, Proration$inboundSchema, Purchase$inboundSchema, PurchaseScope, PurchaseScope$inboundSchema, Range, Range$outboundSchema, RedeemReferralCodeParams$outboundSchema, RedeemReferralCodeResponse$inboundSchema, RedeemRewardCodeParams$outboundSchema, RedeemRewardCodeResponse$inboundSchema, Referral$inboundSchema, ReferralCustomer$inboundSchema, RefreshKeyParams$outboundSchema, RefreshKeyResponse$inboundSchema, ReleaseLicenseParams$outboundSchema, ReleaseLicenseResponse$inboundSchema, RequestAbortedError, RequestBody$outboundSchema, RequestTimeoutError, ResponseValidationError, Result$inboundSchema, Revenuecat$inboundSchema, RevokeKeyParams$outboundSchema, RevokeKeyResponse$inboundSchema, Rewards$inboundSchema, RewardsListParams$outboundSchema, SDKValidationError, SDK_METADATA, Scenario1, Scenario1$inboundSchema, Scenario2, Scenario2$inboundSchema, Security$outboundSchema, ServerList, SetupPaymentAddItemAdditionalCurrency$outboundSchema, 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, SetupPaymentAddItemTierAdditionalCurrency$outboundSchema, SetupPaymentAddItemTierBehavior, SetupPaymentAddItemTierBehavior$outboundSchema, SetupPaymentAddItemTo$outboundSchema, SetupPaymentAdditionalCurrency$outboundSchema, SetupPaymentAttachDiscount$outboundSchema, SetupPaymentAutoTopup$outboundSchema, SetupPaymentBasePrice$outboundSchema, SetupPaymentBillingControls$outboundSchema, SetupPaymentCarryOverBalances$outboundSchema, SetupPaymentCarryOverUsages$outboundSchema, SetupPaymentCustomLineItem$outboundSchema, SetupPaymentCustomize$outboundSchema, SetupPaymentDurationType, SetupPaymentDurationType$outboundSchema, SetupPaymentFeatureQuantity$outboundSchema, SetupPaymentFilter$outboundSchema, SetupPaymentFreeTrialParams$outboundSchema, SetupPaymentIntervalRemoveItemEnum1, SetupPaymentIntervalRemoveItemEnum1$outboundSchema, SetupPaymentIntervalRemoveItemEnum2, SetupPaymentIntervalRemoveItemEnum2$outboundSchema, SetupPaymentIntervalUnion$outboundSchema, SetupPaymentIntervalUpsertLicenseRemoveItemEnum1, SetupPaymentIntervalUpsertLicenseRemoveItemEnum1$outboundSchema, SetupPaymentIntervalUpsertLicenseRemoveItemEnum2, SetupPaymentIntervalUpsertLicenseRemoveItemEnum2$outboundSchema, SetupPaymentItemAdditionalCurrency$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, SetupPaymentItemTierAdditionalCurrency$outboundSchema, SetupPaymentItemTierBehavior, SetupPaymentItemTierBehavior$outboundSchema, SetupPaymentItemTo$outboundSchema, SetupPaymentLicenseQuantity$outboundSchema, SetupPaymentLimitType, SetupPaymentLimitType$outboundSchema, SetupPaymentOnEnd, SetupPaymentOnEnd$outboundSchema, SetupPaymentOverageAllowed$outboundSchema, SetupPaymentParams$outboundSchema, SetupPaymentPlanItemFilter$outboundSchema, SetupPaymentPriceInterval, SetupPaymentPriceInterval$outboundSchema, SetupPaymentPriceUpsertLicenseInterval, SetupPaymentPriceUpsertLicenseInterval$outboundSchema, SetupPaymentProperties$outboundSchema, SetupPaymentProrationBehavior, SetupPaymentProrationBehavior$outboundSchema, SetupPaymentPurchaseLimit$outboundSchema, SetupPaymentPurchaseLimitInterval, SetupPaymentPurchaseLimitInterval$outboundSchema, SetupPaymentRemoveItemBillingMethod, SetupPaymentRemoveItemBillingMethod$outboundSchema, SetupPaymentResponse$inboundSchema, SetupPaymentSpendLimit$outboundSchema, SetupPaymentThresholdType, SetupPaymentThresholdType$outboundSchema, SetupPaymentUpsertLicense$outboundSchema, SetupPaymentUpsertLicenseAddItemAdditionalCurrency$outboundSchema, SetupPaymentUpsertLicenseAddItemBillingMethod, SetupPaymentUpsertLicenseAddItemBillingMethod$outboundSchema, SetupPaymentUpsertLicenseAddItemPriceInterval, SetupPaymentUpsertLicenseAddItemPriceInterval$outboundSchema, SetupPaymentUpsertLicenseAdditionalCurrency$outboundSchema, SetupPaymentUpsertLicenseBasePrice$outboundSchema, SetupPaymentUpsertLicenseCustomize$outboundSchema, SetupPaymentUpsertLicenseExpiryDurationType, SetupPaymentUpsertLicenseExpiryDurationType$outboundSchema, SetupPaymentUpsertLicenseIntervalUnion$outboundSchema, SetupPaymentUpsertLicenseOnDecrease, SetupPaymentUpsertLicenseOnDecrease$outboundSchema, SetupPaymentUpsertLicenseOnIncrease, SetupPaymentUpsertLicenseOnIncrease$outboundSchema, SetupPaymentUpsertLicensePlanItem$outboundSchema, SetupPaymentUpsertLicensePlanItemFilter$outboundSchema, SetupPaymentUpsertLicensePrice$outboundSchema, SetupPaymentUpsertLicenseProration$outboundSchema, SetupPaymentUpsertLicenseRemoveItemBillingMethod, SetupPaymentUpsertLicenseRemoveItemBillingMethod$outboundSchema, SetupPaymentUpsertLicenseReset$outboundSchema, SetupPaymentUpsertLicenseResetInterval, SetupPaymentUpsertLicenseResetInterval$outboundSchema, SetupPaymentUpsertLicenseRollover$outboundSchema, SetupPaymentUpsertLicenseTier$outboundSchema, SetupPaymentUpsertLicenseTierBehavior, SetupPaymentUpsertLicenseTierBehavior$outboundSchema, SetupPaymentUsageAlert$outboundSchema, SetupPaymentUsageLimit$outboundSchema, SetupPaymentUsageLimitInterval, SetupPaymentUsageLimitInterval$outboundSchema, SpendLimitSource, SpendLimitSource$inboundSchema, StartingAfter2$outboundSchema, StartsAt2$outboundSchema, StorePush, StorePush$inboundSchema, Stripe$inboundSchema, Subscription$inboundSchema, SubscriptionScope, SubscriptionScope$inboundSchema, SyncRevenueCatApp$inboundSchema, SyncRevenueCatEnv, SyncRevenueCatEnv$outboundSchema, SyncRevenueCatParams$outboundSchema, SyncRevenueCatPrice, SyncRevenueCatPrice$inboundSchema, SyncRevenueCatProduct, SyncRevenueCatProduct$inboundSchema, SyncRevenueCatResponse$inboundSchema, SyncRevenueCatStatus, SyncRevenueCatStatus$inboundSchema, Total$inboundSchema, TrackDeduction1$inboundSchema, TrackDeduction2$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, TrackTokensDeduction1$inboundSchema, TrackTokensDeduction2$inboundSchema, TrackTokensIntervalEnum1, TrackTokensIntervalEnum1$inboundSchema, TrackTokensIntervalEnum2, TrackTokensIntervalEnum2$inboundSchema, TrackTokensIntervalUnion1$inboundSchema, TrackTokensIntervalUnion2$inboundSchema, TrackTokensParams$outboundSchema, TrackTokensReset1$inboundSchema, TrackTokensReset2$inboundSchema, TrackTokensResponse$inboundSchema, TrackTokensResponseBody1$inboundSchema, TrackTokensResponseBody2$inboundSchema, TrialsUsed$inboundSchema, UnexpectedClientError, UpdateBalanceInterval, UpdateBalanceInterval$outboundSchema, UpdateBalanceParams$outboundSchema, UpdateBalanceResponse$inboundSchema, UpdateCustomerAutoTopupRequest$outboundSchema, UpdateCustomerAutoTopupResponse$inboundSchema, UpdateCustomerAutoTopupSource, UpdateCustomerAutoTopupSource$inboundSchema, UpdateCustomerBillingControlsRequest$outboundSchema, UpdateCustomerBillingControlsResponse$inboundSchema, UpdateCustomerConfigRequest$outboundSchema, UpdateCustomerConfigResponse$inboundSchema, UpdateCustomerCreditSchema$inboundSchema, UpdateCustomerDisplay$inboundSchema, UpdateCustomerEnv, UpdateCustomerEnv$inboundSchema, UpdateCustomerFeature$inboundSchema, UpdateCustomerFilterRequest$outboundSchema, UpdateCustomerFilterResponse$inboundSchema, UpdateCustomerFlags$inboundSchema, UpdateCustomerLicense$inboundSchema, UpdateCustomerLimitTypeRequestBody, UpdateCustomerLimitTypeRequestBody$outboundSchema, UpdateCustomerLimitTypeResponse, UpdateCustomerLimitTypeResponse$inboundSchema, UpdateCustomerModelMarkups$inboundSchema, UpdateCustomerOverageAllowedRequest$outboundSchema, UpdateCustomerOverageAllowedResponse$inboundSchema, UpdateCustomerOverageAllowedSource, UpdateCustomerOverageAllowedSource$inboundSchema, UpdateCustomerParams$outboundSchema, UpdateCustomerProcessors$inboundSchema, UpdateCustomerProperties$outboundSchema, UpdateCustomerProviderMarkups$inboundSchema, UpdateCustomerPurchase$inboundSchema, UpdateCustomerPurchaseLimitIntervalRequestBody, UpdateCustomerPurchaseLimitIntervalRequestBody$outboundSchema, UpdateCustomerPurchaseLimitIntervalResponse1, UpdateCustomerPurchaseLimitIntervalResponse1$inboundSchema, UpdateCustomerPurchaseLimitIntervalResponse2, UpdateCustomerPurchaseLimitIntervalResponse2$inboundSchema, UpdateCustomerPurchaseLimitRequest$outboundSchema, UpdateCustomerPurchaseLimitResponse1$inboundSchema, UpdateCustomerPurchaseLimitResponse2$inboundSchema, UpdateCustomerPurchaseLimitUnion$inboundSchema, UpdateCustomerPurchaseScope, UpdateCustomerPurchaseScope$inboundSchema, UpdateCustomerResponse$inboundSchema, UpdateCustomerRevenuecat$inboundSchema, UpdateCustomerSpendLimitRequest$outboundSchema, UpdateCustomerSpendLimitResponse$inboundSchema, UpdateCustomerSpendLimitSource, UpdateCustomerSpendLimitSource$inboundSchema, UpdateCustomerStatus, UpdateCustomerStatus$inboundSchema, UpdateCustomerStripe$inboundSchema, UpdateCustomerSubscription$inboundSchema, UpdateCustomerSubscriptionScope, UpdateCustomerSubscriptionScope$inboundSchema, UpdateCustomerThresholdTypeRequestBody, UpdateCustomerThresholdTypeRequestBody$outboundSchema, UpdateCustomerThresholdTypeResponse, UpdateCustomerThresholdTypeResponse$inboundSchema, UpdateCustomerType, UpdateCustomerType$inboundSchema, UpdateCustomerUsageAlertRequestBody$outboundSchema, UpdateCustomerUsageAlertResponse$inboundSchema, UpdateCustomerUsageAlertSource, UpdateCustomerUsageAlertSource$inboundSchema, UpdateCustomerUsageLimitIntervalRequestBody, UpdateCustomerUsageLimitIntervalRequestBody$outboundSchema, UpdateCustomerUsageLimitIntervalResponse, UpdateCustomerUsageLimitIntervalResponse$inboundSchema, UpdateCustomerUsageLimitRequest$outboundSchema, UpdateCustomerUsageLimitResponse$inboundSchema, UpdateCustomerUsageLimitSource, UpdateCustomerUsageLimitSource$inboundSchema, UpdateCustomerVercel$inboundSchema, UpdateEntityBillingControlsRequest$outboundSchema, UpdateEntityBillingControlsResponse$inboundSchema, UpdateEntityCreditSchema$inboundSchema, UpdateEntityDisplay$inboundSchema, UpdateEntityEnv, UpdateEntityEnv$inboundSchema, UpdateEntityFeature$inboundSchema, UpdateEntityFilterRequest$outboundSchema, UpdateEntityFilterResponse$inboundSchema, UpdateEntityFlags$inboundSchema, UpdateEntityIntervalRequestBody, UpdateEntityIntervalRequestBody$outboundSchema, UpdateEntityIntervalResponse, UpdateEntityIntervalResponse$inboundSchema, UpdateEntityInvoice$inboundSchema, UpdateEntityLimitTypeRequestBody, UpdateEntityLimitTypeRequestBody$outboundSchema, UpdateEntityLimitTypeResponse, UpdateEntityLimitTypeResponse$inboundSchema, UpdateEntityModelMarkups$inboundSchema, UpdateEntityOverageAllowedRequest$outboundSchema, UpdateEntityOverageAllowedResponse$inboundSchema, UpdateEntityOverageAllowedSource, UpdateEntityOverageAllowedSource$inboundSchema, UpdateEntityParams$outboundSchema, UpdateEntityProcessorType, UpdateEntityProcessorType$inboundSchema, UpdateEntityProperties$outboundSchema, UpdateEntityProviderMarkups$inboundSchema, UpdateEntityPurchase$inboundSchema, UpdateEntityPurchaseScope, UpdateEntityPurchaseScope$inboundSchema, UpdateEntityResponse$inboundSchema, UpdateEntitySpendLimitRequest$outboundSchema, UpdateEntitySpendLimitResponse$inboundSchema, UpdateEntitySpendLimitSource, UpdateEntitySpendLimitSource$inboundSchema, UpdateEntityStatus, UpdateEntityStatus$inboundSchema, UpdateEntitySubscription$inboundSchema, UpdateEntitySubscriptionScope, UpdateEntitySubscriptionScope$inboundSchema, UpdateEntityThresholdTypeRequestBody, UpdateEntityThresholdTypeRequestBody$outboundSchema, UpdateEntityThresholdTypeResponse, UpdateEntityThresholdTypeResponse$inboundSchema, UpdateEntityType, UpdateEntityType$inboundSchema, UpdateEntityUsageAlertRequestBody$outboundSchema, UpdateEntityUsageAlertResponse$inboundSchema, UpdateEntityUsageAlertSource, UpdateEntityUsageAlertSource$inboundSchema, UpdateEntityUsageLimitRequest$outboundSchema, UpdateEntityUsageLimitResponse$inboundSchema, UpdateEntityUsageLimitSource, UpdateEntityUsageLimitSource$inboundSchema, UpdateFeatureCreditSchemaRequestBody$outboundSchema, UpdateFeatureCreditSchemaResponse$inboundSchema, UpdateFeatureDisplayRequestBody$outboundSchema, UpdateFeatureDisplayResponse$inboundSchema, UpdateFeatureModelMarkupsRequest$outboundSchema, UpdateFeatureModelMarkupsResponse$inboundSchema, UpdateFeatureParams$outboundSchema, UpdateFeatureProviderMarkupsRequest$outboundSchema, UpdateFeatureProviderMarkupsResponse$inboundSchema, UpdateFeatureResponse$inboundSchema, UpdateFeatureTypeRequestBody, UpdateFeatureTypeRequestBody$outboundSchema, UpdateFeatureTypeResponse, UpdateFeatureTypeResponse$inboundSchema, UpdatePlanAdditionalCurrencyRequestBody$outboundSchema, UpdatePlanAdditionalCurrencyResponse$inboundSchema, UpdatePlanAttachAction, UpdatePlanAttachAction$inboundSchema, UpdatePlanAutoTopupRequest$outboundSchema, UpdatePlanAutoTopupResponse$inboundSchema, UpdatePlanBasePriceRequest$outboundSchema, UpdatePlanBasePriceResponse$inboundSchema, UpdatePlanBillingControlsRequest$outboundSchema, UpdatePlanBillingControlsResponse$inboundSchema, UpdatePlanConfigRequest$outboundSchema, UpdatePlanConfigResponse$inboundSchema, UpdatePlanCreditSchema$inboundSchema, UpdatePlanCustomerEligibility$inboundSchema, UpdatePlanCustomizeResponse$inboundSchema, UpdatePlanDurationTypeRequest, UpdatePlanDurationTypeRequest$outboundSchema, UpdatePlanDurationTypeResponse, UpdatePlanDurationTypeResponse$inboundSchema, UpdatePlanEnv, UpdatePlanEnv$inboundSchema, UpdatePlanFeature$inboundSchema, UpdatePlanFeatureDisplay$inboundSchema, UpdatePlanFilterRequest$outboundSchema, UpdatePlanFilterResponse$inboundSchema, UpdatePlanFreeTrial$inboundSchema, UpdatePlanFreeTrialParamsRequest$outboundSchema, UpdatePlanFreeTrialParamsResponse$inboundSchema, UpdatePlanIntervalVariantDetailsRemoveItemEnum1, UpdatePlanIntervalVariantDetailsRemoveItemEnum1$inboundSchema, UpdatePlanIntervalVariantDetailsRemoveItemEnum2, UpdatePlanIntervalVariantDetailsRemoveItemEnum2$inboundSchema, UpdatePlanItem$inboundSchema, UpdatePlanItemAdditionalCurrencyRequestBody$outboundSchema, UpdatePlanItemAdditionalCurrencyResponse$inboundSchema, UpdatePlanItemBillingMethodRequestBody, UpdatePlanItemBillingMethodRequestBody$outboundSchema, UpdatePlanItemBillingMethodResponse, UpdatePlanItemBillingMethodResponse$inboundSchema, UpdatePlanItemDisplay$inboundSchema, UpdatePlanItemExpiryDurationTypeRequestBody, UpdatePlanItemExpiryDurationTypeRequestBody$outboundSchema, UpdatePlanItemExpiryDurationTypeResponse, UpdatePlanItemExpiryDurationTypeResponse$inboundSchema, UpdatePlanItemOnDecrease, UpdatePlanItemOnDecrease$outboundSchema, UpdatePlanItemOnIncrease, UpdatePlanItemOnIncrease$outboundSchema, UpdatePlanItemPlanItem$outboundSchema, UpdatePlanItemPriceIntervalRequestBody, UpdatePlanItemPriceIntervalRequestBody$outboundSchema, UpdatePlanItemPriceRequestBody$outboundSchema, UpdatePlanItemPriceResponse$inboundSchema, UpdatePlanItemProration$outboundSchema, UpdatePlanItemResetIntervalRequestBody, UpdatePlanItemResetIntervalRequestBody$outboundSchema, UpdatePlanItemResetRequestBody$outboundSchema, UpdatePlanItemResetResponse$inboundSchema, UpdatePlanItemRolloverRequestBody$outboundSchema, UpdatePlanItemRolloverResponse$inboundSchema, UpdatePlanItemTierAdditionalCurrencyRequestBody$outboundSchema, UpdatePlanItemTierAdditionalCurrencyResponse$inboundSchema, UpdatePlanItemTierBehaviorRequestBody, UpdatePlanItemTierBehaviorRequestBody$outboundSchema, UpdatePlanItemTierBehaviorResponse, UpdatePlanItemTierBehaviorResponse$inboundSchema, UpdatePlanItemTierRequestBody$outboundSchema, UpdatePlanItemTierResponse$inboundSchema, UpdatePlanItemToRequestBody$outboundSchema, UpdatePlanItemToResponse$inboundSchema, UpdatePlanLicense$outboundSchema, UpdatePlanLimitTypeRequestBody, UpdatePlanLimitTypeRequestBody$outboundSchema, UpdatePlanLimitTypeResponse, UpdatePlanLimitTypeResponse$inboundSchema, UpdatePlanOnEndRequest, UpdatePlanOnEndRequest$outboundSchema, UpdatePlanOnEndResponse, UpdatePlanOnEndResponse$inboundSchema, UpdatePlanOverageAllowedRequest$outboundSchema, UpdatePlanOverageAllowedResponse$inboundSchema, UpdatePlanParams$outboundSchema, UpdatePlanPlanItemFilterResponse$inboundSchema, UpdatePlanPlanItemResponse$inboundSchema, UpdatePlanPriceDisplay$inboundSchema, UpdatePlanPriceIntervalRequestBody, UpdatePlanPriceIntervalRequestBody$outboundSchema, UpdatePlanPriceIntervalResponse, UpdatePlanPriceIntervalResponse$inboundSchema, UpdatePlanPriceItemIntervalResponse, UpdatePlanPriceItemIntervalResponse$inboundSchema, UpdatePlanPriceResponse$inboundSchema, UpdatePlanPriceVariantDetailsInterval, UpdatePlanPriceVariantDetailsInterval$inboundSchema, UpdatePlanProperties$outboundSchema, UpdatePlanProrationResponse$inboundSchema, UpdatePlanPurchaseLimitIntervalRequestBody, UpdatePlanPurchaseLimitIntervalRequestBody$outboundSchema, UpdatePlanPurchaseLimitIntervalResponse, UpdatePlanPurchaseLimitIntervalResponse$inboundSchema, UpdatePlanPurchaseLimitRequest$outboundSchema, UpdatePlanPurchaseLimitResponse$inboundSchema, UpdatePlanResetItemIntervalResponse, UpdatePlanResetItemIntervalResponse$inboundSchema, UpdatePlanResponse$inboundSchema, UpdatePlanSpendLimitRequest$outboundSchema, UpdatePlanSpendLimitResponse$inboundSchema, UpdatePlanStatus, UpdatePlanStatus$inboundSchema, UpdatePlanThresholdTypeRequestBody, UpdatePlanThresholdTypeRequestBody$outboundSchema, UpdatePlanThresholdTypeResponse, UpdatePlanThresholdTypeResponse$inboundSchema, UpdatePlanType, UpdatePlanType$inboundSchema, UpdatePlanUsageAlertRequestBody$outboundSchema, UpdatePlanUsageAlertResponse$inboundSchema, UpdatePlanUsageLimitIntervalRequestBody, UpdatePlanUsageLimitIntervalRequestBody$outboundSchema, UpdatePlanUsageLimitIntervalResponse, UpdatePlanUsageLimitIntervalResponse$inboundSchema, UpdatePlanUsageLimitRequest$outboundSchema, UpdatePlanUsageLimitResponse$inboundSchema, UpdatePlanVariantDetails$inboundSchema, UpdatePlanVariantDetailsAddItemAdditionalCurrency$inboundSchema, UpdatePlanVariantDetailsAddItemBillingMethod, UpdatePlanVariantDetailsAddItemBillingMethod$inboundSchema, UpdatePlanVariantDetailsAddItemPriceInterval, UpdatePlanVariantDetailsAddItemPriceInterval$inboundSchema, UpdatePlanVariantDetailsAdditionalCurrency$inboundSchema, UpdatePlanVariantDetailsAutoTopup$inboundSchema, UpdatePlanVariantDetailsBillingControls$inboundSchema, UpdatePlanVariantDetailsDurationType, UpdatePlanVariantDetailsDurationType$inboundSchema, UpdatePlanVariantDetailsExpiryDurationType, UpdatePlanVariantDetailsExpiryDurationType$inboundSchema, UpdatePlanVariantDetailsFilter$inboundSchema, UpdatePlanVariantDetailsIntervalUnion$inboundSchema, UpdatePlanVariantDetailsLimitType, UpdatePlanVariantDetailsLimitType$inboundSchema, UpdatePlanVariantDetailsOnDecrease, UpdatePlanVariantDetailsOnDecrease$inboundSchema, UpdatePlanVariantDetailsOnEnd, UpdatePlanVariantDetailsOnEnd$inboundSchema, UpdatePlanVariantDetailsOnIncrease, UpdatePlanVariantDetailsOnIncrease$inboundSchema, UpdatePlanVariantDetailsOverageAllowed$inboundSchema, UpdatePlanVariantDetailsPrice$inboundSchema, UpdatePlanVariantDetailsPurchaseLimit$inboundSchema, UpdatePlanVariantDetailsPurchaseLimitInterval, UpdatePlanVariantDetailsPurchaseLimitInterval$inboundSchema, UpdatePlanVariantDetailsRemoveItemBillingMethod, UpdatePlanVariantDetailsRemoveItemBillingMethod$inboundSchema, UpdatePlanVariantDetailsReset$inboundSchema, UpdatePlanVariantDetailsResetInterval, UpdatePlanVariantDetailsResetInterval$inboundSchema, UpdatePlanVariantDetailsRollover$inboundSchema, UpdatePlanVariantDetailsSpendLimit$inboundSchema, UpdatePlanVariantDetailsThresholdType, UpdatePlanVariantDetailsThresholdType$inboundSchema, UpdatePlanVariantDetailsTier$inboundSchema, UpdatePlanVariantDetailsTierAdditionalCurrency$inboundSchema, UpdatePlanVariantDetailsTierBehavior, UpdatePlanVariantDetailsTierBehavior$inboundSchema, UpdatePlanVariantDetailsTo$inboundSchema, UpdatePlanVariantDetailsUsageAlert$inboundSchema, UpdatePlanVariantDetailsUsageLimit$inboundSchema, UpdatePlanVariantDetailsUsageLimitInterval, UpdatePlanVariantDetailsUsageLimitInterval$inboundSchema, UpdateSubscriptionParams$outboundSchema, UsageAlertSource, UsageAlertSource$inboundSchema, UsageLimitSource, UsageLimitSource$inboundSchema, UsageModel1, UsageModel1$inboundSchema, UsageModel2, UsageModel2$inboundSchema, Variant$outboundSchema, VariantAddItemAdditionalCurrency$outboundSchema, VariantAddItemBillingMethod, VariantAddItemBillingMethod$outboundSchema, VariantAddItemPriceInterval, VariantAddItemPriceInterval$outboundSchema, VariantAdditionalCurrency$outboundSchema, VariantAutoTopup$outboundSchema, VariantBasePrice$outboundSchema, VariantBillingControls$outboundSchema, VariantCustomize$outboundSchema, VariantDetails$inboundSchema, VariantDetailsAdditionalCurrency$inboundSchema, VariantDetailsExpiryDurationType, VariantDetailsExpiryDurationType$inboundSchema, VariantDetailsOnEnd, VariantDetailsOnEnd$inboundSchema, VariantDetailsTierAdditionalCurrency$inboundSchema, VariantDurationType, VariantDurationType$outboundSchema, VariantExpiryDurationType, VariantExpiryDurationType$outboundSchema, VariantFilter$outboundSchema, VariantFreeTrialParams$outboundSchema, VariantIntervalUnion$outboundSchema, VariantLimitType, VariantLimitType$outboundSchema, VariantMigration$outboundSchema, VariantOnDecrease, VariantOnDecrease$outboundSchema, VariantOnEnd, VariantOnEnd$outboundSchema, VariantOnIncrease, VariantOnIncrease$outboundSchema, VariantOverageAllowed$outboundSchema, VariantPlanItem$outboundSchema, VariantPlanItemFilter$outboundSchema, VariantPrice$outboundSchema, VariantProperties$outboundSchema, VariantProration$outboundSchema, VariantPurchaseLimit$outboundSchema, VariantPurchaseLimitInterval, VariantPurchaseLimitInterval$outboundSchema, VariantRemoveItemBillingMethod, VariantRemoveItemBillingMethod$outboundSchema, VariantReset$outboundSchema, VariantResetInterval, VariantResetInterval$outboundSchema, VariantRollover$outboundSchema, VariantSpendLimit$outboundSchema, VariantThresholdType, VariantThresholdType$outboundSchema, VariantTier$outboundSchema, VariantTierAdditionalCurrency$outboundSchema, VariantTierBehavior, VariantTierBehavior$outboundSchema, VariantTo$outboundSchema, VariantUsageAlert$outboundSchema, VariantUsageLimit$outboundSchema, VariantUsageLimitInterval, VariantUsageLimitInterval$outboundSchema, Vercel$inboundSchema, addItemAdditionalCurrencyFromJSON, additionalCurrencyFromJSON, aggregateEventsCustomRangeToJSON, aggregateEventsFeatureIdToJSON, aggregateEventsListFromJSON, aggregateEventsResponseFromJSON, apiKeyFromJSON, attachAddItemAdditionalCurrencyToJSON, attachAddItemPlanItemToJSON, attachAddItemPriceToJSON, attachAddItemProrationToJSON, attachAddItemResetToJSON, attachAddItemRolloverToJSON, attachAddItemTierAdditionalCurrencyToJSON, attachAddItemTierToJSON, attachAddItemToToJSON, attachAdditionalCurrencyToJSON, attachAttachDiscountToJSON, attachAutoTopupToJSON, attachBasePriceToJSON, attachBillingControlsToJSON, attachCarryOverBalancesToJSON, attachCarryOverUsagesToJSON, attachCustomLineItemToJSON, attachCustomizeToJSON, attachFeatureQuantityToJSON, attachFilterToJSON, attachFreeTrialParamsToJSON, attachIntervalUnionToJSON, attachInvoiceFromJSON, attachInvoiceModeToJSON, attachItemAdditionalCurrencyToJSON, attachItemPlanItemToJSON, attachItemPriceToJSON, attachItemProrationToJSON, attachItemResetToJSON, attachItemRolloverToJSON, attachItemTierAdditionalCurrencyToJSON, attachItemTierToJSON, attachItemToToJSON, attachLicenseEntityToJSON, attachLicenseParamsToJSON, attachLicenseQuantityToJSON, attachLicenseResponseFromJSON, attachOverageAllowedToJSON, attachParamsToJSON, attachPlanItemFilterToJSON, attachPropertiesToJSON, attachPurchaseLimitToJSON, attachRequiredActionFromJSON, attachResponseFromJSON, attachSpendLimitToJSON, attachUpsertLicenseAddItemAdditionalCurrencyToJSON, attachUpsertLicenseAdditionalCurrencyToJSON, attachUpsertLicenseBasePriceToJSON, attachUpsertLicenseCustomizeToJSON, attachUpsertLicenseIntervalUnionToJSON, attachUpsertLicensePlanItemFilterToJSON, attachUpsertLicensePlanItemToJSON, attachUpsertLicensePriceToJSON, attachUpsertLicenseProrationToJSON, attachUpsertLicenseResetToJSON, attachUpsertLicenseRolloverToJSON, attachUpsertLicenseTierToJSON, attachUpsertLicenseToJSON, attachUsageAlertToJSON, attachUsageLimitToJSON, balanceCreditSchemaFromJSON, balanceDisplayFromJSON, balanceFeatureFromJSON, balanceFromJSON, balanceIntervalUnionFromJSON, balanceModelMarkupsFromJSON, balancePriceFromJSON, balanceProviderMarkupsFromJSON, balanceResetFromJSON, balanceRolloverFromJSON, balanceTierFromJSON, balanceToFromJSON, basePriceFromJSON, batchTrackLockToJSON, batchTrackResponseFromJSON, billableToJSON, billingUpdateAddItemAdditionalCurrencyToJSON, billingUpdateAddItemPlanItemToJSON, billingUpdateAddItemPriceToJSON, billingUpdateAddItemProrationToJSON, billingUpdateAddItemResetToJSON, billingUpdateAddItemRolloverToJSON, billingUpdateAddItemTierAdditionalCurrencyToJSON, billingUpdateAddItemTierToJSON, billingUpdateAddItemToToJSON, billingUpdateAdditionalCurrencyToJSON, billingUpdateAttachDiscountToJSON, billingUpdateAutoTopupToJSON, billingUpdateBasePriceToJSON, billingUpdateBillingControlsToJSON, billingUpdateCarryOverUsagesToJSON, billingUpdateCustomizeToJSON, billingUpdateFeatureQuantityToJSON, billingUpdateFilterToJSON, billingUpdateFreeTrialParamsToJSON, billingUpdateIntervalUnionToJSON, billingUpdateInvoiceFromJSON, billingUpdateInvoiceModeToJSON, billingUpdateItemAdditionalCurrencyToJSON, billingUpdateItemPlanItemToJSON, billingUpdateItemPriceToJSON, billingUpdateItemProrationToJSON, billingUpdateItemResetToJSON, billingUpdateItemRolloverToJSON, billingUpdateItemTierAdditionalCurrencyToJSON, billingUpdateItemTierToJSON, billingUpdateItemToToJSON, billingUpdateLicenseQuantityToJSON, billingUpdateOverageAllowedToJSON, billingUpdatePlanItemFilterToJSON, billingUpdatePropertiesToJSON, billingUpdatePurchaseLimitToJSON, billingUpdateRecalculateBalancesToJSON, billingUpdateRequiredActionFromJSON, billingUpdateResponseFromJSON, billingUpdateSpendLimitToJSON, billingUpdateUpsertLicenseAddItemAdditionalCurrencyToJSON, billingUpdateUpsertLicenseAdditionalCurrencyToJSON, billingUpdateUpsertLicenseBasePriceToJSON, billingUpdateUpsertLicenseCustomizeToJSON, billingUpdateUpsertLicenseIntervalUnionToJSON, billingUpdateUpsertLicensePlanItemFilterToJSON, billingUpdateUpsertLicensePlanItemToJSON, billingUpdateUpsertLicensePriceToJSON, billingUpdateUpsertLicenseProrationToJSON, billingUpdateUpsertLicenseResetToJSON, billingUpdateUpsertLicenseRolloverToJSON, billingUpdateUpsertLicenseTierToJSON, billingUpdateUpsertLicenseToJSON, billingUpdateUsageAlertToJSON, billingUpdateUsageLimitToJSON, breakdownFromJSON, checkAutoTopup1FromJSON, checkAutoTopup2FromJSON, checkBillingControls1FromJSON, checkBillingControls2FromJSON, checkConfig1FromJSON, checkConfig2FromJSON, checkCreditSchema1FromJSON, checkCreditSchema2FromJSON, checkFeature1FromJSON, checkFeature2FromJSON, checkFilter1FromJSON, checkFilter2FromJSON, checkFreeTrial1FromJSON, checkFreeTrial2FromJSON, checkItem1FromJSON, checkItem2FromJSON, checkLockToJSON, checkModelMarkups1FromJSON, checkModelMarkups2FromJSON, checkOverageAllowed1FromJSON, checkOverageAllowed2FromJSON, checkParamsToJSON, checkProduct1FromJSON, checkProduct2FromJSON, checkProperties1FromJSON, checkProperties2FromJSON, checkProviderMarkups1FromJSON, checkProviderMarkups2FromJSON, checkPurchaseLimit1FromJSON, checkPurchaseLimit2FromJSON, checkResponseBody1FromJSON, checkResponseBody2FromJSON, checkResponseFromJSON, checkRollover1FromJSON, checkRollover2FromJSON, checkSpendLimit1FromJSON, checkSpendLimit2FromJSON, checkUsageAlert1FromJSON, checkUsageAlert2FromJSON, checkUsageLimit1FromJSON, checkUsageLimit2FromJSON, couponFromJSON, couponPromoCodeFromJSON, createBalanceParamsToJSON, createBalanceResetToJSON, createBalanceResponseFromJSON, createBalanceRolloverToJSON, createEntityBillingControlsRequestToJSON, createEntityBillingControlsResponseFromJSON, createEntityCreditSchemaFromJSON, createEntityDisplayFromJSON, createEntityFeatureFromJSON, createEntityFilterRequestToJSON, createEntityFilterResponseFromJSON, createEntityFlagsFromJSON, createEntityInvoiceFromJSON, createEntityModelMarkupsFromJSON, createEntityOverageAllowedRequestToJSON, createEntityOverageAllowedResponseFromJSON, createEntityParamsToJSON, createEntityPropertiesToJSON, createEntityProviderMarkupsFromJSON, createEntityPurchaseFromJSON, createEntityResponseFromJSON, createEntitySpendLimitRequestToJSON, createEntitySpendLimitResponseFromJSON, createEntitySubscriptionFromJSON, createEntityUsageAlertRequestBodyToJSON, createEntityUsageAlertResponseFromJSON, createEntityUsageLimitRequestToJSON, createEntityUsageLimitResponseFromJSON, createFeatureCreditSchemaRequestBodyToJSON, createFeatureCreditSchemaResponseFromJSON, createFeatureDisplayRequestBodyToJSON, createFeatureDisplayResponseFromJSON, createFeatureModelMarkupsRequestToJSON, createFeatureModelMarkupsResponseFromJSON, createFeatureParamsToJSON, createFeatureProviderMarkupsRequestToJSON, createFeatureProviderMarkupsResponseFromJSON, createFeatureResponseFromJSON, createPlanAddItemAdditionalCurrencyFromJSON, createPlanAdditionalCurrencyRequestBodyToJSON, createPlanAdditionalCurrencyResponseFromJSON, createPlanAutoTopupRequestToJSON, createPlanAutoTopupResponseFromJSON, createPlanBasePriceFromJSON, createPlanBillingControlsRequestToJSON, createPlanBillingControlsResponseFromJSON, createPlanConfigRequestToJSON, createPlanConfigResponseFromJSON, createPlanCreditSchemaFromJSON, createPlanCustomerEligibilityFromJSON, createPlanCustomizeFromJSON, createPlanFeatureDisplayFromJSON, createPlanFeatureFromJSON, createPlanFilterRequestToJSON, createPlanFilterResponseFromJSON, createPlanFreeTrialParamsFromJSON, createPlanFreeTrialResponseFromJSON, createPlanIntervalUnionFromJSON, createPlanItemAdditionalCurrencyRequestBodyToJSON, createPlanItemAdditionalCurrencyResponseFromJSON, createPlanItemDisplayFromJSON, createPlanItemFromJSON, createPlanItemPlanItemToJSON, createPlanItemPriceRequestBodyToJSON, createPlanItemPriceResponseFromJSON, createPlanItemProrationToJSON, createPlanItemResetResponseFromJSON, createPlanItemRolloverResponseFromJSON, createPlanItemTierAdditionalCurrencyResponseFromJSON, createPlanItemTierResponseFromJSON, createPlanItemToResponseFromJSON, createPlanLicenseToJSON, createPlanOverageAllowedRequestToJSON, createPlanOverageAllowedResponseFromJSON, createPlanParamsToJSON, createPlanPlanItemFilterFromJSON, createPlanPlanItemResponseFromJSON, createPlanPriceDisplayFromJSON, createPlanPriceRequestBodyToJSON, createPlanPriceResponseFromJSON, createPlanPropertiesToJSON, createPlanProrationResponseFromJSON, createPlanPurchaseLimitRequestToJSON, createPlanPurchaseLimitResponseFromJSON, createPlanResetRequestBodyToJSON, createPlanResponseFromJSON, createPlanRolloverRequestBodyToJSON, createPlanSpendLimitRequestToJSON, createPlanSpendLimitResponseFromJSON, createPlanTierAdditionalCurrencyRequestBodyToJSON, createPlanTierRequestBodyToJSON, createPlanToRequestBodyToJSON, createPlanUsageAlertRequestBodyToJSON, createPlanUsageAlertResponseFromJSON, createPlanUsageLimitRequestToJSON, createPlanUsageLimitResponseFromJSON, createPlanVariantDetailsAdditionalCurrencyFromJSON, createPlanVariantDetailsAutoTopupFromJSON, createPlanVariantDetailsBillingControlsFromJSON, createPlanVariantDetailsFilterFromJSON, createPlanVariantDetailsFromJSON, createPlanVariantDetailsOverageAllowedFromJSON, createPlanVariantDetailsPriceFromJSON, createPlanVariantDetailsPurchaseLimitFromJSON, createPlanVariantDetailsResetFromJSON, createPlanVariantDetailsRolloverFromJSON, createPlanVariantDetailsSpendLimitFromJSON, createPlanVariantDetailsTierAdditionalCurrencyFromJSON, createPlanVariantDetailsTierFromJSON, createPlanVariantDetailsToFromJSON, createPlanVariantDetailsUsageAlertFromJSON, createPlanVariantDetailsUsageLimitFromJSON, createReferralCodeParamsToJSON, createReferralCodeResponseFromJSON, createScheduleAddItemAdditionalCurrency2ToJSON, createScheduleAddItemPlanItem2ToJSON, createScheduleAddItemPrice2ToJSON, createScheduleAddItemProration2ToJSON, createScheduleAddItemReset2ToJSON, createScheduleAddItemRollover2ToJSON, createScheduleAddItemTier2ToJSON, createScheduleAdditionalCurrency2ToJSON, createScheduleAttachDiscountToJSON, createScheduleAutoTopup2ToJSON, createScheduleBasePrice2ToJSON, createScheduleBillingControls2ToJSON, createScheduleCustomize2ToJSON, createScheduleFeatureQuantity2ToJSON, createScheduleFilter2ToJSON, createScheduleIntervalUnion2ToJSON, createScheduleInvoiceFromJSON, createScheduleInvoiceModeToJSON, createScheduleItemAdditionalCurrency2ToJSON, createScheduleItemPlanItem2ToJSON, createScheduleItemPrice2ToJSON, createScheduleItemProration2ToJSON, createScheduleItemReset2ToJSON, createScheduleItemRollover2ToJSON, createScheduleItemTier2ToJSON, createScheduleOverageAllowed2ToJSON, createScheduleParamsToJSON, createSchedulePlan2ToJSON, createSchedulePlanItemFilter2ToJSON, createSchedulePurchaseLimit2ToJSON, createScheduleRequiredActionFromJSON, createScheduleResponseFromJSON, createScheduleSpendLimit2ToJSON, createScheduleUsageAlert2ToJSON, createScheduleUsageLimit2ToJSON, customerAutoTopupFromJSON, customerBillingControlsFromJSON, customerConfigFromJSON, customerCreditSchemaFromJSON, customerDataAutoTopupToJSON, customerDataBillingControlsToJSON, customerDataConfigToJSON, customerDataFilterToJSON, customerDataOverageAllowedToJSON, customerDataPurchaseLimitToJSON, customerDataSpendLimitToJSON, customerDataToJSON, customerDataUsageAlertToJSON, customerDataUsageLimitToJSON, customerDisplayFromJSON, customerEligibilityFromJSON, customerFeatureFromJSON, customerFilterFromJSON, customerFromJSON, customerModelMarkupsFromJSON, customerOverageAllowedFromJSON, customerProviderMarkupsFromJSON, customerPurchaseLimit1FromJSON, customerPurchaseLimit2FromJSON, customerPurchaseLimitUnionFromJSON, customerSpendLimitFromJSON, customerUsageAlertFromJSON, customerUsageLimitFromJSON, customizeFromJSON, deductionsFromJSON, deleteBalanceParamsToJSON, deleteBalanceResponseFromJSON, deleteCustomerParamsToJSON, deleteCustomerResponseFromJSON, deleteEntityParamsToJSON, deleteEntityResponseFromJSON, deleteFeatureParamsToJSON, deleteFeatureResponseFromJSON, deletePlanParamsToJSON, deletePlanResponseFromJSON, dfuFlashParamsToJSON, dfuFlashResultFromJSON, discountFromJSON, entitlementsGrantedFromJSON, entityFromJSON, eventsAggregateParamsToJSON, eventsListParamsToJSON, expiryFromJSON, featureGrantFromJSON, featureGrantPromoCodeFromJSON, files_exports as files, finalizeBalanceParamsToJSON, finalizeLockResponseBody1FromJSON, finalizeLockResponseBody2FromJSON, finalizeLockResponseFromJSON, flag1FromJSON, flag2FromJSON, flagDisplay1FromJSON, flagDisplay2FromJSON, flagsFromJSON, flashedFromJSON, formatZodError, freeTrialFromJSON, freeTrialParamsFromJSON, freeTrialRequestToJSON, getCustomerAutoTopupFromJSON, getCustomerBillingControlsFromJSON, getCustomerConfigFromJSON, getCustomerCreditSchemaFromJSON, getCustomerCustomerFromJSON, getCustomerDiscountFromJSON, getCustomerDisplayFromJSON, getCustomerEntityFromJSON, getCustomerFeatureFromJSON, getCustomerFilterFromJSON, getCustomerFlagsFromJSON, getCustomerInvoiceFromJSON, getCustomerLicenseFromJSON, getCustomerModelMarkupsFromJSON, getCustomerOverageAllowedFromJSON, getCustomerParamsToJSON, getCustomerProcessorsFromJSON, getCustomerProviderMarkupsFromJSON, getCustomerPurchaseFromJSON, getCustomerPurchaseLimit1FromJSON, getCustomerPurchaseLimit2FromJSON, getCustomerPurchaseLimitUnionFromJSON, getCustomerReferralFromJSON, getCustomerResponseFromJSON, getCustomerRevenuecatFromJSON, getCustomerRewardsFromJSON, getCustomerSpendLimitFromJSON, getCustomerStripeFromJSON, getCustomerSubscriptionFromJSON, getCustomerTrialsUsedFromJSON, getCustomerUsageAlertFromJSON, getCustomerUsageLimitFromJSON, getCustomerVercelFromJSON, getEntityBillingControlsFromJSON, getEntityCreditSchemaFromJSON, getEntityDisplayFromJSON, getEntityFeatureFromJSON, getEntityFilterFromJSON, getEntityFlagsFromJSON, getEntityInvoiceFromJSON, getEntityModelMarkupsFromJSON, getEntityOverageAllowedFromJSON, getEntityParamsToJSON, getEntityProviderMarkupsFromJSON, getEntityPurchaseFromJSON, getEntityResponseFromJSON, getEntitySpendLimitFromJSON, getEntitySubscriptionFromJSON, getEntityUsageAlertFromJSON, getEntityUsageLimitFromJSON, getFeatureCreditSchemaFromJSON, getFeatureDisplayFromJSON, getFeatureModelMarkupsFromJSON, getFeatureParamsToJSON, getFeatureProviderMarkupsFromJSON, getFeatureResponseFromJSON, getOrCreateCustomerAutoTopupToJSON, getOrCreateCustomerBillingControlsToJSON, getOrCreateCustomerConfigToJSON, getOrCreateCustomerFilterToJSON, getOrCreateCustomerOverageAllowedToJSON, getOrCreateCustomerParamsToJSON, getOrCreateCustomerPropertiesToJSON, getOrCreateCustomerPurchaseLimitToJSON, getOrCreateCustomerSpendLimitToJSON, getOrCreateCustomerUsageAlertToJSON, getOrCreateCustomerUsageLimitToJSON, getPlanAddItemAdditionalCurrencyFromJSON, getPlanAdditionalCurrencyFromJSON, getPlanAutoTopupFromJSON, getPlanBasePriceFromJSON, getPlanBillingControlsFromJSON, getPlanConfigFromJSON, getPlanCreditSchemaFromJSON, getPlanCustomerEligibilityFromJSON, getPlanCustomizeFromJSON, getPlanFeatureDisplayFromJSON, getPlanFeatureFromJSON, getPlanFilterFromJSON, getPlanFreeTrialFromJSON, getPlanFreeTrialParamsFromJSON, getPlanIntervalUnionFromJSON, getPlanItemAdditionalCurrencyFromJSON, getPlanItemDisplayFromJSON, getPlanItemFromJSON, getPlanItemPriceFromJSON, getPlanItemResetFromJSON, getPlanItemRolloverFromJSON, getPlanItemTierAdditionalCurrencyFromJSON, getPlanItemTierFromJSON, getPlanItemToFromJSON, getPlanOverageAllowedFromJSON, getPlanParamsToJSON, getPlanPlanItemFilterFromJSON, getPlanPlanItemFromJSON, getPlanPriceDisplayFromJSON, getPlanPriceFromJSON, getPlanProrationFromJSON, getPlanPurchaseLimitFromJSON, getPlanResponseFromJSON, getPlanSpendLimitFromJSON, getPlanUsageAlertFromJSON, getPlanUsageLimitFromJSON, getPlanVariantDetailsAdditionalCurrencyFromJSON, getPlanVariantDetailsAutoTopupFromJSON, getPlanVariantDetailsBillingControlsFromJSON, getPlanVariantDetailsFilterFromJSON, getPlanVariantDetailsFromJSON, getPlanVariantDetailsOverageAllowedFromJSON, getPlanVariantDetailsPriceFromJSON, getPlanVariantDetailsPurchaseLimitFromJSON, getPlanVariantDetailsResetFromJSON, getPlanVariantDetailsRolloverFromJSON, getPlanVariantDetailsSpendLimitFromJSON, getPlanVariantDetailsTierAdditionalCurrencyFromJSON, getPlanVariantDetailsTierFromJSON, getPlanVariantDetailsToFromJSON, getPlanVariantDetailsUsageAlertFromJSON, getPlanVariantDetailsUsageLimitFromJSON, getRevenueCatKeysAppFromJSON, getRevenueCatKeysParamsToJSON, getRevenueCatKeysResponseFromJSON, grantFromJSON, importBalanceToJSON, importCustomerDataToJSON, importFeatureQuantityToJSON, importFilterToJSON, importPlanToJSON, importProcessorToJSON, includedUsage1FromJSON, includedUsage2FromJSON, invoiceFromJSON, itemAdditionalCurrencyFromJSON, itemFromJSON, itemTierAdditionalCurrencyFromJSON, licenseFromJSON, linkRevenueCatParamsToJSON, linkRevenueCatResponseFromJSON, linkToJSON, listCustomersAutoTopupFromJSON, listCustomersBillingControlsFromJSON, listCustomersConfigFromJSON, listCustomersCreditSchemaFromJSON, listCustomersDisplayFromJSON, listCustomersFeatureFromJSON, listCustomersFilterFromJSON, listCustomersFlagsFromJSON, listCustomersLicenseFromJSON, listCustomersListFromJSON, listCustomersModelMarkupsFromJSON, listCustomersOverageAllowedFromJSON, listCustomersParamsToJSON, listCustomersPlanToJSON, listCustomersProcessorsFromJSON, listCustomersProviderMarkupsFromJSON, listCustomersPurchaseFromJSON, listCustomersPurchaseLimit1FromJSON, listCustomersPurchaseLimit2FromJSON, listCustomersPurchaseLimitUnionFromJSON, listCustomersResponseFromJSON, listCustomersRevenuecatFromJSON, listCustomersSpendLimitFromJSON, listCustomersStripeFromJSON, listCustomersSubscriptionFromJSON, listCustomersUsageAlertFromJSON, listCustomersUsageLimitFromJSON, listCustomersVercelFromJSON, listEntitiesBillingControlsFromJSON, listEntitiesCreditSchemaFromJSON, listEntitiesDisplayFromJSON, listEntitiesFeatureFromJSON, listEntitiesFilterFromJSON, listEntitiesFlagsFromJSON, listEntitiesInvoiceFromJSON, listEntitiesListFromJSON, listEntitiesModelMarkupsFromJSON, listEntitiesOverageAllowedFromJSON, listEntitiesParamsToJSON, listEntitiesPlanToJSON, listEntitiesProviderMarkupsFromJSON, listEntitiesPurchaseFromJSON, listEntitiesResponseFromJSON, listEntitiesSpendLimitFromJSON, listEntitiesSubscriptionFromJSON, listEntitiesUsageAlertFromJSON, listEntitiesUsageLimitFromJSON, listEventsCustomRangeToJSON, listEventsFeatureIdToJSON, listEventsIntervalUnionFromJSON, listEventsListFromJSON, listEventsResetFromJSON, listEventsResponseFromJSON, listFeaturesCreditSchemaFromJSON, listFeaturesDisplayFromJSON, listFeaturesListFromJSON, listFeaturesModelMarkupsFromJSON, listFeaturesProviderMarkupsFromJSON, listFeaturesRequestToJSON, listFeaturesResponseFromJSON, listInvoicesListFromJSON, listInvoicesParamsToJSON, listInvoicesResponseFromJSON, listPlansAddItemAdditionalCurrencyFromJSON, listPlansAdditionalCurrencyFromJSON, listPlansAutoTopupFromJSON, listPlansBasePriceFromJSON, listPlansBillingControlsFromJSON, listPlansConfigFromJSON, listPlansCreditSchemaFromJSON, listPlansCustomerEligibilityFromJSON, listPlansCustomizeFromJSON, listPlansFeatureDisplayFromJSON, listPlansFeatureFromJSON, listPlansFilterFromJSON, listPlansFreeTrialFromJSON, listPlansFreeTrialParamsFromJSON, listPlansIntervalUnionFromJSON, listPlansItemAdditionalCurrencyFromJSON, listPlansItemDisplayFromJSON, listPlansItemFromJSON, listPlansItemPriceFromJSON, listPlansItemResetFromJSON, listPlansItemRolloverFromJSON, listPlansItemTierFromJSON, listPlansListFromJSON, listPlansOverageAllowedFromJSON, listPlansParamsToJSON, listPlansPlanItemFilterFromJSON, listPlansPlanItemFromJSON, listPlansPriceDisplayFromJSON, listPlansPriceFromJSON, listPlansProrationFromJSON, listPlansPurchaseLimitFromJSON, listPlansResponseFromJSON, listPlansSpendLimitFromJSON, listPlansTierAdditionalCurrencyFromJSON, listPlansToFromJSON, listPlansUsageAlertFromJSON, listPlansUsageLimitFromJSON, listPlansVariantDetailsAdditionalCurrencyFromJSON, listPlansVariantDetailsAutoTopupFromJSON, listPlansVariantDetailsBillingControlsFromJSON, listPlansVariantDetailsFilterFromJSON, listPlansVariantDetailsFromJSON, listPlansVariantDetailsOverageAllowedFromJSON, listPlansVariantDetailsPriceFromJSON, listPlansVariantDetailsPurchaseLimitFromJSON, listPlansVariantDetailsResetFromJSON, listPlansVariantDetailsRolloverFromJSON, listPlansVariantDetailsSpendLimitFromJSON, listPlansVariantDetailsTierFromJSON, listPlansVariantDetailsUsageAlertFromJSON, listPlansVariantDetailsUsageLimitFromJSON, listRewardsDurationFromJSON, listRewardsResponseFromJSON, migrationToJSON, mintKeyParamsToJSON, mintKeyResponseFromJSON, multiAttachAdditionalCurrencyToJSON, multiAttachAttachDiscountToJSON, multiAttachBasePriceToJSON, multiAttachBillingControlsToJSON, multiAttachCustomizeToJSON, multiAttachEntityDataToJSON, multiAttachFeatureQuantityToJSON, multiAttachFilterToJSON, multiAttachFreeTrialParamsToJSON, multiAttachInvoiceFromJSON, multiAttachInvoiceModeToJSON, multiAttachItemAdditionalCurrencyToJSON, multiAttachOverageAllowedToJSON, multiAttachParamsToJSON, multiAttachPlanItemToJSON, multiAttachPlanToJSON, multiAttachPriceToJSON, multiAttachPropertiesToJSON, multiAttachProrationToJSON, multiAttachRequiredActionFromJSON, multiAttachResetToJSON, multiAttachResponseFromJSON, multiAttachRolloverToJSON, multiAttachSpendLimitToJSON, multiAttachTierAdditionalCurrencyToJSON, multiAttachTierToJSON, multiAttachToToJSON, multiAttachUsageAlertToJSON, multiAttachUsageLimitToJSON, multiUpdateInvoiceFromJSON, multiUpdateParamsToJSON, multiUpdatePreviewResponseFromJSON, multiUpdateRequiredActionFromJSON, multiUpdateResponseFromJSON, multiUpdateUpdateToJSON, openCustomerPortalParamsToJSON, openCustomerPortalResponseFromJSON, phaseResponseFromJSON, phaseStartToJSON, phaseStartUnionToJSON, planAutoTopupFromJSON, planBillingControlsFromJSON, planConfigFromJSON, planCreditSchemaFromJSON, planFeatureDisplayFromJSON, planFeatureFromJSON, planFilterFromJSON, planFromJSON, planIntervalUnionFromJSON, planItemDisplayFromJSON, planItemFilterFromJSON, planItemFromJSON, planItemPriceFromJSON, planItemResetFromJSON, planItemRolloverFromJSON, planItemTierFromJSON, planItemToFromJSON, planOverageAllowedFromJSON, planPriceDisplayFromJSON, planPriceFromJSON, planPurchaseLimitFromJSON, planSpendLimitFromJSON, planUsageAlertFromJSON, planUsageLimitFromJSON, planVariantDetailsAutoTopupFromJSON, planVariantDetailsBillingControlsFromJSON, planVariantDetailsFilterFromJSON, planVariantDetailsOverageAllowedFromJSON, planVariantDetailsPriceFromJSON, planVariantDetailsPurchaseLimitFromJSON, planVariantDetailsResetFromJSON, planVariantDetailsRolloverFromJSON, planVariantDetailsSpendLimitFromJSON, planVariantDetailsTierFromJSON, planVariantDetailsToFromJSON, planVariantDetailsUsageAlertFromJSON, planVariantDetailsUsageLimitFromJSON, preview1FromJSON, preview2FromJSON, previewAttachAddItemAdditionalCurrencyToJSON, previewAttachAddItemPlanItemToJSON, previewAttachAddItemPriceToJSON, previewAttachAddItemProrationToJSON, previewAttachAddItemResetToJSON, previewAttachAddItemRolloverToJSON, previewAttachAddItemTierAdditionalCurrencyToJSON, previewAttachAddItemTierToJSON, previewAttachAddItemToToJSON, previewAttachAdditionalCurrencyToJSON, previewAttachAttachDiscountToJSON, previewAttachAutoTopupToJSON, previewAttachBasePriceToJSON, previewAttachBillingControlsToJSON, previewAttachCarryOverBalancesToJSON, previewAttachCarryOverUsagesToJSON, previewAttachCustomLineItemToJSON, previewAttachCustomizeToJSON, previewAttachDiscountFromJSON, previewAttachFeatureQuantityRequestToJSON, previewAttachFilterToJSON, previewAttachFreeTrialParamsToJSON, previewAttachIncomingFeatureQuantityFromJSON, previewAttachIncomingFromJSON, previewAttachIntervalUnionToJSON, previewAttachInvoiceCreditsFromJSON, previewAttachInvoiceModeToJSON, previewAttachItemAdditionalCurrencyToJSON, previewAttachItemPlanItemToJSON, previewAttachItemPriceToJSON, previewAttachItemProrationToJSON, previewAttachItemResetToJSON, previewAttachItemRolloverToJSON, previewAttachItemTierAdditionalCurrencyToJSON, previewAttachItemTierToJSON, previewAttachItemToToJSON, previewAttachLicenseQuantityToJSON, previewAttachLineItemFromJSON, previewAttachLineItemPeriodFromJSON, previewAttachNextCycleDiscountFromJSON, previewAttachNextCycleFromJSON, previewAttachNextCycleLineItemFromJSON, previewAttachNextCycleLineItemPeriodFromJSON, previewAttachOutgoingFeatureQuantityFromJSON, previewAttachOutgoingFromJSON, previewAttachOverageAllowedToJSON, previewAttachParamsToJSON, previewAttachPlanItemFilterToJSON, previewAttachPropertiesToJSON, previewAttachPurchaseLimitToJSON, previewAttachResponseFromJSON, previewAttachSpendLimitToJSON, previewAttachTaxFromJSON, previewAttachUpsertLicenseAddItemAdditionalCurrencyToJSON, previewAttachUpsertLicenseAdditionalCurrencyToJSON, previewAttachUpsertLicenseBasePriceToJSON, previewAttachUpsertLicenseCustomizeToJSON, previewAttachUpsertLicenseIntervalUnionToJSON, previewAttachUpsertLicensePlanItemFilterToJSON, previewAttachUpsertLicensePlanItemToJSON, previewAttachUpsertLicensePriceToJSON, previewAttachUpsertLicenseProrationToJSON, previewAttachUpsertLicenseResetToJSON, previewAttachUpsertLicenseRolloverToJSON, previewAttachUpsertLicenseTierToJSON, previewAttachUpsertLicenseToJSON, previewAttachUsageAlertToJSON, previewAttachUsageLimitToJSON, previewAttachUsageLineItemFromJSON, previewAttachUsageLineItemPeriodFromJSON, previewMultiAttachAdditionalCurrencyToJSON, previewMultiAttachAttachDiscountToJSON, previewMultiAttachBasePriceToJSON, previewMultiAttachBillingControlsToJSON, previewMultiAttachCustomizeToJSON, previewMultiAttachDiscountFromJSON, previewMultiAttachEntityDataToJSON, previewMultiAttachFilterToJSON, previewMultiAttachFreeTrialParamsToJSON, previewMultiAttachIncomingFeatureQuantityFromJSON, previewMultiAttachIncomingFromJSON, previewMultiAttachInvoiceCreditsFromJSON, previewMultiAttachInvoiceModeToJSON, previewMultiAttachItemAdditionalCurrencyToJSON, previewMultiAttachLineItemFromJSON, previewMultiAttachLineItemPeriodFromJSON, previewMultiAttachNextCycleDiscountFromJSON, previewMultiAttachNextCycleFromJSON, previewMultiAttachNextCycleLineItemFromJSON, previewMultiAttachNextCycleLineItemPeriodFromJSON, previewMultiAttachOutgoingFeatureQuantityFromJSON, previewMultiAttachOutgoingFromJSON, previewMultiAttachOverageAllowedToJSON, previewMultiAttachParamsToJSON, previewMultiAttachPlanFeatureQuantityToJSON, previewMultiAttachPlanItemToJSON, previewMultiAttachPlanToJSON, previewMultiAttachPriceToJSON, previewMultiAttachPropertiesToJSON, previewMultiAttachProrationToJSON, previewMultiAttachResetToJSON, previewMultiAttachResponseFromJSON, previewMultiAttachRolloverToJSON, previewMultiAttachSpendLimitToJSON, previewMultiAttachTaxFromJSON, previewMultiAttachTierAdditionalCurrencyToJSON, previewMultiAttachTierToJSON, previewMultiAttachToToJSON, previewMultiAttachUsageAlertToJSON, previewMultiAttachUsageLimitToJSON, previewMultiAttachUsageLineItemFromJSON, previewMultiAttachUsageLineItemPeriodFromJSON, previewMultiUpdateDiscountFromJSON, previewMultiUpdateIncomingFeatureQuantityFromJSON, previewMultiUpdateIncomingFromJSON, previewMultiUpdateLineItemFromJSON, previewMultiUpdateLineItemPeriodFromJSON, previewMultiUpdateNextCycleDiscountFromJSON, previewMultiUpdateNextCycleFromJSON, previewMultiUpdateNextCycleLineItemFromJSON, previewMultiUpdateNextCycleLineItemPeriodFromJSON, previewMultiUpdateOutgoingFeatureQuantityFromJSON, previewMultiUpdateOutgoingFromJSON, previewMultiUpdateParamsToJSON, previewMultiUpdateSubscriptionFromJSON, previewMultiUpdateUpdateToJSON, previewMultiUpdateUsageLineItemFromJSON, previewMultiUpdateUsageLineItemPeriodFromJSON, previewUpdateAddItemAdditionalCurrencyToJSON, previewUpdateAddItemPlanItemToJSON, previewUpdateAddItemPriceToJSON, previewUpdateAddItemProrationToJSON, previewUpdateAddItemResetToJSON, previewUpdateAddItemRolloverToJSON, previewUpdateAddItemTierAdditionalCurrencyToJSON, previewUpdateAddItemTierToJSON, previewUpdateAddItemToToJSON, previewUpdateAdditionalCurrencyToJSON, previewUpdateAttachDiscountToJSON, previewUpdateAutoTopupToJSON, previewUpdateBasePriceToJSON, previewUpdateBillingControlsToJSON, previewUpdateCarryOverUsagesToJSON, previewUpdateCustomizeToJSON, previewUpdateDiscountFromJSON, previewUpdateFeatureQuantityRequestToJSON, previewUpdateFilterToJSON, previewUpdateFreeTrialParamsToJSON, previewUpdateIncomingFeatureQuantityFromJSON, previewUpdateIncomingFromJSON, previewUpdateIntervalUnionToJSON, previewUpdateInvoiceCreditsFromJSON, previewUpdateInvoiceModeToJSON, previewUpdateItemAdditionalCurrencyToJSON, previewUpdateItemPlanItemToJSON, previewUpdateItemPriceToJSON, previewUpdateItemProrationToJSON, previewUpdateItemResetToJSON, previewUpdateItemRolloverToJSON, previewUpdateItemTierAdditionalCurrencyToJSON, previewUpdateItemTierToJSON, previewUpdateItemToToJSON, previewUpdateLicenseQuantityToJSON, previewUpdateLineItemFromJSON, previewUpdateLineItemPeriodFromJSON, previewUpdateNextCycleDiscountFromJSON, previewUpdateNextCycleFromJSON, previewUpdateNextCycleLineItemFromJSON, previewUpdateNextCycleLineItemPeriodFromJSON, previewUpdateOutgoingFeatureQuantityFromJSON, previewUpdateOutgoingFromJSON, previewUpdateOverageAllowedToJSON, previewUpdateParamsToJSON, previewUpdatePlanItemFilterToJSON, previewUpdatePropertiesToJSON, previewUpdatePurchaseLimitToJSON, previewUpdateRecalculateBalancesToJSON, previewUpdateResponseFromJSON, previewUpdateSpendLimitToJSON, previewUpdateTaxFromJSON, previewUpdateUpsertLicenseAddItemAdditionalCurrencyToJSON, previewUpdateUpsertLicenseAdditionalCurrencyToJSON, previewUpdateUpsertLicenseBasePriceToJSON, previewUpdateUpsertLicenseCustomizeToJSON, previewUpdateUpsertLicenseIntervalUnionToJSON, previewUpdateUpsertLicensePlanItemFilterToJSON, previewUpdateUpsertLicensePlanItemToJSON, previewUpdateUpsertLicensePriceToJSON, previewUpdateUpsertLicenseProrationToJSON, previewUpdateUpsertLicenseResetToJSON, previewUpdateUpsertLicenseRolloverToJSON, previewUpdateUpsertLicenseTierToJSON, previewUpdateUpsertLicenseToJSON, previewUpdateUsageAlertToJSON, previewUpdateUsageLimitToJSON, previewUpdateUsageLineItemFromJSON, previewUpdateUsageLineItemPeriodFromJSON, processorsFromJSON, productDisplay1FromJSON, productDisplay2FromJSON, propertiesToJSON, prorationFromJSON, purchaseFromJSON, redeemReferralCodeParamsToJSON, redeemReferralCodeResponseFromJSON, redeemRewardCodeParamsToJSON, redeemRewardCodeResponseFromJSON, referralCustomerFromJSON, referralFromJSON, refreshKeyParamsToJSON, refreshKeyResponseFromJSON, releaseLicenseParamsToJSON, releaseLicenseResponseFromJSON, requestBodyToJSON, resultFromJSON, revenuecatFromJSON, revokeKeyParamsToJSON, revokeKeyResponseFromJSON, rewardsFromJSON, rewardsListParamsToJSON, securityToJSON, serverURLFromOptions, setupPaymentAddItemAdditionalCurrencyToJSON, setupPaymentAddItemPlanItemToJSON, setupPaymentAddItemPriceToJSON, setupPaymentAddItemProrationToJSON, setupPaymentAddItemResetToJSON, setupPaymentAddItemRolloverToJSON, setupPaymentAddItemTierAdditionalCurrencyToJSON, setupPaymentAddItemTierToJSON, setupPaymentAddItemToToJSON, setupPaymentAdditionalCurrencyToJSON, setupPaymentAttachDiscountToJSON, setupPaymentAutoTopupToJSON, setupPaymentBasePriceToJSON, setupPaymentBillingControlsToJSON, setupPaymentCarryOverBalancesToJSON, setupPaymentCarryOverUsagesToJSON, setupPaymentCustomLineItemToJSON, setupPaymentCustomizeToJSON, setupPaymentFeatureQuantityToJSON, setupPaymentFilterToJSON, setupPaymentFreeTrialParamsToJSON, setupPaymentIntervalUnionToJSON, setupPaymentItemAdditionalCurrencyToJSON, setupPaymentItemPlanItemToJSON, setupPaymentItemPriceToJSON, setupPaymentItemProrationToJSON, setupPaymentItemResetToJSON, setupPaymentItemRolloverToJSON, setupPaymentItemTierAdditionalCurrencyToJSON, setupPaymentItemTierToJSON, setupPaymentItemToToJSON, setupPaymentLicenseQuantityToJSON, setupPaymentOverageAllowedToJSON, setupPaymentParamsToJSON, setupPaymentPlanItemFilterToJSON, setupPaymentPropertiesToJSON, setupPaymentPurchaseLimitToJSON, setupPaymentResponseFromJSON, setupPaymentSpendLimitToJSON, setupPaymentUpsertLicenseAddItemAdditionalCurrencyToJSON, setupPaymentUpsertLicenseAdditionalCurrencyToJSON, setupPaymentUpsertLicenseBasePriceToJSON, setupPaymentUpsertLicenseCustomizeToJSON, setupPaymentUpsertLicenseIntervalUnionToJSON, setupPaymentUpsertLicensePlanItemFilterToJSON, setupPaymentUpsertLicensePlanItemToJSON, setupPaymentUpsertLicensePriceToJSON, setupPaymentUpsertLicenseProrationToJSON, setupPaymentUpsertLicenseResetToJSON, setupPaymentUpsertLicenseRolloverToJSON, setupPaymentUpsertLicenseTierToJSON, setupPaymentUpsertLicenseToJSON, setupPaymentUsageAlertToJSON, setupPaymentUsageLimitToJSON, startingAfter2ToJSON, startsAt2ToJSON, stripeFromJSON, subscriptionFromJSON, syncRevenueCatAppFromJSON, syncRevenueCatParamsToJSON, syncRevenueCatResponseFromJSON, totalFromJSON, trackDeduction1FromJSON, trackDeduction2FromJSON, trackIntervalUnion1FromJSON, trackIntervalUnion2FromJSON, trackLockToJSON, trackParamsToJSON, trackReset1FromJSON, trackReset2FromJSON, trackResponseBody1FromJSON, trackResponseBody2FromJSON, trackResponseFromJSON, trackTokensDeduction1FromJSON, trackTokensDeduction2FromJSON, trackTokensIntervalUnion1FromJSON, trackTokensIntervalUnion2FromJSON, trackTokensParamsToJSON, trackTokensReset1FromJSON, trackTokensReset2FromJSON, trackTokensResponseBody1FromJSON, trackTokensResponseBody2FromJSON, trackTokensResponseFromJSON, trialsUsedFromJSON, types_exports as types, updateBalanceParamsToJSON, updateBalanceResponseFromJSON, updateCustomerAutoTopupRequestToJSON, updateCustomerAutoTopupResponseFromJSON, updateCustomerBillingControlsRequestToJSON, updateCustomerBillingControlsResponseFromJSON, updateCustomerConfigRequestToJSON, updateCustomerConfigResponseFromJSON, updateCustomerCreditSchemaFromJSON, updateCustomerDisplayFromJSON, updateCustomerFeatureFromJSON, updateCustomerFilterRequestToJSON, updateCustomerFilterResponseFromJSON, updateCustomerFlagsFromJSON, updateCustomerLicenseFromJSON, updateCustomerModelMarkupsFromJSON, updateCustomerOverageAllowedRequestToJSON, updateCustomerOverageAllowedResponseFromJSON, updateCustomerParamsToJSON, updateCustomerProcessorsFromJSON, updateCustomerPropertiesToJSON, updateCustomerProviderMarkupsFromJSON, updateCustomerPurchaseFromJSON, updateCustomerPurchaseLimitRequestToJSON, updateCustomerPurchaseLimitResponse1FromJSON, updateCustomerPurchaseLimitResponse2FromJSON, updateCustomerPurchaseLimitUnionFromJSON, updateCustomerResponseFromJSON, updateCustomerRevenuecatFromJSON, updateCustomerSpendLimitRequestToJSON, updateCustomerSpendLimitResponseFromJSON, updateCustomerStripeFromJSON, updateCustomerSubscriptionFromJSON, updateCustomerUsageAlertRequestBodyToJSON, updateCustomerUsageAlertResponseFromJSON, updateCustomerUsageLimitRequestToJSON, updateCustomerUsageLimitResponseFromJSON, updateCustomerVercelFromJSON, updateEntityBillingControlsRequestToJSON, updateEntityBillingControlsResponseFromJSON, updateEntityCreditSchemaFromJSON, updateEntityDisplayFromJSON, updateEntityFeatureFromJSON, updateEntityFilterRequestToJSON, updateEntityFilterResponseFromJSON, updateEntityFlagsFromJSON, updateEntityInvoiceFromJSON, updateEntityModelMarkupsFromJSON, updateEntityOverageAllowedRequestToJSON, updateEntityOverageAllowedResponseFromJSON, updateEntityParamsToJSON, updateEntityPropertiesToJSON, updateEntityProviderMarkupsFromJSON, updateEntityPurchaseFromJSON, updateEntityResponseFromJSON, updateEntitySpendLimitRequestToJSON, updateEntitySpendLimitResponseFromJSON, updateEntitySubscriptionFromJSON, updateEntityUsageAlertRequestBodyToJSON, updateEntityUsageAlertResponseFromJSON, updateEntityUsageLimitRequestToJSON, updateEntityUsageLimitResponseFromJSON, updateFeatureCreditSchemaRequestBodyToJSON, updateFeatureCreditSchemaResponseFromJSON, updateFeatureDisplayRequestBodyToJSON, updateFeatureDisplayResponseFromJSON, updateFeatureModelMarkupsRequestToJSON, updateFeatureModelMarkupsResponseFromJSON, updateFeatureParamsToJSON, updateFeatureProviderMarkupsRequestToJSON, updateFeatureProviderMarkupsResponseFromJSON, updateFeatureResponseFromJSON, updatePlanAdditionalCurrencyRequestBodyToJSON, updatePlanAdditionalCurrencyResponseFromJSON, updatePlanAutoTopupRequestToJSON, updatePlanAutoTopupResponseFromJSON, updatePlanBasePriceRequestToJSON, updatePlanBasePriceResponseFromJSON, updatePlanBillingControlsRequestToJSON, updatePlanBillingControlsResponseFromJSON, updatePlanConfigRequestToJSON, updatePlanConfigResponseFromJSON, updatePlanCreditSchemaFromJSON, updatePlanCustomerEligibilityFromJSON, updatePlanCustomizeResponseFromJSON, updatePlanFeatureDisplayFromJSON, updatePlanFeatureFromJSON, updatePlanFilterRequestToJSON, updatePlanFilterResponseFromJSON, updatePlanFreeTrialFromJSON, updatePlanFreeTrialParamsRequestToJSON, updatePlanFreeTrialParamsResponseFromJSON, updatePlanItemAdditionalCurrencyRequestBodyToJSON, updatePlanItemAdditionalCurrencyResponseFromJSON, updatePlanItemDisplayFromJSON, updatePlanItemFromJSON, updatePlanItemPlanItemToJSON, updatePlanItemPriceRequestBodyToJSON, updatePlanItemPriceResponseFromJSON, updatePlanItemProrationToJSON, updatePlanItemResetRequestBodyToJSON, updatePlanItemResetResponseFromJSON, updatePlanItemRolloverRequestBodyToJSON, updatePlanItemRolloverResponseFromJSON, updatePlanItemTierAdditionalCurrencyRequestBodyToJSON, updatePlanItemTierAdditionalCurrencyResponseFromJSON, updatePlanItemTierRequestBodyToJSON, updatePlanItemTierResponseFromJSON, updatePlanItemToRequestBodyToJSON, updatePlanItemToResponseFromJSON, updatePlanLicenseToJSON, updatePlanOverageAllowedRequestToJSON, updatePlanOverageAllowedResponseFromJSON, updatePlanParamsToJSON, updatePlanPlanItemFilterResponseFromJSON, updatePlanPlanItemResponseFromJSON, updatePlanPriceDisplayFromJSON, updatePlanPriceResponseFromJSON, updatePlanPropertiesToJSON, updatePlanProrationResponseFromJSON, updatePlanPurchaseLimitRequestToJSON, updatePlanPurchaseLimitResponseFromJSON, updatePlanResponseFromJSON, updatePlanSpendLimitRequestToJSON, updatePlanSpendLimitResponseFromJSON, updatePlanUsageAlertRequestBodyToJSON, updatePlanUsageAlertResponseFromJSON, updatePlanUsageLimitRequestToJSON, updatePlanUsageLimitResponseFromJSON, updatePlanVariantDetailsAddItemAdditionalCurrencyFromJSON, updatePlanVariantDetailsAdditionalCurrencyFromJSON, updatePlanVariantDetailsAutoTopupFromJSON, updatePlanVariantDetailsBillingControlsFromJSON, updatePlanVariantDetailsFilterFromJSON, updatePlanVariantDetailsFromJSON, updatePlanVariantDetailsIntervalUnionFromJSON, updatePlanVariantDetailsOverageAllowedFromJSON, updatePlanVariantDetailsPriceFromJSON, updatePlanVariantDetailsPurchaseLimitFromJSON, updatePlanVariantDetailsResetFromJSON, updatePlanVariantDetailsRolloverFromJSON, updatePlanVariantDetailsSpendLimitFromJSON, updatePlanVariantDetailsTierAdditionalCurrencyFromJSON, updatePlanVariantDetailsTierFromJSON, updatePlanVariantDetailsToFromJSON, updatePlanVariantDetailsUsageAlertFromJSON, updatePlanVariantDetailsUsageLimitFromJSON, updateSubscriptionParamsToJSON, variantAddItemAdditionalCurrencyToJSON, variantAdditionalCurrencyToJSON, variantAutoTopupToJSON, variantBasePriceToJSON, variantBillingControlsToJSON, variantCustomizeToJSON, variantDetailsAdditionalCurrencyFromJSON, variantDetailsFromJSON, variantDetailsTierAdditionalCurrencyFromJSON, variantFilterToJSON, variantFreeTrialParamsToJSON, variantIntervalUnionToJSON, variantMigrationToJSON, variantOverageAllowedToJSON, variantPlanItemFilterToJSON, variantPlanItemToJSON, variantPriceToJSON, variantPropertiesToJSON, variantProrationToJSON, variantPurchaseLimitToJSON, variantResetToJSON, variantRolloverToJSON, variantSpendLimitToJSON, variantTierAdditionalCurrencyToJSON, variantTierToJSON, variantToJSON, variantToToJSON, variantUsageAlertToJSON, variantUsageLimitToJSON, vercelFromJSON };
38399
+ export { AddItemAdditionalCurrency$inboundSchema, AdditionalCurrency$inboundSchema, AggregateEventsCustomRange$outboundSchema, AggregateEventsFeatureId$outboundSchema, AggregateEventsList$inboundSchema, AggregateEventsResponse$inboundSchema, ApiKey$inboundSchema, AttachAction, AttachAction$inboundSchema, AttachAddItemAdditionalCurrency$outboundSchema, 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, AttachAddItemTierAdditionalCurrency$outboundSchema, AttachAddItemTierBehavior, AttachAddItemTierBehavior$outboundSchema, AttachAddItemTo$outboundSchema, AttachAdditionalCurrency$outboundSchema, AttachAttachDiscount$outboundSchema, AttachAutoTopup$outboundSchema, AttachBasePrice$outboundSchema, AttachBillingControls$outboundSchema, AttachCarryOverBalances$outboundSchema, AttachCarryOverUsages$outboundSchema, AttachCode, AttachCode$inboundSchema, AttachCustomLineItem$outboundSchema, AttachCustomize$outboundSchema, AttachDurationType, AttachDurationType$outboundSchema, AttachFeatureQuantity$outboundSchema, AttachFilter$outboundSchema, AttachFreeTrialParams$outboundSchema, AttachIntervalRemoveItemEnum1, AttachIntervalRemoveItemEnum1$outboundSchema, AttachIntervalRemoveItemEnum2, AttachIntervalRemoveItemEnum2$outboundSchema, AttachIntervalUnion$outboundSchema, AttachIntervalUpsertLicenseRemoveItemEnum1, AttachIntervalUpsertLicenseRemoveItemEnum1$outboundSchema, AttachIntervalUpsertLicenseRemoveItemEnum2, AttachIntervalUpsertLicenseRemoveItemEnum2$outboundSchema, AttachInvoice$inboundSchema, AttachInvoiceMode$outboundSchema, AttachItemAdditionalCurrency$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, AttachItemTierAdditionalCurrency$outboundSchema, AttachItemTierBehavior, AttachItemTierBehavior$outboundSchema, AttachItemTo$outboundSchema, AttachLicenseEntity$outboundSchema, AttachLicenseParams$outboundSchema, AttachLicenseQuantity$outboundSchema, AttachLicenseResponse$inboundSchema, AttachLimitType, AttachLimitType$outboundSchema, AttachOnEnd, AttachOnEnd$outboundSchema, AttachOverageAllowed$outboundSchema, AttachParams$outboundSchema, AttachPlanItemFilter$outboundSchema, AttachPlanSchedule, AttachPlanSchedule$outboundSchema, AttachPriceInterval, AttachPriceInterval$outboundSchema, AttachPriceUpsertLicenseInterval, AttachPriceUpsertLicenseInterval$outboundSchema, AttachProperties$outboundSchema, AttachProrationBehavior, AttachProrationBehavior$outboundSchema, AttachPurchaseLimit$outboundSchema, AttachPurchaseLimitInterval, AttachPurchaseLimitInterval$outboundSchema, AttachRedirectMode, AttachRedirectMode$outboundSchema, AttachRemoveItemBillingMethod, AttachRemoveItemBillingMethod$outboundSchema, AttachRequiredAction$inboundSchema, AttachResponse$inboundSchema, AttachSpendLimit$outboundSchema, AttachThresholdType, AttachThresholdType$outboundSchema, AttachUpsertLicense$outboundSchema, AttachUpsertLicenseAddItemAdditionalCurrency$outboundSchema, AttachUpsertLicenseAddItemBillingMethod, AttachUpsertLicenseAddItemBillingMethod$outboundSchema, AttachUpsertLicenseAddItemPriceInterval, AttachUpsertLicenseAddItemPriceInterval$outboundSchema, AttachUpsertLicenseAdditionalCurrency$outboundSchema, AttachUpsertLicenseBasePrice$outboundSchema, AttachUpsertLicenseCustomize$outboundSchema, AttachUpsertLicenseExpiryDurationType, AttachUpsertLicenseExpiryDurationType$outboundSchema, AttachUpsertLicenseIntervalUnion$outboundSchema, AttachUpsertLicenseOnDecrease, AttachUpsertLicenseOnDecrease$outboundSchema, AttachUpsertLicenseOnIncrease, AttachUpsertLicenseOnIncrease$outboundSchema, AttachUpsertLicensePlanItem$outboundSchema, AttachUpsertLicensePlanItemFilter$outboundSchema, AttachUpsertLicensePrice$outboundSchema, AttachUpsertLicenseProration$outboundSchema, AttachUpsertLicenseRemoveItemBillingMethod, AttachUpsertLicenseRemoveItemBillingMethod$outboundSchema, AttachUpsertLicenseReset$outboundSchema, AttachUpsertLicenseResetInterval, AttachUpsertLicenseResetInterval$outboundSchema, AttachUpsertLicenseRollover$outboundSchema, AttachUpsertLicenseTier$outboundSchema, AttachUpsertLicenseTierBehavior, AttachUpsertLicenseTierBehavior$outboundSchema, AttachUsageAlert$outboundSchema, AttachUsageLimit$outboundSchema, AttachUsageLimitInterval, AttachUsageLimitInterval$outboundSchema, AutoTopupSource, AutoTopupSource$inboundSchema, Autumn, AutumnDefaultError, AutumnError, Balance$inboundSchema, BalanceBillingMethod, BalanceBillingMethod$inboundSchema, BalanceCreditSchema$inboundSchema, BalanceDisplay$inboundSchema, BalanceFeature$inboundSchema, BalanceIntervalEnum, BalanceIntervalEnum$inboundSchema, BalanceIntervalUnion$inboundSchema, BalanceModelMarkups$inboundSchema, BalancePrice$inboundSchema, BalanceProviderMarkups$inboundSchema, BalanceReset$inboundSchema, BalanceRollover$inboundSchema, BalanceTier$inboundSchema, BalanceTierBehavior, BalanceTierBehavior$inboundSchema, BalanceTo$inboundSchema, BalanceType, BalanceType$inboundSchema, BasePrice$inboundSchema, BatchTrackLock$outboundSchema, BatchTrackOverageBehavior, BatchTrackOverageBehavior$outboundSchema, BatchTrackResponse$inboundSchema, Billable$outboundSchema, BillableProcessor, BillableProcessor$outboundSchema, BillingCycleAnchor2, BillingCycleAnchor2$outboundSchema, BillingUpdateAddItemAdditionalCurrency$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, BillingUpdateAddItemTierAdditionalCurrency$outboundSchema, BillingUpdateAddItemTierBehavior, BillingUpdateAddItemTierBehavior$outboundSchema, BillingUpdateAddItemTo$outboundSchema, BillingUpdateAdditionalCurrency$outboundSchema, BillingUpdateAttachDiscount$outboundSchema, BillingUpdateAutoTopup$outboundSchema, BillingUpdateBasePrice$outboundSchema, BillingUpdateBillingControls$outboundSchema, BillingUpdateCancelAction, BillingUpdateCancelAction$outboundSchema, BillingUpdateCarryOverUsages$outboundSchema, BillingUpdateCode, BillingUpdateCode$inboundSchema, BillingUpdateCustomize$outboundSchema, BillingUpdateDurationType, BillingUpdateDurationType$outboundSchema, BillingUpdateFeatureQuantity$outboundSchema, BillingUpdateFilter$outboundSchema, BillingUpdateFreeTrialParams$outboundSchema, BillingUpdateIntervalRemoveItemEnum1, BillingUpdateIntervalRemoveItemEnum1$outboundSchema, BillingUpdateIntervalRemoveItemEnum2, BillingUpdateIntervalRemoveItemEnum2$outboundSchema, BillingUpdateIntervalUnion$outboundSchema, BillingUpdateIntervalUpsertLicenseRemoveItemEnum1, BillingUpdateIntervalUpsertLicenseRemoveItemEnum1$outboundSchema, BillingUpdateIntervalUpsertLicenseRemoveItemEnum2, BillingUpdateIntervalUpsertLicenseRemoveItemEnum2$outboundSchema, BillingUpdateInvoice$inboundSchema, BillingUpdateInvoiceMode$outboundSchema, BillingUpdateItemAdditionalCurrency$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, BillingUpdateItemTierAdditionalCurrency$outboundSchema, BillingUpdateItemTierBehavior, BillingUpdateItemTierBehavior$outboundSchema, BillingUpdateItemTo$outboundSchema, BillingUpdateLicenseQuantity$outboundSchema, BillingUpdateLimitType, BillingUpdateLimitType$outboundSchema, BillingUpdateOnEnd, BillingUpdateOnEnd$outboundSchema, BillingUpdateOverageAllowed$outboundSchema, BillingUpdatePlanItemFilter$outboundSchema, BillingUpdatePriceInterval, BillingUpdatePriceInterval$outboundSchema, BillingUpdatePriceUpsertLicenseInterval, BillingUpdatePriceUpsertLicenseInterval$outboundSchema, BillingUpdateProperties$outboundSchema, BillingUpdateProrationBehavior, BillingUpdateProrationBehavior$outboundSchema, BillingUpdatePurchaseLimit$outboundSchema, BillingUpdatePurchaseLimitInterval, BillingUpdatePurchaseLimitInterval$outboundSchema, BillingUpdateRecalculateBalances$outboundSchema, BillingUpdateRedirectMode, BillingUpdateRedirectMode$outboundSchema, BillingUpdateRefundLastPayment, BillingUpdateRefundLastPayment$outboundSchema, BillingUpdateRemoveItemBillingMethod, BillingUpdateRemoveItemBillingMethod$outboundSchema, BillingUpdateRequiredAction$inboundSchema, BillingUpdateResponse$inboundSchema, BillingUpdateSpendLimit$outboundSchema, BillingUpdateThresholdType, BillingUpdateThresholdType$outboundSchema, BillingUpdateUpsertLicense$outboundSchema, BillingUpdateUpsertLicenseAddItemAdditionalCurrency$outboundSchema, BillingUpdateUpsertLicenseAddItemBillingMethod, BillingUpdateUpsertLicenseAddItemBillingMethod$outboundSchema, BillingUpdateUpsertLicenseAddItemPriceInterval, BillingUpdateUpsertLicenseAddItemPriceInterval$outboundSchema, BillingUpdateUpsertLicenseAdditionalCurrency$outboundSchema, BillingUpdateUpsertLicenseBasePrice$outboundSchema, BillingUpdateUpsertLicenseCustomize$outboundSchema, BillingUpdateUpsertLicenseExpiryDurationType, BillingUpdateUpsertLicenseExpiryDurationType$outboundSchema, BillingUpdateUpsertLicenseIntervalUnion$outboundSchema, BillingUpdateUpsertLicenseOnDecrease, BillingUpdateUpsertLicenseOnDecrease$outboundSchema, BillingUpdateUpsertLicenseOnIncrease, BillingUpdateUpsertLicenseOnIncrease$outboundSchema, BillingUpdateUpsertLicensePlanItem$outboundSchema, BillingUpdateUpsertLicensePlanItemFilter$outboundSchema, BillingUpdateUpsertLicensePrice$outboundSchema, BillingUpdateUpsertLicenseProration$outboundSchema, BillingUpdateUpsertLicenseRemoveItemBillingMethod, BillingUpdateUpsertLicenseRemoveItemBillingMethod$outboundSchema, BillingUpdateUpsertLicenseReset$outboundSchema, BillingUpdateUpsertLicenseResetInterval, BillingUpdateUpsertLicenseResetInterval$outboundSchema, BillingUpdateUpsertLicenseRollover$outboundSchema, BillingUpdateUpsertLicenseTier$outboundSchema, BillingUpdateUpsertLicenseTierBehavior, BillingUpdateUpsertLicenseTierBehavior$outboundSchema, BillingUpdateUsageAlert$outboundSchema, BillingUpdateUsageLimit$outboundSchema, BillingUpdateUsageLimitInterval, BillingUpdateUsageLimitInterval$outboundSchema, BinSize, BinSize$outboundSchema, Breakdown$inboundSchema, CheckAutoTopup1$inboundSchema, CheckAutoTopup2$inboundSchema, CheckBillingControls1$inboundSchema, CheckBillingControls2$inboundSchema, CheckConfig1$inboundSchema, CheckConfig2$inboundSchema, CheckCreditSchema1$inboundSchema, CheckCreditSchema2$inboundSchema, CheckEnv1, CheckEnv1$inboundSchema, CheckEnv2, CheckEnv2$inboundSchema, CheckFeature1$inboundSchema, CheckFeature2$inboundSchema, CheckFilter1$inboundSchema, CheckFilter2$inboundSchema, CheckFreeTrial1$inboundSchema, CheckFreeTrial2$inboundSchema, CheckItem1$inboundSchema, CheckItem2$inboundSchema, CheckItemInterval1, CheckItemInterval1$inboundSchema, CheckItemInterval2, CheckItemInterval2$inboundSchema, CheckLimitType1, CheckLimitType1$inboundSchema, CheckLimitType2, CheckLimitType2$inboundSchema, CheckLock$outboundSchema, CheckModelMarkups1$inboundSchema, CheckModelMarkups2$inboundSchema, CheckOnDecrease1, CheckOnDecrease1$inboundSchema, CheckOnDecrease2, CheckOnDecrease2$inboundSchema, CheckOnEnd1, CheckOnEnd1$inboundSchema, CheckOnEnd2, CheckOnEnd2$inboundSchema, CheckOnIncrease1, CheckOnIncrease1$inboundSchema, CheckOnIncrease2, CheckOnIncrease2$inboundSchema, CheckOverageAllowed1$inboundSchema, CheckOverageAllowed2$inboundSchema, CheckParams$outboundSchema, CheckProduct1$inboundSchema, CheckProduct2$inboundSchema, CheckProperties1$inboundSchema, CheckProperties2$inboundSchema, CheckProviderMarkups1$inboundSchema, CheckProviderMarkups2$inboundSchema, CheckPurchaseLimit1$inboundSchema, CheckPurchaseLimit2$inboundSchema, CheckPurchaseLimitInterval1, CheckPurchaseLimitInterval1$inboundSchema, CheckPurchaseLimitInterval2, CheckPurchaseLimitInterval2$inboundSchema, CheckResponse$inboundSchema, CheckResponseBody1$inboundSchema, CheckResponseBody2$inboundSchema, CheckRollover1$inboundSchema, CheckRollover2$inboundSchema, CheckSpendLimit1$inboundSchema, CheckSpendLimit2$inboundSchema, CheckThresholdType1, CheckThresholdType1$inboundSchema, CheckThresholdType2, CheckThresholdType2$inboundSchema, CheckTierBehavior1, CheckTierBehavior1$inboundSchema, CheckTierBehavior2, CheckTierBehavior2$inboundSchema, CheckUsageAlert1$inboundSchema, CheckUsageAlert2$inboundSchema, CheckUsageLimit1$inboundSchema, CheckUsageLimit2$inboundSchema, CheckUsageLimitInterval1, CheckUsageLimitInterval1$inboundSchema, CheckUsageLimitInterval2, CheckUsageLimitInterval2$inboundSchema, ConfigDuration1, ConfigDuration1$inboundSchema, ConfigDuration2, ConfigDuration2$inboundSchema, ConnectionError, Coupon$inboundSchema, CouponPromoCode$inboundSchema, CouponType, CouponType$inboundSchema, 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, CreateEntityFilterRequest$outboundSchema, CreateEntityFilterResponse$inboundSchema, CreateEntityFlags$inboundSchema, CreateEntityIntervalRequestBody, CreateEntityIntervalRequestBody$outboundSchema, CreateEntityIntervalResponse, CreateEntityIntervalResponse$inboundSchema, CreateEntityInvoice$inboundSchema, CreateEntityLimitTypeRequestBody, CreateEntityLimitTypeRequestBody$outboundSchema, CreateEntityLimitTypeResponse, CreateEntityLimitTypeResponse$inboundSchema, CreateEntityModelMarkups$inboundSchema, CreateEntityOverageAllowedRequest$outboundSchema, CreateEntityOverageAllowedResponse$inboundSchema, CreateEntityOverageAllowedSource, CreateEntityOverageAllowedSource$inboundSchema, CreateEntityParams$outboundSchema, CreateEntityProcessorType, CreateEntityProcessorType$inboundSchema, CreateEntityProperties$outboundSchema, CreateEntityProviderMarkups$inboundSchema, CreateEntityPurchase$inboundSchema, CreateEntityPurchaseScope, CreateEntityPurchaseScope$inboundSchema, CreateEntityResponse$inboundSchema, CreateEntitySpendLimitRequest$outboundSchema, CreateEntitySpendLimitResponse$inboundSchema, CreateEntitySpendLimitSource, CreateEntitySpendLimitSource$inboundSchema, CreateEntityStatus, CreateEntityStatus$inboundSchema, CreateEntitySubscription$inboundSchema, CreateEntitySubscriptionScope, CreateEntitySubscriptionScope$inboundSchema, CreateEntityThresholdTypeRequestBody, CreateEntityThresholdTypeRequestBody$outboundSchema, CreateEntityThresholdTypeResponse, CreateEntityThresholdTypeResponse$inboundSchema, CreateEntityType, CreateEntityType$inboundSchema, CreateEntityUsageAlertRequestBody$outboundSchema, CreateEntityUsageAlertResponse$inboundSchema, CreateEntityUsageAlertSource, CreateEntityUsageAlertSource$inboundSchema, CreateEntityUsageLimitRequest$outboundSchema, CreateEntityUsageLimitResponse$inboundSchema, CreateEntityUsageLimitSource, CreateEntityUsageLimitSource$inboundSchema, CreateFeatureCreditSchemaRequestBody$outboundSchema, CreateFeatureCreditSchemaResponse$inboundSchema, CreateFeatureDisplayRequestBody$outboundSchema, CreateFeatureDisplayResponse$inboundSchema, CreateFeatureModelMarkupsRequest$outboundSchema, CreateFeatureModelMarkupsResponse$inboundSchema, CreateFeatureParams$outboundSchema, CreateFeatureProviderMarkupsRequest$outboundSchema, CreateFeatureProviderMarkupsResponse$inboundSchema, CreateFeatureResponse$inboundSchema, CreateFeatureTypeRequestBody, CreateFeatureTypeRequestBody$outboundSchema, CreateFeatureTypeResponse, CreateFeatureTypeResponse$inboundSchema, CreatePlanAdditionalCurrencyRequestBody$outboundSchema, CreatePlanAdditionalCurrencyResponse$inboundSchema, CreatePlanAttachAction, CreatePlanAttachAction$inboundSchema, CreatePlanAutoTopupRequest$outboundSchema, CreatePlanAutoTopupResponse$inboundSchema, CreatePlanBasePriceResponse$inboundSchema, CreatePlanBillingControlsRequest$outboundSchema, CreatePlanBillingControlsResponse$inboundSchema, CreatePlanConfigRequest$outboundSchema, CreatePlanConfigResponse$inboundSchema, CreatePlanCreditSchema$inboundSchema, CreatePlanCustomerEligibility$inboundSchema, CreatePlanCustomizeResponse$inboundSchema, CreatePlanDurationTypeRequest, CreatePlanDurationTypeRequest$outboundSchema, CreatePlanDurationTypeResponse, CreatePlanDurationTypeResponse$inboundSchema, CreatePlanEnv, CreatePlanEnv$inboundSchema, CreatePlanFeature$inboundSchema, CreatePlanFeatureDisplay$inboundSchema, CreatePlanFilterRequest$outboundSchema, CreatePlanFilterResponse$inboundSchema, CreatePlanFreeTrialParams$inboundSchema, CreatePlanFreeTrialResponse$inboundSchema, CreatePlanIntervalLicenseRemoveItemEnum1, CreatePlanIntervalLicenseRemoveItemEnum1$outboundSchema, CreatePlanIntervalLicenseRemoveItemEnum2, CreatePlanIntervalLicenseRemoveItemEnum2$outboundSchema, CreatePlanIntervalVariantDetailsRemoveItemEnum1, CreatePlanIntervalVariantDetailsRemoveItemEnum1$inboundSchema, CreatePlanIntervalVariantDetailsRemoveItemEnum2, CreatePlanIntervalVariantDetailsRemoveItemEnum2$inboundSchema, CreatePlanItem$inboundSchema, CreatePlanItemAdditionalCurrencyRequestBody$outboundSchema, CreatePlanItemAdditionalCurrencyResponse$inboundSchema, CreatePlanItemBillingMethodRequestBody, CreatePlanItemBillingMethodRequestBody$outboundSchema, CreatePlanItemBillingMethodResponse, CreatePlanItemBillingMethodResponse$inboundSchema, CreatePlanItemDisplay$inboundSchema, CreatePlanItemExpiryDurationTypeRequestBody, CreatePlanItemExpiryDurationTypeRequestBody$outboundSchema, CreatePlanItemExpiryDurationTypeResponse, CreatePlanItemExpiryDurationTypeResponse$inboundSchema, CreatePlanItemOnDecrease, CreatePlanItemOnDecrease$outboundSchema, CreatePlanItemOnIncrease, CreatePlanItemOnIncrease$outboundSchema, CreatePlanItemPlanItem$outboundSchema, CreatePlanItemPriceIntervalRequestBody, CreatePlanItemPriceIntervalRequestBody$outboundSchema, CreatePlanItemPriceRequestBody$outboundSchema, CreatePlanItemPriceResponse$inboundSchema, CreatePlanItemProration$outboundSchema, CreatePlanItemResetIntervalRequestBody, CreatePlanItemResetIntervalRequestBody$outboundSchema, CreatePlanItemResetRequestBody$outboundSchema, CreatePlanItemResetResponse$inboundSchema, CreatePlanItemRolloverRequestBody$outboundSchema, CreatePlanItemRolloverResponse$inboundSchema, CreatePlanItemTierAdditionalCurrencyRequestBody$outboundSchema, CreatePlanItemTierAdditionalCurrencyResponse$inboundSchema, CreatePlanItemTierBehaviorRequestBody, CreatePlanItemTierBehaviorRequestBody$outboundSchema, CreatePlanItemTierBehaviorResponse, CreatePlanItemTierBehaviorResponse$inboundSchema, CreatePlanItemTierRequestBody$outboundSchema, CreatePlanItemTierResponse$inboundSchema, CreatePlanItemToRequestBody$outboundSchema, CreatePlanItemToResponse$inboundSchema, CreatePlanLicense$outboundSchema, CreatePlanLicenseAddItemAdditionalCurrency$outboundSchema, CreatePlanLicenseAddItemBillingMethod, CreatePlanLicenseAddItemBillingMethod$outboundSchema, CreatePlanLicenseAddItemPriceInterval, CreatePlanLicenseAddItemPriceInterval$outboundSchema, CreatePlanLicenseAdditionalCurrency$outboundSchema, CreatePlanLicenseBasePrice$outboundSchema, CreatePlanLicenseCustomize$outboundSchema, CreatePlanLicenseExpiryDurationType, CreatePlanLicenseExpiryDurationType$outboundSchema, CreatePlanLicenseIntervalUnion$outboundSchema, CreatePlanLicenseOnDecrease, CreatePlanLicenseOnDecrease$outboundSchema, CreatePlanLicenseOnIncrease, CreatePlanLicenseOnIncrease$outboundSchema, CreatePlanLicensePlanItem$outboundSchema, CreatePlanLicensePlanItemFilter$outboundSchema, CreatePlanLicensePrice$outboundSchema, CreatePlanLicenseProration$outboundSchema, CreatePlanLicenseRemoveItemBillingMethod, CreatePlanLicenseRemoveItemBillingMethod$outboundSchema, CreatePlanLicenseReset$outboundSchema, CreatePlanLicenseResetInterval, CreatePlanLicenseResetInterval$outboundSchema, CreatePlanLicenseRollover$outboundSchema, CreatePlanLicenseTier$outboundSchema, CreatePlanLicenseTierAdditionalCurrency$outboundSchema, CreatePlanLicenseTierBehavior, CreatePlanLicenseTierBehavior$outboundSchema, CreatePlanLicenseTo$outboundSchema, CreatePlanLimitTypeRequestBody, CreatePlanLimitTypeRequestBody$outboundSchema, CreatePlanLimitTypeResponse, CreatePlanLimitTypeResponse$inboundSchema, CreatePlanOnEndRequest, CreatePlanOnEndRequest$outboundSchema, CreatePlanOnEndResponse, CreatePlanOnEndResponse$inboundSchema, CreatePlanOverageAllowedRequest$outboundSchema, CreatePlanOverageAllowedResponse$inboundSchema, CreatePlanParams$outboundSchema, CreatePlanPlanItemFilterResponse$inboundSchema, CreatePlanPlanItemResponse$inboundSchema, CreatePlanPriceDisplay$inboundSchema, CreatePlanPriceIntervalRequestBody, CreatePlanPriceIntervalRequestBody$outboundSchema, CreatePlanPriceIntervalResponse, CreatePlanPriceIntervalResponse$inboundSchema, CreatePlanPriceItemIntervalResponse, CreatePlanPriceItemIntervalResponse$inboundSchema, CreatePlanPriceLicenseInterval, CreatePlanPriceLicenseInterval$outboundSchema, CreatePlanPriceRequestBody$outboundSchema, CreatePlanPriceResponse$inboundSchema, CreatePlanPriceVariantDetailsInterval, CreatePlanPriceVariantDetailsInterval$inboundSchema, CreatePlanProperties$outboundSchema, CreatePlanProrationResponse$inboundSchema, CreatePlanPurchaseLimitIntervalRequestBody, CreatePlanPurchaseLimitIntervalRequestBody$outboundSchema, CreatePlanPurchaseLimitIntervalResponse, CreatePlanPurchaseLimitIntervalResponse$inboundSchema, CreatePlanPurchaseLimitRequest$outboundSchema, CreatePlanPurchaseLimitResponse$inboundSchema, CreatePlanResetItemIntervalResponse, CreatePlanResetItemIntervalResponse$inboundSchema, CreatePlanResponse$inboundSchema, CreatePlanSpendLimitRequest$outboundSchema, CreatePlanSpendLimitResponse$inboundSchema, CreatePlanStatus, CreatePlanStatus$inboundSchema, CreatePlanThresholdTypeRequestBody, CreatePlanThresholdTypeRequestBody$outboundSchema, CreatePlanThresholdTypeResponse, CreatePlanThresholdTypeResponse$inboundSchema, CreatePlanType, CreatePlanType$inboundSchema, CreatePlanUsageAlertRequestBody$outboundSchema, CreatePlanUsageAlertResponse$inboundSchema, CreatePlanUsageLimitIntervalRequestBody, CreatePlanUsageLimitIntervalRequestBody$outboundSchema, CreatePlanUsageLimitIntervalResponse, CreatePlanUsageLimitIntervalResponse$inboundSchema, CreatePlanUsageLimitRequest$outboundSchema, CreatePlanUsageLimitResponse$inboundSchema, CreatePlanVariantDetails$inboundSchema, CreatePlanVariantDetailsAddItemAdditionalCurrency$inboundSchema, CreatePlanVariantDetailsAddItemBillingMethod, CreatePlanVariantDetailsAddItemBillingMethod$inboundSchema, CreatePlanVariantDetailsAddItemPriceInterval, CreatePlanVariantDetailsAddItemPriceInterval$inboundSchema, CreatePlanVariantDetailsAdditionalCurrency$inboundSchema, CreatePlanVariantDetailsAutoTopup$inboundSchema, CreatePlanVariantDetailsBillingControls$inboundSchema, CreatePlanVariantDetailsDurationType, CreatePlanVariantDetailsDurationType$inboundSchema, CreatePlanVariantDetailsExpiryDurationType, CreatePlanVariantDetailsExpiryDurationType$inboundSchema, CreatePlanVariantDetailsFilter$inboundSchema, CreatePlanVariantDetailsIntervalUnion$inboundSchema, CreatePlanVariantDetailsLimitType, CreatePlanVariantDetailsLimitType$inboundSchema, CreatePlanVariantDetailsOnDecrease, CreatePlanVariantDetailsOnDecrease$inboundSchema, CreatePlanVariantDetailsOnEnd, CreatePlanVariantDetailsOnEnd$inboundSchema, CreatePlanVariantDetailsOnIncrease, CreatePlanVariantDetailsOnIncrease$inboundSchema, CreatePlanVariantDetailsOverageAllowed$inboundSchema, CreatePlanVariantDetailsPrice$inboundSchema, CreatePlanVariantDetailsPurchaseLimit$inboundSchema, CreatePlanVariantDetailsPurchaseLimitInterval, CreatePlanVariantDetailsPurchaseLimitInterval$inboundSchema, CreatePlanVariantDetailsRemoveItemBillingMethod, CreatePlanVariantDetailsRemoveItemBillingMethod$inboundSchema, CreatePlanVariantDetailsReset$inboundSchema, CreatePlanVariantDetailsResetInterval, CreatePlanVariantDetailsResetInterval$inboundSchema, CreatePlanVariantDetailsRollover$inboundSchema, CreatePlanVariantDetailsSpendLimit$inboundSchema, CreatePlanVariantDetailsThresholdType, CreatePlanVariantDetailsThresholdType$inboundSchema, CreatePlanVariantDetailsTier$inboundSchema, CreatePlanVariantDetailsTierAdditionalCurrency$inboundSchema, CreatePlanVariantDetailsTierBehavior, CreatePlanVariantDetailsTierBehavior$inboundSchema, CreatePlanVariantDetailsTo$inboundSchema, CreatePlanVariantDetailsUsageAlert$inboundSchema, CreatePlanVariantDetailsUsageLimit$inboundSchema, CreatePlanVariantDetailsUsageLimitInterval, CreatePlanVariantDetailsUsageLimitInterval$inboundSchema, CreateReferralCodeParams$outboundSchema, CreateReferralCodeResponse$inboundSchema, CreateScheduleAddItemAdditionalCurrency2$outboundSchema, CreateScheduleAddItemBillingMethod2, CreateScheduleAddItemBillingMethod2$outboundSchema, CreateScheduleAddItemExpiryDurationType2, CreateScheduleAddItemExpiryDurationType2$outboundSchema, CreateScheduleAddItemOnDecrease2, CreateScheduleAddItemOnDecrease2$outboundSchema, CreateScheduleAddItemOnIncrease2, CreateScheduleAddItemOnIncrease2$outboundSchema, CreateScheduleAddItemPlanItem2$outboundSchema, CreateScheduleAddItemPrice2$outboundSchema, CreateScheduleAddItemPriceInterval2, CreateScheduleAddItemPriceInterval2$outboundSchema, CreateScheduleAddItemProration2$outboundSchema, CreateScheduleAddItemReset2$outboundSchema, CreateScheduleAddItemResetInterval2, CreateScheduleAddItemResetInterval2$outboundSchema, CreateScheduleAddItemRollover2$outboundSchema, CreateScheduleAddItemTier2$outboundSchema, CreateScheduleAddItemTierBehavior2, CreateScheduleAddItemTierBehavior2$outboundSchema, CreateScheduleAdditionalCurrency2$outboundSchema, CreateScheduleAttachDiscount$outboundSchema, CreateScheduleAutoTopup2$outboundSchema, CreateScheduleBasePrice2$outboundSchema, CreateScheduleBillingBehavior, CreateScheduleBillingBehavior$outboundSchema, CreateScheduleBillingControls2$outboundSchema, CreateScheduleCode, CreateScheduleCode$inboundSchema, CreateScheduleCustomize2$outboundSchema, CreateScheduleDurationType2, CreateScheduleDurationType2$outboundSchema, CreateScheduleFeatureQuantity2$outboundSchema, CreateScheduleFilter2$outboundSchema, CreateScheduleIntervalRemoveItemEnum3, CreateScheduleIntervalRemoveItemEnum3$outboundSchema, CreateScheduleIntervalRemoveItemEnum4, CreateScheduleIntervalRemoveItemEnum4$outboundSchema, CreateScheduleIntervalUnion2$outboundSchema, CreateScheduleInvoice$inboundSchema, CreateScheduleInvoiceMode$outboundSchema, CreateScheduleItemAdditionalCurrency2$outboundSchema, CreateScheduleItemBillingMethod2, CreateScheduleItemBillingMethod2$outboundSchema, CreateScheduleItemExpiryDurationType2, CreateScheduleItemExpiryDurationType2$outboundSchema, CreateScheduleItemOnDecrease2, CreateScheduleItemOnDecrease2$outboundSchema, CreateScheduleItemOnIncrease2, CreateScheduleItemOnIncrease2$outboundSchema, CreateScheduleItemPlanItem2$outboundSchema, CreateScheduleItemPrice2$outboundSchema, CreateScheduleItemPriceInterval2, CreateScheduleItemPriceInterval2$outboundSchema, CreateScheduleItemProration2$outboundSchema, CreateScheduleItemReset2$outboundSchema, CreateScheduleItemResetInterval2, CreateScheduleItemResetInterval2$outboundSchema, CreateScheduleItemRollover2$outboundSchema, CreateScheduleItemTier2$outboundSchema, CreateScheduleItemTierBehavior2, CreateScheduleItemTierBehavior2$outboundSchema, CreateScheduleLimitType2, CreateScheduleLimitType2$outboundSchema, CreateScheduleOverageAllowed2$outboundSchema, CreateScheduleParams$outboundSchema, CreateSchedulePlan2$outboundSchema, CreateSchedulePlanItemFilter2$outboundSchema, CreateSchedulePriceInterval2, CreateSchedulePriceInterval2$outboundSchema, CreateSchedulePurchaseLimit2$outboundSchema, CreateSchedulePurchaseLimitInterval2, CreateSchedulePurchaseLimitInterval2$outboundSchema, CreateScheduleRedirectMode, CreateScheduleRedirectMode$outboundSchema, CreateScheduleRemoveItemBillingMethod2, CreateScheduleRemoveItemBillingMethod2$outboundSchema, CreateScheduleRequiredAction$inboundSchema, CreateScheduleResponse$inboundSchema, CreateScheduleSpendLimit2$outboundSchema, CreateScheduleStatus, CreateScheduleStatus$inboundSchema, CreateScheduleThresholdType2, CreateScheduleThresholdType2$outboundSchema, CreateScheduleUsageAlert2$outboundSchema, CreateScheduleUsageLimit2$outboundSchema, CreateScheduleUsageLimitInterval2, CreateScheduleUsageLimitInterval2$outboundSchema, Customer$inboundSchema, CustomerAutoTopup$inboundSchema, CustomerBillingControls$inboundSchema, CustomerConfig$inboundSchema, CustomerCreditSchema$inboundSchema, CustomerData$outboundSchema, CustomerDataAutoTopup$outboundSchema, CustomerDataBillingControls$outboundSchema, CustomerDataConfig$outboundSchema, CustomerDataFilter$outboundSchema, CustomerDataLimitType, CustomerDataLimitType$outboundSchema, CustomerDataOverageAllowed$outboundSchema, CustomerDataPurchaseLimit$outboundSchema, CustomerDataPurchaseLimitInterval, CustomerDataPurchaseLimitInterval$outboundSchema, CustomerDataSpendLimit$outboundSchema, CustomerDataThresholdType, CustomerDataThresholdType$outboundSchema, CustomerDataUsageAlert$outboundSchema, CustomerDataUsageLimit$outboundSchema, CustomerDataUsageLimitInterval, CustomerDataUsageLimitInterval$outboundSchema, CustomerDiscountType, CustomerDiscountType$inboundSchema, CustomerDisplay$inboundSchema, CustomerDurationType, CustomerDurationType$inboundSchema, CustomerEligibility$inboundSchema, CustomerEntityEnv, CustomerEntityEnv$inboundSchema, CustomerEnv, CustomerEnv$inboundSchema, CustomerExpand, CustomerExpand$outboundSchema, CustomerFeature$inboundSchema, CustomerFilter$inboundSchema, CustomerFlagsType, CustomerFlagsType$inboundSchema, CustomerLimitType, CustomerLimitType$inboundSchema, CustomerModelMarkups$inboundSchema, CustomerOverageAllowed$inboundSchema, CustomerProviderMarkups$inboundSchema, CustomerPurchaseLimit1$inboundSchema, CustomerPurchaseLimit2$inboundSchema, CustomerPurchaseLimitInterval1, CustomerPurchaseLimitInterval1$inboundSchema, CustomerPurchaseLimitInterval2, CustomerPurchaseLimitInterval2$inboundSchema, CustomerPurchaseLimitUnion$inboundSchema, CustomerSpendLimit$inboundSchema, CustomerStatus, CustomerStatus$inboundSchema, CustomerThresholdType, CustomerThresholdType$inboundSchema, CustomerUsageAlert$inboundSchema, CustomerUsageLimit$inboundSchema, CustomerUsageLimitInterval, CustomerUsageLimitInterval$inboundSchema, Customize$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, DfuFlashParams$outboundSchema, DfuFlashResult$inboundSchema, Discount$inboundSchema, DurationType, DurationType$inboundSchema, EntitlementsGranted$inboundSchema, Entity$inboundSchema, EventsAggregateParams$outboundSchema, EventsListParams$outboundSchema, Expiry$inboundSchema, ExpiryType, ExpiryType$inboundSchema, FeatureGrant$inboundSchema, FeatureGrantPromoCode$inboundSchema, FeatureType1, FeatureType1$inboundSchema, FeatureType2, FeatureType2$inboundSchema, FinalizeBalanceParams$outboundSchema, FinalizeLockAction, FinalizeLockAction$outboundSchema, FinalizeLockResponse$inboundSchema, FinalizeLockResponseBody1$inboundSchema, FinalizeLockResponseBody2$inboundSchema, Flag1$inboundSchema, Flag2$inboundSchema, FlagDisplay1$inboundSchema, FlagDisplay2$inboundSchema, FlagType1, FlagType1$inboundSchema, FlagType2, FlagType2$inboundSchema, Flags$inboundSchema, Flashed$inboundSchema, FreeTrial$inboundSchema, FreeTrialDuration1, FreeTrialDuration1$inboundSchema, FreeTrialDuration2, FreeTrialDuration2$inboundSchema, FreeTrialParams$inboundSchema, FreeTrialRequest$outboundSchema, GetCustomerAutoTopup$inboundSchema, GetCustomerAutoTopupSource, GetCustomerAutoTopupSource$inboundSchema, GetCustomerBillingControls$inboundSchema, GetCustomerConfig$inboundSchema, GetCustomerCreditSchema$inboundSchema, GetCustomerCustomer$inboundSchema, GetCustomerDiscount$inboundSchema, GetCustomerDiscountType, GetCustomerDiscountType$inboundSchema, GetCustomerDisplay$inboundSchema, GetCustomerDurationType, GetCustomerDurationType$inboundSchema, GetCustomerEntity$inboundSchema, GetCustomerEntityEnv, GetCustomerEntityEnv$inboundSchema, GetCustomerEnv, GetCustomerEnv$inboundSchema, GetCustomerFeature$inboundSchema, GetCustomerFilter$inboundSchema, GetCustomerFlags$inboundSchema, GetCustomerFlagsType, GetCustomerFlagsType$inboundSchema, GetCustomerInvoice$inboundSchema, GetCustomerLicense$inboundSchema, GetCustomerLimitType, GetCustomerLimitType$inboundSchema, GetCustomerModelMarkups$inboundSchema, GetCustomerOverageAllowed$inboundSchema, GetCustomerOverageAllowedSource, GetCustomerOverageAllowedSource$inboundSchema, GetCustomerParams$outboundSchema, GetCustomerProcessorType, GetCustomerProcessorType$inboundSchema, GetCustomerProcessors$inboundSchema, GetCustomerProviderMarkups$inboundSchema, GetCustomerPurchase$inboundSchema, GetCustomerPurchaseLimit1$inboundSchema, GetCustomerPurchaseLimit2$inboundSchema, GetCustomerPurchaseLimitInterval1, GetCustomerPurchaseLimitInterval1$inboundSchema, GetCustomerPurchaseLimitInterval2, GetCustomerPurchaseLimitInterval2$inboundSchema, GetCustomerPurchaseLimitUnion$inboundSchema, GetCustomerPurchaseScope, GetCustomerPurchaseScope$inboundSchema, GetCustomerReferral$inboundSchema, GetCustomerResponse$inboundSchema, GetCustomerRevenuecat$inboundSchema, GetCustomerRewards$inboundSchema, GetCustomerSpendLimit$inboundSchema, GetCustomerSpendLimitSource, GetCustomerSpendLimitSource$inboundSchema, GetCustomerStatus, GetCustomerStatus$inboundSchema, GetCustomerStripe$inboundSchema, GetCustomerSubscription$inboundSchema, GetCustomerSubscriptionScope, GetCustomerSubscriptionScope$inboundSchema, GetCustomerThresholdType, GetCustomerThresholdType$inboundSchema, GetCustomerTrialsUsed$inboundSchema, GetCustomerUsageAlert$inboundSchema, GetCustomerUsageAlertSource, GetCustomerUsageAlertSource$inboundSchema, GetCustomerUsageLimit$inboundSchema, GetCustomerUsageLimitInterval, GetCustomerUsageLimitInterval$inboundSchema, GetCustomerUsageLimitSource, GetCustomerUsageLimitSource$inboundSchema, GetCustomerVercel$inboundSchema, GetEntityBillingControls$inboundSchema, GetEntityCreditSchema$inboundSchema, GetEntityDisplay$inboundSchema, GetEntityEnv, GetEntityEnv$inboundSchema, GetEntityFeature$inboundSchema, GetEntityFilter$inboundSchema, GetEntityFlags$inboundSchema, GetEntityInterval, GetEntityInterval$inboundSchema, GetEntityInvoice$inboundSchema, GetEntityLimitType, GetEntityLimitType$inboundSchema, GetEntityModelMarkups$inboundSchema, GetEntityOverageAllowed$inboundSchema, GetEntityOverageAllowedSource, GetEntityOverageAllowedSource$inboundSchema, GetEntityParams$outboundSchema, GetEntityProcessorType, GetEntityProcessorType$inboundSchema, GetEntityProviderMarkups$inboundSchema, GetEntityPurchase$inboundSchema, GetEntityPurchaseScope, GetEntityPurchaseScope$inboundSchema, GetEntityResponse$inboundSchema, GetEntitySpendLimit$inboundSchema, GetEntitySpendLimitSource, GetEntitySpendLimitSource$inboundSchema, GetEntityStatus, GetEntityStatus$inboundSchema, GetEntitySubscription$inboundSchema, GetEntitySubscriptionScope, GetEntitySubscriptionScope$inboundSchema, GetEntityThresholdType, GetEntityThresholdType$inboundSchema, GetEntityType, GetEntityType$inboundSchema, GetEntityUsageAlert$inboundSchema, GetEntityUsageAlertSource, GetEntityUsageAlertSource$inboundSchema, GetEntityUsageLimit$inboundSchema, GetEntityUsageLimitSource, GetEntityUsageLimitSource$inboundSchema, GetFeatureCreditSchema$inboundSchema, GetFeatureDisplay$inboundSchema, GetFeatureModelMarkups$inboundSchema, GetFeatureParams$outboundSchema, GetFeatureProviderMarkups$inboundSchema, GetFeatureResponse$inboundSchema, GetFeatureType, GetFeatureType$inboundSchema, GetOrCreateCustomerAutoTopup$outboundSchema, GetOrCreateCustomerBillingControls$outboundSchema, GetOrCreateCustomerConfig$outboundSchema, GetOrCreateCustomerFilter$outboundSchema, GetOrCreateCustomerLimitType, GetOrCreateCustomerLimitType$outboundSchema, GetOrCreateCustomerOverageAllowed$outboundSchema, GetOrCreateCustomerParams$outboundSchema, GetOrCreateCustomerProperties$outboundSchema, GetOrCreateCustomerPurchaseLimit$outboundSchema, GetOrCreateCustomerPurchaseLimitInterval, GetOrCreateCustomerPurchaseLimitInterval$outboundSchema, GetOrCreateCustomerSpendLimit$outboundSchema, GetOrCreateCustomerThresholdType, GetOrCreateCustomerThresholdType$outboundSchema, GetOrCreateCustomerUsageAlert$outboundSchema, GetOrCreateCustomerUsageLimit$outboundSchema, GetOrCreateCustomerUsageLimitInterval, GetOrCreateCustomerUsageLimitInterval$outboundSchema, GetPlanAddItemAdditionalCurrency$inboundSchema, GetPlanAddItemBillingMethod, GetPlanAddItemBillingMethod$inboundSchema, GetPlanAddItemPriceInterval, GetPlanAddItemPriceInterval$inboundSchema, GetPlanAdditionalCurrency$inboundSchema, GetPlanAttachAction, GetPlanAttachAction$inboundSchema, GetPlanAutoTopup$inboundSchema, GetPlanBasePrice$inboundSchema, GetPlanBillingControls$inboundSchema, GetPlanConfig$inboundSchema, GetPlanCreditSchema$inboundSchema, GetPlanCustomerEligibility$inboundSchema, GetPlanCustomize$inboundSchema, GetPlanDurationType, GetPlanDurationType$inboundSchema, GetPlanEnv, GetPlanEnv$inboundSchema, GetPlanFeature$inboundSchema, GetPlanFeatureDisplay$inboundSchema, GetPlanFilter$inboundSchema, GetPlanFreeTrial$inboundSchema, GetPlanFreeTrialParams$inboundSchema, GetPlanIntervalRemoveItemEnum1, GetPlanIntervalRemoveItemEnum1$inboundSchema, GetPlanIntervalRemoveItemEnum2, GetPlanIntervalRemoveItemEnum2$inboundSchema, GetPlanIntervalUnion$inboundSchema, GetPlanItem$inboundSchema, GetPlanItemAdditionalCurrency$inboundSchema, GetPlanItemBillingMethod, GetPlanItemBillingMethod$inboundSchema, GetPlanItemDisplay$inboundSchema, GetPlanItemExpiryDurationType, GetPlanItemExpiryDurationType$inboundSchema, GetPlanItemPrice$inboundSchema, GetPlanItemReset$inboundSchema, GetPlanItemRollover$inboundSchema, GetPlanItemTier$inboundSchema, GetPlanItemTierAdditionalCurrency$inboundSchema, GetPlanItemTierBehavior, GetPlanItemTierBehavior$inboundSchema, GetPlanItemTo$inboundSchema, GetPlanLimitType, GetPlanLimitType$inboundSchema, GetPlanOnDecrease, GetPlanOnDecrease$inboundSchema, GetPlanOnEnd, GetPlanOnEnd$inboundSchema, GetPlanOnIncrease, GetPlanOnIncrease$inboundSchema, GetPlanOverageAllowed$inboundSchema, GetPlanParams$outboundSchema, GetPlanPlanItem$inboundSchema, GetPlanPlanItemFilter$inboundSchema, GetPlanPrice$inboundSchema, GetPlanPriceDisplay$inboundSchema, GetPlanPriceInterval, GetPlanPriceInterval$inboundSchema, GetPlanPriceItemInterval, GetPlanPriceItemInterval$inboundSchema, GetPlanPriceVariantDetailsInterval, GetPlanPriceVariantDetailsInterval$inboundSchema, GetPlanProration$inboundSchema, GetPlanPurchaseLimit$inboundSchema, GetPlanPurchaseLimitInterval, GetPlanPurchaseLimitInterval$inboundSchema, GetPlanRemoveItemBillingMethod, GetPlanRemoveItemBillingMethod$inboundSchema, GetPlanResetItemInterval, GetPlanResetItemInterval$inboundSchema, GetPlanResponse$inboundSchema, GetPlanSpendLimit$inboundSchema, GetPlanStatus, GetPlanStatus$inboundSchema, GetPlanThresholdType, GetPlanThresholdType$inboundSchema, GetPlanType, GetPlanType$inboundSchema, GetPlanUsageAlert$inboundSchema, GetPlanUsageLimit$inboundSchema, GetPlanUsageLimitInterval, GetPlanUsageLimitInterval$inboundSchema, GetPlanVariantDetails$inboundSchema, GetPlanVariantDetailsAdditionalCurrency$inboundSchema, GetPlanVariantDetailsAutoTopup$inboundSchema, GetPlanVariantDetailsBillingControls$inboundSchema, GetPlanVariantDetailsDurationType, GetPlanVariantDetailsDurationType$inboundSchema, GetPlanVariantDetailsExpiryDurationType, GetPlanVariantDetailsExpiryDurationType$inboundSchema, GetPlanVariantDetailsFilter$inboundSchema, GetPlanVariantDetailsLimitType, GetPlanVariantDetailsLimitType$inboundSchema, GetPlanVariantDetailsOnEnd, GetPlanVariantDetailsOnEnd$inboundSchema, GetPlanVariantDetailsOverageAllowed$inboundSchema, GetPlanVariantDetailsPrice$inboundSchema, GetPlanVariantDetailsPurchaseLimit$inboundSchema, GetPlanVariantDetailsPurchaseLimitInterval, GetPlanVariantDetailsPurchaseLimitInterval$inboundSchema, GetPlanVariantDetailsReset$inboundSchema, GetPlanVariantDetailsResetInterval, GetPlanVariantDetailsResetInterval$inboundSchema, GetPlanVariantDetailsRollover$inboundSchema, GetPlanVariantDetailsSpendLimit$inboundSchema, GetPlanVariantDetailsThresholdType, GetPlanVariantDetailsThresholdType$inboundSchema, GetPlanVariantDetailsTier$inboundSchema, GetPlanVariantDetailsTierAdditionalCurrency$inboundSchema, GetPlanVariantDetailsTierBehavior, GetPlanVariantDetailsTierBehavior$inboundSchema, GetPlanVariantDetailsTo$inboundSchema, GetPlanVariantDetailsUsageAlert$inboundSchema, GetPlanVariantDetailsUsageLimit$inboundSchema, GetPlanVariantDetailsUsageLimitInterval, GetPlanVariantDetailsUsageLimitInterval$inboundSchema, GetRevenueCatKeysApp$inboundSchema, GetRevenueCatKeysEnv, GetRevenueCatKeysEnv$outboundSchema, GetRevenueCatKeysParams$outboundSchema, GetRevenueCatKeysResponse$inboundSchema, Grant$inboundSchema, HTTPClient, HTTPClientError, ImportBalance$outboundSchema, ImportBillingBehavior, ImportBillingBehavior$outboundSchema, ImportCustomerData$outboundSchema, ImportFeatureQuantity$outboundSchema, ImportFilter$outboundSchema, ImportInterval, ImportInterval$outboundSchema, ImportPlan$outboundSchema, ImportProcessor$outboundSchema, ImportStatus, ImportStatus$outboundSchema, ImportType, ImportType$outboundSchema, IncludedUsage1$inboundSchema, IncludedUsage2$inboundSchema, Intent, Intent$inboundSchema, IntervalVariantRemoveItemEnum1, IntervalVariantRemoveItemEnum1$outboundSchema, IntervalVariantRemoveItemEnum2, IntervalVariantRemoveItemEnum2$outboundSchema, InvalidRequestError, Invoice$inboundSchema, Item$inboundSchema, ItemAdditionalCurrency$inboundSchema, ItemExpiryDurationType, ItemExpiryDurationType$inboundSchema, ItemTierAdditionalCurrency$inboundSchema, License$inboundSchema, Link$outboundSchema, LinkRevenueCatEnv, LinkRevenueCatEnv$outboundSchema, LinkRevenueCatParams$outboundSchema, LinkRevenueCatResponse$inboundSchema, ListCustomersAutoTopup$inboundSchema, ListCustomersAutoTopupSource, ListCustomersAutoTopupSource$inboundSchema, ListCustomersBillingControls$inboundSchema, ListCustomersConfig$inboundSchema, ListCustomersCreditSchema$inboundSchema, ListCustomersDisplay$inboundSchema, ListCustomersEnv, ListCustomersEnv$inboundSchema, ListCustomersFeature$inboundSchema, ListCustomersFilter$inboundSchema, ListCustomersFlags$inboundSchema, ListCustomersLicense$inboundSchema, ListCustomersLimitType, ListCustomersLimitType$inboundSchema, ListCustomersList$inboundSchema, ListCustomersModelMarkups$inboundSchema, ListCustomersOverageAllowed$inboundSchema, ListCustomersOverageAllowedSource, ListCustomersOverageAllowedSource$inboundSchema, ListCustomersParams$outboundSchema, ListCustomersPlan$outboundSchema, ListCustomersProcessor, ListCustomersProcessor$outboundSchema, ListCustomersProcessors$inboundSchema, ListCustomersProviderMarkups$inboundSchema, ListCustomersPurchase$inboundSchema, ListCustomersPurchaseLimit1$inboundSchema, ListCustomersPurchaseLimit2$inboundSchema, ListCustomersPurchaseLimitInterval1, ListCustomersPurchaseLimitInterval1$inboundSchema, ListCustomersPurchaseLimitInterval2, ListCustomersPurchaseLimitInterval2$inboundSchema, ListCustomersPurchaseLimitUnion$inboundSchema, ListCustomersPurchaseScope, ListCustomersPurchaseScope$inboundSchema, ListCustomersResponse$inboundSchema, ListCustomersRevenuecat$inboundSchema, ListCustomersSpendLimit$inboundSchema, ListCustomersSpendLimitSource, ListCustomersSpendLimitSource$inboundSchema, ListCustomersStatus, ListCustomersStatus$inboundSchema, ListCustomersStripe$inboundSchema, ListCustomersSubscription$inboundSchema, ListCustomersSubscriptionScope, ListCustomersSubscriptionScope$inboundSchema, ListCustomersSubscriptionStatus, ListCustomersSubscriptionStatus$outboundSchema, ListCustomersThresholdType, ListCustomersThresholdType$inboundSchema, ListCustomersType, ListCustomersType$inboundSchema, ListCustomersUsageAlert$inboundSchema, ListCustomersUsageAlertSource, ListCustomersUsageAlertSource$inboundSchema, ListCustomersUsageLimit$inboundSchema, ListCustomersUsageLimitInterval, ListCustomersUsageLimitInterval$inboundSchema, ListCustomersUsageLimitSource, ListCustomersUsageLimitSource$inboundSchema, ListCustomersVercel$inboundSchema, ListEntitiesBillingControls$inboundSchema, ListEntitiesCreditSchema$inboundSchema, ListEntitiesDisplay$inboundSchema, ListEntitiesEnv, ListEntitiesEnv$inboundSchema, ListEntitiesFeature$inboundSchema, ListEntitiesFilter$inboundSchema, ListEntitiesFlags$inboundSchema, ListEntitiesInterval, ListEntitiesInterval$inboundSchema, ListEntitiesInvoice$inboundSchema, ListEntitiesLimitType, ListEntitiesLimitType$inboundSchema, ListEntitiesList$inboundSchema, ListEntitiesModelMarkups$inboundSchema, ListEntitiesOverageAllowed$inboundSchema, ListEntitiesOverageAllowedSource, ListEntitiesOverageAllowedSource$inboundSchema, ListEntitiesParams$outboundSchema, ListEntitiesPlan$outboundSchema, ListEntitiesProcessor, ListEntitiesProcessor$outboundSchema, ListEntitiesProcessorType, ListEntitiesProcessorType$inboundSchema, ListEntitiesProviderMarkups$inboundSchema, ListEntitiesPurchase$inboundSchema, ListEntitiesPurchaseScope, ListEntitiesPurchaseScope$inboundSchema, ListEntitiesResponse$inboundSchema, ListEntitiesSpendLimit$inboundSchema, ListEntitiesSpendLimitSource, ListEntitiesSpendLimitSource$inboundSchema, ListEntitiesStatus, ListEntitiesStatus$inboundSchema, ListEntitiesSubscription$inboundSchema, ListEntitiesSubscriptionScope, ListEntitiesSubscriptionScope$inboundSchema, ListEntitiesSubscriptionStatus, ListEntitiesSubscriptionStatus$outboundSchema, ListEntitiesThresholdType, ListEntitiesThresholdType$inboundSchema, ListEntitiesType, ListEntitiesType$inboundSchema, ListEntitiesUsageAlert$inboundSchema, ListEntitiesUsageAlertSource, ListEntitiesUsageAlertSource$inboundSchema, ListEntitiesUsageLimit$inboundSchema, ListEntitiesUsageLimitSource, ListEntitiesUsageLimitSource$inboundSchema, ListEventsCustomRange$outboundSchema, ListEventsFeatureId$outboundSchema, ListEventsIntervalEnum, ListEventsIntervalEnum$inboundSchema, ListEventsIntervalUnion$inboundSchema, ListEventsList$inboundSchema, ListEventsReset$inboundSchema, ListEventsResponse$inboundSchema, ListFeaturesCreditSchema$inboundSchema, ListFeaturesDisplay$inboundSchema, ListFeaturesList$inboundSchema, ListFeaturesModelMarkups$inboundSchema, ListFeaturesProviderMarkups$inboundSchema, ListFeaturesRequest$outboundSchema, ListFeaturesResponse$inboundSchema, ListFeaturesType, ListFeaturesType$inboundSchema, ListInvoicesList$inboundSchema, ListInvoicesListProcessorType, ListInvoicesListProcessorType$inboundSchema, ListInvoicesParams$outboundSchema, ListInvoicesResponse$inboundSchema, ListInvoicesStatus, ListInvoicesStatus$outboundSchema, ListPlansAddItemAdditionalCurrency$inboundSchema, ListPlansAddItemBillingMethod, ListPlansAddItemBillingMethod$inboundSchema, ListPlansAddItemPriceInterval, ListPlansAddItemPriceInterval$inboundSchema, ListPlansAdditionalCurrency$inboundSchema, ListPlansAttachAction, ListPlansAttachAction$inboundSchema, ListPlansAutoTopup$inboundSchema, ListPlansBasePrice$inboundSchema, ListPlansBillingControls$inboundSchema, ListPlansConfig$inboundSchema, ListPlansCreditSchema$inboundSchema, ListPlansCustomerEligibility$inboundSchema, ListPlansCustomize$inboundSchema, ListPlansDurationType, ListPlansDurationType$inboundSchema, ListPlansEnv, ListPlansEnv$inboundSchema, ListPlansFeature$inboundSchema, ListPlansFeatureDisplay$inboundSchema, ListPlansFilter$inboundSchema, ListPlansFreeTrial$inboundSchema, ListPlansFreeTrialParams$inboundSchema, ListPlansIntervalRemoveItemEnum1, ListPlansIntervalRemoveItemEnum1$inboundSchema, ListPlansIntervalRemoveItemEnum2, ListPlansIntervalRemoveItemEnum2$inboundSchema, ListPlansIntervalUnion$inboundSchema, ListPlansItem$inboundSchema, ListPlansItemAdditionalCurrency$inboundSchema, ListPlansItemBillingMethod, ListPlansItemBillingMethod$inboundSchema, ListPlansItemDisplay$inboundSchema, ListPlansItemExpiryDurationType, ListPlansItemExpiryDurationType$inboundSchema, ListPlansItemPrice$inboundSchema, ListPlansItemReset$inboundSchema, ListPlansItemRollover$inboundSchema, ListPlansItemTier$inboundSchema, ListPlansItemTierBehavior, ListPlansItemTierBehavior$inboundSchema, ListPlansLimitType, ListPlansLimitType$inboundSchema, ListPlansList$inboundSchema, ListPlansOnDecrease, ListPlansOnDecrease$inboundSchema, ListPlansOnEnd, ListPlansOnEnd$inboundSchema, ListPlansOnIncrease, ListPlansOnIncrease$inboundSchema, ListPlansOverageAllowed$inboundSchema, ListPlansParams$outboundSchema, ListPlansPlanItem$inboundSchema, ListPlansPlanItemFilter$inboundSchema, ListPlansPrice$inboundSchema, ListPlansPriceDisplay$inboundSchema, ListPlansPriceInterval, ListPlansPriceInterval$inboundSchema, ListPlansPriceItemInterval, ListPlansPriceItemInterval$inboundSchema, ListPlansPriceVariantDetailsInterval, ListPlansPriceVariantDetailsInterval$inboundSchema, ListPlansProration$inboundSchema, ListPlansPurchaseLimit$inboundSchema, ListPlansPurchaseLimitInterval, ListPlansPurchaseLimitInterval$inboundSchema, ListPlansRemoveItemBillingMethod, ListPlansRemoveItemBillingMethod$inboundSchema, ListPlansResetItemInterval, ListPlansResetItemInterval$inboundSchema, ListPlansResponse$inboundSchema, ListPlansSpendLimit$inboundSchema, ListPlansStatus, ListPlansStatus$inboundSchema, ListPlansThresholdType, ListPlansThresholdType$inboundSchema, ListPlansTierAdditionalCurrency$inboundSchema, ListPlansTo$inboundSchema, ListPlansType, ListPlansType$inboundSchema, ListPlansUsageAlert$inboundSchema, ListPlansUsageLimit$inboundSchema, ListPlansUsageLimitInterval, ListPlansUsageLimitInterval$inboundSchema, ListPlansVariantDetails$inboundSchema, ListPlansVariantDetailsAdditionalCurrency$inboundSchema, ListPlansVariantDetailsAutoTopup$inboundSchema, ListPlansVariantDetailsBillingControls$inboundSchema, ListPlansVariantDetailsDurationType, ListPlansVariantDetailsDurationType$inboundSchema, ListPlansVariantDetailsExpiryDurationType, ListPlansVariantDetailsExpiryDurationType$inboundSchema, ListPlansVariantDetailsFilter$inboundSchema, ListPlansVariantDetailsLimitType, ListPlansVariantDetailsLimitType$inboundSchema, ListPlansVariantDetailsOnEnd, ListPlansVariantDetailsOnEnd$inboundSchema, ListPlansVariantDetailsOverageAllowed$inboundSchema, ListPlansVariantDetailsPrice$inboundSchema, ListPlansVariantDetailsPurchaseLimit$inboundSchema, ListPlansVariantDetailsPurchaseLimitInterval, ListPlansVariantDetailsPurchaseLimitInterval$inboundSchema, ListPlansVariantDetailsReset$inboundSchema, ListPlansVariantDetailsResetInterval, ListPlansVariantDetailsResetInterval$inboundSchema, ListPlansVariantDetailsRollover$inboundSchema, ListPlansVariantDetailsSpendLimit$inboundSchema, ListPlansVariantDetailsThresholdType, ListPlansVariantDetailsThresholdType$inboundSchema, ListPlansVariantDetailsTier$inboundSchema, ListPlansVariantDetailsTierBehavior, ListPlansVariantDetailsTierBehavior$inboundSchema, ListPlansVariantDetailsUsageAlert$inboundSchema, ListPlansVariantDetailsUsageLimit$inboundSchema, ListPlansVariantDetailsUsageLimitInterval, ListPlansVariantDetailsUsageLimitInterval$inboundSchema, ListRewardsDuration$inboundSchema, ListRewardsResponse$inboundSchema, Migration$outboundSchema, MintKeyParams$outboundSchema, MintKeyResponse$inboundSchema, MultiAttachAdditionalCurrency$outboundSchema, MultiAttachAttachDiscount$outboundSchema, MultiAttachBasePrice$outboundSchema, MultiAttachBillingControls$outboundSchema, MultiAttachBillingMethod, MultiAttachBillingMethod$outboundSchema, MultiAttachCode, MultiAttachCode$inboundSchema, MultiAttachCustomize$outboundSchema, MultiAttachDurationType, MultiAttachDurationType$outboundSchema, MultiAttachEntityData$outboundSchema, MultiAttachEntityDataInterval, MultiAttachEntityDataInterval$outboundSchema, MultiAttachExpiryDurationType, MultiAttachExpiryDurationType$outboundSchema, MultiAttachFeatureQuantity$outboundSchema, MultiAttachFilter$outboundSchema, MultiAttachFreeTrialParams$outboundSchema, MultiAttachInvoice$inboundSchema, MultiAttachInvoiceMode$outboundSchema, MultiAttachItemAdditionalCurrency$outboundSchema, MultiAttachItemPriceInterval, MultiAttachItemPriceInterval$outboundSchema, MultiAttachLimitType, MultiAttachLimitType$outboundSchema, MultiAttachOnDecrease, MultiAttachOnDecrease$outboundSchema, MultiAttachOnEnd, MultiAttachOnEnd$outboundSchema, MultiAttachOnIncrease, MultiAttachOnIncrease$outboundSchema, MultiAttachOverageAllowed$outboundSchema, MultiAttachParams$outboundSchema, MultiAttachPlan$outboundSchema, MultiAttachPlanItem$outboundSchema, MultiAttachPrice$outboundSchema, MultiAttachPriceInterval, MultiAttachPriceInterval$outboundSchema, MultiAttachProperties$outboundSchema, MultiAttachProration$outboundSchema, MultiAttachRedirectMode, MultiAttachRedirectMode$outboundSchema, MultiAttachRequiredAction$inboundSchema, MultiAttachReset$outboundSchema, MultiAttachResetInterval, MultiAttachResetInterval$outboundSchema, MultiAttachResponse$inboundSchema, MultiAttachRollover$outboundSchema, MultiAttachSpendLimit$outboundSchema, MultiAttachThresholdType, MultiAttachThresholdType$outboundSchema, MultiAttachTier$outboundSchema, MultiAttachTierAdditionalCurrency$outboundSchema, MultiAttachTierBehavior, MultiAttachTierBehavior$outboundSchema, MultiAttachTo$outboundSchema, MultiAttachUsageAlert$outboundSchema, MultiAttachUsageLimit$outboundSchema, MultiUpdateCancelAction, MultiUpdateCancelAction$outboundSchema, MultiUpdateCode, MultiUpdateCode$inboundSchema, MultiUpdateInvoice$inboundSchema, MultiUpdateParams$outboundSchema, MultiUpdatePreviewResponse$inboundSchema, MultiUpdateProrationBehavior, MultiUpdateProrationBehavior$outboundSchema, MultiUpdateRequiredAction$inboundSchema, MultiUpdateResponse$inboundSchema, MultiUpdateUpdate$outboundSchema, OnDecrease, OnDecrease$inboundSchema, OnEnd, OnEnd$inboundSchema, OnIncrease, OnIncrease$inboundSchema, OpenCustomerPortalParams$outboundSchema, OpenCustomerPortalResponse$inboundSchema, OverageAllowedSource, OverageAllowedSource$inboundSchema, PhaseResponse$inboundSchema, PhaseStart$outboundSchema, PhaseStartUnion$outboundSchema, Plan$inboundSchema, PlanAddItemBillingMethod, PlanAddItemBillingMethod$inboundSchema, PlanAddItemPriceInterval, PlanAddItemPriceInterval$inboundSchema, PlanAutoTopup$inboundSchema, PlanBillingControls$inboundSchema, PlanConfig$inboundSchema, PlanCreditSchema$inboundSchema, PlanDurationType, PlanDurationType$inboundSchema, PlanEnv, PlanEnv$inboundSchema, PlanFeature$inboundSchema, PlanFeatureDisplay$inboundSchema, PlanFilter$inboundSchema, PlanIntervalRemoveItemEnum1, PlanIntervalRemoveItemEnum1$inboundSchema, PlanIntervalRemoveItemEnum2, PlanIntervalRemoveItemEnum2$inboundSchema, PlanIntervalUnion$inboundSchema, PlanItem$inboundSchema, PlanItemBillingMethod, PlanItemBillingMethod$inboundSchema, PlanItemDisplay$inboundSchema, PlanItemFilter$inboundSchema, PlanItemPrice$inboundSchema, PlanItemReset$inboundSchema, PlanItemRollover$inboundSchema, PlanItemTier$inboundSchema, PlanItemTierBehavior, PlanItemTierBehavior$inboundSchema, PlanItemTo$inboundSchema, PlanLimitType, PlanLimitType$inboundSchema, PlanOverageAllowed$inboundSchema, PlanPrice$inboundSchema, PlanPriceDisplay$inboundSchema, PlanPriceInterval, PlanPriceInterval$inboundSchema, PlanPriceItemInterval, PlanPriceItemInterval$inboundSchema, PlanPriceVariantDetailsInterval, PlanPriceVariantDetailsInterval$inboundSchema, PlanPurchaseLimit$inboundSchema, PlanPurchaseLimitInterval, PlanPurchaseLimitInterval$inboundSchema, PlanRemoveItemBillingMethod, PlanRemoveItemBillingMethod$inboundSchema, PlanResetItemInterval, PlanResetItemInterval$inboundSchema, PlanSpendLimit$inboundSchema, PlanStatus, PlanStatus$inboundSchema, PlanThresholdType, PlanThresholdType$inboundSchema, PlanType, PlanType$inboundSchema, PlanUsageAlert$inboundSchema, PlanUsageLimit$inboundSchema, PlanUsageLimitInterval, PlanUsageLimitInterval$inboundSchema, PlanVariantDetailsAutoTopup$inboundSchema, PlanVariantDetailsBillingControls$inboundSchema, PlanVariantDetailsDurationType, PlanVariantDetailsDurationType$inboundSchema, PlanVariantDetailsFilter$inboundSchema, PlanVariantDetailsLimitType, PlanVariantDetailsLimitType$inboundSchema, PlanVariantDetailsOverageAllowed$inboundSchema, PlanVariantDetailsPrice$inboundSchema, PlanVariantDetailsPurchaseLimit$inboundSchema, PlanVariantDetailsPurchaseLimitInterval, PlanVariantDetailsPurchaseLimitInterval$inboundSchema, PlanVariantDetailsReset$inboundSchema, PlanVariantDetailsResetInterval, PlanVariantDetailsResetInterval$inboundSchema, PlanVariantDetailsRollover$inboundSchema, PlanVariantDetailsSpendLimit$inboundSchema, PlanVariantDetailsThresholdType, PlanVariantDetailsThresholdType$inboundSchema, PlanVariantDetailsTier$inboundSchema, PlanVariantDetailsTierBehavior, PlanVariantDetailsTierBehavior$inboundSchema, PlanVariantDetailsTo$inboundSchema, PlanVariantDetailsUsageAlert$inboundSchema, PlanVariantDetailsUsageLimit$inboundSchema, PlanVariantDetailsUsageLimitInterval, PlanVariantDetailsUsageLimitInterval$inboundSchema, Preview1$inboundSchema, Preview2$inboundSchema, PreviewAttachAddItemAdditionalCurrency$outboundSchema, 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, PreviewAttachAddItemTierAdditionalCurrency$outboundSchema, PreviewAttachAddItemTierBehavior, PreviewAttachAddItemTierBehavior$outboundSchema, PreviewAttachAddItemTo$outboundSchema, PreviewAttachAdditionalCurrency$outboundSchema, PreviewAttachAttachDiscount$outboundSchema, PreviewAttachAutoTopup$outboundSchema, PreviewAttachBasePrice$outboundSchema, PreviewAttachBillingControls$outboundSchema, PreviewAttachCarryOverBalances$outboundSchema, PreviewAttachCarryOverUsages$outboundSchema, PreviewAttachCheckoutType, PreviewAttachCheckoutType$inboundSchema, PreviewAttachCustomLineItem$outboundSchema, PreviewAttachCustomize$outboundSchema, PreviewAttachDiscount$inboundSchema, PreviewAttachDurationType, PreviewAttachDurationType$outboundSchema, PreviewAttachFeatureQuantityRequest$outboundSchema, PreviewAttachFilter$outboundSchema, PreviewAttachFreeTrialParams$outboundSchema, PreviewAttachIncoming$inboundSchema, PreviewAttachIncomingFeatureQuantity$inboundSchema, PreviewAttachIntervalRemoveItemEnum1, PreviewAttachIntervalRemoveItemEnum1$outboundSchema, PreviewAttachIntervalRemoveItemEnum2, PreviewAttachIntervalRemoveItemEnum2$outboundSchema, PreviewAttachIntervalUnion$outboundSchema, PreviewAttachIntervalUpsertLicenseRemoveItemEnum1, PreviewAttachIntervalUpsertLicenseRemoveItemEnum1$outboundSchema, PreviewAttachIntervalUpsertLicenseRemoveItemEnum2, PreviewAttachIntervalUpsertLicenseRemoveItemEnum2$outboundSchema, PreviewAttachInvoiceCredits$inboundSchema, PreviewAttachInvoiceMode$outboundSchema, PreviewAttachItemAdditionalCurrency$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, PreviewAttachItemTierAdditionalCurrency$outboundSchema, PreviewAttachItemTierBehavior, PreviewAttachItemTierBehavior$outboundSchema, PreviewAttachItemTo$outboundSchema, PreviewAttachLicenseQuantity$outboundSchema, PreviewAttachLimitType, PreviewAttachLimitType$outboundSchema, PreviewAttachLineItem$inboundSchema, PreviewAttachLineItemPeriod$inboundSchema, PreviewAttachNextCycle$inboundSchema, PreviewAttachNextCycleDiscount$inboundSchema, PreviewAttachNextCycleLineItem$inboundSchema, PreviewAttachNextCycleLineItemPeriod$inboundSchema, PreviewAttachOnEnd, PreviewAttachOnEnd$outboundSchema, PreviewAttachOutgoing$inboundSchema, PreviewAttachOutgoingFeatureQuantity$inboundSchema, PreviewAttachOverageAllowed$outboundSchema, PreviewAttachParams$outboundSchema, PreviewAttachPlanItemFilter$outboundSchema, PreviewAttachPlanSchedule, PreviewAttachPlanSchedule$outboundSchema, PreviewAttachPriceInterval, PreviewAttachPriceInterval$outboundSchema, PreviewAttachPriceUpsertLicenseInterval, PreviewAttachPriceUpsertLicenseInterval$outboundSchema, PreviewAttachProperties$outboundSchema, PreviewAttachProrationBehavior, PreviewAttachProrationBehavior$outboundSchema, PreviewAttachPurchaseLimit$outboundSchema, PreviewAttachPurchaseLimitInterval, PreviewAttachPurchaseLimitInterval$outboundSchema, PreviewAttachRedirectMode, PreviewAttachRedirectMode$outboundSchema, PreviewAttachRemoveItemBillingMethod, PreviewAttachRemoveItemBillingMethod$outboundSchema, PreviewAttachResponse$inboundSchema, PreviewAttachSpendLimit$outboundSchema, PreviewAttachStatus, PreviewAttachStatus$inboundSchema, PreviewAttachTax$inboundSchema, PreviewAttachThresholdType, PreviewAttachThresholdType$outboundSchema, PreviewAttachUpsertLicense$outboundSchema, PreviewAttachUpsertLicenseAddItemAdditionalCurrency$outboundSchema, PreviewAttachUpsertLicenseAddItemBillingMethod, PreviewAttachUpsertLicenseAddItemBillingMethod$outboundSchema, PreviewAttachUpsertLicenseAddItemPriceInterval, PreviewAttachUpsertLicenseAddItemPriceInterval$outboundSchema, PreviewAttachUpsertLicenseAdditionalCurrency$outboundSchema, PreviewAttachUpsertLicenseBasePrice$outboundSchema, PreviewAttachUpsertLicenseCustomize$outboundSchema, PreviewAttachUpsertLicenseExpiryDurationType, PreviewAttachUpsertLicenseExpiryDurationType$outboundSchema, PreviewAttachUpsertLicenseIntervalUnion$outboundSchema, PreviewAttachUpsertLicenseOnDecrease, PreviewAttachUpsertLicenseOnDecrease$outboundSchema, PreviewAttachUpsertLicenseOnIncrease, PreviewAttachUpsertLicenseOnIncrease$outboundSchema, PreviewAttachUpsertLicensePlanItem$outboundSchema, PreviewAttachUpsertLicensePlanItemFilter$outboundSchema, PreviewAttachUpsertLicensePrice$outboundSchema, PreviewAttachUpsertLicenseProration$outboundSchema, PreviewAttachUpsertLicenseRemoveItemBillingMethod, PreviewAttachUpsertLicenseRemoveItemBillingMethod$outboundSchema, PreviewAttachUpsertLicenseReset$outboundSchema, PreviewAttachUpsertLicenseResetInterval, PreviewAttachUpsertLicenseResetInterval$outboundSchema, PreviewAttachUpsertLicenseRollover$outboundSchema, PreviewAttachUpsertLicenseTier$outboundSchema, PreviewAttachUpsertLicenseTierBehavior, PreviewAttachUpsertLicenseTierBehavior$outboundSchema, PreviewAttachUsageAlert$outboundSchema, PreviewAttachUsageLimit$outboundSchema, PreviewAttachUsageLimitInterval, PreviewAttachUsageLimitInterval$outboundSchema, PreviewAttachUsageLineItem$inboundSchema, PreviewAttachUsageLineItemPeriod$inboundSchema, PreviewMultiAttachAdditionalCurrency$outboundSchema, PreviewMultiAttachAttachDiscount$outboundSchema, PreviewMultiAttachBasePrice$outboundSchema, PreviewMultiAttachBillingControls$outboundSchema, PreviewMultiAttachBillingMethod, PreviewMultiAttachBillingMethod$outboundSchema, PreviewMultiAttachCheckoutType, PreviewMultiAttachCheckoutType$inboundSchema, PreviewMultiAttachCustomize$outboundSchema, PreviewMultiAttachDiscount$inboundSchema, PreviewMultiAttachDurationType, PreviewMultiAttachDurationType$outboundSchema, PreviewMultiAttachEntityData$outboundSchema, PreviewMultiAttachEntityDataInterval, PreviewMultiAttachEntityDataInterval$outboundSchema, PreviewMultiAttachExpiryDurationType, PreviewMultiAttachExpiryDurationType$outboundSchema, PreviewMultiAttachFilter$outboundSchema, PreviewMultiAttachFreeTrialParams$outboundSchema, PreviewMultiAttachIncoming$inboundSchema, PreviewMultiAttachIncomingFeatureQuantity$inboundSchema, PreviewMultiAttachInvoiceCredits$inboundSchema, PreviewMultiAttachInvoiceMode$outboundSchema, PreviewMultiAttachItemAdditionalCurrency$outboundSchema, PreviewMultiAttachItemPriceInterval, PreviewMultiAttachItemPriceInterval$outboundSchema, PreviewMultiAttachLimitType, PreviewMultiAttachLimitType$outboundSchema, PreviewMultiAttachLineItem$inboundSchema, PreviewMultiAttachLineItemPeriod$inboundSchema, PreviewMultiAttachNextCycle$inboundSchema, PreviewMultiAttachNextCycleDiscount$inboundSchema, PreviewMultiAttachNextCycleLineItem$inboundSchema, PreviewMultiAttachNextCycleLineItemPeriod$inboundSchema, PreviewMultiAttachOnDecrease, PreviewMultiAttachOnDecrease$outboundSchema, PreviewMultiAttachOnEnd, PreviewMultiAttachOnEnd$outboundSchema, PreviewMultiAttachOnIncrease, PreviewMultiAttachOnIncrease$outboundSchema, PreviewMultiAttachOutgoing$inboundSchema, PreviewMultiAttachOutgoingFeatureQuantity$inboundSchema, PreviewMultiAttachOverageAllowed$outboundSchema, PreviewMultiAttachParams$outboundSchema, PreviewMultiAttachPlan$outboundSchema, PreviewMultiAttachPlanFeatureQuantity$outboundSchema, PreviewMultiAttachPlanItem$outboundSchema, PreviewMultiAttachPrice$outboundSchema, PreviewMultiAttachPriceInterval, PreviewMultiAttachPriceInterval$outboundSchema, PreviewMultiAttachProperties$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, PreviewMultiAttachTierAdditionalCurrency$outboundSchema, PreviewMultiAttachTierBehavior, PreviewMultiAttachTierBehavior$outboundSchema, PreviewMultiAttachTo$outboundSchema, PreviewMultiAttachUsageAlert$outboundSchema, PreviewMultiAttachUsageLimit$outboundSchema, PreviewMultiAttachUsageLineItem$inboundSchema, PreviewMultiAttachUsageLineItemPeriod$inboundSchema, PreviewMultiUpdateCancelAction, PreviewMultiUpdateCancelAction$outboundSchema, PreviewMultiUpdateDiscount$inboundSchema, PreviewMultiUpdateIncoming$inboundSchema, PreviewMultiUpdateIncomingFeatureQuantity$inboundSchema, PreviewMultiUpdateLineItem$inboundSchema, PreviewMultiUpdateLineItemPeriod$inboundSchema, PreviewMultiUpdateNextCycle$inboundSchema, PreviewMultiUpdateNextCycleDiscount$inboundSchema, PreviewMultiUpdateNextCycleLineItem$inboundSchema, PreviewMultiUpdateNextCycleLineItemPeriod$inboundSchema, PreviewMultiUpdateOutgoing$inboundSchema, PreviewMultiUpdateOutgoingFeatureQuantity$inboundSchema, PreviewMultiUpdateParams$outboundSchema, PreviewMultiUpdateProrationBehavior, PreviewMultiUpdateProrationBehavior$outboundSchema, PreviewMultiUpdateSubscription$inboundSchema, PreviewMultiUpdateUpdate$outboundSchema, PreviewMultiUpdateUsageLineItem$inboundSchema, PreviewMultiUpdateUsageLineItemPeriod$inboundSchema, PreviewUpdateAddItemAdditionalCurrency$outboundSchema, 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, PreviewUpdateAddItemTierAdditionalCurrency$outboundSchema, PreviewUpdateAddItemTierBehavior, PreviewUpdateAddItemTierBehavior$outboundSchema, PreviewUpdateAddItemTo$outboundSchema, PreviewUpdateAdditionalCurrency$outboundSchema, PreviewUpdateAttachDiscount$outboundSchema, PreviewUpdateAutoTopup$outboundSchema, PreviewUpdateBasePrice$outboundSchema, PreviewUpdateBillingControls$outboundSchema, PreviewUpdateCancelAction, PreviewUpdateCancelAction$outboundSchema, PreviewUpdateCarryOverUsages$outboundSchema, PreviewUpdateCustomize$outboundSchema, PreviewUpdateDiscount$inboundSchema, PreviewUpdateDurationType, PreviewUpdateDurationType$outboundSchema, PreviewUpdateFeatureQuantityRequest$outboundSchema, PreviewUpdateFilter$outboundSchema, PreviewUpdateFreeTrialParams$outboundSchema, PreviewUpdateIncoming$inboundSchema, PreviewUpdateIncomingFeatureQuantity$inboundSchema, PreviewUpdateIntervalRemoveItemEnum1, PreviewUpdateIntervalRemoveItemEnum1$outboundSchema, PreviewUpdateIntervalRemoveItemEnum2, PreviewUpdateIntervalRemoveItemEnum2$outboundSchema, PreviewUpdateIntervalUnion$outboundSchema, PreviewUpdateIntervalUpsertLicenseRemoveItemEnum1, PreviewUpdateIntervalUpsertLicenseRemoveItemEnum1$outboundSchema, PreviewUpdateIntervalUpsertLicenseRemoveItemEnum2, PreviewUpdateIntervalUpsertLicenseRemoveItemEnum2$outboundSchema, PreviewUpdateInvoiceCredits$inboundSchema, PreviewUpdateInvoiceMode$outboundSchema, PreviewUpdateItemAdditionalCurrency$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, PreviewUpdateItemTierAdditionalCurrency$outboundSchema, PreviewUpdateItemTierBehavior, PreviewUpdateItemTierBehavior$outboundSchema, PreviewUpdateItemTo$outboundSchema, PreviewUpdateLicenseQuantity$outboundSchema, PreviewUpdateLimitType, PreviewUpdateLimitType$outboundSchema, PreviewUpdateLineItem$inboundSchema, PreviewUpdateLineItemPeriod$inboundSchema, PreviewUpdateNextCycle$inboundSchema, PreviewUpdateNextCycleDiscount$inboundSchema, PreviewUpdateNextCycleLineItem$inboundSchema, PreviewUpdateNextCycleLineItemPeriod$inboundSchema, PreviewUpdateOnEnd, PreviewUpdateOnEnd$outboundSchema, PreviewUpdateOutgoing$inboundSchema, PreviewUpdateOutgoingFeatureQuantity$inboundSchema, PreviewUpdateOverageAllowed$outboundSchema, PreviewUpdateParams$outboundSchema, PreviewUpdatePlanItemFilter$outboundSchema, PreviewUpdatePriceInterval, PreviewUpdatePriceInterval$outboundSchema, PreviewUpdatePriceUpsertLicenseInterval, PreviewUpdatePriceUpsertLicenseInterval$outboundSchema, PreviewUpdateProperties$outboundSchema, PreviewUpdateProrationBehavior, PreviewUpdateProrationBehavior$outboundSchema, PreviewUpdatePurchaseLimit$outboundSchema, PreviewUpdatePurchaseLimitInterval, PreviewUpdatePurchaseLimitInterval$outboundSchema, PreviewUpdateRecalculateBalances$outboundSchema, PreviewUpdateRedirectMode, PreviewUpdateRedirectMode$outboundSchema, PreviewUpdateRefundLastPayment, PreviewUpdateRefundLastPayment$outboundSchema, PreviewUpdateRemoveItemBillingMethod, PreviewUpdateRemoveItemBillingMethod$outboundSchema, PreviewUpdateResponse$inboundSchema, PreviewUpdateSpendLimit$outboundSchema, PreviewUpdateStatus, PreviewUpdateStatus$inboundSchema, PreviewUpdateTax$inboundSchema, PreviewUpdateThresholdType, PreviewUpdateThresholdType$outboundSchema, PreviewUpdateUpsertLicense$outboundSchema, PreviewUpdateUpsertLicenseAddItemAdditionalCurrency$outboundSchema, PreviewUpdateUpsertLicenseAddItemBillingMethod, PreviewUpdateUpsertLicenseAddItemBillingMethod$outboundSchema, PreviewUpdateUpsertLicenseAddItemPriceInterval, PreviewUpdateUpsertLicenseAddItemPriceInterval$outboundSchema, PreviewUpdateUpsertLicenseAdditionalCurrency$outboundSchema, PreviewUpdateUpsertLicenseBasePrice$outboundSchema, PreviewUpdateUpsertLicenseCustomize$outboundSchema, PreviewUpdateUpsertLicenseExpiryDurationType, PreviewUpdateUpsertLicenseExpiryDurationType$outboundSchema, PreviewUpdateUpsertLicenseIntervalUnion$outboundSchema, PreviewUpdateUpsertLicenseOnDecrease, PreviewUpdateUpsertLicenseOnDecrease$outboundSchema, PreviewUpdateUpsertLicenseOnIncrease, PreviewUpdateUpsertLicenseOnIncrease$outboundSchema, PreviewUpdateUpsertLicensePlanItem$outboundSchema, PreviewUpdateUpsertLicensePlanItemFilter$outboundSchema, PreviewUpdateUpsertLicensePrice$outboundSchema, PreviewUpdateUpsertLicenseProration$outboundSchema, PreviewUpdateUpsertLicenseRemoveItemBillingMethod, PreviewUpdateUpsertLicenseRemoveItemBillingMethod$outboundSchema, PreviewUpdateUpsertLicenseReset$outboundSchema, PreviewUpdateUpsertLicenseResetInterval, PreviewUpdateUpsertLicenseResetInterval$outboundSchema, PreviewUpdateUpsertLicenseRollover$outboundSchema, PreviewUpdateUpsertLicenseTier$outboundSchema, PreviewUpdateUpsertLicenseTierBehavior, PreviewUpdateUpsertLicenseTierBehavior$outboundSchema, PreviewUpdateUsageAlert$outboundSchema, PreviewUpdateUsageLimit$outboundSchema, PreviewUpdateUsageLimitInterval, PreviewUpdateUsageLimitInterval$outboundSchema, PreviewUpdateUsageLineItem$inboundSchema, PreviewUpdateUsageLineItemPeriod$inboundSchema, PriceVariantInterval, PriceVariantInterval$outboundSchema, ProcessorType, ProcessorType$inboundSchema, ProcessorTypeRequest, ProcessorTypeRequest$outboundSchema, Processors$inboundSchema, ProductDisplay1$inboundSchema, ProductDisplay2$inboundSchema, ProductScenario1, ProductScenario1$inboundSchema, ProductScenario2, ProductScenario2$inboundSchema, ProductType1, ProductType1$inboundSchema, ProductType2, ProductType2$inboundSchema, Properties$outboundSchema, Proration$inboundSchema, Purchase$inboundSchema, PurchaseScope, PurchaseScope$inboundSchema, Range, Range$outboundSchema, RedeemReferralCodeParams$outboundSchema, RedeemReferralCodeResponse$inboundSchema, RedeemRewardCodeParams$outboundSchema, RedeemRewardCodeResponse$inboundSchema, Referral$inboundSchema, ReferralCustomer$inboundSchema, RefreshKeyParams$outboundSchema, RefreshKeyResponse$inboundSchema, ReleaseLicenseParams$outboundSchema, ReleaseLicenseResponse$inboundSchema, RequestAbortedError, RequestBody$outboundSchema, RequestTimeoutError, ResponseValidationError, Result$inboundSchema, Revenuecat$inboundSchema, RevokeKeyParams$outboundSchema, RevokeKeyResponse$inboundSchema, Rewards$inboundSchema, RewardsListParams$outboundSchema, SDKValidationError, SDK_METADATA, Scenario1, Scenario1$inboundSchema, Scenario2, Scenario2$inboundSchema, Security$outboundSchema, ServerList, SetupPaymentAddItemAdditionalCurrency$outboundSchema, 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, SetupPaymentAddItemTierAdditionalCurrency$outboundSchema, SetupPaymentAddItemTierBehavior, SetupPaymentAddItemTierBehavior$outboundSchema, SetupPaymentAddItemTo$outboundSchema, SetupPaymentAdditionalCurrency$outboundSchema, SetupPaymentAttachDiscount$outboundSchema, SetupPaymentAutoTopup$outboundSchema, SetupPaymentBasePrice$outboundSchema, SetupPaymentBillingControls$outboundSchema, SetupPaymentCarryOverBalances$outboundSchema, SetupPaymentCarryOverUsages$outboundSchema, SetupPaymentCustomLineItem$outboundSchema, SetupPaymentCustomize$outboundSchema, SetupPaymentDurationType, SetupPaymentDurationType$outboundSchema, SetupPaymentFeatureQuantity$outboundSchema, SetupPaymentFilter$outboundSchema, SetupPaymentFreeTrialParams$outboundSchema, SetupPaymentIntervalRemoveItemEnum1, SetupPaymentIntervalRemoveItemEnum1$outboundSchema, SetupPaymentIntervalRemoveItemEnum2, SetupPaymentIntervalRemoveItemEnum2$outboundSchema, SetupPaymentIntervalUnion$outboundSchema, SetupPaymentIntervalUpsertLicenseRemoveItemEnum1, SetupPaymentIntervalUpsertLicenseRemoveItemEnum1$outboundSchema, SetupPaymentIntervalUpsertLicenseRemoveItemEnum2, SetupPaymentIntervalUpsertLicenseRemoveItemEnum2$outboundSchema, SetupPaymentItemAdditionalCurrency$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, SetupPaymentItemTierAdditionalCurrency$outboundSchema, SetupPaymentItemTierBehavior, SetupPaymentItemTierBehavior$outboundSchema, SetupPaymentItemTo$outboundSchema, SetupPaymentLicenseQuantity$outboundSchema, SetupPaymentLimitType, SetupPaymentLimitType$outboundSchema, SetupPaymentOnEnd, SetupPaymentOnEnd$outboundSchema, SetupPaymentOverageAllowed$outboundSchema, SetupPaymentParams$outboundSchema, SetupPaymentPlanItemFilter$outboundSchema, SetupPaymentPriceInterval, SetupPaymentPriceInterval$outboundSchema, SetupPaymentPriceUpsertLicenseInterval, SetupPaymentPriceUpsertLicenseInterval$outboundSchema, SetupPaymentProperties$outboundSchema, SetupPaymentProrationBehavior, SetupPaymentProrationBehavior$outboundSchema, SetupPaymentPurchaseLimit$outboundSchema, SetupPaymentPurchaseLimitInterval, SetupPaymentPurchaseLimitInterval$outboundSchema, SetupPaymentRemoveItemBillingMethod, SetupPaymentRemoveItemBillingMethod$outboundSchema, SetupPaymentResponse$inboundSchema, SetupPaymentSpendLimit$outboundSchema, SetupPaymentThresholdType, SetupPaymentThresholdType$outboundSchema, SetupPaymentUpsertLicense$outboundSchema, SetupPaymentUpsertLicenseAddItemAdditionalCurrency$outboundSchema, SetupPaymentUpsertLicenseAddItemBillingMethod, SetupPaymentUpsertLicenseAddItemBillingMethod$outboundSchema, SetupPaymentUpsertLicenseAddItemPriceInterval, SetupPaymentUpsertLicenseAddItemPriceInterval$outboundSchema, SetupPaymentUpsertLicenseAdditionalCurrency$outboundSchema, SetupPaymentUpsertLicenseBasePrice$outboundSchema, SetupPaymentUpsertLicenseCustomize$outboundSchema, SetupPaymentUpsertLicenseExpiryDurationType, SetupPaymentUpsertLicenseExpiryDurationType$outboundSchema, SetupPaymentUpsertLicenseIntervalUnion$outboundSchema, SetupPaymentUpsertLicenseOnDecrease, SetupPaymentUpsertLicenseOnDecrease$outboundSchema, SetupPaymentUpsertLicenseOnIncrease, SetupPaymentUpsertLicenseOnIncrease$outboundSchema, SetupPaymentUpsertLicensePlanItem$outboundSchema, SetupPaymentUpsertLicensePlanItemFilter$outboundSchema, SetupPaymentUpsertLicensePrice$outboundSchema, SetupPaymentUpsertLicenseProration$outboundSchema, SetupPaymentUpsertLicenseRemoveItemBillingMethod, SetupPaymentUpsertLicenseRemoveItemBillingMethod$outboundSchema, SetupPaymentUpsertLicenseReset$outboundSchema, SetupPaymentUpsertLicenseResetInterval, SetupPaymentUpsertLicenseResetInterval$outboundSchema, SetupPaymentUpsertLicenseRollover$outboundSchema, SetupPaymentUpsertLicenseTier$outboundSchema, SetupPaymentUpsertLicenseTierBehavior, SetupPaymentUpsertLicenseTierBehavior$outboundSchema, SetupPaymentUsageAlert$outboundSchema, SetupPaymentUsageLimit$outboundSchema, SetupPaymentUsageLimitInterval, SetupPaymentUsageLimitInterval$outboundSchema, SpendLimitSource, SpendLimitSource$inboundSchema, StartingAfter2$outboundSchema, StartsAt2$outboundSchema, StorePush, StorePush$inboundSchema, Stripe$inboundSchema, Subscription$inboundSchema, SubscriptionScope, SubscriptionScope$inboundSchema, SyncRevenueCatApp$inboundSchema, SyncRevenueCatEnv, SyncRevenueCatEnv$outboundSchema, SyncRevenueCatParams$outboundSchema, SyncRevenueCatPrice, SyncRevenueCatPrice$inboundSchema, SyncRevenueCatProduct, SyncRevenueCatProduct$inboundSchema, SyncRevenueCatResponse$inboundSchema, SyncRevenueCatStatus, SyncRevenueCatStatus$inboundSchema, Total$inboundSchema, TrackDeduction1$inboundSchema, TrackDeduction2$inboundSchema, TrackIntervalEnum1, TrackIntervalEnum1$inboundSchema, TrackIntervalEnum2, TrackIntervalEnum2$inboundSchema, TrackIntervalUnion1$inboundSchema, TrackIntervalUnion2$inboundSchema, TrackLock$outboundSchema, TrackOverageBehavior, TrackOverageBehavior$outboundSchema, TrackParams$outboundSchema, TrackReset1$inboundSchema, TrackReset2$inboundSchema, TrackResponse$inboundSchema, TrackResponseBody1$inboundSchema, TrackResponseBody2$inboundSchema, TrackTokensDeduction1$inboundSchema, TrackTokensDeduction2$inboundSchema, TrackTokensIntervalEnum1, TrackTokensIntervalEnum1$inboundSchema, TrackTokensIntervalEnum2, TrackTokensIntervalEnum2$inboundSchema, TrackTokensIntervalUnion1$inboundSchema, TrackTokensIntervalUnion2$inboundSchema, TrackTokensOverageBehavior, TrackTokensOverageBehavior$outboundSchema, TrackTokensParams$outboundSchema, TrackTokensReset1$inboundSchema, TrackTokensReset2$inboundSchema, TrackTokensResponse$inboundSchema, TrackTokensResponseBody1$inboundSchema, TrackTokensResponseBody2$inboundSchema, TrialsUsed$inboundSchema, UnexpectedClientError, UpdateBalanceInterval, UpdateBalanceInterval$outboundSchema, UpdateBalanceParams$outboundSchema, UpdateBalanceResponse$inboundSchema, UpdateCustomerAutoTopupRequest$outboundSchema, UpdateCustomerAutoTopupResponse$inboundSchema, UpdateCustomerAutoTopupSource, UpdateCustomerAutoTopupSource$inboundSchema, UpdateCustomerBillingControlsRequest$outboundSchema, UpdateCustomerBillingControlsResponse$inboundSchema, UpdateCustomerConfigRequest$outboundSchema, UpdateCustomerConfigResponse$inboundSchema, UpdateCustomerCreditSchema$inboundSchema, UpdateCustomerDisplay$inboundSchema, UpdateCustomerEnv, UpdateCustomerEnv$inboundSchema, UpdateCustomerFeature$inboundSchema, UpdateCustomerFilterRequest$outboundSchema, UpdateCustomerFilterResponse$inboundSchema, UpdateCustomerFlags$inboundSchema, UpdateCustomerLicense$inboundSchema, UpdateCustomerLimitTypeRequestBody, UpdateCustomerLimitTypeRequestBody$outboundSchema, UpdateCustomerLimitTypeResponse, UpdateCustomerLimitTypeResponse$inboundSchema, UpdateCustomerModelMarkups$inboundSchema, UpdateCustomerOverageAllowedRequest$outboundSchema, UpdateCustomerOverageAllowedResponse$inboundSchema, UpdateCustomerOverageAllowedSource, UpdateCustomerOverageAllowedSource$inboundSchema, UpdateCustomerParams$outboundSchema, UpdateCustomerProcessors$inboundSchema, UpdateCustomerProperties$outboundSchema, UpdateCustomerProviderMarkups$inboundSchema, UpdateCustomerPurchase$inboundSchema, UpdateCustomerPurchaseLimitIntervalRequestBody, UpdateCustomerPurchaseLimitIntervalRequestBody$outboundSchema, UpdateCustomerPurchaseLimitIntervalResponse1, UpdateCustomerPurchaseLimitIntervalResponse1$inboundSchema, UpdateCustomerPurchaseLimitIntervalResponse2, UpdateCustomerPurchaseLimitIntervalResponse2$inboundSchema, UpdateCustomerPurchaseLimitRequest$outboundSchema, UpdateCustomerPurchaseLimitResponse1$inboundSchema, UpdateCustomerPurchaseLimitResponse2$inboundSchema, UpdateCustomerPurchaseLimitUnion$inboundSchema, UpdateCustomerPurchaseScope, UpdateCustomerPurchaseScope$inboundSchema, UpdateCustomerResponse$inboundSchema, UpdateCustomerRevenuecat$inboundSchema, UpdateCustomerSpendLimitRequest$outboundSchema, UpdateCustomerSpendLimitResponse$inboundSchema, UpdateCustomerSpendLimitSource, UpdateCustomerSpendLimitSource$inboundSchema, UpdateCustomerStatus, UpdateCustomerStatus$inboundSchema, UpdateCustomerStripe$inboundSchema, UpdateCustomerSubscription$inboundSchema, UpdateCustomerSubscriptionScope, UpdateCustomerSubscriptionScope$inboundSchema, UpdateCustomerThresholdTypeRequestBody, UpdateCustomerThresholdTypeRequestBody$outboundSchema, UpdateCustomerThresholdTypeResponse, UpdateCustomerThresholdTypeResponse$inboundSchema, UpdateCustomerType, UpdateCustomerType$inboundSchema, UpdateCustomerUsageAlertRequestBody$outboundSchema, UpdateCustomerUsageAlertResponse$inboundSchema, UpdateCustomerUsageAlertSource, UpdateCustomerUsageAlertSource$inboundSchema, UpdateCustomerUsageLimitIntervalRequestBody, UpdateCustomerUsageLimitIntervalRequestBody$outboundSchema, UpdateCustomerUsageLimitIntervalResponse, UpdateCustomerUsageLimitIntervalResponse$inboundSchema, UpdateCustomerUsageLimitRequest$outboundSchema, UpdateCustomerUsageLimitResponse$inboundSchema, UpdateCustomerUsageLimitSource, UpdateCustomerUsageLimitSource$inboundSchema, UpdateCustomerVercel$inboundSchema, UpdateEntityBillingControlsRequest$outboundSchema, UpdateEntityBillingControlsResponse$inboundSchema, UpdateEntityCreditSchema$inboundSchema, UpdateEntityDisplay$inboundSchema, UpdateEntityEnv, UpdateEntityEnv$inboundSchema, UpdateEntityFeature$inboundSchema, UpdateEntityFilterRequest$outboundSchema, UpdateEntityFilterResponse$inboundSchema, UpdateEntityFlags$inboundSchema, UpdateEntityIntervalRequestBody, UpdateEntityIntervalRequestBody$outboundSchema, UpdateEntityIntervalResponse, UpdateEntityIntervalResponse$inboundSchema, UpdateEntityInvoice$inboundSchema, UpdateEntityLimitTypeRequestBody, UpdateEntityLimitTypeRequestBody$outboundSchema, UpdateEntityLimitTypeResponse, UpdateEntityLimitTypeResponse$inboundSchema, UpdateEntityModelMarkups$inboundSchema, UpdateEntityOverageAllowedRequest$outboundSchema, UpdateEntityOverageAllowedResponse$inboundSchema, UpdateEntityOverageAllowedSource, UpdateEntityOverageAllowedSource$inboundSchema, UpdateEntityParams$outboundSchema, UpdateEntityProcessorType, UpdateEntityProcessorType$inboundSchema, UpdateEntityProperties$outboundSchema, UpdateEntityProviderMarkups$inboundSchema, UpdateEntityPurchase$inboundSchema, UpdateEntityPurchaseScope, UpdateEntityPurchaseScope$inboundSchema, UpdateEntityResponse$inboundSchema, UpdateEntitySpendLimitRequest$outboundSchema, UpdateEntitySpendLimitResponse$inboundSchema, UpdateEntitySpendLimitSource, UpdateEntitySpendLimitSource$inboundSchema, UpdateEntityStatus, UpdateEntityStatus$inboundSchema, UpdateEntitySubscription$inboundSchema, UpdateEntitySubscriptionScope, UpdateEntitySubscriptionScope$inboundSchema, UpdateEntityThresholdTypeRequestBody, UpdateEntityThresholdTypeRequestBody$outboundSchema, UpdateEntityThresholdTypeResponse, UpdateEntityThresholdTypeResponse$inboundSchema, UpdateEntityType, UpdateEntityType$inboundSchema, UpdateEntityUsageAlertRequestBody$outboundSchema, UpdateEntityUsageAlertResponse$inboundSchema, UpdateEntityUsageAlertSource, UpdateEntityUsageAlertSource$inboundSchema, UpdateEntityUsageLimitRequest$outboundSchema, UpdateEntityUsageLimitResponse$inboundSchema, UpdateEntityUsageLimitSource, UpdateEntityUsageLimitSource$inboundSchema, UpdateFeatureCreditSchemaRequestBody$outboundSchema, UpdateFeatureCreditSchemaResponse$inboundSchema, UpdateFeatureDisplayRequestBody$outboundSchema, UpdateFeatureDisplayResponse$inboundSchema, UpdateFeatureModelMarkupsRequest$outboundSchema, UpdateFeatureModelMarkupsResponse$inboundSchema, UpdateFeatureParams$outboundSchema, UpdateFeatureProviderMarkupsRequest$outboundSchema, UpdateFeatureProviderMarkupsResponse$inboundSchema, UpdateFeatureResponse$inboundSchema, UpdateFeatureTypeRequestBody, UpdateFeatureTypeRequestBody$outboundSchema, UpdateFeatureTypeResponse, UpdateFeatureTypeResponse$inboundSchema, UpdatePlanAdditionalCurrencyRequestBody$outboundSchema, UpdatePlanAdditionalCurrencyResponse$inboundSchema, UpdatePlanAttachAction, UpdatePlanAttachAction$inboundSchema, UpdatePlanAutoTopupRequest$outboundSchema, UpdatePlanAutoTopupResponse$inboundSchema, UpdatePlanBasePriceRequest$outboundSchema, UpdatePlanBasePriceResponse$inboundSchema, UpdatePlanBillingControlsRequest$outboundSchema, UpdatePlanBillingControlsResponse$inboundSchema, UpdatePlanConfigRequest$outboundSchema, UpdatePlanConfigResponse$inboundSchema, UpdatePlanCreditSchema$inboundSchema, UpdatePlanCustomerEligibility$inboundSchema, UpdatePlanCustomizeResponse$inboundSchema, UpdatePlanDurationTypeRequest, UpdatePlanDurationTypeRequest$outboundSchema, UpdatePlanDurationTypeResponse, UpdatePlanDurationTypeResponse$inboundSchema, UpdatePlanEnv, UpdatePlanEnv$inboundSchema, UpdatePlanFeature$inboundSchema, UpdatePlanFeatureDisplay$inboundSchema, UpdatePlanFilterRequest$outboundSchema, UpdatePlanFilterResponse$inboundSchema, UpdatePlanFreeTrial$inboundSchema, UpdatePlanFreeTrialParamsRequest$outboundSchema, UpdatePlanFreeTrialParamsResponse$inboundSchema, UpdatePlanIntervalLicenseRemoveItemEnum1, UpdatePlanIntervalLicenseRemoveItemEnum1$outboundSchema, UpdatePlanIntervalLicenseRemoveItemEnum2, UpdatePlanIntervalLicenseRemoveItemEnum2$outboundSchema, UpdatePlanIntervalVariantDetailsRemoveItemEnum1, UpdatePlanIntervalVariantDetailsRemoveItemEnum1$inboundSchema, UpdatePlanIntervalVariantDetailsRemoveItemEnum2, UpdatePlanIntervalVariantDetailsRemoveItemEnum2$inboundSchema, UpdatePlanItem$inboundSchema, UpdatePlanItemAdditionalCurrencyRequestBody$outboundSchema, UpdatePlanItemAdditionalCurrencyResponse$inboundSchema, UpdatePlanItemBillingMethodRequestBody, UpdatePlanItemBillingMethodRequestBody$outboundSchema, UpdatePlanItemBillingMethodResponse, UpdatePlanItemBillingMethodResponse$inboundSchema, UpdatePlanItemDisplay$inboundSchema, UpdatePlanItemExpiryDurationTypeRequestBody, UpdatePlanItemExpiryDurationTypeRequestBody$outboundSchema, UpdatePlanItemExpiryDurationTypeResponse, UpdatePlanItemExpiryDurationTypeResponse$inboundSchema, UpdatePlanItemOnDecrease, UpdatePlanItemOnDecrease$outboundSchema, UpdatePlanItemOnIncrease, UpdatePlanItemOnIncrease$outboundSchema, UpdatePlanItemPlanItem$outboundSchema, UpdatePlanItemPriceIntervalRequestBody, UpdatePlanItemPriceIntervalRequestBody$outboundSchema, UpdatePlanItemPriceRequestBody$outboundSchema, UpdatePlanItemPriceResponse$inboundSchema, UpdatePlanItemProration$outboundSchema, UpdatePlanItemResetIntervalRequestBody, UpdatePlanItemResetIntervalRequestBody$outboundSchema, UpdatePlanItemResetRequestBody$outboundSchema, UpdatePlanItemResetResponse$inboundSchema, UpdatePlanItemRolloverRequestBody$outboundSchema, UpdatePlanItemRolloverResponse$inboundSchema, UpdatePlanItemTierAdditionalCurrencyRequestBody$outboundSchema, UpdatePlanItemTierAdditionalCurrencyResponse$inboundSchema, UpdatePlanItemTierBehaviorRequestBody, UpdatePlanItemTierBehaviorRequestBody$outboundSchema, UpdatePlanItemTierBehaviorResponse, UpdatePlanItemTierBehaviorResponse$inboundSchema, UpdatePlanItemTierRequestBody$outboundSchema, UpdatePlanItemTierResponse$inboundSchema, UpdatePlanItemToRequestBody$outboundSchema, UpdatePlanItemToResponse$inboundSchema, UpdatePlanLicense$outboundSchema, UpdatePlanLicenseAddItemAdditionalCurrency$outboundSchema, UpdatePlanLicenseAddItemBillingMethod, UpdatePlanLicenseAddItemBillingMethod$outboundSchema, UpdatePlanLicenseAddItemPriceInterval, UpdatePlanLicenseAddItemPriceInterval$outboundSchema, UpdatePlanLicenseAdditionalCurrency$outboundSchema, UpdatePlanLicenseBasePrice$outboundSchema, UpdatePlanLicenseCustomize$outboundSchema, UpdatePlanLicenseExpiryDurationType, UpdatePlanLicenseExpiryDurationType$outboundSchema, UpdatePlanLicenseIntervalUnion$outboundSchema, UpdatePlanLicenseOnDecrease, UpdatePlanLicenseOnDecrease$outboundSchema, UpdatePlanLicenseOnIncrease, UpdatePlanLicenseOnIncrease$outboundSchema, UpdatePlanLicensePlanItem$outboundSchema, UpdatePlanLicensePlanItemFilter$outboundSchema, UpdatePlanLicensePrice$outboundSchema, UpdatePlanLicenseProration$outboundSchema, UpdatePlanLicenseRemoveItemBillingMethod, UpdatePlanLicenseRemoveItemBillingMethod$outboundSchema, UpdatePlanLicenseReset$outboundSchema, UpdatePlanLicenseResetInterval, UpdatePlanLicenseResetInterval$outboundSchema, UpdatePlanLicenseRollover$outboundSchema, UpdatePlanLicenseTier$outboundSchema, UpdatePlanLicenseTierAdditionalCurrency$outboundSchema, UpdatePlanLicenseTierBehavior, UpdatePlanLicenseTierBehavior$outboundSchema, UpdatePlanLicenseTo$outboundSchema, UpdatePlanLimitTypeRequestBody, UpdatePlanLimitTypeRequestBody$outboundSchema, UpdatePlanLimitTypeResponse, UpdatePlanLimitTypeResponse$inboundSchema, UpdatePlanOnEndRequest, UpdatePlanOnEndRequest$outboundSchema, UpdatePlanOnEndResponse, UpdatePlanOnEndResponse$inboundSchema, UpdatePlanOverageAllowedRequest$outboundSchema, UpdatePlanOverageAllowedResponse$inboundSchema, UpdatePlanParams$outboundSchema, UpdatePlanPlanItemFilterResponse$inboundSchema, UpdatePlanPlanItemResponse$inboundSchema, UpdatePlanPriceDisplay$inboundSchema, UpdatePlanPriceIntervalRequestBody, UpdatePlanPriceIntervalRequestBody$outboundSchema, UpdatePlanPriceIntervalResponse, UpdatePlanPriceIntervalResponse$inboundSchema, UpdatePlanPriceItemIntervalResponse, UpdatePlanPriceItemIntervalResponse$inboundSchema, UpdatePlanPriceLicenseInterval, UpdatePlanPriceLicenseInterval$outboundSchema, UpdatePlanPriceResponse$inboundSchema, UpdatePlanPriceVariantDetailsInterval, UpdatePlanPriceVariantDetailsInterval$inboundSchema, UpdatePlanProperties$outboundSchema, UpdatePlanProrationResponse$inboundSchema, UpdatePlanPurchaseLimitIntervalRequestBody, UpdatePlanPurchaseLimitIntervalRequestBody$outboundSchema, UpdatePlanPurchaseLimitIntervalResponse, UpdatePlanPurchaseLimitIntervalResponse$inboundSchema, UpdatePlanPurchaseLimitRequest$outboundSchema, UpdatePlanPurchaseLimitResponse$inboundSchema, UpdatePlanResetItemIntervalResponse, UpdatePlanResetItemIntervalResponse$inboundSchema, UpdatePlanResponse$inboundSchema, UpdatePlanSpendLimitRequest$outboundSchema, UpdatePlanSpendLimitResponse$inboundSchema, UpdatePlanStatus, UpdatePlanStatus$inboundSchema, UpdatePlanThresholdTypeRequestBody, UpdatePlanThresholdTypeRequestBody$outboundSchema, UpdatePlanThresholdTypeResponse, UpdatePlanThresholdTypeResponse$inboundSchema, UpdatePlanType, UpdatePlanType$inboundSchema, UpdatePlanUsageAlertRequestBody$outboundSchema, UpdatePlanUsageAlertResponse$inboundSchema, UpdatePlanUsageLimitIntervalRequestBody, UpdatePlanUsageLimitIntervalRequestBody$outboundSchema, UpdatePlanUsageLimitIntervalResponse, UpdatePlanUsageLimitIntervalResponse$inboundSchema, UpdatePlanUsageLimitRequest$outboundSchema, UpdatePlanUsageLimitResponse$inboundSchema, UpdatePlanVariantDetails$inboundSchema, UpdatePlanVariantDetailsAddItemAdditionalCurrency$inboundSchema, UpdatePlanVariantDetailsAddItemBillingMethod, UpdatePlanVariantDetailsAddItemBillingMethod$inboundSchema, UpdatePlanVariantDetailsAddItemPriceInterval, UpdatePlanVariantDetailsAddItemPriceInterval$inboundSchema, UpdatePlanVariantDetailsAdditionalCurrency$inboundSchema, UpdatePlanVariantDetailsAutoTopup$inboundSchema, UpdatePlanVariantDetailsBillingControls$inboundSchema, UpdatePlanVariantDetailsDurationType, UpdatePlanVariantDetailsDurationType$inboundSchema, UpdatePlanVariantDetailsExpiryDurationType, UpdatePlanVariantDetailsExpiryDurationType$inboundSchema, UpdatePlanVariantDetailsFilter$inboundSchema, UpdatePlanVariantDetailsIntervalUnion$inboundSchema, UpdatePlanVariantDetailsLimitType, UpdatePlanVariantDetailsLimitType$inboundSchema, UpdatePlanVariantDetailsOnDecrease, UpdatePlanVariantDetailsOnDecrease$inboundSchema, UpdatePlanVariantDetailsOnEnd, UpdatePlanVariantDetailsOnEnd$inboundSchema, UpdatePlanVariantDetailsOnIncrease, UpdatePlanVariantDetailsOnIncrease$inboundSchema, UpdatePlanVariantDetailsOverageAllowed$inboundSchema, UpdatePlanVariantDetailsPrice$inboundSchema, UpdatePlanVariantDetailsPurchaseLimit$inboundSchema, UpdatePlanVariantDetailsPurchaseLimitInterval, UpdatePlanVariantDetailsPurchaseLimitInterval$inboundSchema, UpdatePlanVariantDetailsRemoveItemBillingMethod, UpdatePlanVariantDetailsRemoveItemBillingMethod$inboundSchema, UpdatePlanVariantDetailsReset$inboundSchema, UpdatePlanVariantDetailsResetInterval, UpdatePlanVariantDetailsResetInterval$inboundSchema, UpdatePlanVariantDetailsRollover$inboundSchema, UpdatePlanVariantDetailsSpendLimit$inboundSchema, UpdatePlanVariantDetailsThresholdType, UpdatePlanVariantDetailsThresholdType$inboundSchema, UpdatePlanVariantDetailsTier$inboundSchema, UpdatePlanVariantDetailsTierAdditionalCurrency$inboundSchema, UpdatePlanVariantDetailsTierBehavior, UpdatePlanVariantDetailsTierBehavior$inboundSchema, UpdatePlanVariantDetailsTo$inboundSchema, UpdatePlanVariantDetailsUsageAlert$inboundSchema, UpdatePlanVariantDetailsUsageLimit$inboundSchema, UpdatePlanVariantDetailsUsageLimitInterval, UpdatePlanVariantDetailsUsageLimitInterval$inboundSchema, UpdateSubscriptionParams$outboundSchema, UsageAlertSource, UsageAlertSource$inboundSchema, UsageLimitSource, UsageLimitSource$inboundSchema, UsageModel1, UsageModel1$inboundSchema, UsageModel2, UsageModel2$inboundSchema, Variant$outboundSchema, VariantAddItemAdditionalCurrency$outboundSchema, VariantAddItemBillingMethod, VariantAddItemBillingMethod$outboundSchema, VariantAddItemPriceInterval, VariantAddItemPriceInterval$outboundSchema, VariantAdditionalCurrency$outboundSchema, VariantAutoTopup$outboundSchema, VariantBasePrice$outboundSchema, VariantBillingControls$outboundSchema, VariantCustomize$outboundSchema, VariantDetails$inboundSchema, VariantDetailsAdditionalCurrency$inboundSchema, VariantDetailsExpiryDurationType, VariantDetailsExpiryDurationType$inboundSchema, VariantDetailsOnEnd, VariantDetailsOnEnd$inboundSchema, VariantDetailsTierAdditionalCurrency$inboundSchema, VariantDurationType, VariantDurationType$outboundSchema, VariantExpiryDurationType, VariantExpiryDurationType$outboundSchema, VariantFilter$outboundSchema, VariantFreeTrialParams$outboundSchema, VariantIntervalUnion$outboundSchema, VariantLimitType, VariantLimitType$outboundSchema, VariantMigration$outboundSchema, VariantOnDecrease, VariantOnDecrease$outboundSchema, VariantOnEnd, VariantOnEnd$outboundSchema, VariantOnIncrease, VariantOnIncrease$outboundSchema, VariantOverageAllowed$outboundSchema, VariantPlanItem$outboundSchema, VariantPlanItemFilter$outboundSchema, VariantPrice$outboundSchema, VariantProperties$outboundSchema, VariantProration$outboundSchema, VariantPurchaseLimit$outboundSchema, VariantPurchaseLimitInterval, VariantPurchaseLimitInterval$outboundSchema, VariantRemoveItemBillingMethod, VariantRemoveItemBillingMethod$outboundSchema, VariantReset$outboundSchema, VariantResetInterval, VariantResetInterval$outboundSchema, VariantRollover$outboundSchema, VariantSpendLimit$outboundSchema, VariantThresholdType, VariantThresholdType$outboundSchema, VariantTier$outboundSchema, VariantTierAdditionalCurrency$outboundSchema, VariantTierBehavior, VariantTierBehavior$outboundSchema, VariantTo$outboundSchema, VariantUsageAlert$outboundSchema, VariantUsageLimit$outboundSchema, VariantUsageLimitInterval, VariantUsageLimitInterval$outboundSchema, Vercel$inboundSchema, addItemAdditionalCurrencyFromJSON, additionalCurrencyFromJSON, aggregateEventsCustomRangeToJSON, aggregateEventsFeatureIdToJSON, aggregateEventsListFromJSON, aggregateEventsResponseFromJSON, apiKeyFromJSON, attachAddItemAdditionalCurrencyToJSON, attachAddItemPlanItemToJSON, attachAddItemPriceToJSON, attachAddItemProrationToJSON, attachAddItemResetToJSON, attachAddItemRolloverToJSON, attachAddItemTierAdditionalCurrencyToJSON, attachAddItemTierToJSON, attachAddItemToToJSON, attachAdditionalCurrencyToJSON, attachAttachDiscountToJSON, attachAutoTopupToJSON, attachBasePriceToJSON, attachBillingControlsToJSON, attachCarryOverBalancesToJSON, attachCarryOverUsagesToJSON, attachCustomLineItemToJSON, attachCustomizeToJSON, attachFeatureQuantityToJSON, attachFilterToJSON, attachFreeTrialParamsToJSON, attachIntervalUnionToJSON, attachInvoiceFromJSON, attachInvoiceModeToJSON, attachItemAdditionalCurrencyToJSON, attachItemPlanItemToJSON, attachItemPriceToJSON, attachItemProrationToJSON, attachItemResetToJSON, attachItemRolloverToJSON, attachItemTierAdditionalCurrencyToJSON, attachItemTierToJSON, attachItemToToJSON, attachLicenseEntityToJSON, attachLicenseParamsToJSON, attachLicenseQuantityToJSON, attachLicenseResponseFromJSON, attachOverageAllowedToJSON, attachParamsToJSON, attachPlanItemFilterToJSON, attachPropertiesToJSON, attachPurchaseLimitToJSON, attachRequiredActionFromJSON, attachResponseFromJSON, attachSpendLimitToJSON, attachUpsertLicenseAddItemAdditionalCurrencyToJSON, attachUpsertLicenseAdditionalCurrencyToJSON, attachUpsertLicenseBasePriceToJSON, attachUpsertLicenseCustomizeToJSON, attachUpsertLicenseIntervalUnionToJSON, attachUpsertLicensePlanItemFilterToJSON, attachUpsertLicensePlanItemToJSON, attachUpsertLicensePriceToJSON, attachUpsertLicenseProrationToJSON, attachUpsertLicenseResetToJSON, attachUpsertLicenseRolloverToJSON, attachUpsertLicenseTierToJSON, attachUpsertLicenseToJSON, attachUsageAlertToJSON, attachUsageLimitToJSON, balanceCreditSchemaFromJSON, balanceDisplayFromJSON, balanceFeatureFromJSON, balanceFromJSON, balanceIntervalUnionFromJSON, balanceModelMarkupsFromJSON, balancePriceFromJSON, balanceProviderMarkupsFromJSON, balanceResetFromJSON, balanceRolloverFromJSON, balanceTierFromJSON, balanceToFromJSON, basePriceFromJSON, batchTrackLockToJSON, batchTrackResponseFromJSON, billableToJSON, billingUpdateAddItemAdditionalCurrencyToJSON, billingUpdateAddItemPlanItemToJSON, billingUpdateAddItemPriceToJSON, billingUpdateAddItemProrationToJSON, billingUpdateAddItemResetToJSON, billingUpdateAddItemRolloverToJSON, billingUpdateAddItemTierAdditionalCurrencyToJSON, billingUpdateAddItemTierToJSON, billingUpdateAddItemToToJSON, billingUpdateAdditionalCurrencyToJSON, billingUpdateAttachDiscountToJSON, billingUpdateAutoTopupToJSON, billingUpdateBasePriceToJSON, billingUpdateBillingControlsToJSON, billingUpdateCarryOverUsagesToJSON, billingUpdateCustomizeToJSON, billingUpdateFeatureQuantityToJSON, billingUpdateFilterToJSON, billingUpdateFreeTrialParamsToJSON, billingUpdateIntervalUnionToJSON, billingUpdateInvoiceFromJSON, billingUpdateInvoiceModeToJSON, billingUpdateItemAdditionalCurrencyToJSON, billingUpdateItemPlanItemToJSON, billingUpdateItemPriceToJSON, billingUpdateItemProrationToJSON, billingUpdateItemResetToJSON, billingUpdateItemRolloverToJSON, billingUpdateItemTierAdditionalCurrencyToJSON, billingUpdateItemTierToJSON, billingUpdateItemToToJSON, billingUpdateLicenseQuantityToJSON, billingUpdateOverageAllowedToJSON, billingUpdatePlanItemFilterToJSON, billingUpdatePropertiesToJSON, billingUpdatePurchaseLimitToJSON, billingUpdateRecalculateBalancesToJSON, billingUpdateRequiredActionFromJSON, billingUpdateResponseFromJSON, billingUpdateSpendLimitToJSON, billingUpdateUpsertLicenseAddItemAdditionalCurrencyToJSON, billingUpdateUpsertLicenseAdditionalCurrencyToJSON, billingUpdateUpsertLicenseBasePriceToJSON, billingUpdateUpsertLicenseCustomizeToJSON, billingUpdateUpsertLicenseIntervalUnionToJSON, billingUpdateUpsertLicensePlanItemFilterToJSON, billingUpdateUpsertLicensePlanItemToJSON, billingUpdateUpsertLicensePriceToJSON, billingUpdateUpsertLicenseProrationToJSON, billingUpdateUpsertLicenseResetToJSON, billingUpdateUpsertLicenseRolloverToJSON, billingUpdateUpsertLicenseTierToJSON, billingUpdateUpsertLicenseToJSON, billingUpdateUsageAlertToJSON, billingUpdateUsageLimitToJSON, breakdownFromJSON, checkAutoTopup1FromJSON, checkAutoTopup2FromJSON, checkBillingControls1FromJSON, checkBillingControls2FromJSON, checkConfig1FromJSON, checkConfig2FromJSON, checkCreditSchema1FromJSON, checkCreditSchema2FromJSON, checkFeature1FromJSON, checkFeature2FromJSON, checkFilter1FromJSON, checkFilter2FromJSON, checkFreeTrial1FromJSON, checkFreeTrial2FromJSON, checkItem1FromJSON, checkItem2FromJSON, checkLockToJSON, checkModelMarkups1FromJSON, checkModelMarkups2FromJSON, checkOverageAllowed1FromJSON, checkOverageAllowed2FromJSON, checkParamsToJSON, checkProduct1FromJSON, checkProduct2FromJSON, checkProperties1FromJSON, checkProperties2FromJSON, checkProviderMarkups1FromJSON, checkProviderMarkups2FromJSON, checkPurchaseLimit1FromJSON, checkPurchaseLimit2FromJSON, checkResponseBody1FromJSON, checkResponseBody2FromJSON, checkResponseFromJSON, checkRollover1FromJSON, checkRollover2FromJSON, checkSpendLimit1FromJSON, checkSpendLimit2FromJSON, checkUsageAlert1FromJSON, checkUsageAlert2FromJSON, checkUsageLimit1FromJSON, checkUsageLimit2FromJSON, couponFromJSON, couponPromoCodeFromJSON, createBalanceParamsToJSON, createBalanceResetToJSON, createBalanceResponseFromJSON, createBalanceRolloverToJSON, createEntityBillingControlsRequestToJSON, createEntityBillingControlsResponseFromJSON, createEntityCreditSchemaFromJSON, createEntityDisplayFromJSON, createEntityFeatureFromJSON, createEntityFilterRequestToJSON, createEntityFilterResponseFromJSON, createEntityFlagsFromJSON, createEntityInvoiceFromJSON, createEntityModelMarkupsFromJSON, createEntityOverageAllowedRequestToJSON, createEntityOverageAllowedResponseFromJSON, createEntityParamsToJSON, createEntityPropertiesToJSON, createEntityProviderMarkupsFromJSON, createEntityPurchaseFromJSON, createEntityResponseFromJSON, createEntitySpendLimitRequestToJSON, createEntitySpendLimitResponseFromJSON, createEntitySubscriptionFromJSON, createEntityUsageAlertRequestBodyToJSON, createEntityUsageAlertResponseFromJSON, createEntityUsageLimitRequestToJSON, createEntityUsageLimitResponseFromJSON, createFeatureCreditSchemaRequestBodyToJSON, createFeatureCreditSchemaResponseFromJSON, createFeatureDisplayRequestBodyToJSON, createFeatureDisplayResponseFromJSON, createFeatureModelMarkupsRequestToJSON, createFeatureModelMarkupsResponseFromJSON, createFeatureParamsToJSON, createFeatureProviderMarkupsRequestToJSON, createFeatureProviderMarkupsResponseFromJSON, createFeatureResponseFromJSON, createPlanAdditionalCurrencyRequestBodyToJSON, createPlanAdditionalCurrencyResponseFromJSON, createPlanAutoTopupRequestToJSON, createPlanAutoTopupResponseFromJSON, createPlanBasePriceResponseFromJSON, createPlanBillingControlsRequestToJSON, createPlanBillingControlsResponseFromJSON, createPlanConfigRequestToJSON, createPlanConfigResponseFromJSON, createPlanCreditSchemaFromJSON, createPlanCustomerEligibilityFromJSON, createPlanCustomizeResponseFromJSON, createPlanFeatureDisplayFromJSON, createPlanFeatureFromJSON, createPlanFilterRequestToJSON, createPlanFilterResponseFromJSON, createPlanFreeTrialParamsFromJSON, createPlanFreeTrialResponseFromJSON, createPlanItemAdditionalCurrencyRequestBodyToJSON, createPlanItemAdditionalCurrencyResponseFromJSON, createPlanItemDisplayFromJSON, createPlanItemFromJSON, createPlanItemPlanItemToJSON, createPlanItemPriceRequestBodyToJSON, createPlanItemPriceResponseFromJSON, createPlanItemProrationToJSON, createPlanItemResetRequestBodyToJSON, createPlanItemResetResponseFromJSON, createPlanItemRolloverRequestBodyToJSON, createPlanItemRolloverResponseFromJSON, createPlanItemTierAdditionalCurrencyRequestBodyToJSON, createPlanItemTierAdditionalCurrencyResponseFromJSON, createPlanItemTierRequestBodyToJSON, createPlanItemTierResponseFromJSON, createPlanItemToRequestBodyToJSON, createPlanItemToResponseFromJSON, createPlanLicenseAddItemAdditionalCurrencyToJSON, createPlanLicenseAdditionalCurrencyToJSON, createPlanLicenseBasePriceToJSON, createPlanLicenseCustomizeToJSON, createPlanLicenseIntervalUnionToJSON, createPlanLicensePlanItemFilterToJSON, createPlanLicensePlanItemToJSON, createPlanLicensePriceToJSON, createPlanLicenseProrationToJSON, createPlanLicenseResetToJSON, createPlanLicenseRolloverToJSON, createPlanLicenseTierAdditionalCurrencyToJSON, createPlanLicenseTierToJSON, createPlanLicenseToJSON, createPlanLicenseToToJSON, createPlanOverageAllowedRequestToJSON, createPlanOverageAllowedResponseFromJSON, createPlanParamsToJSON, createPlanPlanItemFilterResponseFromJSON, createPlanPlanItemResponseFromJSON, createPlanPriceDisplayFromJSON, createPlanPriceRequestBodyToJSON, createPlanPriceResponseFromJSON, createPlanPropertiesToJSON, createPlanProrationResponseFromJSON, createPlanPurchaseLimitRequestToJSON, createPlanPurchaseLimitResponseFromJSON, createPlanResponseFromJSON, createPlanSpendLimitRequestToJSON, createPlanSpendLimitResponseFromJSON, createPlanUsageAlertRequestBodyToJSON, createPlanUsageAlertResponseFromJSON, createPlanUsageLimitRequestToJSON, createPlanUsageLimitResponseFromJSON, createPlanVariantDetailsAddItemAdditionalCurrencyFromJSON, createPlanVariantDetailsAdditionalCurrencyFromJSON, createPlanVariantDetailsAutoTopupFromJSON, createPlanVariantDetailsBillingControlsFromJSON, createPlanVariantDetailsFilterFromJSON, createPlanVariantDetailsFromJSON, createPlanVariantDetailsIntervalUnionFromJSON, createPlanVariantDetailsOverageAllowedFromJSON, createPlanVariantDetailsPriceFromJSON, createPlanVariantDetailsPurchaseLimitFromJSON, createPlanVariantDetailsResetFromJSON, createPlanVariantDetailsRolloverFromJSON, createPlanVariantDetailsSpendLimitFromJSON, createPlanVariantDetailsTierAdditionalCurrencyFromJSON, createPlanVariantDetailsTierFromJSON, createPlanVariantDetailsToFromJSON, createPlanVariantDetailsUsageAlertFromJSON, createPlanVariantDetailsUsageLimitFromJSON, createReferralCodeParamsToJSON, createReferralCodeResponseFromJSON, createScheduleAddItemAdditionalCurrency2ToJSON, createScheduleAddItemPlanItem2ToJSON, createScheduleAddItemPrice2ToJSON, createScheduleAddItemProration2ToJSON, createScheduleAddItemReset2ToJSON, createScheduleAddItemRollover2ToJSON, createScheduleAddItemTier2ToJSON, createScheduleAdditionalCurrency2ToJSON, createScheduleAttachDiscountToJSON, createScheduleAutoTopup2ToJSON, createScheduleBasePrice2ToJSON, createScheduleBillingControls2ToJSON, createScheduleCustomize2ToJSON, createScheduleFeatureQuantity2ToJSON, createScheduleFilter2ToJSON, createScheduleIntervalUnion2ToJSON, createScheduleInvoiceFromJSON, createScheduleInvoiceModeToJSON, createScheduleItemAdditionalCurrency2ToJSON, createScheduleItemPlanItem2ToJSON, createScheduleItemPrice2ToJSON, createScheduleItemProration2ToJSON, createScheduleItemReset2ToJSON, createScheduleItemRollover2ToJSON, createScheduleItemTier2ToJSON, createScheduleOverageAllowed2ToJSON, createScheduleParamsToJSON, createSchedulePlan2ToJSON, createSchedulePlanItemFilter2ToJSON, createSchedulePurchaseLimit2ToJSON, createScheduleRequiredActionFromJSON, createScheduleResponseFromJSON, createScheduleSpendLimit2ToJSON, createScheduleUsageAlert2ToJSON, createScheduleUsageLimit2ToJSON, customerAutoTopupFromJSON, customerBillingControlsFromJSON, customerConfigFromJSON, customerCreditSchemaFromJSON, customerDataAutoTopupToJSON, customerDataBillingControlsToJSON, customerDataConfigToJSON, customerDataFilterToJSON, customerDataOverageAllowedToJSON, customerDataPurchaseLimitToJSON, customerDataSpendLimitToJSON, customerDataToJSON, customerDataUsageAlertToJSON, customerDataUsageLimitToJSON, customerDisplayFromJSON, customerEligibilityFromJSON, customerFeatureFromJSON, customerFilterFromJSON, customerFromJSON, customerModelMarkupsFromJSON, customerOverageAllowedFromJSON, customerProviderMarkupsFromJSON, customerPurchaseLimit1FromJSON, customerPurchaseLimit2FromJSON, customerPurchaseLimitUnionFromJSON, customerSpendLimitFromJSON, customerUsageAlertFromJSON, customerUsageLimitFromJSON, customizeFromJSON, deductionsFromJSON, deleteBalanceParamsToJSON, deleteBalanceResponseFromJSON, deleteCustomerParamsToJSON, deleteCustomerResponseFromJSON, deleteEntityParamsToJSON, deleteEntityResponseFromJSON, deleteFeatureParamsToJSON, deleteFeatureResponseFromJSON, deletePlanParamsToJSON, deletePlanResponseFromJSON, dfuFlashParamsToJSON, dfuFlashResultFromJSON, discountFromJSON, entitlementsGrantedFromJSON, entityFromJSON, eventsAggregateParamsToJSON, eventsListParamsToJSON, expiryFromJSON, featureGrantFromJSON, featureGrantPromoCodeFromJSON, files_exports as files, finalizeBalanceParamsToJSON, finalizeLockResponseBody1FromJSON, finalizeLockResponseBody2FromJSON, finalizeLockResponseFromJSON, flag1FromJSON, flag2FromJSON, flagDisplay1FromJSON, flagDisplay2FromJSON, flagsFromJSON, flashedFromJSON, formatZodError, freeTrialFromJSON, freeTrialParamsFromJSON, freeTrialRequestToJSON, getCustomerAutoTopupFromJSON, getCustomerBillingControlsFromJSON, getCustomerConfigFromJSON, getCustomerCreditSchemaFromJSON, getCustomerCustomerFromJSON, getCustomerDiscountFromJSON, getCustomerDisplayFromJSON, getCustomerEntityFromJSON, getCustomerFeatureFromJSON, getCustomerFilterFromJSON, getCustomerFlagsFromJSON, getCustomerInvoiceFromJSON, getCustomerLicenseFromJSON, getCustomerModelMarkupsFromJSON, getCustomerOverageAllowedFromJSON, getCustomerParamsToJSON, getCustomerProcessorsFromJSON, getCustomerProviderMarkupsFromJSON, getCustomerPurchaseFromJSON, getCustomerPurchaseLimit1FromJSON, getCustomerPurchaseLimit2FromJSON, getCustomerPurchaseLimitUnionFromJSON, getCustomerReferralFromJSON, getCustomerResponseFromJSON, getCustomerRevenuecatFromJSON, getCustomerRewardsFromJSON, getCustomerSpendLimitFromJSON, getCustomerStripeFromJSON, getCustomerSubscriptionFromJSON, getCustomerTrialsUsedFromJSON, getCustomerUsageAlertFromJSON, getCustomerUsageLimitFromJSON, getCustomerVercelFromJSON, getEntityBillingControlsFromJSON, getEntityCreditSchemaFromJSON, getEntityDisplayFromJSON, getEntityFeatureFromJSON, getEntityFilterFromJSON, getEntityFlagsFromJSON, getEntityInvoiceFromJSON, getEntityModelMarkupsFromJSON, getEntityOverageAllowedFromJSON, getEntityParamsToJSON, getEntityProviderMarkupsFromJSON, getEntityPurchaseFromJSON, getEntityResponseFromJSON, getEntitySpendLimitFromJSON, getEntitySubscriptionFromJSON, getEntityUsageAlertFromJSON, getEntityUsageLimitFromJSON, getFeatureCreditSchemaFromJSON, getFeatureDisplayFromJSON, getFeatureModelMarkupsFromJSON, getFeatureParamsToJSON, getFeatureProviderMarkupsFromJSON, getFeatureResponseFromJSON, getOrCreateCustomerAutoTopupToJSON, getOrCreateCustomerBillingControlsToJSON, getOrCreateCustomerConfigToJSON, getOrCreateCustomerFilterToJSON, getOrCreateCustomerOverageAllowedToJSON, getOrCreateCustomerParamsToJSON, getOrCreateCustomerPropertiesToJSON, getOrCreateCustomerPurchaseLimitToJSON, getOrCreateCustomerSpendLimitToJSON, getOrCreateCustomerUsageAlertToJSON, getOrCreateCustomerUsageLimitToJSON, getPlanAddItemAdditionalCurrencyFromJSON, getPlanAdditionalCurrencyFromJSON, getPlanAutoTopupFromJSON, getPlanBasePriceFromJSON, getPlanBillingControlsFromJSON, getPlanConfigFromJSON, getPlanCreditSchemaFromJSON, getPlanCustomerEligibilityFromJSON, getPlanCustomizeFromJSON, getPlanFeatureDisplayFromJSON, getPlanFeatureFromJSON, getPlanFilterFromJSON, getPlanFreeTrialFromJSON, getPlanFreeTrialParamsFromJSON, getPlanIntervalUnionFromJSON, getPlanItemAdditionalCurrencyFromJSON, getPlanItemDisplayFromJSON, getPlanItemFromJSON, getPlanItemPriceFromJSON, getPlanItemResetFromJSON, getPlanItemRolloverFromJSON, getPlanItemTierAdditionalCurrencyFromJSON, getPlanItemTierFromJSON, getPlanItemToFromJSON, getPlanOverageAllowedFromJSON, getPlanParamsToJSON, getPlanPlanItemFilterFromJSON, getPlanPlanItemFromJSON, getPlanPriceDisplayFromJSON, getPlanPriceFromJSON, getPlanProrationFromJSON, getPlanPurchaseLimitFromJSON, getPlanResponseFromJSON, getPlanSpendLimitFromJSON, getPlanUsageAlertFromJSON, getPlanUsageLimitFromJSON, getPlanVariantDetailsAdditionalCurrencyFromJSON, getPlanVariantDetailsAutoTopupFromJSON, getPlanVariantDetailsBillingControlsFromJSON, getPlanVariantDetailsFilterFromJSON, getPlanVariantDetailsFromJSON, getPlanVariantDetailsOverageAllowedFromJSON, getPlanVariantDetailsPriceFromJSON, getPlanVariantDetailsPurchaseLimitFromJSON, getPlanVariantDetailsResetFromJSON, getPlanVariantDetailsRolloverFromJSON, getPlanVariantDetailsSpendLimitFromJSON, getPlanVariantDetailsTierAdditionalCurrencyFromJSON, getPlanVariantDetailsTierFromJSON, getPlanVariantDetailsToFromJSON, getPlanVariantDetailsUsageAlertFromJSON, getPlanVariantDetailsUsageLimitFromJSON, getRevenueCatKeysAppFromJSON, getRevenueCatKeysParamsToJSON, getRevenueCatKeysResponseFromJSON, grantFromJSON, importBalanceToJSON, importCustomerDataToJSON, importFeatureQuantityToJSON, importFilterToJSON, importPlanToJSON, importProcessorToJSON, includedUsage1FromJSON, includedUsage2FromJSON, invoiceFromJSON, itemAdditionalCurrencyFromJSON, itemFromJSON, itemTierAdditionalCurrencyFromJSON, licenseFromJSON, linkRevenueCatParamsToJSON, linkRevenueCatResponseFromJSON, linkToJSON, listCustomersAutoTopupFromJSON, listCustomersBillingControlsFromJSON, listCustomersConfigFromJSON, listCustomersCreditSchemaFromJSON, listCustomersDisplayFromJSON, listCustomersFeatureFromJSON, listCustomersFilterFromJSON, listCustomersFlagsFromJSON, listCustomersLicenseFromJSON, listCustomersListFromJSON, listCustomersModelMarkupsFromJSON, listCustomersOverageAllowedFromJSON, listCustomersParamsToJSON, listCustomersPlanToJSON, listCustomersProcessorsFromJSON, listCustomersProviderMarkupsFromJSON, listCustomersPurchaseFromJSON, listCustomersPurchaseLimit1FromJSON, listCustomersPurchaseLimit2FromJSON, listCustomersPurchaseLimitUnionFromJSON, listCustomersResponseFromJSON, listCustomersRevenuecatFromJSON, listCustomersSpendLimitFromJSON, listCustomersStripeFromJSON, listCustomersSubscriptionFromJSON, listCustomersUsageAlertFromJSON, listCustomersUsageLimitFromJSON, listCustomersVercelFromJSON, listEntitiesBillingControlsFromJSON, listEntitiesCreditSchemaFromJSON, listEntitiesDisplayFromJSON, listEntitiesFeatureFromJSON, listEntitiesFilterFromJSON, listEntitiesFlagsFromJSON, listEntitiesInvoiceFromJSON, listEntitiesListFromJSON, listEntitiesModelMarkupsFromJSON, listEntitiesOverageAllowedFromJSON, listEntitiesParamsToJSON, listEntitiesPlanToJSON, listEntitiesProviderMarkupsFromJSON, listEntitiesPurchaseFromJSON, listEntitiesResponseFromJSON, listEntitiesSpendLimitFromJSON, listEntitiesSubscriptionFromJSON, listEntitiesUsageAlertFromJSON, listEntitiesUsageLimitFromJSON, listEventsCustomRangeToJSON, listEventsFeatureIdToJSON, listEventsIntervalUnionFromJSON, listEventsListFromJSON, listEventsResetFromJSON, listEventsResponseFromJSON, listFeaturesCreditSchemaFromJSON, listFeaturesDisplayFromJSON, listFeaturesListFromJSON, listFeaturesModelMarkupsFromJSON, listFeaturesProviderMarkupsFromJSON, listFeaturesRequestToJSON, listFeaturesResponseFromJSON, listInvoicesListFromJSON, listInvoicesParamsToJSON, listInvoicesResponseFromJSON, listPlansAddItemAdditionalCurrencyFromJSON, listPlansAdditionalCurrencyFromJSON, listPlansAutoTopupFromJSON, listPlansBasePriceFromJSON, listPlansBillingControlsFromJSON, listPlansConfigFromJSON, listPlansCreditSchemaFromJSON, listPlansCustomerEligibilityFromJSON, listPlansCustomizeFromJSON, listPlansFeatureDisplayFromJSON, listPlansFeatureFromJSON, listPlansFilterFromJSON, listPlansFreeTrialFromJSON, listPlansFreeTrialParamsFromJSON, listPlansIntervalUnionFromJSON, listPlansItemAdditionalCurrencyFromJSON, listPlansItemDisplayFromJSON, listPlansItemFromJSON, listPlansItemPriceFromJSON, listPlansItemResetFromJSON, listPlansItemRolloverFromJSON, listPlansItemTierFromJSON, listPlansListFromJSON, listPlansOverageAllowedFromJSON, listPlansParamsToJSON, listPlansPlanItemFilterFromJSON, listPlansPlanItemFromJSON, listPlansPriceDisplayFromJSON, listPlansPriceFromJSON, listPlansProrationFromJSON, listPlansPurchaseLimitFromJSON, listPlansResponseFromJSON, listPlansSpendLimitFromJSON, listPlansTierAdditionalCurrencyFromJSON, listPlansToFromJSON, listPlansUsageAlertFromJSON, listPlansUsageLimitFromJSON, listPlansVariantDetailsAdditionalCurrencyFromJSON, listPlansVariantDetailsAutoTopupFromJSON, listPlansVariantDetailsBillingControlsFromJSON, listPlansVariantDetailsFilterFromJSON, listPlansVariantDetailsFromJSON, listPlansVariantDetailsOverageAllowedFromJSON, listPlansVariantDetailsPriceFromJSON, listPlansVariantDetailsPurchaseLimitFromJSON, listPlansVariantDetailsResetFromJSON, listPlansVariantDetailsRolloverFromJSON, listPlansVariantDetailsSpendLimitFromJSON, listPlansVariantDetailsTierFromJSON, listPlansVariantDetailsUsageAlertFromJSON, listPlansVariantDetailsUsageLimitFromJSON, listRewardsDurationFromJSON, listRewardsResponseFromJSON, migrationToJSON, mintKeyParamsToJSON, mintKeyResponseFromJSON, multiAttachAdditionalCurrencyToJSON, multiAttachAttachDiscountToJSON, multiAttachBasePriceToJSON, multiAttachBillingControlsToJSON, multiAttachCustomizeToJSON, multiAttachEntityDataToJSON, multiAttachFeatureQuantityToJSON, multiAttachFilterToJSON, multiAttachFreeTrialParamsToJSON, multiAttachInvoiceFromJSON, multiAttachInvoiceModeToJSON, multiAttachItemAdditionalCurrencyToJSON, multiAttachOverageAllowedToJSON, multiAttachParamsToJSON, multiAttachPlanItemToJSON, multiAttachPlanToJSON, multiAttachPriceToJSON, multiAttachPropertiesToJSON, multiAttachProrationToJSON, multiAttachRequiredActionFromJSON, multiAttachResetToJSON, multiAttachResponseFromJSON, multiAttachRolloverToJSON, multiAttachSpendLimitToJSON, multiAttachTierAdditionalCurrencyToJSON, multiAttachTierToJSON, multiAttachToToJSON, multiAttachUsageAlertToJSON, multiAttachUsageLimitToJSON, multiUpdateInvoiceFromJSON, multiUpdateParamsToJSON, multiUpdatePreviewResponseFromJSON, multiUpdateRequiredActionFromJSON, multiUpdateResponseFromJSON, multiUpdateUpdateToJSON, openCustomerPortalParamsToJSON, openCustomerPortalResponseFromJSON, phaseResponseFromJSON, phaseStartToJSON, phaseStartUnionToJSON, planAutoTopupFromJSON, planBillingControlsFromJSON, planConfigFromJSON, planCreditSchemaFromJSON, planFeatureDisplayFromJSON, planFeatureFromJSON, planFilterFromJSON, planFromJSON, planIntervalUnionFromJSON, planItemDisplayFromJSON, planItemFilterFromJSON, planItemFromJSON, planItemPriceFromJSON, planItemResetFromJSON, planItemRolloverFromJSON, planItemTierFromJSON, planItemToFromJSON, planOverageAllowedFromJSON, planPriceDisplayFromJSON, planPriceFromJSON, planPurchaseLimitFromJSON, planSpendLimitFromJSON, planUsageAlertFromJSON, planUsageLimitFromJSON, planVariantDetailsAutoTopupFromJSON, planVariantDetailsBillingControlsFromJSON, planVariantDetailsFilterFromJSON, planVariantDetailsOverageAllowedFromJSON, planVariantDetailsPriceFromJSON, planVariantDetailsPurchaseLimitFromJSON, planVariantDetailsResetFromJSON, planVariantDetailsRolloverFromJSON, planVariantDetailsSpendLimitFromJSON, planVariantDetailsTierFromJSON, planVariantDetailsToFromJSON, planVariantDetailsUsageAlertFromJSON, planVariantDetailsUsageLimitFromJSON, preview1FromJSON, preview2FromJSON, previewAttachAddItemAdditionalCurrencyToJSON, previewAttachAddItemPlanItemToJSON, previewAttachAddItemPriceToJSON, previewAttachAddItemProrationToJSON, previewAttachAddItemResetToJSON, previewAttachAddItemRolloverToJSON, previewAttachAddItemTierAdditionalCurrencyToJSON, previewAttachAddItemTierToJSON, previewAttachAddItemToToJSON, previewAttachAdditionalCurrencyToJSON, previewAttachAttachDiscountToJSON, previewAttachAutoTopupToJSON, previewAttachBasePriceToJSON, previewAttachBillingControlsToJSON, previewAttachCarryOverBalancesToJSON, previewAttachCarryOverUsagesToJSON, previewAttachCustomLineItemToJSON, previewAttachCustomizeToJSON, previewAttachDiscountFromJSON, previewAttachFeatureQuantityRequestToJSON, previewAttachFilterToJSON, previewAttachFreeTrialParamsToJSON, previewAttachIncomingFeatureQuantityFromJSON, previewAttachIncomingFromJSON, previewAttachIntervalUnionToJSON, previewAttachInvoiceCreditsFromJSON, previewAttachInvoiceModeToJSON, previewAttachItemAdditionalCurrencyToJSON, previewAttachItemPlanItemToJSON, previewAttachItemPriceToJSON, previewAttachItemProrationToJSON, previewAttachItemResetToJSON, previewAttachItemRolloverToJSON, previewAttachItemTierAdditionalCurrencyToJSON, previewAttachItemTierToJSON, previewAttachItemToToJSON, previewAttachLicenseQuantityToJSON, previewAttachLineItemFromJSON, previewAttachLineItemPeriodFromJSON, previewAttachNextCycleDiscountFromJSON, previewAttachNextCycleFromJSON, previewAttachNextCycleLineItemFromJSON, previewAttachNextCycleLineItemPeriodFromJSON, previewAttachOutgoingFeatureQuantityFromJSON, previewAttachOutgoingFromJSON, previewAttachOverageAllowedToJSON, previewAttachParamsToJSON, previewAttachPlanItemFilterToJSON, previewAttachPropertiesToJSON, previewAttachPurchaseLimitToJSON, previewAttachResponseFromJSON, previewAttachSpendLimitToJSON, previewAttachTaxFromJSON, previewAttachUpsertLicenseAddItemAdditionalCurrencyToJSON, previewAttachUpsertLicenseAdditionalCurrencyToJSON, previewAttachUpsertLicenseBasePriceToJSON, previewAttachUpsertLicenseCustomizeToJSON, previewAttachUpsertLicenseIntervalUnionToJSON, previewAttachUpsertLicensePlanItemFilterToJSON, previewAttachUpsertLicensePlanItemToJSON, previewAttachUpsertLicensePriceToJSON, previewAttachUpsertLicenseProrationToJSON, previewAttachUpsertLicenseResetToJSON, previewAttachUpsertLicenseRolloverToJSON, previewAttachUpsertLicenseTierToJSON, previewAttachUpsertLicenseToJSON, previewAttachUsageAlertToJSON, previewAttachUsageLimitToJSON, previewAttachUsageLineItemFromJSON, previewAttachUsageLineItemPeriodFromJSON, previewMultiAttachAdditionalCurrencyToJSON, previewMultiAttachAttachDiscountToJSON, previewMultiAttachBasePriceToJSON, previewMultiAttachBillingControlsToJSON, previewMultiAttachCustomizeToJSON, previewMultiAttachDiscountFromJSON, previewMultiAttachEntityDataToJSON, previewMultiAttachFilterToJSON, previewMultiAttachFreeTrialParamsToJSON, previewMultiAttachIncomingFeatureQuantityFromJSON, previewMultiAttachIncomingFromJSON, previewMultiAttachInvoiceCreditsFromJSON, previewMultiAttachInvoiceModeToJSON, previewMultiAttachItemAdditionalCurrencyToJSON, previewMultiAttachLineItemFromJSON, previewMultiAttachLineItemPeriodFromJSON, previewMultiAttachNextCycleDiscountFromJSON, previewMultiAttachNextCycleFromJSON, previewMultiAttachNextCycleLineItemFromJSON, previewMultiAttachNextCycleLineItemPeriodFromJSON, previewMultiAttachOutgoingFeatureQuantityFromJSON, previewMultiAttachOutgoingFromJSON, previewMultiAttachOverageAllowedToJSON, previewMultiAttachParamsToJSON, previewMultiAttachPlanFeatureQuantityToJSON, previewMultiAttachPlanItemToJSON, previewMultiAttachPlanToJSON, previewMultiAttachPriceToJSON, previewMultiAttachPropertiesToJSON, previewMultiAttachProrationToJSON, previewMultiAttachResetToJSON, previewMultiAttachResponseFromJSON, previewMultiAttachRolloverToJSON, previewMultiAttachSpendLimitToJSON, previewMultiAttachTaxFromJSON, previewMultiAttachTierAdditionalCurrencyToJSON, previewMultiAttachTierToJSON, previewMultiAttachToToJSON, previewMultiAttachUsageAlertToJSON, previewMultiAttachUsageLimitToJSON, previewMultiAttachUsageLineItemFromJSON, previewMultiAttachUsageLineItemPeriodFromJSON, previewMultiUpdateDiscountFromJSON, previewMultiUpdateIncomingFeatureQuantityFromJSON, previewMultiUpdateIncomingFromJSON, previewMultiUpdateLineItemFromJSON, previewMultiUpdateLineItemPeriodFromJSON, previewMultiUpdateNextCycleDiscountFromJSON, previewMultiUpdateNextCycleFromJSON, previewMultiUpdateNextCycleLineItemFromJSON, previewMultiUpdateNextCycleLineItemPeriodFromJSON, previewMultiUpdateOutgoingFeatureQuantityFromJSON, previewMultiUpdateOutgoingFromJSON, previewMultiUpdateParamsToJSON, previewMultiUpdateSubscriptionFromJSON, previewMultiUpdateUpdateToJSON, previewMultiUpdateUsageLineItemFromJSON, previewMultiUpdateUsageLineItemPeriodFromJSON, previewUpdateAddItemAdditionalCurrencyToJSON, previewUpdateAddItemPlanItemToJSON, previewUpdateAddItemPriceToJSON, previewUpdateAddItemProrationToJSON, previewUpdateAddItemResetToJSON, previewUpdateAddItemRolloverToJSON, previewUpdateAddItemTierAdditionalCurrencyToJSON, previewUpdateAddItemTierToJSON, previewUpdateAddItemToToJSON, previewUpdateAdditionalCurrencyToJSON, previewUpdateAttachDiscountToJSON, previewUpdateAutoTopupToJSON, previewUpdateBasePriceToJSON, previewUpdateBillingControlsToJSON, previewUpdateCarryOverUsagesToJSON, previewUpdateCustomizeToJSON, previewUpdateDiscountFromJSON, previewUpdateFeatureQuantityRequestToJSON, previewUpdateFilterToJSON, previewUpdateFreeTrialParamsToJSON, previewUpdateIncomingFeatureQuantityFromJSON, previewUpdateIncomingFromJSON, previewUpdateIntervalUnionToJSON, previewUpdateInvoiceCreditsFromJSON, previewUpdateInvoiceModeToJSON, previewUpdateItemAdditionalCurrencyToJSON, previewUpdateItemPlanItemToJSON, previewUpdateItemPriceToJSON, previewUpdateItemProrationToJSON, previewUpdateItemResetToJSON, previewUpdateItemRolloverToJSON, previewUpdateItemTierAdditionalCurrencyToJSON, previewUpdateItemTierToJSON, previewUpdateItemToToJSON, previewUpdateLicenseQuantityToJSON, previewUpdateLineItemFromJSON, previewUpdateLineItemPeriodFromJSON, previewUpdateNextCycleDiscountFromJSON, previewUpdateNextCycleFromJSON, previewUpdateNextCycleLineItemFromJSON, previewUpdateNextCycleLineItemPeriodFromJSON, previewUpdateOutgoingFeatureQuantityFromJSON, previewUpdateOutgoingFromJSON, previewUpdateOverageAllowedToJSON, previewUpdateParamsToJSON, previewUpdatePlanItemFilterToJSON, previewUpdatePropertiesToJSON, previewUpdatePurchaseLimitToJSON, previewUpdateRecalculateBalancesToJSON, previewUpdateResponseFromJSON, previewUpdateSpendLimitToJSON, previewUpdateTaxFromJSON, previewUpdateUpsertLicenseAddItemAdditionalCurrencyToJSON, previewUpdateUpsertLicenseAdditionalCurrencyToJSON, previewUpdateUpsertLicenseBasePriceToJSON, previewUpdateUpsertLicenseCustomizeToJSON, previewUpdateUpsertLicenseIntervalUnionToJSON, previewUpdateUpsertLicensePlanItemFilterToJSON, previewUpdateUpsertLicensePlanItemToJSON, previewUpdateUpsertLicensePriceToJSON, previewUpdateUpsertLicenseProrationToJSON, previewUpdateUpsertLicenseResetToJSON, previewUpdateUpsertLicenseRolloverToJSON, previewUpdateUpsertLicenseTierToJSON, previewUpdateUpsertLicenseToJSON, previewUpdateUsageAlertToJSON, previewUpdateUsageLimitToJSON, previewUpdateUsageLineItemFromJSON, previewUpdateUsageLineItemPeriodFromJSON, processorsFromJSON, productDisplay1FromJSON, productDisplay2FromJSON, propertiesToJSON, prorationFromJSON, purchaseFromJSON, redeemReferralCodeParamsToJSON, redeemReferralCodeResponseFromJSON, redeemRewardCodeParamsToJSON, redeemRewardCodeResponseFromJSON, referralCustomerFromJSON, referralFromJSON, refreshKeyParamsToJSON, refreshKeyResponseFromJSON, releaseLicenseParamsToJSON, releaseLicenseResponseFromJSON, requestBodyToJSON, resultFromJSON, revenuecatFromJSON, revokeKeyParamsToJSON, revokeKeyResponseFromJSON, rewardsFromJSON, rewardsListParamsToJSON, securityToJSON, serverURLFromOptions, setupPaymentAddItemAdditionalCurrencyToJSON, setupPaymentAddItemPlanItemToJSON, setupPaymentAddItemPriceToJSON, setupPaymentAddItemProrationToJSON, setupPaymentAddItemResetToJSON, setupPaymentAddItemRolloverToJSON, setupPaymentAddItemTierAdditionalCurrencyToJSON, setupPaymentAddItemTierToJSON, setupPaymentAddItemToToJSON, setupPaymentAdditionalCurrencyToJSON, setupPaymentAttachDiscountToJSON, setupPaymentAutoTopupToJSON, setupPaymentBasePriceToJSON, setupPaymentBillingControlsToJSON, setupPaymentCarryOverBalancesToJSON, setupPaymentCarryOverUsagesToJSON, setupPaymentCustomLineItemToJSON, setupPaymentCustomizeToJSON, setupPaymentFeatureQuantityToJSON, setupPaymentFilterToJSON, setupPaymentFreeTrialParamsToJSON, setupPaymentIntervalUnionToJSON, setupPaymentItemAdditionalCurrencyToJSON, setupPaymentItemPlanItemToJSON, setupPaymentItemPriceToJSON, setupPaymentItemProrationToJSON, setupPaymentItemResetToJSON, setupPaymentItemRolloverToJSON, setupPaymentItemTierAdditionalCurrencyToJSON, setupPaymentItemTierToJSON, setupPaymentItemToToJSON, setupPaymentLicenseQuantityToJSON, setupPaymentOverageAllowedToJSON, setupPaymentParamsToJSON, setupPaymentPlanItemFilterToJSON, setupPaymentPropertiesToJSON, setupPaymentPurchaseLimitToJSON, setupPaymentResponseFromJSON, setupPaymentSpendLimitToJSON, setupPaymentUpsertLicenseAddItemAdditionalCurrencyToJSON, setupPaymentUpsertLicenseAdditionalCurrencyToJSON, setupPaymentUpsertLicenseBasePriceToJSON, setupPaymentUpsertLicenseCustomizeToJSON, setupPaymentUpsertLicenseIntervalUnionToJSON, setupPaymentUpsertLicensePlanItemFilterToJSON, setupPaymentUpsertLicensePlanItemToJSON, setupPaymentUpsertLicensePriceToJSON, setupPaymentUpsertLicenseProrationToJSON, setupPaymentUpsertLicenseResetToJSON, setupPaymentUpsertLicenseRolloverToJSON, setupPaymentUpsertLicenseTierToJSON, setupPaymentUpsertLicenseToJSON, setupPaymentUsageAlertToJSON, setupPaymentUsageLimitToJSON, startingAfter2ToJSON, startsAt2ToJSON, stripeFromJSON, subscriptionFromJSON, syncRevenueCatAppFromJSON, syncRevenueCatParamsToJSON, syncRevenueCatResponseFromJSON, totalFromJSON, trackDeduction1FromJSON, trackDeduction2FromJSON, trackIntervalUnion1FromJSON, trackIntervalUnion2FromJSON, trackLockToJSON, trackParamsToJSON, trackReset1FromJSON, trackReset2FromJSON, trackResponseBody1FromJSON, trackResponseBody2FromJSON, trackResponseFromJSON, trackTokensDeduction1FromJSON, trackTokensDeduction2FromJSON, trackTokensIntervalUnion1FromJSON, trackTokensIntervalUnion2FromJSON, trackTokensParamsToJSON, trackTokensReset1FromJSON, trackTokensReset2FromJSON, trackTokensResponseBody1FromJSON, trackTokensResponseBody2FromJSON, trackTokensResponseFromJSON, trialsUsedFromJSON, types_exports as types, updateBalanceParamsToJSON, updateBalanceResponseFromJSON, updateCustomerAutoTopupRequestToJSON, updateCustomerAutoTopupResponseFromJSON, updateCustomerBillingControlsRequestToJSON, updateCustomerBillingControlsResponseFromJSON, updateCustomerConfigRequestToJSON, updateCustomerConfigResponseFromJSON, updateCustomerCreditSchemaFromJSON, updateCustomerDisplayFromJSON, updateCustomerFeatureFromJSON, updateCustomerFilterRequestToJSON, updateCustomerFilterResponseFromJSON, updateCustomerFlagsFromJSON, updateCustomerLicenseFromJSON, updateCustomerModelMarkupsFromJSON, updateCustomerOverageAllowedRequestToJSON, updateCustomerOverageAllowedResponseFromJSON, updateCustomerParamsToJSON, updateCustomerProcessorsFromJSON, updateCustomerPropertiesToJSON, updateCustomerProviderMarkupsFromJSON, updateCustomerPurchaseFromJSON, updateCustomerPurchaseLimitRequestToJSON, updateCustomerPurchaseLimitResponse1FromJSON, updateCustomerPurchaseLimitResponse2FromJSON, updateCustomerPurchaseLimitUnionFromJSON, updateCustomerResponseFromJSON, updateCustomerRevenuecatFromJSON, updateCustomerSpendLimitRequestToJSON, updateCustomerSpendLimitResponseFromJSON, updateCustomerStripeFromJSON, updateCustomerSubscriptionFromJSON, updateCustomerUsageAlertRequestBodyToJSON, updateCustomerUsageAlertResponseFromJSON, updateCustomerUsageLimitRequestToJSON, updateCustomerUsageLimitResponseFromJSON, updateCustomerVercelFromJSON, updateEntityBillingControlsRequestToJSON, updateEntityBillingControlsResponseFromJSON, updateEntityCreditSchemaFromJSON, updateEntityDisplayFromJSON, updateEntityFeatureFromJSON, updateEntityFilterRequestToJSON, updateEntityFilterResponseFromJSON, updateEntityFlagsFromJSON, updateEntityInvoiceFromJSON, updateEntityModelMarkupsFromJSON, updateEntityOverageAllowedRequestToJSON, updateEntityOverageAllowedResponseFromJSON, updateEntityParamsToJSON, updateEntityPropertiesToJSON, updateEntityProviderMarkupsFromJSON, updateEntityPurchaseFromJSON, updateEntityResponseFromJSON, updateEntitySpendLimitRequestToJSON, updateEntitySpendLimitResponseFromJSON, updateEntitySubscriptionFromJSON, updateEntityUsageAlertRequestBodyToJSON, updateEntityUsageAlertResponseFromJSON, updateEntityUsageLimitRequestToJSON, updateEntityUsageLimitResponseFromJSON, updateFeatureCreditSchemaRequestBodyToJSON, updateFeatureCreditSchemaResponseFromJSON, updateFeatureDisplayRequestBodyToJSON, updateFeatureDisplayResponseFromJSON, updateFeatureModelMarkupsRequestToJSON, updateFeatureModelMarkupsResponseFromJSON, updateFeatureParamsToJSON, updateFeatureProviderMarkupsRequestToJSON, updateFeatureProviderMarkupsResponseFromJSON, updateFeatureResponseFromJSON, updatePlanAdditionalCurrencyRequestBodyToJSON, updatePlanAdditionalCurrencyResponseFromJSON, updatePlanAutoTopupRequestToJSON, updatePlanAutoTopupResponseFromJSON, updatePlanBasePriceRequestToJSON, updatePlanBasePriceResponseFromJSON, updatePlanBillingControlsRequestToJSON, updatePlanBillingControlsResponseFromJSON, updatePlanConfigRequestToJSON, updatePlanConfigResponseFromJSON, updatePlanCreditSchemaFromJSON, updatePlanCustomerEligibilityFromJSON, updatePlanCustomizeResponseFromJSON, updatePlanFeatureDisplayFromJSON, updatePlanFeatureFromJSON, updatePlanFilterRequestToJSON, updatePlanFilterResponseFromJSON, updatePlanFreeTrialFromJSON, updatePlanFreeTrialParamsRequestToJSON, updatePlanFreeTrialParamsResponseFromJSON, updatePlanItemAdditionalCurrencyRequestBodyToJSON, updatePlanItemAdditionalCurrencyResponseFromJSON, updatePlanItemDisplayFromJSON, updatePlanItemFromJSON, updatePlanItemPlanItemToJSON, updatePlanItemPriceRequestBodyToJSON, updatePlanItemPriceResponseFromJSON, updatePlanItemProrationToJSON, updatePlanItemResetRequestBodyToJSON, updatePlanItemResetResponseFromJSON, updatePlanItemRolloverRequestBodyToJSON, updatePlanItemRolloverResponseFromJSON, updatePlanItemTierAdditionalCurrencyRequestBodyToJSON, updatePlanItemTierAdditionalCurrencyResponseFromJSON, updatePlanItemTierRequestBodyToJSON, updatePlanItemTierResponseFromJSON, updatePlanItemToRequestBodyToJSON, updatePlanItemToResponseFromJSON, updatePlanLicenseAddItemAdditionalCurrencyToJSON, updatePlanLicenseAdditionalCurrencyToJSON, updatePlanLicenseBasePriceToJSON, updatePlanLicenseCustomizeToJSON, updatePlanLicenseIntervalUnionToJSON, updatePlanLicensePlanItemFilterToJSON, updatePlanLicensePlanItemToJSON, updatePlanLicensePriceToJSON, updatePlanLicenseProrationToJSON, updatePlanLicenseResetToJSON, updatePlanLicenseRolloverToJSON, updatePlanLicenseTierAdditionalCurrencyToJSON, updatePlanLicenseTierToJSON, updatePlanLicenseToJSON, updatePlanLicenseToToJSON, updatePlanOverageAllowedRequestToJSON, updatePlanOverageAllowedResponseFromJSON, updatePlanParamsToJSON, updatePlanPlanItemFilterResponseFromJSON, updatePlanPlanItemResponseFromJSON, updatePlanPriceDisplayFromJSON, updatePlanPriceResponseFromJSON, updatePlanPropertiesToJSON, updatePlanProrationResponseFromJSON, updatePlanPurchaseLimitRequestToJSON, updatePlanPurchaseLimitResponseFromJSON, updatePlanResponseFromJSON, updatePlanSpendLimitRequestToJSON, updatePlanSpendLimitResponseFromJSON, updatePlanUsageAlertRequestBodyToJSON, updatePlanUsageAlertResponseFromJSON, updatePlanUsageLimitRequestToJSON, updatePlanUsageLimitResponseFromJSON, updatePlanVariantDetailsAddItemAdditionalCurrencyFromJSON, updatePlanVariantDetailsAdditionalCurrencyFromJSON, updatePlanVariantDetailsAutoTopupFromJSON, updatePlanVariantDetailsBillingControlsFromJSON, updatePlanVariantDetailsFilterFromJSON, updatePlanVariantDetailsFromJSON, updatePlanVariantDetailsIntervalUnionFromJSON, updatePlanVariantDetailsOverageAllowedFromJSON, updatePlanVariantDetailsPriceFromJSON, updatePlanVariantDetailsPurchaseLimitFromJSON, updatePlanVariantDetailsResetFromJSON, updatePlanVariantDetailsRolloverFromJSON, updatePlanVariantDetailsSpendLimitFromJSON, updatePlanVariantDetailsTierAdditionalCurrencyFromJSON, updatePlanVariantDetailsTierFromJSON, updatePlanVariantDetailsToFromJSON, updatePlanVariantDetailsUsageAlertFromJSON, updatePlanVariantDetailsUsageLimitFromJSON, updateSubscriptionParamsToJSON, variantAddItemAdditionalCurrencyToJSON, variantAdditionalCurrencyToJSON, variantAutoTopupToJSON, variantBasePriceToJSON, variantBillingControlsToJSON, variantCustomizeToJSON, variantDetailsAdditionalCurrencyFromJSON, variantDetailsFromJSON, variantDetailsTierAdditionalCurrencyFromJSON, variantFilterToJSON, variantFreeTrialParamsToJSON, variantIntervalUnionToJSON, variantMigrationToJSON, variantOverageAllowedToJSON, variantPlanItemFilterToJSON, variantPlanItemToJSON, variantPriceToJSON, variantPropertiesToJSON, variantProrationToJSON, variantPurchaseLimitToJSON, variantResetToJSON, variantRolloverToJSON, variantSpendLimitToJSON, variantTierAdditionalCurrencyToJSON, variantTierToJSON, variantToJSON, variantToToJSON, variantUsageAlertToJSON, variantUsageLimitToJSON, vercelFromJSON };