autumn-js 1.2.36 → 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 +693 -147
  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 +693 -147
  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 +693 -147
  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 +693 -147
  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 +693 -147
  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-IYLQYGBL.mjs → chunk-AFWY6NDJ.mjs} +1 -1
  24. package/dist/backend/{chunk-GSQI4FPG.mjs → chunk-AOAGX4AS.mjs} +2 -2
  25. package/dist/backend/{chunk-LXGO7BDG.mjs → chunk-DR35G6GS.mjs} +2 -2
  26. package/dist/backend/{chunk-TYGTZQUO.mjs → chunk-NHBJ3QDV.mjs} +260 -36
  27. package/dist/backend/{chunk-GE4TEGFS.mjs → chunk-PMD3Z6EM.mjs} +1 -1
  28. package/dist/backend/{chunk-DM4U6X6S.mjs → chunk-QLH3M5PR.mjs} +433 -111
  29. package/dist/backend/{chunk-N7GIQBPX.mjs → chunk-UWZYM74E.mjs} +1 -1
  30. package/dist/backend/{chunk-FVAJW2AM.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 +693 -147
  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 +693 -147
  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 +693 -147
  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 +693 -147
  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 +693 -147
  72. package/dist/backend/index.mjs +4 -4
  73. package/dist/backend/{routeTypes-DHddqQr2.d.ts → routeTypes-B0zHyzyX.d.ts} +604 -8
  74. package/dist/backend/{routeTypes-HAwGkZKj.d.mts → routeTypes-M8hsq6U-.d.mts} +604 -8
  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-EXXLFTJH.mjs → chunk-HCM5WABX.mjs} +434 -112
  78. package/dist/better-auth/index.js +693 -147
  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 +693 -147
  85. package/dist/better-auth/utils/handleBetterAuthRoute.mjs +2 -2
  86. package/dist/better-auth/utils/index.js +693 -147
  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 +960 -16
  133. package/dist/sdk/index.d.ts +960 -16
  134. package/dist/sdk/index.js +848 -125
  135. package/dist/sdk/index.mjs +737 -120
  136. package/package.json +1 -1
