autumn-js 1.2.35 → 1.2.37

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 (136) hide show
  1. package/dist/backend/adapters/express.d.mts +1 -1
  2. package/dist/backend/adapters/express.d.ts +1 -1
  3. package/dist/backend/adapters/express.js +699 -148
  4. package/dist/backend/adapters/express.mjs +5 -5
  5. package/dist/backend/adapters/fetch.d.mts +1 -1
  6. package/dist/backend/adapters/fetch.d.ts +1 -1
  7. package/dist/backend/adapters/fetch.js +699 -148
  8. package/dist/backend/adapters/fetch.mjs +5 -5
  9. package/dist/backend/adapters/hono.d.mts +1 -1
  10. package/dist/backend/adapters/hono.d.ts +1 -1
  11. package/dist/backend/adapters/hono.js +699 -148
  12. package/dist/backend/adapters/hono.mjs +5 -5
  13. package/dist/backend/adapters/index.d.mts +1 -1
  14. package/dist/backend/adapters/index.d.ts +1 -1
  15. package/dist/backend/adapters/index.js +699 -148
  16. package/dist/backend/adapters/index.mjs +8 -8
  17. package/dist/backend/adapters/next.d.mts +1 -1
  18. package/dist/backend/adapters/next.d.ts +1 -1
  19. package/dist/backend/adapters/next.js +699 -148
  20. package/dist/backend/adapters/next.mjs +5 -5
  21. package/dist/backend/{authTypes-B33BAaz1.d.mts → authTypes-jU7ON-I5.d.mts} +16 -0
  22. package/dist/backend/{authTypes-B33BAaz1.d.ts → authTypes-jU7ON-I5.d.ts} +16 -0
  23. package/dist/backend/{chunk-CTAEJHFX.mjs → chunk-AFWY6NDJ.mjs} +1 -1
  24. package/dist/backend/{chunk-FTV6MPLY.mjs → chunk-AOAGX4AS.mjs} +2 -2
  25. package/dist/backend/{chunk-VAAXORAG.mjs → chunk-DR35G6GS.mjs} +2 -2
  26. package/dist/backend/{chunk-TYGTZQUO.mjs → chunk-NHBJ3QDV.mjs} +260 -36
  27. package/dist/backend/{chunk-BTL6PH2D.mjs → chunk-PMD3Z6EM.mjs} +1 -1
  28. package/dist/backend/{chunk-SE42XPGB.mjs → chunk-QLH3M5PR.mjs} +439 -112
  29. package/dist/backend/{chunk-E5WAT35D.mjs → chunk-UWZYM74E.mjs} +1 -1
  30. package/dist/backend/{chunk-JRYUVNEG.mjs → chunk-VMYD4IWS.mjs} +1 -1
  31. package/dist/backend/core/handlers/coreHandler.d.mts +2 -2
  32. package/dist/backend/core/handlers/coreHandler.d.ts +2 -2
  33. package/dist/backend/core/handlers/coreHandler.js +699 -148
  34. package/dist/backend/core/handlers/coreHandler.mjs +3 -3
  35. package/dist/backend/core/handlers/executeRoute.d.mts +2 -2
  36. package/dist/backend/core/handlers/executeRoute.d.ts +2 -2
  37. package/dist/backend/core/handlers/handleRouteByName.d.mts +1 -1
  38. package/dist/backend/core/handlers/handleRouteByName.d.ts +1 -1
  39. package/dist/backend/core/handlers/handleRouteByName.js +699 -148
  40. package/dist/backend/core/handlers/handleRouteByName.mjs +3 -3
  41. package/dist/backend/core/handlers/index.d.mts +2 -2
  42. package/dist/backend/core/handlers/index.d.ts +2 -2
  43. package/dist/backend/core/handlers/index.js +699 -148
  44. package/dist/backend/core/handlers/index.mjs +4 -4
  45. package/dist/backend/core/handlers/resolveIdentity.d.mts +1 -1
  46. package/dist/backend/core/handlers/resolveIdentity.d.ts +1 -1
  47. package/dist/backend/core/index.d.mts +2 -2
  48. package/dist/backend/core/index.d.ts +2 -2
  49. package/dist/backend/core/index.js +699 -148
  50. package/dist/backend/core/index.mjs +4 -4
  51. package/dist/backend/core/routes/index.d.mts +2 -2
  52. package/dist/backend/core/routes/index.d.ts +2 -2
  53. package/dist/backend/core/routes/index.js +260 -36
  54. package/dist/backend/core/routes/index.mjs +1 -1
  55. package/dist/backend/core/routes/routeBuilder.d.mts +2 -2
  56. package/dist/backend/core/routes/routeBuilder.d.ts +2 -2
  57. package/dist/backend/core/routes/routeConfigs.d.mts +2 -2
  58. package/dist/backend/core/routes/routeConfigs.d.ts +2 -2
  59. package/dist/backend/core/routes/routeConfigs.js +260 -36
  60. package/dist/backend/core/routes/routeConfigs.mjs +1 -1
  61. package/dist/backend/core/types/authTypes.d.mts +1 -1
  62. package/dist/backend/core/types/authTypes.d.ts +1 -1
  63. package/dist/backend/core/types/handlerTypes.d.mts +2 -2
  64. package/dist/backend/core/types/handlerTypes.d.ts +2 -2
  65. package/dist/backend/core/types/index.d.mts +2 -2
  66. package/dist/backend/core/types/index.d.ts +2 -2
  67. package/dist/backend/core/types/routeTypes.d.mts +2 -2
  68. package/dist/backend/core/types/routeTypes.d.ts +2 -2
  69. package/dist/backend/index.d.mts +4 -4
  70. package/dist/backend/index.d.ts +4 -4
  71. package/dist/backend/index.js +699 -148
  72. package/dist/backend/index.mjs +4 -4
  73. package/dist/backend/{routeTypes-CX_fRpB1.d.ts → routeTypes-B0zHyzyX.d.ts} +615 -14
  74. package/dist/backend/{routeTypes-D-tNolqk.d.mts → routeTypes-M8hsq6U-.d.mts} +615 -14
  75. package/dist/better-auth/{chunk-DSE3KBZN.mjs → chunk-7NGK7FWC.mjs} +1 -1
  76. package/dist/better-auth/{chunk-RGU4M7DE.mjs → chunk-DG2IPLR6.mjs} +260 -36
  77. package/dist/better-auth/{chunk-MGUDRHQD.mjs → chunk-HCM5WABX.mjs} +440 -113
  78. package/dist/better-auth/index.js +699 -148
  79. package/dist/better-auth/index.mjs +3 -3
  80. package/dist/better-auth/types.d.mts +16 -0
  81. package/dist/better-auth/types.d.ts +16 -0
  82. package/dist/better-auth/utils/createAutumnEndpoint.js +260 -36
  83. package/dist/better-auth/utils/createAutumnEndpoint.mjs +2 -2
  84. package/dist/better-auth/utils/handleBetterAuthRoute.js +699 -148
  85. package/dist/better-auth/utils/handleBetterAuthRoute.mjs +2 -2
  86. package/dist/better-auth/utils/index.js +699 -148
  87. package/dist/better-auth/utils/index.mjs +3 -3
  88. package/dist/react/AutumnContext.d.mts +4 -4
  89. package/dist/react/AutumnContext.d.ts +4 -4
  90. package/dist/react/client/AutumnClient.d.mts +4 -4
  91. package/dist/react/client/AutumnClient.d.ts +4 -4
  92. package/dist/react/client/IAutumnClient.d.mts +4 -4
  93. package/dist/react/client/IAutumnClient.d.ts +4 -4
  94. package/dist/react/client/index.d.mts +4 -4
  95. package/dist/react/client/index.d.ts +4 -4
  96. package/dist/react/{customer-fjDreCb2.d.mts → customer-CkuydPCd.d.mts} +17 -1
  97. package/dist/react/{customer-DDciGja3.d.ts → customer-D811_jP2.d.ts} +17 -1
  98. package/dist/react/hooks/index.d.mts +4 -4
  99. package/dist/react/hooks/index.d.ts +4 -4
  100. package/dist/react/hooks/internal/check/balanceToAllowed.d.mts +2 -2
  101. package/dist/react/hooks/internal/check/balanceToAllowed.d.ts +2 -2
  102. package/dist/react/hooks/internal/check/customerToFeatures.d.mts +2 -2
  103. package/dist/react/hooks/internal/check/customerToFeatures.d.ts +2 -2
  104. package/dist/react/hooks/internal/check/findCreditSystemsByFeature.d.mts +2 -2
  105. package/dist/react/hooks/internal/check/findCreditSystemsByFeature.d.ts +2 -2
  106. package/dist/react/hooks/internal/check/getCreditCost.d.mts +2 -2
  107. package/dist/react/hooks/internal/check/getCreditCost.d.ts +2 -2
  108. package/dist/react/hooks/internal/getLocalCheckResponse.d.mts +3 -3
  109. package/dist/react/hooks/internal/getLocalCheckResponse.d.ts +3 -3
  110. package/dist/react/hooks/internal/useCustomerActions.d.mts +4 -4
  111. package/dist/react/hooks/internal/useCustomerActions.d.ts +4 -4
  112. package/dist/react/hooks/useAggregateEvents.d.mts +2 -2
  113. package/dist/react/hooks/useAggregateEvents.d.ts +2 -2
  114. package/dist/react/hooks/useCustomer.d.mts +3 -3
  115. package/dist/react/hooks/useCustomer.d.ts +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/useListEvents.d.mts +2 -2
  119. package/dist/react/hooks/useListEvents.d.ts +2 -2
  120. package/dist/react/hooks/useListPlans.d.mts +3 -3
  121. package/dist/react/hooks/useListPlans.d.ts +3 -3
  122. package/dist/react/hooks/useReferrals.d.mts +2 -2
  123. package/dist/react/hooks/useReferrals.d.ts +2 -2
  124. package/dist/react/index.d.mts +4 -4
  125. package/dist/react/index.d.ts +4 -4
  126. package/dist/react/{list-plans-op-ByqRxdNR.d.mts → list-plans-op-Cwb5iIdA.d.ts} +33 -1
  127. package/dist/react/{list-plans-op-D-K2LRZV.d.ts → list-plans-op-DvXyRegM.d.mts} +33 -1
  128. package/dist/react/{params-BDzQ8IBN.d.mts → params-C0cH2cYK.d.mts} +214 -5
  129. package/dist/react/{params-DWmwIoI4.d.ts → params-CaUBdt-x.d.ts} +214 -5
  130. package/dist/react/{plan-DOxbvjQY.d.mts → plan-CUExbmy9.d.mts} +32 -0
  131. package/dist/react/{plan-DOxbvjQY.d.ts → plan-CUExbmy9.d.ts} +32 -0
  132. package/dist/sdk/index.d.mts +971 -22
  133. package/dist/sdk/index.d.ts +971 -22
  134. package/dist/sdk/index.js +854 -126
  135. package/dist/sdk/index.mjs +743 -121
  136. package/package.json +1 -1
@@ -1028,6 +1028,10 @@ type AttachSpendLimit = {
1028
1028
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
1029
1029
  */
1030
1030
  overageLimit?: number | undefined;
1031
+ /**
1032
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
1033
+ */
1034
+ skipOverageBilling?: boolean | undefined;
1031
1035
  };
1032
1036
  /**
1033
1037
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -1042,6 +1046,15 @@ declare const AttachUsageLimitInterval: {
1042
1046
  * Interval for the cap, aligned to the customer's billing cycle.
1043
1047
  */
1044
1048
  type AttachUsageLimitInterval = ClosedEnum<typeof AttachUsageLimitInterval>;
1049
+ type AttachProperties = string | number | boolean;
1050
+ /**
1051
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
1052
+ */
1053
+ type AttachFilter = {
1054
+ properties: {
1055
+ [k: string]: string | number | boolean;
1056
+ };
1057
+ };
1045
1058
  type AttachUsageLimit = {
1046
1059
  /**
1047
1060
  * The feature this usage limit applies to.
@@ -1059,6 +1072,10 @@ type AttachUsageLimit = {
1059
1072
  * Interval for the cap, aligned to the customer's billing cycle.
1060
1073
  */
1061
1074
  interval: AttachUsageLimitInterval;
1075
+ /**
1076
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
1077
+ */
1078
+ filter?: AttachFilter | undefined;
1062
1079
  };
1063
1080
  /**
1064
1081
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -1413,6 +1430,7 @@ declare const AttachCode: {
1413
1430
  readonly ThreedsRequired: "3ds_required";
1414
1431
  readonly PaymentMethodRequired: "payment_method_required";
1415
1432
  readonly PaymentFailed: "payment_failed";
1433
+ readonly PaymentProcessing: "payment_processing";
1416
1434
  };
1417
1435
  /**
1418
1436
  * The type of action required to complete the payment.
@@ -1704,6 +1722,7 @@ type AttachSpendLimit$Outbound = {
1704
1722
  enabled: boolean;
1705
1723
  limit_type?: string | undefined;
1706
1724
  overage_limit?: number | undefined;
1725
+ skip_overage_billing?: boolean | undefined;
1707
1726
  };
1708
1727
  /** @internal */
1709
1728
  declare const AttachSpendLimit$outboundSchema: z$1.ZodMiniType<AttachSpendLimit$Outbound, AttachSpendLimit>;
@@ -1711,11 +1730,26 @@ declare function attachSpendLimitToJSON(attachSpendLimit: AttachSpendLimit): str
1711
1730
  /** @internal */
1712
1731
  declare const AttachUsageLimitInterval$outboundSchema: z$1.ZodMiniEnum<typeof AttachUsageLimitInterval>;
1713
1732
  /** @internal */
1733
+ type AttachProperties$Outbound = string | number | boolean;
1734
+ /** @internal */
1735
+ declare const AttachProperties$outboundSchema: z$1.ZodMiniType<AttachProperties$Outbound, AttachProperties>;
1736
+ declare function attachPropertiesToJSON(attachProperties: AttachProperties): string;
1737
+ /** @internal */
1738
+ type AttachFilter$Outbound = {
1739
+ properties: {
1740
+ [k: string]: string | number | boolean;
1741
+ };
1742
+ };
1743
+ /** @internal */
1744
+ declare const AttachFilter$outboundSchema: z$1.ZodMiniType<AttachFilter$Outbound, AttachFilter>;
1745
+ declare function attachFilterToJSON(attachFilter: AttachFilter): string;
1746
+ /** @internal */
1714
1747
  type AttachUsageLimit$Outbound = {
1715
1748
  feature_id: string;
1716
1749
  enabled: boolean;
1717
1750
  limit: number;
1718
1751
  interval: string;
1752
+ filter?: AttachFilter$Outbound | undefined;
1719
1753
  };
1720
1754
  /** @internal */
1721
1755
  declare const AttachUsageLimit$outboundSchema: z$1.ZodMiniType<AttachUsageLimit$Outbound, AttachUsageLimit>;
@@ -2958,6 +2992,10 @@ type BillingUpdateSpendLimit = {
2958
2992
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
2959
2993
  */
2960
2994
  overageLimit?: number | undefined;
2995
+ /**
2996
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
2997
+ */
2998
+ skipOverageBilling?: boolean | undefined;
2961
2999
  };
2962
3000
  /**
2963
3001
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -2972,6 +3010,15 @@ declare const BillingUpdateUsageLimitInterval: {
2972
3010
  * Interval for the cap, aligned to the customer's billing cycle.
2973
3011
  */
2974
3012
  type BillingUpdateUsageLimitInterval = ClosedEnum<typeof BillingUpdateUsageLimitInterval>;
3013
+ type BillingUpdateProperties = string | number | boolean;
3014
+ /**
3015
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
3016
+ */
3017
+ type BillingUpdateFilter = {
3018
+ properties: {
3019
+ [k: string]: string | number | boolean;
3020
+ };
3021
+ };
2975
3022
  type BillingUpdateUsageLimit = {
2976
3023
  /**
2977
3024
  * The feature this usage limit applies to.
@@ -2989,6 +3036,10 @@ type BillingUpdateUsageLimit = {
2989
3036
  * Interval for the cap, aligned to the customer's billing cycle.
2990
3037
  */
2991
3038
  interval: BillingUpdateUsageLimitInterval;
3039
+ /**
3040
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
3041
+ */
3042
+ filter?: BillingUpdateFilter | undefined;
2992
3043
  };
2993
3044
  /**
2994
3045
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -3162,6 +3213,17 @@ declare const BillingUpdateCancelAction: {
3162
3213
  * Action to perform for cancellation. 'cancel_immediately' cancels now with prorated refund, 'cancel_end_of_cycle' cancels at period end, 'uncancel' reverses a pending cancellation.
3163
3214
  */
3164
3215
  type BillingUpdateCancelAction = ClosedEnum<typeof BillingUpdateCancelAction>;
3216
+ /**
3217
+ * Controls how the last payment is refunded on immediate cancellation. 'prorated' refunds the unused portion, 'full' refunds the entire last payment.
3218
+ */
3219
+ declare const BillingUpdateRefundLastPayment: {
3220
+ readonly Prorated: "prorated";
3221
+ readonly Full: "full";
3222
+ };
3223
+ /**
3224
+ * Controls how the last payment is refunded on immediate cancellation. 'prorated' refunds the unused portion, 'full' refunds the entire last payment.
3225
+ */
3226
+ type BillingUpdateRefundLastPayment = ClosedEnum<typeof BillingUpdateRefundLastPayment>;
3165
3227
  /**
3166
3228
  * Controls whether balances should be recalculated during the subscription update.
3167
3229
  */
@@ -3241,6 +3303,10 @@ type UpdateSubscriptionParams = {
3241
3303
  * If true, the subscription is updated internally without applying billing changes in Stripe.
3242
3304
  */
3243
3305
  noBillingChanges?: boolean | undefined;
3306
+ /**
3307
+ * Controls how the last payment is refunded on immediate cancellation. 'prorated' refunds the unused portion, 'full' refunds the entire last payment.
3308
+ */
3309
+ refundLastPayment?: BillingUpdateRefundLastPayment | undefined;
3244
3310
  /**
3245
3311
  * Controls whether balances should be recalculated during the subscription update.
3246
3312
  */
@@ -3282,6 +3348,7 @@ declare const BillingUpdateCode: {
3282
3348
  readonly ThreedsRequired: "3ds_required";
3283
3349
  readonly PaymentMethodRequired: "payment_method_required";
3284
3350
  readonly PaymentFailed: "payment_failed";
3351
+ readonly PaymentProcessing: "payment_processing";
3285
3352
  };
3286
3353
  /**
3287
3354
  * The type of action required to complete the payment.
@@ -3573,6 +3640,7 @@ type BillingUpdateSpendLimit$Outbound = {
3573
3640
  enabled: boolean;
3574
3641
  limit_type?: string | undefined;
3575
3642
  overage_limit?: number | undefined;
3643
+ skip_overage_billing?: boolean | undefined;
3576
3644
  };
3577
3645
  /** @internal */
3578
3646
  declare const BillingUpdateSpendLimit$outboundSchema: z$1.ZodMiniType<BillingUpdateSpendLimit$Outbound, BillingUpdateSpendLimit>;
@@ -3580,11 +3648,26 @@ declare function billingUpdateSpendLimitToJSON(billingUpdateSpendLimit: BillingU
3580
3648
  /** @internal */
3581
3649
  declare const BillingUpdateUsageLimitInterval$outboundSchema: z$1.ZodMiniEnum<typeof BillingUpdateUsageLimitInterval>;
3582
3650
  /** @internal */
3651
+ type BillingUpdateProperties$Outbound = string | number | boolean;
3652
+ /** @internal */
3653
+ declare const BillingUpdateProperties$outboundSchema: z$1.ZodMiniType<BillingUpdateProperties$Outbound, BillingUpdateProperties>;
3654
+ declare function billingUpdatePropertiesToJSON(billingUpdateProperties: BillingUpdateProperties): string;
3655
+ /** @internal */
3656
+ type BillingUpdateFilter$Outbound = {
3657
+ properties: {
3658
+ [k: string]: string | number | boolean;
3659
+ };
3660
+ };
3661
+ /** @internal */
3662
+ declare const BillingUpdateFilter$outboundSchema: z$1.ZodMiniType<BillingUpdateFilter$Outbound, BillingUpdateFilter>;
3663
+ declare function billingUpdateFilterToJSON(billingUpdateFilter: BillingUpdateFilter): string;
3664
+ /** @internal */
3583
3665
  type BillingUpdateUsageLimit$Outbound = {
3584
3666
  feature_id: string;
3585
3667
  enabled: boolean;
3586
3668
  limit: number;
3587
3669
  interval: string;
3670
+ filter?: BillingUpdateFilter$Outbound | undefined;
3588
3671
  };
3589
3672
  /** @internal */
3590
3673
  declare const BillingUpdateUsageLimit$outboundSchema: z$1.ZodMiniType<BillingUpdateUsageLimit$Outbound, BillingUpdateUsageLimit>;
@@ -3659,6 +3742,8 @@ declare function billingUpdateAttachDiscountToJSON(billingUpdateAttachDiscount:
3659
3742
  /** @internal */
3660
3743
  declare const BillingUpdateCancelAction$outboundSchema: z$1.ZodMiniEnum<typeof BillingUpdateCancelAction>;
3661
3744
  /** @internal */
3745
+ declare const BillingUpdateRefundLastPayment$outboundSchema: z$1.ZodMiniEnum<typeof BillingUpdateRefundLastPayment>;
3746
+ /** @internal */
3662
3747
  type BillingUpdateRecalculateBalances$Outbound = {
3663
3748
  enabled: boolean;
3664
3749
  };
@@ -3689,6 +3774,7 @@ type UpdateSubscriptionParams$Outbound = {
3689
3774
  cancel_action?: string | undefined;
3690
3775
  billing_cycle_anchor?: "now" | undefined;
3691
3776
  no_billing_changes?: boolean | undefined;
3777
+ refund_last_payment?: string | undefined;
3692
3778
  recalculate_balances?: BillingUpdateRecalculateBalances$Outbound | undefined;
3693
3779
  carry_over_usages?: BillingUpdateCarryOverUsages$Outbound | undefined;
3694
3780
  };
@@ -4174,6 +4260,10 @@ type CheckSpendLimit2 = {
4174
4260
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
4175
4261
  */
4176
4262
  overageLimit?: number | undefined;
4263
+ /**
4264
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
4265
+ */
4266
+ skipOverageBilling?: boolean | undefined;
4177
4267
  };
4178
4268
  /**
4179
4269
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -4188,6 +4278,14 @@ declare const CheckUsageLimitInterval2: {
4188
4278
  * Interval for the cap, aligned to the customer's billing cycle.
4189
4279
  */
4190
4280
  type CheckUsageLimitInterval2 = OpenEnum<typeof CheckUsageLimitInterval2>;
4281
+ /**
4282
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
4283
+ */
4284
+ type CheckFilter2 = {
4285
+ properties: {
4286
+ [k: string]: any;
4287
+ };
4288
+ };
4191
4289
  type CheckUsageLimit2 = {
4192
4290
  /**
4193
4291
  * The feature this usage limit applies to.
@@ -4205,6 +4303,10 @@ type CheckUsageLimit2 = {
4205
4303
  * Interval for the cap, aligned to the customer's billing cycle.
4206
4304
  */
4207
4305
  interval: CheckUsageLimitInterval2;
4306
+ /**
4307
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
4308
+ */
4309
+ filter?: CheckFilter2 | undefined;
4208
4310
  };
4209
4311
  /**
4210
4312
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -4295,7 +4397,7 @@ declare const ProductScenario2: {
4295
4397
  * Scenario for when this product is used in attach flows
4296
4398
  */
4297
4399
  type ProductScenario2 = OpenEnum<typeof ProductScenario2>;
4298
- type Properties2 = {
4400
+ type CheckProperties2 = {
4299
4401
  /**
4300
4402
  * True if the product has no base price or usage prices
4301
4403
  */
@@ -4374,7 +4476,7 @@ type CheckProduct2 = {
4374
4476
  * Scenario for when this product is used in attach flows
4375
4477
  */
4376
4478
  scenario?: ProductScenario2 | undefined;
4377
- properties?: Properties2 | undefined;
4479
+ properties?: CheckProperties2 | undefined;
4378
4480
  };
4379
4481
  /**
4380
4482
  * Upgrade/upsell information when access is denied. Only present if with_preview was true and allowed is false.
@@ -4855,6 +4957,10 @@ type CheckSpendLimit1 = {
4855
4957
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
4856
4958
  */
4857
4959
  overageLimit?: number | undefined;
4960
+ /**
4961
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
4962
+ */
4963
+ skipOverageBilling?: boolean | undefined;
4858
4964
  };
4859
4965
  /**
4860
4966
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -4869,6 +4975,14 @@ declare const CheckUsageLimitInterval1: {
4869
4975
  * Interval for the cap, aligned to the customer's billing cycle.
4870
4976
  */
4871
4977
  type CheckUsageLimitInterval1 = OpenEnum<typeof CheckUsageLimitInterval1>;
4978
+ /**
4979
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
4980
+ */
4981
+ type CheckFilter1 = {
4982
+ properties: {
4983
+ [k: string]: any;
4984
+ };
4985
+ };
4872
4986
  type CheckUsageLimit1 = {
4873
4987
  /**
4874
4988
  * The feature this usage limit applies to.
@@ -4886,6 +5000,10 @@ type CheckUsageLimit1 = {
4886
5000
  * Interval for the cap, aligned to the customer's billing cycle.
4887
5001
  */
4888
5002
  interval: CheckUsageLimitInterval1;
5003
+ /**
5004
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
5005
+ */
5006
+ filter?: CheckFilter1 | undefined;
4889
5007
  };
4890
5008
  /**
4891
5009
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -4976,7 +5094,7 @@ declare const ProductScenario1: {
4976
5094
  * Scenario for when this product is used in attach flows
4977
5095
  */
4978
5096
  type ProductScenario1 = OpenEnum<typeof ProductScenario1>;
4979
- type Properties1 = {
5097
+ type CheckProperties1 = {
4980
5098
  /**
4981
5099
  * True if the product has no base price or usage prices
4982
5100
  */
@@ -5055,7 +5173,7 @@ type CheckProduct1 = {
5055
5173
  * Scenario for when this product is used in attach flows
5056
5174
  */
5057
5175
  scenario?: ProductScenario1 | undefined;
5058
- properties?: Properties1 | undefined;
5176
+ properties?: CheckProperties1 | undefined;
5059
5177
  };
5060
5178
  /**
5061
5179
  * Upgrade/upsell information when access is denied. Only present if with_preview was true and allowed is false.
@@ -5229,6 +5347,9 @@ declare function checkSpendLimit2FromJSON(jsonString: string): Result$1<CheckSpe
5229
5347
  /** @internal */
5230
5348
  declare const CheckUsageLimitInterval2$inboundSchema: z$1.ZodMiniType<CheckUsageLimitInterval2, unknown>;
5231
5349
  /** @internal */
5350
+ declare const CheckFilter2$inboundSchema: z$1.ZodMiniType<CheckFilter2, unknown>;
5351
+ declare function checkFilter2FromJSON(jsonString: string): Result$1<CheckFilter2, SDKValidationError>;
5352
+ /** @internal */
5232
5353
  declare const CheckUsageLimit2$inboundSchema: z$1.ZodMiniType<CheckUsageLimit2, unknown>;
5233
5354
  declare function checkUsageLimit2FromJSON(jsonString: string): Result$1<CheckUsageLimit2, SDKValidationError>;
5234
5355
  /** @internal */
@@ -5245,8 +5366,8 @@ declare function checkBillingControls2FromJSON(jsonString: string): Result$1<Che
5245
5366
  /** @internal */
5246
5367
  declare const ProductScenario2$inboundSchema: z$1.ZodMiniType<ProductScenario2, unknown>;
5247
5368
  /** @internal */
5248
- declare const Properties2$inboundSchema: z$1.ZodMiniType<Properties2, unknown>;
5249
- declare function properties2FromJSON(jsonString: string): Result$1<Properties2, SDKValidationError>;
5369
+ declare const CheckProperties2$inboundSchema: z$1.ZodMiniType<CheckProperties2, unknown>;
5370
+ declare function checkProperties2FromJSON(jsonString: string): Result$1<CheckProperties2, SDKValidationError>;
5250
5371
  /** @internal */
5251
5372
  declare const CheckProduct2$inboundSchema: z$1.ZodMiniType<CheckProduct2, unknown>;
5252
5373
  declare function checkProduct2FromJSON(jsonString: string): Result$1<CheckProduct2, SDKValidationError>;
@@ -5334,6 +5455,9 @@ declare function checkSpendLimit1FromJSON(jsonString: string): Result$1<CheckSpe
5334
5455
  /** @internal */
5335
5456
  declare const CheckUsageLimitInterval1$inboundSchema: z$1.ZodMiniType<CheckUsageLimitInterval1, unknown>;
5336
5457
  /** @internal */
5458
+ declare const CheckFilter1$inboundSchema: z$1.ZodMiniType<CheckFilter1, unknown>;
5459
+ declare function checkFilter1FromJSON(jsonString: string): Result$1<CheckFilter1, SDKValidationError>;
5460
+ /** @internal */
5337
5461
  declare const CheckUsageLimit1$inboundSchema: z$1.ZodMiniType<CheckUsageLimit1, unknown>;
5338
5462
  declare function checkUsageLimit1FromJSON(jsonString: string): Result$1<CheckUsageLimit1, SDKValidationError>;
5339
5463
  /** @internal */
@@ -5350,8 +5474,8 @@ declare function checkBillingControls1FromJSON(jsonString: string): Result$1<Che
5350
5474
  /** @internal */
5351
5475
  declare const ProductScenario1$inboundSchema: z$1.ZodMiniType<ProductScenario1, unknown>;
5352
5476
  /** @internal */
5353
- declare const Properties1$inboundSchema: z$1.ZodMiniType<Properties1, unknown>;
5354
- declare function properties1FromJSON(jsonString: string): Result$1<Properties1, SDKValidationError>;
5477
+ declare const CheckProperties1$inboundSchema: z$1.ZodMiniType<CheckProperties1, unknown>;
5478
+ declare function checkProperties1FromJSON(jsonString: string): Result$1<CheckProperties1, SDKValidationError>;
5355
5479
  /** @internal */
5356
5480
  declare const CheckProduct1$inboundSchema: z$1.ZodMiniType<CheckProduct1, unknown>;
5357
5481
  declare function checkProduct1FromJSON(jsonString: string): Result$1<CheckProduct1, SDKValidationError>;
@@ -5587,6 +5711,10 @@ type CustomerDataSpendLimit = {
5587
5711
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
5588
5712
  */
5589
5713
  overageLimit?: number | undefined;
5714
+ /**
5715
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
5716
+ */
5717
+ skipOverageBilling?: boolean | undefined;
5590
5718
  };
5591
5719
  /**
5592
5720
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -5601,6 +5729,15 @@ declare const CustomerDataUsageLimitInterval: {
5601
5729
  * Interval for the cap, aligned to the customer's billing cycle.
5602
5730
  */
5603
5731
  type CustomerDataUsageLimitInterval = ClosedEnum<typeof CustomerDataUsageLimitInterval>;
5732
+ type Properties = string | number | boolean;
5733
+ /**
5734
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
5735
+ */
5736
+ type CustomerDataFilter = {
5737
+ properties: {
5738
+ [k: string]: string | number | boolean;
5739
+ };
5740
+ };
5604
5741
  type CustomerDataUsageLimit = {
5605
5742
  /**
5606
5743
  * The feature this usage limit applies to.
@@ -5618,6 +5755,10 @@ type CustomerDataUsageLimit = {
5618
5755
  * Interval for the cap, aligned to the customer's billing cycle.
5619
5756
  */
5620
5757
  interval: CustomerDataUsageLimitInterval;
5758
+ /**
5759
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
5760
+ */
5761
+ filter?: CustomerDataFilter | undefined;
5621
5762
  };
5622
5763
  /**
5623
5764
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -5780,6 +5921,7 @@ type CustomerDataSpendLimit$Outbound = {
5780
5921
  enabled: boolean;
5781
5922
  limit_type?: string | undefined;
5782
5923
  overage_limit?: number | undefined;
5924
+ skip_overage_billing?: boolean | undefined;
5783
5925
  };
5784
5926
  /** @internal */
5785
5927
  declare const CustomerDataSpendLimit$outboundSchema: z$1.ZodMiniType<CustomerDataSpendLimit$Outbound, CustomerDataSpendLimit>;
@@ -5787,11 +5929,26 @@ declare function customerDataSpendLimitToJSON(customerDataSpendLimit: CustomerDa
5787
5929
  /** @internal */
5788
5930
  declare const CustomerDataUsageLimitInterval$outboundSchema: z$1.ZodMiniEnum<typeof CustomerDataUsageLimitInterval>;
5789
5931
  /** @internal */
5932
+ type Properties$Outbound = string | number | boolean;
5933
+ /** @internal */
5934
+ declare const Properties$outboundSchema: z$1.ZodMiniType<Properties$Outbound, Properties>;
5935
+ declare function propertiesToJSON(properties: Properties): string;
5936
+ /** @internal */
5937
+ type CustomerDataFilter$Outbound = {
5938
+ properties: {
5939
+ [k: string]: string | number | boolean;
5940
+ };
5941
+ };
5942
+ /** @internal */
5943
+ declare const CustomerDataFilter$outboundSchema: z$1.ZodMiniType<CustomerDataFilter$Outbound, CustomerDataFilter>;
5944
+ declare function customerDataFilterToJSON(customerDataFilter: CustomerDataFilter): string;
5945
+ /** @internal */
5790
5946
  type CustomerDataUsageLimit$Outbound = {
5791
5947
  feature_id: string;
5792
5948
  enabled: boolean;
5793
5949
  limit: number;
5794
5950
  interval: string;
5951
+ filter?: CustomerDataFilter$Outbound | undefined;
5795
5952
  };
5796
5953
  /** @internal */
5797
5954
  declare const CustomerDataUsageLimit$outboundSchema: z$1.ZodMiniType<CustomerDataUsageLimit$Outbound, CustomerDataUsageLimit>;
@@ -6613,6 +6770,10 @@ type PlanVariantDetailsSpendLimit = {
6613
6770
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
6614
6771
  */
6615
6772
  overageLimit?: number | undefined;
6773
+ /**
6774
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
6775
+ */
6776
+ skipOverageBilling?: boolean | undefined;
6616
6777
  };
6617
6778
  /**
6618
6779
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -6627,6 +6788,14 @@ declare const PlanVariantDetailsUsageLimitInterval: {
6627
6788
  * Interval for the cap, aligned to the customer's billing cycle.
6628
6789
  */
6629
6790
  type PlanVariantDetailsUsageLimitInterval = OpenEnum<typeof PlanVariantDetailsUsageLimitInterval>;
6791
+ /**
6792
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
6793
+ */
6794
+ type PlanVariantDetailsFilter = {
6795
+ properties: {
6796
+ [k: string]: any;
6797
+ };
6798
+ };
6630
6799
  type PlanVariantDetailsUsageLimit = {
6631
6800
  /**
6632
6801
  * The feature this usage limit applies to.
@@ -6644,6 +6813,10 @@ type PlanVariantDetailsUsageLimit = {
6644
6813
  * Interval for the cap, aligned to the customer's billing cycle.
6645
6814
  */
6646
6815
  interval: PlanVariantDetailsUsageLimitInterval;
6816
+ /**
6817
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
6818
+ */
6819
+ filter?: PlanVariantDetailsFilter | undefined;
6647
6820
  };
6648
6821
  /**
6649
6822
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -6846,6 +7019,10 @@ type PlanSpendLimit = {
6846
7019
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
6847
7020
  */
6848
7021
  overageLimit?: number | undefined;
7022
+ /**
7023
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
7024
+ */
7025
+ skipOverageBilling?: boolean | undefined;
6849
7026
  };
6850
7027
  /**
6851
7028
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -6860,6 +7037,14 @@ declare const PlanUsageLimitInterval: {
6860
7037
  * Interval for the cap, aligned to the customer's billing cycle.
6861
7038
  */
6862
7039
  type PlanUsageLimitInterval = OpenEnum<typeof PlanUsageLimitInterval>;
7040
+ /**
7041
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
7042
+ */
7043
+ type PlanFilter = {
7044
+ properties: {
7045
+ [k: string]: any;
7046
+ };
7047
+ };
6863
7048
  type PlanUsageLimit = {
6864
7049
  /**
6865
7050
  * The feature this usage limit applies to.
@@ -6877,6 +7062,10 @@ type PlanUsageLimit = {
6877
7062
  * Interval for the cap, aligned to the customer's billing cycle.
6878
7063
  */
6879
7064
  interval: PlanUsageLimitInterval;
7065
+ /**
7066
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
7067
+ */
7068
+ filter?: PlanFilter | undefined;
6880
7069
  };
6881
7070
  /**
6882
7071
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -7206,6 +7395,9 @@ declare function planVariantDetailsSpendLimitFromJSON(jsonString: string): Resul
7206
7395
  /** @internal */
7207
7396
  declare const PlanVariantDetailsUsageLimitInterval$inboundSchema: z$1.ZodMiniType<PlanVariantDetailsUsageLimitInterval, unknown>;
7208
7397
  /** @internal */
7398
+ declare const PlanVariantDetailsFilter$inboundSchema: z$1.ZodMiniType<PlanVariantDetailsFilter, unknown>;
7399
+ declare function planVariantDetailsFilterFromJSON(jsonString: string): Result$1<PlanVariantDetailsFilter, SDKValidationError>;
7400
+ /** @internal */
7209
7401
  declare const PlanVariantDetailsUsageLimit$inboundSchema: z$1.ZodMiniType<PlanVariantDetailsUsageLimit, unknown>;
7210
7402
  declare function planVariantDetailsUsageLimitFromJSON(jsonString: string): Result$1<PlanVariantDetailsUsageLimit, SDKValidationError>;
7211
7403
  /** @internal */
@@ -7244,6 +7436,9 @@ declare function planSpendLimitFromJSON(jsonString: string): Result$1<PlanSpendL
7244
7436
  /** @internal */
7245
7437
  declare const PlanUsageLimitInterval$inboundSchema: z$1.ZodMiniType<PlanUsageLimitInterval, unknown>;
7246
7438
  /** @internal */
7439
+ declare const PlanFilter$inboundSchema: z$1.ZodMiniType<PlanFilter, unknown>;
7440
+ declare function planFilterFromJSON(jsonString: string): Result$1<PlanFilter, SDKValidationError>;
7441
+ /** @internal */
7247
7442
  declare const PlanUsageLimit$inboundSchema: z$1.ZodMiniType<PlanUsageLimit, unknown>;
7248
7443
  declare function planUsageLimitFromJSON(jsonString: string): Result$1<PlanUsageLimit, SDKValidationError>;
7249
7444
  /** @internal */
@@ -7299,6 +7494,10 @@ type CreateEntitySpendLimitRequest = {
7299
7494
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
7300
7495
  */
7301
7496
  overageLimit?: number | undefined;
7497
+ /**
7498
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
7499
+ */
7500
+ skipOverageBilling?: boolean | undefined;
7302
7501
  };
7303
7502
  /**
7304
7503
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -7313,6 +7512,15 @@ declare const CreateEntityIntervalRequestBody: {
7313
7512
  * Interval for the cap, aligned to the customer's billing cycle.
7314
7513
  */
7315
7514
  type CreateEntityIntervalRequestBody = ClosedEnum<typeof CreateEntityIntervalRequestBody>;
7515
+ type CreateEntityProperties = string | number | boolean;
7516
+ /**
7517
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
7518
+ */
7519
+ type CreateEntityFilterRequest = {
7520
+ properties: {
7521
+ [k: string]: string | number | boolean;
7522
+ };
7523
+ };
7316
7524
  type CreateEntityUsageLimitRequest = {
7317
7525
  /**
7318
7526
  * The feature this usage limit applies to.
@@ -7330,6 +7538,10 @@ type CreateEntityUsageLimitRequest = {
7330
7538
  * Interval for the cap, aligned to the customer's billing cycle.
7331
7539
  */
7332
7540
  interval: CreateEntityIntervalRequestBody;
7541
+ /**
7542
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
7543
+ */
7544
+ filter?: CreateEntityFilterRequest | undefined;
7333
7545
  };
7334
7546
  /**
7335
7547
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -7696,6 +7908,10 @@ type CreateEntitySpendLimitResponse = {
7696
7908
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
7697
7909
  */
7698
7910
  overageLimit?: number | undefined;
7911
+ /**
7912
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
7913
+ */
7914
+ skipOverageBilling?: boolean | undefined;
7699
7915
  };
7700
7916
  /**
7701
7917
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -7710,6 +7926,14 @@ declare const CreateEntityIntervalResponse: {
7710
7926
  * Interval for the cap, aligned to the customer's billing cycle.
7711
7927
  */
7712
7928
  type CreateEntityIntervalResponse = OpenEnum<typeof CreateEntityIntervalResponse>;
7929
+ /**
7930
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
7931
+ */
7932
+ type CreateEntityFilterResponse = {
7933
+ properties: {
7934
+ [k: string]: any;
7935
+ };
7936
+ };
7713
7937
  type CreateEntityUsageLimitResponse = {
7714
7938
  /**
7715
7939
  * The feature this usage limit applies to.
@@ -7727,6 +7951,10 @@ type CreateEntityUsageLimitResponse = {
7727
7951
  * Interval for the cap, aligned to the customer's billing cycle.
7728
7952
  */
7729
7953
  interval: CreateEntityIntervalResponse;
7954
+ /**
7955
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
7956
+ */
7957
+ filter?: CreateEntityFilterResponse | undefined;
7730
7958
  /**
7731
7959
  * Current usage already consumed in the active interval. Response-only; not stored on billing controls.
7732
7960
  */
@@ -7896,6 +8124,7 @@ type CreateEntitySpendLimitRequest$Outbound = {
7896
8124
  enabled: boolean;
7897
8125
  limit_type?: string | undefined;
7898
8126
  overage_limit?: number | undefined;
8127
+ skip_overage_billing?: boolean | undefined;
7899
8128
  };
7900
8129
  /** @internal */
7901
8130
  declare const CreateEntitySpendLimitRequest$outboundSchema: z$1.ZodMiniType<CreateEntitySpendLimitRequest$Outbound, CreateEntitySpendLimitRequest>;
@@ -7903,11 +8132,26 @@ declare function createEntitySpendLimitRequestToJSON(createEntitySpendLimitReque
7903
8132
  /** @internal */
7904
8133
  declare const CreateEntityIntervalRequestBody$outboundSchema: z$1.ZodMiniEnum<typeof CreateEntityIntervalRequestBody>;
7905
8134
  /** @internal */
8135
+ type CreateEntityProperties$Outbound = string | number | boolean;
8136
+ /** @internal */
8137
+ declare const CreateEntityProperties$outboundSchema: z$1.ZodMiniType<CreateEntityProperties$Outbound, CreateEntityProperties>;
8138
+ declare function createEntityPropertiesToJSON(createEntityProperties: CreateEntityProperties): string;
8139
+ /** @internal */
8140
+ type CreateEntityFilterRequest$Outbound = {
8141
+ properties: {
8142
+ [k: string]: string | number | boolean;
8143
+ };
8144
+ };
8145
+ /** @internal */
8146
+ declare const CreateEntityFilterRequest$outboundSchema: z$1.ZodMiniType<CreateEntityFilterRequest$Outbound, CreateEntityFilterRequest>;
8147
+ declare function createEntityFilterRequestToJSON(createEntityFilterRequest: CreateEntityFilterRequest): string;
8148
+ /** @internal */
7906
8149
  type CreateEntityUsageLimitRequest$Outbound = {
7907
8150
  feature_id: string;
7908
8151
  enabled: boolean;
7909
8152
  limit: number;
7910
8153
  interval: string;
8154
+ filter?: CreateEntityFilterRequest$Outbound | undefined;
7911
8155
  };
7912
8156
  /** @internal */
7913
8157
  declare const CreateEntityUsageLimitRequest$outboundSchema: z$1.ZodMiniType<CreateEntityUsageLimitRequest$Outbound, CreateEntityUsageLimitRequest>;
@@ -7997,6 +8241,9 @@ declare function createEntitySpendLimitResponseFromJSON(jsonString: string): Res
7997
8241
  /** @internal */
7998
8242
  declare const CreateEntityIntervalResponse$inboundSchema: z$1.ZodMiniType<CreateEntityIntervalResponse, unknown>;
7999
8243
  /** @internal */
8244
+ declare const CreateEntityFilterResponse$inboundSchema: z$1.ZodMiniType<CreateEntityFilterResponse, unknown>;
8245
+ declare function createEntityFilterResponseFromJSON(jsonString: string): Result$1<CreateEntityFilterResponse, SDKValidationError>;
8246
+ /** @internal */
8000
8247
  declare const CreateEntityUsageLimitResponse$inboundSchema: z$1.ZodMiniType<CreateEntityUsageLimitResponse, unknown>;
8001
8248
  declare function createEntityUsageLimitResponseFromJSON(jsonString: string): Result$1<CreateEntityUsageLimitResponse, SDKValidationError>;
8002
8249
  /** @internal */
@@ -8645,6 +8892,10 @@ type CreatePlanSpendLimitRequest = {
8645
8892
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
8646
8893
  */
8647
8894
  overageLimit?: number | undefined;
8895
+ /**
8896
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
8897
+ */
8898
+ skipOverageBilling?: boolean | undefined;
8648
8899
  };
8649
8900
  /**
8650
8901
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -8659,6 +8910,15 @@ declare const CreatePlanUsageLimitIntervalRequestBody: {
8659
8910
  * Interval for the cap, aligned to the customer's billing cycle.
8660
8911
  */
8661
8912
  type CreatePlanUsageLimitIntervalRequestBody = ClosedEnum<typeof CreatePlanUsageLimitIntervalRequestBody>;
8913
+ type CreatePlanProperties = string | number | boolean;
8914
+ /**
8915
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
8916
+ */
8917
+ type CreatePlanFilterRequest = {
8918
+ properties: {
8919
+ [k: string]: string | number | boolean;
8920
+ };
8921
+ };
8662
8922
  type CreatePlanUsageLimitRequest = {
8663
8923
  /**
8664
8924
  * The feature this usage limit applies to.
@@ -8676,6 +8936,10 @@ type CreatePlanUsageLimitRequest = {
8676
8936
  * Interval for the cap, aligned to the customer's billing cycle.
8677
8937
  */
8678
8938
  interval: CreatePlanUsageLimitIntervalRequestBody;
8939
+ /**
8940
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
8941
+ */
8942
+ filter?: CreatePlanFilterRequest | undefined;
8679
8943
  };
8680
8944
  /**
8681
8945
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -9558,6 +9822,10 @@ type CreatePlanVariantDetailsSpendLimit = {
9558
9822
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
9559
9823
  */
9560
9824
  overageLimit?: number | undefined;
9825
+ /**
9826
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
9827
+ */
9828
+ skipOverageBilling?: boolean | undefined;
9561
9829
  };
9562
9830
  /**
9563
9831
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -9572,6 +9840,14 @@ declare const CreatePlanVariantDetailsUsageLimitInterval: {
9572
9840
  * Interval for the cap, aligned to the customer's billing cycle.
9573
9841
  */
9574
9842
  type CreatePlanVariantDetailsUsageLimitInterval = OpenEnum<typeof CreatePlanVariantDetailsUsageLimitInterval>;
9843
+ /**
9844
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
9845
+ */
9846
+ type CreatePlanVariantDetailsFilter = {
9847
+ properties: {
9848
+ [k: string]: any;
9849
+ };
9850
+ };
9575
9851
  type CreatePlanVariantDetailsUsageLimit = {
9576
9852
  /**
9577
9853
  * The feature this usage limit applies to.
@@ -9589,6 +9865,10 @@ type CreatePlanVariantDetailsUsageLimit = {
9589
9865
  * Interval for the cap, aligned to the customer's billing cycle.
9590
9866
  */
9591
9867
  interval: CreatePlanVariantDetailsUsageLimitInterval;
9868
+ /**
9869
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
9870
+ */
9871
+ filter?: CreatePlanVariantDetailsFilter | undefined;
9592
9872
  };
9593
9873
  /**
9594
9874
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -9791,6 +10071,10 @@ type CreatePlanSpendLimitResponse = {
9791
10071
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
9792
10072
  */
9793
10073
  overageLimit?: number | undefined;
10074
+ /**
10075
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
10076
+ */
10077
+ skipOverageBilling?: boolean | undefined;
9794
10078
  };
9795
10079
  /**
9796
10080
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -9805,6 +10089,14 @@ declare const CreatePlanUsageLimitIntervalResponse: {
9805
10089
  * Interval for the cap, aligned to the customer's billing cycle.
9806
10090
  */
9807
10091
  type CreatePlanUsageLimitIntervalResponse = OpenEnum<typeof CreatePlanUsageLimitIntervalResponse>;
10092
+ /**
10093
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
10094
+ */
10095
+ type CreatePlanFilterResponse = {
10096
+ properties: {
10097
+ [k: string]: any;
10098
+ };
10099
+ };
9808
10100
  type CreatePlanUsageLimitResponse = {
9809
10101
  /**
9810
10102
  * The feature this usage limit applies to.
@@ -9822,6 +10114,10 @@ type CreatePlanUsageLimitResponse = {
9822
10114
  * Interval for the cap, aligned to the customer's billing cycle.
9823
10115
  */
9824
10116
  interval: CreatePlanUsageLimitIntervalResponse;
10117
+ /**
10118
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
10119
+ */
10120
+ filter?: CreatePlanFilterResponse | undefined;
9825
10121
  };
9826
10122
  /**
9827
10123
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -10164,6 +10460,7 @@ type CreatePlanSpendLimitRequest$Outbound = {
10164
10460
  enabled: boolean;
10165
10461
  limit_type?: string | undefined;
10166
10462
  overage_limit?: number | undefined;
10463
+ skip_overage_billing?: boolean | undefined;
10167
10464
  };
10168
10465
  /** @internal */
10169
10466
  declare const CreatePlanSpendLimitRequest$outboundSchema: z$1.ZodMiniType<CreatePlanSpendLimitRequest$Outbound, CreatePlanSpendLimitRequest>;
@@ -10171,11 +10468,26 @@ declare function createPlanSpendLimitRequestToJSON(createPlanSpendLimitRequest:
10171
10468
  /** @internal */
10172
10469
  declare const CreatePlanUsageLimitIntervalRequestBody$outboundSchema: z$1.ZodMiniEnum<typeof CreatePlanUsageLimitIntervalRequestBody>;
10173
10470
  /** @internal */
10471
+ type CreatePlanProperties$Outbound = string | number | boolean;
10472
+ /** @internal */
10473
+ declare const CreatePlanProperties$outboundSchema: z$1.ZodMiniType<CreatePlanProperties$Outbound, CreatePlanProperties>;
10474
+ declare function createPlanPropertiesToJSON(createPlanProperties: CreatePlanProperties): string;
10475
+ /** @internal */
10476
+ type CreatePlanFilterRequest$Outbound = {
10477
+ properties: {
10478
+ [k: string]: string | number | boolean;
10479
+ };
10480
+ };
10481
+ /** @internal */
10482
+ declare const CreatePlanFilterRequest$outboundSchema: z$1.ZodMiniType<CreatePlanFilterRequest$Outbound, CreatePlanFilterRequest>;
10483
+ declare function createPlanFilterRequestToJSON(createPlanFilterRequest: CreatePlanFilterRequest): string;
10484
+ /** @internal */
10174
10485
  type CreatePlanUsageLimitRequest$Outbound = {
10175
10486
  feature_id: string;
10176
10487
  enabled: boolean;
10177
10488
  limit: number;
10178
10489
  interval: string;
10490
+ filter?: CreatePlanFilterRequest$Outbound | undefined;
10179
10491
  };
10180
10492
  /** @internal */
10181
10493
  declare const CreatePlanUsageLimitRequest$outboundSchema: z$1.ZodMiniType<CreatePlanUsageLimitRequest$Outbound, CreatePlanUsageLimitRequest>;
@@ -10367,6 +10679,9 @@ declare function createPlanVariantDetailsSpendLimitFromJSON(jsonString: string):
10367
10679
  /** @internal */
10368
10680
  declare const CreatePlanVariantDetailsUsageLimitInterval$inboundSchema: z$1.ZodMiniType<CreatePlanVariantDetailsUsageLimitInterval, unknown>;
10369
10681
  /** @internal */
10682
+ declare const CreatePlanVariantDetailsFilter$inboundSchema: z$1.ZodMiniType<CreatePlanVariantDetailsFilter, unknown>;
10683
+ declare function createPlanVariantDetailsFilterFromJSON(jsonString: string): Result$1<CreatePlanVariantDetailsFilter, SDKValidationError>;
10684
+ /** @internal */
10370
10685
  declare const CreatePlanVariantDetailsUsageLimit$inboundSchema: z$1.ZodMiniType<CreatePlanVariantDetailsUsageLimit, unknown>;
10371
10686
  declare function createPlanVariantDetailsUsageLimitFromJSON(jsonString: string): Result$1<CreatePlanVariantDetailsUsageLimit, SDKValidationError>;
10372
10687
  /** @internal */
@@ -10405,6 +10720,9 @@ declare function createPlanSpendLimitResponseFromJSON(jsonString: string): Resul
10405
10720
  /** @internal */
10406
10721
  declare const CreatePlanUsageLimitIntervalResponse$inboundSchema: z$1.ZodMiniType<CreatePlanUsageLimitIntervalResponse, unknown>;
10407
10722
  /** @internal */
10723
+ declare const CreatePlanFilterResponse$inboundSchema: z$1.ZodMiniType<CreatePlanFilterResponse, unknown>;
10724
+ declare function createPlanFilterResponseFromJSON(jsonString: string): Result$1<CreatePlanFilterResponse, SDKValidationError>;
10725
+ /** @internal */
10408
10726
  declare const CreatePlanUsageLimitResponse$inboundSchema: z$1.ZodMiniType<CreatePlanUsageLimitResponse, unknown>;
10409
10727
  declare function createPlanUsageLimitResponseFromJSON(jsonString: string): Result$1<CreatePlanUsageLimitResponse, SDKValidationError>;
10410
10728
  /** @internal */
@@ -11165,6 +11483,10 @@ type CreateScheduleSpendLimit2 = {
11165
11483
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
11166
11484
  */
11167
11485
  overageLimit?: number | undefined;
11486
+ /**
11487
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
11488
+ */
11489
+ skipOverageBilling?: boolean | undefined;
11168
11490
  };
11169
11491
  /**
11170
11492
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -11179,6 +11501,14 @@ declare const CreateScheduleUsageLimitInterval2: {
11179
11501
  * Interval for the cap, aligned to the customer's billing cycle.
11180
11502
  */
11181
11503
  type CreateScheduleUsageLimitInterval2 = ClosedEnum<typeof CreateScheduleUsageLimitInterval2>;
11504
+ /**
11505
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
11506
+ */
11507
+ type CreateScheduleFilter2 = {
11508
+ properties: {
11509
+ [k: string]: any;
11510
+ };
11511
+ };
11182
11512
  type CreateScheduleUsageLimit2 = {
11183
11513
  /**
11184
11514
  * The feature this usage limit applies to.
@@ -11196,6 +11526,10 @@ type CreateScheduleUsageLimit2 = {
11196
11526
  * Interval for the cap, aligned to the customer's billing cycle.
11197
11527
  */
11198
11528
  interval: CreateScheduleUsageLimitInterval2;
11529
+ /**
11530
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
11531
+ */
11532
+ filter?: CreateScheduleFilter2 | undefined;
11199
11533
  };
11200
11534
  /**
11201
11535
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -11448,6 +11782,7 @@ declare const CreateScheduleCode: {
11448
11782
  readonly ThreedsRequired: "3ds_required";
11449
11783
  readonly PaymentMethodRequired: "payment_method_required";
11450
11784
  readonly PaymentFailed: "payment_failed";
11785
+ readonly PaymentProcessing: "payment_processing";
11451
11786
  };
11452
11787
  /**
11453
11788
  * The type of action required to complete the payment.
@@ -11759,6 +12094,7 @@ type CreateScheduleSpendLimit2$Outbound = {
11759
12094
  enabled: boolean;
11760
12095
  limit_type?: string | undefined;
11761
12096
  overage_limit?: number | undefined;
12097
+ skip_overage_billing?: boolean | undefined;
11762
12098
  };
11763
12099
  /** @internal */
11764
12100
  declare const CreateScheduleSpendLimit2$outboundSchema: z$1.ZodMiniType<CreateScheduleSpendLimit2$Outbound, CreateScheduleSpendLimit2>;
@@ -11766,11 +12102,21 @@ declare function createScheduleSpendLimit2ToJSON(createScheduleSpendLimit2: Crea
11766
12102
  /** @internal */
11767
12103
  declare const CreateScheduleUsageLimitInterval2$outboundSchema: z$1.ZodMiniEnum<typeof CreateScheduleUsageLimitInterval2>;
11768
12104
  /** @internal */
12105
+ type CreateScheduleFilter2$Outbound = {
12106
+ properties: {
12107
+ [k: string]: any;
12108
+ };
12109
+ };
12110
+ /** @internal */
12111
+ declare const CreateScheduleFilter2$outboundSchema: z$1.ZodMiniType<CreateScheduleFilter2$Outbound, CreateScheduleFilter2>;
12112
+ declare function createScheduleFilter2ToJSON(createScheduleFilter2: CreateScheduleFilter2): string;
12113
+ /** @internal */
11769
12114
  type CreateScheduleUsageLimit2$Outbound = {
11770
12115
  feature_id: string;
11771
12116
  enabled: boolean;
11772
12117
  limit: number;
11773
12118
  interval: string;
12119
+ filter?: CreateScheduleFilter2$Outbound | undefined;
11774
12120
  };
11775
12121
  /** @internal */
11776
12122
  declare const CreateScheduleUsageLimit2$outboundSchema: z$1.ZodMiniType<CreateScheduleUsageLimit2$Outbound, CreateScheduleUsageLimit2>;
@@ -12024,6 +12370,10 @@ type CustomerSpendLimit = {
12024
12370
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
12025
12371
  */
12026
12372
  overageLimit?: number | undefined;
12373
+ /**
12374
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
12375
+ */
12376
+ skipOverageBilling?: boolean | undefined;
12027
12377
  };
12028
12378
  /**
12029
12379
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -12038,6 +12388,14 @@ declare const CustomerUsageLimitInterval: {
12038
12388
  * Interval for the cap, aligned to the customer's billing cycle.
12039
12389
  */
12040
12390
  type CustomerUsageLimitInterval = OpenEnum<typeof CustomerUsageLimitInterval>;
12391
+ /**
12392
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
12393
+ */
12394
+ type CustomerFilter = {
12395
+ properties: {
12396
+ [k: string]: any;
12397
+ };
12398
+ };
12041
12399
  type CustomerUsageLimit = {
12042
12400
  /**
12043
12401
  * The feature this usage limit applies to.
@@ -12055,6 +12413,10 @@ type CustomerUsageLimit = {
12055
12413
  * Interval for the cap, aligned to the customer's billing cycle.
12056
12414
  */
12057
12415
  interval: CustomerUsageLimitInterval;
12416
+ /**
12417
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
12418
+ */
12419
+ filter?: CustomerFilter | undefined;
12058
12420
  /**
12059
12421
  * Current usage already consumed in the active interval. Response-only; not stored on billing controls.
12060
12422
  */
@@ -12723,6 +13085,9 @@ declare function customerSpendLimitFromJSON(jsonString: string): Result$1<Custom
12723
13085
  /** @internal */
12724
13086
  declare const CustomerUsageLimitInterval$inboundSchema: z$1.ZodMiniType<CustomerUsageLimitInterval, unknown>;
12725
13087
  /** @internal */
13088
+ declare const CustomerFilter$inboundSchema: z$1.ZodMiniType<CustomerFilter, unknown>;
13089
+ declare function customerFilterFromJSON(jsonString: string): Result$1<CustomerFilter, SDKValidationError>;
13090
+ /** @internal */
12726
13091
  declare const CustomerUsageLimit$inboundSchema: z$1.ZodMiniType<CustomerUsageLimit, unknown>;
12727
13092
  declare function customerUsageLimitFromJSON(jsonString: string): Result$1<CustomerUsageLimit, SDKValidationError>;
12728
13093
  /** @internal */
@@ -13215,6 +13580,10 @@ type GetCustomerSpendLimit = {
13215
13580
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
13216
13581
  */
13217
13582
  overageLimit?: number | undefined;
13583
+ /**
13584
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
13585
+ */
13586
+ skipOverageBilling?: boolean | undefined;
13218
13587
  };
13219
13588
  /**
13220
13589
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -13229,6 +13598,14 @@ declare const GetCustomerUsageLimitInterval: {
13229
13598
  * Interval for the cap, aligned to the customer's billing cycle.
13230
13599
  */
13231
13600
  type GetCustomerUsageLimitInterval = OpenEnum<typeof GetCustomerUsageLimitInterval>;
13601
+ /**
13602
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
13603
+ */
13604
+ type GetCustomerFilter = {
13605
+ properties: {
13606
+ [k: string]: any;
13607
+ };
13608
+ };
13232
13609
  type GetCustomerUsageLimit = {
13233
13610
  /**
13234
13611
  * The feature this usage limit applies to.
@@ -13246,6 +13623,10 @@ type GetCustomerUsageLimit = {
13246
13623
  * Interval for the cap, aligned to the customer's billing cycle.
13247
13624
  */
13248
13625
  interval: GetCustomerUsageLimitInterval;
13626
+ /**
13627
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
13628
+ */
13629
+ filter?: GetCustomerFilter | undefined;
13249
13630
  /**
13250
13631
  * Current usage already consumed in the active interval. Response-only; not stored on billing controls.
13251
13632
  */
@@ -13925,6 +14306,9 @@ declare function getCustomerSpendLimitFromJSON(jsonString: string): Result$1<Get
13925
14306
  /** @internal */
13926
14307
  declare const GetCustomerUsageLimitInterval$inboundSchema: z$1.ZodMiniType<GetCustomerUsageLimitInterval, unknown>;
13927
14308
  /** @internal */
14309
+ declare const GetCustomerFilter$inboundSchema: z$1.ZodMiniType<GetCustomerFilter, unknown>;
14310
+ declare function getCustomerFilterFromJSON(jsonString: string): Result$1<GetCustomerFilter, SDKValidationError>;
14311
+ /** @internal */
13928
14312
  declare const GetCustomerUsageLimit$inboundSchema: z$1.ZodMiniType<GetCustomerUsageLimit, unknown>;
13929
14313
  declare function getCustomerUsageLimitFromJSON(jsonString: string): Result$1<GetCustomerUsageLimit, SDKValidationError>;
13930
14314
  /** @internal */
@@ -14304,6 +14688,10 @@ type GetEntitySpendLimit = {
14304
14688
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
14305
14689
  */
14306
14690
  overageLimit?: number | undefined;
14691
+ /**
14692
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
14693
+ */
14694
+ skipOverageBilling?: boolean | undefined;
14307
14695
  };
14308
14696
  /**
14309
14697
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -14318,6 +14706,14 @@ declare const GetEntityInterval: {
14318
14706
  * Interval for the cap, aligned to the customer's billing cycle.
14319
14707
  */
14320
14708
  type GetEntityInterval = OpenEnum<typeof GetEntityInterval>;
14709
+ /**
14710
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
14711
+ */
14712
+ type GetEntityFilter = {
14713
+ properties: {
14714
+ [k: string]: any;
14715
+ };
14716
+ };
14321
14717
  type GetEntityUsageLimit = {
14322
14718
  /**
14323
14719
  * The feature this usage limit applies to.
@@ -14335,6 +14731,10 @@ type GetEntityUsageLimit = {
14335
14731
  * Interval for the cap, aligned to the customer's billing cycle.
14336
14732
  */
14337
14733
  interval: GetEntityInterval;
14734
+ /**
14735
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
14736
+ */
14737
+ filter?: GetEntityFilter | undefined;
14338
14738
  /**
14339
14739
  * Current usage already consumed in the active interval. Response-only; not stored on billing controls.
14340
14740
  */
@@ -14546,6 +14946,9 @@ declare function getEntitySpendLimitFromJSON(jsonString: string): Result$1<GetEn
14546
14946
  /** @internal */
14547
14947
  declare const GetEntityInterval$inboundSchema: z$1.ZodMiniType<GetEntityInterval, unknown>;
14548
14948
  /** @internal */
14949
+ declare const GetEntityFilter$inboundSchema: z$1.ZodMiniType<GetEntityFilter, unknown>;
14950
+ declare function getEntityFilterFromJSON(jsonString: string): Result$1<GetEntityFilter, SDKValidationError>;
14951
+ /** @internal */
14549
14952
  declare const GetEntityUsageLimit$inboundSchema: z$1.ZodMiniType<GetEntityUsageLimit, unknown>;
14550
14953
  declare function getEntityUsageLimitFromJSON(jsonString: string): Result$1<GetEntityUsageLimit, SDKValidationError>;
14551
14954
  /** @internal */
@@ -14786,6 +15189,10 @@ type GetOrCreateCustomerSpendLimit = {
14786
15189
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
14787
15190
  */
14788
15191
  overageLimit?: number | undefined;
15192
+ /**
15193
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
15194
+ */
15195
+ skipOverageBilling?: boolean | undefined;
14789
15196
  };
14790
15197
  /**
14791
15198
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -14800,6 +15207,15 @@ declare const GetOrCreateCustomerUsageLimitInterval: {
14800
15207
  * Interval for the cap, aligned to the customer's billing cycle.
14801
15208
  */
14802
15209
  type GetOrCreateCustomerUsageLimitInterval = ClosedEnum<typeof GetOrCreateCustomerUsageLimitInterval>;
15210
+ type GetOrCreateCustomerProperties = string | number | boolean;
15211
+ /**
15212
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
15213
+ */
15214
+ type GetOrCreateCustomerFilter = {
15215
+ properties: {
15216
+ [k: string]: string | number | boolean;
15217
+ };
15218
+ };
14803
15219
  type GetOrCreateCustomerUsageLimit = {
14804
15220
  /**
14805
15221
  * The feature this usage limit applies to.
@@ -14817,6 +15233,10 @@ type GetOrCreateCustomerUsageLimit = {
14817
15233
  * Interval for the cap, aligned to the customer's billing cycle.
14818
15234
  */
14819
15235
  interval: GetOrCreateCustomerUsageLimitInterval;
15236
+ /**
15237
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
15238
+ */
15239
+ filter?: GetOrCreateCustomerFilter | undefined;
14820
15240
  };
14821
15241
  /**
14822
15242
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -14981,6 +15401,7 @@ type GetOrCreateCustomerSpendLimit$Outbound = {
14981
15401
  enabled: boolean;
14982
15402
  limit_type?: string | undefined;
14983
15403
  overage_limit?: number | undefined;
15404
+ skip_overage_billing?: boolean | undefined;
14984
15405
  };
14985
15406
  /** @internal */
14986
15407
  declare const GetOrCreateCustomerSpendLimit$outboundSchema: z$1.ZodMiniType<GetOrCreateCustomerSpendLimit$Outbound, GetOrCreateCustomerSpendLimit>;
@@ -14988,11 +15409,26 @@ declare function getOrCreateCustomerSpendLimitToJSON(getOrCreateCustomerSpendLim
14988
15409
  /** @internal */
14989
15410
  declare const GetOrCreateCustomerUsageLimitInterval$outboundSchema: z$1.ZodMiniEnum<typeof GetOrCreateCustomerUsageLimitInterval>;
14990
15411
  /** @internal */
15412
+ type GetOrCreateCustomerProperties$Outbound = string | number | boolean;
15413
+ /** @internal */
15414
+ declare const GetOrCreateCustomerProperties$outboundSchema: z$1.ZodMiniType<GetOrCreateCustomerProperties$Outbound, GetOrCreateCustomerProperties>;
15415
+ declare function getOrCreateCustomerPropertiesToJSON(getOrCreateCustomerProperties: GetOrCreateCustomerProperties): string;
15416
+ /** @internal */
15417
+ type GetOrCreateCustomerFilter$Outbound = {
15418
+ properties: {
15419
+ [k: string]: string | number | boolean;
15420
+ };
15421
+ };
15422
+ /** @internal */
15423
+ declare const GetOrCreateCustomerFilter$outboundSchema: z$1.ZodMiniType<GetOrCreateCustomerFilter$Outbound, GetOrCreateCustomerFilter>;
15424
+ declare function getOrCreateCustomerFilterToJSON(getOrCreateCustomerFilter: GetOrCreateCustomerFilter): string;
15425
+ /** @internal */
14991
15426
  type GetOrCreateCustomerUsageLimit$Outbound = {
14992
15427
  feature_id: string;
14993
15428
  enabled: boolean;
14994
15429
  limit: number;
14995
15430
  interval: string;
15431
+ filter?: GetOrCreateCustomerFilter$Outbound | undefined;
14996
15432
  };
14997
15433
  /** @internal */
14998
15434
  declare const GetOrCreateCustomerUsageLimit$outboundSchema: z$1.ZodMiniType<GetOrCreateCustomerUsageLimit$Outbound, GetOrCreateCustomerUsageLimit>;
@@ -15829,6 +16265,10 @@ type GetPlanVariantDetailsSpendLimit = {
15829
16265
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
15830
16266
  */
15831
16267
  overageLimit?: number | undefined;
16268
+ /**
16269
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
16270
+ */
16271
+ skipOverageBilling?: boolean | undefined;
15832
16272
  };
15833
16273
  /**
15834
16274
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -15843,6 +16283,14 @@ declare const GetPlanVariantDetailsUsageLimitInterval: {
15843
16283
  * Interval for the cap, aligned to the customer's billing cycle.
15844
16284
  */
15845
16285
  type GetPlanVariantDetailsUsageLimitInterval = OpenEnum<typeof GetPlanVariantDetailsUsageLimitInterval>;
16286
+ /**
16287
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
16288
+ */
16289
+ type GetPlanVariantDetailsFilter = {
16290
+ properties: {
16291
+ [k: string]: any;
16292
+ };
16293
+ };
15846
16294
  type GetPlanVariantDetailsUsageLimit = {
15847
16295
  /**
15848
16296
  * The feature this usage limit applies to.
@@ -15860,6 +16308,10 @@ type GetPlanVariantDetailsUsageLimit = {
15860
16308
  * Interval for the cap, aligned to the customer's billing cycle.
15861
16309
  */
15862
16310
  interval: GetPlanVariantDetailsUsageLimitInterval;
16311
+ /**
16312
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
16313
+ */
16314
+ filter?: GetPlanVariantDetailsFilter | undefined;
15863
16315
  };
15864
16316
  /**
15865
16317
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -16062,6 +16514,10 @@ type GetPlanSpendLimit = {
16062
16514
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
16063
16515
  */
16064
16516
  overageLimit?: number | undefined;
16517
+ /**
16518
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
16519
+ */
16520
+ skipOverageBilling?: boolean | undefined;
16065
16521
  };
16066
16522
  /**
16067
16523
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -16076,6 +16532,14 @@ declare const GetPlanUsageLimitInterval: {
16076
16532
  * Interval for the cap, aligned to the customer's billing cycle.
16077
16533
  */
16078
16534
  type GetPlanUsageLimitInterval = OpenEnum<typeof GetPlanUsageLimitInterval>;
16535
+ /**
16536
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
16537
+ */
16538
+ type GetPlanFilter = {
16539
+ properties: {
16540
+ [k: string]: any;
16541
+ };
16542
+ };
16079
16543
  type GetPlanUsageLimit = {
16080
16544
  /**
16081
16545
  * The feature this usage limit applies to.
@@ -16093,6 +16557,10 @@ type GetPlanUsageLimit = {
16093
16557
  * Interval for the cap, aligned to the customer's billing cycle.
16094
16558
  */
16095
16559
  interval: GetPlanUsageLimitInterval;
16560
+ /**
16561
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
16562
+ */
16563
+ filter?: GetPlanFilter | undefined;
16096
16564
  };
16097
16565
  /**
16098
16566
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -16433,6 +16901,9 @@ declare function getPlanVariantDetailsSpendLimitFromJSON(jsonString: string): Re
16433
16901
  /** @internal */
16434
16902
  declare const GetPlanVariantDetailsUsageLimitInterval$inboundSchema: z$1.ZodMiniType<GetPlanVariantDetailsUsageLimitInterval, unknown>;
16435
16903
  /** @internal */
16904
+ declare const GetPlanVariantDetailsFilter$inboundSchema: z$1.ZodMiniType<GetPlanVariantDetailsFilter, unknown>;
16905
+ declare function getPlanVariantDetailsFilterFromJSON(jsonString: string): Result$1<GetPlanVariantDetailsFilter, SDKValidationError>;
16906
+ /** @internal */
16436
16907
  declare const GetPlanVariantDetailsUsageLimit$inboundSchema: z$1.ZodMiniType<GetPlanVariantDetailsUsageLimit, unknown>;
16437
16908
  declare function getPlanVariantDetailsUsageLimitFromJSON(jsonString: string): Result$1<GetPlanVariantDetailsUsageLimit, SDKValidationError>;
16438
16909
  /** @internal */
@@ -16471,6 +16942,9 @@ declare function getPlanSpendLimitFromJSON(jsonString: string): Result$1<GetPlan
16471
16942
  /** @internal */
16472
16943
  declare const GetPlanUsageLimitInterval$inboundSchema: z$1.ZodMiniType<GetPlanUsageLimitInterval, unknown>;
16473
16944
  /** @internal */
16945
+ declare const GetPlanFilter$inboundSchema: z$1.ZodMiniType<GetPlanFilter, unknown>;
16946
+ declare function getPlanFilterFromJSON(jsonString: string): Result$1<GetPlanFilter, SDKValidationError>;
16947
+ /** @internal */
16474
16948
  declare const GetPlanUsageLimit$inboundSchema: z$1.ZodMiniType<GetPlanUsageLimit, unknown>;
16475
16949
  declare function getPlanUsageLimitFromJSON(jsonString: string): Result$1<GetPlanUsageLimit, SDKValidationError>;
16476
16950
  /** @internal */
@@ -16618,7 +17092,7 @@ type ImportGlobals = {
16618
17092
  xApiVersion?: string | undefined;
16619
17093
  };
16620
17094
  /**
16621
- * Optional identity fields to upsert if the customer is new.
17095
+ * Optional identity fields upserted onto the customer (applied to existing customers too).
16622
17096
  */
16623
17097
  type ImportCustomerData = {
16624
17098
  /**
@@ -16704,34 +17178,39 @@ type ImportFeatureQuantity = {
16704
17178
  quantity: number;
16705
17179
  };
16706
17180
  declare const ImportInterval: {
17181
+ readonly Lifetime: "lifetime";
17182
+ readonly Minute: "minute";
16707
17183
  readonly Hour: "hour";
16708
17184
  readonly Day: "day";
16709
17185
  readonly Week: "week";
16710
17186
  readonly Month: "month";
17187
+ readonly Quarter: "quarter";
17188
+ readonly SemiAnnual: "semi_annual";
16711
17189
  readonly Year: "year";
16712
17190
  };
16713
17191
  type ImportInterval = ClosedEnum<typeof ImportInterval>;
16714
17192
  /**
16715
- * Selects the included vs prepaid entitlement line when a feature has both.
17193
+ * Selects the included vs prepaid vs usage-based (pay-per-use) entitlement line when a feature has several.
16716
17194
  */
16717
17195
  declare const ImportBillingBehavior: {
16718
17196
  readonly Included: "included";
16719
17197
  readonly Prepaid: "prepaid";
17198
+ readonly UsageBased: "usage_based";
16720
17199
  };
16721
17200
  /**
16722
- * Selects the included vs prepaid entitlement line when a feature has both.
17201
+ * Selects the included vs prepaid vs usage-based (pay-per-use) entitlement line when a feature has several.
16723
17202
  */
16724
17203
  type ImportBillingBehavior = ClosedEnum<typeof ImportBillingBehavior>;
16725
17204
  /**
16726
17205
  * Disambiguates which entitlement line to target when the feature has multiple.
16727
17206
  */
16728
- type Filter = {
17207
+ type ImportFilter = {
16729
17208
  /**
16730
- * Reset interval selecting which entitlement line to target when a feature has several (null = the non-resetting one-off line).
17209
+ * Reset interval selecting which entitlement line to target when a feature has several ('lifetime' or null = the non-resetting one-off line).
16731
17210
  */
16732
17211
  interval?: ImportInterval | null | undefined;
16733
17212
  /**
16734
- * Selects the included vs prepaid entitlement line when a feature has both.
17213
+ * Selects the included vs prepaid vs usage-based (pay-per-use) entitlement line when a feature has several.
16735
17214
  */
16736
17215
  billingBehavior?: ImportBillingBehavior | undefined;
16737
17216
  };
@@ -16743,7 +17222,7 @@ type ImportBalance = {
16743
17222
  /**
16744
17223
  * Disambiguates which entitlement line to target when the feature has multiple.
16745
17224
  */
16746
- filter?: Filter | undefined;
17225
+ filter?: ImportFilter | undefined;
16747
17226
  /**
16748
17227
  * Units already consumed; remaining balance is derived from the plan allowance minus this.
16749
17228
  */
@@ -16814,7 +17293,7 @@ type DfuFlashParams = {
16814
17293
  */
16815
17294
  customerId: string;
16816
17295
  /**
16817
- * Optional identity fields to upsert if the customer is new.
17296
+ * Optional identity fields upserted onto the customer (applied to existing customers too).
16818
17297
  */
16819
17298
  customerData?: ImportCustomerData | undefined;
16820
17299
  /**
@@ -16925,17 +17404,17 @@ declare const ImportInterval$outboundSchema: z$1.ZodMiniEnum<typeof ImportInterv
16925
17404
  /** @internal */
16926
17405
  declare const ImportBillingBehavior$outboundSchema: z$1.ZodMiniEnum<typeof ImportBillingBehavior>;
16927
17406
  /** @internal */
16928
- type Filter$Outbound = {
17407
+ type ImportFilter$Outbound = {
16929
17408
  interval?: string | null | undefined;
16930
17409
  billing_behavior?: string | undefined;
16931
17410
  };
16932
17411
  /** @internal */
16933
- declare const Filter$outboundSchema: z$1.ZodMiniType<Filter$Outbound, Filter>;
16934
- declare function filterToJSON(filter: Filter): string;
17412
+ declare const ImportFilter$outboundSchema: z$1.ZodMiniType<ImportFilter$Outbound, ImportFilter>;
17413
+ declare function importFilterToJSON(importFilter: ImportFilter): string;
16935
17414
  /** @internal */
16936
17415
  type ImportBalance$Outbound = {
16937
17416
  feature_id: string;
16938
- filter?: Filter$Outbound | undefined;
17417
+ filter?: ImportFilter$Outbound | undefined;
16939
17418
  usage?: number | undefined;
16940
17419
  balance?: number | undefined;
16941
17420
  next_reset_at?: number | undefined;
@@ -17195,6 +17674,10 @@ type ListCustomersSpendLimit = {
17195
17674
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
17196
17675
  */
17197
17676
  overageLimit?: number | undefined;
17677
+ /**
17678
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
17679
+ */
17680
+ skipOverageBilling?: boolean | undefined;
17198
17681
  };
17199
17682
  /**
17200
17683
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -17209,6 +17692,14 @@ declare const ListCustomersUsageLimitInterval: {
17209
17692
  * Interval for the cap, aligned to the customer's billing cycle.
17210
17693
  */
17211
17694
  type ListCustomersUsageLimitInterval = OpenEnum<typeof ListCustomersUsageLimitInterval>;
17695
+ /**
17696
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
17697
+ */
17698
+ type ListCustomersFilter = {
17699
+ properties: {
17700
+ [k: string]: any;
17701
+ };
17702
+ };
17212
17703
  type ListCustomersUsageLimit = {
17213
17704
  /**
17214
17705
  * The feature this usage limit applies to.
@@ -17226,6 +17717,10 @@ type ListCustomersUsageLimit = {
17226
17717
  * Interval for the cap, aligned to the customer's billing cycle.
17227
17718
  */
17228
17719
  interval: ListCustomersUsageLimitInterval;
17720
+ /**
17721
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
17722
+ */
17723
+ filter?: ListCustomersFilter | undefined;
17229
17724
  /**
17230
17725
  * Current usage already consumed in the active interval. Response-only; not stored on billing controls.
17231
17726
  */
@@ -17731,6 +18226,9 @@ declare function listCustomersSpendLimitFromJSON(jsonString: string): Result$1<L
17731
18226
  /** @internal */
17732
18227
  declare const ListCustomersUsageLimitInterval$inboundSchema: z$1.ZodMiniType<ListCustomersUsageLimitInterval, unknown>;
17733
18228
  /** @internal */
18229
+ declare const ListCustomersFilter$inboundSchema: z$1.ZodMiniType<ListCustomersFilter, unknown>;
18230
+ declare function listCustomersFilterFromJSON(jsonString: string): Result$1<ListCustomersFilter, SDKValidationError>;
18231
+ /** @internal */
17734
18232
  declare const ListCustomersUsageLimit$inboundSchema: z$1.ZodMiniType<ListCustomersUsageLimit, unknown>;
17735
18233
  declare function listCustomersUsageLimitFromJSON(jsonString: string): Result$1<ListCustomersUsageLimit, SDKValidationError>;
17736
18234
  /** @internal */
@@ -18125,6 +18623,10 @@ type ListEntitiesSpendLimit = {
18125
18623
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
18126
18624
  */
18127
18625
  overageLimit?: number | undefined;
18626
+ /**
18627
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
18628
+ */
18629
+ skipOverageBilling?: boolean | undefined;
18128
18630
  };
18129
18631
  /**
18130
18632
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -18139,6 +18641,14 @@ declare const ListEntitiesInterval: {
18139
18641
  * Interval for the cap, aligned to the customer's billing cycle.
18140
18642
  */
18141
18643
  type ListEntitiesInterval = OpenEnum<typeof ListEntitiesInterval>;
18644
+ /**
18645
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
18646
+ */
18647
+ type ListEntitiesFilter = {
18648
+ properties: {
18649
+ [k: string]: any;
18650
+ };
18651
+ };
18142
18652
  type ListEntitiesUsageLimit = {
18143
18653
  /**
18144
18654
  * The feature this usage limit applies to.
@@ -18156,6 +18666,10 @@ type ListEntitiesUsageLimit = {
18156
18666
  * Interval for the cap, aligned to the customer's billing cycle.
18157
18667
  */
18158
18668
  interval: ListEntitiesInterval;
18669
+ /**
18670
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
18671
+ */
18672
+ filter?: ListEntitiesFilter | undefined;
18159
18673
  /**
18160
18674
  * Current usage already consumed in the active interval. Response-only; not stored on billing controls.
18161
18675
  */
@@ -18394,6 +18908,9 @@ declare function listEntitiesSpendLimitFromJSON(jsonString: string): Result$1<Li
18394
18908
  /** @internal */
18395
18909
  declare const ListEntitiesInterval$inboundSchema: z$1.ZodMiniType<ListEntitiesInterval, unknown>;
18396
18910
  /** @internal */
18911
+ declare const ListEntitiesFilter$inboundSchema: z$1.ZodMiniType<ListEntitiesFilter, unknown>;
18912
+ declare function listEntitiesFilterFromJSON(jsonString: string): Result$1<ListEntitiesFilter, SDKValidationError>;
18913
+ /** @internal */
18397
18914
  declare const ListEntitiesUsageLimit$inboundSchema: z$1.ZodMiniType<ListEntitiesUsageLimit, unknown>;
18398
18915
  declare function listEntitiesUsageLimitFromJSON(jsonString: string): Result$1<ListEntitiesUsageLimit, SDKValidationError>;
18399
18916
  /** @internal */
@@ -19513,6 +20030,10 @@ type ListPlansVariantDetailsSpendLimit = {
19513
20030
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
19514
20031
  */
19515
20032
  overageLimit?: number | undefined;
20033
+ /**
20034
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
20035
+ */
20036
+ skipOverageBilling?: boolean | undefined;
19516
20037
  };
19517
20038
  /**
19518
20039
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -19527,6 +20048,14 @@ declare const ListPlansVariantDetailsUsageLimitInterval: {
19527
20048
  * Interval for the cap, aligned to the customer's billing cycle.
19528
20049
  */
19529
20050
  type ListPlansVariantDetailsUsageLimitInterval = OpenEnum<typeof ListPlansVariantDetailsUsageLimitInterval>;
20051
+ /**
20052
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
20053
+ */
20054
+ type ListPlansVariantDetailsFilter = {
20055
+ properties: {
20056
+ [k: string]: any;
20057
+ };
20058
+ };
19530
20059
  type ListPlansVariantDetailsUsageLimit = {
19531
20060
  /**
19532
20061
  * The feature this usage limit applies to.
@@ -19544,6 +20073,10 @@ type ListPlansVariantDetailsUsageLimit = {
19544
20073
  * Interval for the cap, aligned to the customer's billing cycle.
19545
20074
  */
19546
20075
  interval: ListPlansVariantDetailsUsageLimitInterval;
20076
+ /**
20077
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
20078
+ */
20079
+ filter?: ListPlansVariantDetailsFilter | undefined;
19547
20080
  };
19548
20081
  /**
19549
20082
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -19746,6 +20279,10 @@ type ListPlansSpendLimit = {
19746
20279
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
19747
20280
  */
19748
20281
  overageLimit?: number | undefined;
20282
+ /**
20283
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
20284
+ */
20285
+ skipOverageBilling?: boolean | undefined;
19749
20286
  };
19750
20287
  /**
19751
20288
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -19760,6 +20297,14 @@ declare const ListPlansUsageLimitInterval: {
19760
20297
  * Interval for the cap, aligned to the customer's billing cycle.
19761
20298
  */
19762
20299
  type ListPlansUsageLimitInterval = OpenEnum<typeof ListPlansUsageLimitInterval>;
20300
+ /**
20301
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
20302
+ */
20303
+ type ListPlansFilter = {
20304
+ properties: {
20305
+ [k: string]: any;
20306
+ };
20307
+ };
19763
20308
  type ListPlansUsageLimit = {
19764
20309
  /**
19765
20310
  * The feature this usage limit applies to.
@@ -19777,6 +20322,10 @@ type ListPlansUsageLimit = {
19777
20322
  * Interval for the cap, aligned to the customer's billing cycle.
19778
20323
  */
19779
20324
  interval: ListPlansUsageLimitInterval;
20325
+ /**
20326
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
20327
+ */
20328
+ filter?: ListPlansFilter | undefined;
19780
20329
  };
19781
20330
  /**
19782
20331
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -20122,6 +20671,9 @@ declare function listPlansVariantDetailsSpendLimitFromJSON(jsonString: string):
20122
20671
  /** @internal */
20123
20672
  declare const ListPlansVariantDetailsUsageLimitInterval$inboundSchema: z$1.ZodMiniType<ListPlansVariantDetailsUsageLimitInterval, unknown>;
20124
20673
  /** @internal */
20674
+ declare const ListPlansVariantDetailsFilter$inboundSchema: z$1.ZodMiniType<ListPlansVariantDetailsFilter, unknown>;
20675
+ declare function listPlansVariantDetailsFilterFromJSON(jsonString: string): Result$1<ListPlansVariantDetailsFilter, SDKValidationError>;
20676
+ /** @internal */
20125
20677
  declare const ListPlansVariantDetailsUsageLimit$inboundSchema: z$1.ZodMiniType<ListPlansVariantDetailsUsageLimit, unknown>;
20126
20678
  declare function listPlansVariantDetailsUsageLimitFromJSON(jsonString: string): Result$1<ListPlansVariantDetailsUsageLimit, SDKValidationError>;
20127
20679
  /** @internal */
@@ -20160,6 +20712,9 @@ declare function listPlansSpendLimitFromJSON(jsonString: string): Result$1<ListP
20160
20712
  /** @internal */
20161
20713
  declare const ListPlansUsageLimitInterval$inboundSchema: z$1.ZodMiniType<ListPlansUsageLimitInterval, unknown>;
20162
20714
  /** @internal */
20715
+ declare const ListPlansFilter$inboundSchema: z$1.ZodMiniType<ListPlansFilter, unknown>;
20716
+ declare function listPlansFilterFromJSON(jsonString: string): Result$1<ListPlansFilter, SDKValidationError>;
20717
+ /** @internal */
20163
20718
  declare const ListPlansUsageLimit$inboundSchema: z$1.ZodMiniType<ListPlansUsageLimit, unknown>;
20164
20719
  declare function listPlansUsageLimitFromJSON(jsonString: string): Result$1<ListPlansUsageLimit, SDKValidationError>;
20165
20720
  /** @internal */
@@ -20856,6 +21411,10 @@ type MultiAttachSpendLimit = {
20856
21411
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
20857
21412
  */
20858
21413
  overageLimit?: number | undefined;
21414
+ /**
21415
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
21416
+ */
21417
+ skipOverageBilling?: boolean | undefined;
20859
21418
  };
20860
21419
  /**
20861
21420
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -20870,6 +21429,15 @@ declare const MultiAttachEntityDataInterval: {
20870
21429
  * Interval for the cap, aligned to the customer's billing cycle.
20871
21430
  */
20872
21431
  type MultiAttachEntityDataInterval = ClosedEnum<typeof MultiAttachEntityDataInterval>;
21432
+ type MultiAttachProperties = string | number | boolean;
21433
+ /**
21434
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
21435
+ */
21436
+ type MultiAttachFilter = {
21437
+ properties: {
21438
+ [k: string]: string | number | boolean;
21439
+ };
21440
+ };
20873
21441
  type MultiAttachUsageLimit = {
20874
21442
  /**
20875
21443
  * The feature this usage limit applies to.
@@ -20887,6 +21455,10 @@ type MultiAttachUsageLimit = {
20887
21455
  * Interval for the cap, aligned to the customer's billing cycle.
20888
21456
  */
20889
21457
  interval: MultiAttachEntityDataInterval;
21458
+ /**
21459
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
21460
+ */
21461
+ filter?: MultiAttachFilter | undefined;
20890
21462
  };
20891
21463
  /**
20892
21464
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -21053,6 +21625,7 @@ declare const MultiAttachCode: {
21053
21625
  readonly ThreedsRequired: "3ds_required";
21054
21626
  readonly PaymentMethodRequired: "payment_method_required";
21055
21627
  readonly PaymentFailed: "payment_failed";
21628
+ readonly PaymentProcessing: "payment_processing";
21056
21629
  };
21057
21630
  /**
21058
21631
  * The type of action required to complete the payment.
@@ -21259,6 +21832,7 @@ type MultiAttachSpendLimit$Outbound = {
21259
21832
  enabled: boolean;
21260
21833
  limit_type?: string | undefined;
21261
21834
  overage_limit?: number | undefined;
21835
+ skip_overage_billing?: boolean | undefined;
21262
21836
  };
21263
21837
  /** @internal */
21264
21838
  declare const MultiAttachSpendLimit$outboundSchema: z$1.ZodMiniType<MultiAttachSpendLimit$Outbound, MultiAttachSpendLimit>;
@@ -21266,11 +21840,26 @@ declare function multiAttachSpendLimitToJSON(multiAttachSpendLimit: MultiAttachS
21266
21840
  /** @internal */
21267
21841
  declare const MultiAttachEntityDataInterval$outboundSchema: z$1.ZodMiniEnum<typeof MultiAttachEntityDataInterval>;
21268
21842
  /** @internal */
21843
+ type MultiAttachProperties$Outbound = string | number | boolean;
21844
+ /** @internal */
21845
+ declare const MultiAttachProperties$outboundSchema: z$1.ZodMiniType<MultiAttachProperties$Outbound, MultiAttachProperties>;
21846
+ declare function multiAttachPropertiesToJSON(multiAttachProperties: MultiAttachProperties): string;
21847
+ /** @internal */
21848
+ type MultiAttachFilter$Outbound = {
21849
+ properties: {
21850
+ [k: string]: string | number | boolean;
21851
+ };
21852
+ };
21853
+ /** @internal */
21854
+ declare const MultiAttachFilter$outboundSchema: z$1.ZodMiniType<MultiAttachFilter$Outbound, MultiAttachFilter>;
21855
+ declare function multiAttachFilterToJSON(multiAttachFilter: MultiAttachFilter): string;
21856
+ /** @internal */
21269
21857
  type MultiAttachUsageLimit$Outbound = {
21270
21858
  feature_id: string;
21271
21859
  enabled: boolean;
21272
21860
  limit: number;
21273
21861
  interval: string;
21862
+ filter?: MultiAttachFilter$Outbound | undefined;
21274
21863
  };
21275
21864
  /** @internal */
21276
21865
  declare const MultiAttachUsageLimit$outboundSchema: z$1.ZodMiniType<MultiAttachUsageLimit$Outbound, MultiAttachUsageLimit>;
@@ -22042,6 +22631,10 @@ type PreviewAttachSpendLimit = {
22042
22631
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
22043
22632
  */
22044
22633
  overageLimit?: number | undefined;
22634
+ /**
22635
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
22636
+ */
22637
+ skipOverageBilling?: boolean | undefined;
22045
22638
  };
22046
22639
  /**
22047
22640
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -22056,6 +22649,15 @@ declare const PreviewAttachUsageLimitInterval: {
22056
22649
  * Interval for the cap, aligned to the customer's billing cycle.
22057
22650
  */
22058
22651
  type PreviewAttachUsageLimitInterval = ClosedEnum<typeof PreviewAttachUsageLimitInterval>;
22652
+ type PreviewAttachProperties = string | number | boolean;
22653
+ /**
22654
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
22655
+ */
22656
+ type PreviewAttachFilter = {
22657
+ properties: {
22658
+ [k: string]: string | number | boolean;
22659
+ };
22660
+ };
22059
22661
  type PreviewAttachUsageLimit = {
22060
22662
  /**
22061
22663
  * The feature this usage limit applies to.
@@ -22073,6 +22675,10 @@ type PreviewAttachUsageLimit = {
22073
22675
  * Interval for the cap, aligned to the customer's billing cycle.
22074
22676
  */
22075
22677
  interval: PreviewAttachUsageLimitInterval;
22678
+ /**
22679
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
22680
+ */
22681
+ filter?: PreviewAttachFilter | undefined;
22076
22682
  };
22077
22683
  /**
22078
22684
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -22987,6 +23593,7 @@ type PreviewAttachSpendLimit$Outbound = {
22987
23593
  enabled: boolean;
22988
23594
  limit_type?: string | undefined;
22989
23595
  overage_limit?: number | undefined;
23596
+ skip_overage_billing?: boolean | undefined;
22990
23597
  };
22991
23598
  /** @internal */
22992
23599
  declare const PreviewAttachSpendLimit$outboundSchema: z$1.ZodMiniType<PreviewAttachSpendLimit$Outbound, PreviewAttachSpendLimit>;
@@ -22994,11 +23601,26 @@ declare function previewAttachSpendLimitToJSON(previewAttachSpendLimit: PreviewA
22994
23601
  /** @internal */
22995
23602
  declare const PreviewAttachUsageLimitInterval$outboundSchema: z$1.ZodMiniEnum<typeof PreviewAttachUsageLimitInterval>;
22996
23603
  /** @internal */
23604
+ type PreviewAttachProperties$Outbound = string | number | boolean;
23605
+ /** @internal */
23606
+ declare const PreviewAttachProperties$outboundSchema: z$1.ZodMiniType<PreviewAttachProperties$Outbound, PreviewAttachProperties>;
23607
+ declare function previewAttachPropertiesToJSON(previewAttachProperties: PreviewAttachProperties): string;
23608
+ /** @internal */
23609
+ type PreviewAttachFilter$Outbound = {
23610
+ properties: {
23611
+ [k: string]: string | number | boolean;
23612
+ };
23613
+ };
23614
+ /** @internal */
23615
+ declare const PreviewAttachFilter$outboundSchema: z$1.ZodMiniType<PreviewAttachFilter$Outbound, PreviewAttachFilter>;
23616
+ declare function previewAttachFilterToJSON(previewAttachFilter: PreviewAttachFilter): string;
23617
+ /** @internal */
22997
23618
  type PreviewAttachUsageLimit$Outbound = {
22998
23619
  feature_id: string;
22999
23620
  enabled: boolean;
23000
23621
  limit: number;
23001
23622
  interval: string;
23623
+ filter?: PreviewAttachFilter$Outbound | undefined;
23002
23624
  };
23003
23625
  /** @internal */
23004
23626
  declare const PreviewAttachUsageLimit$outboundSchema: z$1.ZodMiniType<PreviewAttachUsageLimit$Outbound, PreviewAttachUsageLimit>;
@@ -23602,6 +24224,10 @@ type PreviewMultiAttachSpendLimit = {
23602
24224
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
23603
24225
  */
23604
24226
  overageLimit?: number | undefined;
24227
+ /**
24228
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
24229
+ */
24230
+ skipOverageBilling?: boolean | undefined;
23605
24231
  };
23606
24232
  /**
23607
24233
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -23616,6 +24242,15 @@ declare const PreviewMultiAttachEntityDataInterval: {
23616
24242
  * Interval for the cap, aligned to the customer's billing cycle.
23617
24243
  */
23618
24244
  type PreviewMultiAttachEntityDataInterval = ClosedEnum<typeof PreviewMultiAttachEntityDataInterval>;
24245
+ type PreviewMultiAttachProperties = string | number | boolean;
24246
+ /**
24247
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
24248
+ */
24249
+ type PreviewMultiAttachFilter = {
24250
+ properties: {
24251
+ [k: string]: string | number | boolean;
24252
+ };
24253
+ };
23619
24254
  type PreviewMultiAttachUsageLimit = {
23620
24255
  /**
23621
24256
  * The feature this usage limit applies to.
@@ -23633,6 +24268,10 @@ type PreviewMultiAttachUsageLimit = {
23633
24268
  * Interval for the cap, aligned to the customer's billing cycle.
23634
24269
  */
23635
24270
  interval: PreviewMultiAttachEntityDataInterval;
24271
+ /**
24272
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
24273
+ */
24274
+ filter?: PreviewMultiAttachFilter | undefined;
23636
24275
  };
23637
24276
  /**
23638
24277
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -24274,6 +24913,7 @@ type PreviewMultiAttachSpendLimit$Outbound = {
24274
24913
  enabled: boolean;
24275
24914
  limit_type?: string | undefined;
24276
24915
  overage_limit?: number | undefined;
24916
+ skip_overage_billing?: boolean | undefined;
24277
24917
  };
24278
24918
  /** @internal */
24279
24919
  declare const PreviewMultiAttachSpendLimit$outboundSchema: z$1.ZodMiniType<PreviewMultiAttachSpendLimit$Outbound, PreviewMultiAttachSpendLimit>;
@@ -24281,11 +24921,26 @@ declare function previewMultiAttachSpendLimitToJSON(previewMultiAttachSpendLimit
24281
24921
  /** @internal */
24282
24922
  declare const PreviewMultiAttachEntityDataInterval$outboundSchema: z$1.ZodMiniEnum<typeof PreviewMultiAttachEntityDataInterval>;
24283
24923
  /** @internal */
24924
+ type PreviewMultiAttachProperties$Outbound = string | number | boolean;
24925
+ /** @internal */
24926
+ declare const PreviewMultiAttachProperties$outboundSchema: z$1.ZodMiniType<PreviewMultiAttachProperties$Outbound, PreviewMultiAttachProperties>;
24927
+ declare function previewMultiAttachPropertiesToJSON(previewMultiAttachProperties: PreviewMultiAttachProperties): string;
24928
+ /** @internal */
24929
+ type PreviewMultiAttachFilter$Outbound = {
24930
+ properties: {
24931
+ [k: string]: string | number | boolean;
24932
+ };
24933
+ };
24934
+ /** @internal */
24935
+ declare const PreviewMultiAttachFilter$outboundSchema: z$1.ZodMiniType<PreviewMultiAttachFilter$Outbound, PreviewMultiAttachFilter>;
24936
+ declare function previewMultiAttachFilterToJSON(previewMultiAttachFilter: PreviewMultiAttachFilter): string;
24937
+ /** @internal */
24284
24938
  type PreviewMultiAttachUsageLimit$Outbound = {
24285
24939
  feature_id: string;
24286
24940
  enabled: boolean;
24287
24941
  limit: number;
24288
24942
  interval: string;
24943
+ filter?: PreviewMultiAttachFilter$Outbound | undefined;
24289
24944
  };
24290
24945
  /** @internal */
24291
24946
  declare const PreviewMultiAttachUsageLimit$outboundSchema: z$1.ZodMiniType<PreviewMultiAttachUsageLimit$Outbound, PreviewMultiAttachUsageLimit>;
@@ -25055,6 +25710,10 @@ type PreviewUpdateSpendLimit = {
25055
25710
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
25056
25711
  */
25057
25712
  overageLimit?: number | undefined;
25713
+ /**
25714
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
25715
+ */
25716
+ skipOverageBilling?: boolean | undefined;
25058
25717
  };
25059
25718
  /**
25060
25719
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -25069,6 +25728,15 @@ declare const PreviewUpdateUsageLimitInterval: {
25069
25728
  * Interval for the cap, aligned to the customer's billing cycle.
25070
25729
  */
25071
25730
  type PreviewUpdateUsageLimitInterval = ClosedEnum<typeof PreviewUpdateUsageLimitInterval>;
25731
+ type PreviewUpdateProperties = string | number | boolean;
25732
+ /**
25733
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
25734
+ */
25735
+ type PreviewUpdateFilter = {
25736
+ properties: {
25737
+ [k: string]: string | number | boolean;
25738
+ };
25739
+ };
25072
25740
  type PreviewUpdateUsageLimit = {
25073
25741
  /**
25074
25742
  * The feature this usage limit applies to.
@@ -25086,6 +25754,10 @@ type PreviewUpdateUsageLimit = {
25086
25754
  * Interval for the cap, aligned to the customer's billing cycle.
25087
25755
  */
25088
25756
  interval: PreviewUpdateUsageLimitInterval;
25757
+ /**
25758
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
25759
+ */
25760
+ filter?: PreviewUpdateFilter | undefined;
25089
25761
  };
25090
25762
  /**
25091
25763
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -25259,6 +25931,17 @@ declare const PreviewUpdateCancelAction: {
25259
25931
  * Action to perform for cancellation. 'cancel_immediately' cancels now with prorated refund, 'cancel_end_of_cycle' cancels at period end, 'uncancel' reverses a pending cancellation.
25260
25932
  */
25261
25933
  type PreviewUpdateCancelAction = ClosedEnum<typeof PreviewUpdateCancelAction>;
25934
+ /**
25935
+ * Controls how the last payment is refunded on immediate cancellation. 'prorated' refunds the unused portion, 'full' refunds the entire last payment.
25936
+ */
25937
+ declare const PreviewUpdateRefundLastPayment: {
25938
+ readonly Prorated: "prorated";
25939
+ readonly Full: "full";
25940
+ };
25941
+ /**
25942
+ * Controls how the last payment is refunded on immediate cancellation. 'prorated' refunds the unused portion, 'full' refunds the entire last payment.
25943
+ */
25944
+ type PreviewUpdateRefundLastPayment = ClosedEnum<typeof PreviewUpdateRefundLastPayment>;
25262
25945
  /**
25263
25946
  * Controls whether balances should be recalculated during the subscription update.
25264
25947
  */
@@ -25338,6 +26021,10 @@ type PreviewUpdateParams = {
25338
26021
  * If true, the subscription is updated internally without applying billing changes in Stripe.
25339
26022
  */
25340
26023
  noBillingChanges?: boolean | undefined;
26024
+ /**
26025
+ * Controls how the last payment is refunded on immediate cancellation. 'prorated' refunds the unused portion, 'full' refunds the entire last payment.
26026
+ */
26027
+ refundLastPayment?: PreviewUpdateRefundLastPayment | undefined;
25341
26028
  /**
25342
26029
  * Controls whether balances should be recalculated during the subscription update.
25343
26030
  */
@@ -25939,6 +26626,7 @@ type PreviewUpdateSpendLimit$Outbound = {
25939
26626
  enabled: boolean;
25940
26627
  limit_type?: string | undefined;
25941
26628
  overage_limit?: number | undefined;
26629
+ skip_overage_billing?: boolean | undefined;
25942
26630
  };
25943
26631
  /** @internal */
25944
26632
  declare const PreviewUpdateSpendLimit$outboundSchema: z$1.ZodMiniType<PreviewUpdateSpendLimit$Outbound, PreviewUpdateSpendLimit>;
@@ -25946,11 +26634,26 @@ declare function previewUpdateSpendLimitToJSON(previewUpdateSpendLimit: PreviewU
25946
26634
  /** @internal */
25947
26635
  declare const PreviewUpdateUsageLimitInterval$outboundSchema: z$1.ZodMiniEnum<typeof PreviewUpdateUsageLimitInterval>;
25948
26636
  /** @internal */
26637
+ type PreviewUpdateProperties$Outbound = string | number | boolean;
26638
+ /** @internal */
26639
+ declare const PreviewUpdateProperties$outboundSchema: z$1.ZodMiniType<PreviewUpdateProperties$Outbound, PreviewUpdateProperties>;
26640
+ declare function previewUpdatePropertiesToJSON(previewUpdateProperties: PreviewUpdateProperties): string;
26641
+ /** @internal */
26642
+ type PreviewUpdateFilter$Outbound = {
26643
+ properties: {
26644
+ [k: string]: string | number | boolean;
26645
+ };
26646
+ };
26647
+ /** @internal */
26648
+ declare const PreviewUpdateFilter$outboundSchema: z$1.ZodMiniType<PreviewUpdateFilter$Outbound, PreviewUpdateFilter>;
26649
+ declare function previewUpdateFilterToJSON(previewUpdateFilter: PreviewUpdateFilter): string;
26650
+ /** @internal */
25949
26651
  type PreviewUpdateUsageLimit$Outbound = {
25950
26652
  feature_id: string;
25951
26653
  enabled: boolean;
25952
26654
  limit: number;
25953
26655
  interval: string;
26656
+ filter?: PreviewUpdateFilter$Outbound | undefined;
25954
26657
  };
25955
26658
  /** @internal */
25956
26659
  declare const PreviewUpdateUsageLimit$outboundSchema: z$1.ZodMiniType<PreviewUpdateUsageLimit$Outbound, PreviewUpdateUsageLimit>;
@@ -26025,6 +26728,8 @@ declare function previewUpdateAttachDiscountToJSON(previewUpdateAttachDiscount:
26025
26728
  /** @internal */
26026
26729
  declare const PreviewUpdateCancelAction$outboundSchema: z$1.ZodMiniEnum<typeof PreviewUpdateCancelAction>;
26027
26730
  /** @internal */
26731
+ declare const PreviewUpdateRefundLastPayment$outboundSchema: z$1.ZodMiniEnum<typeof PreviewUpdateRefundLastPayment>;
26732
+ /** @internal */
26028
26733
  type PreviewUpdateRecalculateBalances$Outbound = {
26029
26734
  enabled: boolean;
26030
26735
  };
@@ -26055,6 +26760,7 @@ type PreviewUpdateParams$Outbound = {
26055
26760
  cancel_action?: string | undefined;
26056
26761
  billing_cycle_anchor?: "now" | undefined;
26057
26762
  no_billing_changes?: boolean | undefined;
26763
+ refund_last_payment?: string | undefined;
26058
26764
  recalculate_balances?: PreviewUpdateRecalculateBalances$Outbound | undefined;
26059
26765
  carry_over_usages?: PreviewUpdateCarryOverUsages$Outbound | undefined;
26060
26766
  };
@@ -26957,6 +27663,10 @@ type SetupPaymentSpendLimit = {
26957
27663
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
26958
27664
  */
26959
27665
  overageLimit?: number | undefined;
27666
+ /**
27667
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
27668
+ */
27669
+ skipOverageBilling?: boolean | undefined;
26960
27670
  };
26961
27671
  /**
26962
27672
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -26971,6 +27681,15 @@ declare const SetupPaymentUsageLimitInterval: {
26971
27681
  * Interval for the cap, aligned to the customer's billing cycle.
26972
27682
  */
26973
27683
  type SetupPaymentUsageLimitInterval = ClosedEnum<typeof SetupPaymentUsageLimitInterval>;
27684
+ type SetupPaymentProperties = string | number | boolean;
27685
+ /**
27686
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
27687
+ */
27688
+ type SetupPaymentFilter = {
27689
+ properties: {
27690
+ [k: string]: string | number | boolean;
27691
+ };
27692
+ };
26974
27693
  type SetupPaymentUsageLimit = {
26975
27694
  /**
26976
27695
  * The feature this usage limit applies to.
@@ -26988,6 +27707,10 @@ type SetupPaymentUsageLimit = {
26988
27707
  * Interval for the cap, aligned to the customer's billing cycle.
26989
27708
  */
26990
27709
  interval: SetupPaymentUsageLimitInterval;
27710
+ /**
27711
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
27712
+ */
27713
+ filter?: SetupPaymentFilter | undefined;
26991
27714
  };
26992
27715
  /**
26993
27716
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -27507,6 +28230,7 @@ type SetupPaymentSpendLimit$Outbound = {
27507
28230
  enabled: boolean;
27508
28231
  limit_type?: string | undefined;
27509
28232
  overage_limit?: number | undefined;
28233
+ skip_overage_billing?: boolean | undefined;
27510
28234
  };
27511
28235
  /** @internal */
27512
28236
  declare const SetupPaymentSpendLimit$outboundSchema: z$1.ZodMiniType<SetupPaymentSpendLimit$Outbound, SetupPaymentSpendLimit>;
@@ -27514,11 +28238,26 @@ declare function setupPaymentSpendLimitToJSON(setupPaymentSpendLimit: SetupPayme
27514
28238
  /** @internal */
27515
28239
  declare const SetupPaymentUsageLimitInterval$outboundSchema: z$1.ZodMiniEnum<typeof SetupPaymentUsageLimitInterval>;
27516
28240
  /** @internal */
28241
+ type SetupPaymentProperties$Outbound = string | number | boolean;
28242
+ /** @internal */
28243
+ declare const SetupPaymentProperties$outboundSchema: z$1.ZodMiniType<SetupPaymentProperties$Outbound, SetupPaymentProperties>;
28244
+ declare function setupPaymentPropertiesToJSON(setupPaymentProperties: SetupPaymentProperties): string;
28245
+ /** @internal */
28246
+ type SetupPaymentFilter$Outbound = {
28247
+ properties: {
28248
+ [k: string]: string | number | boolean;
28249
+ };
28250
+ };
28251
+ /** @internal */
28252
+ declare const SetupPaymentFilter$outboundSchema: z$1.ZodMiniType<SetupPaymentFilter$Outbound, SetupPaymentFilter>;
28253
+ declare function setupPaymentFilterToJSON(setupPaymentFilter: SetupPaymentFilter): string;
28254
+ /** @internal */
27517
28255
  type SetupPaymentUsageLimit$Outbound = {
27518
28256
  feature_id: string;
27519
28257
  enabled: boolean;
27520
28258
  limit: number;
27521
28259
  interval: string;
28260
+ filter?: SetupPaymentFilter$Outbound | undefined;
27522
28261
  };
27523
28262
  /** @internal */
27524
28263
  declare const SetupPaymentUsageLimit$outboundSchema: z$1.ZodMiniType<SetupPaymentUsageLimit$Outbound, SetupPaymentUsageLimit>;
@@ -28494,6 +29233,10 @@ type UpdateCustomerSpendLimitRequest = {
28494
29233
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
28495
29234
  */
28496
29235
  overageLimit?: number | undefined;
29236
+ /**
29237
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
29238
+ */
29239
+ skipOverageBilling?: boolean | undefined;
28497
29240
  };
28498
29241
  /**
28499
29242
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -28508,6 +29251,15 @@ declare const UpdateCustomerUsageLimitIntervalRequestBody: {
28508
29251
  * Interval for the cap, aligned to the customer's billing cycle.
28509
29252
  */
28510
29253
  type UpdateCustomerUsageLimitIntervalRequestBody = ClosedEnum<typeof UpdateCustomerUsageLimitIntervalRequestBody>;
29254
+ type UpdateCustomerProperties = string | number | boolean;
29255
+ /**
29256
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
29257
+ */
29258
+ type UpdateCustomerFilterRequest = {
29259
+ properties: {
29260
+ [k: string]: string | number | boolean;
29261
+ };
29262
+ };
28511
29263
  type UpdateCustomerUsageLimitRequest = {
28512
29264
  /**
28513
29265
  * The feature this usage limit applies to.
@@ -28525,6 +29277,10 @@ type UpdateCustomerUsageLimitRequest = {
28525
29277
  * Interval for the cap, aligned to the customer's billing cycle.
28526
29278
  */
28527
29279
  interval: UpdateCustomerUsageLimitIntervalRequestBody;
29280
+ /**
29281
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
29282
+ */
29283
+ filter?: UpdateCustomerFilterRequest | undefined;
28528
29284
  };
28529
29285
  /**
28530
29286
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -28778,6 +29534,10 @@ type UpdateCustomerSpendLimitResponse = {
28778
29534
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
28779
29535
  */
28780
29536
  overageLimit?: number | undefined;
29537
+ /**
29538
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
29539
+ */
29540
+ skipOverageBilling?: boolean | undefined;
28781
29541
  };
28782
29542
  /**
28783
29543
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -28792,6 +29552,14 @@ declare const UpdateCustomerUsageLimitIntervalResponse: {
28792
29552
  * Interval for the cap, aligned to the customer's billing cycle.
28793
29553
  */
28794
29554
  type UpdateCustomerUsageLimitIntervalResponse = OpenEnum<typeof UpdateCustomerUsageLimitIntervalResponse>;
29555
+ /**
29556
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
29557
+ */
29558
+ type UpdateCustomerFilterResponse = {
29559
+ properties: {
29560
+ [k: string]: any;
29561
+ };
29562
+ };
28795
29563
  type UpdateCustomerUsageLimitResponse = {
28796
29564
  /**
28797
29565
  * The feature this usage limit applies to.
@@ -28809,6 +29577,10 @@ type UpdateCustomerUsageLimitResponse = {
28809
29577
  * Interval for the cap, aligned to the customer's billing cycle.
28810
29578
  */
28811
29579
  interval: UpdateCustomerUsageLimitIntervalResponse;
29580
+ /**
29581
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
29582
+ */
29583
+ filter?: UpdateCustomerFilterResponse | undefined;
28812
29584
  /**
28813
29585
  * Current usage already consumed in the active interval. Response-only; not stored on billing controls.
28814
29586
  */
@@ -29285,6 +30057,7 @@ type UpdateCustomerSpendLimitRequest$Outbound = {
29285
30057
  enabled: boolean;
29286
30058
  limit_type?: string | undefined;
29287
30059
  overage_limit?: number | undefined;
30060
+ skip_overage_billing?: boolean | undefined;
29288
30061
  };
29289
30062
  /** @internal */
29290
30063
  declare const UpdateCustomerSpendLimitRequest$outboundSchema: z$1.ZodMiniType<UpdateCustomerSpendLimitRequest$Outbound, UpdateCustomerSpendLimitRequest>;
@@ -29292,11 +30065,26 @@ declare function updateCustomerSpendLimitRequestToJSON(updateCustomerSpendLimitR
29292
30065
  /** @internal */
29293
30066
  declare const UpdateCustomerUsageLimitIntervalRequestBody$outboundSchema: z$1.ZodMiniEnum<typeof UpdateCustomerUsageLimitIntervalRequestBody>;
29294
30067
  /** @internal */
30068
+ type UpdateCustomerProperties$Outbound = string | number | boolean;
30069
+ /** @internal */
30070
+ declare const UpdateCustomerProperties$outboundSchema: z$1.ZodMiniType<UpdateCustomerProperties$Outbound, UpdateCustomerProperties>;
30071
+ declare function updateCustomerPropertiesToJSON(updateCustomerProperties: UpdateCustomerProperties): string;
30072
+ /** @internal */
30073
+ type UpdateCustomerFilterRequest$Outbound = {
30074
+ properties: {
30075
+ [k: string]: string | number | boolean;
30076
+ };
30077
+ };
30078
+ /** @internal */
30079
+ declare const UpdateCustomerFilterRequest$outboundSchema: z$1.ZodMiniType<UpdateCustomerFilterRequest$Outbound, UpdateCustomerFilterRequest>;
30080
+ declare function updateCustomerFilterRequestToJSON(updateCustomerFilterRequest: UpdateCustomerFilterRequest): string;
30081
+ /** @internal */
29295
30082
  type UpdateCustomerUsageLimitRequest$Outbound = {
29296
30083
  feature_id: string;
29297
30084
  enabled: boolean;
29298
30085
  limit: number;
29299
30086
  interval: string;
30087
+ filter?: UpdateCustomerFilterRequest$Outbound | undefined;
29300
30088
  };
29301
30089
  /** @internal */
29302
30090
  declare const UpdateCustomerUsageLimitRequest$outboundSchema: z$1.ZodMiniType<UpdateCustomerUsageLimitRequest$Outbound, UpdateCustomerUsageLimitRequest>;
@@ -29385,6 +30173,9 @@ declare function updateCustomerSpendLimitResponseFromJSON(jsonString: string): R
29385
30173
  /** @internal */
29386
30174
  declare const UpdateCustomerUsageLimitIntervalResponse$inboundSchema: z$1.ZodMiniType<UpdateCustomerUsageLimitIntervalResponse, unknown>;
29387
30175
  /** @internal */
30176
+ declare const UpdateCustomerFilterResponse$inboundSchema: z$1.ZodMiniType<UpdateCustomerFilterResponse, unknown>;
30177
+ declare function updateCustomerFilterResponseFromJSON(jsonString: string): Result$1<UpdateCustomerFilterResponse, SDKValidationError>;
30178
+ /** @internal */
29388
30179
  declare const UpdateCustomerUsageLimitResponse$inboundSchema: z$1.ZodMiniType<UpdateCustomerUsageLimitResponse, unknown>;
29389
30180
  declare function updateCustomerUsageLimitResponseFromJSON(jsonString: string): Result$1<UpdateCustomerUsageLimitResponse, SDKValidationError>;
29390
30181
  /** @internal */
@@ -29480,6 +30271,10 @@ type UpdateEntitySpendLimitRequest = {
29480
30271
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
29481
30272
  */
29482
30273
  overageLimit?: number | undefined;
30274
+ /**
30275
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
30276
+ */
30277
+ skipOverageBilling?: boolean | undefined;
29483
30278
  };
29484
30279
  /**
29485
30280
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -29494,6 +30289,15 @@ declare const UpdateEntityIntervalRequestBody: {
29494
30289
  * Interval for the cap, aligned to the customer's billing cycle.
29495
30290
  */
29496
30291
  type UpdateEntityIntervalRequestBody = ClosedEnum<typeof UpdateEntityIntervalRequestBody>;
30292
+ type UpdateEntityProperties = string | number | boolean;
30293
+ /**
30294
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
30295
+ */
30296
+ type UpdateEntityFilterRequest = {
30297
+ properties: {
30298
+ [k: string]: string | number | boolean;
30299
+ };
30300
+ };
29497
30301
  type UpdateEntityUsageLimitRequest = {
29498
30302
  /**
29499
30303
  * The feature this usage limit applies to.
@@ -29511,6 +30315,10 @@ type UpdateEntityUsageLimitRequest = {
29511
30315
  * Interval for the cap, aligned to the customer's billing cycle.
29512
30316
  */
29513
30317
  interval: UpdateEntityIntervalRequestBody;
30318
+ /**
30319
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
30320
+ */
30321
+ filter?: UpdateEntityFilterRequest | undefined;
29514
30322
  };
29515
30323
  /**
29516
30324
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -29865,6 +30673,10 @@ type UpdateEntitySpendLimitResponse = {
29865
30673
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
29866
30674
  */
29867
30675
  overageLimit?: number | undefined;
30676
+ /**
30677
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
30678
+ */
30679
+ skipOverageBilling?: boolean | undefined;
29868
30680
  };
29869
30681
  /**
29870
30682
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -29879,6 +30691,14 @@ declare const UpdateEntityIntervalResponse: {
29879
30691
  * Interval for the cap, aligned to the customer's billing cycle.
29880
30692
  */
29881
30693
  type UpdateEntityIntervalResponse = OpenEnum<typeof UpdateEntityIntervalResponse>;
30694
+ /**
30695
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
30696
+ */
30697
+ type UpdateEntityFilterResponse = {
30698
+ properties: {
30699
+ [k: string]: any;
30700
+ };
30701
+ };
29882
30702
  type UpdateEntityUsageLimitResponse = {
29883
30703
  /**
29884
30704
  * The feature this usage limit applies to.
@@ -29896,6 +30716,10 @@ type UpdateEntityUsageLimitResponse = {
29896
30716
  * Interval for the cap, aligned to the customer's billing cycle.
29897
30717
  */
29898
30718
  interval: UpdateEntityIntervalResponse;
30719
+ /**
30720
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
30721
+ */
30722
+ filter?: UpdateEntityFilterResponse | undefined;
29899
30723
  /**
29900
30724
  * Current usage already consumed in the active interval. Response-only; not stored on billing controls.
29901
30725
  */
@@ -30065,6 +30889,7 @@ type UpdateEntitySpendLimitRequest$Outbound = {
30065
30889
  enabled: boolean;
30066
30890
  limit_type?: string | undefined;
30067
30891
  overage_limit?: number | undefined;
30892
+ skip_overage_billing?: boolean | undefined;
30068
30893
  };
30069
30894
  /** @internal */
30070
30895
  declare const UpdateEntitySpendLimitRequest$outboundSchema: z$1.ZodMiniType<UpdateEntitySpendLimitRequest$Outbound, UpdateEntitySpendLimitRequest>;
@@ -30072,11 +30897,26 @@ declare function updateEntitySpendLimitRequestToJSON(updateEntitySpendLimitReque
30072
30897
  /** @internal */
30073
30898
  declare const UpdateEntityIntervalRequestBody$outboundSchema: z$1.ZodMiniEnum<typeof UpdateEntityIntervalRequestBody>;
30074
30899
  /** @internal */
30900
+ type UpdateEntityProperties$Outbound = string | number | boolean;
30901
+ /** @internal */
30902
+ declare const UpdateEntityProperties$outboundSchema: z$1.ZodMiniType<UpdateEntityProperties$Outbound, UpdateEntityProperties>;
30903
+ declare function updateEntityPropertiesToJSON(updateEntityProperties: UpdateEntityProperties): string;
30904
+ /** @internal */
30905
+ type UpdateEntityFilterRequest$Outbound = {
30906
+ properties: {
30907
+ [k: string]: string | number | boolean;
30908
+ };
30909
+ };
30910
+ /** @internal */
30911
+ declare const UpdateEntityFilterRequest$outboundSchema: z$1.ZodMiniType<UpdateEntityFilterRequest$Outbound, UpdateEntityFilterRequest>;
30912
+ declare function updateEntityFilterRequestToJSON(updateEntityFilterRequest: UpdateEntityFilterRequest): string;
30913
+ /** @internal */
30075
30914
  type UpdateEntityUsageLimitRequest$Outbound = {
30076
30915
  feature_id: string;
30077
30916
  enabled: boolean;
30078
30917
  limit: number;
30079
30918
  interval: string;
30919
+ filter?: UpdateEntityFilterRequest$Outbound | undefined;
30080
30920
  };
30081
30921
  /** @internal */
30082
30922
  declare const UpdateEntityUsageLimitRequest$outboundSchema: z$1.ZodMiniType<UpdateEntityUsageLimitRequest$Outbound, UpdateEntityUsageLimitRequest>;
@@ -30163,6 +31003,9 @@ declare function updateEntitySpendLimitResponseFromJSON(jsonString: string): Res
30163
31003
  /** @internal */
30164
31004
  declare const UpdateEntityIntervalResponse$inboundSchema: z$1.ZodMiniType<UpdateEntityIntervalResponse, unknown>;
30165
31005
  /** @internal */
31006
+ declare const UpdateEntityFilterResponse$inboundSchema: z$1.ZodMiniType<UpdateEntityFilterResponse, unknown>;
31007
+ declare function updateEntityFilterResponseFromJSON(jsonString: string): Result$1<UpdateEntityFilterResponse, SDKValidationError>;
31008
+ /** @internal */
30166
31009
  declare const UpdateEntityUsageLimitResponse$inboundSchema: z$1.ZodMiniType<UpdateEntityUsageLimitResponse, unknown>;
30167
31010
  declare function updateEntityUsageLimitResponseFromJSON(jsonString: string): Result$1<UpdateEntityUsageLimitResponse, SDKValidationError>;
30168
31011
  /** @internal */
@@ -30821,6 +31664,10 @@ type UpdatePlanSpendLimitRequest = {
30821
31664
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
30822
31665
  */
30823
31666
  overageLimit?: number | undefined;
31667
+ /**
31668
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
31669
+ */
31670
+ skipOverageBilling?: boolean | undefined;
30824
31671
  };
30825
31672
  /**
30826
31673
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -30835,6 +31682,15 @@ declare const UpdatePlanUsageLimitIntervalRequestBody: {
30835
31682
  * Interval for the cap, aligned to the customer's billing cycle.
30836
31683
  */
30837
31684
  type UpdatePlanUsageLimitIntervalRequestBody = ClosedEnum<typeof UpdatePlanUsageLimitIntervalRequestBody>;
31685
+ type UpdatePlanProperties = string | number | boolean;
31686
+ /**
31687
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
31688
+ */
31689
+ type UpdatePlanFilterRequest = {
31690
+ properties: {
31691
+ [k: string]: string | number | boolean;
31692
+ };
31693
+ };
30838
31694
  type UpdatePlanUsageLimitRequest = {
30839
31695
  /**
30840
31696
  * The feature this usage limit applies to.
@@ -30852,6 +31708,10 @@ type UpdatePlanUsageLimitRequest = {
30852
31708
  * Interval for the cap, aligned to the customer's billing cycle.
30853
31709
  */
30854
31710
  interval: UpdatePlanUsageLimitIntervalRequestBody;
31711
+ /**
31712
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
31713
+ */
31714
+ filter?: UpdatePlanFilterRequest | undefined;
30855
31715
  };
30856
31716
  /**
30857
31717
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -31351,6 +32211,10 @@ type VariantSpendLimit = {
31351
32211
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
31352
32212
  */
31353
32213
  overageLimit?: number | undefined;
32214
+ /**
32215
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
32216
+ */
32217
+ skipOverageBilling?: boolean | undefined;
31354
32218
  };
31355
32219
  /**
31356
32220
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -31365,6 +32229,15 @@ declare const VariantUsageLimitInterval: {
31365
32229
  * Interval for the cap, aligned to the customer's billing cycle.
31366
32230
  */
31367
32231
  type VariantUsageLimitInterval = ClosedEnum<typeof VariantUsageLimitInterval>;
32232
+ type VariantProperties = string | number | boolean;
32233
+ /**
32234
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
32235
+ */
32236
+ type VariantFilter = {
32237
+ properties: {
32238
+ [k: string]: string | number | boolean;
32239
+ };
32240
+ };
31368
32241
  type VariantUsageLimit = {
31369
32242
  /**
31370
32243
  * The feature this usage limit applies to.
@@ -31382,6 +32255,10 @@ type VariantUsageLimit = {
31382
32255
  * Interval for the cap, aligned to the customer's billing cycle.
31383
32256
  */
31384
32257
  interval: VariantUsageLimitInterval;
32258
+ /**
32259
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
32260
+ */
32261
+ filter?: VariantFilter | undefined;
31385
32262
  };
31386
32263
  /**
31387
32264
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -32348,6 +33225,10 @@ type UpdatePlanVariantDetailsSpendLimit = {
32348
33225
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
32349
33226
  */
32350
33227
  overageLimit?: number | undefined;
33228
+ /**
33229
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
33230
+ */
33231
+ skipOverageBilling?: boolean | undefined;
32351
33232
  };
32352
33233
  /**
32353
33234
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -32362,6 +33243,14 @@ declare const UpdatePlanVariantDetailsUsageLimitInterval: {
32362
33243
  * Interval for the cap, aligned to the customer's billing cycle.
32363
33244
  */
32364
33245
  type UpdatePlanVariantDetailsUsageLimitInterval = OpenEnum<typeof UpdatePlanVariantDetailsUsageLimitInterval>;
33246
+ /**
33247
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
33248
+ */
33249
+ type UpdatePlanVariantDetailsFilter = {
33250
+ properties: {
33251
+ [k: string]: any;
33252
+ };
33253
+ };
32365
33254
  type UpdatePlanVariantDetailsUsageLimit = {
32366
33255
  /**
32367
33256
  * The feature this usage limit applies to.
@@ -32379,6 +33268,10 @@ type UpdatePlanVariantDetailsUsageLimit = {
32379
33268
  * Interval for the cap, aligned to the customer's billing cycle.
32380
33269
  */
32381
33270
  interval: UpdatePlanVariantDetailsUsageLimitInterval;
33271
+ /**
33272
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
33273
+ */
33274
+ filter?: UpdatePlanVariantDetailsFilter | undefined;
32382
33275
  };
32383
33276
  /**
32384
33277
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -32581,6 +33474,10 @@ type UpdatePlanSpendLimitResponse = {
32581
33474
  * Overage cap for the feature: absolute units, or a percent (e.g. 120) when limit_type is usage_percentage.
32582
33475
  */
32583
33476
  overageLimit?: number | undefined;
33477
+ /**
33478
+ * When true, overage for this feature is not posted to Stripe. Usage tracking and balance resets still behave normally.
33479
+ */
33480
+ skipOverageBilling?: boolean | undefined;
32584
33481
  };
32585
33482
  /**
32586
33483
  * Interval for the cap, aligned to the customer's billing cycle.
@@ -32595,6 +33492,14 @@ declare const UpdatePlanUsageLimitIntervalResponse: {
32595
33492
  * Interval for the cap, aligned to the customer's billing cycle.
32596
33493
  */
32597
33494
  type UpdatePlanUsageLimitIntervalResponse = OpenEnum<typeof UpdatePlanUsageLimitIntervalResponse>;
33495
+ /**
33496
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
33497
+ */
33498
+ type UpdatePlanFilterResponse = {
33499
+ properties: {
33500
+ [k: string]: any;
33501
+ };
33502
+ };
32598
33503
  type UpdatePlanUsageLimitResponse = {
32599
33504
  /**
32600
33505
  * The feature this usage limit applies to.
@@ -32612,6 +33517,10 @@ type UpdatePlanUsageLimitResponse = {
32612
33517
  * Interval for the cap, aligned to the customer's billing cycle.
32613
33518
  */
32614
33519
  interval: UpdatePlanUsageLimitIntervalResponse;
33520
+ /**
33521
+ * When set, only usage from events whose properties match counts toward this cap. Omit to count all usage of the feature.
33522
+ */
33523
+ filter?: UpdatePlanFilterResponse | undefined;
32615
33524
  };
32616
33525
  /**
32617
33526
  * Whether the threshold is an absolute count or a percentage of the usage allowance or remaining balance.
@@ -32954,6 +33863,7 @@ type UpdatePlanSpendLimitRequest$Outbound = {
32954
33863
  enabled: boolean;
32955
33864
  limit_type?: string | undefined;
32956
33865
  overage_limit?: number | undefined;
33866
+ skip_overage_billing?: boolean | undefined;
32957
33867
  };
32958
33868
  /** @internal */
32959
33869
  declare const UpdatePlanSpendLimitRequest$outboundSchema: z$1.ZodMiniType<UpdatePlanSpendLimitRequest$Outbound, UpdatePlanSpendLimitRequest>;
@@ -32961,11 +33871,26 @@ declare function updatePlanSpendLimitRequestToJSON(updatePlanSpendLimitRequest:
32961
33871
  /** @internal */
32962
33872
  declare const UpdatePlanUsageLimitIntervalRequestBody$outboundSchema: z$1.ZodMiniEnum<typeof UpdatePlanUsageLimitIntervalRequestBody>;
32963
33873
  /** @internal */
33874
+ type UpdatePlanProperties$Outbound = string | number | boolean;
33875
+ /** @internal */
33876
+ declare const UpdatePlanProperties$outboundSchema: z$1.ZodMiniType<UpdatePlanProperties$Outbound, UpdatePlanProperties>;
33877
+ declare function updatePlanPropertiesToJSON(updatePlanProperties: UpdatePlanProperties): string;
33878
+ /** @internal */
33879
+ type UpdatePlanFilterRequest$Outbound = {
33880
+ properties: {
33881
+ [k: string]: string | number | boolean;
33882
+ };
33883
+ };
33884
+ /** @internal */
33885
+ declare const UpdatePlanFilterRequest$outboundSchema: z$1.ZodMiniType<UpdatePlanFilterRequest$Outbound, UpdatePlanFilterRequest>;
33886
+ declare function updatePlanFilterRequestToJSON(updatePlanFilterRequest: UpdatePlanFilterRequest): string;
33887
+ /** @internal */
32964
33888
  type UpdatePlanUsageLimitRequest$Outbound = {
32965
33889
  feature_id: string;
32966
33890
  enabled: boolean;
32967
33891
  limit: number;
32968
33892
  interval: string;
33893
+ filter?: UpdatePlanFilterRequest$Outbound | undefined;
32969
33894
  };
32970
33895
  /** @internal */
32971
33896
  declare const UpdatePlanUsageLimitRequest$outboundSchema: z$1.ZodMiniType<UpdatePlanUsageLimitRequest$Outbound, UpdatePlanUsageLimitRequest>;
@@ -33168,6 +34093,7 @@ type VariantSpendLimit$Outbound = {
33168
34093
  enabled: boolean;
33169
34094
  limit_type?: string | undefined;
33170
34095
  overage_limit?: number | undefined;
34096
+ skip_overage_billing?: boolean | undefined;
33171
34097
  };
33172
34098
  /** @internal */
33173
34099
  declare const VariantSpendLimit$outboundSchema: z$1.ZodMiniType<VariantSpendLimit$Outbound, VariantSpendLimit>;
@@ -33175,11 +34101,26 @@ declare function variantSpendLimitToJSON(variantSpendLimit: VariantSpendLimit):
33175
34101
  /** @internal */
33176
34102
  declare const VariantUsageLimitInterval$outboundSchema: z$1.ZodMiniEnum<typeof VariantUsageLimitInterval>;
33177
34103
  /** @internal */
34104
+ type VariantProperties$Outbound = string | number | boolean;
34105
+ /** @internal */
34106
+ declare const VariantProperties$outboundSchema: z$1.ZodMiniType<VariantProperties$Outbound, VariantProperties>;
34107
+ declare function variantPropertiesToJSON(variantProperties: VariantProperties): string;
34108
+ /** @internal */
34109
+ type VariantFilter$Outbound = {
34110
+ properties: {
34111
+ [k: string]: string | number | boolean;
34112
+ };
34113
+ };
34114
+ /** @internal */
34115
+ declare const VariantFilter$outboundSchema: z$1.ZodMiniType<VariantFilter$Outbound, VariantFilter>;
34116
+ declare function variantFilterToJSON(variantFilter: VariantFilter): string;
34117
+ /** @internal */
33178
34118
  type VariantUsageLimit$Outbound = {
33179
34119
  feature_id: string;
33180
34120
  enabled: boolean;
33181
34121
  limit: number;
33182
34122
  interval: string;
34123
+ filter?: VariantFilter$Outbound | undefined;
33183
34124
  };
33184
34125
  /** @internal */
33185
34126
  declare const VariantUsageLimit$outboundSchema: z$1.ZodMiniType<VariantUsageLimit$Outbound, VariantUsageLimit>;
@@ -33413,6 +34354,9 @@ declare function updatePlanVariantDetailsSpendLimitFromJSON(jsonString: string):
33413
34354
  /** @internal */
33414
34355
  declare const UpdatePlanVariantDetailsUsageLimitInterval$inboundSchema: z$1.ZodMiniType<UpdatePlanVariantDetailsUsageLimitInterval, unknown>;
33415
34356
  /** @internal */
34357
+ declare const UpdatePlanVariantDetailsFilter$inboundSchema: z$1.ZodMiniType<UpdatePlanVariantDetailsFilter, unknown>;
34358
+ declare function updatePlanVariantDetailsFilterFromJSON(jsonString: string): Result$1<UpdatePlanVariantDetailsFilter, SDKValidationError>;
34359
+ /** @internal */
33416
34360
  declare const UpdatePlanVariantDetailsUsageLimit$inboundSchema: z$1.ZodMiniType<UpdatePlanVariantDetailsUsageLimit, unknown>;
33417
34361
  declare function updatePlanVariantDetailsUsageLimitFromJSON(jsonString: string): Result$1<UpdatePlanVariantDetailsUsageLimit, SDKValidationError>;
33418
34362
  /** @internal */
@@ -33451,6 +34395,9 @@ declare function updatePlanSpendLimitResponseFromJSON(jsonString: string): Resul
33451
34395
  /** @internal */
33452
34396
  declare const UpdatePlanUsageLimitIntervalResponse$inboundSchema: z$1.ZodMiniType<UpdatePlanUsageLimitIntervalResponse, unknown>;
33453
34397
  /** @internal */
34398
+ declare const UpdatePlanFilterResponse$inboundSchema: z$1.ZodMiniType<UpdatePlanFilterResponse, unknown>;
34399
+ declare function updatePlanFilterResponseFromJSON(jsonString: string): Result$1<UpdatePlanFilterResponse, SDKValidationError>;
34400
+ /** @internal */
33454
34401
  declare const UpdatePlanUsageLimitResponse$inboundSchema: z$1.ZodMiniType<UpdatePlanUsageLimitResponse, unknown>;
33455
34402
  declare function updatePlanUsageLimitResponseFromJSON(jsonString: string): Result$1<UpdatePlanUsageLimitResponse, SDKValidationError>;
33456
34403
  /** @internal */
@@ -33727,7 +34674,7 @@ declare class Billing extends ClientSDK {
33727
34674
  * @example
33728
34675
  * ```typescript
33729
34676
  * // Schedule a transition from a trial plan to a paid plan
33730
- * const response = await client.billing.createSchedule({ customerId: "cus_123", phases: [{"startsAt":1783265198891,"plans":[{"planId":"trial_plan"}]},{"startsAt":1784474798891,"plans":[{"planId":"pro_plan"}]}] });
34677
+ * const response = await client.billing.createSchedule({ customerId: "cus_123", phases: [{"startsAt":1783539171816,"plans":[{"planId":"trial_plan"}]},{"startsAt":1784748771816,"plans":[{"planId":"pro_plan"}]}] });
33731
34678
  * ```
33732
34679
  *
33733
34680
  * @param customerId - The ID of the customer to create the schedule for.
@@ -33888,6 +34835,7 @@ declare class Billing extends ClientSDK {
33888
34835
  * @param cancelAction - Action to perform for cancellation. 'cancel_immediately' cancels now with prorated refund, 'cancel_end_of_cycle' cancels at period end, 'uncancel' reverses a pending cancellation. (optional)
33889
34836
  * @param billingCycleAnchor - Reset the billing cycle anchor immediately with 'now' (optional)
33890
34837
  * @param noBillingChanges - If true, the subscription is updated internally without applying billing changes in Stripe. (optional)
34838
+ * @param refundLastPayment - Controls how the last payment is refunded on immediate cancellation. 'prorated' refunds the unused portion, 'full' refunds the entire last payment. (optional)
33891
34839
  * @param recalculateBalances - Controls whether balances should be recalculated during the subscription update. (optional)
33892
34840
  * @param carryOverUsages - Whether to carry over usages from the previous plan. (optional)
33893
34841
  *
@@ -33919,6 +34867,7 @@ declare class Billing extends ClientSDK {
33919
34867
  * @param cancelAction - Action to perform for cancellation. 'cancel_immediately' cancels now with prorated refund, 'cancel_end_of_cycle' cancels at period end, 'uncancel' reverses a pending cancellation. (optional)
33920
34868
  * @param billingCycleAnchor - Reset the billing cycle anchor immediately with 'now' (optional)
33921
34869
  * @param noBillingChanges - If true, the subscription is updated internally without applying billing changes in Stripe. (optional)
34870
+ * @param refundLastPayment - Controls how the last payment is refunded on immediate cancellation. 'prorated' refunds the unused portion, 'full' refunds the entire last payment. (optional)
33922
34871
  * @param recalculateBalances - Controls whether balances should be recalculated during the subscription update. (optional)
33923
34872
  * @param carryOverUsages - Whether to carry over usages from the previous plan. (optional)
33924
34873
  *
@@ -34718,4 +35667,4 @@ declare namespace index {
34718
35667
  export { type index_ClosedEnum as ClosedEnum, type index_OpenEnum as OpenEnum, type index_PageIterator as PageIterator, type index_Paginator as Paginator, index_RFCDate as RFCDate, type Result$1 as Result, type index_Unrecognized as Unrecognized, index_bigint as bigint, index_blobLikeSchema as blobLikeSchema, index_boolean as boolean, index_createPageIterator as createPageIterator, index_date as date, index_defaultToZeroValue as defaultToZeroValue, index_isBlobLike as isBlobLike, index_literal as literal, index_literalBigInt as literalBigInt, index_nullable as nullable, index_number as number, index_optional as optional, index_startCountingDefaultToZeroValue as startCountingDefaultToZeroValue, index_startCountingUnrecognized as startCountingUnrecognized, index_string as string, index_unrecognized as unrecognized };
34719
35668
  }
34720
35669
 
34721
- export { type AggregateEventsCustomRange, type AggregateEventsCustomRange$Outbound, AggregateEventsCustomRange$outboundSchema, type AggregateEventsFeatureId, type AggregateEventsFeatureId$Outbound, AggregateEventsFeatureId$outboundSchema, type AggregateEventsGlobals, type AggregateEventsList, AggregateEventsList$inboundSchema, type AggregateEventsResponse, AggregateEventsResponse$inboundSchema, type ApiKey, ApiKey$inboundSchema, AttachAction, AttachAction$inboundSchema, AttachAddItemBillingMethod, AttachAddItemBillingMethod$outboundSchema, AttachAddItemExpiryDurationType, AttachAddItemExpiryDurationType$outboundSchema, AttachAddItemOnDecrease, AttachAddItemOnDecrease$outboundSchema, AttachAddItemOnIncrease, AttachAddItemOnIncrease$outboundSchema, type AttachAddItemPlanItem, type AttachAddItemPlanItem$Outbound, AttachAddItemPlanItem$outboundSchema, type AttachAddItemPrice, type AttachAddItemPrice$Outbound, AttachAddItemPrice$outboundSchema, AttachAddItemPriceInterval, AttachAddItemPriceInterval$outboundSchema, type AttachAddItemProration, type AttachAddItemProration$Outbound, AttachAddItemProration$outboundSchema, type AttachAddItemReset, type AttachAddItemReset$Outbound, AttachAddItemReset$outboundSchema, AttachAddItemResetInterval, AttachAddItemResetInterval$outboundSchema, type AttachAddItemRollover, type AttachAddItemRollover$Outbound, AttachAddItemRollover$outboundSchema, type AttachAddItemTier, type AttachAddItemTier$Outbound, AttachAddItemTier$outboundSchema, AttachAddItemTierBehavior, AttachAddItemTierBehavior$outboundSchema, type AttachAddItemTo, type AttachAddItemTo$Outbound, AttachAddItemTo$outboundSchema, type AttachAttachDiscount, type AttachAttachDiscount$Outbound, AttachAttachDiscount$outboundSchema, type AttachAutoTopup, type AttachAutoTopup$Outbound, AttachAutoTopup$outboundSchema, type AttachBasePrice, type AttachBasePrice$Outbound, AttachBasePrice$outboundSchema, type AttachBillingControls, type AttachBillingControls$Outbound, AttachBillingControls$outboundSchema, type AttachCarryOverBalances, type AttachCarryOverBalances$Outbound, AttachCarryOverBalances$outboundSchema, type AttachCarryOverUsages, type AttachCarryOverUsages$Outbound, AttachCarryOverUsages$outboundSchema, AttachCode, AttachCode$inboundSchema, type AttachCustomLineItem, type AttachCustomLineItem$Outbound, AttachCustomLineItem$outboundSchema, type AttachCustomize, type AttachCustomize$Outbound, AttachCustomize$outboundSchema, AttachDurationType, AttachDurationType$outboundSchema, type AttachFeatureQuantity, type AttachFeatureQuantity$Outbound, AttachFeatureQuantity$outboundSchema, type AttachFreeTrialParams, type AttachFreeTrialParams$Outbound, AttachFreeTrialParams$outboundSchema, type AttachGlobals, AttachIntervalRemoveItemEnum1, AttachIntervalRemoveItemEnum1$outboundSchema, AttachIntervalRemoveItemEnum2, AttachIntervalRemoveItemEnum2$outboundSchema, type AttachIntervalUnion, type AttachIntervalUnion$Outbound, AttachIntervalUnion$outboundSchema, type AttachInvoice, AttachInvoice$inboundSchema, type AttachInvoiceMode, type AttachInvoiceMode$Outbound, AttachInvoiceMode$outboundSchema, AttachItemBillingMethod, AttachItemBillingMethod$outboundSchema, AttachItemExpiryDurationType, AttachItemExpiryDurationType$outboundSchema, AttachItemOnDecrease, AttachItemOnDecrease$outboundSchema, AttachItemOnIncrease, AttachItemOnIncrease$outboundSchema, type AttachItemPlanItem, type AttachItemPlanItem$Outbound, AttachItemPlanItem$outboundSchema, type AttachItemPrice, type AttachItemPrice$Outbound, AttachItemPrice$outboundSchema, AttachItemPriceInterval, AttachItemPriceInterval$outboundSchema, type AttachItemProration, type AttachItemProration$Outbound, AttachItemProration$outboundSchema, type AttachItemReset, type AttachItemReset$Outbound, AttachItemReset$outboundSchema, AttachItemResetInterval, AttachItemResetInterval$outboundSchema, type AttachItemRollover, type AttachItemRollover$Outbound, AttachItemRollover$outboundSchema, type AttachItemTier, type AttachItemTier$Outbound, AttachItemTier$outboundSchema, AttachItemTierBehavior, AttachItemTierBehavior$outboundSchema, type AttachItemTo, type AttachItemTo$Outbound, AttachItemTo$outboundSchema, AttachLimitType, AttachLimitType$outboundSchema, AttachOnEnd, AttachOnEnd$outboundSchema, type AttachOverageAllowed, type AttachOverageAllowed$Outbound, AttachOverageAllowed$outboundSchema, type AttachParams, type AttachParams$Outbound, AttachParams$outboundSchema, type AttachPlanItemFilter, type AttachPlanItemFilter$Outbound, AttachPlanItemFilter$outboundSchema, AttachPlanSchedule, AttachPlanSchedule$outboundSchema, AttachPriceInterval, AttachPriceInterval$outboundSchema, AttachProrationBehavior, AttachProrationBehavior$outboundSchema, type AttachPurchaseLimit, type AttachPurchaseLimit$Outbound, AttachPurchaseLimit$outboundSchema, AttachPurchaseLimitInterval, AttachPurchaseLimitInterval$outboundSchema, AttachRedirectMode, AttachRedirectMode$outboundSchema, AttachRemoveItemBillingMethod, AttachRemoveItemBillingMethod$outboundSchema, type AttachRequiredAction, AttachRequiredAction$inboundSchema, type AttachResponse, AttachResponse$inboundSchema, type AttachSpendLimit, type AttachSpendLimit$Outbound, AttachSpendLimit$outboundSchema, AttachThresholdType, AttachThresholdType$outboundSchema, type AttachUsageAlert, type AttachUsageAlert$Outbound, AttachUsageAlert$outboundSchema, type AttachUsageLimit, type AttachUsageLimit$Outbound, AttachUsageLimit$outboundSchema, AttachUsageLimitInterval, AttachUsageLimitInterval$outboundSchema, Autumn, AutumnDefaultError, AutumnError, type Balance, Balance$inboundSchema, BalanceBillingMethod, BalanceBillingMethod$inboundSchema, type BalanceCreditSchema, BalanceCreditSchema$inboundSchema, type BalanceDisplay, BalanceDisplay$inboundSchema, type BalanceFeature, BalanceFeature$inboundSchema, BalanceIntervalEnum, BalanceIntervalEnum$inboundSchema, type BalanceIntervalUnion, BalanceIntervalUnion$inboundSchema, type BalanceModelMarkups, BalanceModelMarkups$inboundSchema, type BalancePrice, BalancePrice$inboundSchema, type BalanceProviderMarkups, BalanceProviderMarkups$inboundSchema, type BalanceReset, BalanceReset$inboundSchema, type BalanceRollover, BalanceRollover$inboundSchema, type BalanceTier, BalanceTier$inboundSchema, BalanceTierBehavior, BalanceTierBehavior$inboundSchema, type BalanceTo, BalanceTo$inboundSchema, BalanceType, BalanceType$inboundSchema, type BasePrice, BasePrice$inboundSchema, type BatchTrackGlobals, type BatchTrackLock, type BatchTrackLock$Outbound, BatchTrackLock$outboundSchema, type BatchTrackResponse, BatchTrackResponse$inboundSchema, type Billable, type Billable$Outbound, Billable$outboundSchema, BillableProcessor, BillableProcessor$outboundSchema, BillingCycleAnchor2, BillingCycleAnchor2$outboundSchema, BillingUpdateAddItemBillingMethod, BillingUpdateAddItemBillingMethod$outboundSchema, BillingUpdateAddItemExpiryDurationType, BillingUpdateAddItemExpiryDurationType$outboundSchema, BillingUpdateAddItemOnDecrease, BillingUpdateAddItemOnDecrease$outboundSchema, BillingUpdateAddItemOnIncrease, BillingUpdateAddItemOnIncrease$outboundSchema, type BillingUpdateAddItemPlanItem, type BillingUpdateAddItemPlanItem$Outbound, BillingUpdateAddItemPlanItem$outboundSchema, type BillingUpdateAddItemPrice, type BillingUpdateAddItemPrice$Outbound, BillingUpdateAddItemPrice$outboundSchema, BillingUpdateAddItemPriceInterval, BillingUpdateAddItemPriceInterval$outboundSchema, type BillingUpdateAddItemProration, type BillingUpdateAddItemProration$Outbound, BillingUpdateAddItemProration$outboundSchema, type BillingUpdateAddItemReset, type BillingUpdateAddItemReset$Outbound, BillingUpdateAddItemReset$outboundSchema, BillingUpdateAddItemResetInterval, BillingUpdateAddItemResetInterval$outboundSchema, type BillingUpdateAddItemRollover, type BillingUpdateAddItemRollover$Outbound, BillingUpdateAddItemRollover$outboundSchema, type BillingUpdateAddItemTier, type BillingUpdateAddItemTier$Outbound, BillingUpdateAddItemTier$outboundSchema, BillingUpdateAddItemTierBehavior, BillingUpdateAddItemTierBehavior$outboundSchema, type BillingUpdateAddItemTo, type BillingUpdateAddItemTo$Outbound, BillingUpdateAddItemTo$outboundSchema, type BillingUpdateAttachDiscount, type BillingUpdateAttachDiscount$Outbound, BillingUpdateAttachDiscount$outboundSchema, type BillingUpdateAutoTopup, type BillingUpdateAutoTopup$Outbound, BillingUpdateAutoTopup$outboundSchema, type BillingUpdateBasePrice, type BillingUpdateBasePrice$Outbound, BillingUpdateBasePrice$outboundSchema, type BillingUpdateBillingControls, type BillingUpdateBillingControls$Outbound, BillingUpdateBillingControls$outboundSchema, BillingUpdateCancelAction, BillingUpdateCancelAction$outboundSchema, type BillingUpdateCarryOverUsages, type BillingUpdateCarryOverUsages$Outbound, BillingUpdateCarryOverUsages$outboundSchema, BillingUpdateCode, BillingUpdateCode$inboundSchema, type BillingUpdateCustomize, type BillingUpdateCustomize$Outbound, BillingUpdateCustomize$outboundSchema, BillingUpdateDurationType, BillingUpdateDurationType$outboundSchema, type BillingUpdateFeatureQuantity, type BillingUpdateFeatureQuantity$Outbound, BillingUpdateFeatureQuantity$outboundSchema, type BillingUpdateFreeTrialParams, type BillingUpdateFreeTrialParams$Outbound, BillingUpdateFreeTrialParams$outboundSchema, type BillingUpdateGlobals, BillingUpdateIntervalRemoveItemEnum1, BillingUpdateIntervalRemoveItemEnum1$outboundSchema, BillingUpdateIntervalRemoveItemEnum2, BillingUpdateIntervalRemoveItemEnum2$outboundSchema, type BillingUpdateIntervalUnion, type BillingUpdateIntervalUnion$Outbound, BillingUpdateIntervalUnion$outboundSchema, type BillingUpdateInvoice, BillingUpdateInvoice$inboundSchema, type BillingUpdateInvoiceMode, type BillingUpdateInvoiceMode$Outbound, BillingUpdateInvoiceMode$outboundSchema, BillingUpdateItemBillingMethod, BillingUpdateItemBillingMethod$outboundSchema, BillingUpdateItemExpiryDurationType, BillingUpdateItemExpiryDurationType$outboundSchema, BillingUpdateItemOnDecrease, BillingUpdateItemOnDecrease$outboundSchema, BillingUpdateItemOnIncrease, BillingUpdateItemOnIncrease$outboundSchema, type BillingUpdateItemPlanItem, type BillingUpdateItemPlanItem$Outbound, BillingUpdateItemPlanItem$outboundSchema, type BillingUpdateItemPrice, type BillingUpdateItemPrice$Outbound, BillingUpdateItemPrice$outboundSchema, BillingUpdateItemPriceInterval, BillingUpdateItemPriceInterval$outboundSchema, type BillingUpdateItemProration, type BillingUpdateItemProration$Outbound, BillingUpdateItemProration$outboundSchema, type BillingUpdateItemReset, type BillingUpdateItemReset$Outbound, BillingUpdateItemReset$outboundSchema, BillingUpdateItemResetInterval, BillingUpdateItemResetInterval$outboundSchema, type BillingUpdateItemRollover, type BillingUpdateItemRollover$Outbound, BillingUpdateItemRollover$outboundSchema, type BillingUpdateItemTier, type BillingUpdateItemTier$Outbound, BillingUpdateItemTier$outboundSchema, BillingUpdateItemTierBehavior, BillingUpdateItemTierBehavior$outboundSchema, type BillingUpdateItemTo, type BillingUpdateItemTo$Outbound, BillingUpdateItemTo$outboundSchema, BillingUpdateLimitType, BillingUpdateLimitType$outboundSchema, BillingUpdateOnEnd, BillingUpdateOnEnd$outboundSchema, type BillingUpdateOverageAllowed, type BillingUpdateOverageAllowed$Outbound, BillingUpdateOverageAllowed$outboundSchema, type BillingUpdatePlanItemFilter, type BillingUpdatePlanItemFilter$Outbound, BillingUpdatePlanItemFilter$outboundSchema, BillingUpdatePriceInterval, BillingUpdatePriceInterval$outboundSchema, BillingUpdateProrationBehavior, BillingUpdateProrationBehavior$outboundSchema, type BillingUpdatePurchaseLimit, type BillingUpdatePurchaseLimit$Outbound, BillingUpdatePurchaseLimit$outboundSchema, BillingUpdatePurchaseLimitInterval, BillingUpdatePurchaseLimitInterval$outboundSchema, type BillingUpdateRecalculateBalances, type BillingUpdateRecalculateBalances$Outbound, BillingUpdateRecalculateBalances$outboundSchema, BillingUpdateRedirectMode, BillingUpdateRedirectMode$outboundSchema, BillingUpdateRemoveItemBillingMethod, BillingUpdateRemoveItemBillingMethod$outboundSchema, type BillingUpdateRequiredAction, BillingUpdateRequiredAction$inboundSchema, type BillingUpdateResponse, BillingUpdateResponse$inboundSchema, type BillingUpdateSpendLimit, type BillingUpdateSpendLimit$Outbound, BillingUpdateSpendLimit$outboundSchema, BillingUpdateThresholdType, BillingUpdateThresholdType$outboundSchema, type BillingUpdateUsageAlert, type BillingUpdateUsageAlert$Outbound, BillingUpdateUsageAlert$outboundSchema, type BillingUpdateUsageLimit, type BillingUpdateUsageLimit$Outbound, BillingUpdateUsageLimit$outboundSchema, BillingUpdateUsageLimitInterval, BillingUpdateUsageLimitInterval$outboundSchema, BinSize, BinSize$outboundSchema, type Breakdown, Breakdown$inboundSchema, type CheckAutoTopup1, CheckAutoTopup1$inboundSchema, type CheckAutoTopup2, CheckAutoTopup2$inboundSchema, type CheckBillingControls1, CheckBillingControls1$inboundSchema, type CheckBillingControls2, CheckBillingControls2$inboundSchema, type CheckConfig1, CheckConfig1$inboundSchema, type CheckConfig2, CheckConfig2$inboundSchema, type CheckCreditSchema1, CheckCreditSchema1$inboundSchema, type CheckCreditSchema2, CheckCreditSchema2$inboundSchema, CheckEnv1, CheckEnv1$inboundSchema, CheckEnv2, CheckEnv2$inboundSchema, type CheckFeature1, CheckFeature1$inboundSchema, type CheckFeature2, CheckFeature2$inboundSchema, type CheckFreeTrial1, CheckFreeTrial1$inboundSchema, type CheckFreeTrial2, CheckFreeTrial2$inboundSchema, type CheckGlobals, type CheckItem1, CheckItem1$inboundSchema, type CheckItem2, CheckItem2$inboundSchema, CheckItemInterval1, CheckItemInterval1$inboundSchema, CheckItemInterval2, CheckItemInterval2$inboundSchema, CheckLimitType1, CheckLimitType1$inboundSchema, CheckLimitType2, CheckLimitType2$inboundSchema, type CheckLock, type CheckLock$Outbound, CheckLock$outboundSchema, type CheckModelMarkups1, CheckModelMarkups1$inboundSchema, type CheckModelMarkups2, CheckModelMarkups2$inboundSchema, CheckOnDecrease1, CheckOnDecrease1$inboundSchema, CheckOnDecrease2, CheckOnDecrease2$inboundSchema, CheckOnEnd1, CheckOnEnd1$inboundSchema, CheckOnEnd2, CheckOnEnd2$inboundSchema, CheckOnIncrease1, CheckOnIncrease1$inboundSchema, CheckOnIncrease2, CheckOnIncrease2$inboundSchema, type CheckOverageAllowed1, CheckOverageAllowed1$inboundSchema, type CheckOverageAllowed2, CheckOverageAllowed2$inboundSchema, type CheckParams, type CheckParams$Outbound, CheckParams$outboundSchema, type CheckProduct1, CheckProduct1$inboundSchema, type CheckProduct2, CheckProduct2$inboundSchema, type CheckProviderMarkups1, CheckProviderMarkups1$inboundSchema, type CheckProviderMarkups2, CheckProviderMarkups2$inboundSchema, type CheckPurchaseLimit1, CheckPurchaseLimit1$inboundSchema, type CheckPurchaseLimit2, CheckPurchaseLimit2$inboundSchema, CheckPurchaseLimitInterval1, CheckPurchaseLimitInterval1$inboundSchema, CheckPurchaseLimitInterval2, CheckPurchaseLimitInterval2$inboundSchema, type CheckResponse, CheckResponse$inboundSchema, type CheckResponseBody1, CheckResponseBody1$inboundSchema, type CheckResponseBody2, CheckResponseBody2$inboundSchema, type CheckRollover1, CheckRollover1$inboundSchema, type CheckRollover2, CheckRollover2$inboundSchema, type CheckSpendLimit1, CheckSpendLimit1$inboundSchema, type CheckSpendLimit2, CheckSpendLimit2$inboundSchema, CheckThresholdType1, CheckThresholdType1$inboundSchema, CheckThresholdType2, CheckThresholdType2$inboundSchema, CheckTierBehavior1, CheckTierBehavior1$inboundSchema, CheckTierBehavior2, CheckTierBehavior2$inboundSchema, type CheckUsageAlert1, CheckUsageAlert1$inboundSchema, type CheckUsageAlert2, CheckUsageAlert2$inboundSchema, type CheckUsageLimit1, CheckUsageLimit1$inboundSchema, type CheckUsageLimit2, CheckUsageLimit2$inboundSchema, CheckUsageLimitInterval1, CheckUsageLimitInterval1$inboundSchema, CheckUsageLimitInterval2, CheckUsageLimitInterval2$inboundSchema, ConfigDuration1, ConfigDuration1$inboundSchema, ConfigDuration2, ConfigDuration2$inboundSchema, ConnectionError, type Coupon, Coupon$inboundSchema, type CouponPromoCode, CouponPromoCode$inboundSchema, CouponType, CouponType$inboundSchema, CreateBalanceDuration, CreateBalanceDuration$outboundSchema, type CreateBalanceGlobals, CreateBalanceInterval, CreateBalanceInterval$outboundSchema, type CreateBalanceParams, type CreateBalanceParams$Outbound, CreateBalanceParams$outboundSchema, type CreateBalanceReset, type CreateBalanceReset$Outbound, CreateBalanceReset$outboundSchema, type CreateBalanceResponse, CreateBalanceResponse$inboundSchema, type CreateBalanceRollover, type CreateBalanceRollover$Outbound, CreateBalanceRollover$outboundSchema, type CreateEntityBillingControlsRequest, type CreateEntityBillingControlsRequest$Outbound, CreateEntityBillingControlsRequest$outboundSchema, type CreateEntityBillingControlsResponse, CreateEntityBillingControlsResponse$inboundSchema, type CreateEntityCreditSchema, CreateEntityCreditSchema$inboundSchema, type CreateEntityDisplay, CreateEntityDisplay$inboundSchema, CreateEntityEnv, CreateEntityEnv$inboundSchema, type CreateEntityFeature, CreateEntityFeature$inboundSchema, type CreateEntityFlags, CreateEntityFlags$inboundSchema, type CreateEntityGlobals, CreateEntityIntervalRequestBody, CreateEntityIntervalRequestBody$outboundSchema, CreateEntityIntervalResponse, CreateEntityIntervalResponse$inboundSchema, type CreateEntityInvoice, CreateEntityInvoice$inboundSchema, CreateEntityLimitTypeRequestBody, CreateEntityLimitTypeRequestBody$outboundSchema, CreateEntityLimitTypeResponse, CreateEntityLimitTypeResponse$inboundSchema, type CreateEntityModelMarkups, CreateEntityModelMarkups$inboundSchema, type CreateEntityOverageAllowedRequest, type CreateEntityOverageAllowedRequest$Outbound, CreateEntityOverageAllowedRequest$outboundSchema, type CreateEntityOverageAllowedResponse, CreateEntityOverageAllowedResponse$inboundSchema, type CreateEntityParams, type CreateEntityParams$Outbound, CreateEntityParams$outboundSchema, CreateEntityProcessorType, CreateEntityProcessorType$inboundSchema, type CreateEntityProviderMarkups, CreateEntityProviderMarkups$inboundSchema, type CreateEntityPurchase, CreateEntityPurchase$inboundSchema, CreateEntityPurchaseScope, CreateEntityPurchaseScope$inboundSchema, type CreateEntityResponse, CreateEntityResponse$inboundSchema, type CreateEntitySpendLimitRequest, type CreateEntitySpendLimitRequest$Outbound, CreateEntitySpendLimitRequest$outboundSchema, type CreateEntitySpendLimitResponse, CreateEntitySpendLimitResponse$inboundSchema, CreateEntityStatus, CreateEntityStatus$inboundSchema, type CreateEntitySubscription, CreateEntitySubscription$inboundSchema, CreateEntitySubscriptionScope, CreateEntitySubscriptionScope$inboundSchema, CreateEntityThresholdTypeRequestBody, CreateEntityThresholdTypeRequestBody$outboundSchema, CreateEntityThresholdTypeResponse, CreateEntityThresholdTypeResponse$inboundSchema, CreateEntityType, CreateEntityType$inboundSchema, type CreateEntityUsageAlertRequestBody, type CreateEntityUsageAlertRequestBody$Outbound, CreateEntityUsageAlertRequestBody$outboundSchema, type CreateEntityUsageAlertResponse, CreateEntityUsageAlertResponse$inboundSchema, type CreateEntityUsageLimitRequest, type CreateEntityUsageLimitRequest$Outbound, CreateEntityUsageLimitRequest$outboundSchema, type CreateEntityUsageLimitResponse, CreateEntityUsageLimitResponse$inboundSchema, type CreateFeatureCreditSchemaRequestBody, type CreateFeatureCreditSchemaRequestBody$Outbound, CreateFeatureCreditSchemaRequestBody$outboundSchema, type CreateFeatureCreditSchemaResponse, CreateFeatureCreditSchemaResponse$inboundSchema, type CreateFeatureDisplayRequestBody, type CreateFeatureDisplayRequestBody$Outbound, CreateFeatureDisplayRequestBody$outboundSchema, type CreateFeatureDisplayResponse, CreateFeatureDisplayResponse$inboundSchema, type CreateFeatureGlobals, type CreateFeatureModelMarkupsRequest, type CreateFeatureModelMarkupsRequest$Outbound, CreateFeatureModelMarkupsRequest$outboundSchema, type CreateFeatureModelMarkupsResponse, CreateFeatureModelMarkupsResponse$inboundSchema, type CreateFeatureParams, type CreateFeatureParams$Outbound, CreateFeatureParams$outboundSchema, type CreateFeatureProviderMarkupsRequest, type CreateFeatureProviderMarkupsRequest$Outbound, CreateFeatureProviderMarkupsRequest$outboundSchema, type CreateFeatureProviderMarkupsResponse, CreateFeatureProviderMarkupsResponse$inboundSchema, type CreateFeatureResponse, CreateFeatureResponse$inboundSchema, CreateFeatureTypeRequestBody, CreateFeatureTypeRequestBody$outboundSchema, CreateFeatureTypeResponse, CreateFeatureTypeResponse$inboundSchema, CreatePlanAddItemBillingMethod, CreatePlanAddItemBillingMethod$inboundSchema, CreatePlanAddItemPriceInterval, CreatePlanAddItemPriceInterval$inboundSchema, CreatePlanAddItemResetInterval, CreatePlanAddItemResetInterval$inboundSchema, CreatePlanAttachAction, CreatePlanAttachAction$inboundSchema, type CreatePlanAutoTopupRequest, type CreatePlanAutoTopupRequest$Outbound, CreatePlanAutoTopupRequest$outboundSchema, type CreatePlanAutoTopupResponse, CreatePlanAutoTopupResponse$inboundSchema, type CreatePlanBasePrice, CreatePlanBasePrice$inboundSchema, type CreatePlanBillingControlsRequest, type CreatePlanBillingControlsRequest$Outbound, CreatePlanBillingControlsRequest$outboundSchema, type CreatePlanBillingControlsResponse, CreatePlanBillingControlsResponse$inboundSchema, CreatePlanBillingMethodRequestBody, CreatePlanBillingMethodRequestBody$outboundSchema, type CreatePlanConfigRequest, type CreatePlanConfigRequest$Outbound, CreatePlanConfigRequest$outboundSchema, type CreatePlanConfigResponse, CreatePlanConfigResponse$inboundSchema, type CreatePlanCreditSchema, CreatePlanCreditSchema$inboundSchema, type CreatePlanCustomerEligibility, CreatePlanCustomerEligibility$inboundSchema, type CreatePlanCustomize, CreatePlanCustomize$inboundSchema, CreatePlanDurationTypeRequest, CreatePlanDurationTypeRequest$outboundSchema, CreatePlanDurationTypeResponse, CreatePlanDurationTypeResponse$inboundSchema, CreatePlanEnv, CreatePlanEnv$inboundSchema, CreatePlanExpiryDurationTypeRequestBody, CreatePlanExpiryDurationTypeRequestBody$outboundSchema, type CreatePlanFeature, CreatePlanFeature$inboundSchema, type CreatePlanFeatureDisplay, CreatePlanFeatureDisplay$inboundSchema, type CreatePlanFreeTrialParams, CreatePlanFreeTrialParams$inboundSchema, type CreatePlanFreeTrialResponse, CreatePlanFreeTrialResponse$inboundSchema, type CreatePlanGlobals, CreatePlanIntervalRemoveItemEnum1, CreatePlanIntervalRemoveItemEnum1$inboundSchema, CreatePlanIntervalRemoveItemEnum2, CreatePlanIntervalRemoveItemEnum2$inboundSchema, type CreatePlanIntervalUnion, CreatePlanIntervalUnion$inboundSchema, type CreatePlanItem, CreatePlanItem$inboundSchema, CreatePlanItemBillingMethodResponse, CreatePlanItemBillingMethodResponse$inboundSchema, type CreatePlanItemDisplay, CreatePlanItemDisplay$inboundSchema, CreatePlanItemExpiryDurationTypeResponse, CreatePlanItemExpiryDurationTypeResponse$inboundSchema, CreatePlanItemOnDecrease, CreatePlanItemOnDecrease$outboundSchema, CreatePlanItemOnIncrease, CreatePlanItemOnIncrease$outboundSchema, type CreatePlanItemPlanItem, type CreatePlanItemPlanItem$Outbound, CreatePlanItemPlanItem$outboundSchema, CreatePlanItemPriceIntervalRequestBody, CreatePlanItemPriceIntervalRequestBody$outboundSchema, type CreatePlanItemPriceRequestBody, type CreatePlanItemPriceRequestBody$Outbound, CreatePlanItemPriceRequestBody$outboundSchema, type CreatePlanItemPriceResponse, CreatePlanItemPriceResponse$inboundSchema, type CreatePlanItemProration, type CreatePlanItemProration$Outbound, CreatePlanItemProration$outboundSchema, type CreatePlanItemResetResponse, CreatePlanItemResetResponse$inboundSchema, type CreatePlanItemRolloverResponse, CreatePlanItemRolloverResponse$inboundSchema, CreatePlanItemTierBehaviorResponse, CreatePlanItemTierBehaviorResponse$inboundSchema, type CreatePlanItemTierResponse, CreatePlanItemTierResponse$inboundSchema, type CreatePlanItemToResponse, CreatePlanItemToResponse$inboundSchema, CreatePlanLimitTypeRequestBody, CreatePlanLimitTypeRequestBody$outboundSchema, CreatePlanLimitTypeResponse, CreatePlanLimitTypeResponse$inboundSchema, CreatePlanOnEndRequest, CreatePlanOnEndRequest$outboundSchema, CreatePlanOnEndResponse, CreatePlanOnEndResponse$inboundSchema, type CreatePlanOverageAllowedRequest, type CreatePlanOverageAllowedRequest$Outbound, CreatePlanOverageAllowedRequest$outboundSchema, type CreatePlanOverageAllowedResponse, CreatePlanOverageAllowedResponse$inboundSchema, type CreatePlanParams, type CreatePlanParams$Outbound, CreatePlanParams$outboundSchema, type CreatePlanPlanItemFilter, CreatePlanPlanItemFilter$inboundSchema, type CreatePlanPlanItemResponse, CreatePlanPlanItemResponse$inboundSchema, type CreatePlanPriceDisplay, CreatePlanPriceDisplay$inboundSchema, CreatePlanPriceIntervalRequestBody, CreatePlanPriceIntervalRequestBody$outboundSchema, CreatePlanPriceIntervalResponse, CreatePlanPriceIntervalResponse$inboundSchema, CreatePlanPriceItemIntervalResponse, CreatePlanPriceItemIntervalResponse$inboundSchema, type CreatePlanPriceRequestBody, type CreatePlanPriceRequestBody$Outbound, CreatePlanPriceRequestBody$outboundSchema, type CreatePlanPriceResponse, CreatePlanPriceResponse$inboundSchema, CreatePlanPriceVariantDetailsInterval, CreatePlanPriceVariantDetailsInterval$inboundSchema, type CreatePlanProrationResponse, CreatePlanProrationResponse$inboundSchema, CreatePlanPurchaseLimitIntervalRequestBody, CreatePlanPurchaseLimitIntervalRequestBody$outboundSchema, CreatePlanPurchaseLimitIntervalResponse, CreatePlanPurchaseLimitIntervalResponse$inboundSchema, type CreatePlanPurchaseLimitRequest, type CreatePlanPurchaseLimitRequest$Outbound, CreatePlanPurchaseLimitRequest$outboundSchema, type CreatePlanPurchaseLimitResponse, CreatePlanPurchaseLimitResponse$inboundSchema, CreatePlanRemoveItemBillingMethod, CreatePlanRemoveItemBillingMethod$inboundSchema, CreatePlanResetIntervalRequestBody, CreatePlanResetIntervalRequestBody$outboundSchema, CreatePlanResetItemIntervalResponse, CreatePlanResetItemIntervalResponse$inboundSchema, type CreatePlanResetRequestBody, type CreatePlanResetRequestBody$Outbound, CreatePlanResetRequestBody$outboundSchema, type CreatePlanResponse, CreatePlanResponse$inboundSchema, type CreatePlanRolloverRequestBody, type CreatePlanRolloverRequestBody$Outbound, CreatePlanRolloverRequestBody$outboundSchema, type CreatePlanSpendLimitRequest, type CreatePlanSpendLimitRequest$Outbound, CreatePlanSpendLimitRequest$outboundSchema, type CreatePlanSpendLimitResponse, CreatePlanSpendLimitResponse$inboundSchema, CreatePlanStatus, CreatePlanStatus$inboundSchema, CreatePlanThresholdTypeRequestBody, CreatePlanThresholdTypeRequestBody$outboundSchema, CreatePlanThresholdTypeResponse, CreatePlanThresholdTypeResponse$inboundSchema, CreatePlanTierBehaviorRequestBody, CreatePlanTierBehaviorRequestBody$outboundSchema, type CreatePlanTierRequestBody, type CreatePlanTierRequestBody$Outbound, CreatePlanTierRequestBody$outboundSchema, type CreatePlanToRequestBody, type CreatePlanToRequestBody$Outbound, CreatePlanToRequestBody$outboundSchema, CreatePlanType, CreatePlanType$inboundSchema, type CreatePlanUsageAlertRequestBody, type CreatePlanUsageAlertRequestBody$Outbound, CreatePlanUsageAlertRequestBody$outboundSchema, type CreatePlanUsageAlertResponse, CreatePlanUsageAlertResponse$inboundSchema, CreatePlanUsageLimitIntervalRequestBody, CreatePlanUsageLimitIntervalRequestBody$outboundSchema, CreatePlanUsageLimitIntervalResponse, CreatePlanUsageLimitIntervalResponse$inboundSchema, type CreatePlanUsageLimitRequest, type CreatePlanUsageLimitRequest$Outbound, CreatePlanUsageLimitRequest$outboundSchema, type CreatePlanUsageLimitResponse, CreatePlanUsageLimitResponse$inboundSchema, type CreatePlanVariantDetails, CreatePlanVariantDetails$inboundSchema, type CreatePlanVariantDetailsAutoTopup, CreatePlanVariantDetailsAutoTopup$inboundSchema, type CreatePlanVariantDetailsBillingControls, CreatePlanVariantDetailsBillingControls$inboundSchema, CreatePlanVariantDetailsDurationType, CreatePlanVariantDetailsDurationType$inboundSchema, CreatePlanVariantDetailsExpiryDurationType, CreatePlanVariantDetailsExpiryDurationType$inboundSchema, CreatePlanVariantDetailsLimitType, CreatePlanVariantDetailsLimitType$inboundSchema, CreatePlanVariantDetailsOnDecrease, CreatePlanVariantDetailsOnDecrease$inboundSchema, CreatePlanVariantDetailsOnEnd, CreatePlanVariantDetailsOnEnd$inboundSchema, CreatePlanVariantDetailsOnIncrease, CreatePlanVariantDetailsOnIncrease$inboundSchema, type CreatePlanVariantDetailsOverageAllowed, CreatePlanVariantDetailsOverageAllowed$inboundSchema, type CreatePlanVariantDetailsPrice, CreatePlanVariantDetailsPrice$inboundSchema, type CreatePlanVariantDetailsPurchaseLimit, CreatePlanVariantDetailsPurchaseLimit$inboundSchema, CreatePlanVariantDetailsPurchaseLimitInterval, CreatePlanVariantDetailsPurchaseLimitInterval$inboundSchema, type CreatePlanVariantDetailsReset, CreatePlanVariantDetailsReset$inboundSchema, type CreatePlanVariantDetailsRollover, CreatePlanVariantDetailsRollover$inboundSchema, type CreatePlanVariantDetailsSpendLimit, CreatePlanVariantDetailsSpendLimit$inboundSchema, CreatePlanVariantDetailsThresholdType, CreatePlanVariantDetailsThresholdType$inboundSchema, type CreatePlanVariantDetailsTier, CreatePlanVariantDetailsTier$inboundSchema, CreatePlanVariantDetailsTierBehavior, CreatePlanVariantDetailsTierBehavior$inboundSchema, type CreatePlanVariantDetailsTo, CreatePlanVariantDetailsTo$inboundSchema, type CreatePlanVariantDetailsUsageAlert, CreatePlanVariantDetailsUsageAlert$inboundSchema, type CreatePlanVariantDetailsUsageLimit, CreatePlanVariantDetailsUsageLimit$inboundSchema, CreatePlanVariantDetailsUsageLimitInterval, CreatePlanVariantDetailsUsageLimitInterval$inboundSchema, type CreateReferralCodeGlobals, type CreateReferralCodeParams, type CreateReferralCodeParams$Outbound, CreateReferralCodeParams$outboundSchema, type CreateReferralCodeResponse, CreateReferralCodeResponse$inboundSchema, CreateScheduleAddItemBillingMethod2, CreateScheduleAddItemBillingMethod2$outboundSchema, CreateScheduleAddItemExpiryDurationType2, CreateScheduleAddItemExpiryDurationType2$outboundSchema, CreateScheduleAddItemOnDecrease2, CreateScheduleAddItemOnDecrease2$outboundSchema, CreateScheduleAddItemOnIncrease2, CreateScheduleAddItemOnIncrease2$outboundSchema, type CreateScheduleAddItemPlanItem2, type CreateScheduleAddItemPlanItem2$Outbound, CreateScheduleAddItemPlanItem2$outboundSchema, type CreateScheduleAddItemPrice2, type CreateScheduleAddItemPrice2$Outbound, CreateScheduleAddItemPrice2$outboundSchema, CreateScheduleAddItemPriceInterval2, CreateScheduleAddItemPriceInterval2$outboundSchema, type CreateScheduleAddItemProration2, type CreateScheduleAddItemProration2$Outbound, CreateScheduleAddItemProration2$outboundSchema, type CreateScheduleAddItemReset2, type CreateScheduleAddItemReset2$Outbound, CreateScheduleAddItemReset2$outboundSchema, CreateScheduleAddItemResetInterval2, CreateScheduleAddItemResetInterval2$outboundSchema, type CreateScheduleAddItemRollover2, type CreateScheduleAddItemRollover2$Outbound, CreateScheduleAddItemRollover2$outboundSchema, type CreateScheduleAddItemTier2, type CreateScheduleAddItemTier2$Outbound, CreateScheduleAddItemTier2$outboundSchema, CreateScheduleAddItemTierBehavior2, CreateScheduleAddItemTierBehavior2$outboundSchema, type CreateScheduleAttachDiscount, type CreateScheduleAttachDiscount$Outbound, CreateScheduleAttachDiscount$outboundSchema, type CreateScheduleAutoTopup2, type CreateScheduleAutoTopup2$Outbound, CreateScheduleAutoTopup2$outboundSchema, type CreateScheduleBasePrice2, type CreateScheduleBasePrice2$Outbound, CreateScheduleBasePrice2$outboundSchema, CreateScheduleBillingBehavior, CreateScheduleBillingBehavior$outboundSchema, type CreateScheduleBillingControls2, type CreateScheduleBillingControls2$Outbound, CreateScheduleBillingControls2$outboundSchema, CreateScheduleCode, CreateScheduleCode$inboundSchema, type CreateScheduleCustomize2, type CreateScheduleCustomize2$Outbound, CreateScheduleCustomize2$outboundSchema, CreateScheduleDurationType2, CreateScheduleDurationType2$outboundSchema, type CreateScheduleFeatureQuantity2, type CreateScheduleFeatureQuantity2$Outbound, CreateScheduleFeatureQuantity2$outboundSchema, type CreateScheduleGlobals, CreateScheduleIntervalRemoveItemEnum3, CreateScheduleIntervalRemoveItemEnum3$outboundSchema, CreateScheduleIntervalRemoveItemEnum4, CreateScheduleIntervalRemoveItemEnum4$outboundSchema, type CreateScheduleIntervalUnion2, type CreateScheduleIntervalUnion2$Outbound, CreateScheduleIntervalUnion2$outboundSchema, type CreateScheduleInvoice, CreateScheduleInvoice$inboundSchema, type CreateScheduleInvoiceMode, type CreateScheduleInvoiceMode$Outbound, CreateScheduleInvoiceMode$outboundSchema, CreateScheduleItemBillingMethod2, CreateScheduleItemBillingMethod2$outboundSchema, CreateScheduleItemExpiryDurationType2, CreateScheduleItemExpiryDurationType2$outboundSchema, CreateScheduleItemOnDecrease2, CreateScheduleItemOnDecrease2$outboundSchema, CreateScheduleItemOnIncrease2, CreateScheduleItemOnIncrease2$outboundSchema, type CreateScheduleItemPlanItem2, type CreateScheduleItemPlanItem2$Outbound, CreateScheduleItemPlanItem2$outboundSchema, type CreateScheduleItemPrice2, type CreateScheduleItemPrice2$Outbound, CreateScheduleItemPrice2$outboundSchema, CreateScheduleItemPriceInterval2, CreateScheduleItemPriceInterval2$outboundSchema, type CreateScheduleItemProration2, type CreateScheduleItemProration2$Outbound, CreateScheduleItemProration2$outboundSchema, type CreateScheduleItemReset2, type CreateScheduleItemReset2$Outbound, CreateScheduleItemReset2$outboundSchema, CreateScheduleItemResetInterval2, CreateScheduleItemResetInterval2$outboundSchema, type CreateScheduleItemRollover2, type CreateScheduleItemRollover2$Outbound, CreateScheduleItemRollover2$outboundSchema, type CreateScheduleItemTier2, type CreateScheduleItemTier2$Outbound, CreateScheduleItemTier2$outboundSchema, CreateScheduleItemTierBehavior2, CreateScheduleItemTierBehavior2$outboundSchema, CreateScheduleLimitType2, CreateScheduleLimitType2$outboundSchema, type CreateScheduleOverageAllowed2, type CreateScheduleOverageAllowed2$Outbound, CreateScheduleOverageAllowed2$outboundSchema, type CreateScheduleParams, type CreateScheduleParams$Outbound, CreateScheduleParams$outboundSchema, type CreateSchedulePlan2, type CreateSchedulePlan2$Outbound, CreateSchedulePlan2$outboundSchema, type CreateSchedulePlanItemFilter2, type CreateSchedulePlanItemFilter2$Outbound, CreateSchedulePlanItemFilter2$outboundSchema, CreateSchedulePriceInterval2, CreateSchedulePriceInterval2$outboundSchema, type CreateSchedulePurchaseLimit2, type CreateSchedulePurchaseLimit2$Outbound, CreateSchedulePurchaseLimit2$outboundSchema, CreateSchedulePurchaseLimitInterval2, CreateSchedulePurchaseLimitInterval2$outboundSchema, CreateScheduleRedirectMode, CreateScheduleRedirectMode$outboundSchema, CreateScheduleRemoveItemBillingMethod2, CreateScheduleRemoveItemBillingMethod2$outboundSchema, type CreateScheduleRequiredAction, CreateScheduleRequiredAction$inboundSchema, type CreateScheduleResponse, CreateScheduleResponse$inboundSchema, type CreateScheduleSpendLimit2, type CreateScheduleSpendLimit2$Outbound, CreateScheduleSpendLimit2$outboundSchema, CreateScheduleStatus, CreateScheduleStatus$inboundSchema, CreateScheduleThresholdType2, CreateScheduleThresholdType2$outboundSchema, type CreateScheduleUsageAlert2, type CreateScheduleUsageAlert2$Outbound, CreateScheduleUsageAlert2$outboundSchema, type CreateScheduleUsageLimit2, type CreateScheduleUsageLimit2$Outbound, CreateScheduleUsageLimit2$outboundSchema, CreateScheduleUsageLimitInterval2, CreateScheduleUsageLimitInterval2$outboundSchema, type Customer, Customer$inboundSchema, type CustomerAutoTopup, CustomerAutoTopup$inboundSchema, type CustomerBillingControls, CustomerBillingControls$inboundSchema, type CustomerConfig, CustomerConfig$inboundSchema, type CustomerCreditSchema, CustomerCreditSchema$inboundSchema, type CustomerData, type CustomerData$Outbound, CustomerData$outboundSchema, type CustomerDataAutoTopup, type CustomerDataAutoTopup$Outbound, CustomerDataAutoTopup$outboundSchema, type CustomerDataBillingControls, type CustomerDataBillingControls$Outbound, CustomerDataBillingControls$outboundSchema, type CustomerDataConfig, type CustomerDataConfig$Outbound, CustomerDataConfig$outboundSchema, CustomerDataLimitType, CustomerDataLimitType$outboundSchema, type CustomerDataOverageAllowed, type CustomerDataOverageAllowed$Outbound, CustomerDataOverageAllowed$outboundSchema, type CustomerDataPurchaseLimit, type CustomerDataPurchaseLimit$Outbound, CustomerDataPurchaseLimit$outboundSchema, CustomerDataPurchaseLimitInterval, CustomerDataPurchaseLimitInterval$outboundSchema, type CustomerDataSpendLimit, type CustomerDataSpendLimit$Outbound, CustomerDataSpendLimit$outboundSchema, CustomerDataThresholdType, CustomerDataThresholdType$outboundSchema, type CustomerDataUsageAlert, type CustomerDataUsageAlert$Outbound, CustomerDataUsageAlert$outboundSchema, type CustomerDataUsageLimit, type CustomerDataUsageLimit$Outbound, CustomerDataUsageLimit$outboundSchema, CustomerDataUsageLimitInterval, CustomerDataUsageLimitInterval$outboundSchema, CustomerDiscountType, CustomerDiscountType$inboundSchema, type CustomerDisplay, CustomerDisplay$inboundSchema, CustomerDurationType, CustomerDurationType$inboundSchema, type CustomerEligibility, CustomerEligibility$inboundSchema, CustomerEntityEnv, CustomerEntityEnv$inboundSchema, CustomerEnv, CustomerEnv$inboundSchema, CustomerExpand, CustomerExpand$outboundSchema, type CustomerFeature, CustomerFeature$inboundSchema, CustomerFlagsType, CustomerFlagsType$inboundSchema, CustomerLimitType, CustomerLimitType$inboundSchema, type CustomerModelMarkups, CustomerModelMarkups$inboundSchema, type CustomerOverageAllowed, CustomerOverageAllowed$inboundSchema, type CustomerProviderMarkups, CustomerProviderMarkups$inboundSchema, type CustomerPurchaseLimit1, CustomerPurchaseLimit1$inboundSchema, type CustomerPurchaseLimit2, CustomerPurchaseLimit2$inboundSchema, CustomerPurchaseLimitInterval1, CustomerPurchaseLimitInterval1$inboundSchema, CustomerPurchaseLimitInterval2, CustomerPurchaseLimitInterval2$inboundSchema, type CustomerPurchaseLimitUnion, CustomerPurchaseLimitUnion$inboundSchema, type CustomerSpendLimit, CustomerSpendLimit$inboundSchema, CustomerStatus, CustomerStatus$inboundSchema, CustomerThresholdType, CustomerThresholdType$inboundSchema, type CustomerUsageAlert, CustomerUsageAlert$inboundSchema, type CustomerUsageLimit, CustomerUsageLimit$inboundSchema, CustomerUsageLimitInterval, CustomerUsageLimitInterval$inboundSchema, type Customize, Customize$inboundSchema, type Deductions, Deductions$inboundSchema, type DeleteBalanceGlobals, DeleteBalanceInterval, DeleteBalanceInterval$outboundSchema, type DeleteBalanceParams, type DeleteBalanceParams$Outbound, DeleteBalanceParams$outboundSchema, type DeleteBalanceResponse, DeleteBalanceResponse$inboundSchema, type DeleteCustomerGlobals, type DeleteCustomerParams, type DeleteCustomerParams$Outbound, DeleteCustomerParams$outboundSchema, type DeleteCustomerResponse, DeleteCustomerResponse$inboundSchema, type DeleteEntityGlobals, type DeleteEntityParams, type DeleteEntityParams$Outbound, DeleteEntityParams$outboundSchema, type DeleteEntityResponse, DeleteEntityResponse$inboundSchema, type DeleteFeatureGlobals, type DeleteFeatureParams, type DeleteFeatureParams$Outbound, DeleteFeatureParams$outboundSchema, type DeleteFeatureResponse, DeleteFeatureResponse$inboundSchema, type DeletePlanGlobals, type DeletePlanParams, type DeletePlanParams$Outbound, DeletePlanParams$outboundSchema, type DeletePlanResponse, DeletePlanResponse$inboundSchema, type DfuFlashParams, type DfuFlashParams$Outbound, DfuFlashParams$outboundSchema, type DfuFlashResult, DfuFlashResult$inboundSchema, type Discount, Discount$inboundSchema, DurationType, DurationType$inboundSchema, type EntitlementsGranted, EntitlementsGranted$inboundSchema, type Entity, Entity$inboundSchema, type EventsAggregateParams, type EventsAggregateParams$Outbound, EventsAggregateParams$outboundSchema, type EventsListParams, type EventsListParams$Outbound, EventsListParams$outboundSchema, type Expiry, Expiry$inboundSchema, ExpiryType, ExpiryType$inboundSchema, type FeatureGrant, FeatureGrant$inboundSchema, type FeatureGrantPromoCode, FeatureGrantPromoCode$inboundSchema, FeatureType1, FeatureType1$inboundSchema, FeatureType2, FeatureType2$inboundSchema, type Fetcher, type Filter, type Filter$Outbound, Filter$outboundSchema, type FinalizeBalanceParams, type FinalizeBalanceParams$Outbound, FinalizeBalanceParams$outboundSchema, FinalizeLockAction, FinalizeLockAction$outboundSchema, type FinalizeLockGlobals, type FinalizeLockResponse, FinalizeLockResponse$inboundSchema, type FinalizeLockResponseBody1, FinalizeLockResponseBody1$inboundSchema, type FinalizeLockResponseBody2, FinalizeLockResponseBody2$inboundSchema, type Flag1, Flag1$inboundSchema, type Flag2, Flag2$inboundSchema, type FlagDisplay1, FlagDisplay1$inboundSchema, type FlagDisplay2, FlagDisplay2$inboundSchema, FlagType1, FlagType1$inboundSchema, FlagType2, FlagType2$inboundSchema, type Flags, Flags$inboundSchema, type Flashed, Flashed$inboundSchema, type FreeTrial, FreeTrial$inboundSchema, FreeTrialDuration1, FreeTrialDuration1$inboundSchema, FreeTrialDuration2, FreeTrialDuration2$inboundSchema, type FreeTrialParams, FreeTrialParams$inboundSchema, type FreeTrialRequest, type FreeTrialRequest$Outbound, FreeTrialRequest$outboundSchema, type GetCustomerAutoTopup, GetCustomerAutoTopup$inboundSchema, type GetCustomerBillingControls, GetCustomerBillingControls$inboundSchema, type GetCustomerConfig, GetCustomerConfig$inboundSchema, type GetCustomerCreditSchema, GetCustomerCreditSchema$inboundSchema, type GetCustomerCustomer, GetCustomerCustomer$inboundSchema, type GetCustomerDiscount, GetCustomerDiscount$inboundSchema, GetCustomerDiscountType, GetCustomerDiscountType$inboundSchema, type GetCustomerDisplay, GetCustomerDisplay$inboundSchema, GetCustomerDurationType, GetCustomerDurationType$inboundSchema, type GetCustomerEntity, GetCustomerEntity$inboundSchema, GetCustomerEntityEnv, GetCustomerEntityEnv$inboundSchema, GetCustomerEnv, GetCustomerEnv$inboundSchema, type GetCustomerFeature, GetCustomerFeature$inboundSchema, type GetCustomerFlags, GetCustomerFlags$inboundSchema, GetCustomerFlagsType, GetCustomerFlagsType$inboundSchema, type GetCustomerGlobals, type GetCustomerInvoice, GetCustomerInvoice$inboundSchema, GetCustomerLimitType, GetCustomerLimitType$inboundSchema, type GetCustomerModelMarkups, GetCustomerModelMarkups$inboundSchema, type GetCustomerOverageAllowed, GetCustomerOverageAllowed$inboundSchema, type GetCustomerParams, type GetCustomerParams$Outbound, GetCustomerParams$outboundSchema, GetCustomerProcessorType, GetCustomerProcessorType$inboundSchema, type GetCustomerProcessors, GetCustomerProcessors$inboundSchema, type GetCustomerProviderMarkups, GetCustomerProviderMarkups$inboundSchema, type GetCustomerPurchase, GetCustomerPurchase$inboundSchema, type GetCustomerPurchaseLimit1, GetCustomerPurchaseLimit1$inboundSchema, type GetCustomerPurchaseLimit2, GetCustomerPurchaseLimit2$inboundSchema, GetCustomerPurchaseLimitInterval1, GetCustomerPurchaseLimitInterval1$inboundSchema, GetCustomerPurchaseLimitInterval2, GetCustomerPurchaseLimitInterval2$inboundSchema, type GetCustomerPurchaseLimitUnion, GetCustomerPurchaseLimitUnion$inboundSchema, GetCustomerPurchaseScope, GetCustomerPurchaseScope$inboundSchema, type GetCustomerReferral, GetCustomerReferral$inboundSchema, type GetCustomerResponse, GetCustomerResponse$inboundSchema, type GetCustomerRevenuecat, GetCustomerRevenuecat$inboundSchema, type GetCustomerRewards, GetCustomerRewards$inboundSchema, type GetCustomerSpendLimit, GetCustomerSpendLimit$inboundSchema, GetCustomerStatus, GetCustomerStatus$inboundSchema, type GetCustomerStripe, GetCustomerStripe$inboundSchema, type GetCustomerSubscription, GetCustomerSubscription$inboundSchema, GetCustomerSubscriptionScope, GetCustomerSubscriptionScope$inboundSchema, GetCustomerThresholdType, GetCustomerThresholdType$inboundSchema, type GetCustomerTrialsUsed, GetCustomerTrialsUsed$inboundSchema, type GetCustomerUsageAlert, GetCustomerUsageAlert$inboundSchema, type GetCustomerUsageLimit, GetCustomerUsageLimit$inboundSchema, GetCustomerUsageLimitInterval, GetCustomerUsageLimitInterval$inboundSchema, type GetCustomerVercel, GetCustomerVercel$inboundSchema, type GetEntityBillingControls, GetEntityBillingControls$inboundSchema, type GetEntityCreditSchema, GetEntityCreditSchema$inboundSchema, type GetEntityDisplay, GetEntityDisplay$inboundSchema, GetEntityEnv, GetEntityEnv$inboundSchema, type GetEntityFeature, GetEntityFeature$inboundSchema, type GetEntityFlags, GetEntityFlags$inboundSchema, type GetEntityGlobals, GetEntityInterval, GetEntityInterval$inboundSchema, type GetEntityInvoice, GetEntityInvoice$inboundSchema, GetEntityLimitType, GetEntityLimitType$inboundSchema, type GetEntityModelMarkups, GetEntityModelMarkups$inboundSchema, type GetEntityOverageAllowed, GetEntityOverageAllowed$inboundSchema, type GetEntityParams, type GetEntityParams$Outbound, GetEntityParams$outboundSchema, GetEntityProcessorType, GetEntityProcessorType$inboundSchema, type GetEntityProviderMarkups, GetEntityProviderMarkups$inboundSchema, type GetEntityPurchase, GetEntityPurchase$inboundSchema, GetEntityPurchaseScope, GetEntityPurchaseScope$inboundSchema, type GetEntityResponse, GetEntityResponse$inboundSchema, type GetEntitySpendLimit, GetEntitySpendLimit$inboundSchema, GetEntityStatus, GetEntityStatus$inboundSchema, type GetEntitySubscription, GetEntitySubscription$inboundSchema, GetEntitySubscriptionScope, GetEntitySubscriptionScope$inboundSchema, GetEntityThresholdType, GetEntityThresholdType$inboundSchema, GetEntityType, GetEntityType$inboundSchema, type GetEntityUsageAlert, GetEntityUsageAlert$inboundSchema, type GetEntityUsageLimit, GetEntityUsageLimit$inboundSchema, type GetFeatureCreditSchema, GetFeatureCreditSchema$inboundSchema, type GetFeatureDisplay, GetFeatureDisplay$inboundSchema, type GetFeatureGlobals, type GetFeatureModelMarkups, GetFeatureModelMarkups$inboundSchema, type GetFeatureParams, type GetFeatureParams$Outbound, GetFeatureParams$outboundSchema, type GetFeatureProviderMarkups, GetFeatureProviderMarkups$inboundSchema, type GetFeatureResponse, GetFeatureResponse$inboundSchema, GetFeatureType, GetFeatureType$inboundSchema, type GetOrCreateCustomerAutoTopup, type GetOrCreateCustomerAutoTopup$Outbound, GetOrCreateCustomerAutoTopup$outboundSchema, type GetOrCreateCustomerBillingControls, type GetOrCreateCustomerBillingControls$Outbound, GetOrCreateCustomerBillingControls$outboundSchema, type GetOrCreateCustomerConfig, type GetOrCreateCustomerConfig$Outbound, GetOrCreateCustomerConfig$outboundSchema, type GetOrCreateCustomerGlobals, GetOrCreateCustomerLimitType, GetOrCreateCustomerLimitType$outboundSchema, type GetOrCreateCustomerOverageAllowed, type GetOrCreateCustomerOverageAllowed$Outbound, GetOrCreateCustomerOverageAllowed$outboundSchema, type GetOrCreateCustomerParams, type GetOrCreateCustomerParams$Outbound, GetOrCreateCustomerParams$outboundSchema, type GetOrCreateCustomerPurchaseLimit, type GetOrCreateCustomerPurchaseLimit$Outbound, GetOrCreateCustomerPurchaseLimit$outboundSchema, GetOrCreateCustomerPurchaseLimitInterval, GetOrCreateCustomerPurchaseLimitInterval$outboundSchema, type GetOrCreateCustomerSpendLimit, type GetOrCreateCustomerSpendLimit$Outbound, GetOrCreateCustomerSpendLimit$outboundSchema, GetOrCreateCustomerThresholdType, GetOrCreateCustomerThresholdType$outboundSchema, type GetOrCreateCustomerUsageAlert, type GetOrCreateCustomerUsageAlert$Outbound, GetOrCreateCustomerUsageAlert$outboundSchema, type GetOrCreateCustomerUsageLimit, type GetOrCreateCustomerUsageLimit$Outbound, GetOrCreateCustomerUsageLimit$outboundSchema, GetOrCreateCustomerUsageLimitInterval, GetOrCreateCustomerUsageLimitInterval$outboundSchema, GetPlanAddItemBillingMethod, GetPlanAddItemBillingMethod$inboundSchema, GetPlanAddItemPriceInterval, GetPlanAddItemPriceInterval$inboundSchema, GetPlanAddItemResetInterval, GetPlanAddItemResetInterval$inboundSchema, GetPlanAttachAction, GetPlanAttachAction$inboundSchema, type GetPlanAutoTopup, GetPlanAutoTopup$inboundSchema, type GetPlanBasePrice, GetPlanBasePrice$inboundSchema, type GetPlanBillingControls, GetPlanBillingControls$inboundSchema, type GetPlanConfig, GetPlanConfig$inboundSchema, type GetPlanCreditSchema, GetPlanCreditSchema$inboundSchema, type GetPlanCustomerEligibility, GetPlanCustomerEligibility$inboundSchema, type GetPlanCustomize, GetPlanCustomize$inboundSchema, GetPlanDurationType, GetPlanDurationType$inboundSchema, GetPlanEnv, GetPlanEnv$inboundSchema, type GetPlanFeature, GetPlanFeature$inboundSchema, type GetPlanFeatureDisplay, GetPlanFeatureDisplay$inboundSchema, type GetPlanFreeTrial, GetPlanFreeTrial$inboundSchema, type GetPlanFreeTrialParams, GetPlanFreeTrialParams$inboundSchema, type GetPlanGlobals, GetPlanIntervalRemoveItemEnum1, GetPlanIntervalRemoveItemEnum1$inboundSchema, GetPlanIntervalRemoveItemEnum2, GetPlanIntervalRemoveItemEnum2$inboundSchema, type GetPlanIntervalUnion, GetPlanIntervalUnion$inboundSchema, type GetPlanItem, GetPlanItem$inboundSchema, GetPlanItemBillingMethod, GetPlanItemBillingMethod$inboundSchema, type GetPlanItemDisplay, GetPlanItemDisplay$inboundSchema, GetPlanItemExpiryDurationType, GetPlanItemExpiryDurationType$inboundSchema, type GetPlanItemPrice, GetPlanItemPrice$inboundSchema, type GetPlanItemReset, GetPlanItemReset$inboundSchema, type GetPlanItemRollover, GetPlanItemRollover$inboundSchema, type GetPlanItemTier, GetPlanItemTier$inboundSchema, GetPlanItemTierBehavior, GetPlanItemTierBehavior$inboundSchema, type GetPlanItemTo, GetPlanItemTo$inboundSchema, GetPlanLimitType, GetPlanLimitType$inboundSchema, GetPlanOnDecrease, GetPlanOnDecrease$inboundSchema, GetPlanOnEnd, GetPlanOnEnd$inboundSchema, GetPlanOnIncrease, GetPlanOnIncrease$inboundSchema, type GetPlanOverageAllowed, GetPlanOverageAllowed$inboundSchema, type GetPlanParams, type GetPlanParams$Outbound, GetPlanParams$outboundSchema, type GetPlanPlanItem, GetPlanPlanItem$inboundSchema, type GetPlanPlanItemFilter, GetPlanPlanItemFilter$inboundSchema, type GetPlanPrice, GetPlanPrice$inboundSchema, type GetPlanPriceDisplay, GetPlanPriceDisplay$inboundSchema, GetPlanPriceInterval, GetPlanPriceInterval$inboundSchema, GetPlanPriceItemInterval, GetPlanPriceItemInterval$inboundSchema, GetPlanPriceVariantDetailsInterval, GetPlanPriceVariantDetailsInterval$inboundSchema, type GetPlanProration, GetPlanProration$inboundSchema, type GetPlanPurchaseLimit, GetPlanPurchaseLimit$inboundSchema, GetPlanPurchaseLimitInterval, GetPlanPurchaseLimitInterval$inboundSchema, GetPlanRemoveItemBillingMethod, GetPlanRemoveItemBillingMethod$inboundSchema, GetPlanResetItemInterval, GetPlanResetItemInterval$inboundSchema, type GetPlanResponse, GetPlanResponse$inboundSchema, type GetPlanSpendLimit, GetPlanSpendLimit$inboundSchema, GetPlanStatus, GetPlanStatus$inboundSchema, GetPlanThresholdType, GetPlanThresholdType$inboundSchema, GetPlanType, GetPlanType$inboundSchema, type GetPlanUsageAlert, GetPlanUsageAlert$inboundSchema, type GetPlanUsageLimit, GetPlanUsageLimit$inboundSchema, GetPlanUsageLimitInterval, GetPlanUsageLimitInterval$inboundSchema, type GetPlanVariantDetails, GetPlanVariantDetails$inboundSchema, type GetPlanVariantDetailsAutoTopup, GetPlanVariantDetailsAutoTopup$inboundSchema, type GetPlanVariantDetailsBillingControls, GetPlanVariantDetailsBillingControls$inboundSchema, GetPlanVariantDetailsDurationType, GetPlanVariantDetailsDurationType$inboundSchema, GetPlanVariantDetailsExpiryDurationType, GetPlanVariantDetailsExpiryDurationType$inboundSchema, GetPlanVariantDetailsLimitType, GetPlanVariantDetailsLimitType$inboundSchema, GetPlanVariantDetailsOnEnd, GetPlanVariantDetailsOnEnd$inboundSchema, type GetPlanVariantDetailsOverageAllowed, GetPlanVariantDetailsOverageAllowed$inboundSchema, type GetPlanVariantDetailsPrice, GetPlanVariantDetailsPrice$inboundSchema, type GetPlanVariantDetailsPurchaseLimit, GetPlanVariantDetailsPurchaseLimit$inboundSchema, GetPlanVariantDetailsPurchaseLimitInterval, GetPlanVariantDetailsPurchaseLimitInterval$inboundSchema, type GetPlanVariantDetailsReset, GetPlanVariantDetailsReset$inboundSchema, type GetPlanVariantDetailsRollover, GetPlanVariantDetailsRollover$inboundSchema, type GetPlanVariantDetailsSpendLimit, GetPlanVariantDetailsSpendLimit$inboundSchema, GetPlanVariantDetailsThresholdType, GetPlanVariantDetailsThresholdType$inboundSchema, type GetPlanVariantDetailsTier, GetPlanVariantDetailsTier$inboundSchema, GetPlanVariantDetailsTierBehavior, GetPlanVariantDetailsTierBehavior$inboundSchema, type GetPlanVariantDetailsTo, GetPlanVariantDetailsTo$inboundSchema, type GetPlanVariantDetailsUsageAlert, GetPlanVariantDetailsUsageAlert$inboundSchema, type GetPlanVariantDetailsUsageLimit, GetPlanVariantDetailsUsageLimit$inboundSchema, GetPlanVariantDetailsUsageLimitInterval, GetPlanVariantDetailsUsageLimitInterval$inboundSchema, type GetRevenueCatKeysApp, GetRevenueCatKeysApp$inboundSchema, GetRevenueCatKeysEnv, GetRevenueCatKeysEnv$outboundSchema, type GetRevenueCatKeysGlobals, type GetRevenueCatKeysParams, type GetRevenueCatKeysParams$Outbound, GetRevenueCatKeysParams$outboundSchema, type GetRevenueCatKeysResponse, GetRevenueCatKeysResponse$inboundSchema, type Grant, Grant$inboundSchema, HTTPClient, HTTPClientError, type HTTPClientOptions, type ImportBalance, type ImportBalance$Outbound, ImportBalance$outboundSchema, ImportBillingBehavior, ImportBillingBehavior$outboundSchema, type ImportCustomerData, type ImportCustomerData$Outbound, ImportCustomerData$outboundSchema, type ImportFeatureQuantity, type ImportFeatureQuantity$Outbound, ImportFeatureQuantity$outboundSchema, type ImportGlobals, ImportInterval, ImportInterval$outboundSchema, type ImportPlan, type ImportPlan$Outbound, ImportPlan$outboundSchema, type ImportProcessor, type ImportProcessor$Outbound, ImportProcessor$outboundSchema, ImportStatus, ImportStatus$outboundSchema, ImportType, ImportType$outboundSchema, type IncludedUsage1, IncludedUsage1$inboundSchema, type IncludedUsage2, IncludedUsage2$inboundSchema, Intent, Intent$inboundSchema, IntervalVariantRemoveItemEnum1, IntervalVariantRemoveItemEnum1$outboundSchema, IntervalVariantRemoveItemEnum2, IntervalVariantRemoveItemEnum2$outboundSchema, InvalidRequestError, type Invoice, Invoice$inboundSchema, type Item, Item$inboundSchema, ItemExpiryDurationType, ItemExpiryDurationType$inboundSchema, type Link, type Link$Outbound, Link$outboundSchema, LinkRevenueCatEnv, LinkRevenueCatEnv$outboundSchema, type LinkRevenueCatGlobals, type LinkRevenueCatParams, type LinkRevenueCatParams$Outbound, LinkRevenueCatParams$outboundSchema, type LinkRevenueCatResponse, LinkRevenueCatResponse$inboundSchema, type ListCustomersAutoTopup, ListCustomersAutoTopup$inboundSchema, type ListCustomersBillingControls, ListCustomersBillingControls$inboundSchema, type ListCustomersConfig, ListCustomersConfig$inboundSchema, type ListCustomersCreditSchema, ListCustomersCreditSchema$inboundSchema, type ListCustomersDisplay, ListCustomersDisplay$inboundSchema, ListCustomersEnv, ListCustomersEnv$inboundSchema, type ListCustomersFeature, ListCustomersFeature$inboundSchema, type ListCustomersFlags, ListCustomersFlags$inboundSchema, type ListCustomersGlobals, ListCustomersLimitType, ListCustomersLimitType$inboundSchema, type ListCustomersList, ListCustomersList$inboundSchema, type ListCustomersModelMarkups, ListCustomersModelMarkups$inboundSchema, type ListCustomersOverageAllowed, ListCustomersOverageAllowed$inboundSchema, type ListCustomersParams, type ListCustomersParams$Outbound, ListCustomersParams$outboundSchema, type ListCustomersPlan, type ListCustomersPlan$Outbound, ListCustomersPlan$outboundSchema, ListCustomersProcessor, ListCustomersProcessor$outboundSchema, type ListCustomersProcessors, ListCustomersProcessors$inboundSchema, type ListCustomersProviderMarkups, ListCustomersProviderMarkups$inboundSchema, type ListCustomersPurchase, ListCustomersPurchase$inboundSchema, type ListCustomersPurchaseLimit1, ListCustomersPurchaseLimit1$inboundSchema, type ListCustomersPurchaseLimit2, ListCustomersPurchaseLimit2$inboundSchema, ListCustomersPurchaseLimitInterval1, ListCustomersPurchaseLimitInterval1$inboundSchema, ListCustomersPurchaseLimitInterval2, ListCustomersPurchaseLimitInterval2$inboundSchema, type ListCustomersPurchaseLimitUnion, ListCustomersPurchaseLimitUnion$inboundSchema, ListCustomersPurchaseScope, ListCustomersPurchaseScope$inboundSchema, type ListCustomersResponse, ListCustomersResponse$inboundSchema, type ListCustomersRevenuecat, ListCustomersRevenuecat$inboundSchema, type ListCustomersSpendLimit, ListCustomersSpendLimit$inboundSchema, ListCustomersStatus, ListCustomersStatus$inboundSchema, type ListCustomersStripe, ListCustomersStripe$inboundSchema, type ListCustomersSubscription, ListCustomersSubscription$inboundSchema, ListCustomersSubscriptionScope, ListCustomersSubscriptionScope$inboundSchema, ListCustomersSubscriptionStatus, ListCustomersSubscriptionStatus$outboundSchema, ListCustomersThresholdType, ListCustomersThresholdType$inboundSchema, ListCustomersType, ListCustomersType$inboundSchema, type ListCustomersUsageAlert, ListCustomersUsageAlert$inboundSchema, type ListCustomersUsageLimit, ListCustomersUsageLimit$inboundSchema, ListCustomersUsageLimitInterval, ListCustomersUsageLimitInterval$inboundSchema, type ListCustomersVercel, ListCustomersVercel$inboundSchema, type ListEntitiesBillingControls, ListEntitiesBillingControls$inboundSchema, type ListEntitiesCreditSchema, ListEntitiesCreditSchema$inboundSchema, type ListEntitiesDisplay, ListEntitiesDisplay$inboundSchema, ListEntitiesEnv, ListEntitiesEnv$inboundSchema, type ListEntitiesFeature, ListEntitiesFeature$inboundSchema, type ListEntitiesFlags, ListEntitiesFlags$inboundSchema, type ListEntitiesGlobals, ListEntitiesInterval, ListEntitiesInterval$inboundSchema, type ListEntitiesInvoice, ListEntitiesInvoice$inboundSchema, ListEntitiesLimitType, ListEntitiesLimitType$inboundSchema, type ListEntitiesList, ListEntitiesList$inboundSchema, type ListEntitiesModelMarkups, ListEntitiesModelMarkups$inboundSchema, type ListEntitiesOverageAllowed, ListEntitiesOverageAllowed$inboundSchema, type ListEntitiesParams, type ListEntitiesParams$Outbound, ListEntitiesParams$outboundSchema, type ListEntitiesPlan, type ListEntitiesPlan$Outbound, ListEntitiesPlan$outboundSchema, ListEntitiesProcessor, ListEntitiesProcessor$outboundSchema, ListEntitiesProcessorType, ListEntitiesProcessorType$inboundSchema, type ListEntitiesProviderMarkups, ListEntitiesProviderMarkups$inboundSchema, type ListEntitiesPurchase, ListEntitiesPurchase$inboundSchema, ListEntitiesPurchaseScope, ListEntitiesPurchaseScope$inboundSchema, type ListEntitiesResponse, ListEntitiesResponse$inboundSchema, type ListEntitiesSpendLimit, ListEntitiesSpendLimit$inboundSchema, ListEntitiesStatus, ListEntitiesStatus$inboundSchema, type ListEntitiesSubscription, ListEntitiesSubscription$inboundSchema, ListEntitiesSubscriptionScope, ListEntitiesSubscriptionScope$inboundSchema, ListEntitiesSubscriptionStatus, ListEntitiesSubscriptionStatus$outboundSchema, ListEntitiesThresholdType, ListEntitiesThresholdType$inboundSchema, ListEntitiesType, ListEntitiesType$inboundSchema, type ListEntitiesUsageAlert, ListEntitiesUsageAlert$inboundSchema, type ListEntitiesUsageLimit, ListEntitiesUsageLimit$inboundSchema, type ListEventsCustomRange, type ListEventsCustomRange$Outbound, ListEventsCustomRange$outboundSchema, type ListEventsFeatureId, type ListEventsFeatureId$Outbound, ListEventsFeatureId$outboundSchema, type ListEventsGlobals, ListEventsIntervalEnum, ListEventsIntervalEnum$inboundSchema, type ListEventsIntervalUnion, ListEventsIntervalUnion$inboundSchema, type ListEventsList, ListEventsList$inboundSchema, type ListEventsReset, ListEventsReset$inboundSchema, type ListEventsResponse, ListEventsResponse$inboundSchema, type ListFeaturesCreditSchema, ListFeaturesCreditSchema$inboundSchema, type ListFeaturesDisplay, ListFeaturesDisplay$inboundSchema, type ListFeaturesGlobals, type ListFeaturesList, ListFeaturesList$inboundSchema, type ListFeaturesModelMarkups, ListFeaturesModelMarkups$inboundSchema, type ListFeaturesProviderMarkups, ListFeaturesProviderMarkups$inboundSchema, type ListFeaturesRequest, type ListFeaturesRequest$Outbound, ListFeaturesRequest$outboundSchema, type ListFeaturesResponse, ListFeaturesResponse$inboundSchema, ListFeaturesType, ListFeaturesType$inboundSchema, ListPlansAddItemBillingMethod, ListPlansAddItemBillingMethod$inboundSchema, ListPlansAddItemPriceInterval, ListPlansAddItemPriceInterval$inboundSchema, ListPlansAddItemResetInterval, ListPlansAddItemResetInterval$inboundSchema, ListPlansAttachAction, ListPlansAttachAction$inboundSchema, type ListPlansAutoTopup, ListPlansAutoTopup$inboundSchema, type ListPlansBasePrice, ListPlansBasePrice$inboundSchema, type ListPlansBillingControls, ListPlansBillingControls$inboundSchema, type ListPlansConfig, ListPlansConfig$inboundSchema, type ListPlansCreditSchema, ListPlansCreditSchema$inboundSchema, type ListPlansCustomerEligibility, ListPlansCustomerEligibility$inboundSchema, type ListPlansCustomize, ListPlansCustomize$inboundSchema, ListPlansDurationType, ListPlansDurationType$inboundSchema, ListPlansEnv, ListPlansEnv$inboundSchema, type ListPlansFeature, ListPlansFeature$inboundSchema, type ListPlansFeatureDisplay, ListPlansFeatureDisplay$inboundSchema, type ListPlansFreeTrial, ListPlansFreeTrial$inboundSchema, type ListPlansFreeTrialParams, ListPlansFreeTrialParams$inboundSchema, type ListPlansGlobals, ListPlansIntervalRemoveItemEnum1, ListPlansIntervalRemoveItemEnum1$inboundSchema, ListPlansIntervalRemoveItemEnum2, ListPlansIntervalRemoveItemEnum2$inboundSchema, type ListPlansIntervalUnion, ListPlansIntervalUnion$inboundSchema, type ListPlansItem, ListPlansItem$inboundSchema, ListPlansItemBillingMethod, ListPlansItemBillingMethod$inboundSchema, type ListPlansItemDisplay, ListPlansItemDisplay$inboundSchema, ListPlansItemExpiryDurationType, ListPlansItemExpiryDurationType$inboundSchema, type ListPlansItemPrice, ListPlansItemPrice$inboundSchema, type ListPlansItemReset, ListPlansItemReset$inboundSchema, type ListPlansItemRollover, ListPlansItemRollover$inboundSchema, type ListPlansItemTier, ListPlansItemTier$inboundSchema, ListPlansItemTierBehavior, ListPlansItemTierBehavior$inboundSchema, ListPlansLimitType, ListPlansLimitType$inboundSchema, type ListPlansList, ListPlansList$inboundSchema, ListPlansOnDecrease, ListPlansOnDecrease$inboundSchema, ListPlansOnEnd, ListPlansOnEnd$inboundSchema, ListPlansOnIncrease, ListPlansOnIncrease$inboundSchema, type ListPlansOverageAllowed, ListPlansOverageAllowed$inboundSchema, type ListPlansParams, type ListPlansParams$Outbound, ListPlansParams$outboundSchema, type ListPlansPlanItem, ListPlansPlanItem$inboundSchema, type ListPlansPlanItemFilter, ListPlansPlanItemFilter$inboundSchema, type ListPlansPrice, ListPlansPrice$inboundSchema, type ListPlansPriceDisplay, ListPlansPriceDisplay$inboundSchema, ListPlansPriceInterval, ListPlansPriceInterval$inboundSchema, ListPlansPriceItemInterval, ListPlansPriceItemInterval$inboundSchema, ListPlansPriceVariantDetailsInterval, ListPlansPriceVariantDetailsInterval$inboundSchema, type ListPlansProration, ListPlansProration$inboundSchema, type ListPlansPurchaseLimit, ListPlansPurchaseLimit$inboundSchema, ListPlansPurchaseLimitInterval, ListPlansPurchaseLimitInterval$inboundSchema, ListPlansRemoveItemBillingMethod, ListPlansRemoveItemBillingMethod$inboundSchema, ListPlansResetItemInterval, ListPlansResetItemInterval$inboundSchema, type ListPlansResponse, ListPlansResponse$inboundSchema, type ListPlansSpendLimit, ListPlansSpendLimit$inboundSchema, ListPlansStatus, ListPlansStatus$inboundSchema, ListPlansThresholdType, ListPlansThresholdType$inboundSchema, type ListPlansTo, ListPlansTo$inboundSchema, ListPlansType, ListPlansType$inboundSchema, type ListPlansUsageAlert, ListPlansUsageAlert$inboundSchema, type ListPlansUsageLimit, ListPlansUsageLimit$inboundSchema, ListPlansUsageLimitInterval, ListPlansUsageLimitInterval$inboundSchema, type ListPlansVariantDetails, ListPlansVariantDetails$inboundSchema, type ListPlansVariantDetailsAutoTopup, ListPlansVariantDetailsAutoTopup$inboundSchema, type ListPlansVariantDetailsBillingControls, ListPlansVariantDetailsBillingControls$inboundSchema, ListPlansVariantDetailsDurationType, ListPlansVariantDetailsDurationType$inboundSchema, ListPlansVariantDetailsExpiryDurationType, ListPlansVariantDetailsExpiryDurationType$inboundSchema, ListPlansVariantDetailsLimitType, ListPlansVariantDetailsLimitType$inboundSchema, ListPlansVariantDetailsOnEnd, ListPlansVariantDetailsOnEnd$inboundSchema, type ListPlansVariantDetailsOverageAllowed, ListPlansVariantDetailsOverageAllowed$inboundSchema, type ListPlansVariantDetailsPrice, ListPlansVariantDetailsPrice$inboundSchema, type ListPlansVariantDetailsPurchaseLimit, ListPlansVariantDetailsPurchaseLimit$inboundSchema, ListPlansVariantDetailsPurchaseLimitInterval, ListPlansVariantDetailsPurchaseLimitInterval$inboundSchema, type ListPlansVariantDetailsReset, ListPlansVariantDetailsReset$inboundSchema, type ListPlansVariantDetailsRollover, ListPlansVariantDetailsRollover$inboundSchema, type ListPlansVariantDetailsSpendLimit, ListPlansVariantDetailsSpendLimit$inboundSchema, ListPlansVariantDetailsThresholdType, ListPlansVariantDetailsThresholdType$inboundSchema, type ListPlansVariantDetailsTier, ListPlansVariantDetailsTier$inboundSchema, ListPlansVariantDetailsTierBehavior, ListPlansVariantDetailsTierBehavior$inboundSchema, type ListPlansVariantDetailsUsageAlert, ListPlansVariantDetailsUsageAlert$inboundSchema, type ListPlansVariantDetailsUsageLimit, ListPlansVariantDetailsUsageLimit$inboundSchema, ListPlansVariantDetailsUsageLimitInterval, ListPlansVariantDetailsUsageLimitInterval$inboundSchema, type ListRewardsDuration, ListRewardsDuration$inboundSchema, type ListRewardsGlobals, type ListRewardsResponse, ListRewardsResponse$inboundSchema, type Migration, type Migration$Outbound, Migration$outboundSchema, type MintKeyGlobals, type MintKeyParams, type MintKeyParams$Outbound, MintKeyParams$outboundSchema, type MintKeyResponse, MintKeyResponse$inboundSchema, type MultiAttachAttachDiscount, type MultiAttachAttachDiscount$Outbound, MultiAttachAttachDiscount$outboundSchema, type MultiAttachBasePrice, type MultiAttachBasePrice$Outbound, MultiAttachBasePrice$outboundSchema, type MultiAttachBillingControls, type MultiAttachBillingControls$Outbound, MultiAttachBillingControls$outboundSchema, MultiAttachBillingMethod, MultiAttachBillingMethod$outboundSchema, MultiAttachCode, MultiAttachCode$inboundSchema, type MultiAttachCustomize, type MultiAttachCustomize$Outbound, MultiAttachCustomize$outboundSchema, MultiAttachDurationType, MultiAttachDurationType$outboundSchema, type MultiAttachEntityData, type MultiAttachEntityData$Outbound, MultiAttachEntityData$outboundSchema, MultiAttachEntityDataInterval, MultiAttachEntityDataInterval$outboundSchema, MultiAttachExpiryDurationType, MultiAttachExpiryDurationType$outboundSchema, type MultiAttachFeatureQuantity, type MultiAttachFeatureQuantity$Outbound, MultiAttachFeatureQuantity$outboundSchema, type MultiAttachFreeTrialParams, type MultiAttachFreeTrialParams$Outbound, MultiAttachFreeTrialParams$outboundSchema, type MultiAttachGlobals, type MultiAttachInvoice, MultiAttachInvoice$inboundSchema, type MultiAttachInvoiceMode, type MultiAttachInvoiceMode$Outbound, MultiAttachInvoiceMode$outboundSchema, MultiAttachItemPriceInterval, MultiAttachItemPriceInterval$outboundSchema, MultiAttachLimitType, MultiAttachLimitType$outboundSchema, MultiAttachOnDecrease, MultiAttachOnDecrease$outboundSchema, MultiAttachOnEnd, MultiAttachOnEnd$outboundSchema, MultiAttachOnIncrease, MultiAttachOnIncrease$outboundSchema, type MultiAttachOverageAllowed, type MultiAttachOverageAllowed$Outbound, MultiAttachOverageAllowed$outboundSchema, type MultiAttachParams, type MultiAttachParams$Outbound, MultiAttachParams$outboundSchema, type MultiAttachPlan, type MultiAttachPlan$Outbound, MultiAttachPlan$outboundSchema, type MultiAttachPlanItem, type MultiAttachPlanItem$Outbound, MultiAttachPlanItem$outboundSchema, type MultiAttachPrice, type MultiAttachPrice$Outbound, MultiAttachPrice$outboundSchema, MultiAttachPriceInterval, MultiAttachPriceInterval$outboundSchema, type MultiAttachProration, type MultiAttachProration$Outbound, MultiAttachProration$outboundSchema, MultiAttachRedirectMode, MultiAttachRedirectMode$outboundSchema, type MultiAttachRequiredAction, MultiAttachRequiredAction$inboundSchema, type MultiAttachReset, type MultiAttachReset$Outbound, MultiAttachReset$outboundSchema, MultiAttachResetInterval, MultiAttachResetInterval$outboundSchema, type MultiAttachResponse, MultiAttachResponse$inboundSchema, type MultiAttachRollover, type MultiAttachRollover$Outbound, MultiAttachRollover$outboundSchema, type MultiAttachSpendLimit, type MultiAttachSpendLimit$Outbound, MultiAttachSpendLimit$outboundSchema, MultiAttachThresholdType, MultiAttachThresholdType$outboundSchema, type MultiAttachTier, type MultiAttachTier$Outbound, MultiAttachTier$outboundSchema, MultiAttachTierBehavior, MultiAttachTierBehavior$outboundSchema, type MultiAttachTo, type MultiAttachTo$Outbound, MultiAttachTo$outboundSchema, type MultiAttachUsageAlert, type MultiAttachUsageAlert$Outbound, MultiAttachUsageAlert$outboundSchema, type MultiAttachUsageLimit, type MultiAttachUsageLimit$Outbound, MultiAttachUsageLimit$outboundSchema, OnDecrease, OnDecrease$inboundSchema, OnEnd, OnEnd$inboundSchema, OnIncrease, OnIncrease$inboundSchema, type OpenCustomerPortalGlobals, type OpenCustomerPortalParams, type OpenCustomerPortalParams$Outbound, OpenCustomerPortalParams$outboundSchema, type OpenCustomerPortalResponse, OpenCustomerPortalResponse$inboundSchema, type PhaseResponse, PhaseResponse$inboundSchema, type PhaseStart, type PhaseStart$Outbound, PhaseStart$outboundSchema, type PhaseStartUnion, type PhaseStartUnion$Outbound, PhaseStartUnion$outboundSchema, type Plan, Plan$inboundSchema, PlanAddItemBillingMethod, PlanAddItemBillingMethod$inboundSchema, PlanAddItemPriceInterval, PlanAddItemPriceInterval$inboundSchema, PlanAddItemResetInterval, PlanAddItemResetInterval$inboundSchema, type PlanAutoTopup, PlanAutoTopup$inboundSchema, type PlanBillingControls, PlanBillingControls$inboundSchema, type PlanConfig, PlanConfig$inboundSchema, type PlanCreditSchema, PlanCreditSchema$inboundSchema, PlanDurationType, PlanDurationType$inboundSchema, PlanEnv, PlanEnv$inboundSchema, type PlanFeature, PlanFeature$inboundSchema, type PlanFeatureDisplay, PlanFeatureDisplay$inboundSchema, PlanIntervalRemoveItemEnum1, PlanIntervalRemoveItemEnum1$inboundSchema, PlanIntervalRemoveItemEnum2, PlanIntervalRemoveItemEnum2$inboundSchema, type PlanIntervalUnion, PlanIntervalUnion$inboundSchema, type PlanItem, PlanItem$inboundSchema, PlanItemBillingMethod, PlanItemBillingMethod$inboundSchema, type PlanItemDisplay, PlanItemDisplay$inboundSchema, type PlanItemFilter, PlanItemFilter$inboundSchema, type PlanItemPrice, PlanItemPrice$inboundSchema, type PlanItemReset, PlanItemReset$inboundSchema, type PlanItemRollover, PlanItemRollover$inboundSchema, type PlanItemTier, PlanItemTier$inboundSchema, PlanItemTierBehavior, PlanItemTierBehavior$inboundSchema, type PlanItemTo, PlanItemTo$inboundSchema, PlanLimitType, PlanLimitType$inboundSchema, type PlanOverageAllowed, PlanOverageAllowed$inboundSchema, type PlanPrice, PlanPrice$inboundSchema, type PlanPriceDisplay, PlanPriceDisplay$inboundSchema, PlanPriceInterval, PlanPriceInterval$inboundSchema, PlanPriceItemInterval, PlanPriceItemInterval$inboundSchema, PlanPriceVariantDetailsInterval, PlanPriceVariantDetailsInterval$inboundSchema, type PlanPurchaseLimit, PlanPurchaseLimit$inboundSchema, PlanPurchaseLimitInterval, PlanPurchaseLimitInterval$inboundSchema, PlanRemoveItemBillingMethod, PlanRemoveItemBillingMethod$inboundSchema, PlanResetItemInterval, PlanResetItemInterval$inboundSchema, type PlanSpendLimit, PlanSpendLimit$inboundSchema, PlanStatus, PlanStatus$inboundSchema, PlanThresholdType, PlanThresholdType$inboundSchema, PlanType, PlanType$inboundSchema, type PlanUsageAlert, PlanUsageAlert$inboundSchema, type PlanUsageLimit, PlanUsageLimit$inboundSchema, PlanUsageLimitInterval, PlanUsageLimitInterval$inboundSchema, type PlanVariantDetailsAutoTopup, PlanVariantDetailsAutoTopup$inboundSchema, type PlanVariantDetailsBillingControls, PlanVariantDetailsBillingControls$inboundSchema, PlanVariantDetailsDurationType, PlanVariantDetailsDurationType$inboundSchema, PlanVariantDetailsLimitType, PlanVariantDetailsLimitType$inboundSchema, type PlanVariantDetailsOverageAllowed, PlanVariantDetailsOverageAllowed$inboundSchema, type PlanVariantDetailsPrice, PlanVariantDetailsPrice$inboundSchema, type PlanVariantDetailsPurchaseLimit, PlanVariantDetailsPurchaseLimit$inboundSchema, PlanVariantDetailsPurchaseLimitInterval, PlanVariantDetailsPurchaseLimitInterval$inboundSchema, type PlanVariantDetailsReset, PlanVariantDetailsReset$inboundSchema, type PlanVariantDetailsRollover, PlanVariantDetailsRollover$inboundSchema, type PlanVariantDetailsSpendLimit, PlanVariantDetailsSpendLimit$inboundSchema, PlanVariantDetailsThresholdType, PlanVariantDetailsThresholdType$inboundSchema, type PlanVariantDetailsTier, PlanVariantDetailsTier$inboundSchema, PlanVariantDetailsTierBehavior, PlanVariantDetailsTierBehavior$inboundSchema, type PlanVariantDetailsTo, PlanVariantDetailsTo$inboundSchema, type PlanVariantDetailsUsageAlert, PlanVariantDetailsUsageAlert$inboundSchema, type PlanVariantDetailsUsageLimit, PlanVariantDetailsUsageLimit$inboundSchema, PlanVariantDetailsUsageLimitInterval, PlanVariantDetailsUsageLimitInterval$inboundSchema, type Preview1, Preview1$inboundSchema, type Preview2, Preview2$inboundSchema, PreviewAttachAddItemBillingMethod, PreviewAttachAddItemBillingMethod$outboundSchema, PreviewAttachAddItemExpiryDurationType, PreviewAttachAddItemExpiryDurationType$outboundSchema, PreviewAttachAddItemOnDecrease, PreviewAttachAddItemOnDecrease$outboundSchema, PreviewAttachAddItemOnIncrease, PreviewAttachAddItemOnIncrease$outboundSchema, type PreviewAttachAddItemPlanItem, type PreviewAttachAddItemPlanItem$Outbound, PreviewAttachAddItemPlanItem$outboundSchema, type PreviewAttachAddItemPrice, type PreviewAttachAddItemPrice$Outbound, PreviewAttachAddItemPrice$outboundSchema, PreviewAttachAddItemPriceInterval, PreviewAttachAddItemPriceInterval$outboundSchema, type PreviewAttachAddItemProration, type PreviewAttachAddItemProration$Outbound, PreviewAttachAddItemProration$outboundSchema, type PreviewAttachAddItemReset, type PreviewAttachAddItemReset$Outbound, PreviewAttachAddItemReset$outboundSchema, PreviewAttachAddItemResetInterval, PreviewAttachAddItemResetInterval$outboundSchema, type PreviewAttachAddItemRollover, type PreviewAttachAddItemRollover$Outbound, PreviewAttachAddItemRollover$outboundSchema, type PreviewAttachAddItemTier, type PreviewAttachAddItemTier$Outbound, PreviewAttachAddItemTier$outboundSchema, PreviewAttachAddItemTierBehavior, PreviewAttachAddItemTierBehavior$outboundSchema, type PreviewAttachAddItemTo, type PreviewAttachAddItemTo$Outbound, PreviewAttachAddItemTo$outboundSchema, type PreviewAttachAttachDiscount, type PreviewAttachAttachDiscount$Outbound, PreviewAttachAttachDiscount$outboundSchema, type PreviewAttachAutoTopup, type PreviewAttachAutoTopup$Outbound, PreviewAttachAutoTopup$outboundSchema, type PreviewAttachBasePrice, type PreviewAttachBasePrice$Outbound, PreviewAttachBasePrice$outboundSchema, type PreviewAttachBillingControls, type PreviewAttachBillingControls$Outbound, PreviewAttachBillingControls$outboundSchema, type PreviewAttachCarryOverBalances, type PreviewAttachCarryOverBalances$Outbound, PreviewAttachCarryOverBalances$outboundSchema, type PreviewAttachCarryOverUsages, type PreviewAttachCarryOverUsages$Outbound, PreviewAttachCarryOverUsages$outboundSchema, PreviewAttachCheckoutType, PreviewAttachCheckoutType$inboundSchema, type PreviewAttachCustomLineItem, type PreviewAttachCustomLineItem$Outbound, PreviewAttachCustomLineItem$outboundSchema, type PreviewAttachCustomize, type PreviewAttachCustomize$Outbound, PreviewAttachCustomize$outboundSchema, type PreviewAttachDiscount, PreviewAttachDiscount$inboundSchema, PreviewAttachDurationType, PreviewAttachDurationType$outboundSchema, type PreviewAttachFeatureQuantityRequest, type PreviewAttachFeatureQuantityRequest$Outbound, PreviewAttachFeatureQuantityRequest$outboundSchema, type PreviewAttachFreeTrialParams, type PreviewAttachFreeTrialParams$Outbound, PreviewAttachFreeTrialParams$outboundSchema, type PreviewAttachGlobals, type PreviewAttachIncoming, PreviewAttachIncoming$inboundSchema, type PreviewAttachIncomingFeatureQuantity, PreviewAttachIncomingFeatureQuantity$inboundSchema, PreviewAttachIntervalRemoveItemEnum1, PreviewAttachIntervalRemoveItemEnum1$outboundSchema, PreviewAttachIntervalRemoveItemEnum2, PreviewAttachIntervalRemoveItemEnum2$outboundSchema, type PreviewAttachIntervalUnion, type PreviewAttachIntervalUnion$Outbound, PreviewAttachIntervalUnion$outboundSchema, type PreviewAttachInvoiceCredits, PreviewAttachInvoiceCredits$inboundSchema, type PreviewAttachInvoiceMode, type PreviewAttachInvoiceMode$Outbound, PreviewAttachInvoiceMode$outboundSchema, PreviewAttachItemBillingMethod, PreviewAttachItemBillingMethod$outboundSchema, PreviewAttachItemExpiryDurationType, PreviewAttachItemExpiryDurationType$outboundSchema, PreviewAttachItemOnDecrease, PreviewAttachItemOnDecrease$outboundSchema, PreviewAttachItemOnIncrease, PreviewAttachItemOnIncrease$outboundSchema, type PreviewAttachItemPlanItem, type PreviewAttachItemPlanItem$Outbound, PreviewAttachItemPlanItem$outboundSchema, type PreviewAttachItemPrice, type PreviewAttachItemPrice$Outbound, PreviewAttachItemPrice$outboundSchema, PreviewAttachItemPriceInterval, PreviewAttachItemPriceInterval$outboundSchema, type PreviewAttachItemProration, type PreviewAttachItemProration$Outbound, PreviewAttachItemProration$outboundSchema, type PreviewAttachItemReset, type PreviewAttachItemReset$Outbound, PreviewAttachItemReset$outboundSchema, PreviewAttachItemResetInterval, PreviewAttachItemResetInterval$outboundSchema, type PreviewAttachItemRollover, type PreviewAttachItemRollover$Outbound, PreviewAttachItemRollover$outboundSchema, type PreviewAttachItemTier, type PreviewAttachItemTier$Outbound, PreviewAttachItemTier$outboundSchema, PreviewAttachItemTierBehavior, PreviewAttachItemTierBehavior$outboundSchema, type PreviewAttachItemTo, type PreviewAttachItemTo$Outbound, PreviewAttachItemTo$outboundSchema, PreviewAttachLimitType, PreviewAttachLimitType$outboundSchema, type PreviewAttachLineItem, PreviewAttachLineItem$inboundSchema, type PreviewAttachLineItemPeriod, PreviewAttachLineItemPeriod$inboundSchema, type PreviewAttachNextCycle, PreviewAttachNextCycle$inboundSchema, type PreviewAttachNextCycleDiscount, PreviewAttachNextCycleDiscount$inboundSchema, type PreviewAttachNextCycleLineItem, PreviewAttachNextCycleLineItem$inboundSchema, type PreviewAttachNextCycleLineItemPeriod, PreviewAttachNextCycleLineItemPeriod$inboundSchema, PreviewAttachOnEnd, PreviewAttachOnEnd$outboundSchema, type PreviewAttachOutgoing, PreviewAttachOutgoing$inboundSchema, type PreviewAttachOutgoingFeatureQuantity, PreviewAttachOutgoingFeatureQuantity$inboundSchema, type PreviewAttachOverageAllowed, type PreviewAttachOverageAllowed$Outbound, PreviewAttachOverageAllowed$outboundSchema, type PreviewAttachParams, type PreviewAttachParams$Outbound, PreviewAttachParams$outboundSchema, type PreviewAttachPlanItemFilter, type PreviewAttachPlanItemFilter$Outbound, PreviewAttachPlanItemFilter$outboundSchema, PreviewAttachPlanSchedule, PreviewAttachPlanSchedule$outboundSchema, PreviewAttachPriceInterval, PreviewAttachPriceInterval$outboundSchema, PreviewAttachProrationBehavior, PreviewAttachProrationBehavior$outboundSchema, type PreviewAttachPurchaseLimit, type PreviewAttachPurchaseLimit$Outbound, PreviewAttachPurchaseLimit$outboundSchema, PreviewAttachPurchaseLimitInterval, PreviewAttachPurchaseLimitInterval$outboundSchema, PreviewAttachRedirectMode, PreviewAttachRedirectMode$outboundSchema, PreviewAttachRemoveItemBillingMethod, PreviewAttachRemoveItemBillingMethod$outboundSchema, type PreviewAttachResponse, PreviewAttachResponse$inboundSchema, type PreviewAttachSpendLimit, type PreviewAttachSpendLimit$Outbound, PreviewAttachSpendLimit$outboundSchema, PreviewAttachStatus, PreviewAttachStatus$inboundSchema, type PreviewAttachTax, PreviewAttachTax$inboundSchema, PreviewAttachThresholdType, PreviewAttachThresholdType$outboundSchema, type PreviewAttachUsageAlert, type PreviewAttachUsageAlert$Outbound, PreviewAttachUsageAlert$outboundSchema, type PreviewAttachUsageLimit, type PreviewAttachUsageLimit$Outbound, PreviewAttachUsageLimit$outboundSchema, PreviewAttachUsageLimitInterval, PreviewAttachUsageLimitInterval$outboundSchema, type PreviewAttachUsageLineItem, PreviewAttachUsageLineItem$inboundSchema, type PreviewAttachUsageLineItemPeriod, PreviewAttachUsageLineItemPeriod$inboundSchema, type PreviewMultiAttachAttachDiscount, type PreviewMultiAttachAttachDiscount$Outbound, PreviewMultiAttachAttachDiscount$outboundSchema, type PreviewMultiAttachBasePrice, type PreviewMultiAttachBasePrice$Outbound, PreviewMultiAttachBasePrice$outboundSchema, type PreviewMultiAttachBillingControls, type PreviewMultiAttachBillingControls$Outbound, PreviewMultiAttachBillingControls$outboundSchema, PreviewMultiAttachBillingMethod, PreviewMultiAttachBillingMethod$outboundSchema, PreviewMultiAttachCheckoutType, PreviewMultiAttachCheckoutType$inboundSchema, type PreviewMultiAttachCustomize, type PreviewMultiAttachCustomize$Outbound, PreviewMultiAttachCustomize$outboundSchema, type PreviewMultiAttachDiscount, PreviewMultiAttachDiscount$inboundSchema, PreviewMultiAttachDurationType, PreviewMultiAttachDurationType$outboundSchema, type PreviewMultiAttachEntityData, type PreviewMultiAttachEntityData$Outbound, PreviewMultiAttachEntityData$outboundSchema, PreviewMultiAttachEntityDataInterval, PreviewMultiAttachEntityDataInterval$outboundSchema, PreviewMultiAttachExpiryDurationType, PreviewMultiAttachExpiryDurationType$outboundSchema, type PreviewMultiAttachFreeTrialParams, type PreviewMultiAttachFreeTrialParams$Outbound, PreviewMultiAttachFreeTrialParams$outboundSchema, type PreviewMultiAttachGlobals, type PreviewMultiAttachIncoming, PreviewMultiAttachIncoming$inboundSchema, type PreviewMultiAttachIncomingFeatureQuantity, PreviewMultiAttachIncomingFeatureQuantity$inboundSchema, type PreviewMultiAttachInvoiceCredits, PreviewMultiAttachInvoiceCredits$inboundSchema, type PreviewMultiAttachInvoiceMode, type PreviewMultiAttachInvoiceMode$Outbound, PreviewMultiAttachInvoiceMode$outboundSchema, PreviewMultiAttachItemPriceInterval, PreviewMultiAttachItemPriceInterval$outboundSchema, PreviewMultiAttachLimitType, PreviewMultiAttachLimitType$outboundSchema, type PreviewMultiAttachLineItem, PreviewMultiAttachLineItem$inboundSchema, type PreviewMultiAttachLineItemPeriod, PreviewMultiAttachLineItemPeriod$inboundSchema, type PreviewMultiAttachNextCycle, PreviewMultiAttachNextCycle$inboundSchema, type PreviewMultiAttachNextCycleDiscount, PreviewMultiAttachNextCycleDiscount$inboundSchema, type PreviewMultiAttachNextCycleLineItem, PreviewMultiAttachNextCycleLineItem$inboundSchema, type PreviewMultiAttachNextCycleLineItemPeriod, PreviewMultiAttachNextCycleLineItemPeriod$inboundSchema, PreviewMultiAttachOnDecrease, PreviewMultiAttachOnDecrease$outboundSchema, PreviewMultiAttachOnEnd, PreviewMultiAttachOnEnd$outboundSchema, PreviewMultiAttachOnIncrease, PreviewMultiAttachOnIncrease$outboundSchema, type PreviewMultiAttachOutgoing, PreviewMultiAttachOutgoing$inboundSchema, type PreviewMultiAttachOutgoingFeatureQuantity, PreviewMultiAttachOutgoingFeatureQuantity$inboundSchema, type PreviewMultiAttachOverageAllowed, type PreviewMultiAttachOverageAllowed$Outbound, PreviewMultiAttachOverageAllowed$outboundSchema, type PreviewMultiAttachParams, type PreviewMultiAttachParams$Outbound, PreviewMultiAttachParams$outboundSchema, type PreviewMultiAttachPlan, type PreviewMultiAttachPlan$Outbound, PreviewMultiAttachPlan$outboundSchema, type PreviewMultiAttachPlanFeatureQuantity, type PreviewMultiAttachPlanFeatureQuantity$Outbound, PreviewMultiAttachPlanFeatureQuantity$outboundSchema, type PreviewMultiAttachPlanItem, type PreviewMultiAttachPlanItem$Outbound, PreviewMultiAttachPlanItem$outboundSchema, type PreviewMultiAttachPrice, type PreviewMultiAttachPrice$Outbound, PreviewMultiAttachPrice$outboundSchema, PreviewMultiAttachPriceInterval, PreviewMultiAttachPriceInterval$outboundSchema, type PreviewMultiAttachProration, type PreviewMultiAttachProration$Outbound, PreviewMultiAttachProration$outboundSchema, PreviewMultiAttachRedirectMode, PreviewMultiAttachRedirectMode$outboundSchema, type PreviewMultiAttachReset, type PreviewMultiAttachReset$Outbound, PreviewMultiAttachReset$outboundSchema, PreviewMultiAttachResetInterval, PreviewMultiAttachResetInterval$outboundSchema, type PreviewMultiAttachResponse, PreviewMultiAttachResponse$inboundSchema, type PreviewMultiAttachRollover, type PreviewMultiAttachRollover$Outbound, PreviewMultiAttachRollover$outboundSchema, type PreviewMultiAttachSpendLimit, type PreviewMultiAttachSpendLimit$Outbound, PreviewMultiAttachSpendLimit$outboundSchema, PreviewMultiAttachStatus, PreviewMultiAttachStatus$inboundSchema, type PreviewMultiAttachTax, PreviewMultiAttachTax$inboundSchema, PreviewMultiAttachThresholdType, PreviewMultiAttachThresholdType$outboundSchema, type PreviewMultiAttachTier, type PreviewMultiAttachTier$Outbound, PreviewMultiAttachTier$outboundSchema, PreviewMultiAttachTierBehavior, PreviewMultiAttachTierBehavior$outboundSchema, type PreviewMultiAttachTo, type PreviewMultiAttachTo$Outbound, PreviewMultiAttachTo$outboundSchema, type PreviewMultiAttachUsageAlert, type PreviewMultiAttachUsageAlert$Outbound, PreviewMultiAttachUsageAlert$outboundSchema, type PreviewMultiAttachUsageLimit, type PreviewMultiAttachUsageLimit$Outbound, PreviewMultiAttachUsageLimit$outboundSchema, type PreviewMultiAttachUsageLineItem, PreviewMultiAttachUsageLineItem$inboundSchema, type PreviewMultiAttachUsageLineItemPeriod, PreviewMultiAttachUsageLineItemPeriod$inboundSchema, PreviewUpdateAddItemBillingMethod, PreviewUpdateAddItemBillingMethod$outboundSchema, PreviewUpdateAddItemExpiryDurationType, PreviewUpdateAddItemExpiryDurationType$outboundSchema, PreviewUpdateAddItemOnDecrease, PreviewUpdateAddItemOnDecrease$outboundSchema, PreviewUpdateAddItemOnIncrease, PreviewUpdateAddItemOnIncrease$outboundSchema, type PreviewUpdateAddItemPlanItem, type PreviewUpdateAddItemPlanItem$Outbound, PreviewUpdateAddItemPlanItem$outboundSchema, type PreviewUpdateAddItemPrice, type PreviewUpdateAddItemPrice$Outbound, PreviewUpdateAddItemPrice$outboundSchema, PreviewUpdateAddItemPriceInterval, PreviewUpdateAddItemPriceInterval$outboundSchema, type PreviewUpdateAddItemProration, type PreviewUpdateAddItemProration$Outbound, PreviewUpdateAddItemProration$outboundSchema, type PreviewUpdateAddItemReset, type PreviewUpdateAddItemReset$Outbound, PreviewUpdateAddItemReset$outboundSchema, PreviewUpdateAddItemResetInterval, PreviewUpdateAddItemResetInterval$outboundSchema, type PreviewUpdateAddItemRollover, type PreviewUpdateAddItemRollover$Outbound, PreviewUpdateAddItemRollover$outboundSchema, type PreviewUpdateAddItemTier, type PreviewUpdateAddItemTier$Outbound, PreviewUpdateAddItemTier$outboundSchema, PreviewUpdateAddItemTierBehavior, PreviewUpdateAddItemTierBehavior$outboundSchema, type PreviewUpdateAddItemTo, type PreviewUpdateAddItemTo$Outbound, PreviewUpdateAddItemTo$outboundSchema, type PreviewUpdateAttachDiscount, type PreviewUpdateAttachDiscount$Outbound, PreviewUpdateAttachDiscount$outboundSchema, type PreviewUpdateAutoTopup, type PreviewUpdateAutoTopup$Outbound, PreviewUpdateAutoTopup$outboundSchema, type PreviewUpdateBasePrice, type PreviewUpdateBasePrice$Outbound, PreviewUpdateBasePrice$outboundSchema, type PreviewUpdateBillingControls, type PreviewUpdateBillingControls$Outbound, PreviewUpdateBillingControls$outboundSchema, PreviewUpdateCancelAction, PreviewUpdateCancelAction$outboundSchema, type PreviewUpdateCarryOverUsages, type PreviewUpdateCarryOverUsages$Outbound, PreviewUpdateCarryOverUsages$outboundSchema, type PreviewUpdateCustomize, type PreviewUpdateCustomize$Outbound, PreviewUpdateCustomize$outboundSchema, type PreviewUpdateDiscount, PreviewUpdateDiscount$inboundSchema, PreviewUpdateDurationType, PreviewUpdateDurationType$outboundSchema, type PreviewUpdateFeatureQuantityRequest, type PreviewUpdateFeatureQuantityRequest$Outbound, PreviewUpdateFeatureQuantityRequest$outboundSchema, type PreviewUpdateFreeTrialParams, type PreviewUpdateFreeTrialParams$Outbound, PreviewUpdateFreeTrialParams$outboundSchema, type PreviewUpdateGlobals, type PreviewUpdateIncoming, PreviewUpdateIncoming$inboundSchema, type PreviewUpdateIncomingFeatureQuantity, PreviewUpdateIncomingFeatureQuantity$inboundSchema, PreviewUpdateIntervalRemoveItemEnum1, PreviewUpdateIntervalRemoveItemEnum1$outboundSchema, PreviewUpdateIntervalRemoveItemEnum2, PreviewUpdateIntervalRemoveItemEnum2$outboundSchema, type PreviewUpdateIntervalUnion, type PreviewUpdateIntervalUnion$Outbound, PreviewUpdateIntervalUnion$outboundSchema, type PreviewUpdateInvoiceCredits, PreviewUpdateInvoiceCredits$inboundSchema, type PreviewUpdateInvoiceMode, type PreviewUpdateInvoiceMode$Outbound, PreviewUpdateInvoiceMode$outboundSchema, PreviewUpdateItemBillingMethod, PreviewUpdateItemBillingMethod$outboundSchema, PreviewUpdateItemExpiryDurationType, PreviewUpdateItemExpiryDurationType$outboundSchema, PreviewUpdateItemOnDecrease, PreviewUpdateItemOnDecrease$outboundSchema, PreviewUpdateItemOnIncrease, PreviewUpdateItemOnIncrease$outboundSchema, type PreviewUpdateItemPlanItem, type PreviewUpdateItemPlanItem$Outbound, PreviewUpdateItemPlanItem$outboundSchema, type PreviewUpdateItemPrice, type PreviewUpdateItemPrice$Outbound, PreviewUpdateItemPrice$outboundSchema, PreviewUpdateItemPriceInterval, PreviewUpdateItemPriceInterval$outboundSchema, type PreviewUpdateItemProration, type PreviewUpdateItemProration$Outbound, PreviewUpdateItemProration$outboundSchema, type PreviewUpdateItemReset, type PreviewUpdateItemReset$Outbound, PreviewUpdateItemReset$outboundSchema, PreviewUpdateItemResetInterval, PreviewUpdateItemResetInterval$outboundSchema, type PreviewUpdateItemRollover, type PreviewUpdateItemRollover$Outbound, PreviewUpdateItemRollover$outboundSchema, type PreviewUpdateItemTier, type PreviewUpdateItemTier$Outbound, PreviewUpdateItemTier$outboundSchema, PreviewUpdateItemTierBehavior, PreviewUpdateItemTierBehavior$outboundSchema, type PreviewUpdateItemTo, type PreviewUpdateItemTo$Outbound, PreviewUpdateItemTo$outboundSchema, PreviewUpdateLimitType, PreviewUpdateLimitType$outboundSchema, type PreviewUpdateLineItem, PreviewUpdateLineItem$inboundSchema, type PreviewUpdateLineItemPeriod, PreviewUpdateLineItemPeriod$inboundSchema, type PreviewUpdateNextCycle, PreviewUpdateNextCycle$inboundSchema, type PreviewUpdateNextCycleDiscount, PreviewUpdateNextCycleDiscount$inboundSchema, type PreviewUpdateNextCycleLineItem, PreviewUpdateNextCycleLineItem$inboundSchema, type PreviewUpdateNextCycleLineItemPeriod, PreviewUpdateNextCycleLineItemPeriod$inboundSchema, PreviewUpdateOnEnd, PreviewUpdateOnEnd$outboundSchema, type PreviewUpdateOutgoing, PreviewUpdateOutgoing$inboundSchema, type PreviewUpdateOutgoingFeatureQuantity, PreviewUpdateOutgoingFeatureQuantity$inboundSchema, type PreviewUpdateOverageAllowed, type PreviewUpdateOverageAllowed$Outbound, PreviewUpdateOverageAllowed$outboundSchema, type PreviewUpdateParams, type PreviewUpdateParams$Outbound, PreviewUpdateParams$outboundSchema, type PreviewUpdatePlanItemFilter, type PreviewUpdatePlanItemFilter$Outbound, PreviewUpdatePlanItemFilter$outboundSchema, PreviewUpdatePriceInterval, PreviewUpdatePriceInterval$outboundSchema, PreviewUpdateProrationBehavior, PreviewUpdateProrationBehavior$outboundSchema, type PreviewUpdatePurchaseLimit, type PreviewUpdatePurchaseLimit$Outbound, PreviewUpdatePurchaseLimit$outboundSchema, PreviewUpdatePurchaseLimitInterval, PreviewUpdatePurchaseLimitInterval$outboundSchema, type PreviewUpdateRecalculateBalances, type PreviewUpdateRecalculateBalances$Outbound, PreviewUpdateRecalculateBalances$outboundSchema, PreviewUpdateRedirectMode, PreviewUpdateRedirectMode$outboundSchema, PreviewUpdateRemoveItemBillingMethod, PreviewUpdateRemoveItemBillingMethod$outboundSchema, type PreviewUpdateResponse, PreviewUpdateResponse$inboundSchema, type PreviewUpdateSpendLimit, type PreviewUpdateSpendLimit$Outbound, PreviewUpdateSpendLimit$outboundSchema, PreviewUpdateStatus, PreviewUpdateStatus$inboundSchema, type PreviewUpdateTax, PreviewUpdateTax$inboundSchema, PreviewUpdateThresholdType, PreviewUpdateThresholdType$outboundSchema, type PreviewUpdateUsageAlert, type PreviewUpdateUsageAlert$Outbound, PreviewUpdateUsageAlert$outboundSchema, type PreviewUpdateUsageLimit, type PreviewUpdateUsageLimit$Outbound, PreviewUpdateUsageLimit$outboundSchema, PreviewUpdateUsageLimitInterval, PreviewUpdateUsageLimitInterval$outboundSchema, type PreviewUpdateUsageLineItem, PreviewUpdateUsageLineItem$inboundSchema, type PreviewUpdateUsageLineItemPeriod, PreviewUpdateUsageLineItemPeriod$inboundSchema, PriceVariantInterval, PriceVariantInterval$outboundSchema, ProcessorType, ProcessorType$inboundSchema, type Processors, Processors$inboundSchema, type ProductDisplay1, ProductDisplay1$inboundSchema, type ProductDisplay2, ProductDisplay2$inboundSchema, ProductScenario1, ProductScenario1$inboundSchema, ProductScenario2, ProductScenario2$inboundSchema, ProductType1, ProductType1$inboundSchema, ProductType2, ProductType2$inboundSchema, type Properties1, Properties1$inboundSchema, type Properties2, Properties2$inboundSchema, type Proration, Proration$inboundSchema, type Purchase, Purchase$inboundSchema, PurchaseScope, PurchaseScope$inboundSchema, Range, Range$outboundSchema, type RedeemReferralCodeGlobals, type RedeemReferralCodeParams, type RedeemReferralCodeParams$Outbound, RedeemReferralCodeParams$outboundSchema, type RedeemReferralCodeResponse, RedeemReferralCodeResponse$inboundSchema, type RedeemRewardCodeGlobals, type RedeemRewardCodeParams, type RedeemRewardCodeParams$Outbound, RedeemRewardCodeParams$outboundSchema, type RedeemRewardCodeResponse, RedeemRewardCodeResponse$inboundSchema, type Referral, Referral$inboundSchema, type ReferralCustomer, ReferralCustomer$inboundSchema, type RefreshKeyGlobals, type RefreshKeyParams, type RefreshKeyParams$Outbound, RefreshKeyParams$outboundSchema, type RefreshKeyResponse, RefreshKeyResponse$inboundSchema, RequestAbortedError, type RequestBody, type RequestBody$Outbound, RequestBody$outboundSchema, RequestTimeoutError, ResponseValidationError, type Result, Result$inboundSchema, type Revenuecat, Revenuecat$inboundSchema, type RevokeKeyGlobals, type RevokeKeyParams, type RevokeKeyParams$Outbound, RevokeKeyParams$outboundSchema, type RevokeKeyResponse, RevokeKeyResponse$inboundSchema, type Rewards$1 as Rewards, Rewards$inboundSchema, type RewardsListParams, type RewardsListParams$Outbound, RewardsListParams$outboundSchema, type SDKOptions, SDKValidationError, SDK_METADATA, Scenario1, Scenario1$inboundSchema, Scenario2, Scenario2$inboundSchema, type Security, type Security$Outbound, Security$outboundSchema, ServerList, SetupPaymentAddItemBillingMethod, SetupPaymentAddItemBillingMethod$outboundSchema, SetupPaymentAddItemExpiryDurationType, SetupPaymentAddItemExpiryDurationType$outboundSchema, SetupPaymentAddItemOnDecrease, SetupPaymentAddItemOnDecrease$outboundSchema, SetupPaymentAddItemOnIncrease, SetupPaymentAddItemOnIncrease$outboundSchema, type SetupPaymentAddItemPlanItem, type SetupPaymentAddItemPlanItem$Outbound, SetupPaymentAddItemPlanItem$outboundSchema, type SetupPaymentAddItemPrice, type SetupPaymentAddItemPrice$Outbound, SetupPaymentAddItemPrice$outboundSchema, SetupPaymentAddItemPriceInterval, SetupPaymentAddItemPriceInterval$outboundSchema, type SetupPaymentAddItemProration, type SetupPaymentAddItemProration$Outbound, SetupPaymentAddItemProration$outboundSchema, type SetupPaymentAddItemReset, type SetupPaymentAddItemReset$Outbound, SetupPaymentAddItemReset$outboundSchema, SetupPaymentAddItemResetInterval, SetupPaymentAddItemResetInterval$outboundSchema, type SetupPaymentAddItemRollover, type SetupPaymentAddItemRollover$Outbound, SetupPaymentAddItemRollover$outboundSchema, type SetupPaymentAddItemTier, type SetupPaymentAddItemTier$Outbound, SetupPaymentAddItemTier$outboundSchema, SetupPaymentAddItemTierBehavior, SetupPaymentAddItemTierBehavior$outboundSchema, type SetupPaymentAddItemTo, type SetupPaymentAddItemTo$Outbound, SetupPaymentAddItemTo$outboundSchema, type SetupPaymentAttachDiscount, type SetupPaymentAttachDiscount$Outbound, SetupPaymentAttachDiscount$outboundSchema, type SetupPaymentAutoTopup, type SetupPaymentAutoTopup$Outbound, SetupPaymentAutoTopup$outboundSchema, type SetupPaymentBasePrice, type SetupPaymentBasePrice$Outbound, SetupPaymentBasePrice$outboundSchema, type SetupPaymentBillingControls, type SetupPaymentBillingControls$Outbound, SetupPaymentBillingControls$outboundSchema, type SetupPaymentCarryOverBalances, type SetupPaymentCarryOverBalances$Outbound, SetupPaymentCarryOverBalances$outboundSchema, type SetupPaymentCarryOverUsages, type SetupPaymentCarryOverUsages$Outbound, SetupPaymentCarryOverUsages$outboundSchema, type SetupPaymentCustomLineItem, type SetupPaymentCustomLineItem$Outbound, SetupPaymentCustomLineItem$outboundSchema, type SetupPaymentCustomize, type SetupPaymentCustomize$Outbound, SetupPaymentCustomize$outboundSchema, SetupPaymentDurationType, SetupPaymentDurationType$outboundSchema, type SetupPaymentFeatureQuantity, type SetupPaymentFeatureQuantity$Outbound, SetupPaymentFeatureQuantity$outboundSchema, type SetupPaymentFreeTrialParams, type SetupPaymentFreeTrialParams$Outbound, SetupPaymentFreeTrialParams$outboundSchema, type SetupPaymentGlobals, SetupPaymentIntervalRemoveItemEnum1, SetupPaymentIntervalRemoveItemEnum1$outboundSchema, SetupPaymentIntervalRemoveItemEnum2, SetupPaymentIntervalRemoveItemEnum2$outboundSchema, type SetupPaymentIntervalUnion, type SetupPaymentIntervalUnion$Outbound, SetupPaymentIntervalUnion$outboundSchema, SetupPaymentItemBillingMethod, SetupPaymentItemBillingMethod$outboundSchema, SetupPaymentItemExpiryDurationType, SetupPaymentItemExpiryDurationType$outboundSchema, SetupPaymentItemOnDecrease, SetupPaymentItemOnDecrease$outboundSchema, SetupPaymentItemOnIncrease, SetupPaymentItemOnIncrease$outboundSchema, type SetupPaymentItemPlanItem, type SetupPaymentItemPlanItem$Outbound, SetupPaymentItemPlanItem$outboundSchema, type SetupPaymentItemPrice, type SetupPaymentItemPrice$Outbound, SetupPaymentItemPrice$outboundSchema, SetupPaymentItemPriceInterval, SetupPaymentItemPriceInterval$outboundSchema, type SetupPaymentItemProration, type SetupPaymentItemProration$Outbound, SetupPaymentItemProration$outboundSchema, type SetupPaymentItemReset, type SetupPaymentItemReset$Outbound, SetupPaymentItemReset$outboundSchema, SetupPaymentItemResetInterval, SetupPaymentItemResetInterval$outboundSchema, type SetupPaymentItemRollover, type SetupPaymentItemRollover$Outbound, SetupPaymentItemRollover$outboundSchema, type SetupPaymentItemTier, type SetupPaymentItemTier$Outbound, SetupPaymentItemTier$outboundSchema, SetupPaymentItemTierBehavior, SetupPaymentItemTierBehavior$outboundSchema, type SetupPaymentItemTo, type SetupPaymentItemTo$Outbound, SetupPaymentItemTo$outboundSchema, SetupPaymentLimitType, SetupPaymentLimitType$outboundSchema, SetupPaymentOnEnd, SetupPaymentOnEnd$outboundSchema, type SetupPaymentOverageAllowed, type SetupPaymentOverageAllowed$Outbound, SetupPaymentOverageAllowed$outboundSchema, type SetupPaymentParams, type SetupPaymentParams$Outbound, SetupPaymentParams$outboundSchema, type SetupPaymentPlanItemFilter, type SetupPaymentPlanItemFilter$Outbound, SetupPaymentPlanItemFilter$outboundSchema, SetupPaymentPriceInterval, SetupPaymentPriceInterval$outboundSchema, SetupPaymentProrationBehavior, SetupPaymentProrationBehavior$outboundSchema, type SetupPaymentPurchaseLimit, type SetupPaymentPurchaseLimit$Outbound, SetupPaymentPurchaseLimit$outboundSchema, SetupPaymentPurchaseLimitInterval, SetupPaymentPurchaseLimitInterval$outboundSchema, SetupPaymentRemoveItemBillingMethod, SetupPaymentRemoveItemBillingMethod$outboundSchema, type SetupPaymentResponse, SetupPaymentResponse$inboundSchema, type SetupPaymentSpendLimit, type SetupPaymentSpendLimit$Outbound, SetupPaymentSpendLimit$outboundSchema, SetupPaymentThresholdType, SetupPaymentThresholdType$outboundSchema, type SetupPaymentUsageAlert, type SetupPaymentUsageAlert$Outbound, SetupPaymentUsageAlert$outboundSchema, type SetupPaymentUsageLimit, type SetupPaymentUsageLimit$Outbound, SetupPaymentUsageLimit$outboundSchema, SetupPaymentUsageLimitInterval, SetupPaymentUsageLimitInterval$outboundSchema, type StartingAfter2, type StartingAfter2$Outbound, StartingAfter2$outboundSchema, type StartsAt2, type StartsAt2$Outbound, StartsAt2$outboundSchema, StorePush, StorePush$inboundSchema, type Stripe, Stripe$inboundSchema, type Subscription, Subscription$inboundSchema, SubscriptionScope, SubscriptionScope$inboundSchema, type SyncRevenueCatApp, SyncRevenueCatApp$inboundSchema, SyncRevenueCatEnv, SyncRevenueCatEnv$outboundSchema, type SyncRevenueCatGlobals, type SyncRevenueCatParams, type SyncRevenueCatParams$Outbound, SyncRevenueCatParams$outboundSchema, SyncRevenueCatPrice, SyncRevenueCatPrice$inboundSchema, SyncRevenueCatProduct, SyncRevenueCatProduct$inboundSchema, type SyncRevenueCatResponse, SyncRevenueCatResponse$inboundSchema, SyncRevenueCatStatus, SyncRevenueCatStatus$inboundSchema, type Total, Total$inboundSchema, type TrackDeduction1, TrackDeduction1$inboundSchema, type TrackDeduction2, TrackDeduction2$inboundSchema, type TrackGlobals, TrackIntervalEnum1, TrackIntervalEnum1$inboundSchema, TrackIntervalEnum2, TrackIntervalEnum2$inboundSchema, type TrackIntervalUnion1, TrackIntervalUnion1$inboundSchema, type TrackIntervalUnion2, TrackIntervalUnion2$inboundSchema, type TrackLock, type TrackLock$Outbound, TrackLock$outboundSchema, type TrackParams, type TrackParams$Outbound, TrackParams$outboundSchema, type TrackReset1, TrackReset1$inboundSchema, type TrackReset2, TrackReset2$inboundSchema, type TrackResponse, TrackResponse$inboundSchema, type TrackResponseBody1, TrackResponseBody1$inboundSchema, type TrackResponseBody2, TrackResponseBody2$inboundSchema, type TrackTokensDeduction1, TrackTokensDeduction1$inboundSchema, type TrackTokensDeduction2, TrackTokensDeduction2$inboundSchema, type TrackTokensGlobals, TrackTokensIntervalEnum1, TrackTokensIntervalEnum1$inboundSchema, TrackTokensIntervalEnum2, TrackTokensIntervalEnum2$inboundSchema, type TrackTokensIntervalUnion1, TrackTokensIntervalUnion1$inboundSchema, type TrackTokensIntervalUnion2, TrackTokensIntervalUnion2$inboundSchema, type TrackTokensParams, type TrackTokensParams$Outbound, TrackTokensParams$outboundSchema, type TrackTokensReset1, TrackTokensReset1$inboundSchema, type TrackTokensReset2, TrackTokensReset2$inboundSchema, type TrackTokensResponse, TrackTokensResponse$inboundSchema, type TrackTokensResponseBody1, TrackTokensResponseBody1$inboundSchema, type TrackTokensResponseBody2, TrackTokensResponseBody2$inboundSchema, type TrialsUsed, TrialsUsed$inboundSchema, UnexpectedClientError, type UpdateBalanceGlobals, UpdateBalanceInterval, UpdateBalanceInterval$outboundSchema, type UpdateBalanceParams, type UpdateBalanceParams$Outbound, UpdateBalanceParams$outboundSchema, type UpdateBalanceResponse, UpdateBalanceResponse$inboundSchema, type UpdateCustomerAutoTopupRequest, type UpdateCustomerAutoTopupRequest$Outbound, UpdateCustomerAutoTopupRequest$outboundSchema, type UpdateCustomerAutoTopupResponse, UpdateCustomerAutoTopupResponse$inboundSchema, type UpdateCustomerBillingControlsRequest, type UpdateCustomerBillingControlsRequest$Outbound, UpdateCustomerBillingControlsRequest$outboundSchema, type UpdateCustomerBillingControlsResponse, UpdateCustomerBillingControlsResponse$inboundSchema, type UpdateCustomerConfigRequest, type UpdateCustomerConfigRequest$Outbound, UpdateCustomerConfigRequest$outboundSchema, type UpdateCustomerConfigResponse, UpdateCustomerConfigResponse$inboundSchema, type UpdateCustomerCreditSchema, UpdateCustomerCreditSchema$inboundSchema, type UpdateCustomerDisplay, UpdateCustomerDisplay$inboundSchema, UpdateCustomerEnv, UpdateCustomerEnv$inboundSchema, type UpdateCustomerFeature, UpdateCustomerFeature$inboundSchema, type UpdateCustomerFlags, UpdateCustomerFlags$inboundSchema, type UpdateCustomerGlobals, UpdateCustomerLimitTypeRequestBody, UpdateCustomerLimitTypeRequestBody$outboundSchema, UpdateCustomerLimitTypeResponse, UpdateCustomerLimitTypeResponse$inboundSchema, type UpdateCustomerModelMarkups, UpdateCustomerModelMarkups$inboundSchema, type UpdateCustomerOverageAllowedRequest, type UpdateCustomerOverageAllowedRequest$Outbound, UpdateCustomerOverageAllowedRequest$outboundSchema, type UpdateCustomerOverageAllowedResponse, UpdateCustomerOverageAllowedResponse$inboundSchema, type UpdateCustomerParams, type UpdateCustomerParams$Outbound, UpdateCustomerParams$outboundSchema, type UpdateCustomerProcessors, UpdateCustomerProcessors$inboundSchema, type UpdateCustomerProviderMarkups, UpdateCustomerProviderMarkups$inboundSchema, type UpdateCustomerPurchase, UpdateCustomerPurchase$inboundSchema, UpdateCustomerPurchaseLimitIntervalRequestBody, UpdateCustomerPurchaseLimitIntervalRequestBody$outboundSchema, UpdateCustomerPurchaseLimitIntervalResponse1, UpdateCustomerPurchaseLimitIntervalResponse1$inboundSchema, UpdateCustomerPurchaseLimitIntervalResponse2, UpdateCustomerPurchaseLimitIntervalResponse2$inboundSchema, type UpdateCustomerPurchaseLimitRequest, type UpdateCustomerPurchaseLimitRequest$Outbound, UpdateCustomerPurchaseLimitRequest$outboundSchema, type UpdateCustomerPurchaseLimitResponse1, UpdateCustomerPurchaseLimitResponse1$inboundSchema, type UpdateCustomerPurchaseLimitResponse2, UpdateCustomerPurchaseLimitResponse2$inboundSchema, type UpdateCustomerPurchaseLimitUnion, UpdateCustomerPurchaseLimitUnion$inboundSchema, UpdateCustomerPurchaseScope, UpdateCustomerPurchaseScope$inboundSchema, type UpdateCustomerResponse, UpdateCustomerResponse$inboundSchema, type UpdateCustomerRevenuecat, UpdateCustomerRevenuecat$inboundSchema, type UpdateCustomerSpendLimitRequest, type UpdateCustomerSpendLimitRequest$Outbound, UpdateCustomerSpendLimitRequest$outboundSchema, type UpdateCustomerSpendLimitResponse, UpdateCustomerSpendLimitResponse$inboundSchema, UpdateCustomerStatus, UpdateCustomerStatus$inboundSchema, type UpdateCustomerStripe, UpdateCustomerStripe$inboundSchema, type UpdateCustomerSubscription, UpdateCustomerSubscription$inboundSchema, UpdateCustomerSubscriptionScope, UpdateCustomerSubscriptionScope$inboundSchema, UpdateCustomerThresholdTypeRequestBody, UpdateCustomerThresholdTypeRequestBody$outboundSchema, UpdateCustomerThresholdTypeResponse, UpdateCustomerThresholdTypeResponse$inboundSchema, UpdateCustomerType, UpdateCustomerType$inboundSchema, type UpdateCustomerUsageAlertRequestBody, type UpdateCustomerUsageAlertRequestBody$Outbound, UpdateCustomerUsageAlertRequestBody$outboundSchema, type UpdateCustomerUsageAlertResponse, UpdateCustomerUsageAlertResponse$inboundSchema, UpdateCustomerUsageLimitIntervalRequestBody, UpdateCustomerUsageLimitIntervalRequestBody$outboundSchema, UpdateCustomerUsageLimitIntervalResponse, UpdateCustomerUsageLimitIntervalResponse$inboundSchema, type UpdateCustomerUsageLimitRequest, type UpdateCustomerUsageLimitRequest$Outbound, UpdateCustomerUsageLimitRequest$outboundSchema, type UpdateCustomerUsageLimitResponse, UpdateCustomerUsageLimitResponse$inboundSchema, type UpdateCustomerVercel, UpdateCustomerVercel$inboundSchema, type UpdateEntityBillingControlsRequest, type UpdateEntityBillingControlsRequest$Outbound, UpdateEntityBillingControlsRequest$outboundSchema, type UpdateEntityBillingControlsResponse, UpdateEntityBillingControlsResponse$inboundSchema, type UpdateEntityCreditSchema, UpdateEntityCreditSchema$inboundSchema, type UpdateEntityDisplay, UpdateEntityDisplay$inboundSchema, UpdateEntityEnv, UpdateEntityEnv$inboundSchema, type UpdateEntityFeature, UpdateEntityFeature$inboundSchema, type UpdateEntityFlags, UpdateEntityFlags$inboundSchema, type UpdateEntityGlobals, UpdateEntityIntervalRequestBody, UpdateEntityIntervalRequestBody$outboundSchema, UpdateEntityIntervalResponse, UpdateEntityIntervalResponse$inboundSchema, type UpdateEntityInvoice, UpdateEntityInvoice$inboundSchema, UpdateEntityLimitTypeRequestBody, UpdateEntityLimitTypeRequestBody$outboundSchema, UpdateEntityLimitTypeResponse, UpdateEntityLimitTypeResponse$inboundSchema, type UpdateEntityModelMarkups, UpdateEntityModelMarkups$inboundSchema, type UpdateEntityOverageAllowedRequest, type UpdateEntityOverageAllowedRequest$Outbound, UpdateEntityOverageAllowedRequest$outboundSchema, type UpdateEntityOverageAllowedResponse, UpdateEntityOverageAllowedResponse$inboundSchema, type UpdateEntityParams, type UpdateEntityParams$Outbound, UpdateEntityParams$outboundSchema, UpdateEntityProcessorType, UpdateEntityProcessorType$inboundSchema, type UpdateEntityProviderMarkups, UpdateEntityProviderMarkups$inboundSchema, type UpdateEntityPurchase, UpdateEntityPurchase$inboundSchema, UpdateEntityPurchaseScope, UpdateEntityPurchaseScope$inboundSchema, type UpdateEntityResponse, UpdateEntityResponse$inboundSchema, type UpdateEntitySpendLimitRequest, type UpdateEntitySpendLimitRequest$Outbound, UpdateEntitySpendLimitRequest$outboundSchema, type UpdateEntitySpendLimitResponse, UpdateEntitySpendLimitResponse$inboundSchema, UpdateEntityStatus, UpdateEntityStatus$inboundSchema, type UpdateEntitySubscription, UpdateEntitySubscription$inboundSchema, UpdateEntitySubscriptionScope, UpdateEntitySubscriptionScope$inboundSchema, UpdateEntityThresholdTypeRequestBody, UpdateEntityThresholdTypeRequestBody$outboundSchema, UpdateEntityThresholdTypeResponse, UpdateEntityThresholdTypeResponse$inboundSchema, UpdateEntityType, UpdateEntityType$inboundSchema, type UpdateEntityUsageAlertRequestBody, type UpdateEntityUsageAlertRequestBody$Outbound, UpdateEntityUsageAlertRequestBody$outboundSchema, type UpdateEntityUsageAlertResponse, UpdateEntityUsageAlertResponse$inboundSchema, type UpdateEntityUsageLimitRequest, type UpdateEntityUsageLimitRequest$Outbound, UpdateEntityUsageLimitRequest$outboundSchema, type UpdateEntityUsageLimitResponse, UpdateEntityUsageLimitResponse$inboundSchema, type UpdateFeatureCreditSchemaRequestBody, type UpdateFeatureCreditSchemaRequestBody$Outbound, UpdateFeatureCreditSchemaRequestBody$outboundSchema, type UpdateFeatureCreditSchemaResponse, UpdateFeatureCreditSchemaResponse$inboundSchema, type UpdateFeatureDisplayRequestBody, type UpdateFeatureDisplayRequestBody$Outbound, UpdateFeatureDisplayRequestBody$outboundSchema, type UpdateFeatureDisplayResponse, UpdateFeatureDisplayResponse$inboundSchema, type UpdateFeatureGlobals, type UpdateFeatureModelMarkupsRequest, type UpdateFeatureModelMarkupsRequest$Outbound, UpdateFeatureModelMarkupsRequest$outboundSchema, type UpdateFeatureModelMarkupsResponse, UpdateFeatureModelMarkupsResponse$inboundSchema, type UpdateFeatureParams, type UpdateFeatureParams$Outbound, UpdateFeatureParams$outboundSchema, type UpdateFeatureProviderMarkupsRequest, type UpdateFeatureProviderMarkupsRequest$Outbound, UpdateFeatureProviderMarkupsRequest$outboundSchema, type UpdateFeatureProviderMarkupsResponse, UpdateFeatureProviderMarkupsResponse$inboundSchema, type UpdateFeatureResponse, UpdateFeatureResponse$inboundSchema, UpdateFeatureTypeRequestBody, UpdateFeatureTypeRequestBody$outboundSchema, UpdateFeatureTypeResponse, UpdateFeatureTypeResponse$inboundSchema, UpdatePlanAttachAction, UpdatePlanAttachAction$inboundSchema, type UpdatePlanAutoTopupRequest, type UpdatePlanAutoTopupRequest$Outbound, UpdatePlanAutoTopupRequest$outboundSchema, type UpdatePlanAutoTopupResponse, UpdatePlanAutoTopupResponse$inboundSchema, type UpdatePlanBasePriceRequest, type UpdatePlanBasePriceRequest$Outbound, UpdatePlanBasePriceRequest$outboundSchema, type UpdatePlanBasePriceResponse, UpdatePlanBasePriceResponse$inboundSchema, type UpdatePlanBillingControlsRequest, type UpdatePlanBillingControlsRequest$Outbound, UpdatePlanBillingControlsRequest$outboundSchema, type UpdatePlanBillingControlsResponse, UpdatePlanBillingControlsResponse$inboundSchema, type UpdatePlanConfigRequest, type UpdatePlanConfigRequest$Outbound, UpdatePlanConfigRequest$outboundSchema, type UpdatePlanConfigResponse, UpdatePlanConfigResponse$inboundSchema, type UpdatePlanCreditSchema, UpdatePlanCreditSchema$inboundSchema, type UpdatePlanCustomerEligibility, UpdatePlanCustomerEligibility$inboundSchema, type UpdatePlanCustomizeResponse, UpdatePlanCustomizeResponse$inboundSchema, UpdatePlanDurationTypeRequest, UpdatePlanDurationTypeRequest$outboundSchema, UpdatePlanDurationTypeResponse, UpdatePlanDurationTypeResponse$inboundSchema, UpdatePlanEnv, UpdatePlanEnv$inboundSchema, type UpdatePlanFeature, UpdatePlanFeature$inboundSchema, type UpdatePlanFeatureDisplay, UpdatePlanFeatureDisplay$inboundSchema, type UpdatePlanFreeTrial, UpdatePlanFreeTrial$inboundSchema, type UpdatePlanFreeTrialParamsRequest, type UpdatePlanFreeTrialParamsRequest$Outbound, UpdatePlanFreeTrialParamsRequest$outboundSchema, type UpdatePlanFreeTrialParamsResponse, UpdatePlanFreeTrialParamsResponse$inboundSchema, type UpdatePlanGlobals, UpdatePlanIntervalVariantDetailsRemoveItemEnum1, UpdatePlanIntervalVariantDetailsRemoveItemEnum1$inboundSchema, UpdatePlanIntervalVariantDetailsRemoveItemEnum2, UpdatePlanIntervalVariantDetailsRemoveItemEnum2$inboundSchema, type UpdatePlanItem, UpdatePlanItem$inboundSchema, UpdatePlanItemBillingMethodRequestBody, UpdatePlanItemBillingMethodRequestBody$outboundSchema, UpdatePlanItemBillingMethodResponse, UpdatePlanItemBillingMethodResponse$inboundSchema, type UpdatePlanItemDisplay, UpdatePlanItemDisplay$inboundSchema, UpdatePlanItemExpiryDurationTypeRequestBody, UpdatePlanItemExpiryDurationTypeRequestBody$outboundSchema, UpdatePlanItemExpiryDurationTypeResponse, UpdatePlanItemExpiryDurationTypeResponse$inboundSchema, UpdatePlanItemOnDecrease, UpdatePlanItemOnDecrease$outboundSchema, UpdatePlanItemOnIncrease, UpdatePlanItemOnIncrease$outboundSchema, type UpdatePlanItemPlanItem, type UpdatePlanItemPlanItem$Outbound, UpdatePlanItemPlanItem$outboundSchema, UpdatePlanItemPriceIntervalRequestBody, UpdatePlanItemPriceIntervalRequestBody$outboundSchema, type UpdatePlanItemPriceRequestBody, type UpdatePlanItemPriceRequestBody$Outbound, UpdatePlanItemPriceRequestBody$outboundSchema, type UpdatePlanItemPriceResponse, UpdatePlanItemPriceResponse$inboundSchema, type UpdatePlanItemProration, type UpdatePlanItemProration$Outbound, UpdatePlanItemProration$outboundSchema, UpdatePlanItemResetIntervalRequestBody, UpdatePlanItemResetIntervalRequestBody$outboundSchema, type UpdatePlanItemResetRequestBody, type UpdatePlanItemResetRequestBody$Outbound, UpdatePlanItemResetRequestBody$outboundSchema, type UpdatePlanItemResetResponse, UpdatePlanItemResetResponse$inboundSchema, type UpdatePlanItemRolloverRequestBody, type UpdatePlanItemRolloverRequestBody$Outbound, UpdatePlanItemRolloverRequestBody$outboundSchema, type UpdatePlanItemRolloverResponse, UpdatePlanItemRolloverResponse$inboundSchema, UpdatePlanItemTierBehaviorRequestBody, UpdatePlanItemTierBehaviorRequestBody$outboundSchema, UpdatePlanItemTierBehaviorResponse, UpdatePlanItemTierBehaviorResponse$inboundSchema, type UpdatePlanItemTierRequestBody, type UpdatePlanItemTierRequestBody$Outbound, UpdatePlanItemTierRequestBody$outboundSchema, type UpdatePlanItemTierResponse, UpdatePlanItemTierResponse$inboundSchema, type UpdatePlanItemToRequestBody, type UpdatePlanItemToRequestBody$Outbound, UpdatePlanItemToRequestBody$outboundSchema, type UpdatePlanItemToResponse, UpdatePlanItemToResponse$inboundSchema, UpdatePlanLimitTypeRequestBody, UpdatePlanLimitTypeRequestBody$outboundSchema, UpdatePlanLimitTypeResponse, UpdatePlanLimitTypeResponse$inboundSchema, UpdatePlanOnEndRequest, UpdatePlanOnEndRequest$outboundSchema, UpdatePlanOnEndResponse, UpdatePlanOnEndResponse$inboundSchema, type UpdatePlanOverageAllowedRequest, type UpdatePlanOverageAllowedRequest$Outbound, UpdatePlanOverageAllowedRequest$outboundSchema, type UpdatePlanOverageAllowedResponse, UpdatePlanOverageAllowedResponse$inboundSchema, type UpdatePlanParams, type UpdatePlanParams$Outbound, UpdatePlanParams$outboundSchema, type UpdatePlanPlanItemFilterResponse, UpdatePlanPlanItemFilterResponse$inboundSchema, type UpdatePlanPlanItemResponse, UpdatePlanPlanItemResponse$inboundSchema, type UpdatePlanPriceDisplay, UpdatePlanPriceDisplay$inboundSchema, UpdatePlanPriceIntervalRequestBody, UpdatePlanPriceIntervalRequestBody$outboundSchema, UpdatePlanPriceIntervalResponse, UpdatePlanPriceIntervalResponse$inboundSchema, UpdatePlanPriceItemIntervalResponse, UpdatePlanPriceItemIntervalResponse$inboundSchema, type UpdatePlanPriceResponse, UpdatePlanPriceResponse$inboundSchema, UpdatePlanPriceVariantDetailsInterval, UpdatePlanPriceVariantDetailsInterval$inboundSchema, type UpdatePlanProrationResponse, UpdatePlanProrationResponse$inboundSchema, UpdatePlanPurchaseLimitIntervalRequestBody, UpdatePlanPurchaseLimitIntervalRequestBody$outboundSchema, UpdatePlanPurchaseLimitIntervalResponse, UpdatePlanPurchaseLimitIntervalResponse$inboundSchema, type UpdatePlanPurchaseLimitRequest, type UpdatePlanPurchaseLimitRequest$Outbound, UpdatePlanPurchaseLimitRequest$outboundSchema, type UpdatePlanPurchaseLimitResponse, UpdatePlanPurchaseLimitResponse$inboundSchema, UpdatePlanResetItemIntervalResponse, UpdatePlanResetItemIntervalResponse$inboundSchema, type UpdatePlanResponse, UpdatePlanResponse$inboundSchema, type UpdatePlanSpendLimitRequest, type UpdatePlanSpendLimitRequest$Outbound, UpdatePlanSpendLimitRequest$outboundSchema, type UpdatePlanSpendLimitResponse, UpdatePlanSpendLimitResponse$inboundSchema, UpdatePlanStatus, UpdatePlanStatus$inboundSchema, UpdatePlanThresholdTypeRequestBody, UpdatePlanThresholdTypeRequestBody$outboundSchema, UpdatePlanThresholdTypeResponse, UpdatePlanThresholdTypeResponse$inboundSchema, UpdatePlanType, UpdatePlanType$inboundSchema, type UpdatePlanUsageAlertRequestBody, type UpdatePlanUsageAlertRequestBody$Outbound, UpdatePlanUsageAlertRequestBody$outboundSchema, type UpdatePlanUsageAlertResponse, UpdatePlanUsageAlertResponse$inboundSchema, UpdatePlanUsageLimitIntervalRequestBody, UpdatePlanUsageLimitIntervalRequestBody$outboundSchema, UpdatePlanUsageLimitIntervalResponse, UpdatePlanUsageLimitIntervalResponse$inboundSchema, type UpdatePlanUsageLimitRequest, type UpdatePlanUsageLimitRequest$Outbound, UpdatePlanUsageLimitRequest$outboundSchema, type UpdatePlanUsageLimitResponse, UpdatePlanUsageLimitResponse$inboundSchema, type UpdatePlanVariantDetails, UpdatePlanVariantDetails$inboundSchema, UpdatePlanVariantDetailsAddItemBillingMethod, UpdatePlanVariantDetailsAddItemBillingMethod$inboundSchema, UpdatePlanVariantDetailsAddItemPriceInterval, UpdatePlanVariantDetailsAddItemPriceInterval$inboundSchema, type UpdatePlanVariantDetailsAutoTopup, UpdatePlanVariantDetailsAutoTopup$inboundSchema, type UpdatePlanVariantDetailsBillingControls, UpdatePlanVariantDetailsBillingControls$inboundSchema, UpdatePlanVariantDetailsDurationType, UpdatePlanVariantDetailsDurationType$inboundSchema, UpdatePlanVariantDetailsExpiryDurationType, UpdatePlanVariantDetailsExpiryDurationType$inboundSchema, type UpdatePlanVariantDetailsIntervalUnion, UpdatePlanVariantDetailsIntervalUnion$inboundSchema, UpdatePlanVariantDetailsLimitType, UpdatePlanVariantDetailsLimitType$inboundSchema, UpdatePlanVariantDetailsOnDecrease, UpdatePlanVariantDetailsOnDecrease$inboundSchema, UpdatePlanVariantDetailsOnEnd, UpdatePlanVariantDetailsOnEnd$inboundSchema, UpdatePlanVariantDetailsOnIncrease, UpdatePlanVariantDetailsOnIncrease$inboundSchema, type UpdatePlanVariantDetailsOverageAllowed, UpdatePlanVariantDetailsOverageAllowed$inboundSchema, type UpdatePlanVariantDetailsPrice, UpdatePlanVariantDetailsPrice$inboundSchema, type UpdatePlanVariantDetailsPurchaseLimit, UpdatePlanVariantDetailsPurchaseLimit$inboundSchema, UpdatePlanVariantDetailsPurchaseLimitInterval, UpdatePlanVariantDetailsPurchaseLimitInterval$inboundSchema, UpdatePlanVariantDetailsRemoveItemBillingMethod, UpdatePlanVariantDetailsRemoveItemBillingMethod$inboundSchema, type UpdatePlanVariantDetailsReset, UpdatePlanVariantDetailsReset$inboundSchema, UpdatePlanVariantDetailsResetInterval, UpdatePlanVariantDetailsResetInterval$inboundSchema, type UpdatePlanVariantDetailsRollover, UpdatePlanVariantDetailsRollover$inboundSchema, type UpdatePlanVariantDetailsSpendLimit, UpdatePlanVariantDetailsSpendLimit$inboundSchema, UpdatePlanVariantDetailsThresholdType, UpdatePlanVariantDetailsThresholdType$inboundSchema, type UpdatePlanVariantDetailsTier, UpdatePlanVariantDetailsTier$inboundSchema, UpdatePlanVariantDetailsTierBehavior, UpdatePlanVariantDetailsTierBehavior$inboundSchema, type UpdatePlanVariantDetailsTo, UpdatePlanVariantDetailsTo$inboundSchema, type UpdatePlanVariantDetailsUsageAlert, UpdatePlanVariantDetailsUsageAlert$inboundSchema, type UpdatePlanVariantDetailsUsageLimit, UpdatePlanVariantDetailsUsageLimit$inboundSchema, UpdatePlanVariantDetailsUsageLimitInterval, UpdatePlanVariantDetailsUsageLimitInterval$inboundSchema, type UpdateSubscriptionParams, type UpdateSubscriptionParams$Outbound, UpdateSubscriptionParams$outboundSchema, UsageModel1, UsageModel1$inboundSchema, UsageModel2, UsageModel2$inboundSchema, type Variant, type Variant$Outbound, Variant$outboundSchema, VariantAddItemBillingMethod, VariantAddItemBillingMethod$outboundSchema, VariantAddItemPriceInterval, VariantAddItemPriceInterval$outboundSchema, type VariantAutoTopup, type VariantAutoTopup$Outbound, VariantAutoTopup$outboundSchema, type VariantBasePrice, type VariantBasePrice$Outbound, VariantBasePrice$outboundSchema, type VariantBillingControls, type VariantBillingControls$Outbound, VariantBillingControls$outboundSchema, type VariantCustomize, type VariantCustomize$Outbound, VariantCustomize$outboundSchema, type VariantDetails, VariantDetails$inboundSchema, VariantDetailsExpiryDurationType, VariantDetailsExpiryDurationType$inboundSchema, VariantDetailsOnEnd, VariantDetailsOnEnd$inboundSchema, VariantDurationType, VariantDurationType$outboundSchema, VariantExpiryDurationType, VariantExpiryDurationType$outboundSchema, type VariantFreeTrialParams, type VariantFreeTrialParams$Outbound, VariantFreeTrialParams$outboundSchema, type VariantIntervalUnion, type VariantIntervalUnion$Outbound, VariantIntervalUnion$outboundSchema, VariantLimitType, VariantLimitType$outboundSchema, type VariantMigration, type VariantMigration$Outbound, VariantMigration$outboundSchema, VariantOnDecrease, VariantOnDecrease$outboundSchema, VariantOnEnd, VariantOnEnd$outboundSchema, VariantOnIncrease, VariantOnIncrease$outboundSchema, type VariantOverageAllowed, type VariantOverageAllowed$Outbound, VariantOverageAllowed$outboundSchema, type VariantPlanItem, type VariantPlanItem$Outbound, VariantPlanItem$outboundSchema, type VariantPlanItemFilter, type VariantPlanItemFilter$Outbound, VariantPlanItemFilter$outboundSchema, type VariantPrice, type VariantPrice$Outbound, VariantPrice$outboundSchema, type VariantProration, type VariantProration$Outbound, VariantProration$outboundSchema, type VariantPurchaseLimit, type VariantPurchaseLimit$Outbound, VariantPurchaseLimit$outboundSchema, VariantPurchaseLimitInterval, VariantPurchaseLimitInterval$outboundSchema, VariantRemoveItemBillingMethod, VariantRemoveItemBillingMethod$outboundSchema, type VariantReset, type VariantReset$Outbound, VariantReset$outboundSchema, VariantResetInterval, VariantResetInterval$outboundSchema, type VariantRollover, type VariantRollover$Outbound, VariantRollover$outboundSchema, type VariantSpendLimit, type VariantSpendLimit$Outbound, VariantSpendLimit$outboundSchema, VariantThresholdType, VariantThresholdType$outboundSchema, type VariantTier, type VariantTier$Outbound, VariantTier$outboundSchema, VariantTierBehavior, VariantTierBehavior$outboundSchema, type VariantTo, type VariantTo$Outbound, VariantTo$outboundSchema, type VariantUsageAlert, type VariantUsageAlert$Outbound, VariantUsageAlert$outboundSchema, type VariantUsageLimit, type VariantUsageLimit$Outbound, VariantUsageLimit$outboundSchema, VariantUsageLimitInterval, VariantUsageLimitInterval$outboundSchema, type Vercel, Vercel$inboundSchema, aggregateEventsCustomRangeToJSON, aggregateEventsFeatureIdToJSON, aggregateEventsListFromJSON, aggregateEventsResponseFromJSON, apiKeyFromJSON, attachAddItemPlanItemToJSON, attachAddItemPriceToJSON, attachAddItemProrationToJSON, attachAddItemResetToJSON, attachAddItemRolloverToJSON, attachAddItemTierToJSON, attachAddItemToToJSON, attachAttachDiscountToJSON, attachAutoTopupToJSON, attachBasePriceToJSON, attachBillingControlsToJSON, attachCarryOverBalancesToJSON, attachCarryOverUsagesToJSON, attachCustomLineItemToJSON, attachCustomizeToJSON, attachFeatureQuantityToJSON, attachFreeTrialParamsToJSON, attachIntervalUnionToJSON, attachInvoiceFromJSON, attachInvoiceModeToJSON, attachItemPlanItemToJSON, attachItemPriceToJSON, attachItemProrationToJSON, attachItemResetToJSON, attachItemRolloverToJSON, attachItemTierToJSON, attachItemToToJSON, attachOverageAllowedToJSON, attachParamsToJSON, attachPlanItemFilterToJSON, attachPurchaseLimitToJSON, attachRequiredActionFromJSON, attachResponseFromJSON, attachSpendLimitToJSON, attachUsageAlertToJSON, attachUsageLimitToJSON, balanceCreditSchemaFromJSON, balanceDisplayFromJSON, balanceFeatureFromJSON, balanceFromJSON, balanceIntervalUnionFromJSON, balanceModelMarkupsFromJSON, balancePriceFromJSON, balanceProviderMarkupsFromJSON, balanceResetFromJSON, balanceRolloverFromJSON, balanceTierFromJSON, balanceToFromJSON, basePriceFromJSON, batchTrackLockToJSON, batchTrackResponseFromJSON, billableToJSON, billingUpdateAddItemPlanItemToJSON, billingUpdateAddItemPriceToJSON, billingUpdateAddItemProrationToJSON, billingUpdateAddItemResetToJSON, billingUpdateAddItemRolloverToJSON, billingUpdateAddItemTierToJSON, billingUpdateAddItemToToJSON, billingUpdateAttachDiscountToJSON, billingUpdateAutoTopupToJSON, billingUpdateBasePriceToJSON, billingUpdateBillingControlsToJSON, billingUpdateCarryOverUsagesToJSON, billingUpdateCustomizeToJSON, billingUpdateFeatureQuantityToJSON, billingUpdateFreeTrialParamsToJSON, billingUpdateIntervalUnionToJSON, billingUpdateInvoiceFromJSON, billingUpdateInvoiceModeToJSON, billingUpdateItemPlanItemToJSON, billingUpdateItemPriceToJSON, billingUpdateItemProrationToJSON, billingUpdateItemResetToJSON, billingUpdateItemRolloverToJSON, billingUpdateItemTierToJSON, billingUpdateItemToToJSON, billingUpdateOverageAllowedToJSON, billingUpdatePlanItemFilterToJSON, billingUpdatePurchaseLimitToJSON, billingUpdateRecalculateBalancesToJSON, billingUpdateRequiredActionFromJSON, billingUpdateResponseFromJSON, billingUpdateSpendLimitToJSON, billingUpdateUsageAlertToJSON, billingUpdateUsageLimitToJSON, breakdownFromJSON, checkAutoTopup1FromJSON, checkAutoTopup2FromJSON, checkBillingControls1FromJSON, checkBillingControls2FromJSON, checkConfig1FromJSON, checkConfig2FromJSON, checkCreditSchema1FromJSON, checkCreditSchema2FromJSON, checkFeature1FromJSON, checkFeature2FromJSON, checkFreeTrial1FromJSON, checkFreeTrial2FromJSON, checkItem1FromJSON, checkItem2FromJSON, checkLockToJSON, checkModelMarkups1FromJSON, checkModelMarkups2FromJSON, checkOverageAllowed1FromJSON, checkOverageAllowed2FromJSON, checkParamsToJSON, checkProduct1FromJSON, checkProduct2FromJSON, 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, createEntityFlagsFromJSON, createEntityInvoiceFromJSON, createEntityModelMarkupsFromJSON, createEntityOverageAllowedRequestToJSON, createEntityOverageAllowedResponseFromJSON, createEntityParamsToJSON, createEntityProviderMarkupsFromJSON, createEntityPurchaseFromJSON, createEntityResponseFromJSON, createEntitySpendLimitRequestToJSON, createEntitySpendLimitResponseFromJSON, createEntitySubscriptionFromJSON, createEntityUsageAlertRequestBodyToJSON, createEntityUsageAlertResponseFromJSON, createEntityUsageLimitRequestToJSON, createEntityUsageLimitResponseFromJSON, createFeatureCreditSchemaRequestBodyToJSON, createFeatureCreditSchemaResponseFromJSON, createFeatureDisplayRequestBodyToJSON, createFeatureDisplayResponseFromJSON, createFeatureModelMarkupsRequestToJSON, createFeatureModelMarkupsResponseFromJSON, createFeatureParamsToJSON, createFeatureProviderMarkupsRequestToJSON, createFeatureProviderMarkupsResponseFromJSON, createFeatureResponseFromJSON, createPlanAutoTopupRequestToJSON, createPlanAutoTopupResponseFromJSON, createPlanBasePriceFromJSON, createPlanBillingControlsRequestToJSON, createPlanBillingControlsResponseFromJSON, createPlanConfigRequestToJSON, createPlanConfigResponseFromJSON, createPlanCreditSchemaFromJSON, createPlanCustomerEligibilityFromJSON, createPlanCustomizeFromJSON, createPlanFeatureDisplayFromJSON, createPlanFeatureFromJSON, createPlanFreeTrialParamsFromJSON, createPlanFreeTrialResponseFromJSON, createPlanIntervalUnionFromJSON, createPlanItemDisplayFromJSON, createPlanItemFromJSON, createPlanItemPlanItemToJSON, createPlanItemPriceRequestBodyToJSON, createPlanItemPriceResponseFromJSON, createPlanItemProrationToJSON, createPlanItemResetResponseFromJSON, createPlanItemRolloverResponseFromJSON, createPlanItemTierResponseFromJSON, createPlanItemToResponseFromJSON, createPlanOverageAllowedRequestToJSON, createPlanOverageAllowedResponseFromJSON, createPlanParamsToJSON, createPlanPlanItemFilterFromJSON, createPlanPlanItemResponseFromJSON, createPlanPriceDisplayFromJSON, createPlanPriceRequestBodyToJSON, createPlanPriceResponseFromJSON, createPlanProrationResponseFromJSON, createPlanPurchaseLimitRequestToJSON, createPlanPurchaseLimitResponseFromJSON, createPlanResetRequestBodyToJSON, createPlanResponseFromJSON, createPlanRolloverRequestBodyToJSON, createPlanSpendLimitRequestToJSON, createPlanSpendLimitResponseFromJSON, createPlanTierRequestBodyToJSON, createPlanToRequestBodyToJSON, createPlanUsageAlertRequestBodyToJSON, createPlanUsageAlertResponseFromJSON, createPlanUsageLimitRequestToJSON, createPlanUsageLimitResponseFromJSON, createPlanVariantDetailsAutoTopupFromJSON, createPlanVariantDetailsBillingControlsFromJSON, createPlanVariantDetailsFromJSON, createPlanVariantDetailsOverageAllowedFromJSON, createPlanVariantDetailsPriceFromJSON, createPlanVariantDetailsPurchaseLimitFromJSON, createPlanVariantDetailsResetFromJSON, createPlanVariantDetailsRolloverFromJSON, createPlanVariantDetailsSpendLimitFromJSON, createPlanVariantDetailsTierFromJSON, createPlanVariantDetailsToFromJSON, createPlanVariantDetailsUsageAlertFromJSON, createPlanVariantDetailsUsageLimitFromJSON, createReferralCodeParamsToJSON, createReferralCodeResponseFromJSON, createScheduleAddItemPlanItem2ToJSON, createScheduleAddItemPrice2ToJSON, createScheduleAddItemProration2ToJSON, createScheduleAddItemReset2ToJSON, createScheduleAddItemRollover2ToJSON, createScheduleAddItemTier2ToJSON, createScheduleAttachDiscountToJSON, createScheduleAutoTopup2ToJSON, createScheduleBasePrice2ToJSON, createScheduleBillingControls2ToJSON, createScheduleCustomize2ToJSON, createScheduleFeatureQuantity2ToJSON, createScheduleIntervalUnion2ToJSON, createScheduleInvoiceFromJSON, createScheduleInvoiceModeToJSON, createScheduleItemPlanItem2ToJSON, createScheduleItemPrice2ToJSON, createScheduleItemProration2ToJSON, createScheduleItemReset2ToJSON, createScheduleItemRollover2ToJSON, createScheduleItemTier2ToJSON, createScheduleOverageAllowed2ToJSON, createScheduleParamsToJSON, createSchedulePlan2ToJSON, createSchedulePlanItemFilter2ToJSON, createSchedulePurchaseLimit2ToJSON, createScheduleRequiredActionFromJSON, createScheduleResponseFromJSON, createScheduleSpendLimit2ToJSON, createScheduleUsageAlert2ToJSON, createScheduleUsageLimit2ToJSON, customerAutoTopupFromJSON, customerBillingControlsFromJSON, customerConfigFromJSON, customerCreditSchemaFromJSON, customerDataAutoTopupToJSON, customerDataBillingControlsToJSON, customerDataConfigToJSON, customerDataOverageAllowedToJSON, customerDataPurchaseLimitToJSON, customerDataSpendLimitToJSON, customerDataToJSON, customerDataUsageAlertToJSON, customerDataUsageLimitToJSON, customerDisplayFromJSON, customerEligibilityFromJSON, customerFeatureFromJSON, 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, filterToJSON, finalizeBalanceParamsToJSON, finalizeLockResponseBody1FromJSON, finalizeLockResponseBody2FromJSON, finalizeLockResponseFromJSON, flag1FromJSON, flag2FromJSON, flagDisplay1FromJSON, flagDisplay2FromJSON, flagsFromJSON, flashedFromJSON, formatZodError, freeTrialFromJSON, freeTrialParamsFromJSON, freeTrialRequestToJSON, getCustomerAutoTopupFromJSON, getCustomerBillingControlsFromJSON, getCustomerConfigFromJSON, getCustomerCreditSchemaFromJSON, getCustomerCustomerFromJSON, getCustomerDiscountFromJSON, getCustomerDisplayFromJSON, getCustomerEntityFromJSON, getCustomerFeatureFromJSON, getCustomerFlagsFromJSON, getCustomerInvoiceFromJSON, getCustomerModelMarkupsFromJSON, getCustomerOverageAllowedFromJSON, getCustomerParamsToJSON, getCustomerProcessorsFromJSON, getCustomerProviderMarkupsFromJSON, getCustomerPurchaseFromJSON, getCustomerPurchaseLimit1FromJSON, getCustomerPurchaseLimit2FromJSON, getCustomerPurchaseLimitUnionFromJSON, getCustomerReferralFromJSON, getCustomerResponseFromJSON, getCustomerRevenuecatFromJSON, getCustomerRewardsFromJSON, getCustomerSpendLimitFromJSON, getCustomerStripeFromJSON, getCustomerSubscriptionFromJSON, getCustomerTrialsUsedFromJSON, getCustomerUsageAlertFromJSON, getCustomerUsageLimitFromJSON, getCustomerVercelFromJSON, getEntityBillingControlsFromJSON, getEntityCreditSchemaFromJSON, getEntityDisplayFromJSON, getEntityFeatureFromJSON, getEntityFlagsFromJSON, getEntityInvoiceFromJSON, getEntityModelMarkupsFromJSON, getEntityOverageAllowedFromJSON, getEntityParamsToJSON, getEntityProviderMarkupsFromJSON, getEntityPurchaseFromJSON, getEntityResponseFromJSON, getEntitySpendLimitFromJSON, getEntitySubscriptionFromJSON, getEntityUsageAlertFromJSON, getEntityUsageLimitFromJSON, getFeatureCreditSchemaFromJSON, getFeatureDisplayFromJSON, getFeatureModelMarkupsFromJSON, getFeatureParamsToJSON, getFeatureProviderMarkupsFromJSON, getFeatureResponseFromJSON, getOrCreateCustomerAutoTopupToJSON, getOrCreateCustomerBillingControlsToJSON, getOrCreateCustomerConfigToJSON, getOrCreateCustomerOverageAllowedToJSON, getOrCreateCustomerParamsToJSON, getOrCreateCustomerPurchaseLimitToJSON, getOrCreateCustomerSpendLimitToJSON, getOrCreateCustomerUsageAlertToJSON, getOrCreateCustomerUsageLimitToJSON, getPlanAutoTopupFromJSON, getPlanBasePriceFromJSON, getPlanBillingControlsFromJSON, getPlanConfigFromJSON, getPlanCreditSchemaFromJSON, getPlanCustomerEligibilityFromJSON, getPlanCustomizeFromJSON, getPlanFeatureDisplayFromJSON, getPlanFeatureFromJSON, getPlanFreeTrialFromJSON, getPlanFreeTrialParamsFromJSON, getPlanIntervalUnionFromJSON, getPlanItemDisplayFromJSON, getPlanItemFromJSON, getPlanItemPriceFromJSON, getPlanItemResetFromJSON, getPlanItemRolloverFromJSON, getPlanItemTierFromJSON, getPlanItemToFromJSON, getPlanOverageAllowedFromJSON, getPlanParamsToJSON, getPlanPlanItemFilterFromJSON, getPlanPlanItemFromJSON, getPlanPriceDisplayFromJSON, getPlanPriceFromJSON, getPlanProrationFromJSON, getPlanPurchaseLimitFromJSON, getPlanResponseFromJSON, getPlanSpendLimitFromJSON, getPlanUsageAlertFromJSON, getPlanUsageLimitFromJSON, getPlanVariantDetailsAutoTopupFromJSON, getPlanVariantDetailsBillingControlsFromJSON, getPlanVariantDetailsFromJSON, getPlanVariantDetailsOverageAllowedFromJSON, getPlanVariantDetailsPriceFromJSON, getPlanVariantDetailsPurchaseLimitFromJSON, getPlanVariantDetailsResetFromJSON, getPlanVariantDetailsRolloverFromJSON, getPlanVariantDetailsSpendLimitFromJSON, getPlanVariantDetailsTierFromJSON, getPlanVariantDetailsToFromJSON, getPlanVariantDetailsUsageAlertFromJSON, getPlanVariantDetailsUsageLimitFromJSON, getRevenueCatKeysAppFromJSON, getRevenueCatKeysParamsToJSON, getRevenueCatKeysResponseFromJSON, grantFromJSON, importBalanceToJSON, importCustomerDataToJSON, importFeatureQuantityToJSON, importPlanToJSON, importProcessorToJSON, includedUsage1FromJSON, includedUsage2FromJSON, invoiceFromJSON, itemFromJSON, linkRevenueCatParamsToJSON, linkRevenueCatResponseFromJSON, linkToJSON, listCustomersAutoTopupFromJSON, listCustomersBillingControlsFromJSON, listCustomersConfigFromJSON, listCustomersCreditSchemaFromJSON, listCustomersDisplayFromJSON, listCustomersFeatureFromJSON, listCustomersFlagsFromJSON, listCustomersListFromJSON, listCustomersModelMarkupsFromJSON, listCustomersOverageAllowedFromJSON, listCustomersParamsToJSON, listCustomersPlanToJSON, listCustomersProcessorsFromJSON, listCustomersProviderMarkupsFromJSON, listCustomersPurchaseFromJSON, listCustomersPurchaseLimit1FromJSON, listCustomersPurchaseLimit2FromJSON, listCustomersPurchaseLimitUnionFromJSON, listCustomersResponseFromJSON, listCustomersRevenuecatFromJSON, listCustomersSpendLimitFromJSON, listCustomersStripeFromJSON, listCustomersSubscriptionFromJSON, listCustomersUsageAlertFromJSON, listCustomersUsageLimitFromJSON, listCustomersVercelFromJSON, listEntitiesBillingControlsFromJSON, listEntitiesCreditSchemaFromJSON, listEntitiesDisplayFromJSON, listEntitiesFeatureFromJSON, 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, listPlansAutoTopupFromJSON, listPlansBasePriceFromJSON, listPlansBillingControlsFromJSON, listPlansConfigFromJSON, listPlansCreditSchemaFromJSON, listPlansCustomerEligibilityFromJSON, listPlansCustomizeFromJSON, listPlansFeatureDisplayFromJSON, listPlansFeatureFromJSON, listPlansFreeTrialFromJSON, listPlansFreeTrialParamsFromJSON, listPlansIntervalUnionFromJSON, listPlansItemDisplayFromJSON, listPlansItemFromJSON, listPlansItemPriceFromJSON, listPlansItemResetFromJSON, listPlansItemRolloverFromJSON, listPlansItemTierFromJSON, listPlansListFromJSON, listPlansOverageAllowedFromJSON, listPlansParamsToJSON, listPlansPlanItemFilterFromJSON, listPlansPlanItemFromJSON, listPlansPriceDisplayFromJSON, listPlansPriceFromJSON, listPlansProrationFromJSON, listPlansPurchaseLimitFromJSON, listPlansResponseFromJSON, listPlansSpendLimitFromJSON, listPlansToFromJSON, listPlansUsageAlertFromJSON, listPlansUsageLimitFromJSON, listPlansVariantDetailsAutoTopupFromJSON, listPlansVariantDetailsBillingControlsFromJSON, listPlansVariantDetailsFromJSON, listPlansVariantDetailsOverageAllowedFromJSON, listPlansVariantDetailsPriceFromJSON, listPlansVariantDetailsPurchaseLimitFromJSON, listPlansVariantDetailsResetFromJSON, listPlansVariantDetailsRolloverFromJSON, listPlansVariantDetailsSpendLimitFromJSON, listPlansVariantDetailsTierFromJSON, listPlansVariantDetailsUsageAlertFromJSON, listPlansVariantDetailsUsageLimitFromJSON, listRewardsDurationFromJSON, listRewardsResponseFromJSON, migrationToJSON, mintKeyParamsToJSON, mintKeyResponseFromJSON, multiAttachAttachDiscountToJSON, multiAttachBasePriceToJSON, multiAttachBillingControlsToJSON, multiAttachCustomizeToJSON, multiAttachEntityDataToJSON, multiAttachFeatureQuantityToJSON, multiAttachFreeTrialParamsToJSON, multiAttachInvoiceFromJSON, multiAttachInvoiceModeToJSON, multiAttachOverageAllowedToJSON, multiAttachParamsToJSON, multiAttachPlanItemToJSON, multiAttachPlanToJSON, multiAttachPriceToJSON, multiAttachProrationToJSON, multiAttachRequiredActionFromJSON, multiAttachResetToJSON, multiAttachResponseFromJSON, multiAttachRolloverToJSON, multiAttachSpendLimitToJSON, multiAttachTierToJSON, multiAttachToToJSON, multiAttachUsageAlertToJSON, multiAttachUsageLimitToJSON, openCustomerPortalParamsToJSON, openCustomerPortalResponseFromJSON, phaseResponseFromJSON, phaseStartToJSON, phaseStartUnionToJSON, planAutoTopupFromJSON, planBillingControlsFromJSON, planConfigFromJSON, planCreditSchemaFromJSON, planFeatureDisplayFromJSON, planFeatureFromJSON, planFromJSON, planIntervalUnionFromJSON, planItemDisplayFromJSON, planItemFilterFromJSON, planItemFromJSON, planItemPriceFromJSON, planItemResetFromJSON, planItemRolloverFromJSON, planItemTierFromJSON, planItemToFromJSON, planOverageAllowedFromJSON, planPriceDisplayFromJSON, planPriceFromJSON, planPurchaseLimitFromJSON, planSpendLimitFromJSON, planUsageAlertFromJSON, planUsageLimitFromJSON, planVariantDetailsAutoTopupFromJSON, planVariantDetailsBillingControlsFromJSON, planVariantDetailsOverageAllowedFromJSON, planVariantDetailsPriceFromJSON, planVariantDetailsPurchaseLimitFromJSON, planVariantDetailsResetFromJSON, planVariantDetailsRolloverFromJSON, planVariantDetailsSpendLimitFromJSON, planVariantDetailsTierFromJSON, planVariantDetailsToFromJSON, planVariantDetailsUsageAlertFromJSON, planVariantDetailsUsageLimitFromJSON, preview1FromJSON, preview2FromJSON, previewAttachAddItemPlanItemToJSON, previewAttachAddItemPriceToJSON, previewAttachAddItemProrationToJSON, previewAttachAddItemResetToJSON, previewAttachAddItemRolloverToJSON, previewAttachAddItemTierToJSON, previewAttachAddItemToToJSON, previewAttachAttachDiscountToJSON, previewAttachAutoTopupToJSON, previewAttachBasePriceToJSON, previewAttachBillingControlsToJSON, previewAttachCarryOverBalancesToJSON, previewAttachCarryOverUsagesToJSON, previewAttachCustomLineItemToJSON, previewAttachCustomizeToJSON, previewAttachDiscountFromJSON, previewAttachFeatureQuantityRequestToJSON, previewAttachFreeTrialParamsToJSON, previewAttachIncomingFeatureQuantityFromJSON, previewAttachIncomingFromJSON, previewAttachIntervalUnionToJSON, previewAttachInvoiceCreditsFromJSON, previewAttachInvoiceModeToJSON, previewAttachItemPlanItemToJSON, previewAttachItemPriceToJSON, previewAttachItemProrationToJSON, previewAttachItemResetToJSON, previewAttachItemRolloverToJSON, previewAttachItemTierToJSON, previewAttachItemToToJSON, previewAttachLineItemFromJSON, previewAttachLineItemPeriodFromJSON, previewAttachNextCycleDiscountFromJSON, previewAttachNextCycleFromJSON, previewAttachNextCycleLineItemFromJSON, previewAttachNextCycleLineItemPeriodFromJSON, previewAttachOutgoingFeatureQuantityFromJSON, previewAttachOutgoingFromJSON, previewAttachOverageAllowedToJSON, previewAttachParamsToJSON, previewAttachPlanItemFilterToJSON, previewAttachPurchaseLimitToJSON, previewAttachResponseFromJSON, previewAttachSpendLimitToJSON, previewAttachTaxFromJSON, previewAttachUsageAlertToJSON, previewAttachUsageLimitToJSON, previewAttachUsageLineItemFromJSON, previewAttachUsageLineItemPeriodFromJSON, previewMultiAttachAttachDiscountToJSON, previewMultiAttachBasePriceToJSON, previewMultiAttachBillingControlsToJSON, previewMultiAttachCustomizeToJSON, previewMultiAttachDiscountFromJSON, previewMultiAttachEntityDataToJSON, previewMultiAttachFreeTrialParamsToJSON, previewMultiAttachIncomingFeatureQuantityFromJSON, previewMultiAttachIncomingFromJSON, previewMultiAttachInvoiceCreditsFromJSON, previewMultiAttachInvoiceModeToJSON, previewMultiAttachLineItemFromJSON, previewMultiAttachLineItemPeriodFromJSON, previewMultiAttachNextCycleDiscountFromJSON, previewMultiAttachNextCycleFromJSON, previewMultiAttachNextCycleLineItemFromJSON, previewMultiAttachNextCycleLineItemPeriodFromJSON, previewMultiAttachOutgoingFeatureQuantityFromJSON, previewMultiAttachOutgoingFromJSON, previewMultiAttachOverageAllowedToJSON, previewMultiAttachParamsToJSON, previewMultiAttachPlanFeatureQuantityToJSON, previewMultiAttachPlanItemToJSON, previewMultiAttachPlanToJSON, previewMultiAttachPriceToJSON, previewMultiAttachProrationToJSON, previewMultiAttachResetToJSON, previewMultiAttachResponseFromJSON, previewMultiAttachRolloverToJSON, previewMultiAttachSpendLimitToJSON, previewMultiAttachTaxFromJSON, previewMultiAttachTierToJSON, previewMultiAttachToToJSON, previewMultiAttachUsageAlertToJSON, previewMultiAttachUsageLimitToJSON, previewMultiAttachUsageLineItemFromJSON, previewMultiAttachUsageLineItemPeriodFromJSON, previewUpdateAddItemPlanItemToJSON, previewUpdateAddItemPriceToJSON, previewUpdateAddItemProrationToJSON, previewUpdateAddItemResetToJSON, previewUpdateAddItemRolloverToJSON, previewUpdateAddItemTierToJSON, previewUpdateAddItemToToJSON, previewUpdateAttachDiscountToJSON, previewUpdateAutoTopupToJSON, previewUpdateBasePriceToJSON, previewUpdateBillingControlsToJSON, previewUpdateCarryOverUsagesToJSON, previewUpdateCustomizeToJSON, previewUpdateDiscountFromJSON, previewUpdateFeatureQuantityRequestToJSON, previewUpdateFreeTrialParamsToJSON, previewUpdateIncomingFeatureQuantityFromJSON, previewUpdateIncomingFromJSON, previewUpdateIntervalUnionToJSON, previewUpdateInvoiceCreditsFromJSON, previewUpdateInvoiceModeToJSON, previewUpdateItemPlanItemToJSON, previewUpdateItemPriceToJSON, previewUpdateItemProrationToJSON, previewUpdateItemResetToJSON, previewUpdateItemRolloverToJSON, previewUpdateItemTierToJSON, previewUpdateItemToToJSON, previewUpdateLineItemFromJSON, previewUpdateLineItemPeriodFromJSON, previewUpdateNextCycleDiscountFromJSON, previewUpdateNextCycleFromJSON, previewUpdateNextCycleLineItemFromJSON, previewUpdateNextCycleLineItemPeriodFromJSON, previewUpdateOutgoingFeatureQuantityFromJSON, previewUpdateOutgoingFromJSON, previewUpdateOverageAllowedToJSON, previewUpdateParamsToJSON, previewUpdatePlanItemFilterToJSON, previewUpdatePurchaseLimitToJSON, previewUpdateRecalculateBalancesToJSON, previewUpdateResponseFromJSON, previewUpdateSpendLimitToJSON, previewUpdateTaxFromJSON, previewUpdateUsageAlertToJSON, previewUpdateUsageLimitToJSON, previewUpdateUsageLineItemFromJSON, previewUpdateUsageLineItemPeriodFromJSON, processorsFromJSON, productDisplay1FromJSON, productDisplay2FromJSON, properties1FromJSON, properties2FromJSON, prorationFromJSON, purchaseFromJSON, redeemReferralCodeParamsToJSON, redeemReferralCodeResponseFromJSON, redeemRewardCodeParamsToJSON, redeemRewardCodeResponseFromJSON, referralCustomerFromJSON, referralFromJSON, refreshKeyParamsToJSON, refreshKeyResponseFromJSON, requestBodyToJSON, resultFromJSON, revenuecatFromJSON, revokeKeyParamsToJSON, revokeKeyResponseFromJSON, rewardsFromJSON, rewardsListParamsToJSON, securityToJSON, serverURLFromOptions, setupPaymentAddItemPlanItemToJSON, setupPaymentAddItemPriceToJSON, setupPaymentAddItemProrationToJSON, setupPaymentAddItemResetToJSON, setupPaymentAddItemRolloverToJSON, setupPaymentAddItemTierToJSON, setupPaymentAddItemToToJSON, setupPaymentAttachDiscountToJSON, setupPaymentAutoTopupToJSON, setupPaymentBasePriceToJSON, setupPaymentBillingControlsToJSON, setupPaymentCarryOverBalancesToJSON, setupPaymentCarryOverUsagesToJSON, setupPaymentCustomLineItemToJSON, setupPaymentCustomizeToJSON, setupPaymentFeatureQuantityToJSON, setupPaymentFreeTrialParamsToJSON, setupPaymentIntervalUnionToJSON, setupPaymentItemPlanItemToJSON, setupPaymentItemPriceToJSON, setupPaymentItemProrationToJSON, setupPaymentItemResetToJSON, setupPaymentItemRolloverToJSON, setupPaymentItemTierToJSON, setupPaymentItemToToJSON, setupPaymentOverageAllowedToJSON, setupPaymentParamsToJSON, setupPaymentPlanItemFilterToJSON, setupPaymentPurchaseLimitToJSON, setupPaymentResponseFromJSON, setupPaymentSpendLimitToJSON, 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, index as types, updateBalanceParamsToJSON, updateBalanceResponseFromJSON, updateCustomerAutoTopupRequestToJSON, updateCustomerAutoTopupResponseFromJSON, updateCustomerBillingControlsRequestToJSON, updateCustomerBillingControlsResponseFromJSON, updateCustomerConfigRequestToJSON, updateCustomerConfigResponseFromJSON, updateCustomerCreditSchemaFromJSON, updateCustomerDisplayFromJSON, updateCustomerFeatureFromJSON, updateCustomerFlagsFromJSON, updateCustomerModelMarkupsFromJSON, updateCustomerOverageAllowedRequestToJSON, updateCustomerOverageAllowedResponseFromJSON, updateCustomerParamsToJSON, updateCustomerProcessorsFromJSON, updateCustomerProviderMarkupsFromJSON, updateCustomerPurchaseFromJSON, updateCustomerPurchaseLimitRequestToJSON, updateCustomerPurchaseLimitResponse1FromJSON, updateCustomerPurchaseLimitResponse2FromJSON, updateCustomerPurchaseLimitUnionFromJSON, updateCustomerResponseFromJSON, updateCustomerRevenuecatFromJSON, updateCustomerSpendLimitRequestToJSON, updateCustomerSpendLimitResponseFromJSON, updateCustomerStripeFromJSON, updateCustomerSubscriptionFromJSON, updateCustomerUsageAlertRequestBodyToJSON, updateCustomerUsageAlertResponseFromJSON, updateCustomerUsageLimitRequestToJSON, updateCustomerUsageLimitResponseFromJSON, updateCustomerVercelFromJSON, updateEntityBillingControlsRequestToJSON, updateEntityBillingControlsResponseFromJSON, updateEntityCreditSchemaFromJSON, updateEntityDisplayFromJSON, updateEntityFeatureFromJSON, updateEntityFlagsFromJSON, updateEntityInvoiceFromJSON, updateEntityModelMarkupsFromJSON, updateEntityOverageAllowedRequestToJSON, updateEntityOverageAllowedResponseFromJSON, updateEntityParamsToJSON, updateEntityProviderMarkupsFromJSON, updateEntityPurchaseFromJSON, updateEntityResponseFromJSON, updateEntitySpendLimitRequestToJSON, updateEntitySpendLimitResponseFromJSON, updateEntitySubscriptionFromJSON, updateEntityUsageAlertRequestBodyToJSON, updateEntityUsageAlertResponseFromJSON, updateEntityUsageLimitRequestToJSON, updateEntityUsageLimitResponseFromJSON, updateFeatureCreditSchemaRequestBodyToJSON, updateFeatureCreditSchemaResponseFromJSON, updateFeatureDisplayRequestBodyToJSON, updateFeatureDisplayResponseFromJSON, updateFeatureModelMarkupsRequestToJSON, updateFeatureModelMarkupsResponseFromJSON, updateFeatureParamsToJSON, updateFeatureProviderMarkupsRequestToJSON, updateFeatureProviderMarkupsResponseFromJSON, updateFeatureResponseFromJSON, updatePlanAutoTopupRequestToJSON, updatePlanAutoTopupResponseFromJSON, updatePlanBasePriceRequestToJSON, updatePlanBasePriceResponseFromJSON, updatePlanBillingControlsRequestToJSON, updatePlanBillingControlsResponseFromJSON, updatePlanConfigRequestToJSON, updatePlanConfigResponseFromJSON, updatePlanCreditSchemaFromJSON, updatePlanCustomerEligibilityFromJSON, updatePlanCustomizeResponseFromJSON, updatePlanFeatureDisplayFromJSON, updatePlanFeatureFromJSON, updatePlanFreeTrialFromJSON, updatePlanFreeTrialParamsRequestToJSON, updatePlanFreeTrialParamsResponseFromJSON, updatePlanItemDisplayFromJSON, updatePlanItemFromJSON, updatePlanItemPlanItemToJSON, updatePlanItemPriceRequestBodyToJSON, updatePlanItemPriceResponseFromJSON, updatePlanItemProrationToJSON, updatePlanItemResetRequestBodyToJSON, updatePlanItemResetResponseFromJSON, updatePlanItemRolloverRequestBodyToJSON, updatePlanItemRolloverResponseFromJSON, updatePlanItemTierRequestBodyToJSON, updatePlanItemTierResponseFromJSON, updatePlanItemToRequestBodyToJSON, updatePlanItemToResponseFromJSON, updatePlanOverageAllowedRequestToJSON, updatePlanOverageAllowedResponseFromJSON, updatePlanParamsToJSON, updatePlanPlanItemFilterResponseFromJSON, updatePlanPlanItemResponseFromJSON, updatePlanPriceDisplayFromJSON, updatePlanPriceResponseFromJSON, updatePlanProrationResponseFromJSON, updatePlanPurchaseLimitRequestToJSON, updatePlanPurchaseLimitResponseFromJSON, updatePlanResponseFromJSON, updatePlanSpendLimitRequestToJSON, updatePlanSpendLimitResponseFromJSON, updatePlanUsageAlertRequestBodyToJSON, updatePlanUsageAlertResponseFromJSON, updatePlanUsageLimitRequestToJSON, updatePlanUsageLimitResponseFromJSON, updatePlanVariantDetailsAutoTopupFromJSON, updatePlanVariantDetailsBillingControlsFromJSON, updatePlanVariantDetailsFromJSON, updatePlanVariantDetailsIntervalUnionFromJSON, updatePlanVariantDetailsOverageAllowedFromJSON, updatePlanVariantDetailsPriceFromJSON, updatePlanVariantDetailsPurchaseLimitFromJSON, updatePlanVariantDetailsResetFromJSON, updatePlanVariantDetailsRolloverFromJSON, updatePlanVariantDetailsSpendLimitFromJSON, updatePlanVariantDetailsTierFromJSON, updatePlanVariantDetailsToFromJSON, updatePlanVariantDetailsUsageAlertFromJSON, updatePlanVariantDetailsUsageLimitFromJSON, updateSubscriptionParamsToJSON, variantAutoTopupToJSON, variantBasePriceToJSON, variantBillingControlsToJSON, variantCustomizeToJSON, variantDetailsFromJSON, variantFreeTrialParamsToJSON, variantIntervalUnionToJSON, variantMigrationToJSON, variantOverageAllowedToJSON, variantPlanItemFilterToJSON, variantPlanItemToJSON, variantPriceToJSON, variantProrationToJSON, variantPurchaseLimitToJSON, variantResetToJSON, variantRolloverToJSON, variantSpendLimitToJSON, variantTierToJSON, variantToJSON, variantToToJSON, variantUsageAlertToJSON, variantUsageLimitToJSON, vercelFromJSON };
35670
+ export { type AggregateEventsCustomRange, type AggregateEventsCustomRange$Outbound, AggregateEventsCustomRange$outboundSchema, type AggregateEventsFeatureId, type AggregateEventsFeatureId$Outbound, AggregateEventsFeatureId$outboundSchema, type AggregateEventsGlobals, type AggregateEventsList, AggregateEventsList$inboundSchema, type AggregateEventsResponse, AggregateEventsResponse$inboundSchema, type ApiKey, ApiKey$inboundSchema, AttachAction, AttachAction$inboundSchema, AttachAddItemBillingMethod, AttachAddItemBillingMethod$outboundSchema, AttachAddItemExpiryDurationType, AttachAddItemExpiryDurationType$outboundSchema, AttachAddItemOnDecrease, AttachAddItemOnDecrease$outboundSchema, AttachAddItemOnIncrease, AttachAddItemOnIncrease$outboundSchema, type AttachAddItemPlanItem, type AttachAddItemPlanItem$Outbound, AttachAddItemPlanItem$outboundSchema, type AttachAddItemPrice, type AttachAddItemPrice$Outbound, AttachAddItemPrice$outboundSchema, AttachAddItemPriceInterval, AttachAddItemPriceInterval$outboundSchema, type AttachAddItemProration, type AttachAddItemProration$Outbound, AttachAddItemProration$outboundSchema, type AttachAddItemReset, type AttachAddItemReset$Outbound, AttachAddItemReset$outboundSchema, AttachAddItemResetInterval, AttachAddItemResetInterval$outboundSchema, type AttachAddItemRollover, type AttachAddItemRollover$Outbound, AttachAddItemRollover$outboundSchema, type AttachAddItemTier, type AttachAddItemTier$Outbound, AttachAddItemTier$outboundSchema, AttachAddItemTierBehavior, AttachAddItemTierBehavior$outboundSchema, type AttachAddItemTo, type AttachAddItemTo$Outbound, AttachAddItemTo$outboundSchema, type AttachAttachDiscount, type AttachAttachDiscount$Outbound, AttachAttachDiscount$outboundSchema, type AttachAutoTopup, type AttachAutoTopup$Outbound, AttachAutoTopup$outboundSchema, type AttachBasePrice, type AttachBasePrice$Outbound, AttachBasePrice$outboundSchema, type AttachBillingControls, type AttachBillingControls$Outbound, AttachBillingControls$outboundSchema, type AttachCarryOverBalances, type AttachCarryOverBalances$Outbound, AttachCarryOverBalances$outboundSchema, type AttachCarryOverUsages, type AttachCarryOverUsages$Outbound, AttachCarryOverUsages$outboundSchema, AttachCode, AttachCode$inboundSchema, type AttachCustomLineItem, type AttachCustomLineItem$Outbound, AttachCustomLineItem$outboundSchema, type AttachCustomize, type AttachCustomize$Outbound, AttachCustomize$outboundSchema, AttachDurationType, AttachDurationType$outboundSchema, type AttachFeatureQuantity, type AttachFeatureQuantity$Outbound, AttachFeatureQuantity$outboundSchema, type AttachFilter, type AttachFilter$Outbound, AttachFilter$outboundSchema, type AttachFreeTrialParams, type AttachFreeTrialParams$Outbound, AttachFreeTrialParams$outboundSchema, type AttachGlobals, AttachIntervalRemoveItemEnum1, AttachIntervalRemoveItemEnum1$outboundSchema, AttachIntervalRemoveItemEnum2, AttachIntervalRemoveItemEnum2$outboundSchema, type AttachIntervalUnion, type AttachIntervalUnion$Outbound, AttachIntervalUnion$outboundSchema, type AttachInvoice, AttachInvoice$inboundSchema, type AttachInvoiceMode, type AttachInvoiceMode$Outbound, AttachInvoiceMode$outboundSchema, AttachItemBillingMethod, AttachItemBillingMethod$outboundSchema, AttachItemExpiryDurationType, AttachItemExpiryDurationType$outboundSchema, AttachItemOnDecrease, AttachItemOnDecrease$outboundSchema, AttachItemOnIncrease, AttachItemOnIncrease$outboundSchema, type AttachItemPlanItem, type AttachItemPlanItem$Outbound, AttachItemPlanItem$outboundSchema, type AttachItemPrice, type AttachItemPrice$Outbound, AttachItemPrice$outboundSchema, AttachItemPriceInterval, AttachItemPriceInterval$outboundSchema, type AttachItemProration, type AttachItemProration$Outbound, AttachItemProration$outboundSchema, type AttachItemReset, type AttachItemReset$Outbound, AttachItemReset$outboundSchema, AttachItemResetInterval, AttachItemResetInterval$outboundSchema, type AttachItemRollover, type AttachItemRollover$Outbound, AttachItemRollover$outboundSchema, type AttachItemTier, type AttachItemTier$Outbound, AttachItemTier$outboundSchema, AttachItemTierBehavior, AttachItemTierBehavior$outboundSchema, type AttachItemTo, type AttachItemTo$Outbound, AttachItemTo$outboundSchema, AttachLimitType, AttachLimitType$outboundSchema, AttachOnEnd, AttachOnEnd$outboundSchema, type AttachOverageAllowed, type AttachOverageAllowed$Outbound, AttachOverageAllowed$outboundSchema, type AttachParams, type AttachParams$Outbound, AttachParams$outboundSchema, type AttachPlanItemFilter, type AttachPlanItemFilter$Outbound, AttachPlanItemFilter$outboundSchema, AttachPlanSchedule, AttachPlanSchedule$outboundSchema, AttachPriceInterval, AttachPriceInterval$outboundSchema, type AttachProperties, type AttachProperties$Outbound, AttachProperties$outboundSchema, AttachProrationBehavior, AttachProrationBehavior$outboundSchema, type AttachPurchaseLimit, type AttachPurchaseLimit$Outbound, AttachPurchaseLimit$outboundSchema, AttachPurchaseLimitInterval, AttachPurchaseLimitInterval$outboundSchema, AttachRedirectMode, AttachRedirectMode$outboundSchema, AttachRemoveItemBillingMethod, AttachRemoveItemBillingMethod$outboundSchema, type AttachRequiredAction, AttachRequiredAction$inboundSchema, type AttachResponse, AttachResponse$inboundSchema, type AttachSpendLimit, type AttachSpendLimit$Outbound, AttachSpendLimit$outboundSchema, AttachThresholdType, AttachThresholdType$outboundSchema, type AttachUsageAlert, type AttachUsageAlert$Outbound, AttachUsageAlert$outboundSchema, type AttachUsageLimit, type AttachUsageLimit$Outbound, AttachUsageLimit$outboundSchema, AttachUsageLimitInterval, AttachUsageLimitInterval$outboundSchema, Autumn, AutumnDefaultError, AutumnError, type Balance, Balance$inboundSchema, BalanceBillingMethod, BalanceBillingMethod$inboundSchema, type BalanceCreditSchema, BalanceCreditSchema$inboundSchema, type BalanceDisplay, BalanceDisplay$inboundSchema, type BalanceFeature, BalanceFeature$inboundSchema, BalanceIntervalEnum, BalanceIntervalEnum$inboundSchema, type BalanceIntervalUnion, BalanceIntervalUnion$inboundSchema, type BalanceModelMarkups, BalanceModelMarkups$inboundSchema, type BalancePrice, BalancePrice$inboundSchema, type BalanceProviderMarkups, BalanceProviderMarkups$inboundSchema, type BalanceReset, BalanceReset$inboundSchema, type BalanceRollover, BalanceRollover$inboundSchema, type BalanceTier, BalanceTier$inboundSchema, BalanceTierBehavior, BalanceTierBehavior$inboundSchema, type BalanceTo, BalanceTo$inboundSchema, BalanceType, BalanceType$inboundSchema, type BasePrice, BasePrice$inboundSchema, type BatchTrackGlobals, type BatchTrackLock, type BatchTrackLock$Outbound, BatchTrackLock$outboundSchema, type BatchTrackResponse, BatchTrackResponse$inboundSchema, type Billable, type Billable$Outbound, Billable$outboundSchema, BillableProcessor, BillableProcessor$outboundSchema, BillingCycleAnchor2, BillingCycleAnchor2$outboundSchema, BillingUpdateAddItemBillingMethod, BillingUpdateAddItemBillingMethod$outboundSchema, BillingUpdateAddItemExpiryDurationType, BillingUpdateAddItemExpiryDurationType$outboundSchema, BillingUpdateAddItemOnDecrease, BillingUpdateAddItemOnDecrease$outboundSchema, BillingUpdateAddItemOnIncrease, BillingUpdateAddItemOnIncrease$outboundSchema, type BillingUpdateAddItemPlanItem, type BillingUpdateAddItemPlanItem$Outbound, BillingUpdateAddItemPlanItem$outboundSchema, type BillingUpdateAddItemPrice, type BillingUpdateAddItemPrice$Outbound, BillingUpdateAddItemPrice$outboundSchema, BillingUpdateAddItemPriceInterval, BillingUpdateAddItemPriceInterval$outboundSchema, type BillingUpdateAddItemProration, type BillingUpdateAddItemProration$Outbound, BillingUpdateAddItemProration$outboundSchema, type BillingUpdateAddItemReset, type BillingUpdateAddItemReset$Outbound, BillingUpdateAddItemReset$outboundSchema, BillingUpdateAddItemResetInterval, BillingUpdateAddItemResetInterval$outboundSchema, type BillingUpdateAddItemRollover, type BillingUpdateAddItemRollover$Outbound, BillingUpdateAddItemRollover$outboundSchema, type BillingUpdateAddItemTier, type BillingUpdateAddItemTier$Outbound, BillingUpdateAddItemTier$outboundSchema, BillingUpdateAddItemTierBehavior, BillingUpdateAddItemTierBehavior$outboundSchema, type BillingUpdateAddItemTo, type BillingUpdateAddItemTo$Outbound, BillingUpdateAddItemTo$outboundSchema, type BillingUpdateAttachDiscount, type BillingUpdateAttachDiscount$Outbound, BillingUpdateAttachDiscount$outboundSchema, type BillingUpdateAutoTopup, type BillingUpdateAutoTopup$Outbound, BillingUpdateAutoTopup$outboundSchema, type BillingUpdateBasePrice, type BillingUpdateBasePrice$Outbound, BillingUpdateBasePrice$outboundSchema, type BillingUpdateBillingControls, type BillingUpdateBillingControls$Outbound, BillingUpdateBillingControls$outboundSchema, BillingUpdateCancelAction, BillingUpdateCancelAction$outboundSchema, type BillingUpdateCarryOverUsages, type BillingUpdateCarryOverUsages$Outbound, BillingUpdateCarryOverUsages$outboundSchema, BillingUpdateCode, BillingUpdateCode$inboundSchema, type BillingUpdateCustomize, type BillingUpdateCustomize$Outbound, BillingUpdateCustomize$outboundSchema, BillingUpdateDurationType, BillingUpdateDurationType$outboundSchema, type BillingUpdateFeatureQuantity, type BillingUpdateFeatureQuantity$Outbound, BillingUpdateFeatureQuantity$outboundSchema, type BillingUpdateFilter, type BillingUpdateFilter$Outbound, BillingUpdateFilter$outboundSchema, type BillingUpdateFreeTrialParams, type BillingUpdateFreeTrialParams$Outbound, BillingUpdateFreeTrialParams$outboundSchema, type BillingUpdateGlobals, BillingUpdateIntervalRemoveItemEnum1, BillingUpdateIntervalRemoveItemEnum1$outboundSchema, BillingUpdateIntervalRemoveItemEnum2, BillingUpdateIntervalRemoveItemEnum2$outboundSchema, type BillingUpdateIntervalUnion, type BillingUpdateIntervalUnion$Outbound, BillingUpdateIntervalUnion$outboundSchema, type BillingUpdateInvoice, BillingUpdateInvoice$inboundSchema, type BillingUpdateInvoiceMode, type BillingUpdateInvoiceMode$Outbound, BillingUpdateInvoiceMode$outboundSchema, BillingUpdateItemBillingMethod, BillingUpdateItemBillingMethod$outboundSchema, BillingUpdateItemExpiryDurationType, BillingUpdateItemExpiryDurationType$outboundSchema, BillingUpdateItemOnDecrease, BillingUpdateItemOnDecrease$outboundSchema, BillingUpdateItemOnIncrease, BillingUpdateItemOnIncrease$outboundSchema, type BillingUpdateItemPlanItem, type BillingUpdateItemPlanItem$Outbound, BillingUpdateItemPlanItem$outboundSchema, type BillingUpdateItemPrice, type BillingUpdateItemPrice$Outbound, BillingUpdateItemPrice$outboundSchema, BillingUpdateItemPriceInterval, BillingUpdateItemPriceInterval$outboundSchema, type BillingUpdateItemProration, type BillingUpdateItemProration$Outbound, BillingUpdateItemProration$outboundSchema, type BillingUpdateItemReset, type BillingUpdateItemReset$Outbound, BillingUpdateItemReset$outboundSchema, BillingUpdateItemResetInterval, BillingUpdateItemResetInterval$outboundSchema, type BillingUpdateItemRollover, type BillingUpdateItemRollover$Outbound, BillingUpdateItemRollover$outboundSchema, type BillingUpdateItemTier, type BillingUpdateItemTier$Outbound, BillingUpdateItemTier$outboundSchema, BillingUpdateItemTierBehavior, BillingUpdateItemTierBehavior$outboundSchema, type BillingUpdateItemTo, type BillingUpdateItemTo$Outbound, BillingUpdateItemTo$outboundSchema, BillingUpdateLimitType, BillingUpdateLimitType$outboundSchema, BillingUpdateOnEnd, BillingUpdateOnEnd$outboundSchema, type BillingUpdateOverageAllowed, type BillingUpdateOverageAllowed$Outbound, BillingUpdateOverageAllowed$outboundSchema, type BillingUpdatePlanItemFilter, type BillingUpdatePlanItemFilter$Outbound, BillingUpdatePlanItemFilter$outboundSchema, BillingUpdatePriceInterval, BillingUpdatePriceInterval$outboundSchema, type BillingUpdateProperties, type BillingUpdateProperties$Outbound, BillingUpdateProperties$outboundSchema, BillingUpdateProrationBehavior, BillingUpdateProrationBehavior$outboundSchema, type BillingUpdatePurchaseLimit, type BillingUpdatePurchaseLimit$Outbound, BillingUpdatePurchaseLimit$outboundSchema, BillingUpdatePurchaseLimitInterval, BillingUpdatePurchaseLimitInterval$outboundSchema, type BillingUpdateRecalculateBalances, type BillingUpdateRecalculateBalances$Outbound, BillingUpdateRecalculateBalances$outboundSchema, BillingUpdateRedirectMode, BillingUpdateRedirectMode$outboundSchema, BillingUpdateRefundLastPayment, BillingUpdateRefundLastPayment$outboundSchema, BillingUpdateRemoveItemBillingMethod, BillingUpdateRemoveItemBillingMethod$outboundSchema, type BillingUpdateRequiredAction, BillingUpdateRequiredAction$inboundSchema, type BillingUpdateResponse, BillingUpdateResponse$inboundSchema, type BillingUpdateSpendLimit, type BillingUpdateSpendLimit$Outbound, BillingUpdateSpendLimit$outboundSchema, BillingUpdateThresholdType, BillingUpdateThresholdType$outboundSchema, type BillingUpdateUsageAlert, type BillingUpdateUsageAlert$Outbound, BillingUpdateUsageAlert$outboundSchema, type BillingUpdateUsageLimit, type BillingUpdateUsageLimit$Outbound, BillingUpdateUsageLimit$outboundSchema, BillingUpdateUsageLimitInterval, BillingUpdateUsageLimitInterval$outboundSchema, BinSize, BinSize$outboundSchema, type Breakdown, Breakdown$inboundSchema, type CheckAutoTopup1, CheckAutoTopup1$inboundSchema, type CheckAutoTopup2, CheckAutoTopup2$inboundSchema, type CheckBillingControls1, CheckBillingControls1$inboundSchema, type CheckBillingControls2, CheckBillingControls2$inboundSchema, type CheckConfig1, CheckConfig1$inboundSchema, type CheckConfig2, CheckConfig2$inboundSchema, type CheckCreditSchema1, CheckCreditSchema1$inboundSchema, type CheckCreditSchema2, CheckCreditSchema2$inboundSchema, CheckEnv1, CheckEnv1$inboundSchema, CheckEnv2, CheckEnv2$inboundSchema, type CheckFeature1, CheckFeature1$inboundSchema, type CheckFeature2, CheckFeature2$inboundSchema, type CheckFilter1, CheckFilter1$inboundSchema, type CheckFilter2, CheckFilter2$inboundSchema, type CheckFreeTrial1, CheckFreeTrial1$inboundSchema, type CheckFreeTrial2, CheckFreeTrial2$inboundSchema, type CheckGlobals, type CheckItem1, CheckItem1$inboundSchema, type CheckItem2, CheckItem2$inboundSchema, CheckItemInterval1, CheckItemInterval1$inboundSchema, CheckItemInterval2, CheckItemInterval2$inboundSchema, CheckLimitType1, CheckLimitType1$inboundSchema, CheckLimitType2, CheckLimitType2$inboundSchema, type CheckLock, type CheckLock$Outbound, CheckLock$outboundSchema, type CheckModelMarkups1, CheckModelMarkups1$inboundSchema, type CheckModelMarkups2, CheckModelMarkups2$inboundSchema, CheckOnDecrease1, CheckOnDecrease1$inboundSchema, CheckOnDecrease2, CheckOnDecrease2$inboundSchema, CheckOnEnd1, CheckOnEnd1$inboundSchema, CheckOnEnd2, CheckOnEnd2$inboundSchema, CheckOnIncrease1, CheckOnIncrease1$inboundSchema, CheckOnIncrease2, CheckOnIncrease2$inboundSchema, type CheckOverageAllowed1, CheckOverageAllowed1$inboundSchema, type CheckOverageAllowed2, CheckOverageAllowed2$inboundSchema, type CheckParams, type CheckParams$Outbound, CheckParams$outboundSchema, type CheckProduct1, CheckProduct1$inboundSchema, type CheckProduct2, CheckProduct2$inboundSchema, type CheckProperties1, CheckProperties1$inboundSchema, type CheckProperties2, CheckProperties2$inboundSchema, type CheckProviderMarkups1, CheckProviderMarkups1$inboundSchema, type CheckProviderMarkups2, CheckProviderMarkups2$inboundSchema, type CheckPurchaseLimit1, CheckPurchaseLimit1$inboundSchema, type CheckPurchaseLimit2, CheckPurchaseLimit2$inboundSchema, CheckPurchaseLimitInterval1, CheckPurchaseLimitInterval1$inboundSchema, CheckPurchaseLimitInterval2, CheckPurchaseLimitInterval2$inboundSchema, type CheckResponse, CheckResponse$inboundSchema, type CheckResponseBody1, CheckResponseBody1$inboundSchema, type CheckResponseBody2, CheckResponseBody2$inboundSchema, type CheckRollover1, CheckRollover1$inboundSchema, type CheckRollover2, CheckRollover2$inboundSchema, type CheckSpendLimit1, CheckSpendLimit1$inboundSchema, type CheckSpendLimit2, CheckSpendLimit2$inboundSchema, CheckThresholdType1, CheckThresholdType1$inboundSchema, CheckThresholdType2, CheckThresholdType2$inboundSchema, CheckTierBehavior1, CheckTierBehavior1$inboundSchema, CheckTierBehavior2, CheckTierBehavior2$inboundSchema, type CheckUsageAlert1, CheckUsageAlert1$inboundSchema, type CheckUsageAlert2, CheckUsageAlert2$inboundSchema, type CheckUsageLimit1, CheckUsageLimit1$inboundSchema, type CheckUsageLimit2, CheckUsageLimit2$inboundSchema, CheckUsageLimitInterval1, CheckUsageLimitInterval1$inboundSchema, CheckUsageLimitInterval2, CheckUsageLimitInterval2$inboundSchema, ConfigDuration1, ConfigDuration1$inboundSchema, ConfigDuration2, ConfigDuration2$inboundSchema, ConnectionError, type Coupon, Coupon$inboundSchema, type CouponPromoCode, CouponPromoCode$inboundSchema, CouponType, CouponType$inboundSchema, CreateBalanceDuration, CreateBalanceDuration$outboundSchema, type CreateBalanceGlobals, CreateBalanceInterval, CreateBalanceInterval$outboundSchema, type CreateBalanceParams, type CreateBalanceParams$Outbound, CreateBalanceParams$outboundSchema, type CreateBalanceReset, type CreateBalanceReset$Outbound, CreateBalanceReset$outboundSchema, type CreateBalanceResponse, CreateBalanceResponse$inboundSchema, type CreateBalanceRollover, type CreateBalanceRollover$Outbound, CreateBalanceRollover$outboundSchema, type CreateEntityBillingControlsRequest, type CreateEntityBillingControlsRequest$Outbound, CreateEntityBillingControlsRequest$outboundSchema, type CreateEntityBillingControlsResponse, CreateEntityBillingControlsResponse$inboundSchema, type CreateEntityCreditSchema, CreateEntityCreditSchema$inboundSchema, type CreateEntityDisplay, CreateEntityDisplay$inboundSchema, CreateEntityEnv, CreateEntityEnv$inboundSchema, type CreateEntityFeature, CreateEntityFeature$inboundSchema, type CreateEntityFilterRequest, type CreateEntityFilterRequest$Outbound, CreateEntityFilterRequest$outboundSchema, type CreateEntityFilterResponse, CreateEntityFilterResponse$inboundSchema, type CreateEntityFlags, CreateEntityFlags$inboundSchema, type CreateEntityGlobals, CreateEntityIntervalRequestBody, CreateEntityIntervalRequestBody$outboundSchema, CreateEntityIntervalResponse, CreateEntityIntervalResponse$inboundSchema, type CreateEntityInvoice, CreateEntityInvoice$inboundSchema, CreateEntityLimitTypeRequestBody, CreateEntityLimitTypeRequestBody$outboundSchema, CreateEntityLimitTypeResponse, CreateEntityLimitTypeResponse$inboundSchema, type CreateEntityModelMarkups, CreateEntityModelMarkups$inboundSchema, type CreateEntityOverageAllowedRequest, type CreateEntityOverageAllowedRequest$Outbound, CreateEntityOverageAllowedRequest$outboundSchema, type CreateEntityOverageAllowedResponse, CreateEntityOverageAllowedResponse$inboundSchema, type CreateEntityParams, type CreateEntityParams$Outbound, CreateEntityParams$outboundSchema, CreateEntityProcessorType, CreateEntityProcessorType$inboundSchema, type CreateEntityProperties, type CreateEntityProperties$Outbound, CreateEntityProperties$outboundSchema, type CreateEntityProviderMarkups, CreateEntityProviderMarkups$inboundSchema, type CreateEntityPurchase, CreateEntityPurchase$inboundSchema, CreateEntityPurchaseScope, CreateEntityPurchaseScope$inboundSchema, type CreateEntityResponse, CreateEntityResponse$inboundSchema, type CreateEntitySpendLimitRequest, type CreateEntitySpendLimitRequest$Outbound, CreateEntitySpendLimitRequest$outboundSchema, type CreateEntitySpendLimitResponse, CreateEntitySpendLimitResponse$inboundSchema, CreateEntityStatus, CreateEntityStatus$inboundSchema, type CreateEntitySubscription, CreateEntitySubscription$inboundSchema, CreateEntitySubscriptionScope, CreateEntitySubscriptionScope$inboundSchema, CreateEntityThresholdTypeRequestBody, CreateEntityThresholdTypeRequestBody$outboundSchema, CreateEntityThresholdTypeResponse, CreateEntityThresholdTypeResponse$inboundSchema, CreateEntityType, CreateEntityType$inboundSchema, type CreateEntityUsageAlertRequestBody, type CreateEntityUsageAlertRequestBody$Outbound, CreateEntityUsageAlertRequestBody$outboundSchema, type CreateEntityUsageAlertResponse, CreateEntityUsageAlertResponse$inboundSchema, type CreateEntityUsageLimitRequest, type CreateEntityUsageLimitRequest$Outbound, CreateEntityUsageLimitRequest$outboundSchema, type CreateEntityUsageLimitResponse, CreateEntityUsageLimitResponse$inboundSchema, type CreateFeatureCreditSchemaRequestBody, type CreateFeatureCreditSchemaRequestBody$Outbound, CreateFeatureCreditSchemaRequestBody$outboundSchema, type CreateFeatureCreditSchemaResponse, CreateFeatureCreditSchemaResponse$inboundSchema, type CreateFeatureDisplayRequestBody, type CreateFeatureDisplayRequestBody$Outbound, CreateFeatureDisplayRequestBody$outboundSchema, type CreateFeatureDisplayResponse, CreateFeatureDisplayResponse$inboundSchema, type CreateFeatureGlobals, type CreateFeatureModelMarkupsRequest, type CreateFeatureModelMarkupsRequest$Outbound, CreateFeatureModelMarkupsRequest$outboundSchema, type CreateFeatureModelMarkupsResponse, CreateFeatureModelMarkupsResponse$inboundSchema, type CreateFeatureParams, type CreateFeatureParams$Outbound, CreateFeatureParams$outboundSchema, type CreateFeatureProviderMarkupsRequest, type CreateFeatureProviderMarkupsRequest$Outbound, CreateFeatureProviderMarkupsRequest$outboundSchema, type CreateFeatureProviderMarkupsResponse, CreateFeatureProviderMarkupsResponse$inboundSchema, type CreateFeatureResponse, CreateFeatureResponse$inboundSchema, CreateFeatureTypeRequestBody, CreateFeatureTypeRequestBody$outboundSchema, CreateFeatureTypeResponse, CreateFeatureTypeResponse$inboundSchema, CreatePlanAddItemBillingMethod, CreatePlanAddItemBillingMethod$inboundSchema, CreatePlanAddItemPriceInterval, CreatePlanAddItemPriceInterval$inboundSchema, CreatePlanAddItemResetInterval, CreatePlanAddItemResetInterval$inboundSchema, CreatePlanAttachAction, CreatePlanAttachAction$inboundSchema, type CreatePlanAutoTopupRequest, type CreatePlanAutoTopupRequest$Outbound, CreatePlanAutoTopupRequest$outboundSchema, type CreatePlanAutoTopupResponse, CreatePlanAutoTopupResponse$inboundSchema, type CreatePlanBasePrice, CreatePlanBasePrice$inboundSchema, type CreatePlanBillingControlsRequest, type CreatePlanBillingControlsRequest$Outbound, CreatePlanBillingControlsRequest$outboundSchema, type CreatePlanBillingControlsResponse, CreatePlanBillingControlsResponse$inboundSchema, CreatePlanBillingMethodRequestBody, CreatePlanBillingMethodRequestBody$outboundSchema, type CreatePlanConfigRequest, type CreatePlanConfigRequest$Outbound, CreatePlanConfigRequest$outboundSchema, type CreatePlanConfigResponse, CreatePlanConfigResponse$inboundSchema, type CreatePlanCreditSchema, CreatePlanCreditSchema$inboundSchema, type CreatePlanCustomerEligibility, CreatePlanCustomerEligibility$inboundSchema, type CreatePlanCustomize, CreatePlanCustomize$inboundSchema, CreatePlanDurationTypeRequest, CreatePlanDurationTypeRequest$outboundSchema, CreatePlanDurationTypeResponse, CreatePlanDurationTypeResponse$inboundSchema, CreatePlanEnv, CreatePlanEnv$inboundSchema, CreatePlanExpiryDurationTypeRequestBody, CreatePlanExpiryDurationTypeRequestBody$outboundSchema, type CreatePlanFeature, CreatePlanFeature$inboundSchema, type CreatePlanFeatureDisplay, CreatePlanFeatureDisplay$inboundSchema, type CreatePlanFilterRequest, type CreatePlanFilterRequest$Outbound, CreatePlanFilterRequest$outboundSchema, type CreatePlanFilterResponse, CreatePlanFilterResponse$inboundSchema, type CreatePlanFreeTrialParams, CreatePlanFreeTrialParams$inboundSchema, type CreatePlanFreeTrialResponse, CreatePlanFreeTrialResponse$inboundSchema, type CreatePlanGlobals, CreatePlanIntervalRemoveItemEnum1, CreatePlanIntervalRemoveItemEnum1$inboundSchema, CreatePlanIntervalRemoveItemEnum2, CreatePlanIntervalRemoveItemEnum2$inboundSchema, type CreatePlanIntervalUnion, CreatePlanIntervalUnion$inboundSchema, type CreatePlanItem, CreatePlanItem$inboundSchema, CreatePlanItemBillingMethodResponse, CreatePlanItemBillingMethodResponse$inboundSchema, type CreatePlanItemDisplay, CreatePlanItemDisplay$inboundSchema, CreatePlanItemExpiryDurationTypeResponse, CreatePlanItemExpiryDurationTypeResponse$inboundSchema, CreatePlanItemOnDecrease, CreatePlanItemOnDecrease$outboundSchema, CreatePlanItemOnIncrease, CreatePlanItemOnIncrease$outboundSchema, type CreatePlanItemPlanItem, type CreatePlanItemPlanItem$Outbound, CreatePlanItemPlanItem$outboundSchema, CreatePlanItemPriceIntervalRequestBody, CreatePlanItemPriceIntervalRequestBody$outboundSchema, type CreatePlanItemPriceRequestBody, type CreatePlanItemPriceRequestBody$Outbound, CreatePlanItemPriceRequestBody$outboundSchema, type CreatePlanItemPriceResponse, CreatePlanItemPriceResponse$inboundSchema, type CreatePlanItemProration, type CreatePlanItemProration$Outbound, CreatePlanItemProration$outboundSchema, type CreatePlanItemResetResponse, CreatePlanItemResetResponse$inboundSchema, type CreatePlanItemRolloverResponse, CreatePlanItemRolloverResponse$inboundSchema, CreatePlanItemTierBehaviorResponse, CreatePlanItemTierBehaviorResponse$inboundSchema, type CreatePlanItemTierResponse, CreatePlanItemTierResponse$inboundSchema, type CreatePlanItemToResponse, CreatePlanItemToResponse$inboundSchema, CreatePlanLimitTypeRequestBody, CreatePlanLimitTypeRequestBody$outboundSchema, CreatePlanLimitTypeResponse, CreatePlanLimitTypeResponse$inboundSchema, CreatePlanOnEndRequest, CreatePlanOnEndRequest$outboundSchema, CreatePlanOnEndResponse, CreatePlanOnEndResponse$inboundSchema, type CreatePlanOverageAllowedRequest, type CreatePlanOverageAllowedRequest$Outbound, CreatePlanOverageAllowedRequest$outboundSchema, type CreatePlanOverageAllowedResponse, CreatePlanOverageAllowedResponse$inboundSchema, type CreatePlanParams, type CreatePlanParams$Outbound, CreatePlanParams$outboundSchema, type CreatePlanPlanItemFilter, CreatePlanPlanItemFilter$inboundSchema, type CreatePlanPlanItemResponse, CreatePlanPlanItemResponse$inboundSchema, type CreatePlanPriceDisplay, CreatePlanPriceDisplay$inboundSchema, CreatePlanPriceIntervalRequestBody, CreatePlanPriceIntervalRequestBody$outboundSchema, CreatePlanPriceIntervalResponse, CreatePlanPriceIntervalResponse$inboundSchema, CreatePlanPriceItemIntervalResponse, CreatePlanPriceItemIntervalResponse$inboundSchema, type CreatePlanPriceRequestBody, type CreatePlanPriceRequestBody$Outbound, CreatePlanPriceRequestBody$outboundSchema, type CreatePlanPriceResponse, CreatePlanPriceResponse$inboundSchema, CreatePlanPriceVariantDetailsInterval, CreatePlanPriceVariantDetailsInterval$inboundSchema, type CreatePlanProperties, type CreatePlanProperties$Outbound, CreatePlanProperties$outboundSchema, type CreatePlanProrationResponse, CreatePlanProrationResponse$inboundSchema, CreatePlanPurchaseLimitIntervalRequestBody, CreatePlanPurchaseLimitIntervalRequestBody$outboundSchema, CreatePlanPurchaseLimitIntervalResponse, CreatePlanPurchaseLimitIntervalResponse$inboundSchema, type CreatePlanPurchaseLimitRequest, type CreatePlanPurchaseLimitRequest$Outbound, CreatePlanPurchaseLimitRequest$outboundSchema, type CreatePlanPurchaseLimitResponse, CreatePlanPurchaseLimitResponse$inboundSchema, CreatePlanRemoveItemBillingMethod, CreatePlanRemoveItemBillingMethod$inboundSchema, CreatePlanResetIntervalRequestBody, CreatePlanResetIntervalRequestBody$outboundSchema, CreatePlanResetItemIntervalResponse, CreatePlanResetItemIntervalResponse$inboundSchema, type CreatePlanResetRequestBody, type CreatePlanResetRequestBody$Outbound, CreatePlanResetRequestBody$outboundSchema, type CreatePlanResponse, CreatePlanResponse$inboundSchema, type CreatePlanRolloverRequestBody, type CreatePlanRolloverRequestBody$Outbound, CreatePlanRolloverRequestBody$outboundSchema, type CreatePlanSpendLimitRequest, type CreatePlanSpendLimitRequest$Outbound, CreatePlanSpendLimitRequest$outboundSchema, type CreatePlanSpendLimitResponse, CreatePlanSpendLimitResponse$inboundSchema, CreatePlanStatus, CreatePlanStatus$inboundSchema, CreatePlanThresholdTypeRequestBody, CreatePlanThresholdTypeRequestBody$outboundSchema, CreatePlanThresholdTypeResponse, CreatePlanThresholdTypeResponse$inboundSchema, CreatePlanTierBehaviorRequestBody, CreatePlanTierBehaviorRequestBody$outboundSchema, type CreatePlanTierRequestBody, type CreatePlanTierRequestBody$Outbound, CreatePlanTierRequestBody$outboundSchema, type CreatePlanToRequestBody, type CreatePlanToRequestBody$Outbound, CreatePlanToRequestBody$outboundSchema, CreatePlanType, CreatePlanType$inboundSchema, type CreatePlanUsageAlertRequestBody, type CreatePlanUsageAlertRequestBody$Outbound, CreatePlanUsageAlertRequestBody$outboundSchema, type CreatePlanUsageAlertResponse, CreatePlanUsageAlertResponse$inboundSchema, CreatePlanUsageLimitIntervalRequestBody, CreatePlanUsageLimitIntervalRequestBody$outboundSchema, CreatePlanUsageLimitIntervalResponse, CreatePlanUsageLimitIntervalResponse$inboundSchema, type CreatePlanUsageLimitRequest, type CreatePlanUsageLimitRequest$Outbound, CreatePlanUsageLimitRequest$outboundSchema, type CreatePlanUsageLimitResponse, CreatePlanUsageLimitResponse$inboundSchema, type CreatePlanVariantDetails, CreatePlanVariantDetails$inboundSchema, type CreatePlanVariantDetailsAutoTopup, CreatePlanVariantDetailsAutoTopup$inboundSchema, type CreatePlanVariantDetailsBillingControls, CreatePlanVariantDetailsBillingControls$inboundSchema, CreatePlanVariantDetailsDurationType, CreatePlanVariantDetailsDurationType$inboundSchema, CreatePlanVariantDetailsExpiryDurationType, CreatePlanVariantDetailsExpiryDurationType$inboundSchema, type CreatePlanVariantDetailsFilter, CreatePlanVariantDetailsFilter$inboundSchema, CreatePlanVariantDetailsLimitType, CreatePlanVariantDetailsLimitType$inboundSchema, CreatePlanVariantDetailsOnDecrease, CreatePlanVariantDetailsOnDecrease$inboundSchema, CreatePlanVariantDetailsOnEnd, CreatePlanVariantDetailsOnEnd$inboundSchema, CreatePlanVariantDetailsOnIncrease, CreatePlanVariantDetailsOnIncrease$inboundSchema, type CreatePlanVariantDetailsOverageAllowed, CreatePlanVariantDetailsOverageAllowed$inboundSchema, type CreatePlanVariantDetailsPrice, CreatePlanVariantDetailsPrice$inboundSchema, type CreatePlanVariantDetailsPurchaseLimit, CreatePlanVariantDetailsPurchaseLimit$inboundSchema, CreatePlanVariantDetailsPurchaseLimitInterval, CreatePlanVariantDetailsPurchaseLimitInterval$inboundSchema, type CreatePlanVariantDetailsReset, CreatePlanVariantDetailsReset$inboundSchema, type CreatePlanVariantDetailsRollover, CreatePlanVariantDetailsRollover$inboundSchema, type CreatePlanVariantDetailsSpendLimit, CreatePlanVariantDetailsSpendLimit$inboundSchema, CreatePlanVariantDetailsThresholdType, CreatePlanVariantDetailsThresholdType$inboundSchema, type CreatePlanVariantDetailsTier, CreatePlanVariantDetailsTier$inboundSchema, CreatePlanVariantDetailsTierBehavior, CreatePlanVariantDetailsTierBehavior$inboundSchema, type CreatePlanVariantDetailsTo, CreatePlanVariantDetailsTo$inboundSchema, type CreatePlanVariantDetailsUsageAlert, CreatePlanVariantDetailsUsageAlert$inboundSchema, type CreatePlanVariantDetailsUsageLimit, CreatePlanVariantDetailsUsageLimit$inboundSchema, CreatePlanVariantDetailsUsageLimitInterval, CreatePlanVariantDetailsUsageLimitInterval$inboundSchema, type CreateReferralCodeGlobals, type CreateReferralCodeParams, type CreateReferralCodeParams$Outbound, CreateReferralCodeParams$outboundSchema, type CreateReferralCodeResponse, CreateReferralCodeResponse$inboundSchema, CreateScheduleAddItemBillingMethod2, CreateScheduleAddItemBillingMethod2$outboundSchema, CreateScheduleAddItemExpiryDurationType2, CreateScheduleAddItemExpiryDurationType2$outboundSchema, CreateScheduleAddItemOnDecrease2, CreateScheduleAddItemOnDecrease2$outboundSchema, CreateScheduleAddItemOnIncrease2, CreateScheduleAddItemOnIncrease2$outboundSchema, type CreateScheduleAddItemPlanItem2, type CreateScheduleAddItemPlanItem2$Outbound, CreateScheduleAddItemPlanItem2$outboundSchema, type CreateScheduleAddItemPrice2, type CreateScheduleAddItemPrice2$Outbound, CreateScheduleAddItemPrice2$outboundSchema, CreateScheduleAddItemPriceInterval2, CreateScheduleAddItemPriceInterval2$outboundSchema, type CreateScheduleAddItemProration2, type CreateScheduleAddItemProration2$Outbound, CreateScheduleAddItemProration2$outboundSchema, type CreateScheduleAddItemReset2, type CreateScheduleAddItemReset2$Outbound, CreateScheduleAddItemReset2$outboundSchema, CreateScheduleAddItemResetInterval2, CreateScheduleAddItemResetInterval2$outboundSchema, type CreateScheduleAddItemRollover2, type CreateScheduleAddItemRollover2$Outbound, CreateScheduleAddItemRollover2$outboundSchema, type CreateScheduleAddItemTier2, type CreateScheduleAddItemTier2$Outbound, CreateScheduleAddItemTier2$outboundSchema, CreateScheduleAddItemTierBehavior2, CreateScheduleAddItemTierBehavior2$outboundSchema, type CreateScheduleAttachDiscount, type CreateScheduleAttachDiscount$Outbound, CreateScheduleAttachDiscount$outboundSchema, type CreateScheduleAutoTopup2, type CreateScheduleAutoTopup2$Outbound, CreateScheduleAutoTopup2$outboundSchema, type CreateScheduleBasePrice2, type CreateScheduleBasePrice2$Outbound, CreateScheduleBasePrice2$outboundSchema, CreateScheduleBillingBehavior, CreateScheduleBillingBehavior$outboundSchema, type CreateScheduleBillingControls2, type CreateScheduleBillingControls2$Outbound, CreateScheduleBillingControls2$outboundSchema, CreateScheduleCode, CreateScheduleCode$inboundSchema, type CreateScheduleCustomize2, type CreateScheduleCustomize2$Outbound, CreateScheduleCustomize2$outboundSchema, CreateScheduleDurationType2, CreateScheduleDurationType2$outboundSchema, type CreateScheduleFeatureQuantity2, type CreateScheduleFeatureQuantity2$Outbound, CreateScheduleFeatureQuantity2$outboundSchema, type CreateScheduleFilter2, type CreateScheduleFilter2$Outbound, CreateScheduleFilter2$outboundSchema, type CreateScheduleGlobals, CreateScheduleIntervalRemoveItemEnum3, CreateScheduleIntervalRemoveItemEnum3$outboundSchema, CreateScheduleIntervalRemoveItemEnum4, CreateScheduleIntervalRemoveItemEnum4$outboundSchema, type CreateScheduleIntervalUnion2, type CreateScheduleIntervalUnion2$Outbound, CreateScheduleIntervalUnion2$outboundSchema, type CreateScheduleInvoice, CreateScheduleInvoice$inboundSchema, type CreateScheduleInvoiceMode, type CreateScheduleInvoiceMode$Outbound, CreateScheduleInvoiceMode$outboundSchema, CreateScheduleItemBillingMethod2, CreateScheduleItemBillingMethod2$outboundSchema, CreateScheduleItemExpiryDurationType2, CreateScheduleItemExpiryDurationType2$outboundSchema, CreateScheduleItemOnDecrease2, CreateScheduleItemOnDecrease2$outboundSchema, CreateScheduleItemOnIncrease2, CreateScheduleItemOnIncrease2$outboundSchema, type CreateScheduleItemPlanItem2, type CreateScheduleItemPlanItem2$Outbound, CreateScheduleItemPlanItem2$outboundSchema, type CreateScheduleItemPrice2, type CreateScheduleItemPrice2$Outbound, CreateScheduleItemPrice2$outboundSchema, CreateScheduleItemPriceInterval2, CreateScheduleItemPriceInterval2$outboundSchema, type CreateScheduleItemProration2, type CreateScheduleItemProration2$Outbound, CreateScheduleItemProration2$outboundSchema, type CreateScheduleItemReset2, type CreateScheduleItemReset2$Outbound, CreateScheduleItemReset2$outboundSchema, CreateScheduleItemResetInterval2, CreateScheduleItemResetInterval2$outboundSchema, type CreateScheduleItemRollover2, type CreateScheduleItemRollover2$Outbound, CreateScheduleItemRollover2$outboundSchema, type CreateScheduleItemTier2, type CreateScheduleItemTier2$Outbound, CreateScheduleItemTier2$outboundSchema, CreateScheduleItemTierBehavior2, CreateScheduleItemTierBehavior2$outboundSchema, CreateScheduleLimitType2, CreateScheduleLimitType2$outboundSchema, type CreateScheduleOverageAllowed2, type CreateScheduleOverageAllowed2$Outbound, CreateScheduleOverageAllowed2$outboundSchema, type CreateScheduleParams, type CreateScheduleParams$Outbound, CreateScheduleParams$outboundSchema, type CreateSchedulePlan2, type CreateSchedulePlan2$Outbound, CreateSchedulePlan2$outboundSchema, type CreateSchedulePlanItemFilter2, type CreateSchedulePlanItemFilter2$Outbound, CreateSchedulePlanItemFilter2$outboundSchema, CreateSchedulePriceInterval2, CreateSchedulePriceInterval2$outboundSchema, type CreateSchedulePurchaseLimit2, type CreateSchedulePurchaseLimit2$Outbound, CreateSchedulePurchaseLimit2$outboundSchema, CreateSchedulePurchaseLimitInterval2, CreateSchedulePurchaseLimitInterval2$outboundSchema, CreateScheduleRedirectMode, CreateScheduleRedirectMode$outboundSchema, CreateScheduleRemoveItemBillingMethod2, CreateScheduleRemoveItemBillingMethod2$outboundSchema, type CreateScheduleRequiredAction, CreateScheduleRequiredAction$inboundSchema, type CreateScheduleResponse, CreateScheduleResponse$inboundSchema, type CreateScheduleSpendLimit2, type CreateScheduleSpendLimit2$Outbound, CreateScheduleSpendLimit2$outboundSchema, CreateScheduleStatus, CreateScheduleStatus$inboundSchema, CreateScheduleThresholdType2, CreateScheduleThresholdType2$outboundSchema, type CreateScheduleUsageAlert2, type CreateScheduleUsageAlert2$Outbound, CreateScheduleUsageAlert2$outboundSchema, type CreateScheduleUsageLimit2, type CreateScheduleUsageLimit2$Outbound, CreateScheduleUsageLimit2$outboundSchema, CreateScheduleUsageLimitInterval2, CreateScheduleUsageLimitInterval2$outboundSchema, type Customer, Customer$inboundSchema, type CustomerAutoTopup, CustomerAutoTopup$inboundSchema, type CustomerBillingControls, CustomerBillingControls$inboundSchema, type CustomerConfig, CustomerConfig$inboundSchema, type CustomerCreditSchema, CustomerCreditSchema$inboundSchema, type CustomerData, type CustomerData$Outbound, CustomerData$outboundSchema, type CustomerDataAutoTopup, type CustomerDataAutoTopup$Outbound, CustomerDataAutoTopup$outboundSchema, type CustomerDataBillingControls, type CustomerDataBillingControls$Outbound, CustomerDataBillingControls$outboundSchema, type CustomerDataConfig, type CustomerDataConfig$Outbound, CustomerDataConfig$outboundSchema, type CustomerDataFilter, type CustomerDataFilter$Outbound, CustomerDataFilter$outboundSchema, CustomerDataLimitType, CustomerDataLimitType$outboundSchema, type CustomerDataOverageAllowed, type CustomerDataOverageAllowed$Outbound, CustomerDataOverageAllowed$outboundSchema, type CustomerDataPurchaseLimit, type CustomerDataPurchaseLimit$Outbound, CustomerDataPurchaseLimit$outboundSchema, CustomerDataPurchaseLimitInterval, CustomerDataPurchaseLimitInterval$outboundSchema, type CustomerDataSpendLimit, type CustomerDataSpendLimit$Outbound, CustomerDataSpendLimit$outboundSchema, CustomerDataThresholdType, CustomerDataThresholdType$outboundSchema, type CustomerDataUsageAlert, type CustomerDataUsageAlert$Outbound, CustomerDataUsageAlert$outboundSchema, type CustomerDataUsageLimit, type CustomerDataUsageLimit$Outbound, CustomerDataUsageLimit$outboundSchema, CustomerDataUsageLimitInterval, CustomerDataUsageLimitInterval$outboundSchema, CustomerDiscountType, CustomerDiscountType$inboundSchema, type CustomerDisplay, CustomerDisplay$inboundSchema, CustomerDurationType, CustomerDurationType$inboundSchema, type CustomerEligibility, CustomerEligibility$inboundSchema, CustomerEntityEnv, CustomerEntityEnv$inboundSchema, CustomerEnv, CustomerEnv$inboundSchema, CustomerExpand, CustomerExpand$outboundSchema, type CustomerFeature, CustomerFeature$inboundSchema, type CustomerFilter, CustomerFilter$inboundSchema, CustomerFlagsType, CustomerFlagsType$inboundSchema, CustomerLimitType, CustomerLimitType$inboundSchema, type CustomerModelMarkups, CustomerModelMarkups$inboundSchema, type CustomerOverageAllowed, CustomerOverageAllowed$inboundSchema, type CustomerProviderMarkups, CustomerProviderMarkups$inboundSchema, type CustomerPurchaseLimit1, CustomerPurchaseLimit1$inboundSchema, type CustomerPurchaseLimit2, CustomerPurchaseLimit2$inboundSchema, CustomerPurchaseLimitInterval1, CustomerPurchaseLimitInterval1$inboundSchema, CustomerPurchaseLimitInterval2, CustomerPurchaseLimitInterval2$inboundSchema, type CustomerPurchaseLimitUnion, CustomerPurchaseLimitUnion$inboundSchema, type CustomerSpendLimit, CustomerSpendLimit$inboundSchema, CustomerStatus, CustomerStatus$inboundSchema, CustomerThresholdType, CustomerThresholdType$inboundSchema, type CustomerUsageAlert, CustomerUsageAlert$inboundSchema, type CustomerUsageLimit, CustomerUsageLimit$inboundSchema, CustomerUsageLimitInterval, CustomerUsageLimitInterval$inboundSchema, type Customize, Customize$inboundSchema, type Deductions, Deductions$inboundSchema, type DeleteBalanceGlobals, DeleteBalanceInterval, DeleteBalanceInterval$outboundSchema, type DeleteBalanceParams, type DeleteBalanceParams$Outbound, DeleteBalanceParams$outboundSchema, type DeleteBalanceResponse, DeleteBalanceResponse$inboundSchema, type DeleteCustomerGlobals, type DeleteCustomerParams, type DeleteCustomerParams$Outbound, DeleteCustomerParams$outboundSchema, type DeleteCustomerResponse, DeleteCustomerResponse$inboundSchema, type DeleteEntityGlobals, type DeleteEntityParams, type DeleteEntityParams$Outbound, DeleteEntityParams$outboundSchema, type DeleteEntityResponse, DeleteEntityResponse$inboundSchema, type DeleteFeatureGlobals, type DeleteFeatureParams, type DeleteFeatureParams$Outbound, DeleteFeatureParams$outboundSchema, type DeleteFeatureResponse, DeleteFeatureResponse$inboundSchema, type DeletePlanGlobals, type DeletePlanParams, type DeletePlanParams$Outbound, DeletePlanParams$outboundSchema, type DeletePlanResponse, DeletePlanResponse$inboundSchema, type DfuFlashParams, type DfuFlashParams$Outbound, DfuFlashParams$outboundSchema, type DfuFlashResult, DfuFlashResult$inboundSchema, type Discount, Discount$inboundSchema, DurationType, DurationType$inboundSchema, type EntitlementsGranted, EntitlementsGranted$inboundSchema, type Entity, Entity$inboundSchema, type EventsAggregateParams, type EventsAggregateParams$Outbound, EventsAggregateParams$outboundSchema, type EventsListParams, type EventsListParams$Outbound, EventsListParams$outboundSchema, type Expiry, Expiry$inboundSchema, ExpiryType, ExpiryType$inboundSchema, type FeatureGrant, FeatureGrant$inboundSchema, type FeatureGrantPromoCode, FeatureGrantPromoCode$inboundSchema, FeatureType1, FeatureType1$inboundSchema, FeatureType2, FeatureType2$inboundSchema, type Fetcher, type FinalizeBalanceParams, type FinalizeBalanceParams$Outbound, FinalizeBalanceParams$outboundSchema, FinalizeLockAction, FinalizeLockAction$outboundSchema, type FinalizeLockGlobals, type FinalizeLockResponse, FinalizeLockResponse$inboundSchema, type FinalizeLockResponseBody1, FinalizeLockResponseBody1$inboundSchema, type FinalizeLockResponseBody2, FinalizeLockResponseBody2$inboundSchema, type Flag1, Flag1$inboundSchema, type Flag2, Flag2$inboundSchema, type FlagDisplay1, FlagDisplay1$inboundSchema, type FlagDisplay2, FlagDisplay2$inboundSchema, FlagType1, FlagType1$inboundSchema, FlagType2, FlagType2$inboundSchema, type Flags, Flags$inboundSchema, type Flashed, Flashed$inboundSchema, type FreeTrial, FreeTrial$inboundSchema, FreeTrialDuration1, FreeTrialDuration1$inboundSchema, FreeTrialDuration2, FreeTrialDuration2$inboundSchema, type FreeTrialParams, FreeTrialParams$inboundSchema, type FreeTrialRequest, type FreeTrialRequest$Outbound, FreeTrialRequest$outboundSchema, type GetCustomerAutoTopup, GetCustomerAutoTopup$inboundSchema, type GetCustomerBillingControls, GetCustomerBillingControls$inboundSchema, type GetCustomerConfig, GetCustomerConfig$inboundSchema, type GetCustomerCreditSchema, GetCustomerCreditSchema$inboundSchema, type GetCustomerCustomer, GetCustomerCustomer$inboundSchema, type GetCustomerDiscount, GetCustomerDiscount$inboundSchema, GetCustomerDiscountType, GetCustomerDiscountType$inboundSchema, type GetCustomerDisplay, GetCustomerDisplay$inboundSchema, GetCustomerDurationType, GetCustomerDurationType$inboundSchema, type GetCustomerEntity, GetCustomerEntity$inboundSchema, GetCustomerEntityEnv, GetCustomerEntityEnv$inboundSchema, GetCustomerEnv, GetCustomerEnv$inboundSchema, type GetCustomerFeature, GetCustomerFeature$inboundSchema, type GetCustomerFilter, GetCustomerFilter$inboundSchema, type GetCustomerFlags, GetCustomerFlags$inboundSchema, GetCustomerFlagsType, GetCustomerFlagsType$inboundSchema, type GetCustomerGlobals, type GetCustomerInvoice, GetCustomerInvoice$inboundSchema, GetCustomerLimitType, GetCustomerLimitType$inboundSchema, type GetCustomerModelMarkups, GetCustomerModelMarkups$inboundSchema, type GetCustomerOverageAllowed, GetCustomerOverageAllowed$inboundSchema, type GetCustomerParams, type GetCustomerParams$Outbound, GetCustomerParams$outboundSchema, GetCustomerProcessorType, GetCustomerProcessorType$inboundSchema, type GetCustomerProcessors, GetCustomerProcessors$inboundSchema, type GetCustomerProviderMarkups, GetCustomerProviderMarkups$inboundSchema, type GetCustomerPurchase, GetCustomerPurchase$inboundSchema, type GetCustomerPurchaseLimit1, GetCustomerPurchaseLimit1$inboundSchema, type GetCustomerPurchaseLimit2, GetCustomerPurchaseLimit2$inboundSchema, GetCustomerPurchaseLimitInterval1, GetCustomerPurchaseLimitInterval1$inboundSchema, GetCustomerPurchaseLimitInterval2, GetCustomerPurchaseLimitInterval2$inboundSchema, type GetCustomerPurchaseLimitUnion, GetCustomerPurchaseLimitUnion$inboundSchema, GetCustomerPurchaseScope, GetCustomerPurchaseScope$inboundSchema, type GetCustomerReferral, GetCustomerReferral$inboundSchema, type GetCustomerResponse, GetCustomerResponse$inboundSchema, type GetCustomerRevenuecat, GetCustomerRevenuecat$inboundSchema, type GetCustomerRewards, GetCustomerRewards$inboundSchema, type GetCustomerSpendLimit, GetCustomerSpendLimit$inboundSchema, GetCustomerStatus, GetCustomerStatus$inboundSchema, type GetCustomerStripe, GetCustomerStripe$inboundSchema, type GetCustomerSubscription, GetCustomerSubscription$inboundSchema, GetCustomerSubscriptionScope, GetCustomerSubscriptionScope$inboundSchema, GetCustomerThresholdType, GetCustomerThresholdType$inboundSchema, type GetCustomerTrialsUsed, GetCustomerTrialsUsed$inboundSchema, type GetCustomerUsageAlert, GetCustomerUsageAlert$inboundSchema, type GetCustomerUsageLimit, GetCustomerUsageLimit$inboundSchema, GetCustomerUsageLimitInterval, GetCustomerUsageLimitInterval$inboundSchema, type GetCustomerVercel, GetCustomerVercel$inboundSchema, type GetEntityBillingControls, GetEntityBillingControls$inboundSchema, type GetEntityCreditSchema, GetEntityCreditSchema$inboundSchema, type GetEntityDisplay, GetEntityDisplay$inboundSchema, GetEntityEnv, GetEntityEnv$inboundSchema, type GetEntityFeature, GetEntityFeature$inboundSchema, type GetEntityFilter, GetEntityFilter$inboundSchema, type GetEntityFlags, GetEntityFlags$inboundSchema, type GetEntityGlobals, GetEntityInterval, GetEntityInterval$inboundSchema, type GetEntityInvoice, GetEntityInvoice$inboundSchema, GetEntityLimitType, GetEntityLimitType$inboundSchema, type GetEntityModelMarkups, GetEntityModelMarkups$inboundSchema, type GetEntityOverageAllowed, GetEntityOverageAllowed$inboundSchema, type GetEntityParams, type GetEntityParams$Outbound, GetEntityParams$outboundSchema, GetEntityProcessorType, GetEntityProcessorType$inboundSchema, type GetEntityProviderMarkups, GetEntityProviderMarkups$inboundSchema, type GetEntityPurchase, GetEntityPurchase$inboundSchema, GetEntityPurchaseScope, GetEntityPurchaseScope$inboundSchema, type GetEntityResponse, GetEntityResponse$inboundSchema, type GetEntitySpendLimit, GetEntitySpendLimit$inboundSchema, GetEntityStatus, GetEntityStatus$inboundSchema, type GetEntitySubscription, GetEntitySubscription$inboundSchema, GetEntitySubscriptionScope, GetEntitySubscriptionScope$inboundSchema, GetEntityThresholdType, GetEntityThresholdType$inboundSchema, GetEntityType, GetEntityType$inboundSchema, type GetEntityUsageAlert, GetEntityUsageAlert$inboundSchema, type GetEntityUsageLimit, GetEntityUsageLimit$inboundSchema, type GetFeatureCreditSchema, GetFeatureCreditSchema$inboundSchema, type GetFeatureDisplay, GetFeatureDisplay$inboundSchema, type GetFeatureGlobals, type GetFeatureModelMarkups, GetFeatureModelMarkups$inboundSchema, type GetFeatureParams, type GetFeatureParams$Outbound, GetFeatureParams$outboundSchema, type GetFeatureProviderMarkups, GetFeatureProviderMarkups$inboundSchema, type GetFeatureResponse, GetFeatureResponse$inboundSchema, GetFeatureType, GetFeatureType$inboundSchema, type GetOrCreateCustomerAutoTopup, type GetOrCreateCustomerAutoTopup$Outbound, GetOrCreateCustomerAutoTopup$outboundSchema, type GetOrCreateCustomerBillingControls, type GetOrCreateCustomerBillingControls$Outbound, GetOrCreateCustomerBillingControls$outboundSchema, type GetOrCreateCustomerConfig, type GetOrCreateCustomerConfig$Outbound, GetOrCreateCustomerConfig$outboundSchema, type GetOrCreateCustomerFilter, type GetOrCreateCustomerFilter$Outbound, GetOrCreateCustomerFilter$outboundSchema, type GetOrCreateCustomerGlobals, GetOrCreateCustomerLimitType, GetOrCreateCustomerLimitType$outboundSchema, type GetOrCreateCustomerOverageAllowed, type GetOrCreateCustomerOverageAllowed$Outbound, GetOrCreateCustomerOverageAllowed$outboundSchema, type GetOrCreateCustomerParams, type GetOrCreateCustomerParams$Outbound, GetOrCreateCustomerParams$outboundSchema, type GetOrCreateCustomerProperties, type GetOrCreateCustomerProperties$Outbound, GetOrCreateCustomerProperties$outboundSchema, type GetOrCreateCustomerPurchaseLimit, type GetOrCreateCustomerPurchaseLimit$Outbound, GetOrCreateCustomerPurchaseLimit$outboundSchema, GetOrCreateCustomerPurchaseLimitInterval, GetOrCreateCustomerPurchaseLimitInterval$outboundSchema, type GetOrCreateCustomerSpendLimit, type GetOrCreateCustomerSpendLimit$Outbound, GetOrCreateCustomerSpendLimit$outboundSchema, GetOrCreateCustomerThresholdType, GetOrCreateCustomerThresholdType$outboundSchema, type GetOrCreateCustomerUsageAlert, type GetOrCreateCustomerUsageAlert$Outbound, GetOrCreateCustomerUsageAlert$outboundSchema, type GetOrCreateCustomerUsageLimit, type GetOrCreateCustomerUsageLimit$Outbound, GetOrCreateCustomerUsageLimit$outboundSchema, GetOrCreateCustomerUsageLimitInterval, GetOrCreateCustomerUsageLimitInterval$outboundSchema, GetPlanAddItemBillingMethod, GetPlanAddItemBillingMethod$inboundSchema, GetPlanAddItemPriceInterval, GetPlanAddItemPriceInterval$inboundSchema, GetPlanAddItemResetInterval, GetPlanAddItemResetInterval$inboundSchema, GetPlanAttachAction, GetPlanAttachAction$inboundSchema, type GetPlanAutoTopup, GetPlanAutoTopup$inboundSchema, type GetPlanBasePrice, GetPlanBasePrice$inboundSchema, type GetPlanBillingControls, GetPlanBillingControls$inboundSchema, type GetPlanConfig, GetPlanConfig$inboundSchema, type GetPlanCreditSchema, GetPlanCreditSchema$inboundSchema, type GetPlanCustomerEligibility, GetPlanCustomerEligibility$inboundSchema, type GetPlanCustomize, GetPlanCustomize$inboundSchema, GetPlanDurationType, GetPlanDurationType$inboundSchema, GetPlanEnv, GetPlanEnv$inboundSchema, type GetPlanFeature, GetPlanFeature$inboundSchema, type GetPlanFeatureDisplay, GetPlanFeatureDisplay$inboundSchema, type GetPlanFilter, GetPlanFilter$inboundSchema, type GetPlanFreeTrial, GetPlanFreeTrial$inboundSchema, type GetPlanFreeTrialParams, GetPlanFreeTrialParams$inboundSchema, type GetPlanGlobals, GetPlanIntervalRemoveItemEnum1, GetPlanIntervalRemoveItemEnum1$inboundSchema, GetPlanIntervalRemoveItemEnum2, GetPlanIntervalRemoveItemEnum2$inboundSchema, type GetPlanIntervalUnion, GetPlanIntervalUnion$inboundSchema, type GetPlanItem, GetPlanItem$inboundSchema, GetPlanItemBillingMethod, GetPlanItemBillingMethod$inboundSchema, type GetPlanItemDisplay, GetPlanItemDisplay$inboundSchema, GetPlanItemExpiryDurationType, GetPlanItemExpiryDurationType$inboundSchema, type GetPlanItemPrice, GetPlanItemPrice$inboundSchema, type GetPlanItemReset, GetPlanItemReset$inboundSchema, type GetPlanItemRollover, GetPlanItemRollover$inboundSchema, type GetPlanItemTier, GetPlanItemTier$inboundSchema, GetPlanItemTierBehavior, GetPlanItemTierBehavior$inboundSchema, type GetPlanItemTo, GetPlanItemTo$inboundSchema, GetPlanLimitType, GetPlanLimitType$inboundSchema, GetPlanOnDecrease, GetPlanOnDecrease$inboundSchema, GetPlanOnEnd, GetPlanOnEnd$inboundSchema, GetPlanOnIncrease, GetPlanOnIncrease$inboundSchema, type GetPlanOverageAllowed, GetPlanOverageAllowed$inboundSchema, type GetPlanParams, type GetPlanParams$Outbound, GetPlanParams$outboundSchema, type GetPlanPlanItem, GetPlanPlanItem$inboundSchema, type GetPlanPlanItemFilter, GetPlanPlanItemFilter$inboundSchema, type GetPlanPrice, GetPlanPrice$inboundSchema, type GetPlanPriceDisplay, GetPlanPriceDisplay$inboundSchema, GetPlanPriceInterval, GetPlanPriceInterval$inboundSchema, GetPlanPriceItemInterval, GetPlanPriceItemInterval$inboundSchema, GetPlanPriceVariantDetailsInterval, GetPlanPriceVariantDetailsInterval$inboundSchema, type GetPlanProration, GetPlanProration$inboundSchema, type GetPlanPurchaseLimit, GetPlanPurchaseLimit$inboundSchema, GetPlanPurchaseLimitInterval, GetPlanPurchaseLimitInterval$inboundSchema, GetPlanRemoveItemBillingMethod, GetPlanRemoveItemBillingMethod$inboundSchema, GetPlanResetItemInterval, GetPlanResetItemInterval$inboundSchema, type GetPlanResponse, GetPlanResponse$inboundSchema, type GetPlanSpendLimit, GetPlanSpendLimit$inboundSchema, GetPlanStatus, GetPlanStatus$inboundSchema, GetPlanThresholdType, GetPlanThresholdType$inboundSchema, GetPlanType, GetPlanType$inboundSchema, type GetPlanUsageAlert, GetPlanUsageAlert$inboundSchema, type GetPlanUsageLimit, GetPlanUsageLimit$inboundSchema, GetPlanUsageLimitInterval, GetPlanUsageLimitInterval$inboundSchema, type GetPlanVariantDetails, GetPlanVariantDetails$inboundSchema, type GetPlanVariantDetailsAutoTopup, GetPlanVariantDetailsAutoTopup$inboundSchema, type GetPlanVariantDetailsBillingControls, GetPlanVariantDetailsBillingControls$inboundSchema, GetPlanVariantDetailsDurationType, GetPlanVariantDetailsDurationType$inboundSchema, GetPlanVariantDetailsExpiryDurationType, GetPlanVariantDetailsExpiryDurationType$inboundSchema, type GetPlanVariantDetailsFilter, GetPlanVariantDetailsFilter$inboundSchema, GetPlanVariantDetailsLimitType, GetPlanVariantDetailsLimitType$inboundSchema, GetPlanVariantDetailsOnEnd, GetPlanVariantDetailsOnEnd$inboundSchema, type GetPlanVariantDetailsOverageAllowed, GetPlanVariantDetailsOverageAllowed$inboundSchema, type GetPlanVariantDetailsPrice, GetPlanVariantDetailsPrice$inboundSchema, type GetPlanVariantDetailsPurchaseLimit, GetPlanVariantDetailsPurchaseLimit$inboundSchema, GetPlanVariantDetailsPurchaseLimitInterval, GetPlanVariantDetailsPurchaseLimitInterval$inboundSchema, type GetPlanVariantDetailsReset, GetPlanVariantDetailsReset$inboundSchema, type GetPlanVariantDetailsRollover, GetPlanVariantDetailsRollover$inboundSchema, type GetPlanVariantDetailsSpendLimit, GetPlanVariantDetailsSpendLimit$inboundSchema, GetPlanVariantDetailsThresholdType, GetPlanVariantDetailsThresholdType$inboundSchema, type GetPlanVariantDetailsTier, GetPlanVariantDetailsTier$inboundSchema, GetPlanVariantDetailsTierBehavior, GetPlanVariantDetailsTierBehavior$inboundSchema, type GetPlanVariantDetailsTo, GetPlanVariantDetailsTo$inboundSchema, type GetPlanVariantDetailsUsageAlert, GetPlanVariantDetailsUsageAlert$inboundSchema, type GetPlanVariantDetailsUsageLimit, GetPlanVariantDetailsUsageLimit$inboundSchema, GetPlanVariantDetailsUsageLimitInterval, GetPlanVariantDetailsUsageLimitInterval$inboundSchema, type GetRevenueCatKeysApp, GetRevenueCatKeysApp$inboundSchema, GetRevenueCatKeysEnv, GetRevenueCatKeysEnv$outboundSchema, type GetRevenueCatKeysGlobals, type GetRevenueCatKeysParams, type GetRevenueCatKeysParams$Outbound, GetRevenueCatKeysParams$outboundSchema, type GetRevenueCatKeysResponse, GetRevenueCatKeysResponse$inboundSchema, type Grant, Grant$inboundSchema, HTTPClient, HTTPClientError, type HTTPClientOptions, type ImportBalance, type ImportBalance$Outbound, ImportBalance$outboundSchema, ImportBillingBehavior, ImportBillingBehavior$outboundSchema, type ImportCustomerData, type ImportCustomerData$Outbound, ImportCustomerData$outboundSchema, type ImportFeatureQuantity, type ImportFeatureQuantity$Outbound, ImportFeatureQuantity$outboundSchema, type ImportFilter, type ImportFilter$Outbound, ImportFilter$outboundSchema, type ImportGlobals, ImportInterval, ImportInterval$outboundSchema, type ImportPlan, type ImportPlan$Outbound, ImportPlan$outboundSchema, type ImportProcessor, type ImportProcessor$Outbound, ImportProcessor$outboundSchema, ImportStatus, ImportStatus$outboundSchema, ImportType, ImportType$outboundSchema, type IncludedUsage1, IncludedUsage1$inboundSchema, type IncludedUsage2, IncludedUsage2$inboundSchema, Intent, Intent$inboundSchema, IntervalVariantRemoveItemEnum1, IntervalVariantRemoveItemEnum1$outboundSchema, IntervalVariantRemoveItemEnum2, IntervalVariantRemoveItemEnum2$outboundSchema, InvalidRequestError, type Invoice, Invoice$inboundSchema, type Item, Item$inboundSchema, ItemExpiryDurationType, ItemExpiryDurationType$inboundSchema, type Link, type Link$Outbound, Link$outboundSchema, LinkRevenueCatEnv, LinkRevenueCatEnv$outboundSchema, type LinkRevenueCatGlobals, type LinkRevenueCatParams, type LinkRevenueCatParams$Outbound, LinkRevenueCatParams$outboundSchema, type LinkRevenueCatResponse, LinkRevenueCatResponse$inboundSchema, type ListCustomersAutoTopup, ListCustomersAutoTopup$inboundSchema, type ListCustomersBillingControls, ListCustomersBillingControls$inboundSchema, type ListCustomersConfig, ListCustomersConfig$inboundSchema, type ListCustomersCreditSchema, ListCustomersCreditSchema$inboundSchema, type ListCustomersDisplay, ListCustomersDisplay$inboundSchema, ListCustomersEnv, ListCustomersEnv$inboundSchema, type ListCustomersFeature, ListCustomersFeature$inboundSchema, type ListCustomersFilter, ListCustomersFilter$inboundSchema, type ListCustomersFlags, ListCustomersFlags$inboundSchema, type ListCustomersGlobals, ListCustomersLimitType, ListCustomersLimitType$inboundSchema, type ListCustomersList, ListCustomersList$inboundSchema, type ListCustomersModelMarkups, ListCustomersModelMarkups$inboundSchema, type ListCustomersOverageAllowed, ListCustomersOverageAllowed$inboundSchema, type ListCustomersParams, type ListCustomersParams$Outbound, ListCustomersParams$outboundSchema, type ListCustomersPlan, type ListCustomersPlan$Outbound, ListCustomersPlan$outboundSchema, ListCustomersProcessor, ListCustomersProcessor$outboundSchema, type ListCustomersProcessors, ListCustomersProcessors$inboundSchema, type ListCustomersProviderMarkups, ListCustomersProviderMarkups$inboundSchema, type ListCustomersPurchase, ListCustomersPurchase$inboundSchema, type ListCustomersPurchaseLimit1, ListCustomersPurchaseLimit1$inboundSchema, type ListCustomersPurchaseLimit2, ListCustomersPurchaseLimit2$inboundSchema, ListCustomersPurchaseLimitInterval1, ListCustomersPurchaseLimitInterval1$inboundSchema, ListCustomersPurchaseLimitInterval2, ListCustomersPurchaseLimitInterval2$inboundSchema, type ListCustomersPurchaseLimitUnion, ListCustomersPurchaseLimitUnion$inboundSchema, ListCustomersPurchaseScope, ListCustomersPurchaseScope$inboundSchema, type ListCustomersResponse, ListCustomersResponse$inboundSchema, type ListCustomersRevenuecat, ListCustomersRevenuecat$inboundSchema, type ListCustomersSpendLimit, ListCustomersSpendLimit$inboundSchema, ListCustomersStatus, ListCustomersStatus$inboundSchema, type ListCustomersStripe, ListCustomersStripe$inboundSchema, type ListCustomersSubscription, ListCustomersSubscription$inboundSchema, ListCustomersSubscriptionScope, ListCustomersSubscriptionScope$inboundSchema, ListCustomersSubscriptionStatus, ListCustomersSubscriptionStatus$outboundSchema, ListCustomersThresholdType, ListCustomersThresholdType$inboundSchema, ListCustomersType, ListCustomersType$inboundSchema, type ListCustomersUsageAlert, ListCustomersUsageAlert$inboundSchema, type ListCustomersUsageLimit, ListCustomersUsageLimit$inboundSchema, ListCustomersUsageLimitInterval, ListCustomersUsageLimitInterval$inboundSchema, type ListCustomersVercel, ListCustomersVercel$inboundSchema, type ListEntitiesBillingControls, ListEntitiesBillingControls$inboundSchema, type ListEntitiesCreditSchema, ListEntitiesCreditSchema$inboundSchema, type ListEntitiesDisplay, ListEntitiesDisplay$inboundSchema, ListEntitiesEnv, ListEntitiesEnv$inboundSchema, type ListEntitiesFeature, ListEntitiesFeature$inboundSchema, type ListEntitiesFilter, ListEntitiesFilter$inboundSchema, type ListEntitiesFlags, ListEntitiesFlags$inboundSchema, type ListEntitiesGlobals, ListEntitiesInterval, ListEntitiesInterval$inboundSchema, type ListEntitiesInvoice, ListEntitiesInvoice$inboundSchema, ListEntitiesLimitType, ListEntitiesLimitType$inboundSchema, type ListEntitiesList, ListEntitiesList$inboundSchema, type ListEntitiesModelMarkups, ListEntitiesModelMarkups$inboundSchema, type ListEntitiesOverageAllowed, ListEntitiesOverageAllowed$inboundSchema, type ListEntitiesParams, type ListEntitiesParams$Outbound, ListEntitiesParams$outboundSchema, type ListEntitiesPlan, type ListEntitiesPlan$Outbound, ListEntitiesPlan$outboundSchema, ListEntitiesProcessor, ListEntitiesProcessor$outboundSchema, ListEntitiesProcessorType, ListEntitiesProcessorType$inboundSchema, type ListEntitiesProviderMarkups, ListEntitiesProviderMarkups$inboundSchema, type ListEntitiesPurchase, ListEntitiesPurchase$inboundSchema, ListEntitiesPurchaseScope, ListEntitiesPurchaseScope$inboundSchema, type ListEntitiesResponse, ListEntitiesResponse$inboundSchema, type ListEntitiesSpendLimit, ListEntitiesSpendLimit$inboundSchema, ListEntitiesStatus, ListEntitiesStatus$inboundSchema, type ListEntitiesSubscription, ListEntitiesSubscription$inboundSchema, ListEntitiesSubscriptionScope, ListEntitiesSubscriptionScope$inboundSchema, ListEntitiesSubscriptionStatus, ListEntitiesSubscriptionStatus$outboundSchema, ListEntitiesThresholdType, ListEntitiesThresholdType$inboundSchema, ListEntitiesType, ListEntitiesType$inboundSchema, type ListEntitiesUsageAlert, ListEntitiesUsageAlert$inboundSchema, type ListEntitiesUsageLimit, ListEntitiesUsageLimit$inboundSchema, type ListEventsCustomRange, type ListEventsCustomRange$Outbound, ListEventsCustomRange$outboundSchema, type ListEventsFeatureId, type ListEventsFeatureId$Outbound, ListEventsFeatureId$outboundSchema, type ListEventsGlobals, ListEventsIntervalEnum, ListEventsIntervalEnum$inboundSchema, type ListEventsIntervalUnion, ListEventsIntervalUnion$inboundSchema, type ListEventsList, ListEventsList$inboundSchema, type ListEventsReset, ListEventsReset$inboundSchema, type ListEventsResponse, ListEventsResponse$inboundSchema, type ListFeaturesCreditSchema, ListFeaturesCreditSchema$inboundSchema, type ListFeaturesDisplay, ListFeaturesDisplay$inboundSchema, type ListFeaturesGlobals, type ListFeaturesList, ListFeaturesList$inboundSchema, type ListFeaturesModelMarkups, ListFeaturesModelMarkups$inboundSchema, type ListFeaturesProviderMarkups, ListFeaturesProviderMarkups$inboundSchema, type ListFeaturesRequest, type ListFeaturesRequest$Outbound, ListFeaturesRequest$outboundSchema, type ListFeaturesResponse, ListFeaturesResponse$inboundSchema, ListFeaturesType, ListFeaturesType$inboundSchema, ListPlansAddItemBillingMethod, ListPlansAddItemBillingMethod$inboundSchema, ListPlansAddItemPriceInterval, ListPlansAddItemPriceInterval$inboundSchema, ListPlansAddItemResetInterval, ListPlansAddItemResetInterval$inboundSchema, ListPlansAttachAction, ListPlansAttachAction$inboundSchema, type ListPlansAutoTopup, ListPlansAutoTopup$inboundSchema, type ListPlansBasePrice, ListPlansBasePrice$inboundSchema, type ListPlansBillingControls, ListPlansBillingControls$inboundSchema, type ListPlansConfig, ListPlansConfig$inboundSchema, type ListPlansCreditSchema, ListPlansCreditSchema$inboundSchema, type ListPlansCustomerEligibility, ListPlansCustomerEligibility$inboundSchema, type ListPlansCustomize, ListPlansCustomize$inboundSchema, ListPlansDurationType, ListPlansDurationType$inboundSchema, ListPlansEnv, ListPlansEnv$inboundSchema, type ListPlansFeature, ListPlansFeature$inboundSchema, type ListPlansFeatureDisplay, ListPlansFeatureDisplay$inboundSchema, type ListPlansFilter, ListPlansFilter$inboundSchema, type ListPlansFreeTrial, ListPlansFreeTrial$inboundSchema, type ListPlansFreeTrialParams, ListPlansFreeTrialParams$inboundSchema, type ListPlansGlobals, ListPlansIntervalRemoveItemEnum1, ListPlansIntervalRemoveItemEnum1$inboundSchema, ListPlansIntervalRemoveItemEnum2, ListPlansIntervalRemoveItemEnum2$inboundSchema, type ListPlansIntervalUnion, ListPlansIntervalUnion$inboundSchema, type ListPlansItem, ListPlansItem$inboundSchema, ListPlansItemBillingMethod, ListPlansItemBillingMethod$inboundSchema, type ListPlansItemDisplay, ListPlansItemDisplay$inboundSchema, ListPlansItemExpiryDurationType, ListPlansItemExpiryDurationType$inboundSchema, type ListPlansItemPrice, ListPlansItemPrice$inboundSchema, type ListPlansItemReset, ListPlansItemReset$inboundSchema, type ListPlansItemRollover, ListPlansItemRollover$inboundSchema, type ListPlansItemTier, ListPlansItemTier$inboundSchema, ListPlansItemTierBehavior, ListPlansItemTierBehavior$inboundSchema, ListPlansLimitType, ListPlansLimitType$inboundSchema, type ListPlansList, ListPlansList$inboundSchema, ListPlansOnDecrease, ListPlansOnDecrease$inboundSchema, ListPlansOnEnd, ListPlansOnEnd$inboundSchema, ListPlansOnIncrease, ListPlansOnIncrease$inboundSchema, type ListPlansOverageAllowed, ListPlansOverageAllowed$inboundSchema, type ListPlansParams, type ListPlansParams$Outbound, ListPlansParams$outboundSchema, type ListPlansPlanItem, ListPlansPlanItem$inboundSchema, type ListPlansPlanItemFilter, ListPlansPlanItemFilter$inboundSchema, type ListPlansPrice, ListPlansPrice$inboundSchema, type ListPlansPriceDisplay, ListPlansPriceDisplay$inboundSchema, ListPlansPriceInterval, ListPlansPriceInterval$inboundSchema, ListPlansPriceItemInterval, ListPlansPriceItemInterval$inboundSchema, ListPlansPriceVariantDetailsInterval, ListPlansPriceVariantDetailsInterval$inboundSchema, type ListPlansProration, ListPlansProration$inboundSchema, type ListPlansPurchaseLimit, ListPlansPurchaseLimit$inboundSchema, ListPlansPurchaseLimitInterval, ListPlansPurchaseLimitInterval$inboundSchema, ListPlansRemoveItemBillingMethod, ListPlansRemoveItemBillingMethod$inboundSchema, ListPlansResetItemInterval, ListPlansResetItemInterval$inboundSchema, type ListPlansResponse, ListPlansResponse$inboundSchema, type ListPlansSpendLimit, ListPlansSpendLimit$inboundSchema, ListPlansStatus, ListPlansStatus$inboundSchema, ListPlansThresholdType, ListPlansThresholdType$inboundSchema, type ListPlansTo, ListPlansTo$inboundSchema, ListPlansType, ListPlansType$inboundSchema, type ListPlansUsageAlert, ListPlansUsageAlert$inboundSchema, type ListPlansUsageLimit, ListPlansUsageLimit$inboundSchema, ListPlansUsageLimitInterval, ListPlansUsageLimitInterval$inboundSchema, type ListPlansVariantDetails, ListPlansVariantDetails$inboundSchema, type ListPlansVariantDetailsAutoTopup, ListPlansVariantDetailsAutoTopup$inboundSchema, type ListPlansVariantDetailsBillingControls, ListPlansVariantDetailsBillingControls$inboundSchema, ListPlansVariantDetailsDurationType, ListPlansVariantDetailsDurationType$inboundSchema, ListPlansVariantDetailsExpiryDurationType, ListPlansVariantDetailsExpiryDurationType$inboundSchema, type ListPlansVariantDetailsFilter, ListPlansVariantDetailsFilter$inboundSchema, ListPlansVariantDetailsLimitType, ListPlansVariantDetailsLimitType$inboundSchema, ListPlansVariantDetailsOnEnd, ListPlansVariantDetailsOnEnd$inboundSchema, type ListPlansVariantDetailsOverageAllowed, ListPlansVariantDetailsOverageAllowed$inboundSchema, type ListPlansVariantDetailsPrice, ListPlansVariantDetailsPrice$inboundSchema, type ListPlansVariantDetailsPurchaseLimit, ListPlansVariantDetailsPurchaseLimit$inboundSchema, ListPlansVariantDetailsPurchaseLimitInterval, ListPlansVariantDetailsPurchaseLimitInterval$inboundSchema, type ListPlansVariantDetailsReset, ListPlansVariantDetailsReset$inboundSchema, type ListPlansVariantDetailsRollover, ListPlansVariantDetailsRollover$inboundSchema, type ListPlansVariantDetailsSpendLimit, ListPlansVariantDetailsSpendLimit$inboundSchema, ListPlansVariantDetailsThresholdType, ListPlansVariantDetailsThresholdType$inboundSchema, type ListPlansVariantDetailsTier, ListPlansVariantDetailsTier$inboundSchema, ListPlansVariantDetailsTierBehavior, ListPlansVariantDetailsTierBehavior$inboundSchema, type ListPlansVariantDetailsUsageAlert, ListPlansVariantDetailsUsageAlert$inboundSchema, type ListPlansVariantDetailsUsageLimit, ListPlansVariantDetailsUsageLimit$inboundSchema, ListPlansVariantDetailsUsageLimitInterval, ListPlansVariantDetailsUsageLimitInterval$inboundSchema, type ListRewardsDuration, ListRewardsDuration$inboundSchema, type ListRewardsGlobals, type ListRewardsResponse, ListRewardsResponse$inboundSchema, type Migration, type Migration$Outbound, Migration$outboundSchema, type MintKeyGlobals, type MintKeyParams, type MintKeyParams$Outbound, MintKeyParams$outboundSchema, type MintKeyResponse, MintKeyResponse$inboundSchema, type MultiAttachAttachDiscount, type MultiAttachAttachDiscount$Outbound, MultiAttachAttachDiscount$outboundSchema, type MultiAttachBasePrice, type MultiAttachBasePrice$Outbound, MultiAttachBasePrice$outboundSchema, type MultiAttachBillingControls, type MultiAttachBillingControls$Outbound, MultiAttachBillingControls$outboundSchema, MultiAttachBillingMethod, MultiAttachBillingMethod$outboundSchema, MultiAttachCode, MultiAttachCode$inboundSchema, type MultiAttachCustomize, type MultiAttachCustomize$Outbound, MultiAttachCustomize$outboundSchema, MultiAttachDurationType, MultiAttachDurationType$outboundSchema, type MultiAttachEntityData, type MultiAttachEntityData$Outbound, MultiAttachEntityData$outboundSchema, MultiAttachEntityDataInterval, MultiAttachEntityDataInterval$outboundSchema, MultiAttachExpiryDurationType, MultiAttachExpiryDurationType$outboundSchema, type MultiAttachFeatureQuantity, type MultiAttachFeatureQuantity$Outbound, MultiAttachFeatureQuantity$outboundSchema, type MultiAttachFilter, type MultiAttachFilter$Outbound, MultiAttachFilter$outboundSchema, type MultiAttachFreeTrialParams, type MultiAttachFreeTrialParams$Outbound, MultiAttachFreeTrialParams$outboundSchema, type MultiAttachGlobals, type MultiAttachInvoice, MultiAttachInvoice$inboundSchema, type MultiAttachInvoiceMode, type MultiAttachInvoiceMode$Outbound, MultiAttachInvoiceMode$outboundSchema, MultiAttachItemPriceInterval, MultiAttachItemPriceInterval$outboundSchema, MultiAttachLimitType, MultiAttachLimitType$outboundSchema, MultiAttachOnDecrease, MultiAttachOnDecrease$outboundSchema, MultiAttachOnEnd, MultiAttachOnEnd$outboundSchema, MultiAttachOnIncrease, MultiAttachOnIncrease$outboundSchema, type MultiAttachOverageAllowed, type MultiAttachOverageAllowed$Outbound, MultiAttachOverageAllowed$outboundSchema, type MultiAttachParams, type MultiAttachParams$Outbound, MultiAttachParams$outboundSchema, type MultiAttachPlan, type MultiAttachPlan$Outbound, MultiAttachPlan$outboundSchema, type MultiAttachPlanItem, type MultiAttachPlanItem$Outbound, MultiAttachPlanItem$outboundSchema, type MultiAttachPrice, type MultiAttachPrice$Outbound, MultiAttachPrice$outboundSchema, MultiAttachPriceInterval, MultiAttachPriceInterval$outboundSchema, type MultiAttachProperties, type MultiAttachProperties$Outbound, MultiAttachProperties$outboundSchema, type MultiAttachProration, type MultiAttachProration$Outbound, MultiAttachProration$outboundSchema, MultiAttachRedirectMode, MultiAttachRedirectMode$outboundSchema, type MultiAttachRequiredAction, MultiAttachRequiredAction$inboundSchema, type MultiAttachReset, type MultiAttachReset$Outbound, MultiAttachReset$outboundSchema, MultiAttachResetInterval, MultiAttachResetInterval$outboundSchema, type MultiAttachResponse, MultiAttachResponse$inboundSchema, type MultiAttachRollover, type MultiAttachRollover$Outbound, MultiAttachRollover$outboundSchema, type MultiAttachSpendLimit, type MultiAttachSpendLimit$Outbound, MultiAttachSpendLimit$outboundSchema, MultiAttachThresholdType, MultiAttachThresholdType$outboundSchema, type MultiAttachTier, type MultiAttachTier$Outbound, MultiAttachTier$outboundSchema, MultiAttachTierBehavior, MultiAttachTierBehavior$outboundSchema, type MultiAttachTo, type MultiAttachTo$Outbound, MultiAttachTo$outboundSchema, type MultiAttachUsageAlert, type MultiAttachUsageAlert$Outbound, MultiAttachUsageAlert$outboundSchema, type MultiAttachUsageLimit, type MultiAttachUsageLimit$Outbound, MultiAttachUsageLimit$outboundSchema, OnDecrease, OnDecrease$inboundSchema, OnEnd, OnEnd$inboundSchema, OnIncrease, OnIncrease$inboundSchema, type OpenCustomerPortalGlobals, type OpenCustomerPortalParams, type OpenCustomerPortalParams$Outbound, OpenCustomerPortalParams$outboundSchema, type OpenCustomerPortalResponse, OpenCustomerPortalResponse$inboundSchema, type PhaseResponse, PhaseResponse$inboundSchema, type PhaseStart, type PhaseStart$Outbound, PhaseStart$outboundSchema, type PhaseStartUnion, type PhaseStartUnion$Outbound, PhaseStartUnion$outboundSchema, type Plan, Plan$inboundSchema, PlanAddItemBillingMethod, PlanAddItemBillingMethod$inboundSchema, PlanAddItemPriceInterval, PlanAddItemPriceInterval$inboundSchema, PlanAddItemResetInterval, PlanAddItemResetInterval$inboundSchema, type PlanAutoTopup, PlanAutoTopup$inboundSchema, type PlanBillingControls, PlanBillingControls$inboundSchema, type PlanConfig, PlanConfig$inboundSchema, type PlanCreditSchema, PlanCreditSchema$inboundSchema, PlanDurationType, PlanDurationType$inboundSchema, PlanEnv, PlanEnv$inboundSchema, type PlanFeature, PlanFeature$inboundSchema, type PlanFeatureDisplay, PlanFeatureDisplay$inboundSchema, type PlanFilter, PlanFilter$inboundSchema, PlanIntervalRemoveItemEnum1, PlanIntervalRemoveItemEnum1$inboundSchema, PlanIntervalRemoveItemEnum2, PlanIntervalRemoveItemEnum2$inboundSchema, type PlanIntervalUnion, PlanIntervalUnion$inboundSchema, type PlanItem, PlanItem$inboundSchema, PlanItemBillingMethod, PlanItemBillingMethod$inboundSchema, type PlanItemDisplay, PlanItemDisplay$inboundSchema, type PlanItemFilter, PlanItemFilter$inboundSchema, type PlanItemPrice, PlanItemPrice$inboundSchema, type PlanItemReset, PlanItemReset$inboundSchema, type PlanItemRollover, PlanItemRollover$inboundSchema, type PlanItemTier, PlanItemTier$inboundSchema, PlanItemTierBehavior, PlanItemTierBehavior$inboundSchema, type PlanItemTo, PlanItemTo$inboundSchema, PlanLimitType, PlanLimitType$inboundSchema, type PlanOverageAllowed, PlanOverageAllowed$inboundSchema, type PlanPrice, PlanPrice$inboundSchema, type PlanPriceDisplay, PlanPriceDisplay$inboundSchema, PlanPriceInterval, PlanPriceInterval$inboundSchema, PlanPriceItemInterval, PlanPriceItemInterval$inboundSchema, PlanPriceVariantDetailsInterval, PlanPriceVariantDetailsInterval$inboundSchema, type PlanPurchaseLimit, PlanPurchaseLimit$inboundSchema, PlanPurchaseLimitInterval, PlanPurchaseLimitInterval$inboundSchema, PlanRemoveItemBillingMethod, PlanRemoveItemBillingMethod$inboundSchema, PlanResetItemInterval, PlanResetItemInterval$inboundSchema, type PlanSpendLimit, PlanSpendLimit$inboundSchema, PlanStatus, PlanStatus$inboundSchema, PlanThresholdType, PlanThresholdType$inboundSchema, PlanType, PlanType$inboundSchema, type PlanUsageAlert, PlanUsageAlert$inboundSchema, type PlanUsageLimit, PlanUsageLimit$inboundSchema, PlanUsageLimitInterval, PlanUsageLimitInterval$inboundSchema, type PlanVariantDetailsAutoTopup, PlanVariantDetailsAutoTopup$inboundSchema, type PlanVariantDetailsBillingControls, PlanVariantDetailsBillingControls$inboundSchema, PlanVariantDetailsDurationType, PlanVariantDetailsDurationType$inboundSchema, type PlanVariantDetailsFilter, PlanVariantDetailsFilter$inboundSchema, PlanVariantDetailsLimitType, PlanVariantDetailsLimitType$inboundSchema, type PlanVariantDetailsOverageAllowed, PlanVariantDetailsOverageAllowed$inboundSchema, type PlanVariantDetailsPrice, PlanVariantDetailsPrice$inboundSchema, type PlanVariantDetailsPurchaseLimit, PlanVariantDetailsPurchaseLimit$inboundSchema, PlanVariantDetailsPurchaseLimitInterval, PlanVariantDetailsPurchaseLimitInterval$inboundSchema, type PlanVariantDetailsReset, PlanVariantDetailsReset$inboundSchema, type PlanVariantDetailsRollover, PlanVariantDetailsRollover$inboundSchema, type PlanVariantDetailsSpendLimit, PlanVariantDetailsSpendLimit$inboundSchema, PlanVariantDetailsThresholdType, PlanVariantDetailsThresholdType$inboundSchema, type PlanVariantDetailsTier, PlanVariantDetailsTier$inboundSchema, PlanVariantDetailsTierBehavior, PlanVariantDetailsTierBehavior$inboundSchema, type PlanVariantDetailsTo, PlanVariantDetailsTo$inboundSchema, type PlanVariantDetailsUsageAlert, PlanVariantDetailsUsageAlert$inboundSchema, type PlanVariantDetailsUsageLimit, PlanVariantDetailsUsageLimit$inboundSchema, PlanVariantDetailsUsageLimitInterval, PlanVariantDetailsUsageLimitInterval$inboundSchema, type Preview1, Preview1$inboundSchema, type Preview2, Preview2$inboundSchema, PreviewAttachAddItemBillingMethod, PreviewAttachAddItemBillingMethod$outboundSchema, PreviewAttachAddItemExpiryDurationType, PreviewAttachAddItemExpiryDurationType$outboundSchema, PreviewAttachAddItemOnDecrease, PreviewAttachAddItemOnDecrease$outboundSchema, PreviewAttachAddItemOnIncrease, PreviewAttachAddItemOnIncrease$outboundSchema, type PreviewAttachAddItemPlanItem, type PreviewAttachAddItemPlanItem$Outbound, PreviewAttachAddItemPlanItem$outboundSchema, type PreviewAttachAddItemPrice, type PreviewAttachAddItemPrice$Outbound, PreviewAttachAddItemPrice$outboundSchema, PreviewAttachAddItemPriceInterval, PreviewAttachAddItemPriceInterval$outboundSchema, type PreviewAttachAddItemProration, type PreviewAttachAddItemProration$Outbound, PreviewAttachAddItemProration$outboundSchema, type PreviewAttachAddItemReset, type PreviewAttachAddItemReset$Outbound, PreviewAttachAddItemReset$outboundSchema, PreviewAttachAddItemResetInterval, PreviewAttachAddItemResetInterval$outboundSchema, type PreviewAttachAddItemRollover, type PreviewAttachAddItemRollover$Outbound, PreviewAttachAddItemRollover$outboundSchema, type PreviewAttachAddItemTier, type PreviewAttachAddItemTier$Outbound, PreviewAttachAddItemTier$outboundSchema, PreviewAttachAddItemTierBehavior, PreviewAttachAddItemTierBehavior$outboundSchema, type PreviewAttachAddItemTo, type PreviewAttachAddItemTo$Outbound, PreviewAttachAddItemTo$outboundSchema, type PreviewAttachAttachDiscount, type PreviewAttachAttachDiscount$Outbound, PreviewAttachAttachDiscount$outboundSchema, type PreviewAttachAutoTopup, type PreviewAttachAutoTopup$Outbound, PreviewAttachAutoTopup$outboundSchema, type PreviewAttachBasePrice, type PreviewAttachBasePrice$Outbound, PreviewAttachBasePrice$outboundSchema, type PreviewAttachBillingControls, type PreviewAttachBillingControls$Outbound, PreviewAttachBillingControls$outboundSchema, type PreviewAttachCarryOverBalances, type PreviewAttachCarryOverBalances$Outbound, PreviewAttachCarryOverBalances$outboundSchema, type PreviewAttachCarryOverUsages, type PreviewAttachCarryOverUsages$Outbound, PreviewAttachCarryOverUsages$outboundSchema, PreviewAttachCheckoutType, PreviewAttachCheckoutType$inboundSchema, type PreviewAttachCustomLineItem, type PreviewAttachCustomLineItem$Outbound, PreviewAttachCustomLineItem$outboundSchema, type PreviewAttachCustomize, type PreviewAttachCustomize$Outbound, PreviewAttachCustomize$outboundSchema, type PreviewAttachDiscount, PreviewAttachDiscount$inboundSchema, PreviewAttachDurationType, PreviewAttachDurationType$outboundSchema, type PreviewAttachFeatureQuantityRequest, type PreviewAttachFeatureQuantityRequest$Outbound, PreviewAttachFeatureQuantityRequest$outboundSchema, type PreviewAttachFilter, type PreviewAttachFilter$Outbound, PreviewAttachFilter$outboundSchema, type PreviewAttachFreeTrialParams, type PreviewAttachFreeTrialParams$Outbound, PreviewAttachFreeTrialParams$outboundSchema, type PreviewAttachGlobals, type PreviewAttachIncoming, PreviewAttachIncoming$inboundSchema, type PreviewAttachIncomingFeatureQuantity, PreviewAttachIncomingFeatureQuantity$inboundSchema, PreviewAttachIntervalRemoveItemEnum1, PreviewAttachIntervalRemoveItemEnum1$outboundSchema, PreviewAttachIntervalRemoveItemEnum2, PreviewAttachIntervalRemoveItemEnum2$outboundSchema, type PreviewAttachIntervalUnion, type PreviewAttachIntervalUnion$Outbound, PreviewAttachIntervalUnion$outboundSchema, type PreviewAttachInvoiceCredits, PreviewAttachInvoiceCredits$inboundSchema, type PreviewAttachInvoiceMode, type PreviewAttachInvoiceMode$Outbound, PreviewAttachInvoiceMode$outboundSchema, PreviewAttachItemBillingMethod, PreviewAttachItemBillingMethod$outboundSchema, PreviewAttachItemExpiryDurationType, PreviewAttachItemExpiryDurationType$outboundSchema, PreviewAttachItemOnDecrease, PreviewAttachItemOnDecrease$outboundSchema, PreviewAttachItemOnIncrease, PreviewAttachItemOnIncrease$outboundSchema, type PreviewAttachItemPlanItem, type PreviewAttachItemPlanItem$Outbound, PreviewAttachItemPlanItem$outboundSchema, type PreviewAttachItemPrice, type PreviewAttachItemPrice$Outbound, PreviewAttachItemPrice$outboundSchema, PreviewAttachItemPriceInterval, PreviewAttachItemPriceInterval$outboundSchema, type PreviewAttachItemProration, type PreviewAttachItemProration$Outbound, PreviewAttachItemProration$outboundSchema, type PreviewAttachItemReset, type PreviewAttachItemReset$Outbound, PreviewAttachItemReset$outboundSchema, PreviewAttachItemResetInterval, PreviewAttachItemResetInterval$outboundSchema, type PreviewAttachItemRollover, type PreviewAttachItemRollover$Outbound, PreviewAttachItemRollover$outboundSchema, type PreviewAttachItemTier, type PreviewAttachItemTier$Outbound, PreviewAttachItemTier$outboundSchema, PreviewAttachItemTierBehavior, PreviewAttachItemTierBehavior$outboundSchema, type PreviewAttachItemTo, type PreviewAttachItemTo$Outbound, PreviewAttachItemTo$outboundSchema, PreviewAttachLimitType, PreviewAttachLimitType$outboundSchema, type PreviewAttachLineItem, PreviewAttachLineItem$inboundSchema, type PreviewAttachLineItemPeriod, PreviewAttachLineItemPeriod$inboundSchema, type PreviewAttachNextCycle, PreviewAttachNextCycle$inboundSchema, type PreviewAttachNextCycleDiscount, PreviewAttachNextCycleDiscount$inboundSchema, type PreviewAttachNextCycleLineItem, PreviewAttachNextCycleLineItem$inboundSchema, type PreviewAttachNextCycleLineItemPeriod, PreviewAttachNextCycleLineItemPeriod$inboundSchema, PreviewAttachOnEnd, PreviewAttachOnEnd$outboundSchema, type PreviewAttachOutgoing, PreviewAttachOutgoing$inboundSchema, type PreviewAttachOutgoingFeatureQuantity, PreviewAttachOutgoingFeatureQuantity$inboundSchema, type PreviewAttachOverageAllowed, type PreviewAttachOverageAllowed$Outbound, PreviewAttachOverageAllowed$outboundSchema, type PreviewAttachParams, type PreviewAttachParams$Outbound, PreviewAttachParams$outboundSchema, type PreviewAttachPlanItemFilter, type PreviewAttachPlanItemFilter$Outbound, PreviewAttachPlanItemFilter$outboundSchema, PreviewAttachPlanSchedule, PreviewAttachPlanSchedule$outboundSchema, PreviewAttachPriceInterval, PreviewAttachPriceInterval$outboundSchema, type PreviewAttachProperties, type PreviewAttachProperties$Outbound, PreviewAttachProperties$outboundSchema, PreviewAttachProrationBehavior, PreviewAttachProrationBehavior$outboundSchema, type PreviewAttachPurchaseLimit, type PreviewAttachPurchaseLimit$Outbound, PreviewAttachPurchaseLimit$outboundSchema, PreviewAttachPurchaseLimitInterval, PreviewAttachPurchaseLimitInterval$outboundSchema, PreviewAttachRedirectMode, PreviewAttachRedirectMode$outboundSchema, PreviewAttachRemoveItemBillingMethod, PreviewAttachRemoveItemBillingMethod$outboundSchema, type PreviewAttachResponse, PreviewAttachResponse$inboundSchema, type PreviewAttachSpendLimit, type PreviewAttachSpendLimit$Outbound, PreviewAttachSpendLimit$outboundSchema, PreviewAttachStatus, PreviewAttachStatus$inboundSchema, type PreviewAttachTax, PreviewAttachTax$inboundSchema, PreviewAttachThresholdType, PreviewAttachThresholdType$outboundSchema, type PreviewAttachUsageAlert, type PreviewAttachUsageAlert$Outbound, PreviewAttachUsageAlert$outboundSchema, type PreviewAttachUsageLimit, type PreviewAttachUsageLimit$Outbound, PreviewAttachUsageLimit$outboundSchema, PreviewAttachUsageLimitInterval, PreviewAttachUsageLimitInterval$outboundSchema, type PreviewAttachUsageLineItem, PreviewAttachUsageLineItem$inboundSchema, type PreviewAttachUsageLineItemPeriod, PreviewAttachUsageLineItemPeriod$inboundSchema, type PreviewMultiAttachAttachDiscount, type PreviewMultiAttachAttachDiscount$Outbound, PreviewMultiAttachAttachDiscount$outboundSchema, type PreviewMultiAttachBasePrice, type PreviewMultiAttachBasePrice$Outbound, PreviewMultiAttachBasePrice$outboundSchema, type PreviewMultiAttachBillingControls, type PreviewMultiAttachBillingControls$Outbound, PreviewMultiAttachBillingControls$outboundSchema, PreviewMultiAttachBillingMethod, PreviewMultiAttachBillingMethod$outboundSchema, PreviewMultiAttachCheckoutType, PreviewMultiAttachCheckoutType$inboundSchema, type PreviewMultiAttachCustomize, type PreviewMultiAttachCustomize$Outbound, PreviewMultiAttachCustomize$outboundSchema, type PreviewMultiAttachDiscount, PreviewMultiAttachDiscount$inboundSchema, PreviewMultiAttachDurationType, PreviewMultiAttachDurationType$outboundSchema, type PreviewMultiAttachEntityData, type PreviewMultiAttachEntityData$Outbound, PreviewMultiAttachEntityData$outboundSchema, PreviewMultiAttachEntityDataInterval, PreviewMultiAttachEntityDataInterval$outboundSchema, PreviewMultiAttachExpiryDurationType, PreviewMultiAttachExpiryDurationType$outboundSchema, type PreviewMultiAttachFilter, type PreviewMultiAttachFilter$Outbound, PreviewMultiAttachFilter$outboundSchema, type PreviewMultiAttachFreeTrialParams, type PreviewMultiAttachFreeTrialParams$Outbound, PreviewMultiAttachFreeTrialParams$outboundSchema, type PreviewMultiAttachGlobals, type PreviewMultiAttachIncoming, PreviewMultiAttachIncoming$inboundSchema, type PreviewMultiAttachIncomingFeatureQuantity, PreviewMultiAttachIncomingFeatureQuantity$inboundSchema, type PreviewMultiAttachInvoiceCredits, PreviewMultiAttachInvoiceCredits$inboundSchema, type PreviewMultiAttachInvoiceMode, type PreviewMultiAttachInvoiceMode$Outbound, PreviewMultiAttachInvoiceMode$outboundSchema, PreviewMultiAttachItemPriceInterval, PreviewMultiAttachItemPriceInterval$outboundSchema, PreviewMultiAttachLimitType, PreviewMultiAttachLimitType$outboundSchema, type PreviewMultiAttachLineItem, PreviewMultiAttachLineItem$inboundSchema, type PreviewMultiAttachLineItemPeriod, PreviewMultiAttachLineItemPeriod$inboundSchema, type PreviewMultiAttachNextCycle, PreviewMultiAttachNextCycle$inboundSchema, type PreviewMultiAttachNextCycleDiscount, PreviewMultiAttachNextCycleDiscount$inboundSchema, type PreviewMultiAttachNextCycleLineItem, PreviewMultiAttachNextCycleLineItem$inboundSchema, type PreviewMultiAttachNextCycleLineItemPeriod, PreviewMultiAttachNextCycleLineItemPeriod$inboundSchema, PreviewMultiAttachOnDecrease, PreviewMultiAttachOnDecrease$outboundSchema, PreviewMultiAttachOnEnd, PreviewMultiAttachOnEnd$outboundSchema, PreviewMultiAttachOnIncrease, PreviewMultiAttachOnIncrease$outboundSchema, type PreviewMultiAttachOutgoing, PreviewMultiAttachOutgoing$inboundSchema, type PreviewMultiAttachOutgoingFeatureQuantity, PreviewMultiAttachOutgoingFeatureQuantity$inboundSchema, type PreviewMultiAttachOverageAllowed, type PreviewMultiAttachOverageAllowed$Outbound, PreviewMultiAttachOverageAllowed$outboundSchema, type PreviewMultiAttachParams, type PreviewMultiAttachParams$Outbound, PreviewMultiAttachParams$outboundSchema, type PreviewMultiAttachPlan, type PreviewMultiAttachPlan$Outbound, PreviewMultiAttachPlan$outboundSchema, type PreviewMultiAttachPlanFeatureQuantity, type PreviewMultiAttachPlanFeatureQuantity$Outbound, PreviewMultiAttachPlanFeatureQuantity$outboundSchema, type PreviewMultiAttachPlanItem, type PreviewMultiAttachPlanItem$Outbound, PreviewMultiAttachPlanItem$outboundSchema, type PreviewMultiAttachPrice, type PreviewMultiAttachPrice$Outbound, PreviewMultiAttachPrice$outboundSchema, PreviewMultiAttachPriceInterval, PreviewMultiAttachPriceInterval$outboundSchema, type PreviewMultiAttachProperties, type PreviewMultiAttachProperties$Outbound, PreviewMultiAttachProperties$outboundSchema, type PreviewMultiAttachProration, type PreviewMultiAttachProration$Outbound, PreviewMultiAttachProration$outboundSchema, PreviewMultiAttachRedirectMode, PreviewMultiAttachRedirectMode$outboundSchema, type PreviewMultiAttachReset, type PreviewMultiAttachReset$Outbound, PreviewMultiAttachReset$outboundSchema, PreviewMultiAttachResetInterval, PreviewMultiAttachResetInterval$outboundSchema, type PreviewMultiAttachResponse, PreviewMultiAttachResponse$inboundSchema, type PreviewMultiAttachRollover, type PreviewMultiAttachRollover$Outbound, PreviewMultiAttachRollover$outboundSchema, type PreviewMultiAttachSpendLimit, type PreviewMultiAttachSpendLimit$Outbound, PreviewMultiAttachSpendLimit$outboundSchema, PreviewMultiAttachStatus, PreviewMultiAttachStatus$inboundSchema, type PreviewMultiAttachTax, PreviewMultiAttachTax$inboundSchema, PreviewMultiAttachThresholdType, PreviewMultiAttachThresholdType$outboundSchema, type PreviewMultiAttachTier, type PreviewMultiAttachTier$Outbound, PreviewMultiAttachTier$outboundSchema, PreviewMultiAttachTierBehavior, PreviewMultiAttachTierBehavior$outboundSchema, type PreviewMultiAttachTo, type PreviewMultiAttachTo$Outbound, PreviewMultiAttachTo$outboundSchema, type PreviewMultiAttachUsageAlert, type PreviewMultiAttachUsageAlert$Outbound, PreviewMultiAttachUsageAlert$outboundSchema, type PreviewMultiAttachUsageLimit, type PreviewMultiAttachUsageLimit$Outbound, PreviewMultiAttachUsageLimit$outboundSchema, type PreviewMultiAttachUsageLineItem, PreviewMultiAttachUsageLineItem$inboundSchema, type PreviewMultiAttachUsageLineItemPeriod, PreviewMultiAttachUsageLineItemPeriod$inboundSchema, PreviewUpdateAddItemBillingMethod, PreviewUpdateAddItemBillingMethod$outboundSchema, PreviewUpdateAddItemExpiryDurationType, PreviewUpdateAddItemExpiryDurationType$outboundSchema, PreviewUpdateAddItemOnDecrease, PreviewUpdateAddItemOnDecrease$outboundSchema, PreviewUpdateAddItemOnIncrease, PreviewUpdateAddItemOnIncrease$outboundSchema, type PreviewUpdateAddItemPlanItem, type PreviewUpdateAddItemPlanItem$Outbound, PreviewUpdateAddItemPlanItem$outboundSchema, type PreviewUpdateAddItemPrice, type PreviewUpdateAddItemPrice$Outbound, PreviewUpdateAddItemPrice$outboundSchema, PreviewUpdateAddItemPriceInterval, PreviewUpdateAddItemPriceInterval$outboundSchema, type PreviewUpdateAddItemProration, type PreviewUpdateAddItemProration$Outbound, PreviewUpdateAddItemProration$outboundSchema, type PreviewUpdateAddItemReset, type PreviewUpdateAddItemReset$Outbound, PreviewUpdateAddItemReset$outboundSchema, PreviewUpdateAddItemResetInterval, PreviewUpdateAddItemResetInterval$outboundSchema, type PreviewUpdateAddItemRollover, type PreviewUpdateAddItemRollover$Outbound, PreviewUpdateAddItemRollover$outboundSchema, type PreviewUpdateAddItemTier, type PreviewUpdateAddItemTier$Outbound, PreviewUpdateAddItemTier$outboundSchema, PreviewUpdateAddItemTierBehavior, PreviewUpdateAddItemTierBehavior$outboundSchema, type PreviewUpdateAddItemTo, type PreviewUpdateAddItemTo$Outbound, PreviewUpdateAddItemTo$outboundSchema, type PreviewUpdateAttachDiscount, type PreviewUpdateAttachDiscount$Outbound, PreviewUpdateAttachDiscount$outboundSchema, type PreviewUpdateAutoTopup, type PreviewUpdateAutoTopup$Outbound, PreviewUpdateAutoTopup$outboundSchema, type PreviewUpdateBasePrice, type PreviewUpdateBasePrice$Outbound, PreviewUpdateBasePrice$outboundSchema, type PreviewUpdateBillingControls, type PreviewUpdateBillingControls$Outbound, PreviewUpdateBillingControls$outboundSchema, PreviewUpdateCancelAction, PreviewUpdateCancelAction$outboundSchema, type PreviewUpdateCarryOverUsages, type PreviewUpdateCarryOverUsages$Outbound, PreviewUpdateCarryOverUsages$outboundSchema, type PreviewUpdateCustomize, type PreviewUpdateCustomize$Outbound, PreviewUpdateCustomize$outboundSchema, type PreviewUpdateDiscount, PreviewUpdateDiscount$inboundSchema, PreviewUpdateDurationType, PreviewUpdateDurationType$outboundSchema, type PreviewUpdateFeatureQuantityRequest, type PreviewUpdateFeatureQuantityRequest$Outbound, PreviewUpdateFeatureQuantityRequest$outboundSchema, type PreviewUpdateFilter, type PreviewUpdateFilter$Outbound, PreviewUpdateFilter$outboundSchema, type PreviewUpdateFreeTrialParams, type PreviewUpdateFreeTrialParams$Outbound, PreviewUpdateFreeTrialParams$outboundSchema, type PreviewUpdateGlobals, type PreviewUpdateIncoming, PreviewUpdateIncoming$inboundSchema, type PreviewUpdateIncomingFeatureQuantity, PreviewUpdateIncomingFeatureQuantity$inboundSchema, PreviewUpdateIntervalRemoveItemEnum1, PreviewUpdateIntervalRemoveItemEnum1$outboundSchema, PreviewUpdateIntervalRemoveItemEnum2, PreviewUpdateIntervalRemoveItemEnum2$outboundSchema, type PreviewUpdateIntervalUnion, type PreviewUpdateIntervalUnion$Outbound, PreviewUpdateIntervalUnion$outboundSchema, type PreviewUpdateInvoiceCredits, PreviewUpdateInvoiceCredits$inboundSchema, type PreviewUpdateInvoiceMode, type PreviewUpdateInvoiceMode$Outbound, PreviewUpdateInvoiceMode$outboundSchema, PreviewUpdateItemBillingMethod, PreviewUpdateItemBillingMethod$outboundSchema, PreviewUpdateItemExpiryDurationType, PreviewUpdateItemExpiryDurationType$outboundSchema, PreviewUpdateItemOnDecrease, PreviewUpdateItemOnDecrease$outboundSchema, PreviewUpdateItemOnIncrease, PreviewUpdateItemOnIncrease$outboundSchema, type PreviewUpdateItemPlanItem, type PreviewUpdateItemPlanItem$Outbound, PreviewUpdateItemPlanItem$outboundSchema, type PreviewUpdateItemPrice, type PreviewUpdateItemPrice$Outbound, PreviewUpdateItemPrice$outboundSchema, PreviewUpdateItemPriceInterval, PreviewUpdateItemPriceInterval$outboundSchema, type PreviewUpdateItemProration, type PreviewUpdateItemProration$Outbound, PreviewUpdateItemProration$outboundSchema, type PreviewUpdateItemReset, type PreviewUpdateItemReset$Outbound, PreviewUpdateItemReset$outboundSchema, PreviewUpdateItemResetInterval, PreviewUpdateItemResetInterval$outboundSchema, type PreviewUpdateItemRollover, type PreviewUpdateItemRollover$Outbound, PreviewUpdateItemRollover$outboundSchema, type PreviewUpdateItemTier, type PreviewUpdateItemTier$Outbound, PreviewUpdateItemTier$outboundSchema, PreviewUpdateItemTierBehavior, PreviewUpdateItemTierBehavior$outboundSchema, type PreviewUpdateItemTo, type PreviewUpdateItemTo$Outbound, PreviewUpdateItemTo$outboundSchema, PreviewUpdateLimitType, PreviewUpdateLimitType$outboundSchema, type PreviewUpdateLineItem, PreviewUpdateLineItem$inboundSchema, type PreviewUpdateLineItemPeriod, PreviewUpdateLineItemPeriod$inboundSchema, type PreviewUpdateNextCycle, PreviewUpdateNextCycle$inboundSchema, type PreviewUpdateNextCycleDiscount, PreviewUpdateNextCycleDiscount$inboundSchema, type PreviewUpdateNextCycleLineItem, PreviewUpdateNextCycleLineItem$inboundSchema, type PreviewUpdateNextCycleLineItemPeriod, PreviewUpdateNextCycleLineItemPeriod$inboundSchema, PreviewUpdateOnEnd, PreviewUpdateOnEnd$outboundSchema, type PreviewUpdateOutgoing, PreviewUpdateOutgoing$inboundSchema, type PreviewUpdateOutgoingFeatureQuantity, PreviewUpdateOutgoingFeatureQuantity$inboundSchema, type PreviewUpdateOverageAllowed, type PreviewUpdateOverageAllowed$Outbound, PreviewUpdateOverageAllowed$outboundSchema, type PreviewUpdateParams, type PreviewUpdateParams$Outbound, PreviewUpdateParams$outboundSchema, type PreviewUpdatePlanItemFilter, type PreviewUpdatePlanItemFilter$Outbound, PreviewUpdatePlanItemFilter$outboundSchema, PreviewUpdatePriceInterval, PreviewUpdatePriceInterval$outboundSchema, type PreviewUpdateProperties, type PreviewUpdateProperties$Outbound, PreviewUpdateProperties$outboundSchema, PreviewUpdateProrationBehavior, PreviewUpdateProrationBehavior$outboundSchema, type PreviewUpdatePurchaseLimit, type PreviewUpdatePurchaseLimit$Outbound, PreviewUpdatePurchaseLimit$outboundSchema, PreviewUpdatePurchaseLimitInterval, PreviewUpdatePurchaseLimitInterval$outboundSchema, type PreviewUpdateRecalculateBalances, type PreviewUpdateRecalculateBalances$Outbound, PreviewUpdateRecalculateBalances$outboundSchema, PreviewUpdateRedirectMode, PreviewUpdateRedirectMode$outboundSchema, PreviewUpdateRefundLastPayment, PreviewUpdateRefundLastPayment$outboundSchema, PreviewUpdateRemoveItemBillingMethod, PreviewUpdateRemoveItemBillingMethod$outboundSchema, type PreviewUpdateResponse, PreviewUpdateResponse$inboundSchema, type PreviewUpdateSpendLimit, type PreviewUpdateSpendLimit$Outbound, PreviewUpdateSpendLimit$outboundSchema, PreviewUpdateStatus, PreviewUpdateStatus$inboundSchema, type PreviewUpdateTax, PreviewUpdateTax$inboundSchema, PreviewUpdateThresholdType, PreviewUpdateThresholdType$outboundSchema, type PreviewUpdateUsageAlert, type PreviewUpdateUsageAlert$Outbound, PreviewUpdateUsageAlert$outboundSchema, type PreviewUpdateUsageLimit, type PreviewUpdateUsageLimit$Outbound, PreviewUpdateUsageLimit$outboundSchema, PreviewUpdateUsageLimitInterval, PreviewUpdateUsageLimitInterval$outboundSchema, type PreviewUpdateUsageLineItem, PreviewUpdateUsageLineItem$inboundSchema, type PreviewUpdateUsageLineItemPeriod, PreviewUpdateUsageLineItemPeriod$inboundSchema, PriceVariantInterval, PriceVariantInterval$outboundSchema, ProcessorType, ProcessorType$inboundSchema, type Processors, Processors$inboundSchema, type ProductDisplay1, ProductDisplay1$inboundSchema, type ProductDisplay2, ProductDisplay2$inboundSchema, ProductScenario1, ProductScenario1$inboundSchema, ProductScenario2, ProductScenario2$inboundSchema, ProductType1, ProductType1$inboundSchema, ProductType2, ProductType2$inboundSchema, type Properties, type Properties$Outbound, Properties$outboundSchema, type Proration, Proration$inboundSchema, type Purchase, Purchase$inboundSchema, PurchaseScope, PurchaseScope$inboundSchema, Range, Range$outboundSchema, type RedeemReferralCodeGlobals, type RedeemReferralCodeParams, type RedeemReferralCodeParams$Outbound, RedeemReferralCodeParams$outboundSchema, type RedeemReferralCodeResponse, RedeemReferralCodeResponse$inboundSchema, type RedeemRewardCodeGlobals, type RedeemRewardCodeParams, type RedeemRewardCodeParams$Outbound, RedeemRewardCodeParams$outboundSchema, type RedeemRewardCodeResponse, RedeemRewardCodeResponse$inboundSchema, type Referral, Referral$inboundSchema, type ReferralCustomer, ReferralCustomer$inboundSchema, type RefreshKeyGlobals, type RefreshKeyParams, type RefreshKeyParams$Outbound, RefreshKeyParams$outboundSchema, type RefreshKeyResponse, RefreshKeyResponse$inboundSchema, RequestAbortedError, type RequestBody, type RequestBody$Outbound, RequestBody$outboundSchema, RequestTimeoutError, ResponseValidationError, type Result, Result$inboundSchema, type Revenuecat, Revenuecat$inboundSchema, type RevokeKeyGlobals, type RevokeKeyParams, type RevokeKeyParams$Outbound, RevokeKeyParams$outboundSchema, type RevokeKeyResponse, RevokeKeyResponse$inboundSchema, type Rewards$1 as Rewards, Rewards$inboundSchema, type RewardsListParams, type RewardsListParams$Outbound, RewardsListParams$outboundSchema, type SDKOptions, SDKValidationError, SDK_METADATA, Scenario1, Scenario1$inboundSchema, Scenario2, Scenario2$inboundSchema, type Security, type Security$Outbound, Security$outboundSchema, ServerList, SetupPaymentAddItemBillingMethod, SetupPaymentAddItemBillingMethod$outboundSchema, SetupPaymentAddItemExpiryDurationType, SetupPaymentAddItemExpiryDurationType$outboundSchema, SetupPaymentAddItemOnDecrease, SetupPaymentAddItemOnDecrease$outboundSchema, SetupPaymentAddItemOnIncrease, SetupPaymentAddItemOnIncrease$outboundSchema, type SetupPaymentAddItemPlanItem, type SetupPaymentAddItemPlanItem$Outbound, SetupPaymentAddItemPlanItem$outboundSchema, type SetupPaymentAddItemPrice, type SetupPaymentAddItemPrice$Outbound, SetupPaymentAddItemPrice$outboundSchema, SetupPaymentAddItemPriceInterval, SetupPaymentAddItemPriceInterval$outboundSchema, type SetupPaymentAddItemProration, type SetupPaymentAddItemProration$Outbound, SetupPaymentAddItemProration$outboundSchema, type SetupPaymentAddItemReset, type SetupPaymentAddItemReset$Outbound, SetupPaymentAddItemReset$outboundSchema, SetupPaymentAddItemResetInterval, SetupPaymentAddItemResetInterval$outboundSchema, type SetupPaymentAddItemRollover, type SetupPaymentAddItemRollover$Outbound, SetupPaymentAddItemRollover$outboundSchema, type SetupPaymentAddItemTier, type SetupPaymentAddItemTier$Outbound, SetupPaymentAddItemTier$outboundSchema, SetupPaymentAddItemTierBehavior, SetupPaymentAddItemTierBehavior$outboundSchema, type SetupPaymentAddItemTo, type SetupPaymentAddItemTo$Outbound, SetupPaymentAddItemTo$outboundSchema, type SetupPaymentAttachDiscount, type SetupPaymentAttachDiscount$Outbound, SetupPaymentAttachDiscount$outboundSchema, type SetupPaymentAutoTopup, type SetupPaymentAutoTopup$Outbound, SetupPaymentAutoTopup$outboundSchema, type SetupPaymentBasePrice, type SetupPaymentBasePrice$Outbound, SetupPaymentBasePrice$outboundSchema, type SetupPaymentBillingControls, type SetupPaymentBillingControls$Outbound, SetupPaymentBillingControls$outboundSchema, type SetupPaymentCarryOverBalances, type SetupPaymentCarryOverBalances$Outbound, SetupPaymentCarryOverBalances$outboundSchema, type SetupPaymentCarryOverUsages, type SetupPaymentCarryOverUsages$Outbound, SetupPaymentCarryOverUsages$outboundSchema, type SetupPaymentCustomLineItem, type SetupPaymentCustomLineItem$Outbound, SetupPaymentCustomLineItem$outboundSchema, type SetupPaymentCustomize, type SetupPaymentCustomize$Outbound, SetupPaymentCustomize$outboundSchema, SetupPaymentDurationType, SetupPaymentDurationType$outboundSchema, type SetupPaymentFeatureQuantity, type SetupPaymentFeatureQuantity$Outbound, SetupPaymentFeatureQuantity$outboundSchema, type SetupPaymentFilter, type SetupPaymentFilter$Outbound, SetupPaymentFilter$outboundSchema, type SetupPaymentFreeTrialParams, type SetupPaymentFreeTrialParams$Outbound, SetupPaymentFreeTrialParams$outboundSchema, type SetupPaymentGlobals, SetupPaymentIntervalRemoveItemEnum1, SetupPaymentIntervalRemoveItemEnum1$outboundSchema, SetupPaymentIntervalRemoveItemEnum2, SetupPaymentIntervalRemoveItemEnum2$outboundSchema, type SetupPaymentIntervalUnion, type SetupPaymentIntervalUnion$Outbound, SetupPaymentIntervalUnion$outboundSchema, SetupPaymentItemBillingMethod, SetupPaymentItemBillingMethod$outboundSchema, SetupPaymentItemExpiryDurationType, SetupPaymentItemExpiryDurationType$outboundSchema, SetupPaymentItemOnDecrease, SetupPaymentItemOnDecrease$outboundSchema, SetupPaymentItemOnIncrease, SetupPaymentItemOnIncrease$outboundSchema, type SetupPaymentItemPlanItem, type SetupPaymentItemPlanItem$Outbound, SetupPaymentItemPlanItem$outboundSchema, type SetupPaymentItemPrice, type SetupPaymentItemPrice$Outbound, SetupPaymentItemPrice$outboundSchema, SetupPaymentItemPriceInterval, SetupPaymentItemPriceInterval$outboundSchema, type SetupPaymentItemProration, type SetupPaymentItemProration$Outbound, SetupPaymentItemProration$outboundSchema, type SetupPaymentItemReset, type SetupPaymentItemReset$Outbound, SetupPaymentItemReset$outboundSchema, SetupPaymentItemResetInterval, SetupPaymentItemResetInterval$outboundSchema, type SetupPaymentItemRollover, type SetupPaymentItemRollover$Outbound, SetupPaymentItemRollover$outboundSchema, type SetupPaymentItemTier, type SetupPaymentItemTier$Outbound, SetupPaymentItemTier$outboundSchema, SetupPaymentItemTierBehavior, SetupPaymentItemTierBehavior$outboundSchema, type SetupPaymentItemTo, type SetupPaymentItemTo$Outbound, SetupPaymentItemTo$outboundSchema, SetupPaymentLimitType, SetupPaymentLimitType$outboundSchema, SetupPaymentOnEnd, SetupPaymentOnEnd$outboundSchema, type SetupPaymentOverageAllowed, type SetupPaymentOverageAllowed$Outbound, SetupPaymentOverageAllowed$outboundSchema, type SetupPaymentParams, type SetupPaymentParams$Outbound, SetupPaymentParams$outboundSchema, type SetupPaymentPlanItemFilter, type SetupPaymentPlanItemFilter$Outbound, SetupPaymentPlanItemFilter$outboundSchema, SetupPaymentPriceInterval, SetupPaymentPriceInterval$outboundSchema, type SetupPaymentProperties, type SetupPaymentProperties$Outbound, SetupPaymentProperties$outboundSchema, SetupPaymentProrationBehavior, SetupPaymentProrationBehavior$outboundSchema, type SetupPaymentPurchaseLimit, type SetupPaymentPurchaseLimit$Outbound, SetupPaymentPurchaseLimit$outboundSchema, SetupPaymentPurchaseLimitInterval, SetupPaymentPurchaseLimitInterval$outboundSchema, SetupPaymentRemoveItemBillingMethod, SetupPaymentRemoveItemBillingMethod$outboundSchema, type SetupPaymentResponse, SetupPaymentResponse$inboundSchema, type SetupPaymentSpendLimit, type SetupPaymentSpendLimit$Outbound, SetupPaymentSpendLimit$outboundSchema, SetupPaymentThresholdType, SetupPaymentThresholdType$outboundSchema, type SetupPaymentUsageAlert, type SetupPaymentUsageAlert$Outbound, SetupPaymentUsageAlert$outboundSchema, type SetupPaymentUsageLimit, type SetupPaymentUsageLimit$Outbound, SetupPaymentUsageLimit$outboundSchema, SetupPaymentUsageLimitInterval, SetupPaymentUsageLimitInterval$outboundSchema, type StartingAfter2, type StartingAfter2$Outbound, StartingAfter2$outboundSchema, type StartsAt2, type StartsAt2$Outbound, StartsAt2$outboundSchema, StorePush, StorePush$inboundSchema, type Stripe, Stripe$inboundSchema, type Subscription, Subscription$inboundSchema, SubscriptionScope, SubscriptionScope$inboundSchema, type SyncRevenueCatApp, SyncRevenueCatApp$inboundSchema, SyncRevenueCatEnv, SyncRevenueCatEnv$outboundSchema, type SyncRevenueCatGlobals, type SyncRevenueCatParams, type SyncRevenueCatParams$Outbound, SyncRevenueCatParams$outboundSchema, SyncRevenueCatPrice, SyncRevenueCatPrice$inboundSchema, SyncRevenueCatProduct, SyncRevenueCatProduct$inboundSchema, type SyncRevenueCatResponse, SyncRevenueCatResponse$inboundSchema, SyncRevenueCatStatus, SyncRevenueCatStatus$inboundSchema, type Total, Total$inboundSchema, type TrackDeduction1, TrackDeduction1$inboundSchema, type TrackDeduction2, TrackDeduction2$inboundSchema, type TrackGlobals, TrackIntervalEnum1, TrackIntervalEnum1$inboundSchema, TrackIntervalEnum2, TrackIntervalEnum2$inboundSchema, type TrackIntervalUnion1, TrackIntervalUnion1$inboundSchema, type TrackIntervalUnion2, TrackIntervalUnion2$inboundSchema, type TrackLock, type TrackLock$Outbound, TrackLock$outboundSchema, type TrackParams, type TrackParams$Outbound, TrackParams$outboundSchema, type TrackReset1, TrackReset1$inboundSchema, type TrackReset2, TrackReset2$inboundSchema, type TrackResponse, TrackResponse$inboundSchema, type TrackResponseBody1, TrackResponseBody1$inboundSchema, type TrackResponseBody2, TrackResponseBody2$inboundSchema, type TrackTokensDeduction1, TrackTokensDeduction1$inboundSchema, type TrackTokensDeduction2, TrackTokensDeduction2$inboundSchema, type TrackTokensGlobals, TrackTokensIntervalEnum1, TrackTokensIntervalEnum1$inboundSchema, TrackTokensIntervalEnum2, TrackTokensIntervalEnum2$inboundSchema, type TrackTokensIntervalUnion1, TrackTokensIntervalUnion1$inboundSchema, type TrackTokensIntervalUnion2, TrackTokensIntervalUnion2$inboundSchema, type TrackTokensParams, type TrackTokensParams$Outbound, TrackTokensParams$outboundSchema, type TrackTokensReset1, TrackTokensReset1$inboundSchema, type TrackTokensReset2, TrackTokensReset2$inboundSchema, type TrackTokensResponse, TrackTokensResponse$inboundSchema, type TrackTokensResponseBody1, TrackTokensResponseBody1$inboundSchema, type TrackTokensResponseBody2, TrackTokensResponseBody2$inboundSchema, type TrialsUsed, TrialsUsed$inboundSchema, UnexpectedClientError, type UpdateBalanceGlobals, UpdateBalanceInterval, UpdateBalanceInterval$outboundSchema, type UpdateBalanceParams, type UpdateBalanceParams$Outbound, UpdateBalanceParams$outboundSchema, type UpdateBalanceResponse, UpdateBalanceResponse$inboundSchema, type UpdateCustomerAutoTopupRequest, type UpdateCustomerAutoTopupRequest$Outbound, UpdateCustomerAutoTopupRequest$outboundSchema, type UpdateCustomerAutoTopupResponse, UpdateCustomerAutoTopupResponse$inboundSchema, type UpdateCustomerBillingControlsRequest, type UpdateCustomerBillingControlsRequest$Outbound, UpdateCustomerBillingControlsRequest$outboundSchema, type UpdateCustomerBillingControlsResponse, UpdateCustomerBillingControlsResponse$inboundSchema, type UpdateCustomerConfigRequest, type UpdateCustomerConfigRequest$Outbound, UpdateCustomerConfigRequest$outboundSchema, type UpdateCustomerConfigResponse, UpdateCustomerConfigResponse$inboundSchema, type UpdateCustomerCreditSchema, UpdateCustomerCreditSchema$inboundSchema, type UpdateCustomerDisplay, UpdateCustomerDisplay$inboundSchema, UpdateCustomerEnv, UpdateCustomerEnv$inboundSchema, type UpdateCustomerFeature, UpdateCustomerFeature$inboundSchema, type UpdateCustomerFilterRequest, type UpdateCustomerFilterRequest$Outbound, UpdateCustomerFilterRequest$outboundSchema, type UpdateCustomerFilterResponse, UpdateCustomerFilterResponse$inboundSchema, type UpdateCustomerFlags, UpdateCustomerFlags$inboundSchema, type UpdateCustomerGlobals, UpdateCustomerLimitTypeRequestBody, UpdateCustomerLimitTypeRequestBody$outboundSchema, UpdateCustomerLimitTypeResponse, UpdateCustomerLimitTypeResponse$inboundSchema, type UpdateCustomerModelMarkups, UpdateCustomerModelMarkups$inboundSchema, type UpdateCustomerOverageAllowedRequest, type UpdateCustomerOverageAllowedRequest$Outbound, UpdateCustomerOverageAllowedRequest$outboundSchema, type UpdateCustomerOverageAllowedResponse, UpdateCustomerOverageAllowedResponse$inboundSchema, type UpdateCustomerParams, type UpdateCustomerParams$Outbound, UpdateCustomerParams$outboundSchema, type UpdateCustomerProcessors, UpdateCustomerProcessors$inboundSchema, type UpdateCustomerProperties, type UpdateCustomerProperties$Outbound, UpdateCustomerProperties$outboundSchema, type UpdateCustomerProviderMarkups, UpdateCustomerProviderMarkups$inboundSchema, type UpdateCustomerPurchase, UpdateCustomerPurchase$inboundSchema, UpdateCustomerPurchaseLimitIntervalRequestBody, UpdateCustomerPurchaseLimitIntervalRequestBody$outboundSchema, UpdateCustomerPurchaseLimitIntervalResponse1, UpdateCustomerPurchaseLimitIntervalResponse1$inboundSchema, UpdateCustomerPurchaseLimitIntervalResponse2, UpdateCustomerPurchaseLimitIntervalResponse2$inboundSchema, type UpdateCustomerPurchaseLimitRequest, type UpdateCustomerPurchaseLimitRequest$Outbound, UpdateCustomerPurchaseLimitRequest$outboundSchema, type UpdateCustomerPurchaseLimitResponse1, UpdateCustomerPurchaseLimitResponse1$inboundSchema, type UpdateCustomerPurchaseLimitResponse2, UpdateCustomerPurchaseLimitResponse2$inboundSchema, type UpdateCustomerPurchaseLimitUnion, UpdateCustomerPurchaseLimitUnion$inboundSchema, UpdateCustomerPurchaseScope, UpdateCustomerPurchaseScope$inboundSchema, type UpdateCustomerResponse, UpdateCustomerResponse$inboundSchema, type UpdateCustomerRevenuecat, UpdateCustomerRevenuecat$inboundSchema, type UpdateCustomerSpendLimitRequest, type UpdateCustomerSpendLimitRequest$Outbound, UpdateCustomerSpendLimitRequest$outboundSchema, type UpdateCustomerSpendLimitResponse, UpdateCustomerSpendLimitResponse$inboundSchema, UpdateCustomerStatus, UpdateCustomerStatus$inboundSchema, type UpdateCustomerStripe, UpdateCustomerStripe$inboundSchema, type UpdateCustomerSubscription, UpdateCustomerSubscription$inboundSchema, UpdateCustomerSubscriptionScope, UpdateCustomerSubscriptionScope$inboundSchema, UpdateCustomerThresholdTypeRequestBody, UpdateCustomerThresholdTypeRequestBody$outboundSchema, UpdateCustomerThresholdTypeResponse, UpdateCustomerThresholdTypeResponse$inboundSchema, UpdateCustomerType, UpdateCustomerType$inboundSchema, type UpdateCustomerUsageAlertRequestBody, type UpdateCustomerUsageAlertRequestBody$Outbound, UpdateCustomerUsageAlertRequestBody$outboundSchema, type UpdateCustomerUsageAlertResponse, UpdateCustomerUsageAlertResponse$inboundSchema, UpdateCustomerUsageLimitIntervalRequestBody, UpdateCustomerUsageLimitIntervalRequestBody$outboundSchema, UpdateCustomerUsageLimitIntervalResponse, UpdateCustomerUsageLimitIntervalResponse$inboundSchema, type UpdateCustomerUsageLimitRequest, type UpdateCustomerUsageLimitRequest$Outbound, UpdateCustomerUsageLimitRequest$outboundSchema, type UpdateCustomerUsageLimitResponse, UpdateCustomerUsageLimitResponse$inboundSchema, type UpdateCustomerVercel, UpdateCustomerVercel$inboundSchema, type UpdateEntityBillingControlsRequest, type UpdateEntityBillingControlsRequest$Outbound, UpdateEntityBillingControlsRequest$outboundSchema, type UpdateEntityBillingControlsResponse, UpdateEntityBillingControlsResponse$inboundSchema, type UpdateEntityCreditSchema, UpdateEntityCreditSchema$inboundSchema, type UpdateEntityDisplay, UpdateEntityDisplay$inboundSchema, UpdateEntityEnv, UpdateEntityEnv$inboundSchema, type UpdateEntityFeature, UpdateEntityFeature$inboundSchema, type UpdateEntityFilterRequest, type UpdateEntityFilterRequest$Outbound, UpdateEntityFilterRequest$outboundSchema, type UpdateEntityFilterResponse, UpdateEntityFilterResponse$inboundSchema, type UpdateEntityFlags, UpdateEntityFlags$inboundSchema, type UpdateEntityGlobals, UpdateEntityIntervalRequestBody, UpdateEntityIntervalRequestBody$outboundSchema, UpdateEntityIntervalResponse, UpdateEntityIntervalResponse$inboundSchema, type UpdateEntityInvoice, UpdateEntityInvoice$inboundSchema, UpdateEntityLimitTypeRequestBody, UpdateEntityLimitTypeRequestBody$outboundSchema, UpdateEntityLimitTypeResponse, UpdateEntityLimitTypeResponse$inboundSchema, type UpdateEntityModelMarkups, UpdateEntityModelMarkups$inboundSchema, type UpdateEntityOverageAllowedRequest, type UpdateEntityOverageAllowedRequest$Outbound, UpdateEntityOverageAllowedRequest$outboundSchema, type UpdateEntityOverageAllowedResponse, UpdateEntityOverageAllowedResponse$inboundSchema, type UpdateEntityParams, type UpdateEntityParams$Outbound, UpdateEntityParams$outboundSchema, UpdateEntityProcessorType, UpdateEntityProcessorType$inboundSchema, type UpdateEntityProperties, type UpdateEntityProperties$Outbound, UpdateEntityProperties$outboundSchema, type UpdateEntityProviderMarkups, UpdateEntityProviderMarkups$inboundSchema, type UpdateEntityPurchase, UpdateEntityPurchase$inboundSchema, UpdateEntityPurchaseScope, UpdateEntityPurchaseScope$inboundSchema, type UpdateEntityResponse, UpdateEntityResponse$inboundSchema, type UpdateEntitySpendLimitRequest, type UpdateEntitySpendLimitRequest$Outbound, UpdateEntitySpendLimitRequest$outboundSchema, type UpdateEntitySpendLimitResponse, UpdateEntitySpendLimitResponse$inboundSchema, UpdateEntityStatus, UpdateEntityStatus$inboundSchema, type UpdateEntitySubscription, UpdateEntitySubscription$inboundSchema, UpdateEntitySubscriptionScope, UpdateEntitySubscriptionScope$inboundSchema, UpdateEntityThresholdTypeRequestBody, UpdateEntityThresholdTypeRequestBody$outboundSchema, UpdateEntityThresholdTypeResponse, UpdateEntityThresholdTypeResponse$inboundSchema, UpdateEntityType, UpdateEntityType$inboundSchema, type UpdateEntityUsageAlertRequestBody, type UpdateEntityUsageAlertRequestBody$Outbound, UpdateEntityUsageAlertRequestBody$outboundSchema, type UpdateEntityUsageAlertResponse, UpdateEntityUsageAlertResponse$inboundSchema, type UpdateEntityUsageLimitRequest, type UpdateEntityUsageLimitRequest$Outbound, UpdateEntityUsageLimitRequest$outboundSchema, type UpdateEntityUsageLimitResponse, UpdateEntityUsageLimitResponse$inboundSchema, type UpdateFeatureCreditSchemaRequestBody, type UpdateFeatureCreditSchemaRequestBody$Outbound, UpdateFeatureCreditSchemaRequestBody$outboundSchema, type UpdateFeatureCreditSchemaResponse, UpdateFeatureCreditSchemaResponse$inboundSchema, type UpdateFeatureDisplayRequestBody, type UpdateFeatureDisplayRequestBody$Outbound, UpdateFeatureDisplayRequestBody$outboundSchema, type UpdateFeatureDisplayResponse, UpdateFeatureDisplayResponse$inboundSchema, type UpdateFeatureGlobals, type UpdateFeatureModelMarkupsRequest, type UpdateFeatureModelMarkupsRequest$Outbound, UpdateFeatureModelMarkupsRequest$outboundSchema, type UpdateFeatureModelMarkupsResponse, UpdateFeatureModelMarkupsResponse$inboundSchema, type UpdateFeatureParams, type UpdateFeatureParams$Outbound, UpdateFeatureParams$outboundSchema, type UpdateFeatureProviderMarkupsRequest, type UpdateFeatureProviderMarkupsRequest$Outbound, UpdateFeatureProviderMarkupsRequest$outboundSchema, type UpdateFeatureProviderMarkupsResponse, UpdateFeatureProviderMarkupsResponse$inboundSchema, type UpdateFeatureResponse, UpdateFeatureResponse$inboundSchema, UpdateFeatureTypeRequestBody, UpdateFeatureTypeRequestBody$outboundSchema, UpdateFeatureTypeResponse, UpdateFeatureTypeResponse$inboundSchema, UpdatePlanAttachAction, UpdatePlanAttachAction$inboundSchema, type UpdatePlanAutoTopupRequest, type UpdatePlanAutoTopupRequest$Outbound, UpdatePlanAutoTopupRequest$outboundSchema, type UpdatePlanAutoTopupResponse, UpdatePlanAutoTopupResponse$inboundSchema, type UpdatePlanBasePriceRequest, type UpdatePlanBasePriceRequest$Outbound, UpdatePlanBasePriceRequest$outboundSchema, type UpdatePlanBasePriceResponse, UpdatePlanBasePriceResponse$inboundSchema, type UpdatePlanBillingControlsRequest, type UpdatePlanBillingControlsRequest$Outbound, UpdatePlanBillingControlsRequest$outboundSchema, type UpdatePlanBillingControlsResponse, UpdatePlanBillingControlsResponse$inboundSchema, type UpdatePlanConfigRequest, type UpdatePlanConfigRequest$Outbound, UpdatePlanConfigRequest$outboundSchema, type UpdatePlanConfigResponse, UpdatePlanConfigResponse$inboundSchema, type UpdatePlanCreditSchema, UpdatePlanCreditSchema$inboundSchema, type UpdatePlanCustomerEligibility, UpdatePlanCustomerEligibility$inboundSchema, type UpdatePlanCustomizeResponse, UpdatePlanCustomizeResponse$inboundSchema, UpdatePlanDurationTypeRequest, UpdatePlanDurationTypeRequest$outboundSchema, UpdatePlanDurationTypeResponse, UpdatePlanDurationTypeResponse$inboundSchema, UpdatePlanEnv, UpdatePlanEnv$inboundSchema, type UpdatePlanFeature, UpdatePlanFeature$inboundSchema, type UpdatePlanFeatureDisplay, UpdatePlanFeatureDisplay$inboundSchema, type UpdatePlanFilterRequest, type UpdatePlanFilterRequest$Outbound, UpdatePlanFilterRequest$outboundSchema, type UpdatePlanFilterResponse, UpdatePlanFilterResponse$inboundSchema, type UpdatePlanFreeTrial, UpdatePlanFreeTrial$inboundSchema, type UpdatePlanFreeTrialParamsRequest, type UpdatePlanFreeTrialParamsRequest$Outbound, UpdatePlanFreeTrialParamsRequest$outboundSchema, type UpdatePlanFreeTrialParamsResponse, UpdatePlanFreeTrialParamsResponse$inboundSchema, type UpdatePlanGlobals, UpdatePlanIntervalVariantDetailsRemoveItemEnum1, UpdatePlanIntervalVariantDetailsRemoveItemEnum1$inboundSchema, UpdatePlanIntervalVariantDetailsRemoveItemEnum2, UpdatePlanIntervalVariantDetailsRemoveItemEnum2$inboundSchema, type UpdatePlanItem, UpdatePlanItem$inboundSchema, UpdatePlanItemBillingMethodRequestBody, UpdatePlanItemBillingMethodRequestBody$outboundSchema, UpdatePlanItemBillingMethodResponse, UpdatePlanItemBillingMethodResponse$inboundSchema, type UpdatePlanItemDisplay, UpdatePlanItemDisplay$inboundSchema, UpdatePlanItemExpiryDurationTypeRequestBody, UpdatePlanItemExpiryDurationTypeRequestBody$outboundSchema, UpdatePlanItemExpiryDurationTypeResponse, UpdatePlanItemExpiryDurationTypeResponse$inboundSchema, UpdatePlanItemOnDecrease, UpdatePlanItemOnDecrease$outboundSchema, UpdatePlanItemOnIncrease, UpdatePlanItemOnIncrease$outboundSchema, type UpdatePlanItemPlanItem, type UpdatePlanItemPlanItem$Outbound, UpdatePlanItemPlanItem$outboundSchema, UpdatePlanItemPriceIntervalRequestBody, UpdatePlanItemPriceIntervalRequestBody$outboundSchema, type UpdatePlanItemPriceRequestBody, type UpdatePlanItemPriceRequestBody$Outbound, UpdatePlanItemPriceRequestBody$outboundSchema, type UpdatePlanItemPriceResponse, UpdatePlanItemPriceResponse$inboundSchema, type UpdatePlanItemProration, type UpdatePlanItemProration$Outbound, UpdatePlanItemProration$outboundSchema, UpdatePlanItemResetIntervalRequestBody, UpdatePlanItemResetIntervalRequestBody$outboundSchema, type UpdatePlanItemResetRequestBody, type UpdatePlanItemResetRequestBody$Outbound, UpdatePlanItemResetRequestBody$outboundSchema, type UpdatePlanItemResetResponse, UpdatePlanItemResetResponse$inboundSchema, type UpdatePlanItemRolloverRequestBody, type UpdatePlanItemRolloverRequestBody$Outbound, UpdatePlanItemRolloverRequestBody$outboundSchema, type UpdatePlanItemRolloverResponse, UpdatePlanItemRolloverResponse$inboundSchema, UpdatePlanItemTierBehaviorRequestBody, UpdatePlanItemTierBehaviorRequestBody$outboundSchema, UpdatePlanItemTierBehaviorResponse, UpdatePlanItemTierBehaviorResponse$inboundSchema, type UpdatePlanItemTierRequestBody, type UpdatePlanItemTierRequestBody$Outbound, UpdatePlanItemTierRequestBody$outboundSchema, type UpdatePlanItemTierResponse, UpdatePlanItemTierResponse$inboundSchema, type UpdatePlanItemToRequestBody, type UpdatePlanItemToRequestBody$Outbound, UpdatePlanItemToRequestBody$outboundSchema, type UpdatePlanItemToResponse, UpdatePlanItemToResponse$inboundSchema, UpdatePlanLimitTypeRequestBody, UpdatePlanLimitTypeRequestBody$outboundSchema, UpdatePlanLimitTypeResponse, UpdatePlanLimitTypeResponse$inboundSchema, UpdatePlanOnEndRequest, UpdatePlanOnEndRequest$outboundSchema, UpdatePlanOnEndResponse, UpdatePlanOnEndResponse$inboundSchema, type UpdatePlanOverageAllowedRequest, type UpdatePlanOverageAllowedRequest$Outbound, UpdatePlanOverageAllowedRequest$outboundSchema, type UpdatePlanOverageAllowedResponse, UpdatePlanOverageAllowedResponse$inboundSchema, type UpdatePlanParams, type UpdatePlanParams$Outbound, UpdatePlanParams$outboundSchema, type UpdatePlanPlanItemFilterResponse, UpdatePlanPlanItemFilterResponse$inboundSchema, type UpdatePlanPlanItemResponse, UpdatePlanPlanItemResponse$inboundSchema, type UpdatePlanPriceDisplay, UpdatePlanPriceDisplay$inboundSchema, UpdatePlanPriceIntervalRequestBody, UpdatePlanPriceIntervalRequestBody$outboundSchema, UpdatePlanPriceIntervalResponse, UpdatePlanPriceIntervalResponse$inboundSchema, UpdatePlanPriceItemIntervalResponse, UpdatePlanPriceItemIntervalResponse$inboundSchema, type UpdatePlanPriceResponse, UpdatePlanPriceResponse$inboundSchema, UpdatePlanPriceVariantDetailsInterval, UpdatePlanPriceVariantDetailsInterval$inboundSchema, type UpdatePlanProperties, type UpdatePlanProperties$Outbound, UpdatePlanProperties$outboundSchema, type UpdatePlanProrationResponse, UpdatePlanProrationResponse$inboundSchema, UpdatePlanPurchaseLimitIntervalRequestBody, UpdatePlanPurchaseLimitIntervalRequestBody$outboundSchema, UpdatePlanPurchaseLimitIntervalResponse, UpdatePlanPurchaseLimitIntervalResponse$inboundSchema, type UpdatePlanPurchaseLimitRequest, type UpdatePlanPurchaseLimitRequest$Outbound, UpdatePlanPurchaseLimitRequest$outboundSchema, type UpdatePlanPurchaseLimitResponse, UpdatePlanPurchaseLimitResponse$inboundSchema, UpdatePlanResetItemIntervalResponse, UpdatePlanResetItemIntervalResponse$inboundSchema, type UpdatePlanResponse, UpdatePlanResponse$inboundSchema, type UpdatePlanSpendLimitRequest, type UpdatePlanSpendLimitRequest$Outbound, UpdatePlanSpendLimitRequest$outboundSchema, type UpdatePlanSpendLimitResponse, UpdatePlanSpendLimitResponse$inboundSchema, UpdatePlanStatus, UpdatePlanStatus$inboundSchema, UpdatePlanThresholdTypeRequestBody, UpdatePlanThresholdTypeRequestBody$outboundSchema, UpdatePlanThresholdTypeResponse, UpdatePlanThresholdTypeResponse$inboundSchema, UpdatePlanType, UpdatePlanType$inboundSchema, type UpdatePlanUsageAlertRequestBody, type UpdatePlanUsageAlertRequestBody$Outbound, UpdatePlanUsageAlertRequestBody$outboundSchema, type UpdatePlanUsageAlertResponse, UpdatePlanUsageAlertResponse$inboundSchema, UpdatePlanUsageLimitIntervalRequestBody, UpdatePlanUsageLimitIntervalRequestBody$outboundSchema, UpdatePlanUsageLimitIntervalResponse, UpdatePlanUsageLimitIntervalResponse$inboundSchema, type UpdatePlanUsageLimitRequest, type UpdatePlanUsageLimitRequest$Outbound, UpdatePlanUsageLimitRequest$outboundSchema, type UpdatePlanUsageLimitResponse, UpdatePlanUsageLimitResponse$inboundSchema, type UpdatePlanVariantDetails, UpdatePlanVariantDetails$inboundSchema, UpdatePlanVariantDetailsAddItemBillingMethod, UpdatePlanVariantDetailsAddItemBillingMethod$inboundSchema, UpdatePlanVariantDetailsAddItemPriceInterval, UpdatePlanVariantDetailsAddItemPriceInterval$inboundSchema, type UpdatePlanVariantDetailsAutoTopup, UpdatePlanVariantDetailsAutoTopup$inboundSchema, type UpdatePlanVariantDetailsBillingControls, UpdatePlanVariantDetailsBillingControls$inboundSchema, UpdatePlanVariantDetailsDurationType, UpdatePlanVariantDetailsDurationType$inboundSchema, UpdatePlanVariantDetailsExpiryDurationType, UpdatePlanVariantDetailsExpiryDurationType$inboundSchema, type UpdatePlanVariantDetailsFilter, UpdatePlanVariantDetailsFilter$inboundSchema, type UpdatePlanVariantDetailsIntervalUnion, UpdatePlanVariantDetailsIntervalUnion$inboundSchema, UpdatePlanVariantDetailsLimitType, UpdatePlanVariantDetailsLimitType$inboundSchema, UpdatePlanVariantDetailsOnDecrease, UpdatePlanVariantDetailsOnDecrease$inboundSchema, UpdatePlanVariantDetailsOnEnd, UpdatePlanVariantDetailsOnEnd$inboundSchema, UpdatePlanVariantDetailsOnIncrease, UpdatePlanVariantDetailsOnIncrease$inboundSchema, type UpdatePlanVariantDetailsOverageAllowed, UpdatePlanVariantDetailsOverageAllowed$inboundSchema, type UpdatePlanVariantDetailsPrice, UpdatePlanVariantDetailsPrice$inboundSchema, type UpdatePlanVariantDetailsPurchaseLimit, UpdatePlanVariantDetailsPurchaseLimit$inboundSchema, UpdatePlanVariantDetailsPurchaseLimitInterval, UpdatePlanVariantDetailsPurchaseLimitInterval$inboundSchema, UpdatePlanVariantDetailsRemoveItemBillingMethod, UpdatePlanVariantDetailsRemoveItemBillingMethod$inboundSchema, type UpdatePlanVariantDetailsReset, UpdatePlanVariantDetailsReset$inboundSchema, UpdatePlanVariantDetailsResetInterval, UpdatePlanVariantDetailsResetInterval$inboundSchema, type UpdatePlanVariantDetailsRollover, UpdatePlanVariantDetailsRollover$inboundSchema, type UpdatePlanVariantDetailsSpendLimit, UpdatePlanVariantDetailsSpendLimit$inboundSchema, UpdatePlanVariantDetailsThresholdType, UpdatePlanVariantDetailsThresholdType$inboundSchema, type UpdatePlanVariantDetailsTier, UpdatePlanVariantDetailsTier$inboundSchema, UpdatePlanVariantDetailsTierBehavior, UpdatePlanVariantDetailsTierBehavior$inboundSchema, type UpdatePlanVariantDetailsTo, UpdatePlanVariantDetailsTo$inboundSchema, type UpdatePlanVariantDetailsUsageAlert, UpdatePlanVariantDetailsUsageAlert$inboundSchema, type UpdatePlanVariantDetailsUsageLimit, UpdatePlanVariantDetailsUsageLimit$inboundSchema, UpdatePlanVariantDetailsUsageLimitInterval, UpdatePlanVariantDetailsUsageLimitInterval$inboundSchema, type UpdateSubscriptionParams, type UpdateSubscriptionParams$Outbound, UpdateSubscriptionParams$outboundSchema, UsageModel1, UsageModel1$inboundSchema, UsageModel2, UsageModel2$inboundSchema, type Variant, type Variant$Outbound, Variant$outboundSchema, VariantAddItemBillingMethod, VariantAddItemBillingMethod$outboundSchema, VariantAddItemPriceInterval, VariantAddItemPriceInterval$outboundSchema, type VariantAutoTopup, type VariantAutoTopup$Outbound, VariantAutoTopup$outboundSchema, type VariantBasePrice, type VariantBasePrice$Outbound, VariantBasePrice$outboundSchema, type VariantBillingControls, type VariantBillingControls$Outbound, VariantBillingControls$outboundSchema, type VariantCustomize, type VariantCustomize$Outbound, VariantCustomize$outboundSchema, type VariantDetails, VariantDetails$inboundSchema, VariantDetailsExpiryDurationType, VariantDetailsExpiryDurationType$inboundSchema, VariantDetailsOnEnd, VariantDetailsOnEnd$inboundSchema, VariantDurationType, VariantDurationType$outboundSchema, VariantExpiryDurationType, VariantExpiryDurationType$outboundSchema, type VariantFilter, type VariantFilter$Outbound, VariantFilter$outboundSchema, type VariantFreeTrialParams, type VariantFreeTrialParams$Outbound, VariantFreeTrialParams$outboundSchema, type VariantIntervalUnion, type VariantIntervalUnion$Outbound, VariantIntervalUnion$outboundSchema, VariantLimitType, VariantLimitType$outboundSchema, type VariantMigration, type VariantMigration$Outbound, VariantMigration$outboundSchema, VariantOnDecrease, VariantOnDecrease$outboundSchema, VariantOnEnd, VariantOnEnd$outboundSchema, VariantOnIncrease, VariantOnIncrease$outboundSchema, type VariantOverageAllowed, type VariantOverageAllowed$Outbound, VariantOverageAllowed$outboundSchema, type VariantPlanItem, type VariantPlanItem$Outbound, VariantPlanItem$outboundSchema, type VariantPlanItemFilter, type VariantPlanItemFilter$Outbound, VariantPlanItemFilter$outboundSchema, type VariantPrice, type VariantPrice$Outbound, VariantPrice$outboundSchema, type VariantProperties, type VariantProperties$Outbound, VariantProperties$outboundSchema, type VariantProration, type VariantProration$Outbound, VariantProration$outboundSchema, type VariantPurchaseLimit, type VariantPurchaseLimit$Outbound, VariantPurchaseLimit$outboundSchema, VariantPurchaseLimitInterval, VariantPurchaseLimitInterval$outboundSchema, VariantRemoveItemBillingMethod, VariantRemoveItemBillingMethod$outboundSchema, type VariantReset, type VariantReset$Outbound, VariantReset$outboundSchema, VariantResetInterval, VariantResetInterval$outboundSchema, type VariantRollover, type VariantRollover$Outbound, VariantRollover$outboundSchema, type VariantSpendLimit, type VariantSpendLimit$Outbound, VariantSpendLimit$outboundSchema, VariantThresholdType, VariantThresholdType$outboundSchema, type VariantTier, type VariantTier$Outbound, VariantTier$outboundSchema, VariantTierBehavior, VariantTierBehavior$outboundSchema, type VariantTo, type VariantTo$Outbound, VariantTo$outboundSchema, type VariantUsageAlert, type VariantUsageAlert$Outbound, VariantUsageAlert$outboundSchema, type VariantUsageLimit, type VariantUsageLimit$Outbound, VariantUsageLimit$outboundSchema, VariantUsageLimitInterval, VariantUsageLimitInterval$outboundSchema, type Vercel, Vercel$inboundSchema, aggregateEventsCustomRangeToJSON, aggregateEventsFeatureIdToJSON, aggregateEventsListFromJSON, aggregateEventsResponseFromJSON, apiKeyFromJSON, attachAddItemPlanItemToJSON, attachAddItemPriceToJSON, attachAddItemProrationToJSON, attachAddItemResetToJSON, attachAddItemRolloverToJSON, attachAddItemTierToJSON, attachAddItemToToJSON, attachAttachDiscountToJSON, attachAutoTopupToJSON, attachBasePriceToJSON, attachBillingControlsToJSON, attachCarryOverBalancesToJSON, attachCarryOverUsagesToJSON, attachCustomLineItemToJSON, attachCustomizeToJSON, attachFeatureQuantityToJSON, attachFilterToJSON, attachFreeTrialParamsToJSON, attachIntervalUnionToJSON, attachInvoiceFromJSON, attachInvoiceModeToJSON, attachItemPlanItemToJSON, attachItemPriceToJSON, attachItemProrationToJSON, attachItemResetToJSON, attachItemRolloverToJSON, attachItemTierToJSON, attachItemToToJSON, attachOverageAllowedToJSON, attachParamsToJSON, attachPlanItemFilterToJSON, attachPropertiesToJSON, attachPurchaseLimitToJSON, attachRequiredActionFromJSON, attachResponseFromJSON, attachSpendLimitToJSON, attachUsageAlertToJSON, attachUsageLimitToJSON, balanceCreditSchemaFromJSON, balanceDisplayFromJSON, balanceFeatureFromJSON, balanceFromJSON, balanceIntervalUnionFromJSON, balanceModelMarkupsFromJSON, balancePriceFromJSON, balanceProviderMarkupsFromJSON, balanceResetFromJSON, balanceRolloverFromJSON, balanceTierFromJSON, balanceToFromJSON, basePriceFromJSON, batchTrackLockToJSON, batchTrackResponseFromJSON, billableToJSON, billingUpdateAddItemPlanItemToJSON, billingUpdateAddItemPriceToJSON, billingUpdateAddItemProrationToJSON, billingUpdateAddItemResetToJSON, billingUpdateAddItemRolloverToJSON, billingUpdateAddItemTierToJSON, billingUpdateAddItemToToJSON, billingUpdateAttachDiscountToJSON, billingUpdateAutoTopupToJSON, billingUpdateBasePriceToJSON, billingUpdateBillingControlsToJSON, billingUpdateCarryOverUsagesToJSON, billingUpdateCustomizeToJSON, billingUpdateFeatureQuantityToJSON, billingUpdateFilterToJSON, billingUpdateFreeTrialParamsToJSON, billingUpdateIntervalUnionToJSON, billingUpdateInvoiceFromJSON, billingUpdateInvoiceModeToJSON, billingUpdateItemPlanItemToJSON, billingUpdateItemPriceToJSON, billingUpdateItemProrationToJSON, billingUpdateItemResetToJSON, billingUpdateItemRolloverToJSON, billingUpdateItemTierToJSON, billingUpdateItemToToJSON, billingUpdateOverageAllowedToJSON, billingUpdatePlanItemFilterToJSON, billingUpdatePropertiesToJSON, billingUpdatePurchaseLimitToJSON, billingUpdateRecalculateBalancesToJSON, billingUpdateRequiredActionFromJSON, billingUpdateResponseFromJSON, billingUpdateSpendLimitToJSON, 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, createPlanAutoTopupRequestToJSON, createPlanAutoTopupResponseFromJSON, createPlanBasePriceFromJSON, createPlanBillingControlsRequestToJSON, createPlanBillingControlsResponseFromJSON, createPlanConfigRequestToJSON, createPlanConfigResponseFromJSON, createPlanCreditSchemaFromJSON, createPlanCustomerEligibilityFromJSON, createPlanCustomizeFromJSON, createPlanFeatureDisplayFromJSON, createPlanFeatureFromJSON, createPlanFilterRequestToJSON, createPlanFilterResponseFromJSON, createPlanFreeTrialParamsFromJSON, createPlanFreeTrialResponseFromJSON, createPlanIntervalUnionFromJSON, createPlanItemDisplayFromJSON, createPlanItemFromJSON, createPlanItemPlanItemToJSON, createPlanItemPriceRequestBodyToJSON, createPlanItemPriceResponseFromJSON, createPlanItemProrationToJSON, createPlanItemResetResponseFromJSON, createPlanItemRolloverResponseFromJSON, createPlanItemTierResponseFromJSON, createPlanItemToResponseFromJSON, createPlanOverageAllowedRequestToJSON, createPlanOverageAllowedResponseFromJSON, createPlanParamsToJSON, createPlanPlanItemFilterFromJSON, createPlanPlanItemResponseFromJSON, createPlanPriceDisplayFromJSON, createPlanPriceRequestBodyToJSON, createPlanPriceResponseFromJSON, createPlanPropertiesToJSON, createPlanProrationResponseFromJSON, createPlanPurchaseLimitRequestToJSON, createPlanPurchaseLimitResponseFromJSON, createPlanResetRequestBodyToJSON, createPlanResponseFromJSON, createPlanRolloverRequestBodyToJSON, createPlanSpendLimitRequestToJSON, createPlanSpendLimitResponseFromJSON, createPlanTierRequestBodyToJSON, createPlanToRequestBodyToJSON, createPlanUsageAlertRequestBodyToJSON, createPlanUsageAlertResponseFromJSON, createPlanUsageLimitRequestToJSON, createPlanUsageLimitResponseFromJSON, createPlanVariantDetailsAutoTopupFromJSON, createPlanVariantDetailsBillingControlsFromJSON, createPlanVariantDetailsFilterFromJSON, createPlanVariantDetailsFromJSON, createPlanVariantDetailsOverageAllowedFromJSON, createPlanVariantDetailsPriceFromJSON, createPlanVariantDetailsPurchaseLimitFromJSON, createPlanVariantDetailsResetFromJSON, createPlanVariantDetailsRolloverFromJSON, createPlanVariantDetailsSpendLimitFromJSON, createPlanVariantDetailsTierFromJSON, createPlanVariantDetailsToFromJSON, createPlanVariantDetailsUsageAlertFromJSON, createPlanVariantDetailsUsageLimitFromJSON, createReferralCodeParamsToJSON, createReferralCodeResponseFromJSON, createScheduleAddItemPlanItem2ToJSON, createScheduleAddItemPrice2ToJSON, createScheduleAddItemProration2ToJSON, createScheduleAddItemReset2ToJSON, createScheduleAddItemRollover2ToJSON, createScheduleAddItemTier2ToJSON, createScheduleAttachDiscountToJSON, createScheduleAutoTopup2ToJSON, createScheduleBasePrice2ToJSON, createScheduleBillingControls2ToJSON, createScheduleCustomize2ToJSON, createScheduleFeatureQuantity2ToJSON, createScheduleFilter2ToJSON, createScheduleIntervalUnion2ToJSON, createScheduleInvoiceFromJSON, createScheduleInvoiceModeToJSON, 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, 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, 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, getPlanAutoTopupFromJSON, getPlanBasePriceFromJSON, getPlanBillingControlsFromJSON, getPlanConfigFromJSON, getPlanCreditSchemaFromJSON, getPlanCustomerEligibilityFromJSON, getPlanCustomizeFromJSON, getPlanFeatureDisplayFromJSON, getPlanFeatureFromJSON, getPlanFilterFromJSON, getPlanFreeTrialFromJSON, getPlanFreeTrialParamsFromJSON, getPlanIntervalUnionFromJSON, getPlanItemDisplayFromJSON, getPlanItemFromJSON, getPlanItemPriceFromJSON, getPlanItemResetFromJSON, getPlanItemRolloverFromJSON, getPlanItemTierFromJSON, getPlanItemToFromJSON, getPlanOverageAllowedFromJSON, getPlanParamsToJSON, getPlanPlanItemFilterFromJSON, getPlanPlanItemFromJSON, getPlanPriceDisplayFromJSON, getPlanPriceFromJSON, getPlanProrationFromJSON, getPlanPurchaseLimitFromJSON, getPlanResponseFromJSON, getPlanSpendLimitFromJSON, getPlanUsageAlertFromJSON, getPlanUsageLimitFromJSON, getPlanVariantDetailsAutoTopupFromJSON, getPlanVariantDetailsBillingControlsFromJSON, getPlanVariantDetailsFilterFromJSON, getPlanVariantDetailsFromJSON, getPlanVariantDetailsOverageAllowedFromJSON, getPlanVariantDetailsPriceFromJSON, getPlanVariantDetailsPurchaseLimitFromJSON, getPlanVariantDetailsResetFromJSON, getPlanVariantDetailsRolloverFromJSON, getPlanVariantDetailsSpendLimitFromJSON, getPlanVariantDetailsTierFromJSON, getPlanVariantDetailsToFromJSON, getPlanVariantDetailsUsageAlertFromJSON, getPlanVariantDetailsUsageLimitFromJSON, getRevenueCatKeysAppFromJSON, getRevenueCatKeysParamsToJSON, getRevenueCatKeysResponseFromJSON, grantFromJSON, importBalanceToJSON, importCustomerDataToJSON, importFeatureQuantityToJSON, importFilterToJSON, importPlanToJSON, importProcessorToJSON, includedUsage1FromJSON, includedUsage2FromJSON, invoiceFromJSON, itemFromJSON, linkRevenueCatParamsToJSON, linkRevenueCatResponseFromJSON, linkToJSON, listCustomersAutoTopupFromJSON, listCustomersBillingControlsFromJSON, listCustomersConfigFromJSON, listCustomersCreditSchemaFromJSON, listCustomersDisplayFromJSON, listCustomersFeatureFromJSON, listCustomersFilterFromJSON, listCustomersFlagsFromJSON, 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, listPlansAutoTopupFromJSON, listPlansBasePriceFromJSON, listPlansBillingControlsFromJSON, listPlansConfigFromJSON, listPlansCreditSchemaFromJSON, listPlansCustomerEligibilityFromJSON, listPlansCustomizeFromJSON, listPlansFeatureDisplayFromJSON, listPlansFeatureFromJSON, listPlansFilterFromJSON, listPlansFreeTrialFromJSON, listPlansFreeTrialParamsFromJSON, listPlansIntervalUnionFromJSON, listPlansItemDisplayFromJSON, listPlansItemFromJSON, listPlansItemPriceFromJSON, listPlansItemResetFromJSON, listPlansItemRolloverFromJSON, listPlansItemTierFromJSON, listPlansListFromJSON, listPlansOverageAllowedFromJSON, listPlansParamsToJSON, listPlansPlanItemFilterFromJSON, listPlansPlanItemFromJSON, listPlansPriceDisplayFromJSON, listPlansPriceFromJSON, listPlansProrationFromJSON, listPlansPurchaseLimitFromJSON, listPlansResponseFromJSON, listPlansSpendLimitFromJSON, listPlansToFromJSON, listPlansUsageAlertFromJSON, listPlansUsageLimitFromJSON, listPlansVariantDetailsAutoTopupFromJSON, listPlansVariantDetailsBillingControlsFromJSON, listPlansVariantDetailsFilterFromJSON, listPlansVariantDetailsFromJSON, listPlansVariantDetailsOverageAllowedFromJSON, listPlansVariantDetailsPriceFromJSON, listPlansVariantDetailsPurchaseLimitFromJSON, listPlansVariantDetailsResetFromJSON, listPlansVariantDetailsRolloverFromJSON, listPlansVariantDetailsSpendLimitFromJSON, listPlansVariantDetailsTierFromJSON, listPlansVariantDetailsUsageAlertFromJSON, listPlansVariantDetailsUsageLimitFromJSON, listRewardsDurationFromJSON, listRewardsResponseFromJSON, migrationToJSON, mintKeyParamsToJSON, mintKeyResponseFromJSON, multiAttachAttachDiscountToJSON, multiAttachBasePriceToJSON, multiAttachBillingControlsToJSON, multiAttachCustomizeToJSON, multiAttachEntityDataToJSON, multiAttachFeatureQuantityToJSON, multiAttachFilterToJSON, multiAttachFreeTrialParamsToJSON, multiAttachInvoiceFromJSON, multiAttachInvoiceModeToJSON, multiAttachOverageAllowedToJSON, multiAttachParamsToJSON, multiAttachPlanItemToJSON, multiAttachPlanToJSON, multiAttachPriceToJSON, multiAttachPropertiesToJSON, multiAttachProrationToJSON, multiAttachRequiredActionFromJSON, multiAttachResetToJSON, multiAttachResponseFromJSON, multiAttachRolloverToJSON, multiAttachSpendLimitToJSON, multiAttachTierToJSON, multiAttachToToJSON, multiAttachUsageAlertToJSON, multiAttachUsageLimitToJSON, 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, previewAttachAddItemPlanItemToJSON, previewAttachAddItemPriceToJSON, previewAttachAddItemProrationToJSON, previewAttachAddItemResetToJSON, previewAttachAddItemRolloverToJSON, previewAttachAddItemTierToJSON, previewAttachAddItemToToJSON, previewAttachAttachDiscountToJSON, previewAttachAutoTopupToJSON, previewAttachBasePriceToJSON, previewAttachBillingControlsToJSON, previewAttachCarryOverBalancesToJSON, previewAttachCarryOverUsagesToJSON, previewAttachCustomLineItemToJSON, previewAttachCustomizeToJSON, previewAttachDiscountFromJSON, previewAttachFeatureQuantityRequestToJSON, previewAttachFilterToJSON, previewAttachFreeTrialParamsToJSON, previewAttachIncomingFeatureQuantityFromJSON, previewAttachIncomingFromJSON, previewAttachIntervalUnionToJSON, previewAttachInvoiceCreditsFromJSON, previewAttachInvoiceModeToJSON, previewAttachItemPlanItemToJSON, previewAttachItemPriceToJSON, previewAttachItemProrationToJSON, previewAttachItemResetToJSON, previewAttachItemRolloverToJSON, previewAttachItemTierToJSON, previewAttachItemToToJSON, previewAttachLineItemFromJSON, previewAttachLineItemPeriodFromJSON, previewAttachNextCycleDiscountFromJSON, previewAttachNextCycleFromJSON, previewAttachNextCycleLineItemFromJSON, previewAttachNextCycleLineItemPeriodFromJSON, previewAttachOutgoingFeatureQuantityFromJSON, previewAttachOutgoingFromJSON, previewAttachOverageAllowedToJSON, previewAttachParamsToJSON, previewAttachPlanItemFilterToJSON, previewAttachPropertiesToJSON, previewAttachPurchaseLimitToJSON, previewAttachResponseFromJSON, previewAttachSpendLimitToJSON, previewAttachTaxFromJSON, previewAttachUsageAlertToJSON, previewAttachUsageLimitToJSON, previewAttachUsageLineItemFromJSON, previewAttachUsageLineItemPeriodFromJSON, previewMultiAttachAttachDiscountToJSON, previewMultiAttachBasePriceToJSON, previewMultiAttachBillingControlsToJSON, previewMultiAttachCustomizeToJSON, previewMultiAttachDiscountFromJSON, previewMultiAttachEntityDataToJSON, previewMultiAttachFilterToJSON, previewMultiAttachFreeTrialParamsToJSON, previewMultiAttachIncomingFeatureQuantityFromJSON, previewMultiAttachIncomingFromJSON, previewMultiAttachInvoiceCreditsFromJSON, previewMultiAttachInvoiceModeToJSON, previewMultiAttachLineItemFromJSON, previewMultiAttachLineItemPeriodFromJSON, previewMultiAttachNextCycleDiscountFromJSON, previewMultiAttachNextCycleFromJSON, previewMultiAttachNextCycleLineItemFromJSON, previewMultiAttachNextCycleLineItemPeriodFromJSON, previewMultiAttachOutgoingFeatureQuantityFromJSON, previewMultiAttachOutgoingFromJSON, previewMultiAttachOverageAllowedToJSON, previewMultiAttachParamsToJSON, previewMultiAttachPlanFeatureQuantityToJSON, previewMultiAttachPlanItemToJSON, previewMultiAttachPlanToJSON, previewMultiAttachPriceToJSON, previewMultiAttachPropertiesToJSON, previewMultiAttachProrationToJSON, previewMultiAttachResetToJSON, previewMultiAttachResponseFromJSON, previewMultiAttachRolloverToJSON, previewMultiAttachSpendLimitToJSON, previewMultiAttachTaxFromJSON, previewMultiAttachTierToJSON, previewMultiAttachToToJSON, previewMultiAttachUsageAlertToJSON, previewMultiAttachUsageLimitToJSON, previewMultiAttachUsageLineItemFromJSON, previewMultiAttachUsageLineItemPeriodFromJSON, previewUpdateAddItemPlanItemToJSON, previewUpdateAddItemPriceToJSON, previewUpdateAddItemProrationToJSON, previewUpdateAddItemResetToJSON, previewUpdateAddItemRolloverToJSON, previewUpdateAddItemTierToJSON, previewUpdateAddItemToToJSON, previewUpdateAttachDiscountToJSON, previewUpdateAutoTopupToJSON, previewUpdateBasePriceToJSON, previewUpdateBillingControlsToJSON, previewUpdateCarryOverUsagesToJSON, previewUpdateCustomizeToJSON, previewUpdateDiscountFromJSON, previewUpdateFeatureQuantityRequestToJSON, previewUpdateFilterToJSON, previewUpdateFreeTrialParamsToJSON, previewUpdateIncomingFeatureQuantityFromJSON, previewUpdateIncomingFromJSON, previewUpdateIntervalUnionToJSON, previewUpdateInvoiceCreditsFromJSON, previewUpdateInvoiceModeToJSON, previewUpdateItemPlanItemToJSON, previewUpdateItemPriceToJSON, previewUpdateItemProrationToJSON, previewUpdateItemResetToJSON, previewUpdateItemRolloverToJSON, previewUpdateItemTierToJSON, previewUpdateItemToToJSON, previewUpdateLineItemFromJSON, previewUpdateLineItemPeriodFromJSON, previewUpdateNextCycleDiscountFromJSON, previewUpdateNextCycleFromJSON, previewUpdateNextCycleLineItemFromJSON, previewUpdateNextCycleLineItemPeriodFromJSON, previewUpdateOutgoingFeatureQuantityFromJSON, previewUpdateOutgoingFromJSON, previewUpdateOverageAllowedToJSON, previewUpdateParamsToJSON, previewUpdatePlanItemFilterToJSON, previewUpdatePropertiesToJSON, previewUpdatePurchaseLimitToJSON, previewUpdateRecalculateBalancesToJSON, previewUpdateResponseFromJSON, previewUpdateSpendLimitToJSON, previewUpdateTaxFromJSON, previewUpdateUsageAlertToJSON, previewUpdateUsageLimitToJSON, previewUpdateUsageLineItemFromJSON, previewUpdateUsageLineItemPeriodFromJSON, processorsFromJSON, productDisplay1FromJSON, productDisplay2FromJSON, propertiesToJSON, prorationFromJSON, purchaseFromJSON, redeemReferralCodeParamsToJSON, redeemReferralCodeResponseFromJSON, redeemRewardCodeParamsToJSON, redeemRewardCodeResponseFromJSON, referralCustomerFromJSON, referralFromJSON, refreshKeyParamsToJSON, refreshKeyResponseFromJSON, requestBodyToJSON, resultFromJSON, revenuecatFromJSON, revokeKeyParamsToJSON, revokeKeyResponseFromJSON, rewardsFromJSON, rewardsListParamsToJSON, securityToJSON, serverURLFromOptions, setupPaymentAddItemPlanItemToJSON, setupPaymentAddItemPriceToJSON, setupPaymentAddItemProrationToJSON, setupPaymentAddItemResetToJSON, setupPaymentAddItemRolloverToJSON, setupPaymentAddItemTierToJSON, setupPaymentAddItemToToJSON, setupPaymentAttachDiscountToJSON, setupPaymentAutoTopupToJSON, setupPaymentBasePriceToJSON, setupPaymentBillingControlsToJSON, setupPaymentCarryOverBalancesToJSON, setupPaymentCarryOverUsagesToJSON, setupPaymentCustomLineItemToJSON, setupPaymentCustomizeToJSON, setupPaymentFeatureQuantityToJSON, setupPaymentFilterToJSON, setupPaymentFreeTrialParamsToJSON, setupPaymentIntervalUnionToJSON, setupPaymentItemPlanItemToJSON, setupPaymentItemPriceToJSON, setupPaymentItemProrationToJSON, setupPaymentItemResetToJSON, setupPaymentItemRolloverToJSON, setupPaymentItemTierToJSON, setupPaymentItemToToJSON, setupPaymentOverageAllowedToJSON, setupPaymentParamsToJSON, setupPaymentPlanItemFilterToJSON, setupPaymentPropertiesToJSON, setupPaymentPurchaseLimitToJSON, setupPaymentResponseFromJSON, setupPaymentSpendLimitToJSON, 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, index as types, updateBalanceParamsToJSON, updateBalanceResponseFromJSON, updateCustomerAutoTopupRequestToJSON, updateCustomerAutoTopupResponseFromJSON, updateCustomerBillingControlsRequestToJSON, updateCustomerBillingControlsResponseFromJSON, updateCustomerConfigRequestToJSON, updateCustomerConfigResponseFromJSON, updateCustomerCreditSchemaFromJSON, updateCustomerDisplayFromJSON, updateCustomerFeatureFromJSON, updateCustomerFilterRequestToJSON, updateCustomerFilterResponseFromJSON, updateCustomerFlagsFromJSON, 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, updatePlanAutoTopupRequestToJSON, updatePlanAutoTopupResponseFromJSON, updatePlanBasePriceRequestToJSON, updatePlanBasePriceResponseFromJSON, updatePlanBillingControlsRequestToJSON, updatePlanBillingControlsResponseFromJSON, updatePlanConfigRequestToJSON, updatePlanConfigResponseFromJSON, updatePlanCreditSchemaFromJSON, updatePlanCustomerEligibilityFromJSON, updatePlanCustomizeResponseFromJSON, updatePlanFeatureDisplayFromJSON, updatePlanFeatureFromJSON, updatePlanFilterRequestToJSON, updatePlanFilterResponseFromJSON, updatePlanFreeTrialFromJSON, updatePlanFreeTrialParamsRequestToJSON, updatePlanFreeTrialParamsResponseFromJSON, updatePlanItemDisplayFromJSON, updatePlanItemFromJSON, updatePlanItemPlanItemToJSON, updatePlanItemPriceRequestBodyToJSON, updatePlanItemPriceResponseFromJSON, updatePlanItemProrationToJSON, updatePlanItemResetRequestBodyToJSON, updatePlanItemResetResponseFromJSON, updatePlanItemRolloverRequestBodyToJSON, updatePlanItemRolloverResponseFromJSON, updatePlanItemTierRequestBodyToJSON, updatePlanItemTierResponseFromJSON, updatePlanItemToRequestBodyToJSON, updatePlanItemToResponseFromJSON, updatePlanOverageAllowedRequestToJSON, updatePlanOverageAllowedResponseFromJSON, updatePlanParamsToJSON, updatePlanPlanItemFilterResponseFromJSON, updatePlanPlanItemResponseFromJSON, updatePlanPriceDisplayFromJSON, updatePlanPriceResponseFromJSON, updatePlanPropertiesToJSON, updatePlanProrationResponseFromJSON, updatePlanPurchaseLimitRequestToJSON, updatePlanPurchaseLimitResponseFromJSON, updatePlanResponseFromJSON, updatePlanSpendLimitRequestToJSON, updatePlanSpendLimitResponseFromJSON, updatePlanUsageAlertRequestBodyToJSON, updatePlanUsageAlertResponseFromJSON, updatePlanUsageLimitRequestToJSON, updatePlanUsageLimitResponseFromJSON, updatePlanVariantDetailsAutoTopupFromJSON, updatePlanVariantDetailsBillingControlsFromJSON, updatePlanVariantDetailsFilterFromJSON, updatePlanVariantDetailsFromJSON, updatePlanVariantDetailsIntervalUnionFromJSON, updatePlanVariantDetailsOverageAllowedFromJSON, updatePlanVariantDetailsPriceFromJSON, updatePlanVariantDetailsPurchaseLimitFromJSON, updatePlanVariantDetailsResetFromJSON, updatePlanVariantDetailsRolloverFromJSON, updatePlanVariantDetailsSpendLimitFromJSON, updatePlanVariantDetailsTierFromJSON, updatePlanVariantDetailsToFromJSON, updatePlanVariantDetailsUsageAlertFromJSON, updatePlanVariantDetailsUsageLimitFromJSON, updateSubscriptionParamsToJSON, variantAutoTopupToJSON, variantBasePriceToJSON, variantBillingControlsToJSON, variantCustomizeToJSON, variantDetailsFromJSON, variantFilterToJSON, variantFreeTrialParamsToJSON, variantIntervalUnionToJSON, variantMigrationToJSON, variantOverageAllowedToJSON, variantPlanItemFilterToJSON, variantPlanItemToJSON, variantPriceToJSON, variantPropertiesToJSON, variantProrationToJSON, variantPurchaseLimitToJSON, variantResetToJSON, variantRolloverToJSON, variantSpendLimitToJSON, variantTierToJSON, variantToJSON, variantToToJSON, variantUsageAlertToJSON, variantUsageLimitToJSON, vercelFromJSON };