@@ -1588,7 +1588,8 @@ var AttachPlanSchedule = {
1588
1588
  var AttachCode = {
1589
1589
  ThreedsRequired: "3ds_required",
1590
1590
  PaymentMethodRequired: "payment_method_required",
1591
- PaymentFailed: "payment_failed"
1591
+ PaymentFailed: "payment_failed",
1592
+ PaymentProcessing: "payment_processing"
1592
1593
  };
1593
1594
  var AttachFeatureQuantity$outboundSchema = z64.pipe(
1594
1595
  z64.object({
@@ -1977,13 +1978,15 @@ var AttachSpendLimit$outboundSchema = z64.pipe(
1977
1978
  featureId: z64.optional(z64.string()),
1978
1979
  enabled: z64._default(z64.boolean(), false),
1979
1980
  limitType: z64.optional(AttachLimitType$outboundSchema),
1980
- overageLimit: z64.optional(z64.number())
1981
+ overageLimit: z64.optional(z64.number()),
1982
+ skipOverageBilling: z64.optional(z64.boolean())
1981
1983
  }),
1982
1984
  z64.transform((v) => {
1983
1985
  return remap(v, {
1984
1986
  featureId: "feature_id",
1985
1987
  limitType: "limit_type",
1986
- overageLimit: "overage_limit"
1988
+ overageLimit: "overage_limit",
1989
+ skipOverageBilling: "skip_overage_billing"
1987
1990
  });
1988
1991
  })
1989
1992
  );
@@ -1993,12 +1996,28 @@ function attachSpendLimitToJSON(attachSpendLimit) {
1993
1996
  );
1994
1997
  }
1995
1998
  var AttachUsageLimitInterval$outboundSchema = z64.enum(AttachUsageLimitInterval);
1999
+ var AttachProperties$outboundSchema = smartUnion([z64.string(), z64.number(), z64.boolean()]);
2000
+ function attachPropertiesToJSON(attachProperties) {
2001
+ return JSON.stringify(
2002
+ AttachProperties$outboundSchema.parse(attachProperties)
2003
+ );
2004
+ }
2005
+ var AttachFilter$outboundSchema = z64.object({
2006
+ properties: z64.record(
2007
+ z64.string(),
2008
+ smartUnion([z64.string(), z64.number(), z64.boolean()])
2009
+ )
2010
+ });
2011
+ function attachFilterToJSON(attachFilter) {
2012
+ return JSON.stringify(AttachFilter$outboundSchema.parse(attachFilter));
2013
+ }
1996
2014
  var AttachUsageLimit$outboundSchema = z64.pipe(
1997
2015
  z64.object({
1998
2016
  featureId: z64.string(),
1999
2017
  enabled: z64._default(z64.boolean(), true),
2000
2018
  limit: z64.number(),
2001
- interval: AttachUsageLimitInterval$outboundSchema
2019
+ interval: AttachUsageLimitInterval$outboundSchema,
2020
+ filter: z64.optional(z64.lazy(() => AttachFilter$outboundSchema))
2002
2021
  }),
2003
2022
  z64.transform((v) => {
2004
2023
  return remap(v, {
@@ -2826,10 +2845,15 @@ var BillingUpdateCancelAction = {
2826
2845
  CancelEndOfCycle: "cancel_end_of_cycle",
2827
2846
  Uncancel: "uncancel"
2828
2847
  };
2848
+ var BillingUpdateRefundLastPayment = {
2849
+ Prorated: "prorated",
2850
+ Full: "full"
2851
+ };
2829
2852
  var BillingUpdateCode = {
2830
2853
  ThreedsRequired: "3ds_required",
2831
2854
  PaymentMethodRequired: "payment_method_required",
2832
- PaymentFailed: "payment_failed"
2855
+ PaymentFailed: "payment_failed",
2856
+ PaymentProcessing: "payment_processing"
2833
2857
  };
2834
2858
  var BillingUpdateFeatureQuantity$outboundSchema = z64.pipe(
2835
2859
  z64.object({
@@ -3262,13 +3286,15 @@ var BillingUpdateSpendLimit$outboundSchema = z64.pipe(
3262
3286
  featureId: z64.optional(z64.string()),
3263
3287
  enabled: z64._default(z64.boolean(), false),
3264
3288
  limitType: z64.optional(BillingUpdateLimitType$outboundSchema),
3265
- overageLimit: z64.optional(z64.number())
3289
+ overageLimit: z64.optional(z64.number()),
3290
+ skipOverageBilling: z64.optional(z64.boolean())
3266
3291
  }),
3267
3292
  z64.transform((v) => {
3268
3293
  return remap(v, {
3269
3294
  featureId: "feature_id",
3270
3295
  limitType: "limit_type",
3271
- overageLimit: "overage_limit"
3296
+ overageLimit: "overage_limit",
3297
+ skipOverageBilling: "skip_overage_billing"
3272
3298
  });
3273
3299
  })
3274
3300
  );
@@ -3278,12 +3304,30 @@ function billingUpdateSpendLimitToJSON(billingUpdateSpendLimit) {
3278
3304
  );
3279
3305
  }
3280
3306
  var BillingUpdateUsageLimitInterval$outboundSchema = z64.enum(BillingUpdateUsageLimitInterval);
3307
+ var BillingUpdateProperties$outboundSchema = smartUnion([z64.string(), z64.number(), z64.boolean()]);
3308
+ function billingUpdatePropertiesToJSON(billingUpdateProperties) {
3309
+ return JSON.stringify(
3310
+ BillingUpdateProperties$outboundSchema.parse(billingUpdateProperties)
3311
+ );
3312
+ }
3313
+ var BillingUpdateFilter$outboundSchema = z64.object({
3314
+ properties: z64.record(
3315
+ z64.string(),
3316
+ smartUnion([z64.string(), z64.number(), z64.boolean()])
3317
+ )
3318
+ });
3319
+ function billingUpdateFilterToJSON(billingUpdateFilter) {
3320
+ return JSON.stringify(
3321
+ BillingUpdateFilter$outboundSchema.parse(billingUpdateFilter)
3322
+ );
3323
+ }
3281
3324
  var BillingUpdateUsageLimit$outboundSchema = z64.pipe(
3282
3325
  z64.object({
3283
3326
  featureId: z64.string(),
3284
3327
  enabled: z64._default(z64.boolean(), true),
3285
3328
  limit: z64.number(),
3286
- interval: BillingUpdateUsageLimitInterval$outboundSchema
3329
+ interval: BillingUpdateUsageLimitInterval$outboundSchema,
3330
+ filter: z64.optional(z64.lazy(() => BillingUpdateFilter$outboundSchema))
3287
3331
  }),
3288
3332
  z64.transform((v) => {
3289
3333
  return remap(v, {
@@ -3448,6 +3492,7 @@ function billingUpdateAttachDiscountToJSON(billingUpdateAttachDiscount) {
3448
3492
  );
3449
3493
  }
3450
3494
  var BillingUpdateCancelAction$outboundSchema = z64.enum(BillingUpdateCancelAction);
3495
+ var BillingUpdateRefundLastPayment$outboundSchema = z64.enum(BillingUpdateRefundLastPayment);
3451
3496
  var BillingUpdateRecalculateBalances$outboundSchema = z64.object({
3452
3497
  enabled: z64.boolean()
3453
3498
  });
@@ -3503,6 +3548,9 @@ var UpdateSubscriptionParams$outboundSchema = z64.pipe(
3503
3548
  cancelAction: z64.optional(BillingUpdateCancelAction$outboundSchema),
3504
3549
  billingCycleAnchor: z64.optional(z64.literal("now")),
3505
3550
  noBillingChanges: z64.optional(z64.boolean()),
3551
+ refundLastPayment: z64.optional(
3552
+ BillingUpdateRefundLastPayment$outboundSchema
3553
+ ),
3506
3554
  recalculateBalances: z64.optional(
3507
3555
  z64.lazy(() => BillingUpdateRecalculateBalances$outboundSchema)
3508
3556
  ),
@@ -3523,6 +3571,7 @@ var UpdateSubscriptionParams$outboundSchema = z64.pipe(
3523
3571
  cancelAction: "cancel_action",
3524
3572
  billingCycleAnchor: "billing_cycle_anchor",
3525
3573
  noBillingChanges: "no_billing_changes",
3574
+ refundLastPayment: "refund_last_payment",
3526
3575
  recalculateBalances: "recalculate_balances",
3527
3576
  carryOverUsages: "carry_over_usages"
3528
3577
  });
@@ -4169,13 +4218,15 @@ var CheckSpendLimit2$inboundSchema = z64.pipe(
4169
4218
  feature_id: optional3(string4()),
4170
4219
  enabled: z64._default(boolean2(), false),
4171
4220
  limit_type: optional3(CheckLimitType2$inboundSchema),
4172
- overage_limit: optional3(number2())
4221
+ overage_limit: optional3(number2()),
4222
+ skip_overage_billing: optional3(boolean2())
4173
4223
  }),
4174
4224
  z64.transform((v) => {
4175
4225
  return remap(v, {
4176
4226
  "feature_id": "featureId",
4177
4227
  "limit_type": "limitType",
4178
- "overage_limit": "overageLimit"
4228
+ "overage_limit": "overageLimit",
4229
+ "skip_overage_billing": "skipOverageBilling"
4179
4230
  });
4180
4231
  })
4181
4232
  );
@@ -4187,12 +4238,23 @@ function checkSpendLimit2FromJSON(jsonString) {
4187
4238
  );
4188
4239
  }
4189
4240
  var CheckUsageLimitInterval2$inboundSchema = inboundSchema(CheckUsageLimitInterval2);
4241
+ var CheckFilter2$inboundSchema = z64.object({
4242
+ properties: z64.record(z64.string(), z64.any())
4243
+ });
4244
+ function checkFilter2FromJSON(jsonString) {
4245
+ return safeParse(
4246
+ jsonString,
4247
+ (x) => CheckFilter2$inboundSchema.parse(JSON.parse(x)),
4248
+ `Failed to parse 'CheckFilter2' from JSON`
4249
+ );
4250
+ }
4190
4251
  var CheckUsageLimit2$inboundSchema = z64.pipe(
4191
4252
  z64.object({
4192
4253
  feature_id: string4(),
4193
4254
  enabled: z64._default(boolean2(), true),
4194
4255
  limit: number2(),
4195
- interval: CheckUsageLimitInterval2$inboundSchema
4256
+ interval: CheckUsageLimitInterval2$inboundSchema,
4257
+ filter: optional3(z64.lazy(() => CheckFilter2$inboundSchema))
4196
4258
  }),
4197
4259
  z64.transform((v) => {
4198
4260
  return remap(v, {
@@ -4284,7 +4346,7 @@ function checkBillingControls2FromJSON(jsonString) {
4284
4346
  );
4285
4347
  }
4286
4348
  var ProductScenario2$inboundSchema = inboundSchema(ProductScenario2);
4287
- var Properties2$inboundSchema = z64.pipe(
4349
+ var CheckProperties2$inboundSchema = z64.pipe(
4288
4350
  z64.object({
4289
4351
  is_free: boolean2(),
4290
4352
  is_one_off: boolean2(),
@@ -4301,11 +4363,11 @@ var Properties2$inboundSchema = z64.pipe(
4301
4363
  });
4302
4364
  })
4303
4365
  );
4304
- function properties2FromJSON(jsonString) {
4366
+ function checkProperties2FromJSON(jsonString) {
4305
4367
  return safeParse(
4306
4368
  jsonString,
4307
- (x) => Properties2$inboundSchema.parse(JSON.parse(x)),
4308
- `Failed to parse 'Properties2' from JSON`
4369
+ (x) => CheckProperties2$inboundSchema.parse(JSON.parse(x)),
4370
+ `Failed to parse 'CheckProperties2' from JSON`
4309
4371
  );
4310
4372
  }
4311
4373
  var CheckProduct2$inboundSchema = z64.pipe(
@@ -4326,7 +4388,7 @@ var CheckProduct2$inboundSchema = z64.pipe(
4326
4388
  z64.lazy(() => CheckBillingControls2$inboundSchema)
4327
4389
  ),
4328
4390
  scenario: optional3(ProductScenario2$inboundSchema),
4329
- properties: optional3(z64.lazy(() => Properties2$inboundSchema))
4391
+ properties: optional3(z64.lazy(() => CheckProperties2$inboundSchema))
4330
4392
  }),
4331
4393
  z64.transform((v) => {
4332
4394
  return remap(v, {
@@ -4726,13 +4788,15 @@ var CheckSpendLimit1$inboundSchema = z64.pipe(
4726
4788
  feature_id: optional3(string4()),
4727
4789
  enabled: z64._default(boolean2(), false),
4728
4790
  limit_type: optional3(CheckLimitType1$inboundSchema),
4729
- overage_limit: optional3(number2())
4791
+ overage_limit: optional3(number2()),
4792
+ skip_overage_billing: optional3(boolean2())
4730
4793
  }),
4731
4794
  z64.transform((v) => {
4732
4795
  return remap(v, {
4733
4796
  "feature_id": "featureId",
4734
4797
  "limit_type": "limitType",
4735
- "overage_limit": "overageLimit"
4798
+ "overage_limit": "overageLimit",
4799
+ "skip_overage_billing": "skipOverageBilling"
4736
4800
  });
4737
4801
  })
4738
4802
  );
@@ -4744,12 +4808,23 @@ function checkSpendLimit1FromJSON(jsonString) {
4744
4808
  );
4745
4809
  }
4746
4810
  var CheckUsageLimitInterval1$inboundSchema = inboundSchema(CheckUsageLimitInterval1);
4811
+ var CheckFilter1$inboundSchema = z64.object({
4812
+ properties: z64.record(z64.string(), z64.any())
4813
+ });
4814
+ function checkFilter1FromJSON(jsonString) {
4815
+ return safeParse(
4816
+ jsonString,
4817
+ (x) => CheckFilter1$inboundSchema.parse(JSON.parse(x)),
4818
+ `Failed to parse 'CheckFilter1' from JSON`
4819
+ );
4820
+ }
4747
4821
  var CheckUsageLimit1$inboundSchema = z64.pipe(
4748
4822
  z64.object({
4749
4823
  feature_id: string4(),
4750
4824
  enabled: z64._default(boolean2(), true),
4751
4825
  limit: number2(),
4752
- interval: CheckUsageLimitInterval1$inboundSchema
4826
+ interval: CheckUsageLimitInterval1$inboundSchema,
4827
+ filter: optional3(z64.lazy(() => CheckFilter1$inboundSchema))
4753
4828
  }),
4754
4829
  z64.transform((v) => {
4755
4830
  return remap(v, {
@@ -4841,7 +4916,7 @@ function checkBillingControls1FromJSON(jsonString) {
4841
4916
  );
4842
4917
  }
4843
4918
  var ProductScenario1$inboundSchema = inboundSchema(ProductScenario1);
4844
- var Properties1$inboundSchema = z64.pipe(
4919
+ var CheckProperties1$inboundSchema = z64.pipe(
4845
4920
  z64.object({
4846
4921
  is_free: boolean2(),
4847
4922
  is_one_off: boolean2(),
@@ -4858,11 +4933,11 @@ var Properties1$inboundSchema = z64.pipe(
4858
4933
  });
4859
4934
  })
4860
4935
  );
4861
- function properties1FromJSON(jsonString) {
4936
+ function checkProperties1FromJSON(jsonString) {
4862
4937
  return safeParse(
4863
4938
  jsonString,
4864
- (x) => Properties1$inboundSchema.parse(JSON.parse(x)),
4865
- `Failed to parse 'Properties1' from JSON`
4939
+ (x) => CheckProperties1$inboundSchema.parse(JSON.parse(x)),
4940
+ `Failed to parse 'CheckProperties1' from JSON`
4866
4941
  );
4867
4942
  }
4868
4943
  var CheckProduct1$inboundSchema = z64.pipe(
@@ -4883,7 +4958,7 @@ var CheckProduct1$inboundSchema = z64.pipe(
4883
4958
  z64.lazy(() => CheckBillingControls1$inboundSchema)
4884
4959
  ),
4885
4960
  scenario: optional3(ProductScenario1$inboundSchema),
4886
- properties: optional3(z64.lazy(() => Properties1$inboundSchema))
4961
+ properties: optional3(z64.lazy(() => CheckProperties1$inboundSchema))
4887
4962
  }),
4888
4963
  z64.transform((v) => {
4889
4964
  return remap(v, {
@@ -5126,13 +5201,15 @@ var CustomerDataSpendLimit$outboundSchema = z64.pipe(
5126
5201
  featureId: z64.optional(z64.string()),
5127
5202
  enabled: z64._default(z64.boolean(), false),
5128
5203
  limitType: z64.optional(CustomerDataLimitType$outboundSchema),
5129
- overageLimit: z64.optional(z64.number())
5204
+ overageLimit: z64.optional(z64.number()),
5205
+ skipOverageBilling: z64.optional(z64.boolean())
5130
5206
  }),
5131
5207
  z64.transform((v) => {
5132
5208
  return remap(v, {
5133
5209
  featureId: "feature_id",
5134
5210
  limitType: "limit_type",
5135
- overageLimit: "overage_limit"
5211
+ overageLimit: "overage_limit",
5212
+ skipOverageBilling: "skip_overage_billing"
5136
5213
  });
5137
5214
  })
5138
5215
  );
@@ -5142,12 +5219,28 @@ function customerDataSpendLimitToJSON(customerDataSpendLimit) {
5142
5219
  );
5143
5220
  }
5144
5221
  var CustomerDataUsageLimitInterval$outboundSchema = z64.enum(CustomerDataUsageLimitInterval);
5222
+ var Properties$outboundSchema = smartUnion([z64.string(), z64.number(), z64.boolean()]);
5223
+ function propertiesToJSON(properties) {
5224
+ return JSON.stringify(Properties$outboundSchema.parse(properties));
5225
+ }
5226
+ var CustomerDataFilter$outboundSchema = z64.object({
5227
+ properties: z64.record(
5228
+ z64.string(),
5229
+ smartUnion([z64.string(), z64.number(), z64.boolean()])
5230
+ )
5231
+ });
5232
+ function customerDataFilterToJSON(customerDataFilter) {
5233
+ return JSON.stringify(
5234
+ CustomerDataFilter$outboundSchema.parse(customerDataFilter)
5235
+ );
5236
+ }
5145
5237
  var CustomerDataUsageLimit$outboundSchema = z64.pipe(
5146
5238
  z64.object({
5147
5239
  featureId: z64.string(),
5148
5240
  enabled: z64._default(z64.boolean(), true),
5149
5241
  limit: z64.number(),
5150
- interval: CustomerDataUsageLimitInterval$outboundSchema
5242
+ interval: CustomerDataUsageLimitInterval$outboundSchema,
5243
+ filter: z64.optional(z64.lazy(() => CustomerDataFilter$outboundSchema))
5151
5244
  }),
5152
5245
  z64.transform((v) => {
5153
5246
  return remap(v, {
@@ -6031,13 +6124,15 @@ var PlanVariantDetailsSpendLimit$inboundSchema = z64.pipe(
6031
6124
  feature_id: optional3(string4()),
6032
6125
  enabled: z64._default(boolean2(), false),
6033
6126
  limit_type: optional3(PlanVariantDetailsLimitType$inboundSchema),
6034
- overage_limit: optional3(number2())
6127
+ overage_limit: optional3(number2()),
6128
+ skip_overage_billing: optional3(boolean2())
6035
6129
  }),
6036
6130
  z64.transform((v) => {
6037
6131
  return remap(v, {
6038
6132
  "feature_id": "featureId",
6039
6133
  "limit_type": "limitType",
6040
- "overage_limit": "overageLimit"
6134
+ "overage_limit": "overageLimit",
6135
+ "skip_overage_billing": "skipOverageBilling"
6041
6136
  });
6042
6137
  })
6043
6138
  );
@@ -6049,12 +6144,25 @@ function planVariantDetailsSpendLimitFromJSON(jsonString) {
6049
6144
  );
6050
6145
  }
6051
6146
  var PlanVariantDetailsUsageLimitInterval$inboundSchema = inboundSchema(PlanVariantDetailsUsageLimitInterval);
6147
+ var PlanVariantDetailsFilter$inboundSchema = z64.object({
6148
+ properties: z64.record(z64.string(), z64.any())
6149
+ });
6150
+ function planVariantDetailsFilterFromJSON(jsonString) {
6151
+ return safeParse(
6152
+ jsonString,
6153
+ (x) => PlanVariantDetailsFilter$inboundSchema.parse(JSON.parse(x)),
6154
+ `Failed to parse 'PlanVariantDetailsFilter' from JSON`
6155
+ );
6156
+ }
6052
6157
  var PlanVariantDetailsUsageLimit$inboundSchema = z64.pipe(
6053
6158
  z64.object({
6054
6159
  feature_id: string4(),
6055
6160
  enabled: z64._default(boolean2(), true),
6056
6161
  limit: number2(),
6057
- interval: PlanVariantDetailsUsageLimitInterval$inboundSchema
6162
+ interval: PlanVariantDetailsUsageLimitInterval$inboundSchema,
6163
+ filter: optional3(
6164
+ z64.lazy(() => PlanVariantDetailsFilter$inboundSchema)
6165
+ )
6058
6166
  }),
6059
6167
  z64.transform((v) => {
6060
6168
  return remap(v, {
@@ -6262,13 +6370,15 @@ var PlanSpendLimit$inboundSchema = z64.pipe(
6262
6370
  feature_id: optional3(string4()),
6263
6371
  enabled: z64._default(boolean2(), false),
6264
6372
  limit_type: optional3(PlanLimitType$inboundSchema),
6265
- overage_limit: optional3(number2())
6373
+ overage_limit: optional3(number2()),
6374
+ skip_overage_billing: optional3(boolean2())
6266
6375
  }),
6267
6376
  z64.transform((v) => {
6268
6377
  return remap(v, {
6269
6378
  "feature_id": "featureId",
6270
6379
  "limit_type": "limitType",
6271
- "overage_limit": "overageLimit"
6380
+ "overage_limit": "overageLimit",
6381
+ "skip_overage_billing": "skipOverageBilling"
6272
6382
  });
6273
6383
  })
6274
6384
  );
@@ -6280,12 +6390,23 @@ function planSpendLimitFromJSON(jsonString) {
6280
6390
  );
6281
6391
  }
6282
6392
  var PlanUsageLimitInterval$inboundSchema = inboundSchema(PlanUsageLimitInterval);
6393
+ var PlanFilter$inboundSchema = z64.object({
6394
+ properties: z64.record(z64.string(), z64.any())
6395
+ });
6396
+ function planFilterFromJSON(jsonString) {
6397
+ return safeParse(
6398
+ jsonString,
6399
+ (x) => PlanFilter$inboundSchema.parse(JSON.parse(x)),
6400
+ `Failed to parse 'PlanFilter' from JSON`
6401
+ );
6402
+ }
6283
6403
  var PlanUsageLimit$inboundSchema = z64.pipe(
6284
6404
  z64.object({
6285
6405
  feature_id: string4(),
6286
6406
  enabled: z64._default(boolean2(), true),
6287
6407
  limit: number2(),
6288
- interval: PlanUsageLimitInterval$inboundSchema
6408
+ interval: PlanUsageLimitInterval$inboundSchema,
6409
+ filter: optional3(z64.lazy(() => PlanFilter$inboundSchema))
6289
6410
  }),
6290
6411
  z64.transform((v) => {
6291
6412
  return remap(v, {
@@ -6512,13 +6633,15 @@ var CreateEntitySpendLimitRequest$outboundSchema = z64.pipe(
6512
6633
  featureId: z64.optional(z64.string()),
6513
6634
  enabled: z64._default(z64.boolean(), false),
6514
6635
  limitType: z64.optional(CreateEntityLimitTypeRequestBody$outboundSchema),
6515
- overageLimit: z64.optional(z64.number())
6636
+ overageLimit: z64.optional(z64.number()),
6637
+ skipOverageBilling: z64.optional(z64.boolean())
6516
6638
  }),
6517
6639
  z64.transform((v) => {
6518
6640
  return remap(v, {
6519
6641
  featureId: "feature_id",
6520
6642
  limitType: "limit_type",
6521
- overageLimit: "overage_limit"
6643
+ overageLimit: "overage_limit",
6644
+ skipOverageBilling: "skip_overage_billing"
6522
6645
  });
6523
6646
  })
6524
6647
  );
@@ -6530,12 +6653,30 @@ function createEntitySpendLimitRequestToJSON(createEntitySpendLimitRequest) {
6530
6653
  );
6531
6654
  }
6532
6655
  var CreateEntityIntervalRequestBody$outboundSchema = z64.enum(CreateEntityIntervalRequestBody);
6656
+ var CreateEntityProperties$outboundSchema = smartUnion([z64.string(), z64.number(), z64.boolean()]);
6657
+ function createEntityPropertiesToJSON(createEntityProperties) {
6658
+ return JSON.stringify(
6659
+ CreateEntityProperties$outboundSchema.parse(createEntityProperties)
6660
+ );
6661
+ }
6662
+ var CreateEntityFilterRequest$outboundSchema = z64.object({
6663
+ properties: z64.record(
6664
+ z64.string(),
6665
+ smartUnion([z64.string(), z64.number(), z64.boolean()])
6666
+ )
6667
+ });
6668
+ function createEntityFilterRequestToJSON(createEntityFilterRequest) {
6669
+ return JSON.stringify(
6670
+ CreateEntityFilterRequest$outboundSchema.parse(createEntityFilterRequest)
6671
+ );
6672
+ }
6533
6673
  var CreateEntityUsageLimitRequest$outboundSchema = z64.pipe(
6534
6674
  z64.object({
6535
6675
  featureId: z64.string(),
6536
6676
  enabled: z64._default(z64.boolean(), true),
6537
6677
  limit: z64.number(),
6538
- interval: CreateEntityIntervalRequestBody$outboundSchema
6678
+ interval: CreateEntityIntervalRequestBody$outboundSchema,
6679
+ filter: z64.optional(z64.lazy(() => CreateEntityFilterRequest$outboundSchema))
6539
6680
  }),
6540
6681
  z64.transform((v) => {
6541
6682
  return remap(v, {
@@ -6847,13 +6988,15 @@ var CreateEntitySpendLimitResponse$inboundSchema = z64.pipe(
6847
6988
  feature_id: optional3(string4()),
6848
6989
  enabled: z64._default(boolean2(), false),
6849
6990
  limit_type: optional3(CreateEntityLimitTypeResponse$inboundSchema),
6850
- overage_limit: optional3(number2())
6991
+ overage_limit: optional3(number2()),
6992
+ skip_overage_billing: optional3(boolean2())
6851
6993
  }),
6852
6994
  z64.transform((v) => {
6853
6995
  return remap(v, {
6854
6996
  "feature_id": "featureId",
6855
6997
  "limit_type": "limitType",
6856
- "overage_limit": "overageLimit"
6998
+ "overage_limit": "overageLimit",
6999
+ "skip_overage_billing": "skipOverageBilling"
6857
7000
  });
6858
7001
  })
6859
7002
  );
@@ -6865,12 +7008,25 @@ function createEntitySpendLimitResponseFromJSON(jsonString) {
6865
7008
  );
6866
7009
  }
6867
7010
  var CreateEntityIntervalResponse$inboundSchema = inboundSchema(CreateEntityIntervalResponse);
7011
+ var CreateEntityFilterResponse$inboundSchema = z64.object({
7012
+ properties: z64.record(z64.string(), z64.any())
7013
+ });
7014
+ function createEntityFilterResponseFromJSON(jsonString) {
7015
+ return safeParse(
7016
+ jsonString,
7017
+ (x) => CreateEntityFilterResponse$inboundSchema.parse(JSON.parse(x)),
7018
+ `Failed to parse 'CreateEntityFilterResponse' from JSON`
7019
+ );
7020
+ }
6868
7021
  var CreateEntityUsageLimitResponse$inboundSchema = z64.pipe(
6869
7022
  z64.object({
6870
7023
  feature_id: string4(),
6871
7024
  enabled: z64._default(boolean2(), true),
6872
7025
  limit: number2(),
6873
7026
  interval: CreateEntityIntervalResponse$inboundSchema,
7027
+ filter: optional3(
7028
+ z64.lazy(() => CreateEntityFilterResponse$inboundSchema)
7029
+ ),
6874
7030
  usage: optional3(number2())
6875
7031
  }),
6876
7032
  z64.transform((v) => {
@@ -7784,13 +7940,15 @@ var CreatePlanSpendLimitRequest$outboundSchema = z64.pipe(
7784
7940
  featureId: z64.optional(z64.string()),
7785
7941
  enabled: z64._default(z64.boolean(), false),
7786
7942
  limitType: z64.optional(CreatePlanLimitTypeRequestBody$outboundSchema),
7787
- overageLimit: z64.optional(z64.number())
7943
+ overageLimit: z64.optional(z64.number()),
7944
+ skipOverageBilling: z64.optional(z64.boolean())
7788
7945
  }),
7789
7946
  z64.transform((v) => {
7790
7947
  return remap(v, {
7791
7948
  featureId: "feature_id",
7792
7949
  limitType: "limit_type",
7793
- overageLimit: "overage_limit"
7950
+ overageLimit: "overage_limit",
7951
+ skipOverageBilling: "skip_overage_billing"
7794
7952
  });
7795
7953
  })
7796
7954
  );
@@ -7804,12 +7962,30 @@ function createPlanSpendLimitRequestToJSON(createPlanSpendLimitRequest) {
7804
7962
  var CreatePlanUsageLimitIntervalRequestBody$outboundSchema = z64.enum(
7805
7963
  CreatePlanUsageLimitIntervalRequestBody
7806
7964
  );
7965
+ var CreatePlanProperties$outboundSchema = smartUnion([z64.string(), z64.number(), z64.boolean()]);
7966
+ function createPlanPropertiesToJSON(createPlanProperties) {
7967
+ return JSON.stringify(
7968
+ CreatePlanProperties$outboundSchema.parse(createPlanProperties)
7969
+ );
7970
+ }
7971
+ var CreatePlanFilterRequest$outboundSchema = z64.object({
7972
+ properties: z64.record(
7973
+ z64.string(),
7974
+ smartUnion([z64.string(), z64.number(), z64.boolean()])
7975
+ )
7976
+ });
7977
+ function createPlanFilterRequestToJSON(createPlanFilterRequest) {
7978
+ return JSON.stringify(
7979
+ CreatePlanFilterRequest$outboundSchema.parse(createPlanFilterRequest)
7980
+ );
7981
+ }
7807
7982
  var CreatePlanUsageLimitRequest$outboundSchema = z64.pipe(
7808
7983
  z64.object({
7809
7984
  featureId: z64.string(),
7810
7985
  enabled: z64._default(z64.boolean(), true),
7811
7986
  limit: z64.number(),
7812
- interval: CreatePlanUsageLimitIntervalRequestBody$outboundSchema
7987
+ interval: CreatePlanUsageLimitIntervalRequestBody$outboundSchema,
7988
+ filter: z64.optional(z64.lazy(() => CreatePlanFilterRequest$outboundSchema))
7813
7989
  }),
7814
7990
  z64.transform((v) => {
7815
7991
  return remap(v, {
@@ -8511,13 +8687,15 @@ var CreatePlanVariantDetailsSpendLimit$inboundSchema = z64.pipe(
8511
8687
  feature_id: optional3(string4()),
8512
8688
  enabled: z64._default(boolean2(), false),
8513
8689
  limit_type: optional3(CreatePlanVariantDetailsLimitType$inboundSchema),
8514
- overage_limit: optional3(number2())
8690
+ overage_limit: optional3(number2()),
8691
+ skip_overage_billing: optional3(boolean2())
8515
8692
  }),
8516
8693
  z64.transform((v) => {
8517
8694
  return remap(v, {
8518
8695
  "feature_id": "featureId",
8519
8696
  "limit_type": "limitType",
8520
- "overage_limit": "overageLimit"
8697
+ "overage_limit": "overageLimit",
8698
+ "skip_overage_billing": "skipOverageBilling"
8521
8699
  });
8522
8700
  })
8523
8701
  );
@@ -8529,12 +8707,25 @@ function createPlanVariantDetailsSpendLimitFromJSON(jsonString) {
8529
8707
  );
8530
8708
  }
8531
8709
  var CreatePlanVariantDetailsUsageLimitInterval$inboundSchema = inboundSchema(CreatePlanVariantDetailsUsageLimitInterval);
8710
+ var CreatePlanVariantDetailsFilter$inboundSchema = z64.object({
8711
+ properties: z64.record(z64.string(), z64.any())
8712
+ });
8713
+ function createPlanVariantDetailsFilterFromJSON(jsonString) {
8714
+ return safeParse(
8715
+ jsonString,
8716
+ (x) => CreatePlanVariantDetailsFilter$inboundSchema.parse(JSON.parse(x)),
8717
+ `Failed to parse 'CreatePlanVariantDetailsFilter' from JSON`
8718
+ );
8719
+ }
8532
8720
  var CreatePlanVariantDetailsUsageLimit$inboundSchema = z64.pipe(
8533
8721
  z64.object({
8534
8722
  feature_id: string4(),
8535
8723
  enabled: z64._default(boolean2(), true),
8536
8724
  limit: number2(),
8537
- interval: CreatePlanVariantDetailsUsageLimitInterval$inboundSchema
8725
+ interval: CreatePlanVariantDetailsUsageLimitInterval$inboundSchema,
8726
+ filter: optional3(
8727
+ z64.lazy(() => CreatePlanVariantDetailsFilter$inboundSchema)
8728
+ )
8538
8729
  }),
8539
8730
  z64.transform((v) => {
8540
8731
  return remap(v, {
@@ -8748,13 +8939,15 @@ var CreatePlanSpendLimitResponse$inboundSchema = z64.pipe(
8748
8939
  feature_id: optional3(string4()),
8749
8940
  enabled: z64._default(boolean2(), false),
8750
8941
  limit_type: optional3(CreatePlanLimitTypeResponse$inboundSchema),
8751
- overage_limit: optional3(number2())
8942
+ overage_limit: optional3(number2()),
8943
+ skip_overage_billing: optional3(boolean2())
8752
8944
  }),
8753
8945
  z64.transform((v) => {
8754
8946
  return remap(v, {
8755
8947
  "feature_id": "featureId",
8756
8948
  "limit_type": "limitType",
8757
- "overage_limit": "overageLimit"
8949
+ "overage_limit": "overageLimit",
8950
+ "skip_overage_billing": "skipOverageBilling"
8758
8951
  });
8759
8952
  })
8760
8953
  );
@@ -8766,12 +8959,25 @@ function createPlanSpendLimitResponseFromJSON(jsonString) {
8766
8959
  );
8767
8960
  }
8768
8961
  var CreatePlanUsageLimitIntervalResponse$inboundSchema = inboundSchema(CreatePlanUsageLimitIntervalResponse);
8962
+ var CreatePlanFilterResponse$inboundSchema = z64.object({
8963
+ properties: z64.record(z64.string(), z64.any())
8964
+ });
8965
+ function createPlanFilterResponseFromJSON(jsonString) {
8966
+ return safeParse(
8967
+ jsonString,
8968
+ (x) => CreatePlanFilterResponse$inboundSchema.parse(JSON.parse(x)),
8969
+ `Failed to parse 'CreatePlanFilterResponse' from JSON`
8970
+ );
8971
+ }
8769
8972
  var CreatePlanUsageLimitResponse$inboundSchema = z64.pipe(
8770
8973
  z64.object({
8771
8974
  feature_id: string4(),
8772
8975
  enabled: z64._default(boolean2(), true),
8773
8976
  limit: number2(),
8774
- interval: CreatePlanUsageLimitIntervalResponse$inboundSchema
8977
+ interval: CreatePlanUsageLimitIntervalResponse$inboundSchema,
8978
+ filter: optional3(
8979
+ z64.lazy(() => CreatePlanFilterResponse$inboundSchema)
8980
+ )
8775
8981
  }),
8776
8982
  z64.transform((v) => {
8777
8983
  return remap(v, {
@@ -9137,7 +9343,8 @@ var CreateScheduleStatus = {
9137
9343
  var CreateScheduleCode = {
9138
9344
  ThreedsRequired: "3ds_required",
9139
9345
  PaymentMethodRequired: "payment_method_required",
9140
- PaymentFailed: "payment_failed"
9346
+ PaymentFailed: "payment_failed",
9347
+ PaymentProcessing: "payment_processing"
9141
9348
  };
9142
9349
  var CreateScheduleInvoiceMode$outboundSchema = z64.pipe(
9143
9350
  z64.object({
@@ -9617,13 +9824,15 @@ var CreateScheduleSpendLimit2$outboundSchema = z64.pipe(
9617
9824
  featureId: z64.optional(z64.string()),
9618
9825
  enabled: z64._default(z64.boolean(), false),
9619
9826
  limitType: z64.optional(CreateScheduleLimitType2$outboundSchema),
9620
- overageLimit: z64.optional(z64.number())
9827
+ overageLimit: z64.optional(z64.number()),
9828
+ skipOverageBilling: z64.optional(z64.boolean())
9621
9829
  }),
9622
9830
  z64.transform((v) => {
9623
9831
  return remap(v, {
9624
9832
  featureId: "feature_id",
9625
9833
  limitType: "limit_type",
9626
- overageLimit: "overage_limit"
9834
+ overageLimit: "overage_limit",
9835
+ skipOverageBilling: "skip_overage_billing"
9627
9836
  });
9628
9837
  })
9629
9838
  );
@@ -9633,12 +9842,21 @@ function createScheduleSpendLimit2ToJSON(createScheduleSpendLimit2) {
9633
9842
  );
9634
9843
  }
9635
9844
  var CreateScheduleUsageLimitInterval2$outboundSchema = z64.enum(CreateScheduleUsageLimitInterval2);
9845
+ var CreateScheduleFilter2$outboundSchema = z64.object({
9846
+ properties: z64.record(z64.string(), z64.any())
9847
+ });
9848
+ function createScheduleFilter2ToJSON(createScheduleFilter2) {
9849
+ return JSON.stringify(
9850
+ CreateScheduleFilter2$outboundSchema.parse(createScheduleFilter2)
9851
+ );
9852
+ }
9636
9853
  var CreateScheduleUsageLimit2$outboundSchema = z64.pipe(
9637
9854
  z64.object({
9638
9855
  featureId: z64.string(),
9639
9856
  enabled: z64._default(z64.boolean(), true),
9640
9857
  limit: z64.number(),
9641
- interval: CreateScheduleUsageLimitInterval2$outboundSchema
9858
+ interval: CreateScheduleUsageLimitInterval2$outboundSchema,
9859
+ filter: z64.optional(z64.lazy(() => CreateScheduleFilter2$outboundSchema))
9642
9860
  }),
9643
9861
  z64.transform((v) => {
9644
9862
  return remap(v, {
@@ -10102,13 +10320,15 @@ var CustomerSpendLimit$inboundSchema = z64.pipe(
10102
10320
  feature_id: optional3(string4()),
10103
10321
  enabled: z64._default(boolean2(), false),
10104
10322
  limit_type: optional3(CustomerLimitType$inboundSchema),
10105
- overage_limit: optional3(number2())
10323
+ overage_limit: optional3(number2()),
10324
+ skip_overage_billing: optional3(boolean2())
10106
10325
  }),
10107
10326
  z64.transform((v) => {
10108
10327
  return remap(v, {
10109
10328
  "feature_id": "featureId",
10110
10329
  "limit_type": "limitType",
10111
- "overage_limit": "overageLimit"
10330
+ "overage_limit": "overageLimit",
10331
+ "skip_overage_billing": "skipOverageBilling"
10112
10332
  });
10113
10333
  })
10114
10334
  );
@@ -10120,12 +10340,23 @@ function customerSpendLimitFromJSON(jsonString) {
10120
10340
  );
10121
10341
  }
10122
10342
  var CustomerUsageLimitInterval$inboundSchema = inboundSchema(CustomerUsageLimitInterval);
10343
+ var CustomerFilter$inboundSchema = z64.object({
10344
+ properties: z64.record(z64.string(), z64.any())
10345
+ });
10346
+ function customerFilterFromJSON(jsonString) {
10347
+ return safeParse(
10348
+ jsonString,
10349
+ (x) => CustomerFilter$inboundSchema.parse(JSON.parse(x)),
10350
+ `Failed to parse 'CustomerFilter' from JSON`
10351
+ );
10352
+ }
10123
10353
  var CustomerUsageLimit$inboundSchema = z64.pipe(
10124
10354
  z64.object({
10125
10355
  feature_id: string4(),
10126
10356
  enabled: z64._default(boolean2(), true),
10127
10357
  limit: number2(),
10128
10358
  interval: CustomerUsageLimitInterval$inboundSchema,
10359
+ filter: optional3(z64.lazy(() => CustomerFilter$inboundSchema)),
10129
10360
  usage: optional3(number2())
10130
10361
  }),
10131
10362
  z64.transform((v) => {
@@ -11056,13 +11287,15 @@ var GetCustomerSpendLimit$inboundSchema = z64.pipe(
11056
11287
  feature_id: optional3(string4()),
11057
11288
  enabled: z64._default(boolean2(), false),
11058
11289
  limit_type: optional3(GetCustomerLimitType$inboundSchema),
11059
- overage_limit: optional3(number2())
11290
+ overage_limit: optional3(number2()),
11291
+ skip_overage_billing: optional3(boolean2())
11060
11292
  }),
11061
11293
  z64.transform((v) => {
11062
11294
  return remap(v, {
11063
11295
  "feature_id": "featureId",
11064
11296
  "limit_type": "limitType",
11065
- "overage_limit": "overageLimit"
11297
+ "overage_limit": "overageLimit",
11298
+ "skip_overage_billing": "skipOverageBilling"
11066
11299
  });
11067
11300
  })
11068
11301
  );
@@ -11074,12 +11307,23 @@ function getCustomerSpendLimitFromJSON(jsonString) {
11074
11307
  );
11075
11308
  }
11076
11309
  var GetCustomerUsageLimitInterval$inboundSchema = inboundSchema(GetCustomerUsageLimitInterval);
11310
+ var GetCustomerFilter$inboundSchema = z64.object({
11311
+ properties: z64.record(z64.string(), z64.any())
11312
+ });
11313
+ function getCustomerFilterFromJSON(jsonString) {
11314
+ return safeParse(
11315
+ jsonString,
11316
+ (x) => GetCustomerFilter$inboundSchema.parse(JSON.parse(x)),
11317
+ `Failed to parse 'GetCustomerFilter' from JSON`
11318
+ );
11319
+ }
11077
11320
  var GetCustomerUsageLimit$inboundSchema = z64.pipe(
11078
11321
  z64.object({
11079
11322
  feature_id: string4(),
11080
11323
  enabled: z64._default(boolean2(), true),
11081
11324
  limit: number2(),
11082
11325
  interval: GetCustomerUsageLimitInterval$inboundSchema,
11326
+ filter: optional3(z64.lazy(() => GetCustomerFilter$inboundSchema)),
11083
11327
  usage: optional3(number2())
11084
11328
  }),
11085
11329
  z64.transform((v) => {
@@ -11898,13 +12142,15 @@ var GetEntitySpendLimit$inboundSchema = z64.pipe(
11898
12142
  feature_id: optional3(string4()),
11899
12143
  enabled: z64._default(boolean2(), false),
11900
12144
  limit_type: optional3(GetEntityLimitType$inboundSchema),
11901
- overage_limit: optional3(number2())
12145
+ overage_limit: optional3(number2()),
12146
+ skip_overage_billing: optional3(boolean2())
11902
12147
  }),
11903
12148
  z64.transform((v) => {
11904
12149
  return remap(v, {
11905
12150
  "feature_id": "featureId",
11906
12151
  "limit_type": "limitType",
11907
- "overage_limit": "overageLimit"
12152
+ "overage_limit": "overageLimit",
12153
+ "skip_overage_billing": "skipOverageBilling"
11908
12154
  });
11909
12155
  })
11910
12156
  );
@@ -11916,12 +12162,23 @@ function getEntitySpendLimitFromJSON(jsonString) {
11916
12162
  );
11917
12163
  }
11918
12164
  var GetEntityInterval$inboundSchema = inboundSchema(GetEntityInterval);
12165
+ var GetEntityFilter$inboundSchema = z64.object({
12166
+ properties: z64.record(z64.string(), z64.any())
12167
+ });
12168
+ function getEntityFilterFromJSON(jsonString) {
12169
+ return safeParse(
12170
+ jsonString,
12171
+ (x) => GetEntityFilter$inboundSchema.parse(JSON.parse(x)),
12172
+ `Failed to parse 'GetEntityFilter' from JSON`
12173
+ );
12174
+ }
11919
12175
  var GetEntityUsageLimit$inboundSchema = z64.pipe(
11920
12176
  z64.object({
11921
12177
  feature_id: string4(),
11922
12178
  enabled: z64._default(boolean2(), true),
11923
12179
  limit: number2(),
11924
12180
  interval: GetEntityInterval$inboundSchema,
12181
+ filter: optional3(z64.lazy(() => GetEntityFilter$inboundSchema)),
11925
12182
  usage: optional3(number2())
11926
12183
  }),
11927
12184
  z64.transform((v) => {
@@ -12272,13 +12529,15 @@ var GetOrCreateCustomerSpendLimit$outboundSchema = z64.pipe(
12272
12529
  featureId: z64.optional(z64.string()),
12273
12530
  enabled: z64._default(z64.boolean(), false),
12274
12531
  limitType: z64.optional(GetOrCreateCustomerLimitType$outboundSchema),
12275
- overageLimit: z64.optional(z64.number())
12532
+ overageLimit: z64.optional(z64.number()),
12533
+ skipOverageBilling: z64.optional(z64.boolean())
12276
12534
  }),
12277
12535
  z64.transform((v) => {
12278
12536
  return remap(v, {
12279
12537
  featureId: "feature_id",
12280
12538
  limitType: "limit_type",
12281
- overageLimit: "overage_limit"
12539
+ overageLimit: "overage_limit",
12540
+ skipOverageBilling: "skip_overage_billing"
12282
12541
  });
12283
12542
  })
12284
12543
  );
@@ -12292,12 +12551,32 @@ function getOrCreateCustomerSpendLimitToJSON(getOrCreateCustomerSpendLimit) {
12292
12551
  var GetOrCreateCustomerUsageLimitInterval$outboundSchema = z64.enum(
12293
12552
  GetOrCreateCustomerUsageLimitInterval
12294
12553
  );
12554
+ var GetOrCreateCustomerProperties$outboundSchema = smartUnion([z64.string(), z64.number(), z64.boolean()]);
12555
+ function getOrCreateCustomerPropertiesToJSON(getOrCreateCustomerProperties) {
12556
+ return JSON.stringify(
12557
+ GetOrCreateCustomerProperties$outboundSchema.parse(
12558
+ getOrCreateCustomerProperties
12559
+ )
12560
+ );
12561
+ }
12562
+ var GetOrCreateCustomerFilter$outboundSchema = z64.object({
12563
+ properties: z64.record(
12564
+ z64.string(),
12565
+ smartUnion([z64.string(), z64.number(), z64.boolean()])
12566
+ )
12567
+ });
12568
+ function getOrCreateCustomerFilterToJSON(getOrCreateCustomerFilter) {
12569
+ return JSON.stringify(
12570
+ GetOrCreateCustomerFilter$outboundSchema.parse(getOrCreateCustomerFilter)
12571
+ );
12572
+ }
12295
12573
  var GetOrCreateCustomerUsageLimit$outboundSchema = z64.pipe(
12296
12574
  z64.object({
12297
12575
  featureId: z64.string(),
12298
12576
  enabled: z64._default(z64.boolean(), true),
12299
12577
  limit: z64.number(),
12300
- interval: GetOrCreateCustomerUsageLimitInterval$outboundSchema
12578
+ interval: GetOrCreateCustomerUsageLimitInterval$outboundSchema,
12579
+ filter: z64.optional(z64.lazy(() => GetOrCreateCustomerFilter$outboundSchema))
12301
12580
  }),
12302
12581
  z64.transform((v) => {
12303
12582
  return remap(v, {
@@ -13214,13 +13493,15 @@ var GetPlanVariantDetailsSpendLimit$inboundSchema = z64.pipe(
13214
13493
  feature_id: optional3(string4()),
13215
13494
  enabled: z64._default(boolean2(), false),
13216
13495
  limit_type: optional3(GetPlanVariantDetailsLimitType$inboundSchema),
13217
- overage_limit: optional3(number2())
13496
+ overage_limit: optional3(number2()),
13497
+ skip_overage_billing: optional3(boolean2())
13218
13498
  }),
13219
13499
  z64.transform((v) => {
13220
13500
  return remap(v, {
13221
13501
  "feature_id": "featureId",
13222
13502
  "limit_type": "limitType",
13223
- "overage_limit": "overageLimit"
13503
+ "overage_limit": "overageLimit",
13504
+ "skip_overage_billing": "skipOverageBilling"
13224
13505
  });
13225
13506
  })
13226
13507
  );
@@ -13232,12 +13513,25 @@ function getPlanVariantDetailsSpendLimitFromJSON(jsonString) {
13232
13513
  );
13233
13514
  }
13234
13515
  var GetPlanVariantDetailsUsageLimitInterval$inboundSchema = inboundSchema(GetPlanVariantDetailsUsageLimitInterval);
13516
+ var GetPlanVariantDetailsFilter$inboundSchema = z64.object({
13517
+ properties: z64.record(z64.string(), z64.any())
13518
+ });
13519
+ function getPlanVariantDetailsFilterFromJSON(jsonString) {
13520
+ return safeParse(
13521
+ jsonString,
13522
+ (x) => GetPlanVariantDetailsFilter$inboundSchema.parse(JSON.parse(x)),
13523
+ `Failed to parse 'GetPlanVariantDetailsFilter' from JSON`
13524
+ );
13525
+ }
13235
13526
  var GetPlanVariantDetailsUsageLimit$inboundSchema = z64.pipe(
13236
13527
  z64.object({
13237
13528
  feature_id: string4(),
13238
13529
  enabled: z64._default(boolean2(), true),
13239
13530
  limit: number2(),
13240
- interval: GetPlanVariantDetailsUsageLimitInterval$inboundSchema
13531
+ interval: GetPlanVariantDetailsUsageLimitInterval$inboundSchema,
13532
+ filter: optional3(
13533
+ z64.lazy(() => GetPlanVariantDetailsFilter$inboundSchema)
13534
+ )
13241
13535
  }),
13242
13536
  z64.transform((v) => {
13243
13537
  return remap(v, {
@@ -13447,13 +13741,15 @@ var GetPlanSpendLimit$inboundSchema = z64.pipe(
13447
13741
  feature_id: optional3(string4()),
13448
13742
  enabled: z64._default(boolean2(), false),
13449
13743
  limit_type: optional3(GetPlanLimitType$inboundSchema),
13450
- overage_limit: optional3(number2())
13744
+ overage_limit: optional3(number2()),
13745
+ skip_overage_billing: optional3(boolean2())
13451
13746
  }),
13452
13747
  z64.transform((v) => {
13453
13748
  return remap(v, {
13454
13749
  "feature_id": "featureId",
13455
13750
  "limit_type": "limitType",
13456
- "overage_limit": "overageLimit"
13751
+ "overage_limit": "overageLimit",
13752
+ "skip_overage_billing": "skipOverageBilling"
13457
13753
  });
13458
13754
  })
13459
13755
  );
@@ -13465,12 +13761,23 @@ function getPlanSpendLimitFromJSON(jsonString) {
13465
13761
  );
13466
13762
  }
13467
13763
  var GetPlanUsageLimitInterval$inboundSchema = inboundSchema(GetPlanUsageLimitInterval);
13764
+ var GetPlanFilter$inboundSchema = z64.object({
13765
+ properties: z64.record(z64.string(), z64.any())
13766
+ });
13767
+ function getPlanFilterFromJSON(jsonString) {
13768
+ return safeParse(
13769
+ jsonString,
13770
+ (x) => GetPlanFilter$inboundSchema.parse(JSON.parse(x)),
13771
+ `Failed to parse 'GetPlanFilter' from JSON`
13772
+ );
13773
+ }
13468
13774
  var GetPlanUsageLimit$inboundSchema = z64.pipe(
13469
13775
  z64.object({
13470
13776
  feature_id: string4(),
13471
13777
  enabled: z64._default(boolean2(), true),
13472
13778
  limit: number2(),
13473
- interval: GetPlanUsageLimitInterval$inboundSchema
13779
+ interval: GetPlanUsageLimitInterval$inboundSchema,
13780
+ filter: optional3(z64.lazy(() => GetPlanFilter$inboundSchema))
13474
13781
  }),
13475
13782
  z64.transform((v) => {
13476
13783
  return remap(v, {
@@ -13851,7 +14158,7 @@ function importFeatureQuantityToJSON(importFeatureQuantity) {
13851
14158
  }
13852
14159
  var ImportInterval$outboundSchema = z64.enum(ImportInterval);
13853
14160
  var ImportBillingBehavior$outboundSchema = z64.enum(ImportBillingBehavior);
13854
- var Filter$outboundSchema = z64.pipe(
14161
+ var ImportFilter$outboundSchema = z64.pipe(
13855
14162
  z64.object({
13856
14163
  interval: z64.optional(z64.nullable(ImportInterval$outboundSchema)),
13857
14164
  billingBehavior: z64.optional(ImportBillingBehavior$outboundSchema)
@@ -13862,13 +14169,13 @@ var Filter$outboundSchema = z64.pipe(
13862
14169
  });
13863
14170
  })
13864
14171
  );
13865
- function filterToJSON(filter) {
13866
- return JSON.stringify(Filter$outboundSchema.parse(filter));
14172
+ function importFilterToJSON(importFilter) {
14173
+ return JSON.stringify(ImportFilter$outboundSchema.parse(importFilter));
13867
14174
  }
13868
14175
  var ImportBalance$outboundSchema = z64.pipe(
13869
14176
  z64.object({
13870
14177
  featureId: z64.string(),
13871
- filter: z64.optional(z64.lazy(() => Filter$outboundSchema)),
14178
+ filter: z64.optional(z64.lazy(() => ImportFilter$outboundSchema)),
13872
14179
  usage: z64.optional(z64.number()),
13873
14180
  balance: z64.optional(z64.number()),
13874
14181
  nextResetAt: z64.optional(z64.number())
@@ -14210,13 +14517,15 @@ var ListCustomersSpendLimit$inboundSchema = z64.pipe(
14210
14517
  feature_id: optional3(string4()),
14211
14518
  enabled: z64._default(boolean2(), false),
14212
14519
  limit_type: optional3(ListCustomersLimitType$inboundSchema),
14213
- overage_limit: optional3(number2())
14520
+ overage_limit: optional3(number2()),
14521
+ skip_overage_billing: optional3(boolean2())
14214
14522
  }),
14215
14523
  z64.transform((v) => {
14216
14524
  return remap(v, {
14217
14525
  "feature_id": "featureId",
14218
14526
  "limit_type": "limitType",
14219
- "overage_limit": "overageLimit"
14527
+ "overage_limit": "overageLimit",
14528
+ "skip_overage_billing": "skipOverageBilling"
14220
14529
  });
14221
14530
  })
14222
14531
  );
@@ -14228,12 +14537,23 @@ function listCustomersSpendLimitFromJSON(jsonString) {
14228
14537
  );
14229
14538
  }
14230
14539
  var ListCustomersUsageLimitInterval$inboundSchema = inboundSchema(ListCustomersUsageLimitInterval);
14540
+ var ListCustomersFilter$inboundSchema = z64.object({
14541
+ properties: z64.record(z64.string(), z64.any())
14542
+ });
14543
+ function listCustomersFilterFromJSON(jsonString) {
14544
+ return safeParse(
14545
+ jsonString,
14546
+ (x) => ListCustomersFilter$inboundSchema.parse(JSON.parse(x)),
14547
+ `Failed to parse 'ListCustomersFilter' from JSON`
14548
+ );
14549
+ }
14231
14550
  var ListCustomersUsageLimit$inboundSchema = z64.pipe(
14232
14551
  z64.object({
14233
14552
  feature_id: string4(),
14234
14553
  enabled: z64._default(boolean2(), true),
14235
14554
  limit: number2(),
14236
14555
  interval: ListCustomersUsageLimitInterval$inboundSchema,
14556
+ filter: optional3(z64.lazy(() => ListCustomersFilter$inboundSchema)),
14237
14557
  usage: optional3(number2())
14238
14558
  }),
14239
14559
  z64.transform((v) => {
@@ -14932,13 +15252,15 @@ var ListEntitiesSpendLimit$inboundSchema = z64.pipe(
14932
15252
  feature_id: optional3(string4()),
14933
15253
  enabled: z64._default(boolean2(), false),
14934
15254
  limit_type: optional3(ListEntitiesLimitType$inboundSchema),
14935
- overage_limit: optional3(number2())
15255
+ overage_limit: optional3(number2()),
15256
+ skip_overage_billing: optional3(boolean2())
14936
15257
  }),
14937
15258
  z64.transform((v) => {
14938
15259
  return remap(v, {
14939
15260
  "feature_id": "featureId",
14940
15261
  "limit_type": "limitType",
14941
- "overage_limit": "overageLimit"
15262
+ "overage_limit": "overageLimit",
15263
+ "skip_overage_billing": "skipOverageBilling"
14942
15264
  });
14943
15265
  })
14944
15266
  );
@@ -14950,12 +15272,23 @@ function listEntitiesSpendLimitFromJSON(jsonString) {
14950
15272
  );
14951
15273
  }
14952
15274
  var ListEntitiesInterval$inboundSchema = inboundSchema(ListEntitiesInterval);
15275
+ var ListEntitiesFilter$inboundSchema = z64.object({
15276
+ properties: z64.record(z64.string(), z64.any())
15277
+ });
15278
+ function listEntitiesFilterFromJSON(jsonString) {
15279
+ return safeParse(
15280
+ jsonString,
15281
+ (x) => ListEntitiesFilter$inboundSchema.parse(JSON.parse(x)),
15282
+ `Failed to parse 'ListEntitiesFilter' from JSON`
15283
+ );
15284
+ }
14953
15285
  var ListEntitiesUsageLimit$inboundSchema = z64.pipe(
14954
15286
  z64.object({
14955
15287
  feature_id: string4(),
14956
15288
  enabled: z64._default(boolean2(), true),
14957
15289
  limit: number2(),
14958
15290
  interval: ListEntitiesInterval$inboundSchema,
15291
+ filter: optional3(z64.lazy(() => ListEntitiesFilter$inboundSchema)),
14959
15292
  usage: optional3(number2())
14960
15293
  }),
14961
15294
  z64.transform((v) => {
@@ -16176,13 +16509,15 @@ var ListPlansVariantDetailsSpendLimit$inboundSchema = z64.pipe(
16176
16509
  feature_id: optional3(string4()),
16177
16510
  enabled: z64._default(boolean2(), false),
16178
16511
  limit_type: optional3(ListPlansVariantDetailsLimitType$inboundSchema),
16179
- overage_limit: optional3(number2())
16512
+ overage_limit: optional3(number2()),
16513
+ skip_overage_billing: optional3(boolean2())
16180
16514
  }),
16181
16515
  z64.transform((v) => {
16182
16516
  return remap(v, {
16183
16517
  "feature_id": "featureId",
16184
16518
  "limit_type": "limitType",
16185
- "overage_limit": "overageLimit"
16519
+ "overage_limit": "overageLimit",
16520
+ "skip_overage_billing": "skipOverageBilling"
16186
16521
  });
16187
16522
  })
16188
16523
  );
@@ -16194,12 +16529,25 @@ function listPlansVariantDetailsSpendLimitFromJSON(jsonString) {
16194
16529
  );
16195
16530
  }
16196
16531
  var ListPlansVariantDetailsUsageLimitInterval$inboundSchema = inboundSchema(ListPlansVariantDetailsUsageLimitInterval);
16532
+ var ListPlansVariantDetailsFilter$inboundSchema = z64.object({
16533
+ properties: z64.record(z64.string(), z64.any())
16534
+ });
16535
+ function listPlansVariantDetailsFilterFromJSON(jsonString) {
16536
+ return safeParse(
16537
+ jsonString,
16538
+ (x) => ListPlansVariantDetailsFilter$inboundSchema.parse(JSON.parse(x)),
16539
+ `Failed to parse 'ListPlansVariantDetailsFilter' from JSON`
16540
+ );
16541
+ }
16197
16542
  var ListPlansVariantDetailsUsageLimit$inboundSchema = z64.pipe(
16198
16543
  z64.object({
16199
16544
  feature_id: string4(),
16200
16545
  enabled: z64._default(boolean2(), true),
16201
16546
  limit: number2(),
16202
- interval: ListPlansVariantDetailsUsageLimitInterval$inboundSchema
16547
+ interval: ListPlansVariantDetailsUsageLimitInterval$inboundSchema,
16548
+ filter: optional3(
16549
+ z64.lazy(() => ListPlansVariantDetailsFilter$inboundSchema)
16550
+ )
16203
16551
  }),
16204
16552
  z64.transform((v) => {
16205
16553
  return remap(v, {
@@ -16411,13 +16759,15 @@ var ListPlansSpendLimit$inboundSchema = z64.pipe(
16411
16759
  feature_id: optional3(string4()),
16412
16760
  enabled: z64._default(boolean2(), false),
16413
16761
  limit_type: optional3(ListPlansLimitType$inboundSchema),
16414
- overage_limit: optional3(number2())
16762
+ overage_limit: optional3(number2()),
16763
+ skip_overage_billing: optional3(boolean2())
16415
16764
  }),
16416
16765
  z64.transform((v) => {
16417
16766
  return remap(v, {
16418
16767
  "feature_id": "featureId",
16419
16768
  "limit_type": "limitType",
16420
- "overage_limit": "overageLimit"
16769
+ "overage_limit": "overageLimit",
16770
+ "skip_overage_billing": "skipOverageBilling"
16421
16771
  });
16422
16772
  })
16423
16773
  );
@@ -16429,12 +16779,23 @@ function listPlansSpendLimitFromJSON(jsonString) {
16429
16779
  );
16430
16780
  }
16431
16781
  var ListPlansUsageLimitInterval$inboundSchema = inboundSchema(ListPlansUsageLimitInterval);
16782
+ var ListPlansFilter$inboundSchema = z64.object({
16783
+ properties: z64.record(z64.string(), z64.any())
16784
+ });
16785
+ function listPlansFilterFromJSON(jsonString) {
16786
+ return safeParse(
16787
+ jsonString,
16788
+ (x) => ListPlansFilter$inboundSchema.parse(JSON.parse(x)),
16789
+ `Failed to parse 'ListPlansFilter' from JSON`
16790
+ );
16791
+ }
16432
16792
  var ListPlansUsageLimit$inboundSchema = z64.pipe(
16433
16793
  z64.object({
16434
16794
  feature_id: string4(),
16435
16795
  enabled: z64._default(boolean2(), true),
16436
16796
  limit: number2(),
16437
- interval: ListPlansUsageLimitInterval$inboundSchema
16797
+ interval: ListPlansUsageLimitInterval$inboundSchema,
16798
+ filter: optional3(z64.lazy(() => ListPlansFilter$inboundSchema))
16438
16799
  }),
16439
16800
  z64.transform((v) => {
16440
16801
  return remap(v, {
@@ -16899,7 +17260,8 @@ var MultiAttachThresholdType = {
16899
17260
  var MultiAttachCode = {
16900
17261
  ThreedsRequired: "3ds_required",
16901
17262
  PaymentMethodRequired: "payment_method_required",
16902
- PaymentFailed: "payment_failed"
17263
+ PaymentFailed: "payment_failed",
17264
+ PaymentProcessing: "payment_processing"
16903
17265
  };
16904
17266
  var MultiAttachPriceInterval$outboundSchema = z64.enum(MultiAttachPriceInterval);
16905
17267
  var MultiAttachBasePrice$outboundSchema = z64.pipe(
@@ -17162,13 +17524,15 @@ var MultiAttachSpendLimit$outboundSchema = z64.pipe(
17162
17524
  featureId: z64.optional(z64.string()),
17163
17525
  enabled: z64._default(z64.boolean(), false),
17164
17526
  limitType: z64.optional(MultiAttachLimitType$outboundSchema),
17165
- overageLimit: z64.optional(z64.number())
17527
+ overageLimit: z64.optional(z64.number()),
17528
+ skipOverageBilling: z64.optional(z64.boolean())
17166
17529
  }),
17167
17530
  z64.transform((v) => {
17168
17531
  return remap(v, {
17169
17532
  featureId: "feature_id",
17170
17533
  limitType: "limit_type",
17171
- overageLimit: "overage_limit"
17534
+ overageLimit: "overage_limit",
17535
+ skipOverageBilling: "skip_overage_billing"
17172
17536
  });
17173
17537
  })
17174
17538
  );
@@ -17178,12 +17542,30 @@ function multiAttachSpendLimitToJSON(multiAttachSpendLimit) {
17178
17542
  );
17179
17543
  }
17180
17544
  var MultiAttachEntityDataInterval$outboundSchema = z64.enum(MultiAttachEntityDataInterval);
17545
+ var MultiAttachProperties$outboundSchema = smartUnion([z64.string(), z64.number(), z64.boolean()]);
17546
+ function multiAttachPropertiesToJSON(multiAttachProperties) {
17547
+ return JSON.stringify(
17548
+ MultiAttachProperties$outboundSchema.parse(multiAttachProperties)
17549
+ );
17550
+ }
17551
+ var MultiAttachFilter$outboundSchema = z64.object({
17552
+ properties: z64.record(
17553
+ z64.string(),
17554
+ smartUnion([z64.string(), z64.number(), z64.boolean()])
17555
+ )
17556
+ });
17557
+ function multiAttachFilterToJSON(multiAttachFilter) {
17558
+ return JSON.stringify(
17559
+ MultiAttachFilter$outboundSchema.parse(multiAttachFilter)
17560
+ );
17561
+ }
17181
17562
  var MultiAttachUsageLimit$outboundSchema = z64.pipe(
17182
17563
  z64.object({
17183
17564
  featureId: z64.string(),
17184
17565
  enabled: z64._default(z64.boolean(), true),
17185
17566
  limit: z64.number(),
17186
- interval: MultiAttachEntityDataInterval$outboundSchema
17567
+ interval: MultiAttachEntityDataInterval$outboundSchema,
17568
+ filter: z64.optional(z64.lazy(() => MultiAttachFilter$outboundSchema))
17187
17569
  }),
17188
17570
  z64.transform((v) => {
17189
17571
  return remap(v, {
@@ -18027,13 +18409,15 @@ var PreviewAttachSpendLimit$outboundSchema = z64.pipe(
18027
18409
  featureId: z64.optional(z64.string()),
18028
18410
  enabled: z64._default(z64.boolean(), false),
18029
18411
  limitType: z64.optional(PreviewAttachLimitType$outboundSchema),
18030
- overageLimit: z64.optional(z64.number())
18412
+ overageLimit: z64.optional(z64.number()),
18413
+ skipOverageBilling: z64.optional(z64.boolean())
18031
18414
  }),
18032
18415
  z64.transform((v) => {
18033
18416
  return remap(v, {
18034
18417
  featureId: "feature_id",
18035
18418
  limitType: "limit_type",
18036
- overageLimit: "overage_limit"
18419
+ overageLimit: "overage_limit",
18420
+ skipOverageBilling: "skip_overage_billing"
18037
18421
  });
18038
18422
  })
18039
18423
  );
@@ -18043,12 +18427,30 @@ function previewAttachSpendLimitToJSON(previewAttachSpendLimit) {
18043
18427
  );
18044
18428
  }
18045
18429
  var PreviewAttachUsageLimitInterval$outboundSchema = z64.enum(PreviewAttachUsageLimitInterval);
18430
+ var PreviewAttachProperties$outboundSchema = smartUnion([z64.string(), z64.number(), z64.boolean()]);
18431
+ function previewAttachPropertiesToJSON(previewAttachProperties) {
18432
+ return JSON.stringify(
18433
+ PreviewAttachProperties$outboundSchema.parse(previewAttachProperties)
18434
+ );
18435
+ }
18436
+ var PreviewAttachFilter$outboundSchema = z64.object({
18437
+ properties: z64.record(
18438
+ z64.string(),
18439
+ smartUnion([z64.string(), z64.number(), z64.boolean()])
18440
+ )
18441
+ });
18442
+ function previewAttachFilterToJSON(previewAttachFilter) {
18443
+ return JSON.stringify(
18444
+ PreviewAttachFilter$outboundSchema.parse(previewAttachFilter)
18445
+ );
18446
+ }
18046
18447
  var PreviewAttachUsageLimit$outboundSchema = z64.pipe(
18047
18448
  z64.object({
18048
18449
  featureId: z64.string(),
18049
18450
  enabled: z64._default(z64.boolean(), true),
18050
18451
  limit: z64.number(),
18051
- interval: PreviewAttachUsageLimitInterval$outboundSchema
18452
+ interval: PreviewAttachUsageLimitInterval$outboundSchema,
18453
+ filter: z64.optional(z64.lazy(() => PreviewAttachFilter$outboundSchema))
18052
18454
  }),
18053
18455
  z64.transform((v) => {
18054
18456
  return remap(v, {
@@ -19083,13 +19485,15 @@ var PreviewMultiAttachSpendLimit$outboundSchema = z64.pipe(
19083
19485
  featureId: z64.optional(z64.string()),
19084
19486
  enabled: z64._default(z64.boolean(), false),
19085
19487
  limitType: z64.optional(PreviewMultiAttachLimitType$outboundSchema),
19086
- overageLimit: z64.optional(z64.number())
19488
+ overageLimit: z64.optional(z64.number()),
19489
+ skipOverageBilling: z64.optional(z64.boolean())
19087
19490
  }),
19088
19491
  z64.transform((v) => {
19089
19492
  return remap(v, {
19090
19493
  featureId: "feature_id",
19091
19494
  limitType: "limit_type",
19092
- overageLimit: "overage_limit"
19495
+ overageLimit: "overage_limit",
19496
+ skipOverageBilling: "skip_overage_billing"
19093
19497
  });
19094
19498
  })
19095
19499
  );
@@ -19101,12 +19505,32 @@ function previewMultiAttachSpendLimitToJSON(previewMultiAttachSpendLimit) {
19101
19505
  );
19102
19506
  }
19103
19507
  var PreviewMultiAttachEntityDataInterval$outboundSchema = z64.enum(PreviewMultiAttachEntityDataInterval);
19508
+ var PreviewMultiAttachProperties$outboundSchema = smartUnion([z64.string(), z64.number(), z64.boolean()]);
19509
+ function previewMultiAttachPropertiesToJSON(previewMultiAttachProperties) {
19510
+ return JSON.stringify(
19511
+ PreviewMultiAttachProperties$outboundSchema.parse(
19512
+ previewMultiAttachProperties
19513
+ )
19514
+ );
19515
+ }
19516
+ var PreviewMultiAttachFilter$outboundSchema = z64.object({
19517
+ properties: z64.record(
19518
+ z64.string(),
19519
+ smartUnion([z64.string(), z64.number(), z64.boolean()])
19520
+ )
19521
+ });
19522
+ function previewMultiAttachFilterToJSON(previewMultiAttachFilter) {
19523
+ return JSON.stringify(
19524
+ PreviewMultiAttachFilter$outboundSchema.parse(previewMultiAttachFilter)
19525
+ );
19526
+ }
19104
19527
  var PreviewMultiAttachUsageLimit$outboundSchema = z64.pipe(
19105
19528
  z64.object({
19106
19529
  featureId: z64.string(),
19107
19530
  enabled: z64._default(z64.boolean(), true),
19108
19531
  limit: z64.number(),
19109
- interval: PreviewMultiAttachEntityDataInterval$outboundSchema
19532
+ interval: PreviewMultiAttachEntityDataInterval$outboundSchema,
19533
+ filter: z64.optional(z64.lazy(() => PreviewMultiAttachFilter$outboundSchema))
19110
19534
  }),
19111
19535
  z64.transform((v) => {
19112
19536
  return remap(v, {
@@ -19792,6 +20216,10 @@ var PreviewUpdateCancelAction = {
19792
20216
  CancelEndOfCycle: "cancel_end_of_cycle",
19793
20217
  Uncancel: "uncancel"
19794
20218
  };
20219
+ var PreviewUpdateRefundLastPayment = {
20220
+ Prorated: "prorated",
20221
+ Full: "full"
20222
+ };
19795
20223
  var Intent = {
19796
20224
  UpdatePlan: "update_plan",
19797
20225
  UpdateQuantity: "update_quantity",
@@ -20235,13 +20663,15 @@ var PreviewUpdateSpendLimit$outboundSchema = z64.pipe(
20235
20663
  featureId: z64.optional(z64.string()),
20236
20664
  enabled: z64._default(z64.boolean(), false),
20237
20665
  limitType: z64.optional(PreviewUpdateLimitType$outboundSchema),
20238
- overageLimit: z64.optional(z64.number())
20666
+ overageLimit: z64.optional(z64.number()),
20667
+ skipOverageBilling: z64.optional(z64.boolean())
20239
20668
  }),
20240
20669
  z64.transform((v) => {
20241
20670
  return remap(v, {
20242
20671
  featureId: "feature_id",
20243
20672
  limitType: "limit_type",
20244
- overageLimit: "overage_limit"
20673
+ overageLimit: "overage_limit",
20674
+ skipOverageBilling: "skip_overage_billing"
20245
20675
  });
20246
20676
  })
20247
20677
  );
@@ -20251,12 +20681,30 @@ function previewUpdateSpendLimitToJSON(previewUpdateSpendLimit) {
20251
20681
  );
20252
20682
  }
20253
20683
  var PreviewUpdateUsageLimitInterval$outboundSchema = z64.enum(PreviewUpdateUsageLimitInterval);
20684
+ var PreviewUpdateProperties$outboundSchema = smartUnion([z64.string(), z64.number(), z64.boolean()]);
20685
+ function previewUpdatePropertiesToJSON(previewUpdateProperties) {
20686
+ return JSON.stringify(
20687
+ PreviewUpdateProperties$outboundSchema.parse(previewUpdateProperties)
20688
+ );
20689
+ }
20690
+ var PreviewUpdateFilter$outboundSchema = z64.object({
20691
+ properties: z64.record(
20692
+ z64.string(),
20693
+ smartUnion([z64.string(), z64.number(), z64.boolean()])
20694
+ )
20695
+ });
20696
+ function previewUpdateFilterToJSON(previewUpdateFilter) {
20697
+ return JSON.stringify(
20698
+ PreviewUpdateFilter$outboundSchema.parse(previewUpdateFilter)
20699
+ );
20700
+ }
20254
20701
  var PreviewUpdateUsageLimit$outboundSchema = z64.pipe(
20255
20702
  z64.object({
20256
20703
  featureId: z64.string(),
20257
20704
  enabled: z64._default(z64.boolean(), true),
20258
20705
  limit: z64.number(),
20259
- interval: PreviewUpdateUsageLimitInterval$outboundSchema
20706
+ interval: PreviewUpdateUsageLimitInterval$outboundSchema,
20707
+ filter: z64.optional(z64.lazy(() => PreviewUpdateFilter$outboundSchema))
20260
20708
  }),
20261
20709
  z64.transform((v) => {
20262
20710
  return remap(v, {
@@ -20421,6 +20869,7 @@ function previewUpdateAttachDiscountToJSON(previewUpdateAttachDiscount) {
20421
20869
  );
20422
20870
  }
20423
20871
  var PreviewUpdateCancelAction$outboundSchema = z64.enum(PreviewUpdateCancelAction);
20872
+ var PreviewUpdateRefundLastPayment$outboundSchema = z64.enum(PreviewUpdateRefundLastPayment);
20424
20873
  var PreviewUpdateRecalculateBalances$outboundSchema = z64.object({
20425
20874
  enabled: z64.boolean()
20426
20875
  });
@@ -20476,6 +20925,9 @@ var PreviewUpdateParams$outboundSchema = z64.pipe(
20476
20925
  cancelAction: z64.optional(PreviewUpdateCancelAction$outboundSchema),
20477
20926
  billingCycleAnchor: z64.optional(z64.literal("now")),
20478
20927
  noBillingChanges: z64.optional(z64.boolean()),
20928
+ refundLastPayment: z64.optional(
20929
+ PreviewUpdateRefundLastPayment$outboundSchema
20930
+ ),
20479
20931
  recalculateBalances: z64.optional(
20480
20932
  z64.lazy(() => PreviewUpdateRecalculateBalances$outboundSchema)
20481
20933
  ),
@@ -20496,6 +20948,7 @@ var PreviewUpdateParams$outboundSchema = z64.pipe(
20496
20948
  cancelAction: "cancel_action",
20497
20949
  billingCycleAnchor: "billing_cycle_anchor",
20498
20950
  noBillingChanges: "no_billing_changes",
20951
+ refundLastPayment: "refund_last_payment",
20499
20952
  recalculateBalances: "recalculate_balances",
20500
20953
  carryOverUsages: "carry_over_usages"
20501
20954
  });
@@ -21590,13 +22043,15 @@ var SetupPaymentSpendLimit$outboundSchema = z64.pipe(
21590
22043
  featureId: z64.optional(z64.string()),
21591
22044
  enabled: z64._default(z64.boolean(), false),
21592
22045
  limitType: z64.optional(SetupPaymentLimitType$outboundSchema),
21593
- overageLimit: z64.optional(z64.number())
22046
+ overageLimit: z64.optional(z64.number()),
22047
+ skipOverageBilling: z64.optional(z64.boolean())
21594
22048
  }),
21595
22049
  z64.transform((v) => {
21596
22050
  return remap(v, {
21597
22051
  featureId: "feature_id",
21598
22052
  limitType: "limit_type",
21599
- overageLimit: "overage_limit"
22053
+ overageLimit: "overage_limit",
22054
+ skipOverageBilling: "skip_overage_billing"
21600
22055
  });
21601
22056
  })
21602
22057
  );
@@ -21606,12 +22061,30 @@ function setupPaymentSpendLimitToJSON(setupPaymentSpendLimit) {
21606
22061
  );
21607
22062
  }
21608
22063
  var SetupPaymentUsageLimitInterval$outboundSchema = z64.enum(SetupPaymentUsageLimitInterval);
22064
+ var SetupPaymentProperties$outboundSchema = smartUnion([z64.string(), z64.number(), z64.boolean()]);
22065
+ function setupPaymentPropertiesToJSON(setupPaymentProperties) {
22066
+ return JSON.stringify(
22067
+ SetupPaymentProperties$outboundSchema.parse(setupPaymentProperties)
22068
+ );
22069
+ }
22070
+ var SetupPaymentFilter$outboundSchema = z64.object({
22071
+ properties: z64.record(
22072
+ z64.string(),
22073
+ smartUnion([z64.string(), z64.number(), z64.boolean()])
22074
+ )
22075
+ });
22076
+ function setupPaymentFilterToJSON(setupPaymentFilter) {
22077
+ return JSON.stringify(
22078
+ SetupPaymentFilter$outboundSchema.parse(setupPaymentFilter)
22079
+ );
22080
+ }
21609
22081
  var SetupPaymentUsageLimit$outboundSchema = z64.pipe(
21610
22082
  z64.object({
21611
22083
  featureId: z64.string(),
21612
22084
  enabled: z64._default(z64.boolean(), true),
21613
22085
  limit: z64.number(),
21614
- interval: SetupPaymentUsageLimitInterval$outboundSchema
22086
+ interval: SetupPaymentUsageLimitInterval$outboundSchema,
22087
+ filter: z64.optional(z64.lazy(() => SetupPaymentFilter$outboundSchema))
21615
22088
  }),
21616
22089
  z64.transform((v) => {
21617
22090
  return remap(v, {
@@ -22635,13 +23108,15 @@ var UpdateCustomerSpendLimitRequest$outboundSchema = z64.pipe(
22635
23108
  featureId: z64.optional(z64.string()),
22636
23109
  enabled: z64._default(z64.boolean(), false),
22637
23110
  limitType: z64.optional(UpdateCustomerLimitTypeRequestBody$outboundSchema),
22638
- overageLimit: z64.optional(z64.number())
23111
+ overageLimit: z64.optional(z64.number()),
23112
+ skipOverageBilling: z64.optional(z64.boolean())
22639
23113
  }),
22640
23114
  z64.transform((v) => {
22641
23115
  return remap(v, {
22642
23116
  featureId: "feature_id",
22643
23117
  limitType: "limit_type",
22644
- overageLimit: "overage_limit"
23118
+ overageLimit: "overage_limit",
23119
+ skipOverageBilling: "skip_overage_billing"
22645
23120
  });
22646
23121
  })
22647
23122
  );
@@ -22655,12 +23130,34 @@ function updateCustomerSpendLimitRequestToJSON(updateCustomerSpendLimitRequest)
22655
23130
  var UpdateCustomerUsageLimitIntervalRequestBody$outboundSchema = z64.enum(
22656
23131
  UpdateCustomerUsageLimitIntervalRequestBody
22657
23132
  );
23133
+ var UpdateCustomerProperties$outboundSchema = smartUnion([z64.string(), z64.number(), z64.boolean()]);
23134
+ function updateCustomerPropertiesToJSON(updateCustomerProperties) {
23135
+ return JSON.stringify(
23136
+ UpdateCustomerProperties$outboundSchema.parse(updateCustomerProperties)
23137
+ );
23138
+ }
23139
+ var UpdateCustomerFilterRequest$outboundSchema = z64.object({
23140
+ properties: z64.record(
23141
+ z64.string(),
23142
+ smartUnion([z64.string(), z64.number(), z64.boolean()])
23143
+ )
23144
+ });
23145
+ function updateCustomerFilterRequestToJSON(updateCustomerFilterRequest) {
23146
+ return JSON.stringify(
23147
+ UpdateCustomerFilterRequest$outboundSchema.parse(
23148
+ updateCustomerFilterRequest
23149
+ )
23150
+ );
23151
+ }
22658
23152
  var UpdateCustomerUsageLimitRequest$outboundSchema = z64.pipe(
22659
23153
  z64.object({
22660
23154
  featureId: z64.string(),
22661
23155
  enabled: z64._default(z64.boolean(), true),
22662
23156
  limit: z64.number(),
22663
- interval: UpdateCustomerUsageLimitIntervalRequestBody$outboundSchema
23157
+ interval: UpdateCustomerUsageLimitIntervalRequestBody$outboundSchema,
23158
+ filter: z64.optional(
23159
+ z64.lazy(() => UpdateCustomerFilterRequest$outboundSchema)
23160
+ )
22664
23161
  }),
22665
23162
  z64.transform((v) => {
22666
23163
  return remap(v, {
@@ -22894,13 +23391,15 @@ var UpdateCustomerSpendLimitResponse$inboundSchema = z64.pipe(
22894
23391
  feature_id: optional3(string4()),
22895
23392
  enabled: z64._default(boolean2(), false),
22896
23393
  limit_type: optional3(UpdateCustomerLimitTypeResponse$inboundSchema),
22897
- overage_limit: optional3(number2())
23394
+ overage_limit: optional3(number2()),
23395
+ skip_overage_billing: optional3(boolean2())
22898
23396
  }),
22899
23397
  z64.transform((v) => {
22900
23398
  return remap(v, {
22901
23399
  "feature_id": "featureId",
22902
23400
  "limit_type": "limitType",
22903
- "overage_limit": "overageLimit"
23401
+ "overage_limit": "overageLimit",
23402
+ "skip_overage_billing": "skipOverageBilling"
22904
23403
  });
22905
23404
  })
22906
23405
  );
@@ -22912,12 +23411,25 @@ function updateCustomerSpendLimitResponseFromJSON(jsonString) {
22912
23411
  );
22913
23412
  }
22914
23413
  var UpdateCustomerUsageLimitIntervalResponse$inboundSchema = inboundSchema(UpdateCustomerUsageLimitIntervalResponse);
23414
+ var UpdateCustomerFilterResponse$inboundSchema = z64.object({
23415
+ properties: z64.record(z64.string(), z64.any())
23416
+ });
23417
+ function updateCustomerFilterResponseFromJSON(jsonString) {
23418
+ return safeParse(
23419
+ jsonString,
23420
+ (x) => UpdateCustomerFilterResponse$inboundSchema.parse(JSON.parse(x)),
23421
+ `Failed to parse 'UpdateCustomerFilterResponse' from JSON`
23422
+ );
23423
+ }
22915
23424
  var UpdateCustomerUsageLimitResponse$inboundSchema = z64.pipe(
22916
23425
  z64.object({
22917
23426
  feature_id: string4(),
22918
23427
  enabled: z64._default(boolean2(), true),
22919
23428
  limit: number2(),
22920
23429
  interval: UpdateCustomerUsageLimitIntervalResponse$inboundSchema,
23430
+ filter: optional3(
23431
+ z64.lazy(() => UpdateCustomerFilterResponse$inboundSchema)
23432
+ ),
22921
23433
  usage: optional3(number2())
22922
23434
  }),
22923
23435
  z64.transform((v) => {
@@ -23383,13 +23895,15 @@ var UpdateEntitySpendLimitRequest$outboundSchema = z64.pipe(
23383
23895
  featureId: z64.optional(z64.string()),
23384
23896
  enabled: z64._default(z64.boolean(), false),
23385
23897
  limitType: z64.optional(UpdateEntityLimitTypeRequestBody$outboundSchema),
23386
- overageLimit: z64.optional(z64.number())
23898
+ overageLimit: z64.optional(z64.number()),
23899
+ skipOverageBilling: z64.optional(z64.boolean())
23387
23900
  }),
23388
23901
  z64.transform((v) => {
23389
23902
  return remap(v, {
23390
23903
  featureId: "feature_id",
23391
23904
  limitType: "limit_type",
23392
- overageLimit: "overage_limit"
23905
+ overageLimit: "overage_limit",
23906
+ skipOverageBilling: "skip_overage_billing"
23393
23907
  });
23394
23908
  })
23395
23909
  );
@@ -23401,12 +23915,30 @@ function updateEntitySpendLimitRequestToJSON(updateEntitySpendLimitRequest) {
23401
23915
  );
23402
23916
  }
23403
23917
  var UpdateEntityIntervalRequestBody$outboundSchema = z64.enum(UpdateEntityIntervalRequestBody);
23918
+ var UpdateEntityProperties$outboundSchema = smartUnion([z64.string(), z64.number(), z64.boolean()]);
23919
+ function updateEntityPropertiesToJSON(updateEntityProperties) {
23920
+ return JSON.stringify(
23921
+ UpdateEntityProperties$outboundSchema.parse(updateEntityProperties)
23922
+ );
23923
+ }
23924
+ var UpdateEntityFilterRequest$outboundSchema = z64.object({
23925
+ properties: z64.record(
23926
+ z64.string(),
23927
+ smartUnion([z64.string(), z64.number(), z64.boolean()])
23928
+ )
23929
+ });
23930
+ function updateEntityFilterRequestToJSON(updateEntityFilterRequest) {
23931
+ return JSON.stringify(
23932
+ UpdateEntityFilterRequest$outboundSchema.parse(updateEntityFilterRequest)
23933
+ );
23934
+ }
23404
23935
  var UpdateEntityUsageLimitRequest$outboundSchema = z64.pipe(
23405
23936
  z64.object({
23406
23937
  featureId: z64.string(),
23407
23938
  enabled: z64._default(z64.boolean(), true),
23408
23939
  limit: z64.number(),
23409
- interval: UpdateEntityIntervalRequestBody$outboundSchema
23940
+ interval: UpdateEntityIntervalRequestBody$outboundSchema,
23941
+ filter: z64.optional(z64.lazy(() => UpdateEntityFilterRequest$outboundSchema))
23410
23942
  }),
23411
23943
  z64.transform((v) => {
23412
23944
  return remap(v, {
@@ -23713,13 +24245,15 @@ var UpdateEntitySpendLimitResponse$inboundSchema = z64.pipe(
23713
24245
  feature_id: optional3(string4()),
23714
24246
  enabled: z64._default(boolean2(), false),
23715
24247
  limit_type: optional3(UpdateEntityLimitTypeResponse$inboundSchema),
23716
- overage_limit: optional3(number2())
24248
+ overage_limit: optional3(number2()),
24249
+ skip_overage_billing: optional3(boolean2())
23717
24250
  }),
23718
24251
  z64.transform((v) => {
23719
24252
  return remap(v, {
23720
24253
  "feature_id": "featureId",
23721
24254
  "limit_type": "limitType",
23722
- "overage_limit": "overageLimit"
24255
+ "overage_limit": "overageLimit",
24256
+ "skip_overage_billing": "skipOverageBilling"
23723
24257
  });
23724
24258
  })
23725
24259
  );
@@ -23731,12 +24265,25 @@ function updateEntitySpendLimitResponseFromJSON(jsonString) {
23731
24265
  );
23732
24266
  }
23733
24267
  var UpdateEntityIntervalResponse$inboundSchema = inboundSchema(UpdateEntityIntervalResponse);
24268
+ var UpdateEntityFilterResponse$inboundSchema = z64.object({
24269
+ properties: z64.record(z64.string(), z64.any())
24270
+ });
24271
+ function updateEntityFilterResponseFromJSON(jsonString) {
24272
+ return safeParse(
24273
+ jsonString,
24274
+ (x) => UpdateEntityFilterResponse$inboundSchema.parse(JSON.parse(x)),
24275
+ `Failed to parse 'UpdateEntityFilterResponse' from JSON`
24276
+ );
24277
+ }
23734
24278
  var UpdateEntityUsageLimitResponse$inboundSchema = z64.pipe(
23735
24279
  z64.object({
23736
24280
  feature_id: string4(),
23737
24281
  enabled: z64._default(boolean2(), true),
23738
24282
  limit: number2(),
23739
24283
  interval: UpdateEntityIntervalResponse$inboundSchema,
24284
+ filter: optional3(
24285
+ z64.lazy(() => UpdateEntityFilterResponse$inboundSchema)
24286
+ ),
23740
24287
  usage: optional3(number2())
23741
24288
  }),
23742
24289
  z64.transform((v) => {
@@ -24777,13 +25324,15 @@ var UpdatePlanSpendLimitRequest$outboundSchema = z64.pipe(
24777
25324
  featureId: z64.optional(z64.string()),
24778
25325
  enabled: z64._default(z64.boolean(), false),
24779
25326
  limitType: z64.optional(UpdatePlanLimitTypeRequestBody$outboundSchema),
24780
- overageLimit: z64.optional(z64.number())
25327
+ overageLimit: z64.optional(z64.number()),
25328
+ skipOverageBilling: z64.optional(z64.boolean())
24781
25329
  }),
24782
25330
  z64.transform((v) => {
24783
25331
  return remap(v, {
24784
25332
  featureId: "feature_id",
24785
25333
  limitType: "limit_type",
24786
- overageLimit: "overage_limit"
25334
+ overageLimit: "overage_limit",
25335
+ skipOverageBilling: "skip_overage_billing"
24787
25336
  });
24788
25337
  })
24789
25338
  );
@@ -24797,12 +25346,30 @@ function updatePlanSpendLimitRequestToJSON(updatePlanSpendLimitRequest) {
24797
25346
  var UpdatePlanUsageLimitIntervalRequestBody$outboundSchema = z64.enum(
24798
25347
  UpdatePlanUsageLimitIntervalRequestBody
24799
25348
  );
25349
+ var UpdatePlanProperties$outboundSchema = smartUnion([z64.string(), z64.number(), z64.boolean()]);
25350
+ function updatePlanPropertiesToJSON(updatePlanProperties) {
25351
+ return JSON.stringify(
25352
+ UpdatePlanProperties$outboundSchema.parse(updatePlanProperties)
25353
+ );
25354
+ }
25355
+ var UpdatePlanFilterRequest$outboundSchema = z64.object({
25356
+ properties: z64.record(
25357
+ z64.string(),
25358
+ smartUnion([z64.string(), z64.number(), z64.boolean()])
25359
+ )
25360
+ });
25361
+ function updatePlanFilterRequestToJSON(updatePlanFilterRequest) {
25362
+ return JSON.stringify(
25363
+ UpdatePlanFilterRequest$outboundSchema.parse(updatePlanFilterRequest)
25364
+ );
25365
+ }
24800
25366
  var UpdatePlanUsageLimitRequest$outboundSchema = z64.pipe(
24801
25367
  z64.object({
24802
25368
  featureId: z64.string(),
24803
25369
  enabled: z64._default(z64.boolean(), true),
24804
25370
  limit: z64.number(),
24805
- interval: UpdatePlanUsageLimitIntervalRequestBody$outboundSchema
25371
+ interval: UpdatePlanUsageLimitIntervalRequestBody$outboundSchema,
25372
+ filter: z64.optional(z64.lazy(() => UpdatePlanFilterRequest$outboundSchema))
24806
25373
  }),
24807
25374
  z64.transform((v) => {
24808
25375
  return remap(v, {
@@ -25151,13 +25718,15 @@ var VariantSpendLimit$outboundSchema = z64.pipe(
25151
25718
  featureId: z64.optional(z64.string()),
25152
25719
  enabled: z64._default(z64.boolean(), false),
25153
25720
  limitType: z64.optional(VariantLimitType$outboundSchema),
25154
- overageLimit: z64.optional(z64.number())
25721
+ overageLimit: z64.optional(z64.number()),
25722
+ skipOverageBilling: z64.optional(z64.boolean())
25155
25723
  }),
25156
25724
  z64.transform((v) => {
25157
25725
  return remap(v, {
25158
25726
  featureId: "feature_id",
25159
25727
  limitType: "limit_type",
25160
- overageLimit: "overage_limit"
25728
+ overageLimit: "overage_limit",
25729
+ skipOverageBilling: "skip_overage_billing"
25161
25730
  });
25162
25731
  })
25163
25732
  );
@@ -25167,12 +25736,28 @@ function variantSpendLimitToJSON(variantSpendLimit) {
25167
25736
  );
25168
25737
  }
25169
25738
  var VariantUsageLimitInterval$outboundSchema = z64.enum(VariantUsageLimitInterval);
25739
+ var VariantProperties$outboundSchema = smartUnion([z64.string(), z64.number(), z64.boolean()]);
25740
+ function variantPropertiesToJSON(variantProperties) {
25741
+ return JSON.stringify(
25742
+ VariantProperties$outboundSchema.parse(variantProperties)
25743
+ );
25744
+ }
25745
+ var VariantFilter$outboundSchema = z64.object({
25746
+ properties: z64.record(
25747
+ z64.string(),
25748
+ smartUnion([z64.string(), z64.number(), z64.boolean()])
25749
+ )
25750
+ });
25751
+ function variantFilterToJSON(variantFilter) {
25752
+ return JSON.stringify(VariantFilter$outboundSchema.parse(variantFilter));
25753
+ }
25170
25754
  var VariantUsageLimit$outboundSchema = z64.pipe(
25171
25755
  z64.object({
25172
25756
  featureId: z64.string(),
25173
25757
  enabled: z64._default(z64.boolean(), true),
25174
25758
  limit: z64.number(),
25175
- interval: VariantUsageLimitInterval$outboundSchema
25759
+ interval: VariantUsageLimitInterval$outboundSchema,
25760
+ filter: z64.optional(z64.lazy(() => VariantFilter$outboundSchema))
25176
25761
  }),
25177
25762
  z64.transform((v) => {
25178
25763
  return remap(v, {
@@ -25954,13 +26539,15 @@ var UpdatePlanVariantDetailsSpendLimit$inboundSchema = z64.pipe(
25954
26539
  feature_id: optional3(string4()),
25955
26540
  enabled: z64._default(boolean2(), false),
25956
26541
  limit_type: optional3(UpdatePlanVariantDetailsLimitType$inboundSchema),
25957
- overage_limit: optional3(number2())
26542
+ overage_limit: optional3(number2()),
26543
+ skip_overage_billing: optional3(boolean2())
25958
26544
  }),
25959
26545
  z64.transform((v) => {
25960
26546
  return remap(v, {
25961
26547
  "feature_id": "featureId",
25962
26548
  "limit_type": "limitType",
25963
- "overage_limit": "overageLimit"
26549
+ "overage_limit": "overageLimit",
26550
+ "skip_overage_billing": "skipOverageBilling"
25964
26551
  });
25965
26552
  })
25966
26553
  );
@@ -25972,12 +26559,25 @@ function updatePlanVariantDetailsSpendLimitFromJSON(jsonString) {
25972
26559
  );
25973
26560
  }
25974
26561
  var UpdatePlanVariantDetailsUsageLimitInterval$inboundSchema = inboundSchema(UpdatePlanVariantDetailsUsageLimitInterval);
26562
+ var UpdatePlanVariantDetailsFilter$inboundSchema = z64.object({
26563
+ properties: z64.record(z64.string(), z64.any())
26564
+ });
26565
+ function updatePlanVariantDetailsFilterFromJSON(jsonString) {
26566
+ return safeParse(
26567
+ jsonString,
26568
+ (x) => UpdatePlanVariantDetailsFilter$inboundSchema.parse(JSON.parse(x)),
26569
+ `Failed to parse 'UpdatePlanVariantDetailsFilter' from JSON`
26570
+ );
26571
+ }
25975
26572
  var UpdatePlanVariantDetailsUsageLimit$inboundSchema = z64.pipe(
25976
26573
  z64.object({
25977
26574
  feature_id: string4(),
25978
26575
  enabled: z64._default(boolean2(), true),
25979
26576
  limit: number2(),
25980
- interval: UpdatePlanVariantDetailsUsageLimitInterval$inboundSchema
26577
+ interval: UpdatePlanVariantDetailsUsageLimitInterval$inboundSchema,
26578
+ filter: optional3(
26579
+ z64.lazy(() => UpdatePlanVariantDetailsFilter$inboundSchema)
26580
+ )
25981
26581
  }),
25982
26582
  z64.transform((v) => {
25983
26583
  return remap(v, {
@@ -26193,13 +26793,15 @@ var UpdatePlanSpendLimitResponse$inboundSchema = z64.pipe(
26193
26793
  feature_id: optional3(string4()),
26194
26794
  enabled: z64._default(boolean2(), false),
26195
26795
  limit_type: optional3(UpdatePlanLimitTypeResponse$inboundSchema),
26196
- overage_limit: optional3(number2())
26796
+ overage_limit: optional3(number2()),
26797
+ skip_overage_billing: optional3(boolean2())
26197
26798
  }),
26198
26799
  z64.transform((v) => {
26199
26800
  return remap(v, {
26200
26801
  "feature_id": "featureId",
26201
26802
  "limit_type": "limitType",
26202
- "overage_limit": "overageLimit"
26803
+ "overage_limit": "overageLimit",
26804
+ "skip_overage_billing": "skipOverageBilling"
26203
26805
  });
26204
26806
  })
26205
26807
  );
@@ -26211,12 +26813,25 @@ function updatePlanSpendLimitResponseFromJSON(jsonString) {
26211
26813
  );
26212
26814
  }
26213
26815
  var UpdatePlanUsageLimitIntervalResponse$inboundSchema = inboundSchema(UpdatePlanUsageLimitIntervalResponse);
26816
+ var UpdatePlanFilterResponse$inboundSchema = z64.object({
26817
+ properties: z64.record(z64.string(), z64.any())
26818
+ });
26819
+ function updatePlanFilterResponseFromJSON(jsonString) {
26820
+ return safeParse(
26821
+ jsonString,
26822
+ (x) => UpdatePlanFilterResponse$inboundSchema.parse(JSON.parse(x)),
26823
+ `Failed to parse 'UpdatePlanFilterResponse' from JSON`
26824
+ );
26825
+ }
26214
26826
  var UpdatePlanUsageLimitResponse$inboundSchema = z64.pipe(
26215
26827
  z64.object({
26216
26828
  feature_id: string4(),
26217
26829
  enabled: z64._default(boolean2(), true),
26218
26830
  limit: number2(),
26219
- interval: UpdatePlanUsageLimitIntervalResponse$inboundSchema
26831
+ interval: UpdatePlanUsageLimitIntervalResponse$inboundSchema,
26832
+ filter: optional3(
26833
+ z64.lazy(() => UpdatePlanFilterResponse$inboundSchema)
26834
+ )
26220
26835
  }),
26221
26836
  z64.transform((v) => {
26222
26837
  return remap(v, {
@@ -28491,7 +29106,7 @@ var Billing = class extends ClientSDK {
28491
29106
  * @example
28492
29107
  * ```typescript
28493
29108
  * // Schedule a transition from a trial plan to a paid plan
28494
- * const response = await client.billing.createSchedule({ customerId: "cus_123", phases: [{"startsAt":1783350571884,"plans":[{"planId":"trial_plan"}]},{"startsAt":1784560171884,"plans":[{"planId":"pro_plan"}]}] });
29109
+ * const response = await client.billing.createSchedule({ customerId: "cus_123", phases: [{"startsAt":1783539171816,"plans":[{"planId":"trial_plan"}]},{"startsAt":1784748771816,"plans":[{"planId":"pro_plan"}]}] });
28495
29110
  * ```
28496
29111
  *
28497
29112
  * @param customerId - The ID of the customer to create the schedule for.
@@ -28676,6 +29291,7 @@ var Billing = class extends ClientSDK {
28676
29291
  * @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)
28677
29292
  * @param billingCycleAnchor - Reset the billing cycle anchor immediately with 'now' (optional)
28678
29293
  * @param noBillingChanges - If true, the subscription is updated internally without applying billing changes in Stripe. (optional)
29294
+ * @param refundLastPayment - Controls how the last payment is refunded on immediate cancellation. 'prorated' refunds the unused portion, 'full' refunds the entire last payment. (optional)
28679
29295
  * @param recalculateBalances - Controls whether balances should be recalculated during the subscription update. (optional)
28680
29296
  * @param carryOverUsages - Whether to carry over usages from the previous plan. (optional)
28681
29297
  *
@@ -28713,6 +29329,7 @@ var Billing = class extends ClientSDK {
28713
29329
  * @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)
28714
29330
  * @param billingCycleAnchor - Reset the billing cycle anchor immediately with 'now' (optional)
28715
29331
  * @param noBillingChanges - If true, the subscription is updated internally without applying billing changes in Stripe. (optional)
29332
+ * @param refundLastPayment - Controls how the last payment is refunded on immediate cancellation. 'prorated' refunds the unused portion, 'full' refunds the entire last payment. (optional)
28716
29333
  * @param recalculateBalances - Controls whether balances should be recalculated during the subscription update. (optional)
28717
29334
  * @param carryOverUsages - Whether to carry over usages from the previous plan. (optional)
28718
29335
  *
@@ -32137,4 +32754,4 @@ function createPageIterator(page, halt) {
32137
32754
  };
32138
32755
  }
32139
32756
 
32140
- export { AggregateEventsCustomRange$outboundSchema, AggregateEventsFeatureId$outboundSchema, AggregateEventsList$inboundSchema, AggregateEventsResponse$inboundSchema, ApiKey$inboundSchema, AttachAction, AttachAction$inboundSchema, AttachAddItemBillingMethod, AttachAddItemBillingMethod$outboundSchema, AttachAddItemExpiryDurationType, AttachAddItemExpiryDurationType$outboundSchema, AttachAddItemOnDecrease, AttachAddItemOnDecrease$outboundSchema, AttachAddItemOnIncrease, AttachAddItemOnIncrease$outboundSchema, AttachAddItemPlanItem$outboundSchema, AttachAddItemPrice$outboundSchema, AttachAddItemPriceInterval, AttachAddItemPriceInterval$outboundSchema, AttachAddItemProration$outboundSchema, AttachAddItemReset$outboundSchema, AttachAddItemResetInterval, AttachAddItemResetInterval$outboundSchema, AttachAddItemRollover$outboundSchema, AttachAddItemTier$outboundSchema, AttachAddItemTierBehavior, AttachAddItemTierBehavior$outboundSchema, AttachAddItemTo$outboundSchema, AttachAttachDiscount$outboundSchema, AttachAutoTopup$outboundSchema, AttachBasePrice$outboundSchema, AttachBillingControls$outboundSchema, AttachCarryOverBalances$outboundSchema, AttachCarryOverUsages$outboundSchema, AttachCode, AttachCode$inboundSchema, AttachCustomLineItem$outboundSchema, AttachCustomize$outboundSchema, AttachDurationType, AttachDurationType$outboundSchema, AttachFeatureQuantity$outboundSchema, AttachFreeTrialParams$outboundSchema, AttachIntervalRemoveItemEnum1, AttachIntervalRemoveItemEnum1$outboundSchema, AttachIntervalRemoveItemEnum2, AttachIntervalRemoveItemEnum2$outboundSchema, AttachIntervalUnion$outboundSchema, AttachInvoice$inboundSchema, AttachInvoiceMode$outboundSchema, AttachItemBillingMethod, AttachItemBillingMethod$outboundSchema, AttachItemExpiryDurationType, AttachItemExpiryDurationType$outboundSchema, AttachItemOnDecrease, AttachItemOnDecrease$outboundSchema, AttachItemOnIncrease, AttachItemOnIncrease$outboundSchema, AttachItemPlanItem$outboundSchema, AttachItemPrice$outboundSchema, AttachItemPriceInterval, AttachItemPriceInterval$outboundSchema, AttachItemProration$outboundSchema, AttachItemReset$outboundSchema, AttachItemResetInterval, AttachItemResetInterval$outboundSchema, AttachItemRollover$outboundSchema, AttachItemTier$outboundSchema, AttachItemTierBehavior, AttachItemTierBehavior$outboundSchema, AttachItemTo$outboundSchema, AttachLimitType, AttachLimitType$outboundSchema, AttachOnEnd, AttachOnEnd$outboundSchema, AttachOverageAllowed$outboundSchema, AttachParams$outboundSchema, AttachPlanItemFilter$outboundSchema, AttachPlanSchedule, AttachPlanSchedule$outboundSchema, AttachPriceInterval, AttachPriceInterval$outboundSchema, AttachProrationBehavior, AttachProrationBehavior$outboundSchema, AttachPurchaseLimit$outboundSchema, AttachPurchaseLimitInterval, AttachPurchaseLimitInterval$outboundSchema, AttachRedirectMode, AttachRedirectMode$outboundSchema, AttachRemoveItemBillingMethod, AttachRemoveItemBillingMethod$outboundSchema, AttachRequiredAction$inboundSchema, AttachResponse$inboundSchema, AttachSpendLimit$outboundSchema, AttachThresholdType, AttachThresholdType$outboundSchema, AttachUsageAlert$outboundSchema, AttachUsageLimit$outboundSchema, AttachUsageLimitInterval, AttachUsageLimitInterval$outboundSchema, Autumn, AutumnDefaultError, AutumnError, Balance$inboundSchema, BalanceBillingMethod, BalanceBillingMethod$inboundSchema, BalanceCreditSchema$inboundSchema, BalanceDisplay$inboundSchema, BalanceFeature$inboundSchema, BalanceIntervalEnum, BalanceIntervalEnum$inboundSchema, BalanceIntervalUnion$inboundSchema, BalanceModelMarkups$inboundSchema, BalancePrice$inboundSchema, BalanceProviderMarkups$inboundSchema, BalanceReset$inboundSchema, BalanceRollover$inboundSchema, BalanceTier$inboundSchema, BalanceTierBehavior, BalanceTierBehavior$inboundSchema, BalanceTo$inboundSchema, BalanceType, BalanceType$inboundSchema, BasePrice$inboundSchema, BatchTrackLock$outboundSchema, BatchTrackResponse$inboundSchema, Billable$outboundSchema, BillableProcessor, BillableProcessor$outboundSchema, BillingCycleAnchor2, BillingCycleAnchor2$outboundSchema, BillingUpdateAddItemBillingMethod, BillingUpdateAddItemBillingMethod$outboundSchema, BillingUpdateAddItemExpiryDurationType, BillingUpdateAddItemExpiryDurationType$outboundSchema, BillingUpdateAddItemOnDecrease, BillingUpdateAddItemOnDecrease$outboundSchema, BillingUpdateAddItemOnIncrease, BillingUpdateAddItemOnIncrease$outboundSchema, BillingUpdateAddItemPlanItem$outboundSchema, BillingUpdateAddItemPrice$outboundSchema, BillingUpdateAddItemPriceInterval, BillingUpdateAddItemPriceInterval$outboundSchema, BillingUpdateAddItemProration$outboundSchema, BillingUpdateAddItemReset$outboundSchema, BillingUpdateAddItemResetInterval, BillingUpdateAddItemResetInterval$outboundSchema, BillingUpdateAddItemRollover$outboundSchema, BillingUpdateAddItemTier$outboundSchema, BillingUpdateAddItemTierBehavior, BillingUpdateAddItemTierBehavior$outboundSchema, BillingUpdateAddItemTo$outboundSchema, BillingUpdateAttachDiscount$outboundSchema, BillingUpdateAutoTopup$outboundSchema, BillingUpdateBasePrice$outboundSchema, BillingUpdateBillingControls$outboundSchema, BillingUpdateCancelAction, BillingUpdateCancelAction$outboundSchema, BillingUpdateCarryOverUsages$outboundSchema, BillingUpdateCode, BillingUpdateCode$inboundSchema, BillingUpdateCustomize$outboundSchema, BillingUpdateDurationType, BillingUpdateDurationType$outboundSchema, BillingUpdateFeatureQuantity$outboundSchema, BillingUpdateFreeTrialParams$outboundSchema, BillingUpdateIntervalRemoveItemEnum1, BillingUpdateIntervalRemoveItemEnum1$outboundSchema, BillingUpdateIntervalRemoveItemEnum2, BillingUpdateIntervalRemoveItemEnum2$outboundSchema, BillingUpdateIntervalUnion$outboundSchema, BillingUpdateInvoice$inboundSchema, BillingUpdateInvoiceMode$outboundSchema, BillingUpdateItemBillingMethod, BillingUpdateItemBillingMethod$outboundSchema, BillingUpdateItemExpiryDurationType, BillingUpdateItemExpiryDurationType$outboundSchema, BillingUpdateItemOnDecrease, BillingUpdateItemOnDecrease$outboundSchema, BillingUpdateItemOnIncrease, BillingUpdateItemOnIncrease$outboundSchema, BillingUpdateItemPlanItem$outboundSchema, BillingUpdateItemPrice$outboundSchema, BillingUpdateItemPriceInterval, BillingUpdateItemPriceInterval$outboundSchema, BillingUpdateItemProration$outboundSchema, BillingUpdateItemReset$outboundSchema, BillingUpdateItemResetInterval, BillingUpdateItemResetInterval$outboundSchema, BillingUpdateItemRollover$outboundSchema, BillingUpdateItemTier$outboundSchema, BillingUpdateItemTierBehavior, BillingUpdateItemTierBehavior$outboundSchema, BillingUpdateItemTo$outboundSchema, BillingUpdateLimitType, BillingUpdateLimitType$outboundSchema, BillingUpdateOnEnd, BillingUpdateOnEnd$outboundSchema, BillingUpdateOverageAllowed$outboundSchema, BillingUpdatePlanItemFilter$outboundSchema, BillingUpdatePriceInterval, BillingUpdatePriceInterval$outboundSchema, BillingUpdateProrationBehavior, BillingUpdateProrationBehavior$outboundSchema, BillingUpdatePurchaseLimit$outboundSchema, BillingUpdatePurchaseLimitInterval, BillingUpdatePurchaseLimitInterval$outboundSchema, BillingUpdateRecalculateBalances$outboundSchema, BillingUpdateRedirectMode, BillingUpdateRedirectMode$outboundSchema, BillingUpdateRemoveItemBillingMethod, BillingUpdateRemoveItemBillingMethod$outboundSchema, BillingUpdateRequiredAction$inboundSchema, BillingUpdateResponse$inboundSchema, BillingUpdateSpendLimit$outboundSchema, BillingUpdateThresholdType, BillingUpdateThresholdType$outboundSchema, BillingUpdateUsageAlert$outboundSchema, BillingUpdateUsageLimit$outboundSchema, BillingUpdateUsageLimitInterval, BillingUpdateUsageLimitInterval$outboundSchema, BinSize, BinSize$outboundSchema, Breakdown$inboundSchema, CheckAutoTopup1$inboundSchema, CheckAutoTopup2$inboundSchema, CheckBillingControls1$inboundSchema, CheckBillingControls2$inboundSchema, CheckConfig1$inboundSchema, CheckConfig2$inboundSchema, CheckCreditSchema1$inboundSchema, CheckCreditSchema2$inboundSchema, CheckEnv1, CheckEnv1$inboundSchema, CheckEnv2, CheckEnv2$inboundSchema, CheckFeature1$inboundSchema, CheckFeature2$inboundSchema, CheckFreeTrial1$inboundSchema, CheckFreeTrial2$inboundSchema, CheckItem1$inboundSchema, CheckItem2$inboundSchema, CheckItemInterval1, CheckItemInterval1$inboundSchema, CheckItemInterval2, CheckItemInterval2$inboundSchema, CheckLimitType1, CheckLimitType1$inboundSchema, CheckLimitType2, CheckLimitType2$inboundSchema, CheckLock$outboundSchema, CheckModelMarkups1$inboundSchema, CheckModelMarkups2$inboundSchema, CheckOnDecrease1, CheckOnDecrease1$inboundSchema, CheckOnDecrease2, CheckOnDecrease2$inboundSchema, CheckOnEnd1, CheckOnEnd1$inboundSchema, CheckOnEnd2, CheckOnEnd2$inboundSchema, CheckOnIncrease1, CheckOnIncrease1$inboundSchema, CheckOnIncrease2, CheckOnIncrease2$inboundSchema, CheckOverageAllowed1$inboundSchema, CheckOverageAllowed2$inboundSchema, CheckParams$outboundSchema, CheckProduct1$inboundSchema, CheckProduct2$inboundSchema, CheckProviderMarkups1$inboundSchema, CheckProviderMarkups2$inboundSchema, CheckPurchaseLimit1$inboundSchema, CheckPurchaseLimit2$inboundSchema, CheckPurchaseLimitInterval1, CheckPurchaseLimitInterval1$inboundSchema, CheckPurchaseLimitInterval2, CheckPurchaseLimitInterval2$inboundSchema, CheckResponse$inboundSchema, CheckResponseBody1$inboundSchema, CheckResponseBody2$inboundSchema, CheckRollover1$inboundSchema, CheckRollover2$inboundSchema, CheckSpendLimit1$inboundSchema, CheckSpendLimit2$inboundSchema, CheckThresholdType1, CheckThresholdType1$inboundSchema, CheckThresholdType2, CheckThresholdType2$inboundSchema, CheckTierBehavior1, CheckTierBehavior1$inboundSchema, CheckTierBehavior2, CheckTierBehavior2$inboundSchema, CheckUsageAlert1$inboundSchema, CheckUsageAlert2$inboundSchema, CheckUsageLimit1$inboundSchema, CheckUsageLimit2$inboundSchema, CheckUsageLimitInterval1, CheckUsageLimitInterval1$inboundSchema, CheckUsageLimitInterval2, CheckUsageLimitInterval2$inboundSchema, ConfigDuration1, ConfigDuration1$inboundSchema, ConfigDuration2, ConfigDuration2$inboundSchema, ConnectionError, Coupon$inboundSchema, CouponPromoCode$inboundSchema, CouponType, CouponType$inboundSchema, CreateBalanceDuration, CreateBalanceDuration$outboundSchema, CreateBalanceInterval, CreateBalanceInterval$outboundSchema, CreateBalanceParams$outboundSchema, CreateBalanceReset$outboundSchema, CreateBalanceResponse$inboundSchema, CreateBalanceRollover$outboundSchema, CreateEntityBillingControlsRequest$outboundSchema, CreateEntityBillingControlsResponse$inboundSchema, CreateEntityCreditSchema$inboundSchema, CreateEntityDisplay$inboundSchema, CreateEntityEnv, CreateEntityEnv$inboundSchema, CreateEntityFeature$inboundSchema, CreateEntityFlags$inboundSchema, CreateEntityIntervalRequestBody, CreateEntityIntervalRequestBody$outboundSchema, CreateEntityIntervalResponse, CreateEntityIntervalResponse$inboundSchema, CreateEntityInvoice$inboundSchema, CreateEntityLimitTypeRequestBody, CreateEntityLimitTypeRequestBody$outboundSchema, CreateEntityLimitTypeResponse, CreateEntityLimitTypeResponse$inboundSchema, CreateEntityModelMarkups$inboundSchema, CreateEntityOverageAllowedRequest$outboundSchema, CreateEntityOverageAllowedResponse$inboundSchema, CreateEntityParams$outboundSchema, CreateEntityProcessorType, CreateEntityProcessorType$inboundSchema, CreateEntityProviderMarkups$inboundSchema, CreateEntityPurchase$inboundSchema, CreateEntityPurchaseScope, CreateEntityPurchaseScope$inboundSchema, CreateEntityResponse$inboundSchema, CreateEntitySpendLimitRequest$outboundSchema, CreateEntitySpendLimitResponse$inboundSchema, CreateEntityStatus, CreateEntityStatus$inboundSchema, CreateEntitySubscription$inboundSchema, CreateEntitySubscriptionScope, CreateEntitySubscriptionScope$inboundSchema, CreateEntityThresholdTypeRequestBody, CreateEntityThresholdTypeRequestBody$outboundSchema, CreateEntityThresholdTypeResponse, CreateEntityThresholdTypeResponse$inboundSchema, CreateEntityType, CreateEntityType$inboundSchema, CreateEntityUsageAlertRequestBody$outboundSchema, CreateEntityUsageAlertResponse$inboundSchema, CreateEntityUsageLimitRequest$outboundSchema, CreateEntityUsageLimitResponse$inboundSchema, CreateFeatureCreditSchemaRequestBody$outboundSchema, CreateFeatureCreditSchemaResponse$inboundSchema, CreateFeatureDisplayRequestBody$outboundSchema, CreateFeatureDisplayResponse$inboundSchema, CreateFeatureModelMarkupsRequest$outboundSchema, CreateFeatureModelMarkupsResponse$inboundSchema, CreateFeatureParams$outboundSchema, CreateFeatureProviderMarkupsRequest$outboundSchema, CreateFeatureProviderMarkupsResponse$inboundSchema, CreateFeatureResponse$inboundSchema, CreateFeatureTypeRequestBody, CreateFeatureTypeRequestBody$outboundSchema, CreateFeatureTypeResponse, CreateFeatureTypeResponse$inboundSchema, CreatePlanAddItemBillingMethod, CreatePlanAddItemBillingMethod$inboundSchema, CreatePlanAddItemPriceInterval, CreatePlanAddItemPriceInterval$inboundSchema, CreatePlanAddItemResetInterval, CreatePlanAddItemResetInterval$inboundSchema, CreatePlanAttachAction, CreatePlanAttachAction$inboundSchema, CreatePlanAutoTopupRequest$outboundSchema, CreatePlanAutoTopupResponse$inboundSchema, CreatePlanBasePrice$inboundSchema, CreatePlanBillingControlsRequest$outboundSchema, CreatePlanBillingControlsResponse$inboundSchema, CreatePlanBillingMethodRequestBody, CreatePlanBillingMethodRequestBody$outboundSchema, CreatePlanConfigRequest$outboundSchema, CreatePlanConfigResponse$inboundSchema, CreatePlanCreditSchema$inboundSchema, CreatePlanCustomerEligibility$inboundSchema, CreatePlanCustomize$inboundSchema, CreatePlanDurationTypeRequest, CreatePlanDurationTypeRequest$outboundSchema, CreatePlanDurationTypeResponse, CreatePlanDurationTypeResponse$inboundSchema, CreatePlanEnv, CreatePlanEnv$inboundSchema, CreatePlanExpiryDurationTypeRequestBody, CreatePlanExpiryDurationTypeRequestBody$outboundSchema, CreatePlanFeature$inboundSchema, CreatePlanFeatureDisplay$inboundSchema, CreatePlanFreeTrialParams$inboundSchema, CreatePlanFreeTrialResponse$inboundSchema, CreatePlanIntervalRemoveItemEnum1, CreatePlanIntervalRemoveItemEnum1$inboundSchema, CreatePlanIntervalRemoveItemEnum2, CreatePlanIntervalRemoveItemEnum2$inboundSchema, CreatePlanIntervalUnion$inboundSchema, CreatePlanItem$inboundSchema, CreatePlanItemBillingMethodResponse, CreatePlanItemBillingMethodResponse$inboundSchema, CreatePlanItemDisplay$inboundSchema, CreatePlanItemExpiryDurationTypeResponse, CreatePlanItemExpiryDurationTypeResponse$inboundSchema, CreatePlanItemOnDecrease, CreatePlanItemOnDecrease$outboundSchema, CreatePlanItemOnIncrease, CreatePlanItemOnIncrease$outboundSchema, CreatePlanItemPlanItem$outboundSchema, CreatePlanItemPriceIntervalRequestBody, CreatePlanItemPriceIntervalRequestBody$outboundSchema, CreatePlanItemPriceRequestBody$outboundSchema, CreatePlanItemPriceResponse$inboundSchema, CreatePlanItemProration$outboundSchema, CreatePlanItemResetResponse$inboundSchema, CreatePlanItemRolloverResponse$inboundSchema, CreatePlanItemTierBehaviorResponse, CreatePlanItemTierBehaviorResponse$inboundSchema, CreatePlanItemTierResponse$inboundSchema, CreatePlanItemToResponse$inboundSchema, CreatePlanLimitTypeRequestBody, CreatePlanLimitTypeRequestBody$outboundSchema, CreatePlanLimitTypeResponse, CreatePlanLimitTypeResponse$inboundSchema, CreatePlanOnEndRequest, CreatePlanOnEndRequest$outboundSchema, CreatePlanOnEndResponse, CreatePlanOnEndResponse$inboundSchema, CreatePlanOverageAllowedRequest$outboundSchema, CreatePlanOverageAllowedResponse$inboundSchema, CreatePlanParams$outboundSchema, CreatePlanPlanItemFilter$inboundSchema, CreatePlanPlanItemResponse$inboundSchema, CreatePlanPriceDisplay$inboundSchema, CreatePlanPriceIntervalRequestBody, CreatePlanPriceIntervalRequestBody$outboundSchema, CreatePlanPriceIntervalResponse, CreatePlanPriceIntervalResponse$inboundSchema, CreatePlanPriceItemIntervalResponse, CreatePlanPriceItemIntervalResponse$inboundSchema, CreatePlanPriceRequestBody$outboundSchema, CreatePlanPriceResponse$inboundSchema, CreatePlanPriceVariantDetailsInterval, CreatePlanPriceVariantDetailsInterval$inboundSchema, CreatePlanProrationResponse$inboundSchema, CreatePlanPurchaseLimitIntervalRequestBody, CreatePlanPurchaseLimitIntervalRequestBody$outboundSchema, CreatePlanPurchaseLimitIntervalResponse, CreatePlanPurchaseLimitIntervalResponse$inboundSchema, CreatePlanPurchaseLimitRequest$outboundSchema, CreatePlanPurchaseLimitResponse$inboundSchema, CreatePlanRemoveItemBillingMethod, CreatePlanRemoveItemBillingMethod$inboundSchema, CreatePlanResetIntervalRequestBody, CreatePlanResetIntervalRequestBody$outboundSchema, CreatePlanResetItemIntervalResponse, CreatePlanResetItemIntervalResponse$inboundSchema, CreatePlanResetRequestBody$outboundSchema, CreatePlanResponse$inboundSchema, CreatePlanRolloverRequestBody$outboundSchema, CreatePlanSpendLimitRequest$outboundSchema, CreatePlanSpendLimitResponse$inboundSchema, CreatePlanStatus, CreatePlanStatus$inboundSchema, CreatePlanThresholdTypeRequestBody, CreatePlanThresholdTypeRequestBody$outboundSchema, CreatePlanThresholdTypeResponse, CreatePlanThresholdTypeResponse$inboundSchema, CreatePlanTierBehaviorRequestBody, CreatePlanTierBehaviorRequestBody$outboundSchema, CreatePlanTierRequestBody$outboundSchema, CreatePlanToRequestBody$outboundSchema, CreatePlanType, CreatePlanType$inboundSchema, CreatePlanUsageAlertRequestBody$outboundSchema, CreatePlanUsageAlertResponse$inboundSchema, CreatePlanUsageLimitIntervalRequestBody, CreatePlanUsageLimitIntervalRequestBody$outboundSchema, CreatePlanUsageLimitIntervalResponse, CreatePlanUsageLimitIntervalResponse$inboundSchema, CreatePlanUsageLimitRequest$outboundSchema, CreatePlanUsageLimitResponse$inboundSchema, CreatePlanVariantDetails$inboundSchema, CreatePlanVariantDetailsAutoTopup$inboundSchema, CreatePlanVariantDetailsBillingControls$inboundSchema, CreatePlanVariantDetailsDurationType, CreatePlanVariantDetailsDurationType$inboundSchema, CreatePlanVariantDetailsExpiryDurationType, CreatePlanVariantDetailsExpiryDurationType$inboundSchema, CreatePlanVariantDetailsLimitType, CreatePlanVariantDetailsLimitType$inboundSchema, CreatePlanVariantDetailsOnDecrease, CreatePlanVariantDetailsOnDecrease$inboundSchema, CreatePlanVariantDetailsOnEnd, CreatePlanVariantDetailsOnEnd$inboundSchema, CreatePlanVariantDetailsOnIncrease, CreatePlanVariantDetailsOnIncrease$inboundSchema, CreatePlanVariantDetailsOverageAllowed$inboundSchema, CreatePlanVariantDetailsPrice$inboundSchema, CreatePlanVariantDetailsPurchaseLimit$inboundSchema, CreatePlanVariantDetailsPurchaseLimitInterval, CreatePlanVariantDetailsPurchaseLimitInterval$inboundSchema, CreatePlanVariantDetailsReset$inboundSchema, CreatePlanVariantDetailsRollover$inboundSchema, CreatePlanVariantDetailsSpendLimit$inboundSchema, CreatePlanVariantDetailsThresholdType, CreatePlanVariantDetailsThresholdType$inboundSchema, CreatePlanVariantDetailsTier$inboundSchema, CreatePlanVariantDetailsTierBehavior, CreatePlanVariantDetailsTierBehavior$inboundSchema, CreatePlanVariantDetailsTo$inboundSchema, CreatePlanVariantDetailsUsageAlert$inboundSchema, CreatePlanVariantDetailsUsageLimit$inboundSchema, CreatePlanVariantDetailsUsageLimitInterval, CreatePlanVariantDetailsUsageLimitInterval$inboundSchema, CreateReferralCodeParams$outboundSchema, CreateReferralCodeResponse$inboundSchema, CreateScheduleAddItemBillingMethod2, CreateScheduleAddItemBillingMethod2$outboundSchema, CreateScheduleAddItemExpiryDurationType2, CreateScheduleAddItemExpiryDurationType2$outboundSchema, CreateScheduleAddItemOnDecrease2, CreateScheduleAddItemOnDecrease2$outboundSchema, CreateScheduleAddItemOnIncrease2, CreateScheduleAddItemOnIncrease2$outboundSchema, CreateScheduleAddItemPlanItem2$outboundSchema, CreateScheduleAddItemPrice2$outboundSchema, CreateScheduleAddItemPriceInterval2, CreateScheduleAddItemPriceInterval2$outboundSchema, CreateScheduleAddItemProration2$outboundSchema, CreateScheduleAddItemReset2$outboundSchema, CreateScheduleAddItemResetInterval2, CreateScheduleAddItemResetInterval2$outboundSchema, CreateScheduleAddItemRollover2$outboundSchema, CreateScheduleAddItemTier2$outboundSchema, CreateScheduleAddItemTierBehavior2, CreateScheduleAddItemTierBehavior2$outboundSchema, CreateScheduleAttachDiscount$outboundSchema, CreateScheduleAutoTopup2$outboundSchema, CreateScheduleBasePrice2$outboundSchema, CreateScheduleBillingBehavior, CreateScheduleBillingBehavior$outboundSchema, CreateScheduleBillingControls2$outboundSchema, CreateScheduleCode, CreateScheduleCode$inboundSchema, CreateScheduleCustomize2$outboundSchema, CreateScheduleDurationType2, CreateScheduleDurationType2$outboundSchema, CreateScheduleFeatureQuantity2$outboundSchema, CreateScheduleIntervalRemoveItemEnum3, CreateScheduleIntervalRemoveItemEnum3$outboundSchema, CreateScheduleIntervalRemoveItemEnum4, CreateScheduleIntervalRemoveItemEnum4$outboundSchema, CreateScheduleIntervalUnion2$outboundSchema, CreateScheduleInvoice$inboundSchema, CreateScheduleInvoiceMode$outboundSchema, CreateScheduleItemBillingMethod2, CreateScheduleItemBillingMethod2$outboundSchema, CreateScheduleItemExpiryDurationType2, CreateScheduleItemExpiryDurationType2$outboundSchema, CreateScheduleItemOnDecrease2, CreateScheduleItemOnDecrease2$outboundSchema, CreateScheduleItemOnIncrease2, CreateScheduleItemOnIncrease2$outboundSchema, CreateScheduleItemPlanItem2$outboundSchema, CreateScheduleItemPrice2$outboundSchema, CreateScheduleItemPriceInterval2, CreateScheduleItemPriceInterval2$outboundSchema, CreateScheduleItemProration2$outboundSchema, CreateScheduleItemReset2$outboundSchema, CreateScheduleItemResetInterval2, CreateScheduleItemResetInterval2$outboundSchema, CreateScheduleItemRollover2$outboundSchema, CreateScheduleItemTier2$outboundSchema, CreateScheduleItemTierBehavior2, CreateScheduleItemTierBehavior2$outboundSchema, CreateScheduleLimitType2, CreateScheduleLimitType2$outboundSchema, CreateScheduleOverageAllowed2$outboundSchema, CreateScheduleParams$outboundSchema, CreateSchedulePlan2$outboundSchema, CreateSchedulePlanItemFilter2$outboundSchema, CreateSchedulePriceInterval2, CreateSchedulePriceInterval2$outboundSchema, CreateSchedulePurchaseLimit2$outboundSchema, CreateSchedulePurchaseLimitInterval2, CreateSchedulePurchaseLimitInterval2$outboundSchema, CreateScheduleRedirectMode, CreateScheduleRedirectMode$outboundSchema, CreateScheduleRemoveItemBillingMethod2, CreateScheduleRemoveItemBillingMethod2$outboundSchema, CreateScheduleRequiredAction$inboundSchema, CreateScheduleResponse$inboundSchema, CreateScheduleSpendLimit2$outboundSchema, CreateScheduleStatus, CreateScheduleStatus$inboundSchema, CreateScheduleThresholdType2, CreateScheduleThresholdType2$outboundSchema, CreateScheduleUsageAlert2$outboundSchema, CreateScheduleUsageLimit2$outboundSchema, CreateScheduleUsageLimitInterval2, CreateScheduleUsageLimitInterval2$outboundSchema, Customer$inboundSchema, CustomerAutoTopup$inboundSchema, CustomerBillingControls$inboundSchema, CustomerConfig$inboundSchema, CustomerCreditSchema$inboundSchema, CustomerData$outboundSchema, CustomerDataAutoTopup$outboundSchema, CustomerDataBillingControls$outboundSchema, CustomerDataConfig$outboundSchema, CustomerDataLimitType, CustomerDataLimitType$outboundSchema, CustomerDataOverageAllowed$outboundSchema, CustomerDataPurchaseLimit$outboundSchema, CustomerDataPurchaseLimitInterval, CustomerDataPurchaseLimitInterval$outboundSchema, CustomerDataSpendLimit$outboundSchema, CustomerDataThresholdType, CustomerDataThresholdType$outboundSchema, CustomerDataUsageAlert$outboundSchema, CustomerDataUsageLimit$outboundSchema, CustomerDataUsageLimitInterval, CustomerDataUsageLimitInterval$outboundSchema, CustomerDiscountType, CustomerDiscountType$inboundSchema, CustomerDisplay$inboundSchema, CustomerDurationType, CustomerDurationType$inboundSchema, CustomerEligibility$inboundSchema, CustomerEntityEnv, CustomerEntityEnv$inboundSchema, CustomerEnv, CustomerEnv$inboundSchema, CustomerExpand, CustomerExpand$outboundSchema, CustomerFeature$inboundSchema, CustomerFlagsType, CustomerFlagsType$inboundSchema, CustomerLimitType, CustomerLimitType$inboundSchema, CustomerModelMarkups$inboundSchema, CustomerOverageAllowed$inboundSchema, CustomerProviderMarkups$inboundSchema, CustomerPurchaseLimit1$inboundSchema, CustomerPurchaseLimit2$inboundSchema, CustomerPurchaseLimitInterval1, CustomerPurchaseLimitInterval1$inboundSchema, CustomerPurchaseLimitInterval2, CustomerPurchaseLimitInterval2$inboundSchema, CustomerPurchaseLimitUnion$inboundSchema, CustomerSpendLimit$inboundSchema, CustomerStatus, CustomerStatus$inboundSchema, CustomerThresholdType, CustomerThresholdType$inboundSchema, CustomerUsageAlert$inboundSchema, CustomerUsageLimit$inboundSchema, CustomerUsageLimitInterval, CustomerUsageLimitInterval$inboundSchema, Customize$inboundSchema, Deductions$inboundSchema, DeleteBalanceInterval, DeleteBalanceInterval$outboundSchema, DeleteBalanceParams$outboundSchema, DeleteBalanceResponse$inboundSchema, DeleteCustomerParams$outboundSchema, DeleteCustomerResponse$inboundSchema, DeleteEntityParams$outboundSchema, DeleteEntityResponse$inboundSchema, DeleteFeatureParams$outboundSchema, DeleteFeatureResponse$inboundSchema, DeletePlanParams$outboundSchema, DeletePlanResponse$inboundSchema, DfuFlashParams$outboundSchema, DfuFlashResult$inboundSchema, Discount$inboundSchema, DurationType, DurationType$inboundSchema, EntitlementsGranted$inboundSchema, Entity$inboundSchema, EventsAggregateParams$outboundSchema, EventsListParams$outboundSchema, Expiry$inboundSchema, ExpiryType, ExpiryType$inboundSchema, FeatureGrant$inboundSchema, FeatureGrantPromoCode$inboundSchema, FeatureType1, FeatureType1$inboundSchema, FeatureType2, FeatureType2$inboundSchema, Filter$outboundSchema, FinalizeBalanceParams$outboundSchema, FinalizeLockAction, FinalizeLockAction$outboundSchema, FinalizeLockResponse$inboundSchema, FinalizeLockResponseBody1$inboundSchema, FinalizeLockResponseBody2$inboundSchema, Flag1$inboundSchema, Flag2$inboundSchema, FlagDisplay1$inboundSchema, FlagDisplay2$inboundSchema, FlagType1, FlagType1$inboundSchema, FlagType2, FlagType2$inboundSchema, Flags$inboundSchema, Flashed$inboundSchema, FreeTrial$inboundSchema, FreeTrialDuration1, FreeTrialDuration1$inboundSchema, FreeTrialDuration2, FreeTrialDuration2$inboundSchema, FreeTrialParams$inboundSchema, FreeTrialRequest$outboundSchema, GetCustomerAutoTopup$inboundSchema, GetCustomerBillingControls$inboundSchema, GetCustomerConfig$inboundSchema, GetCustomerCreditSchema$inboundSchema, GetCustomerCustomer$inboundSchema, GetCustomerDiscount$inboundSchema, GetCustomerDiscountType, GetCustomerDiscountType$inboundSchema, GetCustomerDisplay$inboundSchema, GetCustomerDurationType, GetCustomerDurationType$inboundSchema, GetCustomerEntity$inboundSchema, GetCustomerEntityEnv, GetCustomerEntityEnv$inboundSchema, GetCustomerEnv, GetCustomerEnv$inboundSchema, GetCustomerFeature$inboundSchema, GetCustomerFlags$inboundSchema, GetCustomerFlagsType, GetCustomerFlagsType$inboundSchema, GetCustomerInvoice$inboundSchema, GetCustomerLimitType, GetCustomerLimitType$inboundSchema, GetCustomerModelMarkups$inboundSchema, GetCustomerOverageAllowed$inboundSchema, GetCustomerParams$outboundSchema, GetCustomerProcessorType, GetCustomerProcessorType$inboundSchema, GetCustomerProcessors$inboundSchema, GetCustomerProviderMarkups$inboundSchema, GetCustomerPurchase$inboundSchema, GetCustomerPurchaseLimit1$inboundSchema, GetCustomerPurchaseLimit2$inboundSchema, GetCustomerPurchaseLimitInterval1, GetCustomerPurchaseLimitInterval1$inboundSchema, GetCustomerPurchaseLimitInterval2, GetCustomerPurchaseLimitInterval2$inboundSchema, GetCustomerPurchaseLimitUnion$inboundSchema, GetCustomerPurchaseScope, GetCustomerPurchaseScope$inboundSchema, GetCustomerReferral$inboundSchema, GetCustomerResponse$inboundSchema, GetCustomerRevenuecat$inboundSchema, GetCustomerRewards$inboundSchema, GetCustomerSpendLimit$inboundSchema, GetCustomerStatus, GetCustomerStatus$inboundSchema, GetCustomerStripe$inboundSchema, GetCustomerSubscription$inboundSchema, GetCustomerSubscriptionScope, GetCustomerSubscriptionScope$inboundSchema, GetCustomerThresholdType, GetCustomerThresholdType$inboundSchema, GetCustomerTrialsUsed$inboundSchema, GetCustomerUsageAlert$inboundSchema, GetCustomerUsageLimit$inboundSchema, GetCustomerUsageLimitInterval, GetCustomerUsageLimitInterval$inboundSchema, GetCustomerVercel$inboundSchema, GetEntityBillingControls$inboundSchema, GetEntityCreditSchema$inboundSchema, GetEntityDisplay$inboundSchema, GetEntityEnv, GetEntityEnv$inboundSchema, GetEntityFeature$inboundSchema, GetEntityFlags$inboundSchema, GetEntityInterval, GetEntityInterval$inboundSchema, GetEntityInvoice$inboundSchema, GetEntityLimitType, GetEntityLimitType$inboundSchema, GetEntityModelMarkups$inboundSchema, GetEntityOverageAllowed$inboundSchema, GetEntityParams$outboundSchema, GetEntityProcessorType, GetEntityProcessorType$inboundSchema, GetEntityProviderMarkups$inboundSchema, GetEntityPurchase$inboundSchema, GetEntityPurchaseScope, GetEntityPurchaseScope$inboundSchema, GetEntityResponse$inboundSchema, GetEntitySpendLimit$inboundSchema, GetEntityStatus, GetEntityStatus$inboundSchema, GetEntitySubscription$inboundSchema, GetEntitySubscriptionScope, GetEntitySubscriptionScope$inboundSchema, GetEntityThresholdType, GetEntityThresholdType$inboundSchema, GetEntityType, GetEntityType$inboundSchema, GetEntityUsageAlert$inboundSchema, GetEntityUsageLimit$inboundSchema, GetFeatureCreditSchema$inboundSchema, GetFeatureDisplay$inboundSchema, GetFeatureModelMarkups$inboundSchema, GetFeatureParams$outboundSchema, GetFeatureProviderMarkups$inboundSchema, GetFeatureResponse$inboundSchema, GetFeatureType, GetFeatureType$inboundSchema, GetOrCreateCustomerAutoTopup$outboundSchema, GetOrCreateCustomerBillingControls$outboundSchema, GetOrCreateCustomerConfig$outboundSchema, GetOrCreateCustomerLimitType, GetOrCreateCustomerLimitType$outboundSchema, GetOrCreateCustomerOverageAllowed$outboundSchema, GetOrCreateCustomerParams$outboundSchema, GetOrCreateCustomerPurchaseLimit$outboundSchema, GetOrCreateCustomerPurchaseLimitInterval, GetOrCreateCustomerPurchaseLimitInterval$outboundSchema, GetOrCreateCustomerSpendLimit$outboundSchema, GetOrCreateCustomerThresholdType, GetOrCreateCustomerThresholdType$outboundSchema, GetOrCreateCustomerUsageAlert$outboundSchema, GetOrCreateCustomerUsageLimit$outboundSchema, GetOrCreateCustomerUsageLimitInterval, GetOrCreateCustomerUsageLimitInterval$outboundSchema, GetPlanAddItemBillingMethod, GetPlanAddItemBillingMethod$inboundSchema, GetPlanAddItemPriceInterval, GetPlanAddItemPriceInterval$inboundSchema, GetPlanAddItemResetInterval, GetPlanAddItemResetInterval$inboundSchema, GetPlanAttachAction, GetPlanAttachAction$inboundSchema, GetPlanAutoTopup$inboundSchema, GetPlanBasePrice$inboundSchema, GetPlanBillingControls$inboundSchema, GetPlanConfig$inboundSchema, GetPlanCreditSchema$inboundSchema, GetPlanCustomerEligibility$inboundSchema, GetPlanCustomize$inboundSchema, GetPlanDurationType, GetPlanDurationType$inboundSchema, GetPlanEnv, GetPlanEnv$inboundSchema, GetPlanFeature$inboundSchema, GetPlanFeatureDisplay$inboundSchema, GetPlanFreeTrial$inboundSchema, GetPlanFreeTrialParams$inboundSchema, GetPlanIntervalRemoveItemEnum1, GetPlanIntervalRemoveItemEnum1$inboundSchema, GetPlanIntervalRemoveItemEnum2, GetPlanIntervalRemoveItemEnum2$inboundSchema, GetPlanIntervalUnion$inboundSchema, GetPlanItem$inboundSchema, GetPlanItemBillingMethod, GetPlanItemBillingMethod$inboundSchema, GetPlanItemDisplay$inboundSchema, GetPlanItemExpiryDurationType, GetPlanItemExpiryDurationType$inboundSchema, GetPlanItemPrice$inboundSchema, GetPlanItemReset$inboundSchema, GetPlanItemRollover$inboundSchema, GetPlanItemTier$inboundSchema, GetPlanItemTierBehavior, GetPlanItemTierBehavior$inboundSchema, GetPlanItemTo$inboundSchema, GetPlanLimitType, GetPlanLimitType$inboundSchema, GetPlanOnDecrease, GetPlanOnDecrease$inboundSchema, GetPlanOnEnd, GetPlanOnEnd$inboundSchema, GetPlanOnIncrease, GetPlanOnIncrease$inboundSchema, GetPlanOverageAllowed$inboundSchema, GetPlanParams$outboundSchema, GetPlanPlanItem$inboundSchema, GetPlanPlanItemFilter$inboundSchema, GetPlanPrice$inboundSchema, GetPlanPriceDisplay$inboundSchema, GetPlanPriceInterval, GetPlanPriceInterval$inboundSchema, GetPlanPriceItemInterval, GetPlanPriceItemInterval$inboundSchema, GetPlanPriceVariantDetailsInterval, GetPlanPriceVariantDetailsInterval$inboundSchema, GetPlanProration$inboundSchema, GetPlanPurchaseLimit$inboundSchema, GetPlanPurchaseLimitInterval, GetPlanPurchaseLimitInterval$inboundSchema, GetPlanRemoveItemBillingMethod, GetPlanRemoveItemBillingMethod$inboundSchema, GetPlanResetItemInterval, GetPlanResetItemInterval$inboundSchema, GetPlanResponse$inboundSchema, GetPlanSpendLimit$inboundSchema, GetPlanStatus, GetPlanStatus$inboundSchema, GetPlanThresholdType, GetPlanThresholdType$inboundSchema, GetPlanType, GetPlanType$inboundSchema, GetPlanUsageAlert$inboundSchema, GetPlanUsageLimit$inboundSchema, GetPlanUsageLimitInterval, GetPlanUsageLimitInterval$inboundSchema, GetPlanVariantDetails$inboundSchema, GetPlanVariantDetailsAutoTopup$inboundSchema, GetPlanVariantDetailsBillingControls$inboundSchema, GetPlanVariantDetailsDurationType, GetPlanVariantDetailsDurationType$inboundSchema, GetPlanVariantDetailsExpiryDurationType, GetPlanVariantDetailsExpiryDurationType$inboundSchema, GetPlanVariantDetailsLimitType, GetPlanVariantDetailsLimitType$inboundSchema, GetPlanVariantDetailsOnEnd, GetPlanVariantDetailsOnEnd$inboundSchema, GetPlanVariantDetailsOverageAllowed$inboundSchema, GetPlanVariantDetailsPrice$inboundSchema, GetPlanVariantDetailsPurchaseLimit$inboundSchema, GetPlanVariantDetailsPurchaseLimitInterval, GetPlanVariantDetailsPurchaseLimitInterval$inboundSchema, GetPlanVariantDetailsReset$inboundSchema, GetPlanVariantDetailsRollover$inboundSchema, GetPlanVariantDetailsSpendLimit$inboundSchema, GetPlanVariantDetailsThresholdType, GetPlanVariantDetailsThresholdType$inboundSchema, GetPlanVariantDetailsTier$inboundSchema, GetPlanVariantDetailsTierBehavior, GetPlanVariantDetailsTierBehavior$inboundSchema, GetPlanVariantDetailsTo$inboundSchema, GetPlanVariantDetailsUsageAlert$inboundSchema, GetPlanVariantDetailsUsageLimit$inboundSchema, GetPlanVariantDetailsUsageLimitInterval, GetPlanVariantDetailsUsageLimitInterval$inboundSchema, GetRevenueCatKeysApp$inboundSchema, GetRevenueCatKeysEnv, GetRevenueCatKeysEnv$outboundSchema, GetRevenueCatKeysParams$outboundSchema, GetRevenueCatKeysResponse$inboundSchema, Grant$inboundSchema, HTTPClient, HTTPClientError, ImportBalance$outboundSchema, ImportBillingBehavior, ImportBillingBehavior$outboundSchema, ImportCustomerData$outboundSchema, ImportFeatureQuantity$outboundSchema, ImportInterval, ImportInterval$outboundSchema, ImportPlan$outboundSchema, ImportProcessor$outboundSchema, ImportStatus, ImportStatus$outboundSchema, ImportType, ImportType$outboundSchema, IncludedUsage1$inboundSchema, IncludedUsage2$inboundSchema, Intent, Intent$inboundSchema, IntervalVariantRemoveItemEnum1, IntervalVariantRemoveItemEnum1$outboundSchema, IntervalVariantRemoveItemEnum2, IntervalVariantRemoveItemEnum2$outboundSchema, InvalidRequestError, Invoice$inboundSchema, Item$inboundSchema, ItemExpiryDurationType, ItemExpiryDurationType$inboundSchema, Link$outboundSchema, LinkRevenueCatEnv, LinkRevenueCatEnv$outboundSchema, LinkRevenueCatParams$outboundSchema, LinkRevenueCatResponse$inboundSchema, ListCustomersAutoTopup$inboundSchema, ListCustomersBillingControls$inboundSchema, ListCustomersConfig$inboundSchema, ListCustomersCreditSchema$inboundSchema, ListCustomersDisplay$inboundSchema, ListCustomersEnv, ListCustomersEnv$inboundSchema, ListCustomersFeature$inboundSchema, ListCustomersFlags$inboundSchema, ListCustomersLimitType, ListCustomersLimitType$inboundSchema, ListCustomersList$inboundSchema, ListCustomersModelMarkups$inboundSchema, ListCustomersOverageAllowed$inboundSchema, ListCustomersParams$outboundSchema, ListCustomersPlan$outboundSchema, ListCustomersProcessor, ListCustomersProcessor$outboundSchema, ListCustomersProcessors$inboundSchema, ListCustomersProviderMarkups$inboundSchema, ListCustomersPurchase$inboundSchema, ListCustomersPurchaseLimit1$inboundSchema, ListCustomersPurchaseLimit2$inboundSchema, ListCustomersPurchaseLimitInterval1, ListCustomersPurchaseLimitInterval1$inboundSchema, ListCustomersPurchaseLimitInterval2, ListCustomersPurchaseLimitInterval2$inboundSchema, ListCustomersPurchaseLimitUnion$inboundSchema, ListCustomersPurchaseScope, ListCustomersPurchaseScope$inboundSchema, ListCustomersResponse$inboundSchema, ListCustomersRevenuecat$inboundSchema, ListCustomersSpendLimit$inboundSchema, ListCustomersStatus, ListCustomersStatus$inboundSchema, ListCustomersStripe$inboundSchema, ListCustomersSubscription$inboundSchema, ListCustomersSubscriptionScope, ListCustomersSubscriptionScope$inboundSchema, ListCustomersSubscriptionStatus, ListCustomersSubscriptionStatus$outboundSchema, ListCustomersThresholdType, ListCustomersThresholdType$inboundSchema, ListCustomersType, ListCustomersType$inboundSchema, ListCustomersUsageAlert$inboundSchema, ListCustomersUsageLimit$inboundSchema, ListCustomersUsageLimitInterval, ListCustomersUsageLimitInterval$inboundSchema, ListCustomersVercel$inboundSchema, ListEntitiesBillingControls$inboundSchema, ListEntitiesCreditSchema$inboundSchema, ListEntitiesDisplay$inboundSchema, ListEntitiesEnv, ListEntitiesEnv$inboundSchema, ListEntitiesFeature$inboundSchema, ListEntitiesFlags$inboundSchema, ListEntitiesInterval, ListEntitiesInterval$inboundSchema, ListEntitiesInvoice$inboundSchema, ListEntitiesLimitType, ListEntitiesLimitType$inboundSchema, ListEntitiesList$inboundSchema, ListEntitiesModelMarkups$inboundSchema, ListEntitiesOverageAllowed$inboundSchema, ListEntitiesParams$outboundSchema, ListEntitiesPlan$outboundSchema, ListEntitiesProcessor, ListEntitiesProcessor$outboundSchema, ListEntitiesProcessorType, ListEntitiesProcessorType$inboundSchema, ListEntitiesProviderMarkups$inboundSchema, ListEntitiesPurchase$inboundSchema, ListEntitiesPurchaseScope, ListEntitiesPurchaseScope$inboundSchema, ListEntitiesResponse$inboundSchema, ListEntitiesSpendLimit$inboundSchema, ListEntitiesStatus, ListEntitiesStatus$inboundSchema, ListEntitiesSubscription$inboundSchema, ListEntitiesSubscriptionScope, ListEntitiesSubscriptionScope$inboundSchema, ListEntitiesSubscriptionStatus, ListEntitiesSubscriptionStatus$outboundSchema, ListEntitiesThresholdType, ListEntitiesThresholdType$inboundSchema, ListEntitiesType, ListEntitiesType$inboundSchema, ListEntitiesUsageAlert$inboundSchema, ListEntitiesUsageLimit$inboundSchema, ListEventsCustomRange$outboundSchema, ListEventsFeatureId$outboundSchema, ListEventsIntervalEnum, ListEventsIntervalEnum$inboundSchema, ListEventsIntervalUnion$inboundSchema, ListEventsList$inboundSchema, ListEventsReset$inboundSchema, ListEventsResponse$inboundSchema, ListFeaturesCreditSchema$inboundSchema, ListFeaturesDisplay$inboundSchema, ListFeaturesList$inboundSchema, ListFeaturesModelMarkups$inboundSchema, ListFeaturesProviderMarkups$inboundSchema, ListFeaturesRequest$outboundSchema, ListFeaturesResponse$inboundSchema, ListFeaturesType, ListFeaturesType$inboundSchema, ListPlansAddItemBillingMethod, ListPlansAddItemBillingMethod$inboundSchema, ListPlansAddItemPriceInterval, ListPlansAddItemPriceInterval$inboundSchema, ListPlansAddItemResetInterval, ListPlansAddItemResetInterval$inboundSchema, ListPlansAttachAction, ListPlansAttachAction$inboundSchema, ListPlansAutoTopup$inboundSchema, ListPlansBasePrice$inboundSchema, ListPlansBillingControls$inboundSchema, ListPlansConfig$inboundSchema, ListPlansCreditSchema$inboundSchema, ListPlansCustomerEligibility$inboundSchema, ListPlansCustomize$inboundSchema, ListPlansDurationType, ListPlansDurationType$inboundSchema, ListPlansEnv, ListPlansEnv$inboundSchema, ListPlansFeature$inboundSchema, ListPlansFeatureDisplay$inboundSchema, ListPlansFreeTrial$inboundSchema, ListPlansFreeTrialParams$inboundSchema, ListPlansIntervalRemoveItemEnum1, ListPlansIntervalRemoveItemEnum1$inboundSchema, ListPlansIntervalRemoveItemEnum2, ListPlansIntervalRemoveItemEnum2$inboundSchema, ListPlansIntervalUnion$inboundSchema, ListPlansItem$inboundSchema, ListPlansItemBillingMethod, ListPlansItemBillingMethod$inboundSchema, ListPlansItemDisplay$inboundSchema, ListPlansItemExpiryDurationType, ListPlansItemExpiryDurationType$inboundSchema, ListPlansItemPrice$inboundSchema, ListPlansItemReset$inboundSchema, ListPlansItemRollover$inboundSchema, ListPlansItemTier$inboundSchema, ListPlansItemTierBehavior, ListPlansItemTierBehavior$inboundSchema, ListPlansLimitType, ListPlansLimitType$inboundSchema, ListPlansList$inboundSchema, ListPlansOnDecrease, ListPlansOnDecrease$inboundSchema, ListPlansOnEnd, ListPlansOnEnd$inboundSchema, ListPlansOnIncrease, ListPlansOnIncrease$inboundSchema, ListPlansOverageAllowed$inboundSchema, ListPlansParams$outboundSchema, ListPlansPlanItem$inboundSchema, ListPlansPlanItemFilter$inboundSchema, ListPlansPrice$inboundSchema, ListPlansPriceDisplay$inboundSchema, ListPlansPriceInterval, ListPlansPriceInterval$inboundSchema, ListPlansPriceItemInterval, ListPlansPriceItemInterval$inboundSchema, ListPlansPriceVariantDetailsInterval, ListPlansPriceVariantDetailsInterval$inboundSchema, ListPlansProration$inboundSchema, ListPlansPurchaseLimit$inboundSchema, ListPlansPurchaseLimitInterval, ListPlansPurchaseLimitInterval$inboundSchema, ListPlansRemoveItemBillingMethod, ListPlansRemoveItemBillingMethod$inboundSchema, ListPlansResetItemInterval, ListPlansResetItemInterval$inboundSchema, ListPlansResponse$inboundSchema, ListPlansSpendLimit$inboundSchema, ListPlansStatus, ListPlansStatus$inboundSchema, ListPlansThresholdType, ListPlansThresholdType$inboundSchema, ListPlansTo$inboundSchema, ListPlansType, ListPlansType$inboundSchema, ListPlansUsageAlert$inboundSchema, ListPlansUsageLimit$inboundSchema, ListPlansUsageLimitInterval, ListPlansUsageLimitInterval$inboundSchema, ListPlansVariantDetails$inboundSchema, ListPlansVariantDetailsAutoTopup$inboundSchema, ListPlansVariantDetailsBillingControls$inboundSchema, ListPlansVariantDetailsDurationType, ListPlansVariantDetailsDurationType$inboundSchema, ListPlansVariantDetailsExpiryDurationType, ListPlansVariantDetailsExpiryDurationType$inboundSchema, ListPlansVariantDetailsLimitType, ListPlansVariantDetailsLimitType$inboundSchema, ListPlansVariantDetailsOnEnd, ListPlansVariantDetailsOnEnd$inboundSchema, ListPlansVariantDetailsOverageAllowed$inboundSchema, ListPlansVariantDetailsPrice$inboundSchema, ListPlansVariantDetailsPurchaseLimit$inboundSchema, ListPlansVariantDetailsPurchaseLimitInterval, ListPlansVariantDetailsPurchaseLimitInterval$inboundSchema, ListPlansVariantDetailsReset$inboundSchema, ListPlansVariantDetailsRollover$inboundSchema, ListPlansVariantDetailsSpendLimit$inboundSchema, ListPlansVariantDetailsThresholdType, ListPlansVariantDetailsThresholdType$inboundSchema, ListPlansVariantDetailsTier$inboundSchema, ListPlansVariantDetailsTierBehavior, ListPlansVariantDetailsTierBehavior$inboundSchema, ListPlansVariantDetailsUsageAlert$inboundSchema, ListPlansVariantDetailsUsageLimit$inboundSchema, ListPlansVariantDetailsUsageLimitInterval, ListPlansVariantDetailsUsageLimitInterval$inboundSchema, ListRewardsDuration$inboundSchema, ListRewardsResponse$inboundSchema, Migration$outboundSchema, MintKeyParams$outboundSchema, MintKeyResponse$inboundSchema, MultiAttachAttachDiscount$outboundSchema, MultiAttachBasePrice$outboundSchema, MultiAttachBillingControls$outboundSchema, MultiAttachBillingMethod, MultiAttachBillingMethod$outboundSchema, MultiAttachCode, MultiAttachCode$inboundSchema, MultiAttachCustomize$outboundSchema, MultiAttachDurationType, MultiAttachDurationType$outboundSchema, MultiAttachEntityData$outboundSchema, MultiAttachEntityDataInterval, MultiAttachEntityDataInterval$outboundSchema, MultiAttachExpiryDurationType, MultiAttachExpiryDurationType$outboundSchema, MultiAttachFeatureQuantity$outboundSchema, MultiAttachFreeTrialParams$outboundSchema, MultiAttachInvoice$inboundSchema, MultiAttachInvoiceMode$outboundSchema, MultiAttachItemPriceInterval, MultiAttachItemPriceInterval$outboundSchema, MultiAttachLimitType, MultiAttachLimitType$outboundSchema, MultiAttachOnDecrease, MultiAttachOnDecrease$outboundSchema, MultiAttachOnEnd, MultiAttachOnEnd$outboundSchema, MultiAttachOnIncrease, MultiAttachOnIncrease$outboundSchema, MultiAttachOverageAllowed$outboundSchema, MultiAttachParams$outboundSchema, MultiAttachPlan$outboundSchema, MultiAttachPlanItem$outboundSchema, MultiAttachPrice$outboundSchema, MultiAttachPriceInterval, MultiAttachPriceInterval$outboundSchema, MultiAttachProration$outboundSchema, MultiAttachRedirectMode, MultiAttachRedirectMode$outboundSchema, MultiAttachRequiredAction$inboundSchema, MultiAttachReset$outboundSchema, MultiAttachResetInterval, MultiAttachResetInterval$outboundSchema, MultiAttachResponse$inboundSchema, MultiAttachRollover$outboundSchema, MultiAttachSpendLimit$outboundSchema, MultiAttachThresholdType, MultiAttachThresholdType$outboundSchema, MultiAttachTier$outboundSchema, MultiAttachTierBehavior, MultiAttachTierBehavior$outboundSchema, MultiAttachTo$outboundSchema, MultiAttachUsageAlert$outboundSchema, MultiAttachUsageLimit$outboundSchema, OnDecrease, OnDecrease$inboundSchema, OnEnd, OnEnd$inboundSchema, OnIncrease, OnIncrease$inboundSchema, OpenCustomerPortalParams$outboundSchema, OpenCustomerPortalResponse$inboundSchema, PhaseResponse$inboundSchema, PhaseStart$outboundSchema, PhaseStartUnion$outboundSchema, Plan$inboundSchema, PlanAddItemBillingMethod, PlanAddItemBillingMethod$inboundSchema, PlanAddItemPriceInterval, PlanAddItemPriceInterval$inboundSchema, PlanAddItemResetInterval, PlanAddItemResetInterval$inboundSchema, PlanAutoTopup$inboundSchema, PlanBillingControls$inboundSchema, PlanConfig$inboundSchema, PlanCreditSchema$inboundSchema, PlanDurationType, PlanDurationType$inboundSchema, PlanEnv, PlanEnv$inboundSchema, PlanFeature$inboundSchema, PlanFeatureDisplay$inboundSchema, PlanIntervalRemoveItemEnum1, PlanIntervalRemoveItemEnum1$inboundSchema, PlanIntervalRemoveItemEnum2, PlanIntervalRemoveItemEnum2$inboundSchema, PlanIntervalUnion$inboundSchema, PlanItem$inboundSchema, PlanItemBillingMethod, PlanItemBillingMethod$inboundSchema, PlanItemDisplay$inboundSchema, PlanItemFilter$inboundSchema, PlanItemPrice$inboundSchema, PlanItemReset$inboundSchema, PlanItemRollover$inboundSchema, PlanItemTier$inboundSchema, PlanItemTierBehavior, PlanItemTierBehavior$inboundSchema, PlanItemTo$inboundSchema, PlanLimitType, PlanLimitType$inboundSchema, PlanOverageAllowed$inboundSchema, PlanPrice$inboundSchema, PlanPriceDisplay$inboundSchema, PlanPriceInterval, PlanPriceInterval$inboundSchema, PlanPriceItemInterval, PlanPriceItemInterval$inboundSchema, PlanPriceVariantDetailsInterval, PlanPriceVariantDetailsInterval$inboundSchema, PlanPurchaseLimit$inboundSchema, PlanPurchaseLimitInterval, PlanPurchaseLimitInterval$inboundSchema, PlanRemoveItemBillingMethod, PlanRemoveItemBillingMethod$inboundSchema, PlanResetItemInterval, PlanResetItemInterval$inboundSchema, PlanSpendLimit$inboundSchema, PlanStatus, PlanStatus$inboundSchema, PlanThresholdType, PlanThresholdType$inboundSchema, PlanType, PlanType$inboundSchema, PlanUsageAlert$inboundSchema, PlanUsageLimit$inboundSchema, PlanUsageLimitInterval, PlanUsageLimitInterval$inboundSchema, PlanVariantDetailsAutoTopup$inboundSchema, PlanVariantDetailsBillingControls$inboundSchema, PlanVariantDetailsDurationType, PlanVariantDetailsDurationType$inboundSchema, PlanVariantDetailsLimitType, PlanVariantDetailsLimitType$inboundSchema, PlanVariantDetailsOverageAllowed$inboundSchema, PlanVariantDetailsPrice$inboundSchema, PlanVariantDetailsPurchaseLimit$inboundSchema, PlanVariantDetailsPurchaseLimitInterval, PlanVariantDetailsPurchaseLimitInterval$inboundSchema, PlanVariantDetailsReset$inboundSchema, PlanVariantDetailsRollover$inboundSchema, PlanVariantDetailsSpendLimit$inboundSchema, PlanVariantDetailsThresholdType, PlanVariantDetailsThresholdType$inboundSchema, PlanVariantDetailsTier$inboundSchema, PlanVariantDetailsTierBehavior, PlanVariantDetailsTierBehavior$inboundSchema, PlanVariantDetailsTo$inboundSchema, PlanVariantDetailsUsageAlert$inboundSchema, PlanVariantDetailsUsageLimit$inboundSchema, PlanVariantDetailsUsageLimitInterval, PlanVariantDetailsUsageLimitInterval$inboundSchema, Preview1$inboundSchema, Preview2$inboundSchema, PreviewAttachAddItemBillingMethod, PreviewAttachAddItemBillingMethod$outboundSchema, PreviewAttachAddItemExpiryDurationType, PreviewAttachAddItemExpiryDurationType$outboundSchema, PreviewAttachAddItemOnDecrease, PreviewAttachAddItemOnDecrease$outboundSchema, PreviewAttachAddItemOnIncrease, PreviewAttachAddItemOnIncrease$outboundSchema, PreviewAttachAddItemPlanItem$outboundSchema, PreviewAttachAddItemPrice$outboundSchema, PreviewAttachAddItemPriceInterval, PreviewAttachAddItemPriceInterval$outboundSchema, PreviewAttachAddItemProration$outboundSchema, PreviewAttachAddItemReset$outboundSchema, PreviewAttachAddItemResetInterval, PreviewAttachAddItemResetInterval$outboundSchema, PreviewAttachAddItemRollover$outboundSchema, PreviewAttachAddItemTier$outboundSchema, PreviewAttachAddItemTierBehavior, PreviewAttachAddItemTierBehavior$outboundSchema, PreviewAttachAddItemTo$outboundSchema, PreviewAttachAttachDiscount$outboundSchema, PreviewAttachAutoTopup$outboundSchema, PreviewAttachBasePrice$outboundSchema, PreviewAttachBillingControls$outboundSchema, PreviewAttachCarryOverBalances$outboundSchema, PreviewAttachCarryOverUsages$outboundSchema, PreviewAttachCheckoutType, PreviewAttachCheckoutType$inboundSchema, PreviewAttachCustomLineItem$outboundSchema, PreviewAttachCustomize$outboundSchema, PreviewAttachDiscount$inboundSchema, PreviewAttachDurationType, PreviewAttachDurationType$outboundSchema, PreviewAttachFeatureQuantityRequest$outboundSchema, PreviewAttachFreeTrialParams$outboundSchema, PreviewAttachIncoming$inboundSchema, PreviewAttachIncomingFeatureQuantity$inboundSchema, PreviewAttachIntervalRemoveItemEnum1, PreviewAttachIntervalRemoveItemEnum1$outboundSchema, PreviewAttachIntervalRemoveItemEnum2, PreviewAttachIntervalRemoveItemEnum2$outboundSchema, PreviewAttachIntervalUnion$outboundSchema, PreviewAttachInvoiceCredits$inboundSchema, PreviewAttachInvoiceMode$outboundSchema, PreviewAttachItemBillingMethod, PreviewAttachItemBillingMethod$outboundSchema, PreviewAttachItemExpiryDurationType, PreviewAttachItemExpiryDurationType$outboundSchema, PreviewAttachItemOnDecrease, PreviewAttachItemOnDecrease$outboundSchema, PreviewAttachItemOnIncrease, PreviewAttachItemOnIncrease$outboundSchema, PreviewAttachItemPlanItem$outboundSchema, PreviewAttachItemPrice$outboundSchema, PreviewAttachItemPriceInterval, PreviewAttachItemPriceInterval$outboundSchema, PreviewAttachItemProration$outboundSchema, PreviewAttachItemReset$outboundSchema, PreviewAttachItemResetInterval, PreviewAttachItemResetInterval$outboundSchema, PreviewAttachItemRollover$outboundSchema, PreviewAttachItemTier$outboundSchema, PreviewAttachItemTierBehavior, PreviewAttachItemTierBehavior$outboundSchema, PreviewAttachItemTo$outboundSchema, PreviewAttachLimitType, PreviewAttachLimitType$outboundSchema, PreviewAttachLineItem$inboundSchema, PreviewAttachLineItemPeriod$inboundSchema, PreviewAttachNextCycle$inboundSchema, PreviewAttachNextCycleDiscount$inboundSchema, PreviewAttachNextCycleLineItem$inboundSchema, PreviewAttachNextCycleLineItemPeriod$inboundSchema, PreviewAttachOnEnd, PreviewAttachOnEnd$outboundSchema, PreviewAttachOutgoing$inboundSchema, PreviewAttachOutgoingFeatureQuantity$inboundSchema, PreviewAttachOverageAllowed$outboundSchema, PreviewAttachParams$outboundSchema, PreviewAttachPlanItemFilter$outboundSchema, PreviewAttachPlanSchedule, PreviewAttachPlanSchedule$outboundSchema, PreviewAttachPriceInterval, PreviewAttachPriceInterval$outboundSchema, PreviewAttachProrationBehavior, PreviewAttachProrationBehavior$outboundSchema, PreviewAttachPurchaseLimit$outboundSchema, PreviewAttachPurchaseLimitInterval, PreviewAttachPurchaseLimitInterval$outboundSchema, PreviewAttachRedirectMode, PreviewAttachRedirectMode$outboundSchema, PreviewAttachRemoveItemBillingMethod, PreviewAttachRemoveItemBillingMethod$outboundSchema, PreviewAttachResponse$inboundSchema, PreviewAttachSpendLimit$outboundSchema, PreviewAttachStatus, PreviewAttachStatus$inboundSchema, PreviewAttachTax$inboundSchema, PreviewAttachThresholdType, PreviewAttachThresholdType$outboundSchema, PreviewAttachUsageAlert$outboundSchema, PreviewAttachUsageLimit$outboundSchema, PreviewAttachUsageLimitInterval, PreviewAttachUsageLimitInterval$outboundSchema, PreviewAttachUsageLineItem$inboundSchema, PreviewAttachUsageLineItemPeriod$inboundSchema, PreviewMultiAttachAttachDiscount$outboundSchema, PreviewMultiAttachBasePrice$outboundSchema, PreviewMultiAttachBillingControls$outboundSchema, PreviewMultiAttachBillingMethod, PreviewMultiAttachBillingMethod$outboundSchema, PreviewMultiAttachCheckoutType, PreviewMultiAttachCheckoutType$inboundSchema, PreviewMultiAttachCustomize$outboundSchema, PreviewMultiAttachDiscount$inboundSchema, PreviewMultiAttachDurationType, PreviewMultiAttachDurationType$outboundSchema, PreviewMultiAttachEntityData$outboundSchema, PreviewMultiAttachEntityDataInterval, PreviewMultiAttachEntityDataInterval$outboundSchema, PreviewMultiAttachExpiryDurationType, PreviewMultiAttachExpiryDurationType$outboundSchema, PreviewMultiAttachFreeTrialParams$outboundSchema, PreviewMultiAttachIncoming$inboundSchema, PreviewMultiAttachIncomingFeatureQuantity$inboundSchema, PreviewMultiAttachInvoiceCredits$inboundSchema, PreviewMultiAttachInvoiceMode$outboundSchema, PreviewMultiAttachItemPriceInterval, PreviewMultiAttachItemPriceInterval$outboundSchema, PreviewMultiAttachLimitType, PreviewMultiAttachLimitType$outboundSchema, PreviewMultiAttachLineItem$inboundSchema, PreviewMultiAttachLineItemPeriod$inboundSchema, PreviewMultiAttachNextCycle$inboundSchema, PreviewMultiAttachNextCycleDiscount$inboundSchema, PreviewMultiAttachNextCycleLineItem$inboundSchema, PreviewMultiAttachNextCycleLineItemPeriod$inboundSchema, PreviewMultiAttachOnDecrease, PreviewMultiAttachOnDecrease$outboundSchema, PreviewMultiAttachOnEnd, PreviewMultiAttachOnEnd$outboundSchema, PreviewMultiAttachOnIncrease, PreviewMultiAttachOnIncrease$outboundSchema, PreviewMultiAttachOutgoing$inboundSchema, PreviewMultiAttachOutgoingFeatureQuantity$inboundSchema, PreviewMultiAttachOverageAllowed$outboundSchema, PreviewMultiAttachParams$outboundSchema, PreviewMultiAttachPlan$outboundSchema, PreviewMultiAttachPlanFeatureQuantity$outboundSchema, PreviewMultiAttachPlanItem$outboundSchema, PreviewMultiAttachPrice$outboundSchema, PreviewMultiAttachPriceInterval, PreviewMultiAttachPriceInterval$outboundSchema, PreviewMultiAttachProration$outboundSchema, PreviewMultiAttachRedirectMode, PreviewMultiAttachRedirectMode$outboundSchema, PreviewMultiAttachReset$outboundSchema, PreviewMultiAttachResetInterval, PreviewMultiAttachResetInterval$outboundSchema, PreviewMultiAttachResponse$inboundSchema, PreviewMultiAttachRollover$outboundSchema, PreviewMultiAttachSpendLimit$outboundSchema, PreviewMultiAttachStatus, PreviewMultiAttachStatus$inboundSchema, PreviewMultiAttachTax$inboundSchema, PreviewMultiAttachThresholdType, PreviewMultiAttachThresholdType$outboundSchema, PreviewMultiAttachTier$outboundSchema, PreviewMultiAttachTierBehavior, PreviewMultiAttachTierBehavior$outboundSchema, PreviewMultiAttachTo$outboundSchema, PreviewMultiAttachUsageAlert$outboundSchema, PreviewMultiAttachUsageLimit$outboundSchema, PreviewMultiAttachUsageLineItem$inboundSchema, PreviewMultiAttachUsageLineItemPeriod$inboundSchema, PreviewUpdateAddItemBillingMethod, PreviewUpdateAddItemBillingMethod$outboundSchema, PreviewUpdateAddItemExpiryDurationType, PreviewUpdateAddItemExpiryDurationType$outboundSchema, PreviewUpdateAddItemOnDecrease, PreviewUpdateAddItemOnDecrease$outboundSchema, PreviewUpdateAddItemOnIncrease, PreviewUpdateAddItemOnIncrease$outboundSchema, PreviewUpdateAddItemPlanItem$outboundSchema, PreviewUpdateAddItemPrice$outboundSchema, PreviewUpdateAddItemPriceInterval, PreviewUpdateAddItemPriceInterval$outboundSchema, PreviewUpdateAddItemProration$outboundSchema, PreviewUpdateAddItemReset$outboundSchema, PreviewUpdateAddItemResetInterval, PreviewUpdateAddItemResetInterval$outboundSchema, PreviewUpdateAddItemRollover$outboundSchema, PreviewUpdateAddItemTier$outboundSchema, PreviewUpdateAddItemTierBehavior, PreviewUpdateAddItemTierBehavior$outboundSchema, PreviewUpdateAddItemTo$outboundSchema, PreviewUpdateAttachDiscount$outboundSchema, PreviewUpdateAutoTopup$outboundSchema, PreviewUpdateBasePrice$outboundSchema, PreviewUpdateBillingControls$outboundSchema, PreviewUpdateCancelAction, PreviewUpdateCancelAction$outboundSchema, PreviewUpdateCarryOverUsages$outboundSchema, PreviewUpdateCustomize$outboundSchema, PreviewUpdateDiscount$inboundSchema, PreviewUpdateDurationType, PreviewUpdateDurationType$outboundSchema, PreviewUpdateFeatureQuantityRequest$outboundSchema, PreviewUpdateFreeTrialParams$outboundSchema, PreviewUpdateIncoming$inboundSchema, PreviewUpdateIncomingFeatureQuantity$inboundSchema, PreviewUpdateIntervalRemoveItemEnum1, PreviewUpdateIntervalRemoveItemEnum1$outboundSchema, PreviewUpdateIntervalRemoveItemEnum2, PreviewUpdateIntervalRemoveItemEnum2$outboundSchema, PreviewUpdateIntervalUnion$outboundSchema, PreviewUpdateInvoiceCredits$inboundSchema, PreviewUpdateInvoiceMode$outboundSchema, PreviewUpdateItemBillingMethod, PreviewUpdateItemBillingMethod$outboundSchema, PreviewUpdateItemExpiryDurationType, PreviewUpdateItemExpiryDurationType$outboundSchema, PreviewUpdateItemOnDecrease, PreviewUpdateItemOnDecrease$outboundSchema, PreviewUpdateItemOnIncrease, PreviewUpdateItemOnIncrease$outboundSchema, PreviewUpdateItemPlanItem$outboundSchema, PreviewUpdateItemPrice$outboundSchema, PreviewUpdateItemPriceInterval, PreviewUpdateItemPriceInterval$outboundSchema, PreviewUpdateItemProration$outboundSchema, PreviewUpdateItemReset$outboundSchema, PreviewUpdateItemResetInterval, PreviewUpdateItemResetInterval$outboundSchema, PreviewUpdateItemRollover$outboundSchema, PreviewUpdateItemTier$outboundSchema, PreviewUpdateItemTierBehavior, PreviewUpdateItemTierBehavior$outboundSchema, PreviewUpdateItemTo$outboundSchema, PreviewUpdateLimitType, PreviewUpdateLimitType$outboundSchema, PreviewUpdateLineItem$inboundSchema, PreviewUpdateLineItemPeriod$inboundSchema, PreviewUpdateNextCycle$inboundSchema, PreviewUpdateNextCycleDiscount$inboundSchema, PreviewUpdateNextCycleLineItem$inboundSchema, PreviewUpdateNextCycleLineItemPeriod$inboundSchema, PreviewUpdateOnEnd, PreviewUpdateOnEnd$outboundSchema, PreviewUpdateOutgoing$inboundSchema, PreviewUpdateOutgoingFeatureQuantity$inboundSchema, PreviewUpdateOverageAllowed$outboundSchema, PreviewUpdateParams$outboundSchema, PreviewUpdatePlanItemFilter$outboundSchema, PreviewUpdatePriceInterval, PreviewUpdatePriceInterval$outboundSchema, PreviewUpdateProrationBehavior, PreviewUpdateProrationBehavior$outboundSchema, PreviewUpdatePurchaseLimit$outboundSchema, PreviewUpdatePurchaseLimitInterval, PreviewUpdatePurchaseLimitInterval$outboundSchema, PreviewUpdateRecalculateBalances$outboundSchema, PreviewUpdateRedirectMode, PreviewUpdateRedirectMode$outboundSchema, PreviewUpdateRemoveItemBillingMethod, PreviewUpdateRemoveItemBillingMethod$outboundSchema, PreviewUpdateResponse$inboundSchema, PreviewUpdateSpendLimit$outboundSchema, PreviewUpdateStatus, PreviewUpdateStatus$inboundSchema, PreviewUpdateTax$inboundSchema, PreviewUpdateThresholdType, PreviewUpdateThresholdType$outboundSchema, PreviewUpdateUsageAlert$outboundSchema, PreviewUpdateUsageLimit$outboundSchema, PreviewUpdateUsageLimitInterval, PreviewUpdateUsageLimitInterval$outboundSchema, PreviewUpdateUsageLineItem$inboundSchema, PreviewUpdateUsageLineItemPeriod$inboundSchema, PriceVariantInterval, PriceVariantInterval$outboundSchema, ProcessorType, ProcessorType$inboundSchema, Processors$inboundSchema, ProductDisplay1$inboundSchema, ProductDisplay2$inboundSchema, ProductScenario1, ProductScenario1$inboundSchema, ProductScenario2, ProductScenario2$inboundSchema, ProductType1, ProductType1$inboundSchema, ProductType2, ProductType2$inboundSchema, Properties1$inboundSchema, Properties2$inboundSchema, Proration$inboundSchema, Purchase$inboundSchema, PurchaseScope, PurchaseScope$inboundSchema, Range, Range$outboundSchema, RedeemReferralCodeParams$outboundSchema, RedeemReferralCodeResponse$inboundSchema, RedeemRewardCodeParams$outboundSchema, RedeemRewardCodeResponse$inboundSchema, Referral$inboundSchema, ReferralCustomer$inboundSchema, RefreshKeyParams$outboundSchema, RefreshKeyResponse$inboundSchema, RequestAbortedError, RequestBody$outboundSchema, RequestTimeoutError, ResponseValidationError, Result$inboundSchema, Revenuecat$inboundSchema, RevokeKeyParams$outboundSchema, RevokeKeyResponse$inboundSchema, Rewards$inboundSchema, RewardsListParams$outboundSchema, SDKValidationError, SDK_METADATA, Scenario1, Scenario1$inboundSchema, Scenario2, Scenario2$inboundSchema, Security$outboundSchema, ServerList, SetupPaymentAddItemBillingMethod, SetupPaymentAddItemBillingMethod$outboundSchema, SetupPaymentAddItemExpiryDurationType, SetupPaymentAddItemExpiryDurationType$outboundSchema, SetupPaymentAddItemOnDecrease, SetupPaymentAddItemOnDecrease$outboundSchema, SetupPaymentAddItemOnIncrease, SetupPaymentAddItemOnIncrease$outboundSchema, SetupPaymentAddItemPlanItem$outboundSchema, SetupPaymentAddItemPrice$outboundSchema, SetupPaymentAddItemPriceInterval, SetupPaymentAddItemPriceInterval$outboundSchema, SetupPaymentAddItemProration$outboundSchema, SetupPaymentAddItemReset$outboundSchema, SetupPaymentAddItemResetInterval, SetupPaymentAddItemResetInterval$outboundSchema, SetupPaymentAddItemRollover$outboundSchema, SetupPaymentAddItemTier$outboundSchema, SetupPaymentAddItemTierBehavior, SetupPaymentAddItemTierBehavior$outboundSchema, SetupPaymentAddItemTo$outboundSchema, SetupPaymentAttachDiscount$outboundSchema, SetupPaymentAutoTopup$outboundSchema, SetupPaymentBasePrice$outboundSchema, SetupPaymentBillingControls$outboundSchema, SetupPaymentCarryOverBalances$outboundSchema, SetupPaymentCarryOverUsages$outboundSchema, SetupPaymentCustomLineItem$outboundSchema, SetupPaymentCustomize$outboundSchema, SetupPaymentDurationType, SetupPaymentDurationType$outboundSchema, SetupPaymentFeatureQuantity$outboundSchema, SetupPaymentFreeTrialParams$outboundSchema, SetupPaymentIntervalRemoveItemEnum1, SetupPaymentIntervalRemoveItemEnum1$outboundSchema, SetupPaymentIntervalRemoveItemEnum2, SetupPaymentIntervalRemoveItemEnum2$outboundSchema, SetupPaymentIntervalUnion$outboundSchema, SetupPaymentItemBillingMethod, SetupPaymentItemBillingMethod$outboundSchema, SetupPaymentItemExpiryDurationType, SetupPaymentItemExpiryDurationType$outboundSchema, SetupPaymentItemOnDecrease, SetupPaymentItemOnDecrease$outboundSchema, SetupPaymentItemOnIncrease, SetupPaymentItemOnIncrease$outboundSchema, SetupPaymentItemPlanItem$outboundSchema, SetupPaymentItemPrice$outboundSchema, SetupPaymentItemPriceInterval, SetupPaymentItemPriceInterval$outboundSchema, SetupPaymentItemProration$outboundSchema, SetupPaymentItemReset$outboundSchema, SetupPaymentItemResetInterval, SetupPaymentItemResetInterval$outboundSchema, SetupPaymentItemRollover$outboundSchema, SetupPaymentItemTier$outboundSchema, SetupPaymentItemTierBehavior, SetupPaymentItemTierBehavior$outboundSchema, SetupPaymentItemTo$outboundSchema, SetupPaymentLimitType, SetupPaymentLimitType$outboundSchema, SetupPaymentOnEnd, SetupPaymentOnEnd$outboundSchema, SetupPaymentOverageAllowed$outboundSchema, SetupPaymentParams$outboundSchema, SetupPaymentPlanItemFilter$outboundSchema, SetupPaymentPriceInterval, SetupPaymentPriceInterval$outboundSchema, SetupPaymentProrationBehavior, SetupPaymentProrationBehavior$outboundSchema, SetupPaymentPurchaseLimit$outboundSchema, SetupPaymentPurchaseLimitInterval, SetupPaymentPurchaseLimitInterval$outboundSchema, SetupPaymentRemoveItemBillingMethod, SetupPaymentRemoveItemBillingMethod$outboundSchema, SetupPaymentResponse$inboundSchema, SetupPaymentSpendLimit$outboundSchema, SetupPaymentThresholdType, SetupPaymentThresholdType$outboundSchema, SetupPaymentUsageAlert$outboundSchema, SetupPaymentUsageLimit$outboundSchema, SetupPaymentUsageLimitInterval, SetupPaymentUsageLimitInterval$outboundSchema, StartingAfter2$outboundSchema, StartsAt2$outboundSchema, StorePush, StorePush$inboundSchema, Stripe$inboundSchema, Subscription$inboundSchema, SubscriptionScope, SubscriptionScope$inboundSchema, SyncRevenueCatApp$inboundSchema, SyncRevenueCatEnv, SyncRevenueCatEnv$outboundSchema, SyncRevenueCatParams$outboundSchema, SyncRevenueCatPrice, SyncRevenueCatPrice$inboundSchema, SyncRevenueCatProduct, SyncRevenueCatProduct$inboundSchema, SyncRevenueCatResponse$inboundSchema, SyncRevenueCatStatus, SyncRevenueCatStatus$inboundSchema, Total$inboundSchema, TrackDeduction1$inboundSchema, TrackDeduction2$inboundSchema, TrackIntervalEnum1, TrackIntervalEnum1$inboundSchema, TrackIntervalEnum2, TrackIntervalEnum2$inboundSchema, TrackIntervalUnion1$inboundSchema, TrackIntervalUnion2$inboundSchema, TrackLock$outboundSchema, TrackParams$outboundSchema, TrackReset1$inboundSchema, TrackReset2$inboundSchema, TrackResponse$inboundSchema, TrackResponseBody1$inboundSchema, TrackResponseBody2$inboundSchema, TrackTokensDeduction1$inboundSchema, TrackTokensDeduction2$inboundSchema, TrackTokensIntervalEnum1, TrackTokensIntervalEnum1$inboundSchema, TrackTokensIntervalEnum2, TrackTokensIntervalEnum2$inboundSchema, TrackTokensIntervalUnion1$inboundSchema, TrackTokensIntervalUnion2$inboundSchema, TrackTokensParams$outboundSchema, TrackTokensReset1$inboundSchema, TrackTokensReset2$inboundSchema, TrackTokensResponse$inboundSchema, TrackTokensResponseBody1$inboundSchema, TrackTokensResponseBody2$inboundSchema, TrialsUsed$inboundSchema, UnexpectedClientError, UpdateBalanceInterval, UpdateBalanceInterval$outboundSchema, UpdateBalanceParams$outboundSchema, UpdateBalanceResponse$inboundSchema, UpdateCustomerAutoTopupRequest$outboundSchema, UpdateCustomerAutoTopupResponse$inboundSchema, UpdateCustomerBillingControlsRequest$outboundSchema, UpdateCustomerBillingControlsResponse$inboundSchema, UpdateCustomerConfigRequest$outboundSchema, UpdateCustomerConfigResponse$inboundSchema, UpdateCustomerCreditSchema$inboundSchema, UpdateCustomerDisplay$inboundSchema, UpdateCustomerEnv, UpdateCustomerEnv$inboundSchema, UpdateCustomerFeature$inboundSchema, UpdateCustomerFlags$inboundSchema, UpdateCustomerLimitTypeRequestBody, UpdateCustomerLimitTypeRequestBody$outboundSchema, UpdateCustomerLimitTypeResponse, UpdateCustomerLimitTypeResponse$inboundSchema, UpdateCustomerModelMarkups$inboundSchema, UpdateCustomerOverageAllowedRequest$outboundSchema, UpdateCustomerOverageAllowedResponse$inboundSchema, UpdateCustomerParams$outboundSchema, UpdateCustomerProcessors$inboundSchema, UpdateCustomerProviderMarkups$inboundSchema, UpdateCustomerPurchase$inboundSchema, UpdateCustomerPurchaseLimitIntervalRequestBody, UpdateCustomerPurchaseLimitIntervalRequestBody$outboundSchema, UpdateCustomerPurchaseLimitIntervalResponse1, UpdateCustomerPurchaseLimitIntervalResponse1$inboundSchema, UpdateCustomerPurchaseLimitIntervalResponse2, UpdateCustomerPurchaseLimitIntervalResponse2$inboundSchema, UpdateCustomerPurchaseLimitRequest$outboundSchema, UpdateCustomerPurchaseLimitResponse1$inboundSchema, UpdateCustomerPurchaseLimitResponse2$inboundSchema, UpdateCustomerPurchaseLimitUnion$inboundSchema, UpdateCustomerPurchaseScope, UpdateCustomerPurchaseScope$inboundSchema, UpdateCustomerResponse$inboundSchema, UpdateCustomerRevenuecat$inboundSchema, UpdateCustomerSpendLimitRequest$outboundSchema, UpdateCustomerSpendLimitResponse$inboundSchema, UpdateCustomerStatus, UpdateCustomerStatus$inboundSchema, UpdateCustomerStripe$inboundSchema, UpdateCustomerSubscription$inboundSchema, UpdateCustomerSubscriptionScope, UpdateCustomerSubscriptionScope$inboundSchema, UpdateCustomerThresholdTypeRequestBody, UpdateCustomerThresholdTypeRequestBody$outboundSchema, UpdateCustomerThresholdTypeResponse, UpdateCustomerThresholdTypeResponse$inboundSchema, UpdateCustomerType, UpdateCustomerType$inboundSchema, UpdateCustomerUsageAlertRequestBody$outboundSchema, UpdateCustomerUsageAlertResponse$inboundSchema, UpdateCustomerUsageLimitIntervalRequestBody, UpdateCustomerUsageLimitIntervalRequestBody$outboundSchema, UpdateCustomerUsageLimitIntervalResponse, UpdateCustomerUsageLimitIntervalResponse$inboundSchema, UpdateCustomerUsageLimitRequest$outboundSchema, UpdateCustomerUsageLimitResponse$inboundSchema, UpdateCustomerVercel$inboundSchema, UpdateEntityBillingControlsRequest$outboundSchema, UpdateEntityBillingControlsResponse$inboundSchema, UpdateEntityCreditSchema$inboundSchema, UpdateEntityDisplay$inboundSchema, UpdateEntityEnv, UpdateEntityEnv$inboundSchema, UpdateEntityFeature$inboundSchema, UpdateEntityFlags$inboundSchema, UpdateEntityIntervalRequestBody, UpdateEntityIntervalRequestBody$outboundSchema, UpdateEntityIntervalResponse, UpdateEntityIntervalResponse$inboundSchema, UpdateEntityInvoice$inboundSchema, UpdateEntityLimitTypeRequestBody, UpdateEntityLimitTypeRequestBody$outboundSchema, UpdateEntityLimitTypeResponse, UpdateEntityLimitTypeResponse$inboundSchema, UpdateEntityModelMarkups$inboundSchema, UpdateEntityOverageAllowedRequest$outboundSchema, UpdateEntityOverageAllowedResponse$inboundSchema, UpdateEntityParams$outboundSchema, UpdateEntityProcessorType, UpdateEntityProcessorType$inboundSchema, UpdateEntityProviderMarkups$inboundSchema, UpdateEntityPurchase$inboundSchema, UpdateEntityPurchaseScope, UpdateEntityPurchaseScope$inboundSchema, UpdateEntityResponse$inboundSchema, UpdateEntitySpendLimitRequest$outboundSchema, UpdateEntitySpendLimitResponse$inboundSchema, UpdateEntityStatus, UpdateEntityStatus$inboundSchema, UpdateEntitySubscription$inboundSchema, UpdateEntitySubscriptionScope, UpdateEntitySubscriptionScope$inboundSchema, UpdateEntityThresholdTypeRequestBody, UpdateEntityThresholdTypeRequestBody$outboundSchema, UpdateEntityThresholdTypeResponse, UpdateEntityThresholdTypeResponse$inboundSchema, UpdateEntityType, UpdateEntityType$inboundSchema, UpdateEntityUsageAlertRequestBody$outboundSchema, UpdateEntityUsageAlertResponse$inboundSchema, UpdateEntityUsageLimitRequest$outboundSchema, UpdateEntityUsageLimitResponse$inboundSchema, UpdateFeatureCreditSchemaRequestBody$outboundSchema, UpdateFeatureCreditSchemaResponse$inboundSchema, UpdateFeatureDisplayRequestBody$outboundSchema, UpdateFeatureDisplayResponse$inboundSchema, UpdateFeatureModelMarkupsRequest$outboundSchema, UpdateFeatureModelMarkupsResponse$inboundSchema, UpdateFeatureParams$outboundSchema, UpdateFeatureProviderMarkupsRequest$outboundSchema, UpdateFeatureProviderMarkupsResponse$inboundSchema, UpdateFeatureResponse$inboundSchema, UpdateFeatureTypeRequestBody, UpdateFeatureTypeRequestBody$outboundSchema, UpdateFeatureTypeResponse, UpdateFeatureTypeResponse$inboundSchema, UpdatePlanAttachAction, UpdatePlanAttachAction$inboundSchema, UpdatePlanAutoTopupRequest$outboundSchema, UpdatePlanAutoTopupResponse$inboundSchema, UpdatePlanBasePriceRequest$outboundSchema, UpdatePlanBasePriceResponse$inboundSchema, UpdatePlanBillingControlsRequest$outboundSchema, UpdatePlanBillingControlsResponse$inboundSchema, UpdatePlanConfigRequest$outboundSchema, UpdatePlanConfigResponse$inboundSchema, UpdatePlanCreditSchema$inboundSchema, UpdatePlanCustomerEligibility$inboundSchema, UpdatePlanCustomizeResponse$inboundSchema, UpdatePlanDurationTypeRequest, UpdatePlanDurationTypeRequest$outboundSchema, UpdatePlanDurationTypeResponse, UpdatePlanDurationTypeResponse$inboundSchema, UpdatePlanEnv, UpdatePlanEnv$inboundSchema, UpdatePlanFeature$inboundSchema, UpdatePlanFeatureDisplay$inboundSchema, UpdatePlanFreeTrial$inboundSchema, UpdatePlanFreeTrialParamsRequest$outboundSchema, UpdatePlanFreeTrialParamsResponse$inboundSchema, UpdatePlanIntervalVariantDetailsRemoveItemEnum1, UpdatePlanIntervalVariantDetailsRemoveItemEnum1$inboundSchema, UpdatePlanIntervalVariantDetailsRemoveItemEnum2, UpdatePlanIntervalVariantDetailsRemoveItemEnum2$inboundSchema, UpdatePlanItem$inboundSchema, UpdatePlanItemBillingMethodRequestBody, UpdatePlanItemBillingMethodRequestBody$outboundSchema, UpdatePlanItemBillingMethodResponse, UpdatePlanItemBillingMethodResponse$inboundSchema, UpdatePlanItemDisplay$inboundSchema, UpdatePlanItemExpiryDurationTypeRequestBody, UpdatePlanItemExpiryDurationTypeRequestBody$outboundSchema, UpdatePlanItemExpiryDurationTypeResponse, UpdatePlanItemExpiryDurationTypeResponse$inboundSchema, UpdatePlanItemOnDecrease, UpdatePlanItemOnDecrease$outboundSchema, UpdatePlanItemOnIncrease, UpdatePlanItemOnIncrease$outboundSchema, UpdatePlanItemPlanItem$outboundSchema, UpdatePlanItemPriceIntervalRequestBody, UpdatePlanItemPriceIntervalRequestBody$outboundSchema, UpdatePlanItemPriceRequestBody$outboundSchema, UpdatePlanItemPriceResponse$inboundSchema, UpdatePlanItemProration$outboundSchema, UpdatePlanItemResetIntervalRequestBody, UpdatePlanItemResetIntervalRequestBody$outboundSchema, UpdatePlanItemResetRequestBody$outboundSchema, UpdatePlanItemResetResponse$inboundSchema, UpdatePlanItemRolloverRequestBody$outboundSchema, UpdatePlanItemRolloverResponse$inboundSchema, UpdatePlanItemTierBehaviorRequestBody, UpdatePlanItemTierBehaviorRequestBody$outboundSchema, UpdatePlanItemTierBehaviorResponse, UpdatePlanItemTierBehaviorResponse$inboundSchema, UpdatePlanItemTierRequestBody$outboundSchema, UpdatePlanItemTierResponse$inboundSchema, UpdatePlanItemToRequestBody$outboundSchema, UpdatePlanItemToResponse$inboundSchema, UpdatePlanLimitTypeRequestBody, UpdatePlanLimitTypeRequestBody$outboundSchema, UpdatePlanLimitTypeResponse, UpdatePlanLimitTypeResponse$inboundSchema, UpdatePlanOnEndRequest, UpdatePlanOnEndRequest$outboundSchema, UpdatePlanOnEndResponse, UpdatePlanOnEndResponse$inboundSchema, UpdatePlanOverageAllowedRequest$outboundSchema, UpdatePlanOverageAllowedResponse$inboundSchema, UpdatePlanParams$outboundSchema, UpdatePlanPlanItemFilterResponse$inboundSchema, UpdatePlanPlanItemResponse$inboundSchema, UpdatePlanPriceDisplay$inboundSchema, UpdatePlanPriceIntervalRequestBody, UpdatePlanPriceIntervalRequestBody$outboundSchema, UpdatePlanPriceIntervalResponse, UpdatePlanPriceIntervalResponse$inboundSchema, UpdatePlanPriceItemIntervalResponse, UpdatePlanPriceItemIntervalResponse$inboundSchema, UpdatePlanPriceResponse$inboundSchema, UpdatePlanPriceVariantDetailsInterval, UpdatePlanPriceVariantDetailsInterval$inboundSchema, UpdatePlanProrationResponse$inboundSchema, UpdatePlanPurchaseLimitIntervalRequestBody, UpdatePlanPurchaseLimitIntervalRequestBody$outboundSchema, UpdatePlanPurchaseLimitIntervalResponse, UpdatePlanPurchaseLimitIntervalResponse$inboundSchema, UpdatePlanPurchaseLimitRequest$outboundSchema, UpdatePlanPurchaseLimitResponse$inboundSchema, UpdatePlanResetItemIntervalResponse, UpdatePlanResetItemIntervalResponse$inboundSchema, UpdatePlanResponse$inboundSchema, UpdatePlanSpendLimitRequest$outboundSchema, UpdatePlanSpendLimitResponse$inboundSchema, UpdatePlanStatus, UpdatePlanStatus$inboundSchema, UpdatePlanThresholdTypeRequestBody, UpdatePlanThresholdTypeRequestBody$outboundSchema, UpdatePlanThresholdTypeResponse, UpdatePlanThresholdTypeResponse$inboundSchema, UpdatePlanType, UpdatePlanType$inboundSchema, UpdatePlanUsageAlertRequestBody$outboundSchema, UpdatePlanUsageAlertResponse$inboundSchema, UpdatePlanUsageLimitIntervalRequestBody, UpdatePlanUsageLimitIntervalRequestBody$outboundSchema, UpdatePlanUsageLimitIntervalResponse, UpdatePlanUsageLimitIntervalResponse$inboundSchema, UpdatePlanUsageLimitRequest$outboundSchema, UpdatePlanUsageLimitResponse$inboundSchema, UpdatePlanVariantDetails$inboundSchema, UpdatePlanVariantDetailsAddItemBillingMethod, UpdatePlanVariantDetailsAddItemBillingMethod$inboundSchema, UpdatePlanVariantDetailsAddItemPriceInterval, UpdatePlanVariantDetailsAddItemPriceInterval$inboundSchema, UpdatePlanVariantDetailsAutoTopup$inboundSchema, UpdatePlanVariantDetailsBillingControls$inboundSchema, UpdatePlanVariantDetailsDurationType, UpdatePlanVariantDetailsDurationType$inboundSchema, UpdatePlanVariantDetailsExpiryDurationType, UpdatePlanVariantDetailsExpiryDurationType$inboundSchema, UpdatePlanVariantDetailsIntervalUnion$inboundSchema, UpdatePlanVariantDetailsLimitType, UpdatePlanVariantDetailsLimitType$inboundSchema, UpdatePlanVariantDetailsOnDecrease, UpdatePlanVariantDetailsOnDecrease$inboundSchema, UpdatePlanVariantDetailsOnEnd, UpdatePlanVariantDetailsOnEnd$inboundSchema, UpdatePlanVariantDetailsOnIncrease, UpdatePlanVariantDetailsOnIncrease$inboundSchema, UpdatePlanVariantDetailsOverageAllowed$inboundSchema, UpdatePlanVariantDetailsPrice$inboundSchema, UpdatePlanVariantDetailsPurchaseLimit$inboundSchema, UpdatePlanVariantDetailsPurchaseLimitInterval, UpdatePlanVariantDetailsPurchaseLimitInterval$inboundSchema, UpdatePlanVariantDetailsRemoveItemBillingMethod, UpdatePlanVariantDetailsRemoveItemBillingMethod$inboundSchema, UpdatePlanVariantDetailsReset$inboundSchema, UpdatePlanVariantDetailsResetInterval, UpdatePlanVariantDetailsResetInterval$inboundSchema, UpdatePlanVariantDetailsRollover$inboundSchema, UpdatePlanVariantDetailsSpendLimit$inboundSchema, UpdatePlanVariantDetailsThresholdType, UpdatePlanVariantDetailsThresholdType$inboundSchema, UpdatePlanVariantDetailsTier$inboundSchema, UpdatePlanVariantDetailsTierBehavior, UpdatePlanVariantDetailsTierBehavior$inboundSchema, UpdatePlanVariantDetailsTo$inboundSchema, UpdatePlanVariantDetailsUsageAlert$inboundSchema, UpdatePlanVariantDetailsUsageLimit$inboundSchema, UpdatePlanVariantDetailsUsageLimitInterval, UpdatePlanVariantDetailsUsageLimitInterval$inboundSchema, UpdateSubscriptionParams$outboundSchema, UsageModel1, UsageModel1$inboundSchema, UsageModel2, UsageModel2$inboundSchema, Variant$outboundSchema, VariantAddItemBillingMethod, VariantAddItemBillingMethod$outboundSchema, VariantAddItemPriceInterval, VariantAddItemPriceInterval$outboundSchema, VariantAutoTopup$outboundSchema, VariantBasePrice$outboundSchema, VariantBillingControls$outboundSchema, VariantCustomize$outboundSchema, VariantDetails$inboundSchema, VariantDetailsExpiryDurationType, VariantDetailsExpiryDurationType$inboundSchema, VariantDetailsOnEnd, VariantDetailsOnEnd$inboundSchema, VariantDurationType, VariantDurationType$outboundSchema, VariantExpiryDurationType, VariantExpiryDurationType$outboundSchema, VariantFreeTrialParams$outboundSchema, VariantIntervalUnion$outboundSchema, VariantLimitType, VariantLimitType$outboundSchema, VariantMigration$outboundSchema, VariantOnDecrease, VariantOnDecrease$outboundSchema, VariantOnEnd, VariantOnEnd$outboundSchema, VariantOnIncrease, VariantOnIncrease$outboundSchema, VariantOverageAllowed$outboundSchema, VariantPlanItem$outboundSchema, VariantPlanItemFilter$outboundSchema, VariantPrice$outboundSchema, VariantProration$outboundSchema, VariantPurchaseLimit$outboundSchema, VariantPurchaseLimitInterval, VariantPurchaseLimitInterval$outboundSchema, VariantRemoveItemBillingMethod, VariantRemoveItemBillingMethod$outboundSchema, VariantReset$outboundSchema, VariantResetInterval, VariantResetInterval$outboundSchema, VariantRollover$outboundSchema, VariantSpendLimit$outboundSchema, VariantThresholdType, VariantThresholdType$outboundSchema, VariantTier$outboundSchema, VariantTierBehavior, VariantTierBehavior$outboundSchema, VariantTo$outboundSchema, VariantUsageAlert$outboundSchema, VariantUsageLimit$outboundSchema, VariantUsageLimitInterval, VariantUsageLimitInterval$outboundSchema, 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_exports as 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, types_exports 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 };
32757
+ export { AggregateEventsCustomRange$outboundSchema, AggregateEventsFeatureId$outboundSchema, AggregateEventsList$inboundSchema, AggregateEventsResponse$inboundSchema, ApiKey$inboundSchema, AttachAction, AttachAction$inboundSchema, AttachAddItemBillingMethod, AttachAddItemBillingMethod$outboundSchema, AttachAddItemExpiryDurationType, AttachAddItemExpiryDurationType$outboundSchema, AttachAddItemOnDecrease, AttachAddItemOnDecrease$outboundSchema, AttachAddItemOnIncrease, AttachAddItemOnIncrease$outboundSchema, AttachAddItemPlanItem$outboundSchema, AttachAddItemPrice$outboundSchema, AttachAddItemPriceInterval, AttachAddItemPriceInterval$outboundSchema, AttachAddItemProration$outboundSchema, AttachAddItemReset$outboundSchema, AttachAddItemResetInterval, AttachAddItemResetInterval$outboundSchema, AttachAddItemRollover$outboundSchema, AttachAddItemTier$outboundSchema, AttachAddItemTierBehavior, AttachAddItemTierBehavior$outboundSchema, AttachAddItemTo$outboundSchema, AttachAttachDiscount$outboundSchema, AttachAutoTopup$outboundSchema, AttachBasePrice$outboundSchema, AttachBillingControls$outboundSchema, AttachCarryOverBalances$outboundSchema, AttachCarryOverUsages$outboundSchema, AttachCode, AttachCode$inboundSchema, AttachCustomLineItem$outboundSchema, AttachCustomize$outboundSchema, AttachDurationType, AttachDurationType$outboundSchema, AttachFeatureQuantity$outboundSchema, AttachFilter$outboundSchema, AttachFreeTrialParams$outboundSchema, AttachIntervalRemoveItemEnum1, AttachIntervalRemoveItemEnum1$outboundSchema, AttachIntervalRemoveItemEnum2, AttachIntervalRemoveItemEnum2$outboundSchema, AttachIntervalUnion$outboundSchema, AttachInvoice$inboundSchema, AttachInvoiceMode$outboundSchema, AttachItemBillingMethod, AttachItemBillingMethod$outboundSchema, AttachItemExpiryDurationType, AttachItemExpiryDurationType$outboundSchema, AttachItemOnDecrease, AttachItemOnDecrease$outboundSchema, AttachItemOnIncrease, AttachItemOnIncrease$outboundSchema, AttachItemPlanItem$outboundSchema, AttachItemPrice$outboundSchema, AttachItemPriceInterval, AttachItemPriceInterval$outboundSchema, AttachItemProration$outboundSchema, AttachItemReset$outboundSchema, AttachItemResetInterval, AttachItemResetInterval$outboundSchema, AttachItemRollover$outboundSchema, AttachItemTier$outboundSchema, AttachItemTierBehavior, AttachItemTierBehavior$outboundSchema, AttachItemTo$outboundSchema, AttachLimitType, AttachLimitType$outboundSchema, AttachOnEnd, AttachOnEnd$outboundSchema, AttachOverageAllowed$outboundSchema, AttachParams$outboundSchema, AttachPlanItemFilter$outboundSchema, AttachPlanSchedule, AttachPlanSchedule$outboundSchema, AttachPriceInterval, AttachPriceInterval$outboundSchema, AttachProperties$outboundSchema, AttachProrationBehavior, AttachProrationBehavior$outboundSchema, AttachPurchaseLimit$outboundSchema, AttachPurchaseLimitInterval, AttachPurchaseLimitInterval$outboundSchema, AttachRedirectMode, AttachRedirectMode$outboundSchema, AttachRemoveItemBillingMethod, AttachRemoveItemBillingMethod$outboundSchema, AttachRequiredAction$inboundSchema, AttachResponse$inboundSchema, AttachSpendLimit$outboundSchema, AttachThresholdType, AttachThresholdType$outboundSchema, AttachUsageAlert$outboundSchema, AttachUsageLimit$outboundSchema, AttachUsageLimitInterval, AttachUsageLimitInterval$outboundSchema, Autumn, AutumnDefaultError, AutumnError, Balance$inboundSchema, BalanceBillingMethod, BalanceBillingMethod$inboundSchema, BalanceCreditSchema$inboundSchema, BalanceDisplay$inboundSchema, BalanceFeature$inboundSchema, BalanceIntervalEnum, BalanceIntervalEnum$inboundSchema, BalanceIntervalUnion$inboundSchema, BalanceModelMarkups$inboundSchema, BalancePrice$inboundSchema, BalanceProviderMarkups$inboundSchema, BalanceReset$inboundSchema, BalanceRollover$inboundSchema, BalanceTier$inboundSchema, BalanceTierBehavior, BalanceTierBehavior$inboundSchema, BalanceTo$inboundSchema, BalanceType, BalanceType$inboundSchema, BasePrice$inboundSchema, BatchTrackLock$outboundSchema, BatchTrackResponse$inboundSchema, Billable$outboundSchema, BillableProcessor, BillableProcessor$outboundSchema, BillingCycleAnchor2, BillingCycleAnchor2$outboundSchema, BillingUpdateAddItemBillingMethod, BillingUpdateAddItemBillingMethod$outboundSchema, BillingUpdateAddItemExpiryDurationType, BillingUpdateAddItemExpiryDurationType$outboundSchema, BillingUpdateAddItemOnDecrease, BillingUpdateAddItemOnDecrease$outboundSchema, BillingUpdateAddItemOnIncrease, BillingUpdateAddItemOnIncrease$outboundSchema, BillingUpdateAddItemPlanItem$outboundSchema, BillingUpdateAddItemPrice$outboundSchema, BillingUpdateAddItemPriceInterval, BillingUpdateAddItemPriceInterval$outboundSchema, BillingUpdateAddItemProration$outboundSchema, BillingUpdateAddItemReset$outboundSchema, BillingUpdateAddItemResetInterval, BillingUpdateAddItemResetInterval$outboundSchema, BillingUpdateAddItemRollover$outboundSchema, BillingUpdateAddItemTier$outboundSchema, BillingUpdateAddItemTierBehavior, BillingUpdateAddItemTierBehavior$outboundSchema, BillingUpdateAddItemTo$outboundSchema, BillingUpdateAttachDiscount$outboundSchema, BillingUpdateAutoTopup$outboundSchema, BillingUpdateBasePrice$outboundSchema, BillingUpdateBillingControls$outboundSchema, BillingUpdateCancelAction, BillingUpdateCancelAction$outboundSchema, BillingUpdateCarryOverUsages$outboundSchema, BillingUpdateCode, BillingUpdateCode$inboundSchema, BillingUpdateCustomize$outboundSchema, BillingUpdateDurationType, BillingUpdateDurationType$outboundSchema, BillingUpdateFeatureQuantity$outboundSchema, BillingUpdateFilter$outboundSchema, BillingUpdateFreeTrialParams$outboundSchema, BillingUpdateIntervalRemoveItemEnum1, BillingUpdateIntervalRemoveItemEnum1$outboundSchema, BillingUpdateIntervalRemoveItemEnum2, BillingUpdateIntervalRemoveItemEnum2$outboundSchema, BillingUpdateIntervalUnion$outboundSchema, BillingUpdateInvoice$inboundSchema, BillingUpdateInvoiceMode$outboundSchema, BillingUpdateItemBillingMethod, BillingUpdateItemBillingMethod$outboundSchema, BillingUpdateItemExpiryDurationType, BillingUpdateItemExpiryDurationType$outboundSchema, BillingUpdateItemOnDecrease, BillingUpdateItemOnDecrease$outboundSchema, BillingUpdateItemOnIncrease, BillingUpdateItemOnIncrease$outboundSchema, BillingUpdateItemPlanItem$outboundSchema, BillingUpdateItemPrice$outboundSchema, BillingUpdateItemPriceInterval, BillingUpdateItemPriceInterval$outboundSchema, BillingUpdateItemProration$outboundSchema, BillingUpdateItemReset$outboundSchema, BillingUpdateItemResetInterval, BillingUpdateItemResetInterval$outboundSchema, BillingUpdateItemRollover$outboundSchema, BillingUpdateItemTier$outboundSchema, BillingUpdateItemTierBehavior, BillingUpdateItemTierBehavior$outboundSchema, BillingUpdateItemTo$outboundSchema, BillingUpdateLimitType, BillingUpdateLimitType$outboundSchema, BillingUpdateOnEnd, BillingUpdateOnEnd$outboundSchema, BillingUpdateOverageAllowed$outboundSchema, BillingUpdatePlanItemFilter$outboundSchema, BillingUpdatePriceInterval, BillingUpdatePriceInterval$outboundSchema, BillingUpdateProperties$outboundSchema, BillingUpdateProrationBehavior, BillingUpdateProrationBehavior$outboundSchema, BillingUpdatePurchaseLimit$outboundSchema, BillingUpdatePurchaseLimitInterval, BillingUpdatePurchaseLimitInterval$outboundSchema, BillingUpdateRecalculateBalances$outboundSchema, BillingUpdateRedirectMode, BillingUpdateRedirectMode$outboundSchema, BillingUpdateRefundLastPayment, BillingUpdateRefundLastPayment$outboundSchema, BillingUpdateRemoveItemBillingMethod, BillingUpdateRemoveItemBillingMethod$outboundSchema, BillingUpdateRequiredAction$inboundSchema, BillingUpdateResponse$inboundSchema, BillingUpdateSpendLimit$outboundSchema, BillingUpdateThresholdType, BillingUpdateThresholdType$outboundSchema, BillingUpdateUsageAlert$outboundSchema, BillingUpdateUsageLimit$outboundSchema, BillingUpdateUsageLimitInterval, BillingUpdateUsageLimitInterval$outboundSchema, BinSize, BinSize$outboundSchema, Breakdown$inboundSchema, CheckAutoTopup1$inboundSchema, CheckAutoTopup2$inboundSchema, CheckBillingControls1$inboundSchema, CheckBillingControls2$inboundSchema, CheckConfig1$inboundSchema, CheckConfig2$inboundSchema, CheckCreditSchema1$inboundSchema, CheckCreditSchema2$inboundSchema, CheckEnv1, CheckEnv1$inboundSchema, CheckEnv2, CheckEnv2$inboundSchema, CheckFeature1$inboundSchema, CheckFeature2$inboundSchema, CheckFilter1$inboundSchema, CheckFilter2$inboundSchema, CheckFreeTrial1$inboundSchema, CheckFreeTrial2$inboundSchema, CheckItem1$inboundSchema, CheckItem2$inboundSchema, CheckItemInterval1, CheckItemInterval1$inboundSchema, CheckItemInterval2, CheckItemInterval2$inboundSchema, CheckLimitType1, CheckLimitType1$inboundSchema, CheckLimitType2, CheckLimitType2$inboundSchema, CheckLock$outboundSchema, CheckModelMarkups1$inboundSchema, CheckModelMarkups2$inboundSchema, CheckOnDecrease1, CheckOnDecrease1$inboundSchema, CheckOnDecrease2, CheckOnDecrease2$inboundSchema, CheckOnEnd1, CheckOnEnd1$inboundSchema, CheckOnEnd2, CheckOnEnd2$inboundSchema, CheckOnIncrease1, CheckOnIncrease1$inboundSchema, CheckOnIncrease2, CheckOnIncrease2$inboundSchema, CheckOverageAllowed1$inboundSchema, CheckOverageAllowed2$inboundSchema, CheckParams$outboundSchema, CheckProduct1$inboundSchema, CheckProduct2$inboundSchema, CheckProperties1$inboundSchema, CheckProperties2$inboundSchema, CheckProviderMarkups1$inboundSchema, CheckProviderMarkups2$inboundSchema, CheckPurchaseLimit1$inboundSchema, CheckPurchaseLimit2$inboundSchema, CheckPurchaseLimitInterval1, CheckPurchaseLimitInterval1$inboundSchema, CheckPurchaseLimitInterval2, CheckPurchaseLimitInterval2$inboundSchema, CheckResponse$inboundSchema, CheckResponseBody1$inboundSchema, CheckResponseBody2$inboundSchema, CheckRollover1$inboundSchema, CheckRollover2$inboundSchema, CheckSpendLimit1$inboundSchema, CheckSpendLimit2$inboundSchema, CheckThresholdType1, CheckThresholdType1$inboundSchema, CheckThresholdType2, CheckThresholdType2$inboundSchema, CheckTierBehavior1, CheckTierBehavior1$inboundSchema, CheckTierBehavior2, CheckTierBehavior2$inboundSchema, CheckUsageAlert1$inboundSchema, CheckUsageAlert2$inboundSchema, CheckUsageLimit1$inboundSchema, CheckUsageLimit2$inboundSchema, CheckUsageLimitInterval1, CheckUsageLimitInterval1$inboundSchema, CheckUsageLimitInterval2, CheckUsageLimitInterval2$inboundSchema, ConfigDuration1, ConfigDuration1$inboundSchema, ConfigDuration2, ConfigDuration2$inboundSchema, ConnectionError, Coupon$inboundSchema, CouponPromoCode$inboundSchema, CouponType, CouponType$inboundSchema, CreateBalanceDuration, CreateBalanceDuration$outboundSchema, CreateBalanceInterval, CreateBalanceInterval$outboundSchema, CreateBalanceParams$outboundSchema, CreateBalanceReset$outboundSchema, CreateBalanceResponse$inboundSchema, CreateBalanceRollover$outboundSchema, CreateEntityBillingControlsRequest$outboundSchema, CreateEntityBillingControlsResponse$inboundSchema, CreateEntityCreditSchema$inboundSchema, CreateEntityDisplay$inboundSchema, CreateEntityEnv, CreateEntityEnv$inboundSchema, CreateEntityFeature$inboundSchema, CreateEntityFilterRequest$outboundSchema, CreateEntityFilterResponse$inboundSchema, CreateEntityFlags$inboundSchema, CreateEntityIntervalRequestBody, CreateEntityIntervalRequestBody$outboundSchema, CreateEntityIntervalResponse, CreateEntityIntervalResponse$inboundSchema, CreateEntityInvoice$inboundSchema, CreateEntityLimitTypeRequestBody, CreateEntityLimitTypeRequestBody$outboundSchema, CreateEntityLimitTypeResponse, CreateEntityLimitTypeResponse$inboundSchema, CreateEntityModelMarkups$inboundSchema, CreateEntityOverageAllowedRequest$outboundSchema, CreateEntityOverageAllowedResponse$inboundSchema, CreateEntityParams$outboundSchema, CreateEntityProcessorType, CreateEntityProcessorType$inboundSchema, CreateEntityProperties$outboundSchema, CreateEntityProviderMarkups$inboundSchema, CreateEntityPurchase$inboundSchema, CreateEntityPurchaseScope, CreateEntityPurchaseScope$inboundSchema, CreateEntityResponse$inboundSchema, CreateEntitySpendLimitRequest$outboundSchema, CreateEntitySpendLimitResponse$inboundSchema, CreateEntityStatus, CreateEntityStatus$inboundSchema, CreateEntitySubscription$inboundSchema, CreateEntitySubscriptionScope, CreateEntitySubscriptionScope$inboundSchema, CreateEntityThresholdTypeRequestBody, CreateEntityThresholdTypeRequestBody$outboundSchema, CreateEntityThresholdTypeResponse, CreateEntityThresholdTypeResponse$inboundSchema, CreateEntityType, CreateEntityType$inboundSchema, CreateEntityUsageAlertRequestBody$outboundSchema, CreateEntityUsageAlertResponse$inboundSchema, CreateEntityUsageLimitRequest$outboundSchema, CreateEntityUsageLimitResponse$inboundSchema, CreateFeatureCreditSchemaRequestBody$outboundSchema, CreateFeatureCreditSchemaResponse$inboundSchema, CreateFeatureDisplayRequestBody$outboundSchema, CreateFeatureDisplayResponse$inboundSchema, CreateFeatureModelMarkupsRequest$outboundSchema, CreateFeatureModelMarkupsResponse$inboundSchema, CreateFeatureParams$outboundSchema, CreateFeatureProviderMarkupsRequest$outboundSchema, CreateFeatureProviderMarkupsResponse$inboundSchema, CreateFeatureResponse$inboundSchema, CreateFeatureTypeRequestBody, CreateFeatureTypeRequestBody$outboundSchema, CreateFeatureTypeResponse, CreateFeatureTypeResponse$inboundSchema, CreatePlanAddItemBillingMethod, CreatePlanAddItemBillingMethod$inboundSchema, CreatePlanAddItemPriceInterval, CreatePlanAddItemPriceInterval$inboundSchema, CreatePlanAddItemResetInterval, CreatePlanAddItemResetInterval$inboundSchema, CreatePlanAttachAction, CreatePlanAttachAction$inboundSchema, CreatePlanAutoTopupRequest$outboundSchema, CreatePlanAutoTopupResponse$inboundSchema, CreatePlanBasePrice$inboundSchema, CreatePlanBillingControlsRequest$outboundSchema, CreatePlanBillingControlsResponse$inboundSchema, CreatePlanBillingMethodRequestBody, CreatePlanBillingMethodRequestBody$outboundSchema, CreatePlanConfigRequest$outboundSchema, CreatePlanConfigResponse$inboundSchema, CreatePlanCreditSchema$inboundSchema, CreatePlanCustomerEligibility$inboundSchema, CreatePlanCustomize$inboundSchema, CreatePlanDurationTypeRequest, CreatePlanDurationTypeRequest$outboundSchema, CreatePlanDurationTypeResponse, CreatePlanDurationTypeResponse$inboundSchema, CreatePlanEnv, CreatePlanEnv$inboundSchema, CreatePlanExpiryDurationTypeRequestBody, CreatePlanExpiryDurationTypeRequestBody$outboundSchema, CreatePlanFeature$inboundSchema, CreatePlanFeatureDisplay$inboundSchema, CreatePlanFilterRequest$outboundSchema, CreatePlanFilterResponse$inboundSchema, CreatePlanFreeTrialParams$inboundSchema, CreatePlanFreeTrialResponse$inboundSchema, CreatePlanIntervalRemoveItemEnum1, CreatePlanIntervalRemoveItemEnum1$inboundSchema, CreatePlanIntervalRemoveItemEnum2, CreatePlanIntervalRemoveItemEnum2$inboundSchema, CreatePlanIntervalUnion$inboundSchema, CreatePlanItem$inboundSchema, CreatePlanItemBillingMethodResponse, CreatePlanItemBillingMethodResponse$inboundSchema, CreatePlanItemDisplay$inboundSchema, CreatePlanItemExpiryDurationTypeResponse, CreatePlanItemExpiryDurationTypeResponse$inboundSchema, CreatePlanItemOnDecrease, CreatePlanItemOnDecrease$outboundSchema, CreatePlanItemOnIncrease, CreatePlanItemOnIncrease$outboundSchema, CreatePlanItemPlanItem$outboundSchema, CreatePlanItemPriceIntervalRequestBody, CreatePlanItemPriceIntervalRequestBody$outboundSchema, CreatePlanItemPriceRequestBody$outboundSchema, CreatePlanItemPriceResponse$inboundSchema, CreatePlanItemProration$outboundSchema, CreatePlanItemResetResponse$inboundSchema, CreatePlanItemRolloverResponse$inboundSchema, CreatePlanItemTierBehaviorResponse, CreatePlanItemTierBehaviorResponse$inboundSchema, CreatePlanItemTierResponse$inboundSchema, CreatePlanItemToResponse$inboundSchema, CreatePlanLimitTypeRequestBody, CreatePlanLimitTypeRequestBody$outboundSchema, CreatePlanLimitTypeResponse, CreatePlanLimitTypeResponse$inboundSchema, CreatePlanOnEndRequest, CreatePlanOnEndRequest$outboundSchema, CreatePlanOnEndResponse, CreatePlanOnEndResponse$inboundSchema, CreatePlanOverageAllowedRequest$outboundSchema, CreatePlanOverageAllowedResponse$inboundSchema, CreatePlanParams$outboundSchema, CreatePlanPlanItemFilter$inboundSchema, CreatePlanPlanItemResponse$inboundSchema, CreatePlanPriceDisplay$inboundSchema, CreatePlanPriceIntervalRequestBody, CreatePlanPriceIntervalRequestBody$outboundSchema, CreatePlanPriceIntervalResponse, CreatePlanPriceIntervalResponse$inboundSchema, CreatePlanPriceItemIntervalResponse, CreatePlanPriceItemIntervalResponse$inboundSchema, CreatePlanPriceRequestBody$outboundSchema, CreatePlanPriceResponse$inboundSchema, CreatePlanPriceVariantDetailsInterval, CreatePlanPriceVariantDetailsInterval$inboundSchema, CreatePlanProperties$outboundSchema, CreatePlanProrationResponse$inboundSchema, CreatePlanPurchaseLimitIntervalRequestBody, CreatePlanPurchaseLimitIntervalRequestBody$outboundSchema, CreatePlanPurchaseLimitIntervalResponse, CreatePlanPurchaseLimitIntervalResponse$inboundSchema, CreatePlanPurchaseLimitRequest$outboundSchema, CreatePlanPurchaseLimitResponse$inboundSchema, CreatePlanRemoveItemBillingMethod, CreatePlanRemoveItemBillingMethod$inboundSchema, CreatePlanResetIntervalRequestBody, CreatePlanResetIntervalRequestBody$outboundSchema, CreatePlanResetItemIntervalResponse, CreatePlanResetItemIntervalResponse$inboundSchema, CreatePlanResetRequestBody$outboundSchema, CreatePlanResponse$inboundSchema, CreatePlanRolloverRequestBody$outboundSchema, CreatePlanSpendLimitRequest$outboundSchema, CreatePlanSpendLimitResponse$inboundSchema, CreatePlanStatus, CreatePlanStatus$inboundSchema, CreatePlanThresholdTypeRequestBody, CreatePlanThresholdTypeRequestBody$outboundSchema, CreatePlanThresholdTypeResponse, CreatePlanThresholdTypeResponse$inboundSchema, CreatePlanTierBehaviorRequestBody, CreatePlanTierBehaviorRequestBody$outboundSchema, CreatePlanTierRequestBody$outboundSchema, CreatePlanToRequestBody$outboundSchema, CreatePlanType, CreatePlanType$inboundSchema, CreatePlanUsageAlertRequestBody$outboundSchema, CreatePlanUsageAlertResponse$inboundSchema, CreatePlanUsageLimitIntervalRequestBody, CreatePlanUsageLimitIntervalRequestBody$outboundSchema, CreatePlanUsageLimitIntervalResponse, CreatePlanUsageLimitIntervalResponse$inboundSchema, CreatePlanUsageLimitRequest$outboundSchema, CreatePlanUsageLimitResponse$inboundSchema, CreatePlanVariantDetails$inboundSchema, CreatePlanVariantDetailsAutoTopup$inboundSchema, CreatePlanVariantDetailsBillingControls$inboundSchema, CreatePlanVariantDetailsDurationType, CreatePlanVariantDetailsDurationType$inboundSchema, CreatePlanVariantDetailsExpiryDurationType, CreatePlanVariantDetailsExpiryDurationType$inboundSchema, CreatePlanVariantDetailsFilter$inboundSchema, CreatePlanVariantDetailsLimitType, CreatePlanVariantDetailsLimitType$inboundSchema, CreatePlanVariantDetailsOnDecrease, CreatePlanVariantDetailsOnDecrease$inboundSchema, CreatePlanVariantDetailsOnEnd, CreatePlanVariantDetailsOnEnd$inboundSchema, CreatePlanVariantDetailsOnIncrease, CreatePlanVariantDetailsOnIncrease$inboundSchema, CreatePlanVariantDetailsOverageAllowed$inboundSchema, CreatePlanVariantDetailsPrice$inboundSchema, CreatePlanVariantDetailsPurchaseLimit$inboundSchema, CreatePlanVariantDetailsPurchaseLimitInterval, CreatePlanVariantDetailsPurchaseLimitInterval$inboundSchema, CreatePlanVariantDetailsReset$inboundSchema, CreatePlanVariantDetailsRollover$inboundSchema, CreatePlanVariantDetailsSpendLimit$inboundSchema, CreatePlanVariantDetailsThresholdType, CreatePlanVariantDetailsThresholdType$inboundSchema, CreatePlanVariantDetailsTier$inboundSchema, CreatePlanVariantDetailsTierBehavior, CreatePlanVariantDetailsTierBehavior$inboundSchema, CreatePlanVariantDetailsTo$inboundSchema, CreatePlanVariantDetailsUsageAlert$inboundSchema, CreatePlanVariantDetailsUsageLimit$inboundSchema, CreatePlanVariantDetailsUsageLimitInterval, CreatePlanVariantDetailsUsageLimitInterval$inboundSchema, CreateReferralCodeParams$outboundSchema, CreateReferralCodeResponse$inboundSchema, CreateScheduleAddItemBillingMethod2, CreateScheduleAddItemBillingMethod2$outboundSchema, CreateScheduleAddItemExpiryDurationType2, CreateScheduleAddItemExpiryDurationType2$outboundSchema, CreateScheduleAddItemOnDecrease2, CreateScheduleAddItemOnDecrease2$outboundSchema, CreateScheduleAddItemOnIncrease2, CreateScheduleAddItemOnIncrease2$outboundSchema, CreateScheduleAddItemPlanItem2$outboundSchema, CreateScheduleAddItemPrice2$outboundSchema, CreateScheduleAddItemPriceInterval2, CreateScheduleAddItemPriceInterval2$outboundSchema, CreateScheduleAddItemProration2$outboundSchema, CreateScheduleAddItemReset2$outboundSchema, CreateScheduleAddItemResetInterval2, CreateScheduleAddItemResetInterval2$outboundSchema, CreateScheduleAddItemRollover2$outboundSchema, CreateScheduleAddItemTier2$outboundSchema, CreateScheduleAddItemTierBehavior2, CreateScheduleAddItemTierBehavior2$outboundSchema, CreateScheduleAttachDiscount$outboundSchema, CreateScheduleAutoTopup2$outboundSchema, CreateScheduleBasePrice2$outboundSchema, CreateScheduleBillingBehavior, CreateScheduleBillingBehavior$outboundSchema, CreateScheduleBillingControls2$outboundSchema, CreateScheduleCode, CreateScheduleCode$inboundSchema, CreateScheduleCustomize2$outboundSchema, CreateScheduleDurationType2, CreateScheduleDurationType2$outboundSchema, CreateScheduleFeatureQuantity2$outboundSchema, CreateScheduleFilter2$outboundSchema, CreateScheduleIntervalRemoveItemEnum3, CreateScheduleIntervalRemoveItemEnum3$outboundSchema, CreateScheduleIntervalRemoveItemEnum4, CreateScheduleIntervalRemoveItemEnum4$outboundSchema, CreateScheduleIntervalUnion2$outboundSchema, CreateScheduleInvoice$inboundSchema, CreateScheduleInvoiceMode$outboundSchema, CreateScheduleItemBillingMethod2, CreateScheduleItemBillingMethod2$outboundSchema, CreateScheduleItemExpiryDurationType2, CreateScheduleItemExpiryDurationType2$outboundSchema, CreateScheduleItemOnDecrease2, CreateScheduleItemOnDecrease2$outboundSchema, CreateScheduleItemOnIncrease2, CreateScheduleItemOnIncrease2$outboundSchema, CreateScheduleItemPlanItem2$outboundSchema, CreateScheduleItemPrice2$outboundSchema, CreateScheduleItemPriceInterval2, CreateScheduleItemPriceInterval2$outboundSchema, CreateScheduleItemProration2$outboundSchema, CreateScheduleItemReset2$outboundSchema, CreateScheduleItemResetInterval2, CreateScheduleItemResetInterval2$outboundSchema, CreateScheduleItemRollover2$outboundSchema, CreateScheduleItemTier2$outboundSchema, CreateScheduleItemTierBehavior2, CreateScheduleItemTierBehavior2$outboundSchema, CreateScheduleLimitType2, CreateScheduleLimitType2$outboundSchema, CreateScheduleOverageAllowed2$outboundSchema, CreateScheduleParams$outboundSchema, CreateSchedulePlan2$outboundSchema, CreateSchedulePlanItemFilter2$outboundSchema, CreateSchedulePriceInterval2, CreateSchedulePriceInterval2$outboundSchema, CreateSchedulePurchaseLimit2$outboundSchema, CreateSchedulePurchaseLimitInterval2, CreateSchedulePurchaseLimitInterval2$outboundSchema, CreateScheduleRedirectMode, CreateScheduleRedirectMode$outboundSchema, CreateScheduleRemoveItemBillingMethod2, CreateScheduleRemoveItemBillingMethod2$outboundSchema, CreateScheduleRequiredAction$inboundSchema, CreateScheduleResponse$inboundSchema, CreateScheduleSpendLimit2$outboundSchema, CreateScheduleStatus, CreateScheduleStatus$inboundSchema, CreateScheduleThresholdType2, CreateScheduleThresholdType2$outboundSchema, CreateScheduleUsageAlert2$outboundSchema, CreateScheduleUsageLimit2$outboundSchema, CreateScheduleUsageLimitInterval2, CreateScheduleUsageLimitInterval2$outboundSchema, Customer$inboundSchema, CustomerAutoTopup$inboundSchema, CustomerBillingControls$inboundSchema, CustomerConfig$inboundSchema, CustomerCreditSchema$inboundSchema, CustomerData$outboundSchema, CustomerDataAutoTopup$outboundSchema, CustomerDataBillingControls$outboundSchema, CustomerDataConfig$outboundSchema, CustomerDataFilter$outboundSchema, CustomerDataLimitType, CustomerDataLimitType$outboundSchema, CustomerDataOverageAllowed$outboundSchema, CustomerDataPurchaseLimit$outboundSchema, CustomerDataPurchaseLimitInterval, CustomerDataPurchaseLimitInterval$outboundSchema, CustomerDataSpendLimit$outboundSchema, CustomerDataThresholdType, CustomerDataThresholdType$outboundSchema, CustomerDataUsageAlert$outboundSchema, CustomerDataUsageLimit$outboundSchema, CustomerDataUsageLimitInterval, CustomerDataUsageLimitInterval$outboundSchema, CustomerDiscountType, CustomerDiscountType$inboundSchema, CustomerDisplay$inboundSchema, CustomerDurationType, CustomerDurationType$inboundSchema, CustomerEligibility$inboundSchema, CustomerEntityEnv, CustomerEntityEnv$inboundSchema, CustomerEnv, CustomerEnv$inboundSchema, CustomerExpand, CustomerExpand$outboundSchema, CustomerFeature$inboundSchema, CustomerFilter$inboundSchema, CustomerFlagsType, CustomerFlagsType$inboundSchema, CustomerLimitType, CustomerLimitType$inboundSchema, CustomerModelMarkups$inboundSchema, CustomerOverageAllowed$inboundSchema, CustomerProviderMarkups$inboundSchema, CustomerPurchaseLimit1$inboundSchema, CustomerPurchaseLimit2$inboundSchema, CustomerPurchaseLimitInterval1, CustomerPurchaseLimitInterval1$inboundSchema, CustomerPurchaseLimitInterval2, CustomerPurchaseLimitInterval2$inboundSchema, CustomerPurchaseLimitUnion$inboundSchema, CustomerSpendLimit$inboundSchema, CustomerStatus, CustomerStatus$inboundSchema, CustomerThresholdType, CustomerThresholdType$inboundSchema, CustomerUsageAlert$inboundSchema, CustomerUsageLimit$inboundSchema, CustomerUsageLimitInterval, CustomerUsageLimitInterval$inboundSchema, Customize$inboundSchema, Deductions$inboundSchema, DeleteBalanceInterval, DeleteBalanceInterval$outboundSchema, DeleteBalanceParams$outboundSchema, DeleteBalanceResponse$inboundSchema, DeleteCustomerParams$outboundSchema, DeleteCustomerResponse$inboundSchema, DeleteEntityParams$outboundSchema, DeleteEntityResponse$inboundSchema, DeleteFeatureParams$outboundSchema, DeleteFeatureResponse$inboundSchema, DeletePlanParams$outboundSchema, DeletePlanResponse$inboundSchema, DfuFlashParams$outboundSchema, DfuFlashResult$inboundSchema, Discount$inboundSchema, DurationType, DurationType$inboundSchema, EntitlementsGranted$inboundSchema, Entity$inboundSchema, EventsAggregateParams$outboundSchema, EventsListParams$outboundSchema, Expiry$inboundSchema, ExpiryType, ExpiryType$inboundSchema, FeatureGrant$inboundSchema, FeatureGrantPromoCode$inboundSchema, FeatureType1, FeatureType1$inboundSchema, FeatureType2, FeatureType2$inboundSchema, FinalizeBalanceParams$outboundSchema, FinalizeLockAction, FinalizeLockAction$outboundSchema, FinalizeLockResponse$inboundSchema, FinalizeLockResponseBody1$inboundSchema, FinalizeLockResponseBody2$inboundSchema, Flag1$inboundSchema, Flag2$inboundSchema, FlagDisplay1$inboundSchema, FlagDisplay2$inboundSchema, FlagType1, FlagType1$inboundSchema, FlagType2, FlagType2$inboundSchema, Flags$inboundSchema, Flashed$inboundSchema, FreeTrial$inboundSchema, FreeTrialDuration1, FreeTrialDuration1$inboundSchema, FreeTrialDuration2, FreeTrialDuration2$inboundSchema, FreeTrialParams$inboundSchema, FreeTrialRequest$outboundSchema, GetCustomerAutoTopup$inboundSchema, GetCustomerBillingControls$inboundSchema, GetCustomerConfig$inboundSchema, GetCustomerCreditSchema$inboundSchema, GetCustomerCustomer$inboundSchema, GetCustomerDiscount$inboundSchema, GetCustomerDiscountType, GetCustomerDiscountType$inboundSchema, GetCustomerDisplay$inboundSchema, GetCustomerDurationType, GetCustomerDurationType$inboundSchema, GetCustomerEntity$inboundSchema, GetCustomerEntityEnv, GetCustomerEntityEnv$inboundSchema, GetCustomerEnv, GetCustomerEnv$inboundSchema, GetCustomerFeature$inboundSchema, GetCustomerFilter$inboundSchema, GetCustomerFlags$inboundSchema, GetCustomerFlagsType, GetCustomerFlagsType$inboundSchema, GetCustomerInvoice$inboundSchema, GetCustomerLimitType, GetCustomerLimitType$inboundSchema, GetCustomerModelMarkups$inboundSchema, GetCustomerOverageAllowed$inboundSchema, GetCustomerParams$outboundSchema, GetCustomerProcessorType, GetCustomerProcessorType$inboundSchema, GetCustomerProcessors$inboundSchema, GetCustomerProviderMarkups$inboundSchema, GetCustomerPurchase$inboundSchema, GetCustomerPurchaseLimit1$inboundSchema, GetCustomerPurchaseLimit2$inboundSchema, GetCustomerPurchaseLimitInterval1, GetCustomerPurchaseLimitInterval1$inboundSchema, GetCustomerPurchaseLimitInterval2, GetCustomerPurchaseLimitInterval2$inboundSchema, GetCustomerPurchaseLimitUnion$inboundSchema, GetCustomerPurchaseScope, GetCustomerPurchaseScope$inboundSchema, GetCustomerReferral$inboundSchema, GetCustomerResponse$inboundSchema, GetCustomerRevenuecat$inboundSchema, GetCustomerRewards$inboundSchema, GetCustomerSpendLimit$inboundSchema, GetCustomerStatus, GetCustomerStatus$inboundSchema, GetCustomerStripe$inboundSchema, GetCustomerSubscription$inboundSchema, GetCustomerSubscriptionScope, GetCustomerSubscriptionScope$inboundSchema, GetCustomerThresholdType, GetCustomerThresholdType$inboundSchema, GetCustomerTrialsUsed$inboundSchema, GetCustomerUsageAlert$inboundSchema, GetCustomerUsageLimit$inboundSchema, GetCustomerUsageLimitInterval, GetCustomerUsageLimitInterval$inboundSchema, GetCustomerVercel$inboundSchema, GetEntityBillingControls$inboundSchema, GetEntityCreditSchema$inboundSchema, GetEntityDisplay$inboundSchema, GetEntityEnv, GetEntityEnv$inboundSchema, GetEntityFeature$inboundSchema, GetEntityFilter$inboundSchema, GetEntityFlags$inboundSchema, GetEntityInterval, GetEntityInterval$inboundSchema, GetEntityInvoice$inboundSchema, GetEntityLimitType, GetEntityLimitType$inboundSchema, GetEntityModelMarkups$inboundSchema, GetEntityOverageAllowed$inboundSchema, GetEntityParams$outboundSchema, GetEntityProcessorType, GetEntityProcessorType$inboundSchema, GetEntityProviderMarkups$inboundSchema, GetEntityPurchase$inboundSchema, GetEntityPurchaseScope, GetEntityPurchaseScope$inboundSchema, GetEntityResponse$inboundSchema, GetEntitySpendLimit$inboundSchema, GetEntityStatus, GetEntityStatus$inboundSchema, GetEntitySubscription$inboundSchema, GetEntitySubscriptionScope, GetEntitySubscriptionScope$inboundSchema, GetEntityThresholdType, GetEntityThresholdType$inboundSchema, GetEntityType, GetEntityType$inboundSchema, GetEntityUsageAlert$inboundSchema, GetEntityUsageLimit$inboundSchema, GetFeatureCreditSchema$inboundSchema, GetFeatureDisplay$inboundSchema, GetFeatureModelMarkups$inboundSchema, GetFeatureParams$outboundSchema, GetFeatureProviderMarkups$inboundSchema, GetFeatureResponse$inboundSchema, GetFeatureType, GetFeatureType$inboundSchema, GetOrCreateCustomerAutoTopup$outboundSchema, GetOrCreateCustomerBillingControls$outboundSchema, GetOrCreateCustomerConfig$outboundSchema, GetOrCreateCustomerFilter$outboundSchema, GetOrCreateCustomerLimitType, GetOrCreateCustomerLimitType$outboundSchema, GetOrCreateCustomerOverageAllowed$outboundSchema, GetOrCreateCustomerParams$outboundSchema, GetOrCreateCustomerProperties$outboundSchema, GetOrCreateCustomerPurchaseLimit$outboundSchema, GetOrCreateCustomerPurchaseLimitInterval, GetOrCreateCustomerPurchaseLimitInterval$outboundSchema, GetOrCreateCustomerSpendLimit$outboundSchema, GetOrCreateCustomerThresholdType, GetOrCreateCustomerThresholdType$outboundSchema, GetOrCreateCustomerUsageAlert$outboundSchema, GetOrCreateCustomerUsageLimit$outboundSchema, GetOrCreateCustomerUsageLimitInterval, GetOrCreateCustomerUsageLimitInterval$outboundSchema, GetPlanAddItemBillingMethod, GetPlanAddItemBillingMethod$inboundSchema, GetPlanAddItemPriceInterval, GetPlanAddItemPriceInterval$inboundSchema, GetPlanAddItemResetInterval, GetPlanAddItemResetInterval$inboundSchema, GetPlanAttachAction, GetPlanAttachAction$inboundSchema, GetPlanAutoTopup$inboundSchema, GetPlanBasePrice$inboundSchema, GetPlanBillingControls$inboundSchema, GetPlanConfig$inboundSchema, GetPlanCreditSchema$inboundSchema, GetPlanCustomerEligibility$inboundSchema, GetPlanCustomize$inboundSchema, GetPlanDurationType, GetPlanDurationType$inboundSchema, GetPlanEnv, GetPlanEnv$inboundSchema, GetPlanFeature$inboundSchema, GetPlanFeatureDisplay$inboundSchema, GetPlanFilter$inboundSchema, GetPlanFreeTrial$inboundSchema, GetPlanFreeTrialParams$inboundSchema, GetPlanIntervalRemoveItemEnum1, GetPlanIntervalRemoveItemEnum1$inboundSchema, GetPlanIntervalRemoveItemEnum2, GetPlanIntervalRemoveItemEnum2$inboundSchema, GetPlanIntervalUnion$inboundSchema, GetPlanItem$inboundSchema, GetPlanItemBillingMethod, GetPlanItemBillingMethod$inboundSchema, GetPlanItemDisplay$inboundSchema, GetPlanItemExpiryDurationType, GetPlanItemExpiryDurationType$inboundSchema, GetPlanItemPrice$inboundSchema, GetPlanItemReset$inboundSchema, GetPlanItemRollover$inboundSchema, GetPlanItemTier$inboundSchema, GetPlanItemTierBehavior, GetPlanItemTierBehavior$inboundSchema, GetPlanItemTo$inboundSchema, GetPlanLimitType, GetPlanLimitType$inboundSchema, GetPlanOnDecrease, GetPlanOnDecrease$inboundSchema, GetPlanOnEnd, GetPlanOnEnd$inboundSchema, GetPlanOnIncrease, GetPlanOnIncrease$inboundSchema, GetPlanOverageAllowed$inboundSchema, GetPlanParams$outboundSchema, GetPlanPlanItem$inboundSchema, GetPlanPlanItemFilter$inboundSchema, GetPlanPrice$inboundSchema, GetPlanPriceDisplay$inboundSchema, GetPlanPriceInterval, GetPlanPriceInterval$inboundSchema, GetPlanPriceItemInterval, GetPlanPriceItemInterval$inboundSchema, GetPlanPriceVariantDetailsInterval, GetPlanPriceVariantDetailsInterval$inboundSchema, GetPlanProration$inboundSchema, GetPlanPurchaseLimit$inboundSchema, GetPlanPurchaseLimitInterval, GetPlanPurchaseLimitInterval$inboundSchema, GetPlanRemoveItemBillingMethod, GetPlanRemoveItemBillingMethod$inboundSchema, GetPlanResetItemInterval, GetPlanResetItemInterval$inboundSchema, GetPlanResponse$inboundSchema, GetPlanSpendLimit$inboundSchema, GetPlanStatus, GetPlanStatus$inboundSchema, GetPlanThresholdType, GetPlanThresholdType$inboundSchema, GetPlanType, GetPlanType$inboundSchema, GetPlanUsageAlert$inboundSchema, GetPlanUsageLimit$inboundSchema, GetPlanUsageLimitInterval, GetPlanUsageLimitInterval$inboundSchema, GetPlanVariantDetails$inboundSchema, GetPlanVariantDetailsAutoTopup$inboundSchema, GetPlanVariantDetailsBillingControls$inboundSchema, GetPlanVariantDetailsDurationType, GetPlanVariantDetailsDurationType$inboundSchema, GetPlanVariantDetailsExpiryDurationType, GetPlanVariantDetailsExpiryDurationType$inboundSchema, GetPlanVariantDetailsFilter$inboundSchema, GetPlanVariantDetailsLimitType, GetPlanVariantDetailsLimitType$inboundSchema, GetPlanVariantDetailsOnEnd, GetPlanVariantDetailsOnEnd$inboundSchema, GetPlanVariantDetailsOverageAllowed$inboundSchema, GetPlanVariantDetailsPrice$inboundSchema, GetPlanVariantDetailsPurchaseLimit$inboundSchema, GetPlanVariantDetailsPurchaseLimitInterval, GetPlanVariantDetailsPurchaseLimitInterval$inboundSchema, GetPlanVariantDetailsReset$inboundSchema, GetPlanVariantDetailsRollover$inboundSchema, GetPlanVariantDetailsSpendLimit$inboundSchema, GetPlanVariantDetailsThresholdType, GetPlanVariantDetailsThresholdType$inboundSchema, GetPlanVariantDetailsTier$inboundSchema, GetPlanVariantDetailsTierBehavior, GetPlanVariantDetailsTierBehavior$inboundSchema, GetPlanVariantDetailsTo$inboundSchema, GetPlanVariantDetailsUsageAlert$inboundSchema, GetPlanVariantDetailsUsageLimit$inboundSchema, GetPlanVariantDetailsUsageLimitInterval, GetPlanVariantDetailsUsageLimitInterval$inboundSchema, GetRevenueCatKeysApp$inboundSchema, GetRevenueCatKeysEnv, GetRevenueCatKeysEnv$outboundSchema, GetRevenueCatKeysParams$outboundSchema, GetRevenueCatKeysResponse$inboundSchema, Grant$inboundSchema, HTTPClient, HTTPClientError, ImportBalance$outboundSchema, ImportBillingBehavior, ImportBillingBehavior$outboundSchema, ImportCustomerData$outboundSchema, ImportFeatureQuantity$outboundSchema, ImportFilter$outboundSchema, ImportInterval, ImportInterval$outboundSchema, ImportPlan$outboundSchema, ImportProcessor$outboundSchema, ImportStatus, ImportStatus$outboundSchema, ImportType, ImportType$outboundSchema, IncludedUsage1$inboundSchema, IncludedUsage2$inboundSchema, Intent, Intent$inboundSchema, IntervalVariantRemoveItemEnum1, IntervalVariantRemoveItemEnum1$outboundSchema, IntervalVariantRemoveItemEnum2, IntervalVariantRemoveItemEnum2$outboundSchema, InvalidRequestError, Invoice$inboundSchema, Item$inboundSchema, ItemExpiryDurationType, ItemExpiryDurationType$inboundSchema, Link$outboundSchema, LinkRevenueCatEnv, LinkRevenueCatEnv$outboundSchema, LinkRevenueCatParams$outboundSchema, LinkRevenueCatResponse$inboundSchema, ListCustomersAutoTopup$inboundSchema, ListCustomersBillingControls$inboundSchema, ListCustomersConfig$inboundSchema, ListCustomersCreditSchema$inboundSchema, ListCustomersDisplay$inboundSchema, ListCustomersEnv, ListCustomersEnv$inboundSchema, ListCustomersFeature$inboundSchema, ListCustomersFilter$inboundSchema, ListCustomersFlags$inboundSchema, ListCustomersLimitType, ListCustomersLimitType$inboundSchema, ListCustomersList$inboundSchema, ListCustomersModelMarkups$inboundSchema, ListCustomersOverageAllowed$inboundSchema, ListCustomersParams$outboundSchema, ListCustomersPlan$outboundSchema, ListCustomersProcessor, ListCustomersProcessor$outboundSchema, ListCustomersProcessors$inboundSchema, ListCustomersProviderMarkups$inboundSchema, ListCustomersPurchase$inboundSchema, ListCustomersPurchaseLimit1$inboundSchema, ListCustomersPurchaseLimit2$inboundSchema, ListCustomersPurchaseLimitInterval1, ListCustomersPurchaseLimitInterval1$inboundSchema, ListCustomersPurchaseLimitInterval2, ListCustomersPurchaseLimitInterval2$inboundSchema, ListCustomersPurchaseLimitUnion$inboundSchema, ListCustomersPurchaseScope, ListCustomersPurchaseScope$inboundSchema, ListCustomersResponse$inboundSchema, ListCustomersRevenuecat$inboundSchema, ListCustomersSpendLimit$inboundSchema, ListCustomersStatus, ListCustomersStatus$inboundSchema, ListCustomersStripe$inboundSchema, ListCustomersSubscription$inboundSchema, ListCustomersSubscriptionScope, ListCustomersSubscriptionScope$inboundSchema, ListCustomersSubscriptionStatus, ListCustomersSubscriptionStatus$outboundSchema, ListCustomersThresholdType, ListCustomersThresholdType$inboundSchema, ListCustomersType, ListCustomersType$inboundSchema, ListCustomersUsageAlert$inboundSchema, ListCustomersUsageLimit$inboundSchema, ListCustomersUsageLimitInterval, ListCustomersUsageLimitInterval$inboundSchema, ListCustomersVercel$inboundSchema, ListEntitiesBillingControls$inboundSchema, ListEntitiesCreditSchema$inboundSchema, ListEntitiesDisplay$inboundSchema, ListEntitiesEnv, ListEntitiesEnv$inboundSchema, ListEntitiesFeature$inboundSchema, ListEntitiesFilter$inboundSchema, ListEntitiesFlags$inboundSchema, ListEntitiesInterval, ListEntitiesInterval$inboundSchema, ListEntitiesInvoice$inboundSchema, ListEntitiesLimitType, ListEntitiesLimitType$inboundSchema, ListEntitiesList$inboundSchema, ListEntitiesModelMarkups$inboundSchema, ListEntitiesOverageAllowed$inboundSchema, ListEntitiesParams$outboundSchema, ListEntitiesPlan$outboundSchema, ListEntitiesProcessor, ListEntitiesProcessor$outboundSchema, ListEntitiesProcessorType, ListEntitiesProcessorType$inboundSchema, ListEntitiesProviderMarkups$inboundSchema, ListEntitiesPurchase$inboundSchema, ListEntitiesPurchaseScope, ListEntitiesPurchaseScope$inboundSchema, ListEntitiesResponse$inboundSchema, ListEntitiesSpendLimit$inboundSchema, ListEntitiesStatus, ListEntitiesStatus$inboundSchema, ListEntitiesSubscription$inboundSchema, ListEntitiesSubscriptionScope, ListEntitiesSubscriptionScope$inboundSchema, ListEntitiesSubscriptionStatus, ListEntitiesSubscriptionStatus$outboundSchema, ListEntitiesThresholdType, ListEntitiesThresholdType$inboundSchema, ListEntitiesType, ListEntitiesType$inboundSchema, ListEntitiesUsageAlert$inboundSchema, ListEntitiesUsageLimit$inboundSchema, ListEventsCustomRange$outboundSchema, ListEventsFeatureId$outboundSchema, ListEventsIntervalEnum, ListEventsIntervalEnum$inboundSchema, ListEventsIntervalUnion$inboundSchema, ListEventsList$inboundSchema, ListEventsReset$inboundSchema, ListEventsResponse$inboundSchema, ListFeaturesCreditSchema$inboundSchema, ListFeaturesDisplay$inboundSchema, ListFeaturesList$inboundSchema, ListFeaturesModelMarkups$inboundSchema, ListFeaturesProviderMarkups$inboundSchema, ListFeaturesRequest$outboundSchema, ListFeaturesResponse$inboundSchema, ListFeaturesType, ListFeaturesType$inboundSchema, ListPlansAddItemBillingMethod, ListPlansAddItemBillingMethod$inboundSchema, ListPlansAddItemPriceInterval, ListPlansAddItemPriceInterval$inboundSchema, ListPlansAddItemResetInterval, ListPlansAddItemResetInterval$inboundSchema, ListPlansAttachAction, ListPlansAttachAction$inboundSchema, ListPlansAutoTopup$inboundSchema, ListPlansBasePrice$inboundSchema, ListPlansBillingControls$inboundSchema, ListPlansConfig$inboundSchema, ListPlansCreditSchema$inboundSchema, ListPlansCustomerEligibility$inboundSchema, ListPlansCustomize$inboundSchema, ListPlansDurationType, ListPlansDurationType$inboundSchema, ListPlansEnv, ListPlansEnv$inboundSchema, ListPlansFeature$inboundSchema, ListPlansFeatureDisplay$inboundSchema, ListPlansFilter$inboundSchema, ListPlansFreeTrial$inboundSchema, ListPlansFreeTrialParams$inboundSchema, ListPlansIntervalRemoveItemEnum1, ListPlansIntervalRemoveItemEnum1$inboundSchema, ListPlansIntervalRemoveItemEnum2, ListPlansIntervalRemoveItemEnum2$inboundSchema, ListPlansIntervalUnion$inboundSchema, ListPlansItem$inboundSchema, ListPlansItemBillingMethod, ListPlansItemBillingMethod$inboundSchema, ListPlansItemDisplay$inboundSchema, ListPlansItemExpiryDurationType, ListPlansItemExpiryDurationType$inboundSchema, ListPlansItemPrice$inboundSchema, ListPlansItemReset$inboundSchema, ListPlansItemRollover$inboundSchema, ListPlansItemTier$inboundSchema, ListPlansItemTierBehavior, ListPlansItemTierBehavior$inboundSchema, ListPlansLimitType, ListPlansLimitType$inboundSchema, ListPlansList$inboundSchema, ListPlansOnDecrease, ListPlansOnDecrease$inboundSchema, ListPlansOnEnd, ListPlansOnEnd$inboundSchema, ListPlansOnIncrease, ListPlansOnIncrease$inboundSchema, ListPlansOverageAllowed$inboundSchema, ListPlansParams$outboundSchema, ListPlansPlanItem$inboundSchema, ListPlansPlanItemFilter$inboundSchema, ListPlansPrice$inboundSchema, ListPlansPriceDisplay$inboundSchema, ListPlansPriceInterval, ListPlansPriceInterval$inboundSchema, ListPlansPriceItemInterval, ListPlansPriceItemInterval$inboundSchema, ListPlansPriceVariantDetailsInterval, ListPlansPriceVariantDetailsInterval$inboundSchema, ListPlansProration$inboundSchema, ListPlansPurchaseLimit$inboundSchema, ListPlansPurchaseLimitInterval, ListPlansPurchaseLimitInterval$inboundSchema, ListPlansRemoveItemBillingMethod, ListPlansRemoveItemBillingMethod$inboundSchema, ListPlansResetItemInterval, ListPlansResetItemInterval$inboundSchema, ListPlansResponse$inboundSchema, ListPlansSpendLimit$inboundSchema, ListPlansStatus, ListPlansStatus$inboundSchema, ListPlansThresholdType, ListPlansThresholdType$inboundSchema, ListPlansTo$inboundSchema, ListPlansType, ListPlansType$inboundSchema, ListPlansUsageAlert$inboundSchema, ListPlansUsageLimit$inboundSchema, ListPlansUsageLimitInterval, ListPlansUsageLimitInterval$inboundSchema, ListPlansVariantDetails$inboundSchema, ListPlansVariantDetailsAutoTopup$inboundSchema, ListPlansVariantDetailsBillingControls$inboundSchema, ListPlansVariantDetailsDurationType, ListPlansVariantDetailsDurationType$inboundSchema, ListPlansVariantDetailsExpiryDurationType, ListPlansVariantDetailsExpiryDurationType$inboundSchema, ListPlansVariantDetailsFilter$inboundSchema, ListPlansVariantDetailsLimitType, ListPlansVariantDetailsLimitType$inboundSchema, ListPlansVariantDetailsOnEnd, ListPlansVariantDetailsOnEnd$inboundSchema, ListPlansVariantDetailsOverageAllowed$inboundSchema, ListPlansVariantDetailsPrice$inboundSchema, ListPlansVariantDetailsPurchaseLimit$inboundSchema, ListPlansVariantDetailsPurchaseLimitInterval, ListPlansVariantDetailsPurchaseLimitInterval$inboundSchema, ListPlansVariantDetailsReset$inboundSchema, ListPlansVariantDetailsRollover$inboundSchema, ListPlansVariantDetailsSpendLimit$inboundSchema, ListPlansVariantDetailsThresholdType, ListPlansVariantDetailsThresholdType$inboundSchema, ListPlansVariantDetailsTier$inboundSchema, ListPlansVariantDetailsTierBehavior, ListPlansVariantDetailsTierBehavior$inboundSchema, ListPlansVariantDetailsUsageAlert$inboundSchema, ListPlansVariantDetailsUsageLimit$inboundSchema, ListPlansVariantDetailsUsageLimitInterval, ListPlansVariantDetailsUsageLimitInterval$inboundSchema, ListRewardsDuration$inboundSchema, ListRewardsResponse$inboundSchema, Migration$outboundSchema, MintKeyParams$outboundSchema, MintKeyResponse$inboundSchema, MultiAttachAttachDiscount$outboundSchema, MultiAttachBasePrice$outboundSchema, MultiAttachBillingControls$outboundSchema, MultiAttachBillingMethod, MultiAttachBillingMethod$outboundSchema, MultiAttachCode, MultiAttachCode$inboundSchema, MultiAttachCustomize$outboundSchema, MultiAttachDurationType, MultiAttachDurationType$outboundSchema, MultiAttachEntityData$outboundSchema, MultiAttachEntityDataInterval, MultiAttachEntityDataInterval$outboundSchema, MultiAttachExpiryDurationType, MultiAttachExpiryDurationType$outboundSchema, MultiAttachFeatureQuantity$outboundSchema, MultiAttachFilter$outboundSchema, MultiAttachFreeTrialParams$outboundSchema, MultiAttachInvoice$inboundSchema, MultiAttachInvoiceMode$outboundSchema, MultiAttachItemPriceInterval, MultiAttachItemPriceInterval$outboundSchema, MultiAttachLimitType, MultiAttachLimitType$outboundSchema, MultiAttachOnDecrease, MultiAttachOnDecrease$outboundSchema, MultiAttachOnEnd, MultiAttachOnEnd$outboundSchema, MultiAttachOnIncrease, MultiAttachOnIncrease$outboundSchema, MultiAttachOverageAllowed$outboundSchema, MultiAttachParams$outboundSchema, MultiAttachPlan$outboundSchema, MultiAttachPlanItem$outboundSchema, MultiAttachPrice$outboundSchema, MultiAttachPriceInterval, MultiAttachPriceInterval$outboundSchema, MultiAttachProperties$outboundSchema, MultiAttachProration$outboundSchema, MultiAttachRedirectMode, MultiAttachRedirectMode$outboundSchema, MultiAttachRequiredAction$inboundSchema, MultiAttachReset$outboundSchema, MultiAttachResetInterval, MultiAttachResetInterval$outboundSchema, MultiAttachResponse$inboundSchema, MultiAttachRollover$outboundSchema, MultiAttachSpendLimit$outboundSchema, MultiAttachThresholdType, MultiAttachThresholdType$outboundSchema, MultiAttachTier$outboundSchema, MultiAttachTierBehavior, MultiAttachTierBehavior$outboundSchema, MultiAttachTo$outboundSchema, MultiAttachUsageAlert$outboundSchema, MultiAttachUsageLimit$outboundSchema, OnDecrease, OnDecrease$inboundSchema, OnEnd, OnEnd$inboundSchema, OnIncrease, OnIncrease$inboundSchema, OpenCustomerPortalParams$outboundSchema, OpenCustomerPortalResponse$inboundSchema, PhaseResponse$inboundSchema, PhaseStart$outboundSchema, PhaseStartUnion$outboundSchema, Plan$inboundSchema, PlanAddItemBillingMethod, PlanAddItemBillingMethod$inboundSchema, PlanAddItemPriceInterval, PlanAddItemPriceInterval$inboundSchema, PlanAddItemResetInterval, PlanAddItemResetInterval$inboundSchema, PlanAutoTopup$inboundSchema, PlanBillingControls$inboundSchema, PlanConfig$inboundSchema, PlanCreditSchema$inboundSchema, PlanDurationType, PlanDurationType$inboundSchema, PlanEnv, PlanEnv$inboundSchema, PlanFeature$inboundSchema, PlanFeatureDisplay$inboundSchema, PlanFilter$inboundSchema, PlanIntervalRemoveItemEnum1, PlanIntervalRemoveItemEnum1$inboundSchema, PlanIntervalRemoveItemEnum2, PlanIntervalRemoveItemEnum2$inboundSchema, PlanIntervalUnion$inboundSchema, PlanItem$inboundSchema, PlanItemBillingMethod, PlanItemBillingMethod$inboundSchema, PlanItemDisplay$inboundSchema, PlanItemFilter$inboundSchema, PlanItemPrice$inboundSchema, PlanItemReset$inboundSchema, PlanItemRollover$inboundSchema, PlanItemTier$inboundSchema, PlanItemTierBehavior, PlanItemTierBehavior$inboundSchema, PlanItemTo$inboundSchema, PlanLimitType, PlanLimitType$inboundSchema, PlanOverageAllowed$inboundSchema, PlanPrice$inboundSchema, PlanPriceDisplay$inboundSchema, PlanPriceInterval, PlanPriceInterval$inboundSchema, PlanPriceItemInterval, PlanPriceItemInterval$inboundSchema, PlanPriceVariantDetailsInterval, PlanPriceVariantDetailsInterval$inboundSchema, PlanPurchaseLimit$inboundSchema, PlanPurchaseLimitInterval, PlanPurchaseLimitInterval$inboundSchema, PlanRemoveItemBillingMethod, PlanRemoveItemBillingMethod$inboundSchema, PlanResetItemInterval, PlanResetItemInterval$inboundSchema, PlanSpendLimit$inboundSchema, PlanStatus, PlanStatus$inboundSchema, PlanThresholdType, PlanThresholdType$inboundSchema, PlanType, PlanType$inboundSchema, PlanUsageAlert$inboundSchema, PlanUsageLimit$inboundSchema, PlanUsageLimitInterval, PlanUsageLimitInterval$inboundSchema, PlanVariantDetailsAutoTopup$inboundSchema, PlanVariantDetailsBillingControls$inboundSchema, PlanVariantDetailsDurationType, PlanVariantDetailsDurationType$inboundSchema, PlanVariantDetailsFilter$inboundSchema, PlanVariantDetailsLimitType, PlanVariantDetailsLimitType$inboundSchema, PlanVariantDetailsOverageAllowed$inboundSchema, PlanVariantDetailsPrice$inboundSchema, PlanVariantDetailsPurchaseLimit$inboundSchema, PlanVariantDetailsPurchaseLimitInterval, PlanVariantDetailsPurchaseLimitInterval$inboundSchema, PlanVariantDetailsReset$inboundSchema, PlanVariantDetailsRollover$inboundSchema, PlanVariantDetailsSpendLimit$inboundSchema, PlanVariantDetailsThresholdType, PlanVariantDetailsThresholdType$inboundSchema, PlanVariantDetailsTier$inboundSchema, PlanVariantDetailsTierBehavior, PlanVariantDetailsTierBehavior$inboundSchema, PlanVariantDetailsTo$inboundSchema, PlanVariantDetailsUsageAlert$inboundSchema, PlanVariantDetailsUsageLimit$inboundSchema, PlanVariantDetailsUsageLimitInterval, PlanVariantDetailsUsageLimitInterval$inboundSchema, Preview1$inboundSchema, Preview2$inboundSchema, PreviewAttachAddItemBillingMethod, PreviewAttachAddItemBillingMethod$outboundSchema, PreviewAttachAddItemExpiryDurationType, PreviewAttachAddItemExpiryDurationType$outboundSchema, PreviewAttachAddItemOnDecrease, PreviewAttachAddItemOnDecrease$outboundSchema, PreviewAttachAddItemOnIncrease, PreviewAttachAddItemOnIncrease$outboundSchema, PreviewAttachAddItemPlanItem$outboundSchema, PreviewAttachAddItemPrice$outboundSchema, PreviewAttachAddItemPriceInterval, PreviewAttachAddItemPriceInterval$outboundSchema, PreviewAttachAddItemProration$outboundSchema, PreviewAttachAddItemReset$outboundSchema, PreviewAttachAddItemResetInterval, PreviewAttachAddItemResetInterval$outboundSchema, PreviewAttachAddItemRollover$outboundSchema, PreviewAttachAddItemTier$outboundSchema, PreviewAttachAddItemTierBehavior, PreviewAttachAddItemTierBehavior$outboundSchema, PreviewAttachAddItemTo$outboundSchema, PreviewAttachAttachDiscount$outboundSchema, PreviewAttachAutoTopup$outboundSchema, PreviewAttachBasePrice$outboundSchema, PreviewAttachBillingControls$outboundSchema, PreviewAttachCarryOverBalances$outboundSchema, PreviewAttachCarryOverUsages$outboundSchema, PreviewAttachCheckoutType, PreviewAttachCheckoutType$inboundSchema, PreviewAttachCustomLineItem$outboundSchema, PreviewAttachCustomize$outboundSchema, PreviewAttachDiscount$inboundSchema, PreviewAttachDurationType, PreviewAttachDurationType$outboundSchema, PreviewAttachFeatureQuantityRequest$outboundSchema, PreviewAttachFilter$outboundSchema, PreviewAttachFreeTrialParams$outboundSchema, PreviewAttachIncoming$inboundSchema, PreviewAttachIncomingFeatureQuantity$inboundSchema, PreviewAttachIntervalRemoveItemEnum1, PreviewAttachIntervalRemoveItemEnum1$outboundSchema, PreviewAttachIntervalRemoveItemEnum2, PreviewAttachIntervalRemoveItemEnum2$outboundSchema, PreviewAttachIntervalUnion$outboundSchema, PreviewAttachInvoiceCredits$inboundSchema, PreviewAttachInvoiceMode$outboundSchema, PreviewAttachItemBillingMethod, PreviewAttachItemBillingMethod$outboundSchema, PreviewAttachItemExpiryDurationType, PreviewAttachItemExpiryDurationType$outboundSchema, PreviewAttachItemOnDecrease, PreviewAttachItemOnDecrease$outboundSchema, PreviewAttachItemOnIncrease, PreviewAttachItemOnIncrease$outboundSchema, PreviewAttachItemPlanItem$outboundSchema, PreviewAttachItemPrice$outboundSchema, PreviewAttachItemPriceInterval, PreviewAttachItemPriceInterval$outboundSchema, PreviewAttachItemProration$outboundSchema, PreviewAttachItemReset$outboundSchema, PreviewAttachItemResetInterval, PreviewAttachItemResetInterval$outboundSchema, PreviewAttachItemRollover$outboundSchema, PreviewAttachItemTier$outboundSchema, PreviewAttachItemTierBehavior, PreviewAttachItemTierBehavior$outboundSchema, PreviewAttachItemTo$outboundSchema, PreviewAttachLimitType, PreviewAttachLimitType$outboundSchema, PreviewAttachLineItem$inboundSchema, PreviewAttachLineItemPeriod$inboundSchema, PreviewAttachNextCycle$inboundSchema, PreviewAttachNextCycleDiscount$inboundSchema, PreviewAttachNextCycleLineItem$inboundSchema, PreviewAttachNextCycleLineItemPeriod$inboundSchema, PreviewAttachOnEnd, PreviewAttachOnEnd$outboundSchema, PreviewAttachOutgoing$inboundSchema, PreviewAttachOutgoingFeatureQuantity$inboundSchema, PreviewAttachOverageAllowed$outboundSchema, PreviewAttachParams$outboundSchema, PreviewAttachPlanItemFilter$outboundSchema, PreviewAttachPlanSchedule, PreviewAttachPlanSchedule$outboundSchema, PreviewAttachPriceInterval, PreviewAttachPriceInterval$outboundSchema, PreviewAttachProperties$outboundSchema, PreviewAttachProrationBehavior, PreviewAttachProrationBehavior$outboundSchema, PreviewAttachPurchaseLimit$outboundSchema, PreviewAttachPurchaseLimitInterval, PreviewAttachPurchaseLimitInterval$outboundSchema, PreviewAttachRedirectMode, PreviewAttachRedirectMode$outboundSchema, PreviewAttachRemoveItemBillingMethod, PreviewAttachRemoveItemBillingMethod$outboundSchema, PreviewAttachResponse$inboundSchema, PreviewAttachSpendLimit$outboundSchema, PreviewAttachStatus, PreviewAttachStatus$inboundSchema, PreviewAttachTax$inboundSchema, PreviewAttachThresholdType, PreviewAttachThresholdType$outboundSchema, PreviewAttachUsageAlert$outboundSchema, PreviewAttachUsageLimit$outboundSchema, PreviewAttachUsageLimitInterval, PreviewAttachUsageLimitInterval$outboundSchema, PreviewAttachUsageLineItem$inboundSchema, PreviewAttachUsageLineItemPeriod$inboundSchema, PreviewMultiAttachAttachDiscount$outboundSchema, PreviewMultiAttachBasePrice$outboundSchema, PreviewMultiAttachBillingControls$outboundSchema, PreviewMultiAttachBillingMethod, PreviewMultiAttachBillingMethod$outboundSchema, PreviewMultiAttachCheckoutType, PreviewMultiAttachCheckoutType$inboundSchema, PreviewMultiAttachCustomize$outboundSchema, PreviewMultiAttachDiscount$inboundSchema, PreviewMultiAttachDurationType, PreviewMultiAttachDurationType$outboundSchema, PreviewMultiAttachEntityData$outboundSchema, PreviewMultiAttachEntityDataInterval, PreviewMultiAttachEntityDataInterval$outboundSchema, PreviewMultiAttachExpiryDurationType, PreviewMultiAttachExpiryDurationType$outboundSchema, PreviewMultiAttachFilter$outboundSchema, PreviewMultiAttachFreeTrialParams$outboundSchema, PreviewMultiAttachIncoming$inboundSchema, PreviewMultiAttachIncomingFeatureQuantity$inboundSchema, PreviewMultiAttachInvoiceCredits$inboundSchema, PreviewMultiAttachInvoiceMode$outboundSchema, PreviewMultiAttachItemPriceInterval, PreviewMultiAttachItemPriceInterval$outboundSchema, PreviewMultiAttachLimitType, PreviewMultiAttachLimitType$outboundSchema, PreviewMultiAttachLineItem$inboundSchema, PreviewMultiAttachLineItemPeriod$inboundSchema, PreviewMultiAttachNextCycle$inboundSchema, PreviewMultiAttachNextCycleDiscount$inboundSchema, PreviewMultiAttachNextCycleLineItem$inboundSchema, PreviewMultiAttachNextCycleLineItemPeriod$inboundSchema, PreviewMultiAttachOnDecrease, PreviewMultiAttachOnDecrease$outboundSchema, PreviewMultiAttachOnEnd, PreviewMultiAttachOnEnd$outboundSchema, PreviewMultiAttachOnIncrease, PreviewMultiAttachOnIncrease$outboundSchema, PreviewMultiAttachOutgoing$inboundSchema, PreviewMultiAttachOutgoingFeatureQuantity$inboundSchema, PreviewMultiAttachOverageAllowed$outboundSchema, PreviewMultiAttachParams$outboundSchema, PreviewMultiAttachPlan$outboundSchema, PreviewMultiAttachPlanFeatureQuantity$outboundSchema, PreviewMultiAttachPlanItem$outboundSchema, PreviewMultiAttachPrice$outboundSchema, PreviewMultiAttachPriceInterval, PreviewMultiAttachPriceInterval$outboundSchema, PreviewMultiAttachProperties$outboundSchema, PreviewMultiAttachProration$outboundSchema, PreviewMultiAttachRedirectMode, PreviewMultiAttachRedirectMode$outboundSchema, PreviewMultiAttachReset$outboundSchema, PreviewMultiAttachResetInterval, PreviewMultiAttachResetInterval$outboundSchema, PreviewMultiAttachResponse$inboundSchema, PreviewMultiAttachRollover$outboundSchema, PreviewMultiAttachSpendLimit$outboundSchema, PreviewMultiAttachStatus, PreviewMultiAttachStatus$inboundSchema, PreviewMultiAttachTax$inboundSchema, PreviewMultiAttachThresholdType, PreviewMultiAttachThresholdType$outboundSchema, PreviewMultiAttachTier$outboundSchema, PreviewMultiAttachTierBehavior, PreviewMultiAttachTierBehavior$outboundSchema, PreviewMultiAttachTo$outboundSchema, PreviewMultiAttachUsageAlert$outboundSchema, PreviewMultiAttachUsageLimit$outboundSchema, PreviewMultiAttachUsageLineItem$inboundSchema, PreviewMultiAttachUsageLineItemPeriod$inboundSchema, PreviewUpdateAddItemBillingMethod, PreviewUpdateAddItemBillingMethod$outboundSchema, PreviewUpdateAddItemExpiryDurationType, PreviewUpdateAddItemExpiryDurationType$outboundSchema, PreviewUpdateAddItemOnDecrease, PreviewUpdateAddItemOnDecrease$outboundSchema, PreviewUpdateAddItemOnIncrease, PreviewUpdateAddItemOnIncrease$outboundSchema, PreviewUpdateAddItemPlanItem$outboundSchema, PreviewUpdateAddItemPrice$outboundSchema, PreviewUpdateAddItemPriceInterval, PreviewUpdateAddItemPriceInterval$outboundSchema, PreviewUpdateAddItemProration$outboundSchema, PreviewUpdateAddItemReset$outboundSchema, PreviewUpdateAddItemResetInterval, PreviewUpdateAddItemResetInterval$outboundSchema, PreviewUpdateAddItemRollover$outboundSchema, PreviewUpdateAddItemTier$outboundSchema, PreviewUpdateAddItemTierBehavior, PreviewUpdateAddItemTierBehavior$outboundSchema, PreviewUpdateAddItemTo$outboundSchema, PreviewUpdateAttachDiscount$outboundSchema, PreviewUpdateAutoTopup$outboundSchema, PreviewUpdateBasePrice$outboundSchema, PreviewUpdateBillingControls$outboundSchema, PreviewUpdateCancelAction, PreviewUpdateCancelAction$outboundSchema, PreviewUpdateCarryOverUsages$outboundSchema, PreviewUpdateCustomize$outboundSchema, PreviewUpdateDiscount$inboundSchema, PreviewUpdateDurationType, PreviewUpdateDurationType$outboundSchema, PreviewUpdateFeatureQuantityRequest$outboundSchema, PreviewUpdateFilter$outboundSchema, PreviewUpdateFreeTrialParams$outboundSchema, PreviewUpdateIncoming$inboundSchema, PreviewUpdateIncomingFeatureQuantity$inboundSchema, PreviewUpdateIntervalRemoveItemEnum1, PreviewUpdateIntervalRemoveItemEnum1$outboundSchema, PreviewUpdateIntervalRemoveItemEnum2, PreviewUpdateIntervalRemoveItemEnum2$outboundSchema, PreviewUpdateIntervalUnion$outboundSchema, PreviewUpdateInvoiceCredits$inboundSchema, PreviewUpdateInvoiceMode$outboundSchema, PreviewUpdateItemBillingMethod, PreviewUpdateItemBillingMethod$outboundSchema, PreviewUpdateItemExpiryDurationType, PreviewUpdateItemExpiryDurationType$outboundSchema, PreviewUpdateItemOnDecrease, PreviewUpdateItemOnDecrease$outboundSchema, PreviewUpdateItemOnIncrease, PreviewUpdateItemOnIncrease$outboundSchema, PreviewUpdateItemPlanItem$outboundSchema, PreviewUpdateItemPrice$outboundSchema, PreviewUpdateItemPriceInterval, PreviewUpdateItemPriceInterval$outboundSchema, PreviewUpdateItemProration$outboundSchema, PreviewUpdateItemReset$outboundSchema, PreviewUpdateItemResetInterval, PreviewUpdateItemResetInterval$outboundSchema, PreviewUpdateItemRollover$outboundSchema, PreviewUpdateItemTier$outboundSchema, PreviewUpdateItemTierBehavior, PreviewUpdateItemTierBehavior$outboundSchema, PreviewUpdateItemTo$outboundSchema, PreviewUpdateLimitType, PreviewUpdateLimitType$outboundSchema, PreviewUpdateLineItem$inboundSchema, PreviewUpdateLineItemPeriod$inboundSchema, PreviewUpdateNextCycle$inboundSchema, PreviewUpdateNextCycleDiscount$inboundSchema, PreviewUpdateNextCycleLineItem$inboundSchema, PreviewUpdateNextCycleLineItemPeriod$inboundSchema, PreviewUpdateOnEnd, PreviewUpdateOnEnd$outboundSchema, PreviewUpdateOutgoing$inboundSchema, PreviewUpdateOutgoingFeatureQuantity$inboundSchema, PreviewUpdateOverageAllowed$outboundSchema, PreviewUpdateParams$outboundSchema, PreviewUpdatePlanItemFilter$outboundSchema, PreviewUpdatePriceInterval, PreviewUpdatePriceInterval$outboundSchema, PreviewUpdateProperties$outboundSchema, PreviewUpdateProrationBehavior, PreviewUpdateProrationBehavior$outboundSchema, PreviewUpdatePurchaseLimit$outboundSchema, PreviewUpdatePurchaseLimitInterval, PreviewUpdatePurchaseLimitInterval$outboundSchema, PreviewUpdateRecalculateBalances$outboundSchema, PreviewUpdateRedirectMode, PreviewUpdateRedirectMode$outboundSchema, PreviewUpdateRefundLastPayment, PreviewUpdateRefundLastPayment$outboundSchema, PreviewUpdateRemoveItemBillingMethod, PreviewUpdateRemoveItemBillingMethod$outboundSchema, PreviewUpdateResponse$inboundSchema, PreviewUpdateSpendLimit$outboundSchema, PreviewUpdateStatus, PreviewUpdateStatus$inboundSchema, PreviewUpdateTax$inboundSchema, PreviewUpdateThresholdType, PreviewUpdateThresholdType$outboundSchema, PreviewUpdateUsageAlert$outboundSchema, PreviewUpdateUsageLimit$outboundSchema, PreviewUpdateUsageLimitInterval, PreviewUpdateUsageLimitInterval$outboundSchema, PreviewUpdateUsageLineItem$inboundSchema, PreviewUpdateUsageLineItemPeriod$inboundSchema, PriceVariantInterval, PriceVariantInterval$outboundSchema, ProcessorType, ProcessorType$inboundSchema, Processors$inboundSchema, ProductDisplay1$inboundSchema, ProductDisplay2$inboundSchema, ProductScenario1, ProductScenario1$inboundSchema, ProductScenario2, ProductScenario2$inboundSchema, ProductType1, ProductType1$inboundSchema, ProductType2, ProductType2$inboundSchema, Properties$outboundSchema, Proration$inboundSchema, Purchase$inboundSchema, PurchaseScope, PurchaseScope$inboundSchema, Range, Range$outboundSchema, RedeemReferralCodeParams$outboundSchema, RedeemReferralCodeResponse$inboundSchema, RedeemRewardCodeParams$outboundSchema, RedeemRewardCodeResponse$inboundSchema, Referral$inboundSchema, ReferralCustomer$inboundSchema, RefreshKeyParams$outboundSchema, RefreshKeyResponse$inboundSchema, RequestAbortedError, RequestBody$outboundSchema, RequestTimeoutError, ResponseValidationError, Result$inboundSchema, Revenuecat$inboundSchema, RevokeKeyParams$outboundSchema, RevokeKeyResponse$inboundSchema, Rewards$inboundSchema, RewardsListParams$outboundSchema, SDKValidationError, SDK_METADATA, Scenario1, Scenario1$inboundSchema, Scenario2, Scenario2$inboundSchema, Security$outboundSchema, ServerList, SetupPaymentAddItemBillingMethod, SetupPaymentAddItemBillingMethod$outboundSchema, SetupPaymentAddItemExpiryDurationType, SetupPaymentAddItemExpiryDurationType$outboundSchema, SetupPaymentAddItemOnDecrease, SetupPaymentAddItemOnDecrease$outboundSchema, SetupPaymentAddItemOnIncrease, SetupPaymentAddItemOnIncrease$outboundSchema, SetupPaymentAddItemPlanItem$outboundSchema, SetupPaymentAddItemPrice$outboundSchema, SetupPaymentAddItemPriceInterval, SetupPaymentAddItemPriceInterval$outboundSchema, SetupPaymentAddItemProration$outboundSchema, SetupPaymentAddItemReset$outboundSchema, SetupPaymentAddItemResetInterval, SetupPaymentAddItemResetInterval$outboundSchema, SetupPaymentAddItemRollover$outboundSchema, SetupPaymentAddItemTier$outboundSchema, SetupPaymentAddItemTierBehavior, SetupPaymentAddItemTierBehavior$outboundSchema, SetupPaymentAddItemTo$outboundSchema, SetupPaymentAttachDiscount$outboundSchema, SetupPaymentAutoTopup$outboundSchema, SetupPaymentBasePrice$outboundSchema, SetupPaymentBillingControls$outboundSchema, SetupPaymentCarryOverBalances$outboundSchema, SetupPaymentCarryOverUsages$outboundSchema, SetupPaymentCustomLineItem$outboundSchema, SetupPaymentCustomize$outboundSchema, SetupPaymentDurationType, SetupPaymentDurationType$outboundSchema, SetupPaymentFeatureQuantity$outboundSchema, SetupPaymentFilter$outboundSchema, SetupPaymentFreeTrialParams$outboundSchema, SetupPaymentIntervalRemoveItemEnum1, SetupPaymentIntervalRemoveItemEnum1$outboundSchema, SetupPaymentIntervalRemoveItemEnum2, SetupPaymentIntervalRemoveItemEnum2$outboundSchema, SetupPaymentIntervalUnion$outboundSchema, SetupPaymentItemBillingMethod, SetupPaymentItemBillingMethod$outboundSchema, SetupPaymentItemExpiryDurationType, SetupPaymentItemExpiryDurationType$outboundSchema, SetupPaymentItemOnDecrease, SetupPaymentItemOnDecrease$outboundSchema, SetupPaymentItemOnIncrease, SetupPaymentItemOnIncrease$outboundSchema, SetupPaymentItemPlanItem$outboundSchema, SetupPaymentItemPrice$outboundSchema, SetupPaymentItemPriceInterval, SetupPaymentItemPriceInterval$outboundSchema, SetupPaymentItemProration$outboundSchema, SetupPaymentItemReset$outboundSchema, SetupPaymentItemResetInterval, SetupPaymentItemResetInterval$outboundSchema, SetupPaymentItemRollover$outboundSchema, SetupPaymentItemTier$outboundSchema, SetupPaymentItemTierBehavior, SetupPaymentItemTierBehavior$outboundSchema, SetupPaymentItemTo$outboundSchema, SetupPaymentLimitType, SetupPaymentLimitType$outboundSchema, SetupPaymentOnEnd, SetupPaymentOnEnd$outboundSchema, SetupPaymentOverageAllowed$outboundSchema, SetupPaymentParams$outboundSchema, SetupPaymentPlanItemFilter$outboundSchema, SetupPaymentPriceInterval, SetupPaymentPriceInterval$outboundSchema, SetupPaymentProperties$outboundSchema, SetupPaymentProrationBehavior, SetupPaymentProrationBehavior$outboundSchema, SetupPaymentPurchaseLimit$outboundSchema, SetupPaymentPurchaseLimitInterval, SetupPaymentPurchaseLimitInterval$outboundSchema, SetupPaymentRemoveItemBillingMethod, SetupPaymentRemoveItemBillingMethod$outboundSchema, SetupPaymentResponse$inboundSchema, SetupPaymentSpendLimit$outboundSchema, SetupPaymentThresholdType, SetupPaymentThresholdType$outboundSchema, SetupPaymentUsageAlert$outboundSchema, SetupPaymentUsageLimit$outboundSchema, SetupPaymentUsageLimitInterval, SetupPaymentUsageLimitInterval$outboundSchema, StartingAfter2$outboundSchema, StartsAt2$outboundSchema, StorePush, StorePush$inboundSchema, Stripe$inboundSchema, Subscription$inboundSchema, SubscriptionScope, SubscriptionScope$inboundSchema, SyncRevenueCatApp$inboundSchema, SyncRevenueCatEnv, SyncRevenueCatEnv$outboundSchema, SyncRevenueCatParams$outboundSchema, SyncRevenueCatPrice, SyncRevenueCatPrice$inboundSchema, SyncRevenueCatProduct, SyncRevenueCatProduct$inboundSchema, SyncRevenueCatResponse$inboundSchema, SyncRevenueCatStatus, SyncRevenueCatStatus$inboundSchema, Total$inboundSchema, TrackDeduction1$inboundSchema, TrackDeduction2$inboundSchema, TrackIntervalEnum1, TrackIntervalEnum1$inboundSchema, TrackIntervalEnum2, TrackIntervalEnum2$inboundSchema, TrackIntervalUnion1$inboundSchema, TrackIntervalUnion2$inboundSchema, TrackLock$outboundSchema, TrackParams$outboundSchema, TrackReset1$inboundSchema, TrackReset2$inboundSchema, TrackResponse$inboundSchema, TrackResponseBody1$inboundSchema, TrackResponseBody2$inboundSchema, TrackTokensDeduction1$inboundSchema, TrackTokensDeduction2$inboundSchema, TrackTokensIntervalEnum1, TrackTokensIntervalEnum1$inboundSchema, TrackTokensIntervalEnum2, TrackTokensIntervalEnum2$inboundSchema, TrackTokensIntervalUnion1$inboundSchema, TrackTokensIntervalUnion2$inboundSchema, TrackTokensParams$outboundSchema, TrackTokensReset1$inboundSchema, TrackTokensReset2$inboundSchema, TrackTokensResponse$inboundSchema, TrackTokensResponseBody1$inboundSchema, TrackTokensResponseBody2$inboundSchema, TrialsUsed$inboundSchema, UnexpectedClientError, UpdateBalanceInterval, UpdateBalanceInterval$outboundSchema, UpdateBalanceParams$outboundSchema, UpdateBalanceResponse$inboundSchema, UpdateCustomerAutoTopupRequest$outboundSchema, UpdateCustomerAutoTopupResponse$inboundSchema, UpdateCustomerBillingControlsRequest$outboundSchema, UpdateCustomerBillingControlsResponse$inboundSchema, UpdateCustomerConfigRequest$outboundSchema, UpdateCustomerConfigResponse$inboundSchema, UpdateCustomerCreditSchema$inboundSchema, UpdateCustomerDisplay$inboundSchema, UpdateCustomerEnv, UpdateCustomerEnv$inboundSchema, UpdateCustomerFeature$inboundSchema, UpdateCustomerFilterRequest$outboundSchema, UpdateCustomerFilterResponse$inboundSchema, UpdateCustomerFlags$inboundSchema, UpdateCustomerLimitTypeRequestBody, UpdateCustomerLimitTypeRequestBody$outboundSchema, UpdateCustomerLimitTypeResponse, UpdateCustomerLimitTypeResponse$inboundSchema, UpdateCustomerModelMarkups$inboundSchema, UpdateCustomerOverageAllowedRequest$outboundSchema, UpdateCustomerOverageAllowedResponse$inboundSchema, UpdateCustomerParams$outboundSchema, UpdateCustomerProcessors$inboundSchema, UpdateCustomerProperties$outboundSchema, UpdateCustomerProviderMarkups$inboundSchema, UpdateCustomerPurchase$inboundSchema, UpdateCustomerPurchaseLimitIntervalRequestBody, UpdateCustomerPurchaseLimitIntervalRequestBody$outboundSchema, UpdateCustomerPurchaseLimitIntervalResponse1, UpdateCustomerPurchaseLimitIntervalResponse1$inboundSchema, UpdateCustomerPurchaseLimitIntervalResponse2, UpdateCustomerPurchaseLimitIntervalResponse2$inboundSchema, UpdateCustomerPurchaseLimitRequest$outboundSchema, UpdateCustomerPurchaseLimitResponse1$inboundSchema, UpdateCustomerPurchaseLimitResponse2$inboundSchema, UpdateCustomerPurchaseLimitUnion$inboundSchema, UpdateCustomerPurchaseScope, UpdateCustomerPurchaseScope$inboundSchema, UpdateCustomerResponse$inboundSchema, UpdateCustomerRevenuecat$inboundSchema, UpdateCustomerSpendLimitRequest$outboundSchema, UpdateCustomerSpendLimitResponse$inboundSchema, UpdateCustomerStatus, UpdateCustomerStatus$inboundSchema, UpdateCustomerStripe$inboundSchema, UpdateCustomerSubscription$inboundSchema, UpdateCustomerSubscriptionScope, UpdateCustomerSubscriptionScope$inboundSchema, UpdateCustomerThresholdTypeRequestBody, UpdateCustomerThresholdTypeRequestBody$outboundSchema, UpdateCustomerThresholdTypeResponse, UpdateCustomerThresholdTypeResponse$inboundSchema, UpdateCustomerType, UpdateCustomerType$inboundSchema, UpdateCustomerUsageAlertRequestBody$outboundSchema, UpdateCustomerUsageAlertResponse$inboundSchema, UpdateCustomerUsageLimitIntervalRequestBody, UpdateCustomerUsageLimitIntervalRequestBody$outboundSchema, UpdateCustomerUsageLimitIntervalResponse, UpdateCustomerUsageLimitIntervalResponse$inboundSchema, UpdateCustomerUsageLimitRequest$outboundSchema, UpdateCustomerUsageLimitResponse$inboundSchema, UpdateCustomerVercel$inboundSchema, UpdateEntityBillingControlsRequest$outboundSchema, UpdateEntityBillingControlsResponse$inboundSchema, UpdateEntityCreditSchema$inboundSchema, UpdateEntityDisplay$inboundSchema, UpdateEntityEnv, UpdateEntityEnv$inboundSchema, UpdateEntityFeature$inboundSchema, UpdateEntityFilterRequest$outboundSchema, UpdateEntityFilterResponse$inboundSchema, UpdateEntityFlags$inboundSchema, UpdateEntityIntervalRequestBody, UpdateEntityIntervalRequestBody$outboundSchema, UpdateEntityIntervalResponse, UpdateEntityIntervalResponse$inboundSchema, UpdateEntityInvoice$inboundSchema, UpdateEntityLimitTypeRequestBody, UpdateEntityLimitTypeRequestBody$outboundSchema, UpdateEntityLimitTypeResponse, UpdateEntityLimitTypeResponse$inboundSchema, UpdateEntityModelMarkups$inboundSchema, UpdateEntityOverageAllowedRequest$outboundSchema, UpdateEntityOverageAllowedResponse$inboundSchema, UpdateEntityParams$outboundSchema, UpdateEntityProcessorType, UpdateEntityProcessorType$inboundSchema, UpdateEntityProperties$outboundSchema, UpdateEntityProviderMarkups$inboundSchema, UpdateEntityPurchase$inboundSchema, UpdateEntityPurchaseScope, UpdateEntityPurchaseScope$inboundSchema, UpdateEntityResponse$inboundSchema, UpdateEntitySpendLimitRequest$outboundSchema, UpdateEntitySpendLimitResponse$inboundSchema, UpdateEntityStatus, UpdateEntityStatus$inboundSchema, UpdateEntitySubscription$inboundSchema, UpdateEntitySubscriptionScope, UpdateEntitySubscriptionScope$inboundSchema, UpdateEntityThresholdTypeRequestBody, UpdateEntityThresholdTypeRequestBody$outboundSchema, UpdateEntityThresholdTypeResponse, UpdateEntityThresholdTypeResponse$inboundSchema, UpdateEntityType, UpdateEntityType$inboundSchema, UpdateEntityUsageAlertRequestBody$outboundSchema, UpdateEntityUsageAlertResponse$inboundSchema, UpdateEntityUsageLimitRequest$outboundSchema, UpdateEntityUsageLimitResponse$inboundSchema, UpdateFeatureCreditSchemaRequestBody$outboundSchema, UpdateFeatureCreditSchemaResponse$inboundSchema, UpdateFeatureDisplayRequestBody$outboundSchema, UpdateFeatureDisplayResponse$inboundSchema, UpdateFeatureModelMarkupsRequest$outboundSchema, UpdateFeatureModelMarkupsResponse$inboundSchema, UpdateFeatureParams$outboundSchema, UpdateFeatureProviderMarkupsRequest$outboundSchema, UpdateFeatureProviderMarkupsResponse$inboundSchema, UpdateFeatureResponse$inboundSchema, UpdateFeatureTypeRequestBody, UpdateFeatureTypeRequestBody$outboundSchema, UpdateFeatureTypeResponse, UpdateFeatureTypeResponse$inboundSchema, UpdatePlanAttachAction, UpdatePlanAttachAction$inboundSchema, UpdatePlanAutoTopupRequest$outboundSchema, UpdatePlanAutoTopupResponse$inboundSchema, UpdatePlanBasePriceRequest$outboundSchema, UpdatePlanBasePriceResponse$inboundSchema, UpdatePlanBillingControlsRequest$outboundSchema, UpdatePlanBillingControlsResponse$inboundSchema, UpdatePlanConfigRequest$outboundSchema, UpdatePlanConfigResponse$inboundSchema, UpdatePlanCreditSchema$inboundSchema, UpdatePlanCustomerEligibility$inboundSchema, UpdatePlanCustomizeResponse$inboundSchema, UpdatePlanDurationTypeRequest, UpdatePlanDurationTypeRequest$outboundSchema, UpdatePlanDurationTypeResponse, UpdatePlanDurationTypeResponse$inboundSchema, UpdatePlanEnv, UpdatePlanEnv$inboundSchema, UpdatePlanFeature$inboundSchema, UpdatePlanFeatureDisplay$inboundSchema, UpdatePlanFilterRequest$outboundSchema, UpdatePlanFilterResponse$inboundSchema, UpdatePlanFreeTrial$inboundSchema, UpdatePlanFreeTrialParamsRequest$outboundSchema, UpdatePlanFreeTrialParamsResponse$inboundSchema, UpdatePlanIntervalVariantDetailsRemoveItemEnum1, UpdatePlanIntervalVariantDetailsRemoveItemEnum1$inboundSchema, UpdatePlanIntervalVariantDetailsRemoveItemEnum2, UpdatePlanIntervalVariantDetailsRemoveItemEnum2$inboundSchema, UpdatePlanItem$inboundSchema, UpdatePlanItemBillingMethodRequestBody, UpdatePlanItemBillingMethodRequestBody$outboundSchema, UpdatePlanItemBillingMethodResponse, UpdatePlanItemBillingMethodResponse$inboundSchema, UpdatePlanItemDisplay$inboundSchema, UpdatePlanItemExpiryDurationTypeRequestBody, UpdatePlanItemExpiryDurationTypeRequestBody$outboundSchema, UpdatePlanItemExpiryDurationTypeResponse, UpdatePlanItemExpiryDurationTypeResponse$inboundSchema, UpdatePlanItemOnDecrease, UpdatePlanItemOnDecrease$outboundSchema, UpdatePlanItemOnIncrease, UpdatePlanItemOnIncrease$outboundSchema, UpdatePlanItemPlanItem$outboundSchema, UpdatePlanItemPriceIntervalRequestBody, UpdatePlanItemPriceIntervalRequestBody$outboundSchema, UpdatePlanItemPriceRequestBody$outboundSchema, UpdatePlanItemPriceResponse$inboundSchema, UpdatePlanItemProration$outboundSchema, UpdatePlanItemResetIntervalRequestBody, UpdatePlanItemResetIntervalRequestBody$outboundSchema, UpdatePlanItemResetRequestBody$outboundSchema, UpdatePlanItemResetResponse$inboundSchema, UpdatePlanItemRolloverRequestBody$outboundSchema, UpdatePlanItemRolloverResponse$inboundSchema, UpdatePlanItemTierBehaviorRequestBody, UpdatePlanItemTierBehaviorRequestBody$outboundSchema, UpdatePlanItemTierBehaviorResponse, UpdatePlanItemTierBehaviorResponse$inboundSchema, UpdatePlanItemTierRequestBody$outboundSchema, UpdatePlanItemTierResponse$inboundSchema, UpdatePlanItemToRequestBody$outboundSchema, UpdatePlanItemToResponse$inboundSchema, UpdatePlanLimitTypeRequestBody, UpdatePlanLimitTypeRequestBody$outboundSchema, UpdatePlanLimitTypeResponse, UpdatePlanLimitTypeResponse$inboundSchema, UpdatePlanOnEndRequest, UpdatePlanOnEndRequest$outboundSchema, UpdatePlanOnEndResponse, UpdatePlanOnEndResponse$inboundSchema, UpdatePlanOverageAllowedRequest$outboundSchema, UpdatePlanOverageAllowedResponse$inboundSchema, UpdatePlanParams$outboundSchema, UpdatePlanPlanItemFilterResponse$inboundSchema, UpdatePlanPlanItemResponse$inboundSchema, UpdatePlanPriceDisplay$inboundSchema, UpdatePlanPriceIntervalRequestBody, UpdatePlanPriceIntervalRequestBody$outboundSchema, UpdatePlanPriceIntervalResponse, UpdatePlanPriceIntervalResponse$inboundSchema, UpdatePlanPriceItemIntervalResponse, UpdatePlanPriceItemIntervalResponse$inboundSchema, UpdatePlanPriceResponse$inboundSchema, UpdatePlanPriceVariantDetailsInterval, UpdatePlanPriceVariantDetailsInterval$inboundSchema, UpdatePlanProperties$outboundSchema, UpdatePlanProrationResponse$inboundSchema, UpdatePlanPurchaseLimitIntervalRequestBody, UpdatePlanPurchaseLimitIntervalRequestBody$outboundSchema, UpdatePlanPurchaseLimitIntervalResponse, UpdatePlanPurchaseLimitIntervalResponse$inboundSchema, UpdatePlanPurchaseLimitRequest$outboundSchema, UpdatePlanPurchaseLimitResponse$inboundSchema, UpdatePlanResetItemIntervalResponse, UpdatePlanResetItemIntervalResponse$inboundSchema, UpdatePlanResponse$inboundSchema, UpdatePlanSpendLimitRequest$outboundSchema, UpdatePlanSpendLimitResponse$inboundSchema, UpdatePlanStatus, UpdatePlanStatus$inboundSchema, UpdatePlanThresholdTypeRequestBody, UpdatePlanThresholdTypeRequestBody$outboundSchema, UpdatePlanThresholdTypeResponse, UpdatePlanThresholdTypeResponse$inboundSchema, UpdatePlanType, UpdatePlanType$inboundSchema, UpdatePlanUsageAlertRequestBody$outboundSchema, UpdatePlanUsageAlertResponse$inboundSchema, UpdatePlanUsageLimitIntervalRequestBody, UpdatePlanUsageLimitIntervalRequestBody$outboundSchema, UpdatePlanUsageLimitIntervalResponse, UpdatePlanUsageLimitIntervalResponse$inboundSchema, UpdatePlanUsageLimitRequest$outboundSchema, UpdatePlanUsageLimitResponse$inboundSchema, UpdatePlanVariantDetails$inboundSchema, UpdatePlanVariantDetailsAddItemBillingMethod, UpdatePlanVariantDetailsAddItemBillingMethod$inboundSchema, UpdatePlanVariantDetailsAddItemPriceInterval, UpdatePlanVariantDetailsAddItemPriceInterval$inboundSchema, UpdatePlanVariantDetailsAutoTopup$inboundSchema, UpdatePlanVariantDetailsBillingControls$inboundSchema, UpdatePlanVariantDetailsDurationType, UpdatePlanVariantDetailsDurationType$inboundSchema, UpdatePlanVariantDetailsExpiryDurationType, UpdatePlanVariantDetailsExpiryDurationType$inboundSchema, UpdatePlanVariantDetailsFilter$inboundSchema, UpdatePlanVariantDetailsIntervalUnion$inboundSchema, UpdatePlanVariantDetailsLimitType, UpdatePlanVariantDetailsLimitType$inboundSchema, UpdatePlanVariantDetailsOnDecrease, UpdatePlanVariantDetailsOnDecrease$inboundSchema, UpdatePlanVariantDetailsOnEnd, UpdatePlanVariantDetailsOnEnd$inboundSchema, UpdatePlanVariantDetailsOnIncrease, UpdatePlanVariantDetailsOnIncrease$inboundSchema, UpdatePlanVariantDetailsOverageAllowed$inboundSchema, UpdatePlanVariantDetailsPrice$inboundSchema, UpdatePlanVariantDetailsPurchaseLimit$inboundSchema, UpdatePlanVariantDetailsPurchaseLimitInterval, UpdatePlanVariantDetailsPurchaseLimitInterval$inboundSchema, UpdatePlanVariantDetailsRemoveItemBillingMethod, UpdatePlanVariantDetailsRemoveItemBillingMethod$inboundSchema, UpdatePlanVariantDetailsReset$inboundSchema, UpdatePlanVariantDetailsResetInterval, UpdatePlanVariantDetailsResetInterval$inboundSchema, UpdatePlanVariantDetailsRollover$inboundSchema, UpdatePlanVariantDetailsSpendLimit$inboundSchema, UpdatePlanVariantDetailsThresholdType, UpdatePlanVariantDetailsThresholdType$inboundSchema, UpdatePlanVariantDetailsTier$inboundSchema, UpdatePlanVariantDetailsTierBehavior, UpdatePlanVariantDetailsTierBehavior$inboundSchema, UpdatePlanVariantDetailsTo$inboundSchema, UpdatePlanVariantDetailsUsageAlert$inboundSchema, UpdatePlanVariantDetailsUsageLimit$inboundSchema, UpdatePlanVariantDetailsUsageLimitInterval, UpdatePlanVariantDetailsUsageLimitInterval$inboundSchema, UpdateSubscriptionParams$outboundSchema, UsageModel1, UsageModel1$inboundSchema, UsageModel2, UsageModel2$inboundSchema, Variant$outboundSchema, VariantAddItemBillingMethod, VariantAddItemBillingMethod$outboundSchema, VariantAddItemPriceInterval, VariantAddItemPriceInterval$outboundSchema, VariantAutoTopup$outboundSchema, VariantBasePrice$outboundSchema, VariantBillingControls$outboundSchema, VariantCustomize$outboundSchema, VariantDetails$inboundSchema, VariantDetailsExpiryDurationType, VariantDetailsExpiryDurationType$inboundSchema, VariantDetailsOnEnd, VariantDetailsOnEnd$inboundSchema, VariantDurationType, VariantDurationType$outboundSchema, VariantExpiryDurationType, VariantExpiryDurationType$outboundSchema, VariantFilter$outboundSchema, VariantFreeTrialParams$outboundSchema, VariantIntervalUnion$outboundSchema, VariantLimitType, VariantLimitType$outboundSchema, VariantMigration$outboundSchema, VariantOnDecrease, VariantOnDecrease$outboundSchema, VariantOnEnd, VariantOnEnd$outboundSchema, VariantOnIncrease, VariantOnIncrease$outboundSchema, VariantOverageAllowed$outboundSchema, VariantPlanItem$outboundSchema, VariantPlanItemFilter$outboundSchema, VariantPrice$outboundSchema, VariantProperties$outboundSchema, VariantProration$outboundSchema, VariantPurchaseLimit$outboundSchema, VariantPurchaseLimitInterval, VariantPurchaseLimitInterval$outboundSchema, VariantRemoveItemBillingMethod, VariantRemoveItemBillingMethod$outboundSchema, VariantReset$outboundSchema, VariantResetInterval, VariantResetInterval$outboundSchema, VariantRollover$outboundSchema, VariantSpendLimit$outboundSchema, VariantThresholdType, VariantThresholdType$outboundSchema, VariantTier$outboundSchema, VariantTierBehavior, VariantTierBehavior$outboundSchema, VariantTo$outboundSchema, VariantUsageAlert$outboundSchema, VariantUsageLimit$outboundSchema, VariantUsageLimitInterval, VariantUsageLimitInterval$outboundSchema, 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_exports as files, finalizeBalanceParamsToJSON, finalizeLockResponseBody1FromJSON, finalizeLockResponseBody2FromJSON, finalizeLockResponseFromJSON, flag1FromJSON, flag2FromJSON, flagDisplay1FromJSON, flagDisplay2FromJSON, flagsFromJSON, flashedFromJSON, formatZodError, freeTrialFromJSON, freeTrialParamsFromJSON, freeTrialRequestToJSON, getCustomerAutoTopupFromJSON, getCustomerBillingControlsFromJSON, getCustomerConfigFromJSON, getCustomerCreditSchemaFromJSON, getCustomerCustomerFromJSON, getCustomerDiscountFromJSON, getCustomerDisplayFromJSON, getCustomerEntityFromJSON, getCustomerFeatureFromJSON, getCustomerFilterFromJSON, getCustomerFlagsFromJSON, getCustomerInvoiceFromJSON, 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, types_exports 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 };