autumn-js 1.2.0 → 1.2.3

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 (137) 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 +337 -29
  4. package/dist/backend/adapters/express.mjs +9 -9
  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 +337 -29
  8. package/dist/backend/adapters/fetch.mjs +9 -9
  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 +337 -29
  12. package/dist/backend/adapters/hono.mjs +9 -9
  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 +337 -29
  16. package/dist/backend/adapters/index.mjs +12 -12
  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 +337 -29
  20. package/dist/backend/adapters/next.mjs +9 -9
  21. package/dist/backend/{authTypes-BCoyMOAj.d.mts → authTypes-B5VxPaMo.d.mts} +14 -0
  22. package/dist/backend/{authTypes-BCoyMOAj.d.ts → authTypes-B5VxPaMo.d.ts} +14 -0
  23. package/dist/backend/{chunk-6YVVHFAT.mjs → chunk-2YEMC57K.mjs} +1 -1
  24. package/dist/backend/{chunk-MJBKNDWD.mjs → chunk-CCEZMERA.mjs} +279 -24
  25. package/dist/backend/{chunk-VR35K2UZ.mjs → chunk-ETHQSA52.mjs} +7 -7
  26. package/dist/backend/{chunk-RYP3CVST.mjs → chunk-FRKRWJ5S.mjs} +1 -1
  27. package/dist/backend/{chunk-5TDPAYPN.mjs → chunk-IFFSWLXT.mjs} +1 -1
  28. package/dist/backend/{chunk-3YYODLUY.mjs → chunk-IUFWKMTJ.mjs} +1 -1
  29. package/dist/backend/{chunk-BSY23UM3.mjs → chunk-N62MDT7U.mjs} +58 -5
  30. package/dist/backend/{chunk-JDL37I7Y.mjs → chunk-OLHAIHAX.mjs} +5 -5
  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 +337 -29
  34. package/dist/backend/core/handlers/coreHandler.mjs +7 -7
  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/executeRoute.mjs +4 -4
  38. package/dist/backend/core/handlers/handleRouteByName.d.mts +1 -1
  39. package/dist/backend/core/handlers/handleRouteByName.d.ts +1 -1
  40. package/dist/backend/core/handlers/handleRouteByName.js +337 -29
  41. package/dist/backend/core/handlers/handleRouteByName.mjs +7 -7
  42. package/dist/backend/core/handlers/index.d.mts +2 -2
  43. package/dist/backend/core/handlers/index.d.ts +2 -2
  44. package/dist/backend/core/handlers/index.js +337 -29
  45. package/dist/backend/core/handlers/index.mjs +10 -10
  46. package/dist/backend/core/handlers/resolveIdentity.d.mts +1 -1
  47. package/dist/backend/core/handlers/resolveIdentity.d.ts +1 -1
  48. package/dist/backend/core/index.d.mts +2 -2
  49. package/dist/backend/core/index.d.ts +2 -2
  50. package/dist/backend/core/index.js +337 -29
  51. package/dist/backend/core/index.mjs +10 -10
  52. package/dist/backend/core/routes/index.d.mts +2 -2
  53. package/dist/backend/core/routes/index.d.ts +2 -2
  54. package/dist/backend/core/routes/index.js +58 -5
  55. package/dist/backend/core/routes/index.mjs +2 -2
  56. package/dist/backend/core/routes/routeBuilder.d.mts +2 -2
  57. package/dist/backend/core/routes/routeBuilder.d.ts +2 -2
  58. package/dist/backend/core/routes/routeConfigs.d.mts +2 -2
  59. package/dist/backend/core/routes/routeConfigs.d.ts +2 -2
  60. package/dist/backend/core/routes/routeConfigs.js +58 -5
  61. package/dist/backend/core/routes/routeConfigs.mjs +2 -2
  62. package/dist/backend/core/types/authTypes.d.mts +1 -1
  63. package/dist/backend/core/types/authTypes.d.ts +1 -1
  64. package/dist/backend/core/types/handlerTypes.d.mts +2 -2
  65. package/dist/backend/core/types/handlerTypes.d.ts +2 -2
  66. package/dist/backend/core/types/index.d.mts +2 -2
  67. package/dist/backend/core/types/index.d.ts +2 -2
  68. package/dist/backend/core/types/routeTypes.d.mts +2 -2
  69. package/dist/backend/core/types/routeTypes.d.ts +2 -2
  70. package/dist/backend/core/utils/index.mjs +3 -3
  71. package/dist/backend/index.d.mts +4 -4
  72. package/dist/backend/index.d.ts +4 -4
  73. package/dist/backend/index.js +337 -29
  74. package/dist/backend/index.mjs +10 -10
  75. package/dist/backend/{routeTypes-B7YXq83l.d.ts → routeTypes-BkSHRiCI.d.ts} +233 -2
  76. package/dist/backend/{routeTypes-BglWygTb.d.mts → routeTypes-C1hUtfD8.d.mts} +233 -2
  77. package/dist/better-auth/{chunk-LHA6NFFS.mjs → chunk-2PRVJULJ.mjs} +58 -5
  78. package/dist/better-auth/{chunk-I4LI2AOX.mjs → chunk-6J74ZVNY.mjs} +280 -25
  79. package/dist/better-auth/{chunk-TDX4NREA.mjs → chunk-IY7FPOWF.mjs} +1 -1
  80. package/dist/better-auth/index.js +337 -29
  81. package/dist/better-auth/index.mjs +3 -3
  82. package/dist/better-auth/types.d.mts +14 -0
  83. package/dist/better-auth/types.d.ts +14 -0
  84. package/dist/better-auth/utils/createAutumnEndpoint.js +58 -5
  85. package/dist/better-auth/utils/createAutumnEndpoint.mjs +2 -2
  86. package/dist/better-auth/utils/handleBetterAuthRoute.js +337 -29
  87. package/dist/better-auth/utils/handleBetterAuthRoute.mjs +2 -2
  88. package/dist/better-auth/utils/index.js +337 -29
  89. package/dist/better-auth/utils/index.mjs +3 -3
  90. package/dist/react/AutumnContext.d.mts +3 -3
  91. package/dist/react/AutumnContext.d.ts +3 -3
  92. package/dist/react/client/AutumnClient.d.mts +3 -3
  93. package/dist/react/client/AutumnClient.d.ts +3 -3
  94. package/dist/react/client/IAutumnClient.d.mts +7 -3
  95. package/dist/react/client/IAutumnClient.d.ts +7 -3
  96. package/dist/react/client/index.d.mts +3 -3
  97. package/dist/react/client/index.d.ts +3 -3
  98. package/dist/react/{customer-CNvpHhpS.d.mts → customer-Bb7J-_p_.d.mts} +15 -1
  99. package/dist/react/{customer-CMAtwbJl.d.ts → customer-CJSDgQMF.d.ts} +15 -1
  100. package/dist/react/hooks/index.d.mts +3 -3
  101. package/dist/react/hooks/index.d.ts +3 -3
  102. package/dist/react/hooks/internal/check/balanceToAllowed.d.mts +2 -2
  103. package/dist/react/hooks/internal/check/balanceToAllowed.d.ts +2 -2
  104. package/dist/react/hooks/internal/check/customerToFeatures.d.mts +2 -2
  105. package/dist/react/hooks/internal/check/customerToFeatures.d.ts +2 -2
  106. package/dist/react/hooks/internal/check/findCreditSystemsByFeature.d.mts +2 -2
  107. package/dist/react/hooks/internal/check/findCreditSystemsByFeature.d.ts +2 -2
  108. package/dist/react/hooks/internal/check/getCreditCost.d.mts +2 -2
  109. package/dist/react/hooks/internal/check/getCreditCost.d.ts +2 -2
  110. package/dist/react/hooks/internal/getLocalCheckResponse.d.mts +3 -3
  111. package/dist/react/hooks/internal/getLocalCheckResponse.d.ts +3 -3
  112. package/dist/react/hooks/internal/useCustomerActions.d.mts +3 -3
  113. package/dist/react/hooks/internal/useCustomerActions.d.ts +3 -3
  114. package/dist/react/hooks/useAggregateEvents.d.mts +2 -2
  115. package/dist/react/hooks/useAggregateEvents.d.ts +2 -2
  116. package/dist/react/hooks/useCustomer.d.mts +3 -3
  117. package/dist/react/hooks/useCustomer.d.ts +3 -3
  118. package/dist/react/hooks/useEntity.d.mts +2 -2
  119. package/dist/react/hooks/useEntity.d.ts +2 -2
  120. package/dist/react/hooks/useListEvents.d.mts +2 -2
  121. package/dist/react/hooks/useListEvents.d.ts +2 -2
  122. package/dist/react/hooks/useListPlans.d.mts +2 -2
  123. package/dist/react/hooks/useListPlans.d.ts +2 -2
  124. package/dist/react/hooks/useReferrals.d.mts +2 -2
  125. package/dist/react/hooks/useReferrals.d.ts +2 -2
  126. package/dist/react/index.d.mts +3 -3
  127. package/dist/react/index.d.ts +3 -3
  128. package/dist/react/{params-BmtAnULw.d.mts → params-CheyAQ0-.d.mts} +93 -2
  129. package/dist/react/{params-CL0lZNfr.d.ts → params-yCtJ7lOA.d.ts} +93 -2
  130. package/dist/react/{plan-BoMslu_O.d.mts → plan-CqxFGNk2.d.mts} +4 -0
  131. package/dist/react/{plan-BoMslu_O.d.ts → plan-CqxFGNk2.d.ts} +4 -0
  132. package/dist/sdk/index.d.mts +342 -4
  133. package/dist/sdk/index.d.ts +342 -4
  134. package/dist/sdk/index.js +384 -24
  135. package/dist/sdk/index.mjs +359 -25
  136. package/package.json +1 -1
  137. package/dist/backend/{chunk-55C2WWXQ.mjs → chunk-S5HPMJ4U.mjs} +3 -3
@@ -60,8 +60,8 @@ var SDK_METADATA = {
60
60
  language: "typescript",
61
61
  openapiDocVersion: "2.2.0",
62
62
  sdkVersion: "0.10.17",
63
- genVersion: "2.869.25",
64
- userAgent: "speakeasy-sdk/typescript 0.10.17 2.869.25 2.2.0 @useautumn/sdk"
63
+ genVersion: "2.879.1",
64
+ userAgent: "speakeasy-sdk/typescript 0.10.17 2.879.1 2.2.0 @useautumn/sdk"
65
65
  };
66
66
 
67
67
  // ../sdk/src/lib/files.ts
@@ -957,8 +957,8 @@ function applyBearer(state, spec) {
957
957
  state.headers[spec.fieldName] = value;
958
958
  }
959
959
  }
960
- function resolveGlobalSecurity(security) {
961
- return resolveSecurity(
960
+ function resolveGlobalSecurity(security, allowedFields) {
961
+ let inputs = [
962
962
  [
963
963
  {
964
964
  fieldName: "Authorization",
@@ -966,7 +966,8 @@ function resolveGlobalSecurity(security) {
966
966
  value: security?.secretKey ?? env().AUTUMN_SECRET_KEY
967
967
  }
968
968
  ]
969
- );
969
+ ];
970
+ return resolveSecurity(...inputs);
970
971
  }
971
972
  async function extractSecurity(sec) {
972
973
  if (sec == null) {
@@ -1348,6 +1349,7 @@ var EventsAggregateParams$outboundSchema = z39.pipe(
1348
1349
  customRange: z39.optional(
1349
1350
  z39.lazy(() => AggregateEventsCustomRange$outboundSchema)
1350
1351
  ),
1352
+ filterBy: z39.optional(z39.record(z39.string(), z39.string())),
1351
1353
  maxGroups: z39.optional(z39.int())
1352
1354
  }),
1353
1355
  z39.transform((v) => {
@@ -1358,6 +1360,7 @@ var EventsAggregateParams$outboundSchema = z39.pipe(
1358
1360
  groupBy: "group_by",
1359
1361
  binSize: "bin_size",
1360
1362
  customRange: "custom_range",
1363
+ filterBy: "filter_by",
1361
1364
  maxGroups: "max_groups"
1362
1365
  });
1363
1366
  })
@@ -1609,11 +1612,13 @@ var AttachExpiryDurationType$outboundSchema = z39.enum(AttachExpiryDurationType)
1609
1612
  var AttachRollover$outboundSchema = z39.pipe(
1610
1613
  z39.object({
1611
1614
  max: z39.optional(z39.number()),
1615
+ maxPercentage: z39.optional(z39.number()),
1612
1616
  expiryDurationType: AttachExpiryDurationType$outboundSchema,
1613
1617
  expiryDurationLength: z39.optional(z39.number())
1614
1618
  }),
1615
1619
  z39.transform((v) => {
1616
1620
  return remap(v, {
1621
+ maxPercentage: "max_percentage",
1617
1622
  expiryDurationType: "expiry_duration_type",
1618
1623
  expiryDurationLength: "expiry_duration_length"
1619
1624
  });
@@ -2293,11 +2298,13 @@ var BillingUpdateExpiryDurationType$outboundSchema = z39.enum(BillingUpdateExpir
2293
2298
  var BillingUpdateRollover$outboundSchema = z39.pipe(
2294
2299
  z39.object({
2295
2300
  max: z39.optional(z39.number()),
2301
+ maxPercentage: z39.optional(z39.number()),
2296
2302
  expiryDurationType: BillingUpdateExpiryDurationType$outboundSchema,
2297
2303
  expiryDurationLength: z39.optional(z39.number())
2298
2304
  }),
2299
2305
  z39.transform((v) => {
2300
2306
  return remap(v, {
2307
+ maxPercentage: "max_percentage",
2301
2308
  expiryDurationType: "expiry_duration_type",
2302
2309
  expiryDurationLength: "expiry_duration_length"
2303
2310
  });
@@ -2744,11 +2751,19 @@ function productDisplayFromJSON(jsonString) {
2744
2751
  );
2745
2752
  }
2746
2753
  var RolloverDuration$inboundSchema = inboundSchema(RolloverDuration);
2747
- var CheckRollover$inboundSchema = z39.object({
2748
- max: nullable(number2()),
2749
- duration: z39._default(RolloverDuration$inboundSchema, "month"),
2750
- length: number2()
2751
- });
2754
+ var CheckRollover$inboundSchema = z39.pipe(
2755
+ z39.object({
2756
+ max: z39.optional(z39.nullable(number2())),
2757
+ max_percentage: z39.optional(z39.nullable(number2())),
2758
+ duration: z39._default(RolloverDuration$inboundSchema, "month"),
2759
+ length: number2()
2760
+ }),
2761
+ z39.transform((v) => {
2762
+ return remap(v, {
2763
+ "max_percentage": "maxPercentage"
2764
+ });
2765
+ })
2766
+ );
2752
2767
  function checkRolloverFromJSON(jsonString) {
2753
2768
  return safeParse(
2754
2769
  jsonString,
@@ -3109,6 +3124,22 @@ function customerDataUsageAlertToJSON(customerDataUsageAlert) {
3109
3124
  CustomerDataUsageAlert$outboundSchema.parse(customerDataUsageAlert)
3110
3125
  );
3111
3126
  }
3127
+ var CustomerDataOverageAllowed$outboundSchema = z39.pipe(
3128
+ z39.object({
3129
+ featureId: z39.string(),
3130
+ enabled: z39._default(z39.boolean(), false)
3131
+ }),
3132
+ z39.transform((v) => {
3133
+ return remap(v, {
3134
+ featureId: "feature_id"
3135
+ });
3136
+ })
3137
+ );
3138
+ function customerDataOverageAllowedToJSON(customerDataOverageAllowed) {
3139
+ return JSON.stringify(
3140
+ CustomerDataOverageAllowed$outboundSchema.parse(customerDataOverageAllowed)
3141
+ );
3142
+ }
3112
3143
  var CustomerDataBillingControls$outboundSchema = z39.pipe(
3113
3144
  z39.object({
3114
3145
  autoTopups: z39.optional(
@@ -3119,13 +3150,17 @@ var CustomerDataBillingControls$outboundSchema = z39.pipe(
3119
3150
  ),
3120
3151
  usageAlerts: z39.optional(
3121
3152
  z39.array(z39.lazy(() => CustomerDataUsageAlert$outboundSchema))
3153
+ ),
3154
+ overageAllowed: z39.optional(
3155
+ z39.array(z39.lazy(() => CustomerDataOverageAllowed$outboundSchema))
3122
3156
  )
3123
3157
  }),
3124
3158
  z39.transform((v) => {
3125
3159
  return remap(v, {
3126
3160
  autoTopups: "auto_topups",
3127
3161
  spendLimits: "spend_limits",
3128
- usageAlerts: "usage_alerts"
3162
+ usageAlerts: "usage_alerts",
3163
+ overageAllowed: "overage_allowed"
3129
3164
  });
3130
3165
  })
3131
3166
  );
@@ -3399,11 +3434,13 @@ var ExpiryDurationType$inboundSchema = inboundSchema(ExpiryDurationType);
3399
3434
  var PlanRollover$inboundSchema = z39.pipe(
3400
3435
  z39.object({
3401
3436
  max: nullable(number2()),
3437
+ max_percentage: z39.optional(z39.nullable(number2())),
3402
3438
  expiry_duration_type: ExpiryDurationType$inboundSchema,
3403
3439
  expiry_duration_length: optional2(number2())
3404
3440
  }),
3405
3441
  z39.transform((v) => {
3406
3442
  return remap(v, {
3443
+ "max_percentage": "maxPercentage",
3407
3444
  "expiry_duration_type": "expiryDurationType",
3408
3445
  "expiry_duration_length": "expiryDurationLength"
3409
3446
  });
@@ -3591,6 +3628,24 @@ function createEntityUsageAlertRequestBodyToJSON(createEntityUsageAlertRequestBo
3591
3628
  )
3592
3629
  );
3593
3630
  }
3631
+ var CreateEntityOverageAllowedRequest$outboundSchema = z39.pipe(
3632
+ z39.object({
3633
+ featureId: z39.string(),
3634
+ enabled: z39._default(z39.boolean(), false)
3635
+ }),
3636
+ z39.transform((v) => {
3637
+ return remap(v, {
3638
+ featureId: "feature_id"
3639
+ });
3640
+ })
3641
+ );
3642
+ function createEntityOverageAllowedRequestToJSON(createEntityOverageAllowedRequest) {
3643
+ return JSON.stringify(
3644
+ CreateEntityOverageAllowedRequest$outboundSchema.parse(
3645
+ createEntityOverageAllowedRequest
3646
+ )
3647
+ );
3648
+ }
3594
3649
  var CreateEntityBillingControlsRequest$outboundSchema = z39.pipe(
3595
3650
  z39.object({
3596
3651
  spendLimits: z39.optional(
@@ -3598,12 +3653,16 @@ var CreateEntityBillingControlsRequest$outboundSchema = z39.pipe(
3598
3653
  ),
3599
3654
  usageAlerts: z39.optional(
3600
3655
  z39.array(z39.lazy(() => CreateEntityUsageAlertRequestBody$outboundSchema))
3656
+ ),
3657
+ overageAllowed: z39.optional(
3658
+ z39.array(z39.lazy(() => CreateEntityOverageAllowedRequest$outboundSchema))
3601
3659
  )
3602
3660
  }),
3603
3661
  z39.transform((v) => {
3604
3662
  return remap(v, {
3605
3663
  spendLimits: "spend_limits",
3606
- usageAlerts: "usage_alerts"
3664
+ usageAlerts: "usage_alerts",
3665
+ overageAllowed: "overage_allowed"
3607
3666
  });
3608
3667
  })
3609
3668
  );
@@ -3828,6 +3887,24 @@ function createEntityUsageAlertResponseFromJSON(jsonString) {
3828
3887
  `Failed to parse 'CreateEntityUsageAlertResponse' from JSON`
3829
3888
  );
3830
3889
  }
3890
+ var CreateEntityOverageAllowedResponse$inboundSchema = z39.pipe(
3891
+ z39.object({
3892
+ feature_id: string4(),
3893
+ enabled: z39._default(boolean2(), false)
3894
+ }),
3895
+ z39.transform((v) => {
3896
+ return remap(v, {
3897
+ "feature_id": "featureId"
3898
+ });
3899
+ })
3900
+ );
3901
+ function createEntityOverageAllowedResponseFromJSON(jsonString) {
3902
+ return safeParse(
3903
+ jsonString,
3904
+ (x) => CreateEntityOverageAllowedResponse$inboundSchema.parse(JSON.parse(x)),
3905
+ `Failed to parse 'CreateEntityOverageAllowedResponse' from JSON`
3906
+ );
3907
+ }
3831
3908
  var CreateEntityBillingControlsResponse$inboundSchema = z39.pipe(
3832
3909
  z39.object({
3833
3910
  spend_limits: optional2(
@@ -3835,12 +3912,16 @@ var CreateEntityBillingControlsResponse$inboundSchema = z39.pipe(
3835
3912
  ),
3836
3913
  usage_alerts: optional2(
3837
3914
  z39.array(z39.lazy(() => CreateEntityUsageAlertResponse$inboundSchema))
3915
+ ),
3916
+ overage_allowed: optional2(
3917
+ z39.array(z39.lazy(() => CreateEntityOverageAllowedResponse$inboundSchema))
3838
3918
  )
3839
3919
  }),
3840
3920
  z39.transform((v) => {
3841
3921
  return remap(v, {
3842
3922
  "spend_limits": "spendLimits",
3843
- "usage_alerts": "usageAlerts"
3923
+ "usage_alerts": "usageAlerts",
3924
+ "overage_allowed": "overageAllowed"
3844
3925
  });
3845
3926
  })
3846
3927
  );
@@ -4271,11 +4352,13 @@ var CreatePlanExpiryDurationTypeRequest$outboundSchema = z39.enum(CreatePlanExpi
4271
4352
  var CreatePlanRolloverRequest$outboundSchema = z39.pipe(
4272
4353
  z39.object({
4273
4354
  max: z39.optional(z39.number()),
4355
+ maxPercentage: z39.optional(z39.number()),
4274
4356
  expiryDurationType: CreatePlanExpiryDurationTypeRequest$outboundSchema,
4275
4357
  expiryDurationLength: z39.optional(z39.number())
4276
4358
  }),
4277
4359
  z39.transform((v) => {
4278
4360
  return remap(v, {
4361
+ maxPercentage: "max_percentage",
4279
4362
  expiryDurationType: "expiry_duration_type",
4280
4363
  expiryDurationLength: "expiry_duration_length"
4281
4364
  });
@@ -4528,11 +4611,13 @@ var CreatePlanExpiryDurationTypeResponse$inboundSchema = inboundSchema(CreatePla
4528
4611
  var CreatePlanRolloverResponse$inboundSchema = z39.pipe(
4529
4612
  z39.object({
4530
4613
  max: nullable(number2()),
4614
+ max_percentage: z39.optional(z39.nullable(number2())),
4531
4615
  expiry_duration_type: CreatePlanExpiryDurationTypeResponse$inboundSchema,
4532
4616
  expiry_duration_length: optional2(number2())
4533
4617
  }),
4534
4618
  z39.transform((v) => {
4535
4619
  return remap(v, {
4620
+ "max_percentage": "maxPercentage",
4536
4621
  "expiry_duration_type": "expiryDurationType",
4537
4622
  "expiry_duration_length": "expiryDurationLength"
4538
4623
  });
@@ -4823,6 +4908,24 @@ function customerUsageAlertFromJSON(jsonString) {
4823
4908
  `Failed to parse 'CustomerUsageAlert' from JSON`
4824
4909
  );
4825
4910
  }
4911
+ var CustomerOverageAllowed$inboundSchema = z39.pipe(
4912
+ z39.object({
4913
+ feature_id: string4(),
4914
+ enabled: z39._default(boolean2(), false)
4915
+ }),
4916
+ z39.transform((v) => {
4917
+ return remap(v, {
4918
+ "feature_id": "featureId"
4919
+ });
4920
+ })
4921
+ );
4922
+ function customerOverageAllowedFromJSON(jsonString) {
4923
+ return safeParse(
4924
+ jsonString,
4925
+ (x) => CustomerOverageAllowed$inboundSchema.parse(JSON.parse(x)),
4926
+ `Failed to parse 'CustomerOverageAllowed' from JSON`
4927
+ );
4928
+ }
4826
4929
  var CustomerBillingControls$inboundSchema = z39.pipe(
4827
4930
  z39.object({
4828
4931
  auto_topups: optional2(
@@ -4833,13 +4936,17 @@ var CustomerBillingControls$inboundSchema = z39.pipe(
4833
4936
  ),
4834
4937
  usage_alerts: optional2(
4835
4938
  z39.array(z39.lazy(() => CustomerUsageAlert$inboundSchema))
4939
+ ),
4940
+ overage_allowed: optional2(
4941
+ z39.array(z39.lazy(() => CustomerOverageAllowed$inboundSchema))
4836
4942
  )
4837
4943
  }),
4838
4944
  z39.transform((v) => {
4839
4945
  return remap(v, {
4840
4946
  "auto_topups": "autoTopups",
4841
4947
  "spend_limits": "spendLimits",
4842
- "usage_alerts": "usageAlerts"
4948
+ "usage_alerts": "usageAlerts",
4949
+ "overage_allowed": "overageAllowed"
4843
4950
  });
4844
4951
  })
4845
4952
  );
@@ -5593,6 +5700,24 @@ function getEntityUsageAlertFromJSON(jsonString) {
5593
5700
  `Failed to parse 'GetEntityUsageAlert' from JSON`
5594
5701
  );
5595
5702
  }
5703
+ var GetEntityOverageAllowed$inboundSchema = z39.pipe(
5704
+ z39.object({
5705
+ feature_id: string4(),
5706
+ enabled: z39._default(boolean2(), false)
5707
+ }),
5708
+ z39.transform((v) => {
5709
+ return remap(v, {
5710
+ "feature_id": "featureId"
5711
+ });
5712
+ })
5713
+ );
5714
+ function getEntityOverageAllowedFromJSON(jsonString) {
5715
+ return safeParse(
5716
+ jsonString,
5717
+ (x) => GetEntityOverageAllowed$inboundSchema.parse(JSON.parse(x)),
5718
+ `Failed to parse 'GetEntityOverageAllowed' from JSON`
5719
+ );
5720
+ }
5596
5721
  var GetEntityBillingControls$inboundSchema = z39.pipe(
5597
5722
  z39.object({
5598
5723
  spend_limits: optional2(
@@ -5600,12 +5725,16 @@ var GetEntityBillingControls$inboundSchema = z39.pipe(
5600
5725
  ),
5601
5726
  usage_alerts: optional2(
5602
5727
  z39.array(z39.lazy(() => GetEntityUsageAlert$inboundSchema))
5728
+ ),
5729
+ overage_allowed: optional2(
5730
+ z39.array(z39.lazy(() => GetEntityOverageAllowed$inboundSchema))
5603
5731
  )
5604
5732
  }),
5605
5733
  z39.transform((v) => {
5606
5734
  return remap(v, {
5607
5735
  "spend_limits": "spendLimits",
5608
- "usage_alerts": "usageAlerts"
5736
+ "usage_alerts": "usageAlerts",
5737
+ "overage_allowed": "overageAllowed"
5609
5738
  });
5610
5739
  })
5611
5740
  );
@@ -5852,6 +5981,24 @@ function getOrCreateCustomerUsageAlertToJSON(getOrCreateCustomerUsageAlert) {
5852
5981
  )
5853
5982
  );
5854
5983
  }
5984
+ var GetOrCreateCustomerOverageAllowed$outboundSchema = z39.pipe(
5985
+ z39.object({
5986
+ featureId: z39.string(),
5987
+ enabled: z39._default(z39.boolean(), false)
5988
+ }),
5989
+ z39.transform((v) => {
5990
+ return remap(v, {
5991
+ featureId: "feature_id"
5992
+ });
5993
+ })
5994
+ );
5995
+ function getOrCreateCustomerOverageAllowedToJSON(getOrCreateCustomerOverageAllowed) {
5996
+ return JSON.stringify(
5997
+ GetOrCreateCustomerOverageAllowed$outboundSchema.parse(
5998
+ getOrCreateCustomerOverageAllowed
5999
+ )
6000
+ );
6001
+ }
5855
6002
  var GetOrCreateCustomerBillingControls$outboundSchema = z39.pipe(
5856
6003
  z39.object({
5857
6004
  autoTopups: z39.optional(
@@ -5862,13 +6009,17 @@ var GetOrCreateCustomerBillingControls$outboundSchema = z39.pipe(
5862
6009
  ),
5863
6010
  usageAlerts: z39.optional(
5864
6011
  z39.array(z39.lazy(() => GetOrCreateCustomerUsageAlert$outboundSchema))
6012
+ ),
6013
+ overageAllowed: z39.optional(
6014
+ z39.array(z39.lazy(() => GetOrCreateCustomerOverageAllowed$outboundSchema))
5865
6015
  )
5866
6016
  }),
5867
6017
  z39.transform((v) => {
5868
6018
  return remap(v, {
5869
6019
  autoTopups: "auto_topups",
5870
6020
  spendLimits: "spend_limits",
5871
- usageAlerts: "usage_alerts"
6021
+ usageAlerts: "usage_alerts",
6022
+ overageAllowed: "overage_allowed"
5872
6023
  });
5873
6024
  })
5874
6025
  );
@@ -6161,11 +6312,13 @@ var GetPlanExpiryDurationType$inboundSchema = inboundSchema(GetPlanExpiryDuratio
6161
6312
  var GetPlanRollover$inboundSchema = z39.pipe(
6162
6313
  z39.object({
6163
6314
  max: nullable(number2()),
6315
+ max_percentage: z39.optional(z39.nullable(number2())),
6164
6316
  expiry_duration_type: GetPlanExpiryDurationType$inboundSchema,
6165
6317
  expiry_duration_length: optional2(number2())
6166
6318
  }),
6167
6319
  z39.transform((v) => {
6168
6320
  return remap(v, {
6321
+ "max_percentage": "maxPercentage",
6169
6322
  "expiry_duration_type": "expiryDurationType",
6170
6323
  "expiry_duration_length": "expiryDurationLength"
6171
6324
  });
@@ -6478,6 +6631,24 @@ function listCustomersUsageAlertFromJSON(jsonString) {
6478
6631
  `Failed to parse 'ListCustomersUsageAlert' from JSON`
6479
6632
  );
6480
6633
  }
6634
+ var ListCustomersOverageAllowed$inboundSchema = z39.pipe(
6635
+ z39.object({
6636
+ feature_id: string4(),
6637
+ enabled: z39._default(boolean2(), false)
6638
+ }),
6639
+ z39.transform((v) => {
6640
+ return remap(v, {
6641
+ "feature_id": "featureId"
6642
+ });
6643
+ })
6644
+ );
6645
+ function listCustomersOverageAllowedFromJSON(jsonString) {
6646
+ return safeParse(
6647
+ jsonString,
6648
+ (x) => ListCustomersOverageAllowed$inboundSchema.parse(JSON.parse(x)),
6649
+ `Failed to parse 'ListCustomersOverageAllowed' from JSON`
6650
+ );
6651
+ }
6481
6652
  var ListCustomersBillingControls$inboundSchema = z39.pipe(
6482
6653
  z39.object({
6483
6654
  auto_topups: optional2(
@@ -6488,13 +6659,17 @@ var ListCustomersBillingControls$inboundSchema = z39.pipe(
6488
6659
  ),
6489
6660
  usage_alerts: optional2(
6490
6661
  z39.array(z39.lazy(() => ListCustomersUsageAlert$inboundSchema))
6662
+ ),
6663
+ overage_allowed: optional2(
6664
+ z39.array(z39.lazy(() => ListCustomersOverageAllowed$inboundSchema))
6491
6665
  )
6492
6666
  }),
6493
6667
  z39.transform((v) => {
6494
6668
  return remap(v, {
6495
6669
  "auto_topups": "autoTopups",
6496
6670
  "spend_limits": "spendLimits",
6497
- "usage_alerts": "usageAlerts"
6671
+ "usage_alerts": "usageAlerts",
6672
+ "overage_allowed": "overageAllowed"
6498
6673
  });
6499
6674
  })
6500
6675
  );
@@ -7131,11 +7306,13 @@ var ListPlansExpiryDurationType$inboundSchema = inboundSchema(ListPlansExpiryDur
7131
7306
  var ListPlansRollover$inboundSchema = z39.pipe(
7132
7307
  z39.object({
7133
7308
  max: nullable(number2()),
7309
+ max_percentage: z39.optional(z39.nullable(number2())),
7134
7310
  expiry_duration_type: ListPlansExpiryDurationType$inboundSchema,
7135
7311
  expiry_duration_length: optional2(number2())
7136
7312
  }),
7137
7313
  z39.transform((v) => {
7138
7314
  return remap(v, {
7315
+ "max_percentage": "maxPercentage",
7139
7316
  "expiry_duration_type": "expiryDurationType",
7140
7317
  "expiry_duration_length": "expiryDurationLength"
7141
7318
  });
@@ -7444,11 +7621,13 @@ var MultiAttachExpiryDurationType$outboundSchema = z39.enum(MultiAttachExpiryDur
7444
7621
  var MultiAttachRollover$outboundSchema = z39.pipe(
7445
7622
  z39.object({
7446
7623
  max: z39.optional(z39.number()),
7624
+ maxPercentage: z39.optional(z39.number()),
7447
7625
  expiryDurationType: MultiAttachExpiryDurationType$outboundSchema,
7448
7626
  expiryDurationLength: z39.optional(z39.number())
7449
7627
  }),
7450
7628
  z39.transform((v) => {
7451
7629
  return remap(v, {
7630
+ maxPercentage: "max_percentage",
7452
7631
  expiryDurationType: "expiry_duration_type",
7453
7632
  expiryDurationLength: "expiry_duration_length"
7454
7633
  });
@@ -7623,6 +7802,22 @@ function multiAttachUsageAlertToJSON(multiAttachUsageAlert) {
7623
7802
  MultiAttachUsageAlert$outboundSchema.parse(multiAttachUsageAlert)
7624
7803
  );
7625
7804
  }
7805
+ var MultiAttachOverageAllowed$outboundSchema = z39.pipe(
7806
+ z39.object({
7807
+ featureId: z39.string(),
7808
+ enabled: z39._default(z39.boolean(), false)
7809
+ }),
7810
+ z39.transform((v) => {
7811
+ return remap(v, {
7812
+ featureId: "feature_id"
7813
+ });
7814
+ })
7815
+ );
7816
+ function multiAttachOverageAllowedToJSON(multiAttachOverageAllowed) {
7817
+ return JSON.stringify(
7818
+ MultiAttachOverageAllowed$outboundSchema.parse(multiAttachOverageAllowed)
7819
+ );
7820
+ }
7626
7821
  var MultiAttachBillingControls$outboundSchema = z39.pipe(
7627
7822
  z39.object({
7628
7823
  spendLimits: z39.optional(
@@ -7630,12 +7825,16 @@ var MultiAttachBillingControls$outboundSchema = z39.pipe(
7630
7825
  ),
7631
7826
  usageAlerts: z39.optional(
7632
7827
  z39.array(z39.lazy(() => MultiAttachUsageAlert$outboundSchema))
7828
+ ),
7829
+ overageAllowed: z39.optional(
7830
+ z39.array(z39.lazy(() => MultiAttachOverageAllowed$outboundSchema))
7633
7831
  )
7634
7832
  }),
7635
7833
  z39.transform((v) => {
7636
7834
  return remap(v, {
7637
7835
  spendLimits: "spend_limits",
7638
- usageAlerts: "usage_alerts"
7836
+ usageAlerts: "usage_alerts",
7837
+ overageAllowed: "overage_allowed"
7639
7838
  });
7640
7839
  })
7641
7840
  );
@@ -8006,11 +8205,13 @@ var PreviewAttachExpiryDurationType$outboundSchema = z39.enum(PreviewAttachExpir
8006
8205
  var PreviewAttachRollover$outboundSchema = z39.pipe(
8007
8206
  z39.object({
8008
8207
  max: z39.optional(z39.number()),
8208
+ maxPercentage: z39.optional(z39.number()),
8009
8209
  expiryDurationType: PreviewAttachExpiryDurationType$outboundSchema,
8010
8210
  expiryDurationLength: z39.optional(z39.number())
8011
8211
  }),
8012
8212
  z39.transform((v) => {
8013
8213
  return remap(v, {
8214
+ maxPercentage: "max_percentage",
8014
8215
  expiryDurationType: "expiry_duration_type",
8015
8216
  expiryDurationLength: "expiry_duration_length"
8016
8217
  });
@@ -8743,11 +8944,13 @@ var PreviewMultiAttachExpiryDurationType$outboundSchema = z39.enum(PreviewMultiA
8743
8944
  var PreviewMultiAttachRollover$outboundSchema = z39.pipe(
8744
8945
  z39.object({
8745
8946
  max: z39.optional(z39.number()),
8947
+ maxPercentage: z39.optional(z39.number()),
8746
8948
  expiryDurationType: PreviewMultiAttachExpiryDurationType$outboundSchema,
8747
8949
  expiryDurationLength: z39.optional(z39.number())
8748
8950
  }),
8749
8951
  z39.transform((v) => {
8750
8952
  return remap(v, {
8953
+ maxPercentage: "max_percentage",
8751
8954
  expiryDurationType: "expiry_duration_type",
8752
8955
  expiryDurationLength: "expiry_duration_length"
8753
8956
  });
@@ -8951,6 +9154,24 @@ function previewMultiAttachUsageAlertToJSON(previewMultiAttachUsageAlert) {
8951
9154
  )
8952
9155
  );
8953
9156
  }
9157
+ var PreviewMultiAttachOverageAllowed$outboundSchema = z39.pipe(
9158
+ z39.object({
9159
+ featureId: z39.string(),
9160
+ enabled: z39._default(z39.boolean(), false)
9161
+ }),
9162
+ z39.transform((v) => {
9163
+ return remap(v, {
9164
+ featureId: "feature_id"
9165
+ });
9166
+ })
9167
+ );
9168
+ function previewMultiAttachOverageAllowedToJSON(previewMultiAttachOverageAllowed) {
9169
+ return JSON.stringify(
9170
+ PreviewMultiAttachOverageAllowed$outboundSchema.parse(
9171
+ previewMultiAttachOverageAllowed
9172
+ )
9173
+ );
9174
+ }
8954
9175
  var PreviewMultiAttachBillingControls$outboundSchema = z39.pipe(
8955
9176
  z39.object({
8956
9177
  spendLimits: z39.optional(
@@ -8958,12 +9179,16 @@ var PreviewMultiAttachBillingControls$outboundSchema = z39.pipe(
8958
9179
  ),
8959
9180
  usageAlerts: z39.optional(
8960
9181
  z39.array(z39.lazy(() => PreviewMultiAttachUsageAlert$outboundSchema))
9182
+ ),
9183
+ overageAllowed: z39.optional(
9184
+ z39.array(z39.lazy(() => PreviewMultiAttachOverageAllowed$outboundSchema))
8961
9185
  )
8962
9186
  }),
8963
9187
  z39.transform((v) => {
8964
9188
  return remap(v, {
8965
9189
  spendLimits: "spend_limits",
8966
- usageAlerts: "usage_alerts"
9190
+ usageAlerts: "usage_alerts",
9191
+ overageAllowed: "overage_allowed"
8967
9192
  });
8968
9193
  })
8969
9194
  );
@@ -9574,11 +9799,13 @@ var PreviewUpdateExpiryDurationType$outboundSchema = z39.enum(PreviewUpdateExpir
9574
9799
  var PreviewUpdateRollover$outboundSchema = z39.pipe(
9575
9800
  z39.object({
9576
9801
  max: z39.optional(z39.number()),
9802
+ maxPercentage: z39.optional(z39.number()),
9577
9803
  expiryDurationType: PreviewUpdateExpiryDurationType$outboundSchema,
9578
9804
  expiryDurationLength: z39.optional(z39.number())
9579
9805
  }),
9580
9806
  z39.transform((v) => {
9581
9807
  return remap(v, {
9808
+ maxPercentage: "max_percentage",
9582
9809
  expiryDurationType: "expiry_duration_type",
9583
9810
  expiryDurationLength: "expiry_duration_length"
9584
9811
  });
@@ -10278,11 +10505,13 @@ var SetupPaymentExpiryDurationType$outboundSchema = z39.enum(SetupPaymentExpiryD
10278
10505
  var SetupPaymentRollover$outboundSchema = z39.pipe(
10279
10506
  z39.object({
10280
10507
  max: z39.optional(z39.number()),
10508
+ maxPercentage: z39.optional(z39.number()),
10281
10509
  expiryDurationType: SetupPaymentExpiryDurationType$outboundSchema,
10282
10510
  expiryDurationLength: z39.optional(z39.number())
10283
10511
  }),
10284
10512
  z39.transform((v) => {
10285
10513
  return remap(v, {
10514
+ maxPercentage: "max_percentage",
10286
10515
  expiryDurationType: "expiry_duration_type",
10287
10516
  expiryDurationLength: "expiry_duration_length"
10288
10517
  });
@@ -10729,6 +10958,24 @@ function updateCustomerUsageAlertRequestBodyToJSON(updateCustomerUsageAlertReque
10729
10958
  )
10730
10959
  );
10731
10960
  }
10961
+ var UpdateCustomerOverageAllowedRequest$outboundSchema = z39.pipe(
10962
+ z39.object({
10963
+ featureId: z39.string(),
10964
+ enabled: z39._default(z39.boolean(), false)
10965
+ }),
10966
+ z39.transform((v) => {
10967
+ return remap(v, {
10968
+ featureId: "feature_id"
10969
+ });
10970
+ })
10971
+ );
10972
+ function updateCustomerOverageAllowedRequestToJSON(updateCustomerOverageAllowedRequest) {
10973
+ return JSON.stringify(
10974
+ UpdateCustomerOverageAllowedRequest$outboundSchema.parse(
10975
+ updateCustomerOverageAllowedRequest
10976
+ )
10977
+ );
10978
+ }
10732
10979
  var UpdateCustomerBillingControlsRequest$outboundSchema = z39.pipe(
10733
10980
  z39.object({
10734
10981
  autoTopups: z39.optional(
@@ -10739,13 +10986,17 @@ var UpdateCustomerBillingControlsRequest$outboundSchema = z39.pipe(
10739
10986
  ),
10740
10987
  usageAlerts: z39.optional(
10741
10988
  z39.array(z39.lazy(() => UpdateCustomerUsageAlertRequestBody$outboundSchema))
10989
+ ),
10990
+ overageAllowed: z39.optional(
10991
+ z39.array(z39.lazy(() => UpdateCustomerOverageAllowedRequest$outboundSchema))
10742
10992
  )
10743
10993
  }),
10744
10994
  z39.transform((v) => {
10745
10995
  return remap(v, {
10746
10996
  autoTopups: "auto_topups",
10747
10997
  spendLimits: "spend_limits",
10748
- usageAlerts: "usage_alerts"
10998
+ usageAlerts: "usage_alerts",
10999
+ overageAllowed: "overage_allowed"
10749
11000
  });
10750
11001
  })
10751
11002
  );
@@ -10873,6 +11124,24 @@ function updateCustomerUsageAlertResponseFromJSON(jsonString) {
10873
11124
  `Failed to parse 'UpdateCustomerUsageAlertResponse' from JSON`
10874
11125
  );
10875
11126
  }
11127
+ var UpdateCustomerOverageAllowedResponse$inboundSchema = z39.pipe(
11128
+ z39.object({
11129
+ feature_id: string4(),
11130
+ enabled: z39._default(boolean2(), false)
11131
+ }),
11132
+ z39.transform((v) => {
11133
+ return remap(v, {
11134
+ "feature_id": "featureId"
11135
+ });
11136
+ })
11137
+ );
11138
+ function updateCustomerOverageAllowedResponseFromJSON(jsonString) {
11139
+ return safeParse(
11140
+ jsonString,
11141
+ (x) => UpdateCustomerOverageAllowedResponse$inboundSchema.parse(JSON.parse(x)),
11142
+ `Failed to parse 'UpdateCustomerOverageAllowedResponse' from JSON`
11143
+ );
11144
+ }
10876
11145
  var UpdateCustomerBillingControlsResponse$inboundSchema = z39.pipe(
10877
11146
  z39.object({
10878
11147
  auto_topups: optional2(
@@ -10883,13 +11152,17 @@ var UpdateCustomerBillingControlsResponse$inboundSchema = z39.pipe(
10883
11152
  ),
10884
11153
  usage_alerts: optional2(
10885
11154
  z39.array(z39.lazy(() => UpdateCustomerUsageAlertResponse$inboundSchema))
11155
+ ),
11156
+ overage_allowed: optional2(
11157
+ z39.array(z39.lazy(() => UpdateCustomerOverageAllowedResponse$inboundSchema))
10886
11158
  )
10887
11159
  }),
10888
11160
  z39.transform((v) => {
10889
11161
  return remap(v, {
10890
11162
  "auto_topups": "autoTopups",
10891
11163
  "spend_limits": "spendLimits",
10892
- "usage_alerts": "usageAlerts"
11164
+ "usage_alerts": "usageAlerts",
11165
+ "overage_allowed": "overageAllowed"
10893
11166
  });
10894
11167
  })
10895
11168
  );
@@ -11148,6 +11421,24 @@ function updateEntityUsageAlertRequestBodyToJSON(updateEntityUsageAlertRequestBo
11148
11421
  )
11149
11422
  );
11150
11423
  }
11424
+ var UpdateEntityOverageAllowedRequest$outboundSchema = z39.pipe(
11425
+ z39.object({
11426
+ featureId: z39.string(),
11427
+ enabled: z39._default(z39.boolean(), false)
11428
+ }),
11429
+ z39.transform((v) => {
11430
+ return remap(v, {
11431
+ featureId: "feature_id"
11432
+ });
11433
+ })
11434
+ );
11435
+ function updateEntityOverageAllowedRequestToJSON(updateEntityOverageAllowedRequest) {
11436
+ return JSON.stringify(
11437
+ UpdateEntityOverageAllowedRequest$outboundSchema.parse(
11438
+ updateEntityOverageAllowedRequest
11439
+ )
11440
+ );
11441
+ }
11151
11442
  var UpdateEntityBillingControlsRequest$outboundSchema = z39.pipe(
11152
11443
  z39.object({
11153
11444
  spendLimits: z39.optional(
@@ -11155,12 +11446,16 @@ var UpdateEntityBillingControlsRequest$outboundSchema = z39.pipe(
11155
11446
  ),
11156
11447
  usageAlerts: z39.optional(
11157
11448
  z39.array(z39.lazy(() => UpdateEntityUsageAlertRequestBody$outboundSchema))
11449
+ ),
11450
+ overageAllowed: z39.optional(
11451
+ z39.array(z39.lazy(() => UpdateEntityOverageAllowedRequest$outboundSchema))
11158
11452
  )
11159
11453
  }),
11160
11454
  z39.transform((v) => {
11161
11455
  return remap(v, {
11162
11456
  spendLimits: "spend_limits",
11163
- usageAlerts: "usage_alerts"
11457
+ usageAlerts: "usage_alerts",
11458
+ overageAllowed: "overage_allowed"
11164
11459
  });
11165
11460
  })
11166
11461
  );
@@ -11380,6 +11675,24 @@ function updateEntityUsageAlertResponseFromJSON(jsonString) {
11380
11675
  `Failed to parse 'UpdateEntityUsageAlertResponse' from JSON`
11381
11676
  );
11382
11677
  }
11678
+ var UpdateEntityOverageAllowedResponse$inboundSchema = z39.pipe(
11679
+ z39.object({
11680
+ feature_id: string4(),
11681
+ enabled: z39._default(boolean2(), false)
11682
+ }),
11683
+ z39.transform((v) => {
11684
+ return remap(v, {
11685
+ "feature_id": "featureId"
11686
+ });
11687
+ })
11688
+ );
11689
+ function updateEntityOverageAllowedResponseFromJSON(jsonString) {
11690
+ return safeParse(
11691
+ jsonString,
11692
+ (x) => UpdateEntityOverageAllowedResponse$inboundSchema.parse(JSON.parse(x)),
11693
+ `Failed to parse 'UpdateEntityOverageAllowedResponse' from JSON`
11694
+ );
11695
+ }
11383
11696
  var UpdateEntityBillingControlsResponse$inboundSchema = z39.pipe(
11384
11697
  z39.object({
11385
11698
  spend_limits: optional2(
@@ -11387,12 +11700,16 @@ var UpdateEntityBillingControlsResponse$inboundSchema = z39.pipe(
11387
11700
  ),
11388
11701
  usage_alerts: optional2(
11389
11702
  z39.array(z39.lazy(() => UpdateEntityUsageAlertResponse$inboundSchema))
11703
+ ),
11704
+ overage_allowed: optional2(
11705
+ z39.array(z39.lazy(() => UpdateEntityOverageAllowedResponse$inboundSchema))
11390
11706
  )
11391
11707
  }),
11392
11708
  z39.transform((v) => {
11393
11709
  return remap(v, {
11394
11710
  "spend_limits": "spendLimits",
11395
- "usage_alerts": "usageAlerts"
11711
+ "usage_alerts": "usageAlerts",
11712
+ "overage_allowed": "overageAllowed"
11396
11713
  });
11397
11714
  })
11398
11715
  );
@@ -11826,11 +12143,13 @@ var UpdatePlanExpiryDurationTypeRequest$outboundSchema = z39.enum(UpdatePlanExpi
11826
12143
  var UpdatePlanRolloverRequest$outboundSchema = z39.pipe(
11827
12144
  z39.object({
11828
12145
  max: z39.optional(z39.number()),
12146
+ maxPercentage: z39.optional(z39.number()),
11829
12147
  expiryDurationType: UpdatePlanExpiryDurationTypeRequest$outboundSchema,
11830
12148
  expiryDurationLength: z39.optional(z39.number())
11831
12149
  }),
11832
12150
  z39.transform((v) => {
11833
12151
  return remap(v, {
12152
+ maxPercentage: "max_percentage",
11834
12153
  expiryDurationType: "expiry_duration_type",
11835
12154
  expiryDurationLength: "expiry_duration_length"
11836
12155
  });
@@ -12091,11 +12410,13 @@ var UpdatePlanExpiryDurationTypeResponse$inboundSchema = inboundSchema(UpdatePla
12091
12410
  var UpdatePlanRolloverResponse$inboundSchema = z39.pipe(
12092
12411
  z39.object({
12093
12412
  max: nullable(number2()),
12413
+ max_percentage: z39.optional(z39.nullable(number2())),
12094
12414
  expiry_duration_type: UpdatePlanExpiryDurationTypeResponse$inboundSchema,
12095
12415
  expiry_duration_length: optional2(number2())
12096
12416
  }),
12097
12417
  z39.transform((v) => {
12098
12418
  return remap(v, {
12419
+ "max_percentage": "maxPercentage",
12099
12420
  "expiry_duration_type": "expiryDurationType",
12100
12421
  "expiry_duration_length": "expiryDurationLength"
12101
12422
  });
@@ -12408,7 +12729,8 @@ async function $do2(client, request, options) {
12408
12729
  var FAIL_OPEN_OPERATION_IDS = /* @__PURE__ */ new Set([
12409
12730
  "check",
12410
12731
  "track",
12411
- "getOrCreateCustomer"
12732
+ "getOrCreateCustomer",
12733
+ "getEntity"
12412
12734
  ]);
12413
12735
  var FAIL_OPEN_LOG_MESSAGE = "[Autumn] Request failed \u2014 failing open. Learn more: https://docs.useautumn.com/documentation/fail-open";
12414
12736
  var FAIL_OPEN_BODIES = {
@@ -12438,6 +12760,18 @@ var FAIL_OPEN_BODIES = {
12438
12760
  purchases: [],
12439
12761
  balances: {},
12440
12762
  flags: {}
12763
+ },
12764
+ getEntity: {
12765
+ id: null,
12766
+ name: null,
12767
+ customer_id: null,
12768
+ feature_id: null,
12769
+ created_at: 0,
12770
+ env: "live",
12771
+ subscriptions: [],
12772
+ purchases: [],
12773
+ balances: {},
12774
+ flags: {}
12441
12775
  }
12442
12776
  };
12443
12777
  var FailOpenHook = class {
@@ -16624,4 +16958,4 @@ function createPageIterator(page, halt) {
16624
16958
  };
16625
16959
  }
16626
16960
 
16627
- export { Action, Action$outboundSchema, AggregateEventsCustomRange$outboundSchema, AggregateEventsFeatureId$outboundSchema, AggregateEventsList$inboundSchema, AggregateEventsResponse$inboundSchema, AttachAction, AttachAction$inboundSchema, AttachAttachDiscount$outboundSchema, AttachBasePrice$outboundSchema, AttachBillingMethod, AttachBillingMethod$outboundSchema, AttachCarryOverBalances$outboundSchema, AttachCarryOverUsages$outboundSchema, AttachCode, AttachCode$inboundSchema, AttachCustomLineItem$outboundSchema, AttachCustomize$outboundSchema, AttachDurationType, AttachDurationType$outboundSchema, AttachExpiryDurationType, AttachExpiryDurationType$outboundSchema, AttachFeatureQuantity$outboundSchema, AttachFreeTrialParams$outboundSchema, AttachInvoice$inboundSchema, AttachInvoiceMode$outboundSchema, AttachItemPriceInterval, AttachItemPriceInterval$outboundSchema, AttachOnDecrease, AttachOnDecrease$outboundSchema, AttachOnIncrease, AttachOnIncrease$outboundSchema, AttachParams$outboundSchema, AttachPlanItem$outboundSchema, AttachPlanSchedule, AttachPlanSchedule$outboundSchema, AttachPrice$outboundSchema, AttachPriceInterval, AttachPriceInterval$outboundSchema, AttachProration$outboundSchema, AttachProrationBehavior, AttachProrationBehavior$outboundSchema, AttachRedirectMode, AttachRedirectMode$outboundSchema, AttachRequiredAction$inboundSchema, AttachReset$outboundSchema, AttachResetInterval, AttachResetInterval$outboundSchema, AttachResponse$inboundSchema, AttachRollover$outboundSchema, AttachTier$outboundSchema, AttachTierBehavior, AttachTierBehavior$outboundSchema, AttachTo$outboundSchema, Autumn, AutumnDefaultError, AutumnError, Balance$inboundSchema, BalanceBillingMethod, BalanceBillingMethod$inboundSchema, BalanceCreditSchema$inboundSchema, BalanceDisplay$inboundSchema, BalanceFeature$inboundSchema, BalanceIntervalEnum, BalanceIntervalEnum$inboundSchema, BalancePrice$inboundSchema, BalanceReset$inboundSchema, BalanceRollover$inboundSchema, BalanceTierBehavior, BalanceTierBehavior$inboundSchema, BalanceType, BalanceType$inboundSchema, BillingUpdateBasePrice$outboundSchema, BillingUpdateBillingMethod, BillingUpdateBillingMethod$outboundSchema, BillingUpdateCancelAction, BillingUpdateCancelAction$outboundSchema, BillingUpdateCode, BillingUpdateCode$inboundSchema, BillingUpdateCustomize$outboundSchema, BillingUpdateDurationType, BillingUpdateDurationType$outboundSchema, BillingUpdateExpiryDurationType, BillingUpdateExpiryDurationType$outboundSchema, BillingUpdateFeatureQuantity$outboundSchema, BillingUpdateFreeTrialParams$outboundSchema, BillingUpdateInvoice$inboundSchema, BillingUpdateInvoiceMode$outboundSchema, BillingUpdateItemPriceInterval, BillingUpdateItemPriceInterval$outboundSchema, BillingUpdateOnDecrease, BillingUpdateOnDecrease$outboundSchema, BillingUpdateOnIncrease, BillingUpdateOnIncrease$outboundSchema, BillingUpdatePlanItem$outboundSchema, BillingUpdatePrice$outboundSchema, BillingUpdatePriceInterval, BillingUpdatePriceInterval$outboundSchema, BillingUpdateProration$outboundSchema, BillingUpdateProrationBehavior, BillingUpdateProrationBehavior$outboundSchema, BillingUpdateRecalculateBalances$outboundSchema, BillingUpdateRedirectMode, BillingUpdateRedirectMode$outboundSchema, BillingUpdateRequiredAction$inboundSchema, BillingUpdateReset$outboundSchema, BillingUpdateResetInterval, BillingUpdateResetInterval$outboundSchema, BillingUpdateResponse$inboundSchema, BillingUpdateRollover$outboundSchema, BillingUpdateTier$outboundSchema, BillingUpdateTierBehavior, BillingUpdateTierBehavior$outboundSchema, BillingUpdateTo$outboundSchema, BinSize, BinSize$outboundSchema, Breakdown$inboundSchema, CheckCreditSchema$inboundSchema, CheckEnv, CheckEnv$inboundSchema, CheckFeature$inboundSchema, CheckFreeTrial$inboundSchema, CheckInterval, CheckInterval$inboundSchema, CheckItem$inboundSchema, CheckLock$outboundSchema, CheckOnDecrease, CheckOnDecrease$inboundSchema, CheckOnIncrease, CheckOnIncrease$inboundSchema, CheckParams$outboundSchema, CheckProperties$inboundSchema, CheckResponse$inboundSchema, CheckRollover$inboundSchema, CheckTierBehavior, CheckTierBehavior$inboundSchema, Config$inboundSchema, ConnectionError, CreateBalanceInterval, CreateBalanceInterval$outboundSchema, CreateBalanceParams$outboundSchema, CreateBalanceReset$outboundSchema, CreateBalanceResponse$inboundSchema, CreateEntityBillingControlsRequest$outboundSchema, CreateEntityBillingControlsResponse$inboundSchema, CreateEntityCreditSchema$inboundSchema, CreateEntityDisplay$inboundSchema, CreateEntityEnv, CreateEntityEnv$inboundSchema, CreateEntityFeature$inboundSchema, CreateEntityFlags$inboundSchema, CreateEntityInvoice$inboundSchema, CreateEntityParams$outboundSchema, CreateEntityPurchase$inboundSchema, CreateEntityResponse$inboundSchema, CreateEntitySpendLimitRequest$outboundSchema, CreateEntitySpendLimitResponse$inboundSchema, CreateEntityStatus, CreateEntityStatus$inboundSchema, CreateEntitySubscription$inboundSchema, CreateEntityThresholdTypeRequestBody, CreateEntityThresholdTypeRequestBody$outboundSchema, CreateEntityThresholdTypeResponse, CreateEntityThresholdTypeResponse$inboundSchema, CreateEntityType, CreateEntityType$inboundSchema, CreateEntityUsageAlertRequestBody$outboundSchema, CreateEntityUsageAlertResponse$inboundSchema, CreateFeatureCreditSchemaRequest$outboundSchema, CreateFeatureCreditSchemaResponse$inboundSchema, CreateFeatureDisplayRequest$outboundSchema, CreateFeatureDisplayResponse$inboundSchema, CreateFeatureParams$outboundSchema, CreateFeatureResponse$inboundSchema, CreateFeatureTypeRequest, CreateFeatureTypeRequest$outboundSchema, CreateFeatureTypeResponse, CreateFeatureTypeResponse$inboundSchema, CreatePlanAttachAction, CreatePlanAttachAction$inboundSchema, CreatePlanBillingMethodRequest, CreatePlanBillingMethodRequest$outboundSchema, CreatePlanBillingMethodResponse, CreatePlanBillingMethodResponse$inboundSchema, CreatePlanCreditSchema$inboundSchema, CreatePlanCustomerEligibility$inboundSchema, CreatePlanDurationTypeRequest, CreatePlanDurationTypeRequest$outboundSchema, CreatePlanDurationTypeResponse, CreatePlanDurationTypeResponse$inboundSchema, CreatePlanEnv, CreatePlanEnv$inboundSchema, CreatePlanExpiryDurationTypeRequest, CreatePlanExpiryDurationTypeRequest$outboundSchema, CreatePlanExpiryDurationTypeResponse, CreatePlanExpiryDurationTypeResponse$inboundSchema, CreatePlanFeature$inboundSchema, CreatePlanFeatureDisplay$inboundSchema, CreatePlanFreeTrialResponse$inboundSchema, CreatePlanItem$inboundSchema, CreatePlanItemDisplay$inboundSchema, CreatePlanItemPriceIntervalRequest, CreatePlanItemPriceIntervalRequest$outboundSchema, CreatePlanItemPriceRequest$outboundSchema, CreatePlanItemPriceResponse$inboundSchema, CreatePlanOnDecrease, CreatePlanOnDecrease$outboundSchema, CreatePlanOnIncrease, CreatePlanOnIncrease$outboundSchema, CreatePlanParams$outboundSchema, CreatePlanPlanItem$outboundSchema, CreatePlanPriceDisplay$inboundSchema, CreatePlanPriceIntervalRequest, CreatePlanPriceIntervalRequest$outboundSchema, CreatePlanPriceIntervalResponse, CreatePlanPriceIntervalResponse$inboundSchema, CreatePlanPriceItemIntervalResponse, CreatePlanPriceItemIntervalResponse$inboundSchema, CreatePlanPriceRequest$outboundSchema, CreatePlanPriceResponse$inboundSchema, CreatePlanProration$outboundSchema, CreatePlanResetIntervalRequest, CreatePlanResetIntervalRequest$outboundSchema, CreatePlanResetIntervalResponse, CreatePlanResetIntervalResponse$inboundSchema, CreatePlanResetRequest$outboundSchema, CreatePlanResetResponse$inboundSchema, CreatePlanResponse$inboundSchema, CreatePlanRolloverRequest$outboundSchema, CreatePlanRolloverResponse$inboundSchema, CreatePlanStatus, CreatePlanStatus$inboundSchema, CreatePlanTier$outboundSchema, CreatePlanTierBehaviorRequest, CreatePlanTierBehaviorRequest$outboundSchema, CreatePlanTierBehaviorResponse, CreatePlanTierBehaviorResponse$inboundSchema, CreatePlanTo$outboundSchema, CreatePlanType, CreatePlanType$inboundSchema, CreateReferralCodeParams$outboundSchema, CreateReferralCodeResponse$inboundSchema, Customer$inboundSchema, CustomerAutoTopup$inboundSchema, CustomerBillingControls$inboundSchema, CustomerCreditSchema$inboundSchema, CustomerData$outboundSchema, CustomerDataAutoTopup$outboundSchema, CustomerDataBillingControls$outboundSchema, CustomerDataInterval, CustomerDataInterval$outboundSchema, CustomerDataPurchaseLimit$outboundSchema, CustomerDataSpendLimit$outboundSchema, CustomerDataThresholdType, CustomerDataThresholdType$outboundSchema, CustomerDataUsageAlert$outboundSchema, CustomerDisplay$inboundSchema, CustomerDurationType, CustomerDurationType$inboundSchema, CustomerEligibility$inboundSchema, CustomerEnv, CustomerEnv$inboundSchema, CustomerFeature$inboundSchema, CustomerFlagsType, CustomerFlagsType$inboundSchema, CustomerInterval, CustomerInterval$inboundSchema, CustomerPurchaseLimit$inboundSchema, CustomerSpendLimit$inboundSchema, CustomerStatus, CustomerStatus$inboundSchema, CustomerThresholdType, CustomerThresholdType$inboundSchema, CustomerUsageAlert$inboundSchema, DeleteBalanceInterval, DeleteBalanceInterval$outboundSchema, DeleteBalanceParams$outboundSchema, DeleteBalanceResponse$inboundSchema, DeleteCustomerParams$outboundSchema, DeleteCustomerResponse$inboundSchema, DeleteEntityParams$outboundSchema, DeleteEntityResponse$inboundSchema, DeleteFeatureParams$outboundSchema, DeleteFeatureResponse$inboundSchema, DeletePlanParams$outboundSchema, DeletePlanResponse$inboundSchema, Discount$inboundSchema, Entity$inboundSchema, EntityEnv, EntityEnv$inboundSchema, EventsAggregateParams$outboundSchema, EventsListParams$outboundSchema, ExpiryDurationType, ExpiryDurationType$inboundSchema, FeatureType, FeatureType$inboundSchema, FinalizeBalanceParams$outboundSchema, FinalizeLockResponse$inboundSchema, Flag$inboundSchema, FlagDisplay$inboundSchema, FlagType, FlagType$inboundSchema, Flags$inboundSchema, FreeTrial$inboundSchema, FreeTrialDuration, FreeTrialDuration$inboundSchema, FreeTrialRequest$outboundSchema, GetEntityBillingControls$inboundSchema, GetEntityCreditSchema$inboundSchema, GetEntityDisplay$inboundSchema, GetEntityEnv, GetEntityEnv$inboundSchema, GetEntityFeature$inboundSchema, GetEntityFlags$inboundSchema, GetEntityInvoice$inboundSchema, GetEntityParams$outboundSchema, GetEntityPurchase$inboundSchema, GetEntityResponse$inboundSchema, GetEntitySpendLimit$inboundSchema, GetEntityStatus, GetEntityStatus$inboundSchema, GetEntitySubscription$inboundSchema, GetEntityThresholdType, GetEntityThresholdType$inboundSchema, GetEntityType, GetEntityType$inboundSchema, GetEntityUsageAlert$inboundSchema, GetFeatureCreditSchema$inboundSchema, GetFeatureDisplay$inboundSchema, GetFeatureParams$outboundSchema, GetFeatureResponse$inboundSchema, GetFeatureType, GetFeatureType$inboundSchema, GetOrCreateCustomerAutoTopup$outboundSchema, GetOrCreateCustomerBillingControls$outboundSchema, GetOrCreateCustomerInterval, GetOrCreateCustomerInterval$outboundSchema, GetOrCreateCustomerParams$outboundSchema, GetOrCreateCustomerPurchaseLimit$outboundSchema, GetOrCreateCustomerSpendLimit$outboundSchema, GetOrCreateCustomerThresholdType, GetOrCreateCustomerThresholdType$outboundSchema, GetOrCreateCustomerUsageAlert$outboundSchema, GetPlanAttachAction, GetPlanAttachAction$inboundSchema, GetPlanBillingMethod, GetPlanBillingMethod$inboundSchema, GetPlanCreditSchema$inboundSchema, GetPlanCustomerEligibility$inboundSchema, GetPlanDurationType, GetPlanDurationType$inboundSchema, GetPlanEnv, GetPlanEnv$inboundSchema, GetPlanExpiryDurationType, GetPlanExpiryDurationType$inboundSchema, GetPlanFeature$inboundSchema, GetPlanFeatureDisplay$inboundSchema, GetPlanFreeTrial$inboundSchema, GetPlanItem$inboundSchema, GetPlanItemDisplay$inboundSchema, GetPlanItemPrice$inboundSchema, GetPlanParams$outboundSchema, GetPlanPrice$inboundSchema, GetPlanPriceDisplay$inboundSchema, GetPlanPriceInterval, GetPlanPriceInterval$inboundSchema, GetPlanPriceItemInterval, GetPlanPriceItemInterval$inboundSchema, GetPlanReset$inboundSchema, GetPlanResetInterval, GetPlanResetInterval$inboundSchema, GetPlanResponse$inboundSchema, GetPlanRollover$inboundSchema, GetPlanStatus, GetPlanStatus$inboundSchema, GetPlanTierBehavior, GetPlanTierBehavior$inboundSchema, GetPlanType, GetPlanType$inboundSchema, HTTPClient, HTTPClientError, IncludedUsage$inboundSchema, Intent, Intent$inboundSchema, Interval$inboundSchema, InvalidRequestError, Invoice$inboundSchema, Item$inboundSchema, ListCustomersAutoTopup$inboundSchema, ListCustomersBillingControls$inboundSchema, ListCustomersCreditSchema$inboundSchema, ListCustomersDisplay$inboundSchema, ListCustomersEnv, ListCustomersEnv$inboundSchema, ListCustomersFeature$inboundSchema, ListCustomersFlags$inboundSchema, ListCustomersInterval, ListCustomersInterval$inboundSchema, ListCustomersList$inboundSchema, ListCustomersParams$outboundSchema, ListCustomersPlan$outboundSchema, ListCustomersPurchase$inboundSchema, ListCustomersPurchaseLimit$inboundSchema, ListCustomersResponse$inboundSchema, ListCustomersSpendLimit$inboundSchema, ListCustomersStatus, ListCustomersStatus$inboundSchema, ListCustomersSubscription$inboundSchema, ListCustomersThresholdType, ListCustomersThresholdType$inboundSchema, ListCustomersType, ListCustomersType$inboundSchema, ListCustomersUsageAlert$inboundSchema, ListEventsCustomRange$outboundSchema, ListEventsFeatureId$outboundSchema, ListEventsList$inboundSchema, ListEventsProperties$inboundSchema, ListEventsResponse$inboundSchema, ListFeaturesCreditSchema$inboundSchema, ListFeaturesDisplay$inboundSchema, ListFeaturesList$inboundSchema, ListFeaturesRequest$outboundSchema, ListFeaturesResponse$inboundSchema, ListFeaturesType, ListFeaturesType$inboundSchema, ListPlansAttachAction, ListPlansAttachAction$inboundSchema, ListPlansBillingMethod, ListPlansBillingMethod$inboundSchema, ListPlansCreditSchema$inboundSchema, ListPlansCustomerEligibility$inboundSchema, ListPlansDurationType, ListPlansDurationType$inboundSchema, ListPlansEnv, ListPlansEnv$inboundSchema, ListPlansExpiryDurationType, ListPlansExpiryDurationType$inboundSchema, ListPlansFeature$inboundSchema, ListPlansFeatureDisplay$inboundSchema, ListPlansFreeTrial$inboundSchema, ListPlansItem$inboundSchema, ListPlansItemDisplay$inboundSchema, ListPlansItemPrice$inboundSchema, ListPlansList$inboundSchema, ListPlansParams$outboundSchema, ListPlansPrice$inboundSchema, ListPlansPriceDisplay$inboundSchema, ListPlansPriceInterval, ListPlansPriceInterval$inboundSchema, ListPlansPriceItemInterval, ListPlansPriceItemInterval$inboundSchema, ListPlansReset$inboundSchema, ListPlansResetInterval, ListPlansResetInterval$inboundSchema, ListPlansResponse$inboundSchema, ListPlansRollover$inboundSchema, ListPlansStatus, ListPlansStatus$inboundSchema, ListPlansTierBehavior, ListPlansTierBehavior$inboundSchema, ListPlansType, ListPlansType$inboundSchema, MultiAttachAttachDiscount$outboundSchema, MultiAttachBasePrice$outboundSchema, MultiAttachBillingControls$outboundSchema, MultiAttachBillingMethod, MultiAttachBillingMethod$outboundSchema, MultiAttachCode, MultiAttachCode$inboundSchema, MultiAttachCustomize$outboundSchema, MultiAttachDurationType, MultiAttachDurationType$outboundSchema, MultiAttachEntityData$outboundSchema, MultiAttachExpiryDurationType, MultiAttachExpiryDurationType$outboundSchema, MultiAttachFeatureQuantity$outboundSchema, MultiAttachFreeTrialParams$outboundSchema, MultiAttachInvoice$inboundSchema, MultiAttachInvoiceMode$outboundSchema, MultiAttachItemPriceInterval, MultiAttachItemPriceInterval$outboundSchema, MultiAttachOnDecrease, MultiAttachOnDecrease$outboundSchema, MultiAttachOnIncrease, MultiAttachOnIncrease$outboundSchema, MultiAttachParams$outboundSchema, MultiAttachPlan$outboundSchema, MultiAttachPlanItem$outboundSchema, MultiAttachPrice$outboundSchema, MultiAttachPriceInterval, MultiAttachPriceInterval$outboundSchema, MultiAttachProration$outboundSchema, MultiAttachRedirectMode, MultiAttachRedirectMode$outboundSchema, MultiAttachRequiredAction$inboundSchema, MultiAttachReset$outboundSchema, MultiAttachResetInterval, MultiAttachResetInterval$outboundSchema, MultiAttachResponse$inboundSchema, MultiAttachRollover$outboundSchema, MultiAttachSpendLimit$outboundSchema, MultiAttachThresholdType, MultiAttachThresholdType$outboundSchema, MultiAttachTier$outboundSchema, MultiAttachTierBehavior, MultiAttachTierBehavior$outboundSchema, MultiAttachTo$outboundSchema, MultiAttachUsageAlert$outboundSchema, OpenCustomerPortalParams$outboundSchema, OpenCustomerPortalResponse$inboundSchema, Plan$inboundSchema, PlanBillingMethod, PlanBillingMethod$inboundSchema, PlanCreditSchema$inboundSchema, PlanDurationType, PlanDurationType$inboundSchema, PlanEnv, PlanEnv$inboundSchema, PlanFeature$inboundSchema, PlanFeatureDisplay$inboundSchema, PlanItemDisplay$inboundSchema, PlanItemPrice$inboundSchema, PlanPrice$inboundSchema, PlanPriceDisplay$inboundSchema, PlanPriceInterval, PlanPriceInterval$inboundSchema, PlanPriceItemInterval, PlanPriceItemInterval$inboundSchema, PlanReset$inboundSchema, PlanResetInterval, PlanResetInterval$inboundSchema, PlanRollover$inboundSchema, PlanStatus, PlanStatus$inboundSchema, PlanTierBehavior, PlanTierBehavior$inboundSchema, PlanType, PlanType$inboundSchema, Preview$inboundSchema, PreviewAttachAttachDiscount$outboundSchema, PreviewAttachBasePrice$outboundSchema, PreviewAttachBillingMethod, PreviewAttachBillingMethod$outboundSchema, PreviewAttachCarryOverBalances$outboundSchema, PreviewAttachCarryOverUsages$outboundSchema, PreviewAttachCheckoutType, PreviewAttachCheckoutType$inboundSchema, PreviewAttachCustomLineItem$outboundSchema, PreviewAttachCustomize$outboundSchema, PreviewAttachDiscount$inboundSchema, PreviewAttachDurationType, PreviewAttachDurationType$outboundSchema, PreviewAttachExpiryDurationType, PreviewAttachExpiryDurationType$outboundSchema, PreviewAttachFeatureQuantityRequest$outboundSchema, PreviewAttachFreeTrialParams$outboundSchema, PreviewAttachIncoming$inboundSchema, PreviewAttachIncomingFeatureQuantity$inboundSchema, PreviewAttachInvoiceMode$outboundSchema, PreviewAttachItemPriceInterval, PreviewAttachItemPriceInterval$outboundSchema, PreviewAttachLineItem$inboundSchema, PreviewAttachLineItemPeriod$inboundSchema, PreviewAttachNextCycle$inboundSchema, PreviewAttachNextCycleDiscount$inboundSchema, PreviewAttachNextCycleLineItem$inboundSchema, PreviewAttachNextCycleLineItemPeriod$inboundSchema, PreviewAttachOnDecrease, PreviewAttachOnDecrease$outboundSchema, PreviewAttachOnIncrease, PreviewAttachOnIncrease$outboundSchema, PreviewAttachOutgoing$inboundSchema, PreviewAttachOutgoingFeatureQuantity$inboundSchema, PreviewAttachParams$outboundSchema, PreviewAttachPlanItem$outboundSchema, PreviewAttachPlanSchedule, PreviewAttachPlanSchedule$outboundSchema, PreviewAttachPrice$outboundSchema, PreviewAttachPriceInterval, PreviewAttachPriceInterval$outboundSchema, PreviewAttachProration$outboundSchema, PreviewAttachProrationBehavior, PreviewAttachProrationBehavior$outboundSchema, PreviewAttachRedirectMode, PreviewAttachRedirectMode$outboundSchema, PreviewAttachReset$outboundSchema, PreviewAttachResetInterval, PreviewAttachResetInterval$outboundSchema, PreviewAttachResponse$inboundSchema, PreviewAttachRollover$outboundSchema, PreviewAttachTier$outboundSchema, PreviewAttachTierBehavior, PreviewAttachTierBehavior$outboundSchema, PreviewAttachTo$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, PreviewMultiAttachExpiryDurationType, PreviewMultiAttachExpiryDurationType$outboundSchema, PreviewMultiAttachFreeTrialParams$outboundSchema, PreviewMultiAttachIncoming$inboundSchema, PreviewMultiAttachIncomingFeatureQuantity$inboundSchema, PreviewMultiAttachInvoiceMode$outboundSchema, PreviewMultiAttachItemPriceInterval, PreviewMultiAttachItemPriceInterval$outboundSchema, PreviewMultiAttachLineItem$inboundSchema, PreviewMultiAttachLineItemPeriod$inboundSchema, PreviewMultiAttachNextCycle$inboundSchema, PreviewMultiAttachNextCycleDiscount$inboundSchema, PreviewMultiAttachNextCycleLineItem$inboundSchema, PreviewMultiAttachNextCycleLineItemPeriod$inboundSchema, PreviewMultiAttachOnDecrease, PreviewMultiAttachOnDecrease$outboundSchema, PreviewMultiAttachOnIncrease, PreviewMultiAttachOnIncrease$outboundSchema, PreviewMultiAttachOutgoing$inboundSchema, PreviewMultiAttachOutgoingFeatureQuantity$inboundSchema, 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, PreviewMultiAttachThresholdType, PreviewMultiAttachThresholdType$outboundSchema, PreviewMultiAttachTier$outboundSchema, PreviewMultiAttachTierBehavior, PreviewMultiAttachTierBehavior$outboundSchema, PreviewMultiAttachTo$outboundSchema, PreviewMultiAttachUsageAlert$outboundSchema, PreviewMultiAttachUsageLineItem$inboundSchema, PreviewMultiAttachUsageLineItemPeriod$inboundSchema, PreviewUpdateBasePrice$outboundSchema, PreviewUpdateBillingMethod, PreviewUpdateBillingMethod$outboundSchema, PreviewUpdateCancelAction, PreviewUpdateCancelAction$outboundSchema, PreviewUpdateCustomize$outboundSchema, PreviewUpdateDiscount$inboundSchema, PreviewUpdateDurationType, PreviewUpdateDurationType$outboundSchema, PreviewUpdateExpiryDurationType, PreviewUpdateExpiryDurationType$outboundSchema, PreviewUpdateFeatureQuantityRequest$outboundSchema, PreviewUpdateFreeTrialParams$outboundSchema, PreviewUpdateIncoming$inboundSchema, PreviewUpdateIncomingFeatureQuantity$inboundSchema, PreviewUpdateInvoiceMode$outboundSchema, PreviewUpdateItemPriceInterval, PreviewUpdateItemPriceInterval$outboundSchema, PreviewUpdateLineItem$inboundSchema, PreviewUpdateLineItemPeriod$inboundSchema, PreviewUpdateNextCycle$inboundSchema, PreviewUpdateNextCycleDiscount$inboundSchema, PreviewUpdateNextCycleLineItem$inboundSchema, PreviewUpdateNextCycleLineItemPeriod$inboundSchema, PreviewUpdateOnDecrease, PreviewUpdateOnDecrease$outboundSchema, PreviewUpdateOnIncrease, PreviewUpdateOnIncrease$outboundSchema, PreviewUpdateOutgoing$inboundSchema, PreviewUpdateOutgoingFeatureQuantity$inboundSchema, PreviewUpdateParams$outboundSchema, PreviewUpdatePlanItem$outboundSchema, PreviewUpdatePrice$outboundSchema, PreviewUpdatePriceInterval, PreviewUpdatePriceInterval$outboundSchema, PreviewUpdateProration$outboundSchema, PreviewUpdateProrationBehavior, PreviewUpdateProrationBehavior$outboundSchema, PreviewUpdateRecalculateBalances$outboundSchema, PreviewUpdateRedirectMode, PreviewUpdateRedirectMode$outboundSchema, PreviewUpdateReset$outboundSchema, PreviewUpdateResetInterval, PreviewUpdateResetInterval$outboundSchema, PreviewUpdateResponse$inboundSchema, PreviewUpdateRollover$outboundSchema, PreviewUpdateTier$outboundSchema, PreviewUpdateTierBehavior, PreviewUpdateTierBehavior$outboundSchema, PreviewUpdateTo$outboundSchema, PreviewUpdateUsageLineItem$inboundSchema, PreviewUpdateUsageLineItemPeriod$inboundSchema, Product$inboundSchema, ProductDisplay$inboundSchema, ProductScenario, ProductScenario$inboundSchema, ProductType, ProductType$inboundSchema, Purchase$inboundSchema, Range, Range$outboundSchema, RedeemReferralCodeParams$outboundSchema, RedeemReferralCodeResponse$inboundSchema, Referral$inboundSchema, ReferralCustomer$inboundSchema, RequestAbortedError, RequestTimeoutError, ResponseValidationError, Rewards$inboundSchema, RewardsType, RewardsType$inboundSchema, RolloverDuration, RolloverDuration$inboundSchema, SDKValidationError, SDK_METADATA, Scenario, Scenario$inboundSchema, Security$outboundSchema, ServerList, SetupPaymentAttachDiscount$outboundSchema, SetupPaymentBasePrice$outboundSchema, SetupPaymentBillingMethod, SetupPaymentBillingMethod$outboundSchema, SetupPaymentCarryOverBalances$outboundSchema, SetupPaymentCarryOverUsages$outboundSchema, SetupPaymentCustomLineItem$outboundSchema, SetupPaymentCustomize$outboundSchema, SetupPaymentDurationType, SetupPaymentDurationType$outboundSchema, SetupPaymentExpiryDurationType, SetupPaymentExpiryDurationType$outboundSchema, SetupPaymentFeatureQuantity$outboundSchema, SetupPaymentFreeTrialParams$outboundSchema, SetupPaymentItemPriceInterval, SetupPaymentItemPriceInterval$outboundSchema, SetupPaymentOnDecrease, SetupPaymentOnDecrease$outboundSchema, SetupPaymentOnIncrease, SetupPaymentOnIncrease$outboundSchema, SetupPaymentParams$outboundSchema, SetupPaymentPlanItem$outboundSchema, SetupPaymentPrice$outboundSchema, SetupPaymentPriceInterval, SetupPaymentPriceInterval$outboundSchema, SetupPaymentProration$outboundSchema, SetupPaymentProrationBehavior, SetupPaymentProrationBehavior$outboundSchema, SetupPaymentReset$outboundSchema, SetupPaymentResetInterval, SetupPaymentResetInterval$outboundSchema, SetupPaymentResponse$inboundSchema, SetupPaymentRollover$outboundSchema, SetupPaymentTier$outboundSchema, SetupPaymentTierBehavior, SetupPaymentTierBehavior$outboundSchema, SetupPaymentTo$outboundSchema, Subscription$inboundSchema, SubscriptionStatus, SubscriptionStatus$outboundSchema, Total$inboundSchema, TrackLock$outboundSchema, TrackParams$outboundSchema, TrackResponse$inboundSchema, TrialsUsed$inboundSchema, UnexpectedClientError, UpdateBalanceInterval, UpdateBalanceInterval$outboundSchema, UpdateBalanceParams$outboundSchema, UpdateBalanceResponse$inboundSchema, UpdateCustomerAutoTopupRequest$outboundSchema, UpdateCustomerAutoTopupResponse$inboundSchema, UpdateCustomerBillingControlsRequest$outboundSchema, UpdateCustomerBillingControlsResponse$inboundSchema, UpdateCustomerCreditSchema$inboundSchema, UpdateCustomerDisplay$inboundSchema, UpdateCustomerEnv, UpdateCustomerEnv$inboundSchema, UpdateCustomerFeature$inboundSchema, UpdateCustomerFlags$inboundSchema, UpdateCustomerIntervalRequest, UpdateCustomerIntervalRequest$outboundSchema, UpdateCustomerIntervalResponse, UpdateCustomerIntervalResponse$inboundSchema, UpdateCustomerParams$outboundSchema, UpdateCustomerPurchase$inboundSchema, UpdateCustomerPurchaseLimitRequest$outboundSchema, UpdateCustomerPurchaseLimitResponse$inboundSchema, UpdateCustomerResponse$inboundSchema, UpdateCustomerSpendLimitRequest$outboundSchema, UpdateCustomerSpendLimitResponse$inboundSchema, UpdateCustomerStatus, UpdateCustomerStatus$inboundSchema, UpdateCustomerSubscription$inboundSchema, UpdateCustomerThresholdTypeRequestBody, UpdateCustomerThresholdTypeRequestBody$outboundSchema, UpdateCustomerThresholdTypeResponse, UpdateCustomerThresholdTypeResponse$inboundSchema, UpdateCustomerType, UpdateCustomerType$inboundSchema, UpdateCustomerUsageAlertRequestBody$outboundSchema, UpdateCustomerUsageAlertResponse$inboundSchema, UpdateEntityBillingControlsRequest$outboundSchema, UpdateEntityBillingControlsResponse$inboundSchema, UpdateEntityCreditSchema$inboundSchema, UpdateEntityDisplay$inboundSchema, UpdateEntityEnv, UpdateEntityEnv$inboundSchema, UpdateEntityFeature$inboundSchema, UpdateEntityFlags$inboundSchema, UpdateEntityInvoice$inboundSchema, UpdateEntityParams$outboundSchema, UpdateEntityPurchase$inboundSchema, UpdateEntityResponse$inboundSchema, UpdateEntitySpendLimitRequest$outboundSchema, UpdateEntitySpendLimitResponse$inboundSchema, UpdateEntityStatus, UpdateEntityStatus$inboundSchema, UpdateEntitySubscription$inboundSchema, UpdateEntityThresholdTypeRequestBody, UpdateEntityThresholdTypeRequestBody$outboundSchema, UpdateEntityThresholdTypeResponse, UpdateEntityThresholdTypeResponse$inboundSchema, UpdateEntityType, UpdateEntityType$inboundSchema, UpdateEntityUsageAlertRequestBody$outboundSchema, UpdateEntityUsageAlertResponse$inboundSchema, UpdateFeatureCreditSchemaRequest$outboundSchema, UpdateFeatureCreditSchemaResponse$inboundSchema, UpdateFeatureDisplayRequest$outboundSchema, UpdateFeatureDisplayResponse$inboundSchema, UpdateFeatureParams$outboundSchema, UpdateFeatureResponse$inboundSchema, UpdateFeatureTypeRequest, UpdateFeatureTypeRequest$outboundSchema, UpdateFeatureTypeResponse, UpdateFeatureTypeResponse$inboundSchema, UpdatePlanAttachAction, UpdatePlanAttachAction$inboundSchema, UpdatePlanBasePrice$outboundSchema, UpdatePlanBillingMethodRequest, UpdatePlanBillingMethodRequest$outboundSchema, UpdatePlanBillingMethodResponse, UpdatePlanBillingMethodResponse$inboundSchema, UpdatePlanCreditSchema$inboundSchema, UpdatePlanCustomerEligibility$inboundSchema, UpdatePlanDurationTypeRequest, UpdatePlanDurationTypeRequest$outboundSchema, UpdatePlanDurationTypeResponse, UpdatePlanDurationTypeResponse$inboundSchema, UpdatePlanEnv, UpdatePlanEnv$inboundSchema, UpdatePlanExpiryDurationTypeRequest, UpdatePlanExpiryDurationTypeRequest$outboundSchema, UpdatePlanExpiryDurationTypeResponse, UpdatePlanExpiryDurationTypeResponse$inboundSchema, UpdatePlanFeature$inboundSchema, UpdatePlanFeatureDisplay$inboundSchema, UpdatePlanFreeTrial$inboundSchema, UpdatePlanFreeTrialParams$outboundSchema, UpdatePlanItem$inboundSchema, UpdatePlanItemDisplay$inboundSchema, UpdatePlanItemPriceIntervalRequest, UpdatePlanItemPriceIntervalRequest$outboundSchema, UpdatePlanItemPriceResponse$inboundSchema, UpdatePlanOnDecrease, UpdatePlanOnDecrease$outboundSchema, UpdatePlanOnIncrease, UpdatePlanOnIncrease$outboundSchema, UpdatePlanParams$outboundSchema, UpdatePlanPlanItem$outboundSchema, UpdatePlanPriceDisplay$inboundSchema, UpdatePlanPriceIntervalRequest, UpdatePlanPriceIntervalRequest$outboundSchema, UpdatePlanPriceIntervalResponse, UpdatePlanPriceIntervalResponse$inboundSchema, UpdatePlanPriceItemIntervalResponse, UpdatePlanPriceItemIntervalResponse$inboundSchema, UpdatePlanPriceRequest$outboundSchema, UpdatePlanPriceResponse$inboundSchema, UpdatePlanProration$outboundSchema, UpdatePlanResetIntervalRequest, UpdatePlanResetIntervalRequest$outboundSchema, UpdatePlanResetIntervalResponse, UpdatePlanResetIntervalResponse$inboundSchema, UpdatePlanResetRequest$outboundSchema, UpdatePlanResetResponse$inboundSchema, UpdatePlanResponse$inboundSchema, UpdatePlanRolloverRequest$outboundSchema, UpdatePlanRolloverResponse$inboundSchema, UpdatePlanStatus, UpdatePlanStatus$inboundSchema, UpdatePlanTier$outboundSchema, UpdatePlanTierBehaviorRequest, UpdatePlanTierBehaviorRequest$outboundSchema, UpdatePlanTierBehaviorResponse, UpdatePlanTierBehaviorResponse$inboundSchema, UpdatePlanTo$outboundSchema, UpdatePlanType, UpdatePlanType$inboundSchema, UpdateSubscriptionParams$outboundSchema, UsageModel, UsageModel$inboundSchema, aggregateEventsCustomRangeToJSON, aggregateEventsFeatureIdToJSON, aggregateEventsListFromJSON, aggregateEventsResponseFromJSON, attachAttachDiscountToJSON, attachBasePriceToJSON, attachCarryOverBalancesToJSON, attachCarryOverUsagesToJSON, attachCustomLineItemToJSON, attachCustomizeToJSON, attachFeatureQuantityToJSON, attachFreeTrialParamsToJSON, attachInvoiceFromJSON, attachInvoiceModeToJSON, attachParamsToJSON, attachPlanItemToJSON, attachPriceToJSON, attachProrationToJSON, attachRequiredActionFromJSON, attachResetToJSON, attachResponseFromJSON, attachRolloverToJSON, attachTierToJSON, attachToToJSON, balanceCreditSchemaFromJSON, balanceDisplayFromJSON, balanceFeatureFromJSON, balanceFromJSON, balancePriceFromJSON, balanceResetFromJSON, balanceRolloverFromJSON, billingUpdateBasePriceToJSON, billingUpdateCustomizeToJSON, billingUpdateFeatureQuantityToJSON, billingUpdateFreeTrialParamsToJSON, billingUpdateInvoiceFromJSON, billingUpdateInvoiceModeToJSON, billingUpdatePlanItemToJSON, billingUpdatePriceToJSON, billingUpdateProrationToJSON, billingUpdateRecalculateBalancesToJSON, billingUpdateRequiredActionFromJSON, billingUpdateResetToJSON, billingUpdateResponseFromJSON, billingUpdateRolloverToJSON, billingUpdateTierToJSON, billingUpdateToToJSON, breakdownFromJSON, checkCreditSchemaFromJSON, checkFeatureFromJSON, checkFreeTrialFromJSON, checkItemFromJSON, checkLockToJSON, checkParamsToJSON, checkPropertiesFromJSON, checkResponseFromJSON, checkRolloverFromJSON, configFromJSON, createBalanceParamsToJSON, createBalanceResetToJSON, createBalanceResponseFromJSON, createEntityBillingControlsRequestToJSON, createEntityBillingControlsResponseFromJSON, createEntityCreditSchemaFromJSON, createEntityDisplayFromJSON, createEntityFeatureFromJSON, createEntityFlagsFromJSON, createEntityInvoiceFromJSON, createEntityParamsToJSON, createEntityPurchaseFromJSON, createEntityResponseFromJSON, createEntitySpendLimitRequestToJSON, createEntitySpendLimitResponseFromJSON, createEntitySubscriptionFromJSON, createEntityUsageAlertRequestBodyToJSON, createEntityUsageAlertResponseFromJSON, createFeatureCreditSchemaRequestToJSON, createFeatureCreditSchemaResponseFromJSON, createFeatureDisplayRequestToJSON, createFeatureDisplayResponseFromJSON, createFeatureParamsToJSON, createFeatureResponseFromJSON, createPlanCreditSchemaFromJSON, createPlanCustomerEligibilityFromJSON, createPlanFeatureDisplayFromJSON, createPlanFeatureFromJSON, createPlanFreeTrialResponseFromJSON, createPlanItemDisplayFromJSON, createPlanItemFromJSON, createPlanItemPriceRequestToJSON, createPlanItemPriceResponseFromJSON, createPlanParamsToJSON, createPlanPlanItemToJSON, createPlanPriceDisplayFromJSON, createPlanPriceRequestToJSON, createPlanPriceResponseFromJSON, createPlanProrationToJSON, createPlanResetRequestToJSON, createPlanResetResponseFromJSON, createPlanResponseFromJSON, createPlanRolloverRequestToJSON, createPlanRolloverResponseFromJSON, createPlanTierToJSON, createPlanToToJSON, createReferralCodeParamsToJSON, createReferralCodeResponseFromJSON, customerAutoTopupFromJSON, customerBillingControlsFromJSON, customerCreditSchemaFromJSON, customerDataAutoTopupToJSON, customerDataBillingControlsToJSON, customerDataPurchaseLimitToJSON, customerDataSpendLimitToJSON, customerDataToJSON, customerDataUsageAlertToJSON, customerDisplayFromJSON, customerEligibilityFromJSON, customerFeatureFromJSON, customerFromJSON, customerPurchaseLimitFromJSON, customerSpendLimitFromJSON, customerUsageAlertFromJSON, deleteBalanceParamsToJSON, deleteBalanceResponseFromJSON, deleteCustomerParamsToJSON, deleteCustomerResponseFromJSON, deleteEntityParamsToJSON, deleteEntityResponseFromJSON, deleteFeatureParamsToJSON, deleteFeatureResponseFromJSON, deletePlanParamsToJSON, deletePlanResponseFromJSON, discountFromJSON, entityFromJSON, eventsAggregateParamsToJSON, eventsListParamsToJSON, files_exports as files, finalizeBalanceParamsToJSON, finalizeLockResponseFromJSON, flagDisplayFromJSON, flagFromJSON, flagsFromJSON, formatZodError, freeTrialFromJSON, freeTrialRequestToJSON, getEntityBillingControlsFromJSON, getEntityCreditSchemaFromJSON, getEntityDisplayFromJSON, getEntityFeatureFromJSON, getEntityFlagsFromJSON, getEntityInvoiceFromJSON, getEntityParamsToJSON, getEntityPurchaseFromJSON, getEntityResponseFromJSON, getEntitySpendLimitFromJSON, getEntitySubscriptionFromJSON, getEntityUsageAlertFromJSON, getFeatureCreditSchemaFromJSON, getFeatureDisplayFromJSON, getFeatureParamsToJSON, getFeatureResponseFromJSON, getOrCreateCustomerAutoTopupToJSON, getOrCreateCustomerBillingControlsToJSON, getOrCreateCustomerParamsToJSON, getOrCreateCustomerPurchaseLimitToJSON, getOrCreateCustomerSpendLimitToJSON, getOrCreateCustomerUsageAlertToJSON, getPlanCreditSchemaFromJSON, getPlanCustomerEligibilityFromJSON, getPlanFeatureDisplayFromJSON, getPlanFeatureFromJSON, getPlanFreeTrialFromJSON, getPlanItemDisplayFromJSON, getPlanItemFromJSON, getPlanItemPriceFromJSON, getPlanParamsToJSON, getPlanPriceDisplayFromJSON, getPlanPriceFromJSON, getPlanResetFromJSON, getPlanResponseFromJSON, getPlanRolloverFromJSON, includedUsageFromJSON, intervalFromJSON, invoiceFromJSON, itemFromJSON, listCustomersAutoTopupFromJSON, listCustomersBillingControlsFromJSON, listCustomersCreditSchemaFromJSON, listCustomersDisplayFromJSON, listCustomersFeatureFromJSON, listCustomersFlagsFromJSON, listCustomersListFromJSON, listCustomersParamsToJSON, listCustomersPlanToJSON, listCustomersPurchaseFromJSON, listCustomersPurchaseLimitFromJSON, listCustomersResponseFromJSON, listCustomersSpendLimitFromJSON, listCustomersSubscriptionFromJSON, listCustomersUsageAlertFromJSON, listEventsCustomRangeToJSON, listEventsFeatureIdToJSON, listEventsListFromJSON, listEventsPropertiesFromJSON, listEventsResponseFromJSON, listFeaturesCreditSchemaFromJSON, listFeaturesDisplayFromJSON, listFeaturesListFromJSON, listFeaturesRequestToJSON, listFeaturesResponseFromJSON, listPlansCreditSchemaFromJSON, listPlansCustomerEligibilityFromJSON, listPlansFeatureDisplayFromJSON, listPlansFeatureFromJSON, listPlansFreeTrialFromJSON, listPlansItemDisplayFromJSON, listPlansItemFromJSON, listPlansItemPriceFromJSON, listPlansListFromJSON, listPlansParamsToJSON, listPlansPriceDisplayFromJSON, listPlansPriceFromJSON, listPlansResetFromJSON, listPlansResponseFromJSON, listPlansRolloverFromJSON, multiAttachAttachDiscountToJSON, multiAttachBasePriceToJSON, multiAttachBillingControlsToJSON, multiAttachCustomizeToJSON, multiAttachEntityDataToJSON, multiAttachFeatureQuantityToJSON, multiAttachFreeTrialParamsToJSON, multiAttachInvoiceFromJSON, multiAttachInvoiceModeToJSON, multiAttachParamsToJSON, multiAttachPlanItemToJSON, multiAttachPlanToJSON, multiAttachPriceToJSON, multiAttachProrationToJSON, multiAttachRequiredActionFromJSON, multiAttachResetToJSON, multiAttachResponseFromJSON, multiAttachRolloverToJSON, multiAttachSpendLimitToJSON, multiAttachTierToJSON, multiAttachToToJSON, multiAttachUsageAlertToJSON, openCustomerPortalParamsToJSON, openCustomerPortalResponseFromJSON, planCreditSchemaFromJSON, planFeatureDisplayFromJSON, planFeatureFromJSON, planFromJSON, planItemDisplayFromJSON, planItemPriceFromJSON, planPriceDisplayFromJSON, planPriceFromJSON, planResetFromJSON, planRolloverFromJSON, previewAttachAttachDiscountToJSON, previewAttachBasePriceToJSON, previewAttachCarryOverBalancesToJSON, previewAttachCarryOverUsagesToJSON, previewAttachCustomLineItemToJSON, previewAttachCustomizeToJSON, previewAttachDiscountFromJSON, previewAttachFeatureQuantityRequestToJSON, previewAttachFreeTrialParamsToJSON, previewAttachIncomingFeatureQuantityFromJSON, previewAttachIncomingFromJSON, previewAttachInvoiceModeToJSON, previewAttachLineItemFromJSON, previewAttachLineItemPeriodFromJSON, previewAttachNextCycleDiscountFromJSON, previewAttachNextCycleFromJSON, previewAttachNextCycleLineItemFromJSON, previewAttachNextCycleLineItemPeriodFromJSON, previewAttachOutgoingFeatureQuantityFromJSON, previewAttachOutgoingFromJSON, previewAttachParamsToJSON, previewAttachPlanItemToJSON, previewAttachPriceToJSON, previewAttachProrationToJSON, previewAttachResetToJSON, previewAttachResponseFromJSON, previewAttachRolloverToJSON, previewAttachTierToJSON, previewAttachToToJSON, previewAttachUsageLineItemFromJSON, previewAttachUsageLineItemPeriodFromJSON, previewFromJSON, previewMultiAttachAttachDiscountToJSON, previewMultiAttachBasePriceToJSON, previewMultiAttachBillingControlsToJSON, previewMultiAttachCustomizeToJSON, previewMultiAttachDiscountFromJSON, previewMultiAttachEntityDataToJSON, previewMultiAttachFreeTrialParamsToJSON, previewMultiAttachIncomingFeatureQuantityFromJSON, previewMultiAttachIncomingFromJSON, previewMultiAttachInvoiceModeToJSON, previewMultiAttachLineItemFromJSON, previewMultiAttachLineItemPeriodFromJSON, previewMultiAttachNextCycleDiscountFromJSON, previewMultiAttachNextCycleFromJSON, previewMultiAttachNextCycleLineItemFromJSON, previewMultiAttachNextCycleLineItemPeriodFromJSON, previewMultiAttachOutgoingFeatureQuantityFromJSON, previewMultiAttachOutgoingFromJSON, previewMultiAttachParamsToJSON, previewMultiAttachPlanFeatureQuantityToJSON, previewMultiAttachPlanItemToJSON, previewMultiAttachPlanToJSON, previewMultiAttachPriceToJSON, previewMultiAttachProrationToJSON, previewMultiAttachResetToJSON, previewMultiAttachResponseFromJSON, previewMultiAttachRolloverToJSON, previewMultiAttachSpendLimitToJSON, previewMultiAttachTierToJSON, previewMultiAttachToToJSON, previewMultiAttachUsageAlertToJSON, previewMultiAttachUsageLineItemFromJSON, previewMultiAttachUsageLineItemPeriodFromJSON, previewUpdateBasePriceToJSON, previewUpdateCustomizeToJSON, previewUpdateDiscountFromJSON, previewUpdateFeatureQuantityRequestToJSON, previewUpdateFreeTrialParamsToJSON, previewUpdateIncomingFeatureQuantityFromJSON, previewUpdateIncomingFromJSON, previewUpdateInvoiceModeToJSON, previewUpdateLineItemFromJSON, previewUpdateLineItemPeriodFromJSON, previewUpdateNextCycleDiscountFromJSON, previewUpdateNextCycleFromJSON, previewUpdateNextCycleLineItemFromJSON, previewUpdateNextCycleLineItemPeriodFromJSON, previewUpdateOutgoingFeatureQuantityFromJSON, previewUpdateOutgoingFromJSON, previewUpdateParamsToJSON, previewUpdatePlanItemToJSON, previewUpdatePriceToJSON, previewUpdateProrationToJSON, previewUpdateRecalculateBalancesToJSON, previewUpdateResetToJSON, previewUpdateResponseFromJSON, previewUpdateRolloverToJSON, previewUpdateTierToJSON, previewUpdateToToJSON, previewUpdateUsageLineItemFromJSON, previewUpdateUsageLineItemPeriodFromJSON, productDisplayFromJSON, productFromJSON, purchaseFromJSON, redeemReferralCodeParamsToJSON, redeemReferralCodeResponseFromJSON, referralCustomerFromJSON, referralFromJSON, rewardsFromJSON, securityToJSON, serverURLFromOptions, setupPaymentAttachDiscountToJSON, setupPaymentBasePriceToJSON, setupPaymentCarryOverBalancesToJSON, setupPaymentCarryOverUsagesToJSON, setupPaymentCustomLineItemToJSON, setupPaymentCustomizeToJSON, setupPaymentFeatureQuantityToJSON, setupPaymentFreeTrialParamsToJSON, setupPaymentParamsToJSON, setupPaymentPlanItemToJSON, setupPaymentPriceToJSON, setupPaymentProrationToJSON, setupPaymentResetToJSON, setupPaymentResponseFromJSON, setupPaymentRolloverToJSON, setupPaymentTierToJSON, setupPaymentToToJSON, subscriptionFromJSON, totalFromJSON, trackLockToJSON, trackParamsToJSON, trackResponseFromJSON, trialsUsedFromJSON, types_exports as types, updateBalanceParamsToJSON, updateBalanceResponseFromJSON, updateCustomerAutoTopupRequestToJSON, updateCustomerAutoTopupResponseFromJSON, updateCustomerBillingControlsRequestToJSON, updateCustomerBillingControlsResponseFromJSON, updateCustomerCreditSchemaFromJSON, updateCustomerDisplayFromJSON, updateCustomerFeatureFromJSON, updateCustomerFlagsFromJSON, updateCustomerParamsToJSON, updateCustomerPurchaseFromJSON, updateCustomerPurchaseLimitRequestToJSON, updateCustomerPurchaseLimitResponseFromJSON, updateCustomerResponseFromJSON, updateCustomerSpendLimitRequestToJSON, updateCustomerSpendLimitResponseFromJSON, updateCustomerSubscriptionFromJSON, updateCustomerUsageAlertRequestBodyToJSON, updateCustomerUsageAlertResponseFromJSON, updateEntityBillingControlsRequestToJSON, updateEntityBillingControlsResponseFromJSON, updateEntityCreditSchemaFromJSON, updateEntityDisplayFromJSON, updateEntityFeatureFromJSON, updateEntityFlagsFromJSON, updateEntityInvoiceFromJSON, updateEntityParamsToJSON, updateEntityPurchaseFromJSON, updateEntityResponseFromJSON, updateEntitySpendLimitRequestToJSON, updateEntitySpendLimitResponseFromJSON, updateEntitySubscriptionFromJSON, updateEntityUsageAlertRequestBodyToJSON, updateEntityUsageAlertResponseFromJSON, updateFeatureCreditSchemaRequestToJSON, updateFeatureCreditSchemaResponseFromJSON, updateFeatureDisplayRequestToJSON, updateFeatureDisplayResponseFromJSON, updateFeatureParamsToJSON, updateFeatureResponseFromJSON, updatePlanBasePriceToJSON, updatePlanCreditSchemaFromJSON, updatePlanCustomerEligibilityFromJSON, updatePlanFeatureDisplayFromJSON, updatePlanFeatureFromJSON, updatePlanFreeTrialFromJSON, updatePlanFreeTrialParamsToJSON, updatePlanItemDisplayFromJSON, updatePlanItemFromJSON, updatePlanItemPriceResponseFromJSON, updatePlanParamsToJSON, updatePlanPlanItemToJSON, updatePlanPriceDisplayFromJSON, updatePlanPriceRequestToJSON, updatePlanPriceResponseFromJSON, updatePlanProrationToJSON, updatePlanResetRequestToJSON, updatePlanResetResponseFromJSON, updatePlanResponseFromJSON, updatePlanRolloverRequestToJSON, updatePlanRolloverResponseFromJSON, updatePlanTierToJSON, updatePlanToToJSON, updateSubscriptionParamsToJSON };
16961
+ export { Action, Action$outboundSchema, AggregateEventsCustomRange$outboundSchema, AggregateEventsFeatureId$outboundSchema, AggregateEventsList$inboundSchema, AggregateEventsResponse$inboundSchema, AttachAction, AttachAction$inboundSchema, AttachAttachDiscount$outboundSchema, AttachBasePrice$outboundSchema, AttachBillingMethod, AttachBillingMethod$outboundSchema, AttachCarryOverBalances$outboundSchema, AttachCarryOverUsages$outboundSchema, AttachCode, AttachCode$inboundSchema, AttachCustomLineItem$outboundSchema, AttachCustomize$outboundSchema, AttachDurationType, AttachDurationType$outboundSchema, AttachExpiryDurationType, AttachExpiryDurationType$outboundSchema, AttachFeatureQuantity$outboundSchema, AttachFreeTrialParams$outboundSchema, AttachInvoice$inboundSchema, AttachInvoiceMode$outboundSchema, AttachItemPriceInterval, AttachItemPriceInterval$outboundSchema, AttachOnDecrease, AttachOnDecrease$outboundSchema, AttachOnIncrease, AttachOnIncrease$outboundSchema, AttachParams$outboundSchema, AttachPlanItem$outboundSchema, AttachPlanSchedule, AttachPlanSchedule$outboundSchema, AttachPrice$outboundSchema, AttachPriceInterval, AttachPriceInterval$outboundSchema, AttachProration$outboundSchema, AttachProrationBehavior, AttachProrationBehavior$outboundSchema, AttachRedirectMode, AttachRedirectMode$outboundSchema, AttachRequiredAction$inboundSchema, AttachReset$outboundSchema, AttachResetInterval, AttachResetInterval$outboundSchema, AttachResponse$inboundSchema, AttachRollover$outboundSchema, AttachTier$outboundSchema, AttachTierBehavior, AttachTierBehavior$outboundSchema, AttachTo$outboundSchema, Autumn, AutumnDefaultError, AutumnError, Balance$inboundSchema, BalanceBillingMethod, BalanceBillingMethod$inboundSchema, BalanceCreditSchema$inboundSchema, BalanceDisplay$inboundSchema, BalanceFeature$inboundSchema, BalanceIntervalEnum, BalanceIntervalEnum$inboundSchema, BalancePrice$inboundSchema, BalanceReset$inboundSchema, BalanceRollover$inboundSchema, BalanceTierBehavior, BalanceTierBehavior$inboundSchema, BalanceType, BalanceType$inboundSchema, BillingUpdateBasePrice$outboundSchema, BillingUpdateBillingMethod, BillingUpdateBillingMethod$outboundSchema, BillingUpdateCancelAction, BillingUpdateCancelAction$outboundSchema, BillingUpdateCode, BillingUpdateCode$inboundSchema, BillingUpdateCustomize$outboundSchema, BillingUpdateDurationType, BillingUpdateDurationType$outboundSchema, BillingUpdateExpiryDurationType, BillingUpdateExpiryDurationType$outboundSchema, BillingUpdateFeatureQuantity$outboundSchema, BillingUpdateFreeTrialParams$outboundSchema, BillingUpdateInvoice$inboundSchema, BillingUpdateInvoiceMode$outboundSchema, BillingUpdateItemPriceInterval, BillingUpdateItemPriceInterval$outboundSchema, BillingUpdateOnDecrease, BillingUpdateOnDecrease$outboundSchema, BillingUpdateOnIncrease, BillingUpdateOnIncrease$outboundSchema, BillingUpdatePlanItem$outboundSchema, BillingUpdatePrice$outboundSchema, BillingUpdatePriceInterval, BillingUpdatePriceInterval$outboundSchema, BillingUpdateProration$outboundSchema, BillingUpdateProrationBehavior, BillingUpdateProrationBehavior$outboundSchema, BillingUpdateRecalculateBalances$outboundSchema, BillingUpdateRedirectMode, BillingUpdateRedirectMode$outboundSchema, BillingUpdateRequiredAction$inboundSchema, BillingUpdateReset$outboundSchema, BillingUpdateResetInterval, BillingUpdateResetInterval$outboundSchema, BillingUpdateResponse$inboundSchema, BillingUpdateRollover$outboundSchema, BillingUpdateTier$outboundSchema, BillingUpdateTierBehavior, BillingUpdateTierBehavior$outboundSchema, BillingUpdateTo$outboundSchema, BinSize, BinSize$outboundSchema, Breakdown$inboundSchema, CheckCreditSchema$inboundSchema, CheckEnv, CheckEnv$inboundSchema, CheckFeature$inboundSchema, CheckFreeTrial$inboundSchema, CheckInterval, CheckInterval$inboundSchema, CheckItem$inboundSchema, CheckLock$outboundSchema, CheckOnDecrease, CheckOnDecrease$inboundSchema, CheckOnIncrease, CheckOnIncrease$inboundSchema, CheckParams$outboundSchema, CheckProperties$inboundSchema, CheckResponse$inboundSchema, CheckRollover$inboundSchema, CheckTierBehavior, CheckTierBehavior$inboundSchema, Config$inboundSchema, ConnectionError, CreateBalanceInterval, CreateBalanceInterval$outboundSchema, CreateBalanceParams$outboundSchema, CreateBalanceReset$outboundSchema, CreateBalanceResponse$inboundSchema, CreateEntityBillingControlsRequest$outboundSchema, CreateEntityBillingControlsResponse$inboundSchema, CreateEntityCreditSchema$inboundSchema, CreateEntityDisplay$inboundSchema, CreateEntityEnv, CreateEntityEnv$inboundSchema, CreateEntityFeature$inboundSchema, CreateEntityFlags$inboundSchema, CreateEntityInvoice$inboundSchema, CreateEntityOverageAllowedRequest$outboundSchema, CreateEntityOverageAllowedResponse$inboundSchema, CreateEntityParams$outboundSchema, CreateEntityPurchase$inboundSchema, CreateEntityResponse$inboundSchema, CreateEntitySpendLimitRequest$outboundSchema, CreateEntitySpendLimitResponse$inboundSchema, CreateEntityStatus, CreateEntityStatus$inboundSchema, CreateEntitySubscription$inboundSchema, CreateEntityThresholdTypeRequestBody, CreateEntityThresholdTypeRequestBody$outboundSchema, CreateEntityThresholdTypeResponse, CreateEntityThresholdTypeResponse$inboundSchema, CreateEntityType, CreateEntityType$inboundSchema, CreateEntityUsageAlertRequestBody$outboundSchema, CreateEntityUsageAlertResponse$inboundSchema, CreateFeatureCreditSchemaRequest$outboundSchema, CreateFeatureCreditSchemaResponse$inboundSchema, CreateFeatureDisplayRequest$outboundSchema, CreateFeatureDisplayResponse$inboundSchema, CreateFeatureParams$outboundSchema, CreateFeatureResponse$inboundSchema, CreateFeatureTypeRequest, CreateFeatureTypeRequest$outboundSchema, CreateFeatureTypeResponse, CreateFeatureTypeResponse$inboundSchema, CreatePlanAttachAction, CreatePlanAttachAction$inboundSchema, CreatePlanBillingMethodRequest, CreatePlanBillingMethodRequest$outboundSchema, CreatePlanBillingMethodResponse, CreatePlanBillingMethodResponse$inboundSchema, CreatePlanCreditSchema$inboundSchema, CreatePlanCustomerEligibility$inboundSchema, CreatePlanDurationTypeRequest, CreatePlanDurationTypeRequest$outboundSchema, CreatePlanDurationTypeResponse, CreatePlanDurationTypeResponse$inboundSchema, CreatePlanEnv, CreatePlanEnv$inboundSchema, CreatePlanExpiryDurationTypeRequest, CreatePlanExpiryDurationTypeRequest$outboundSchema, CreatePlanExpiryDurationTypeResponse, CreatePlanExpiryDurationTypeResponse$inboundSchema, CreatePlanFeature$inboundSchema, CreatePlanFeatureDisplay$inboundSchema, CreatePlanFreeTrialResponse$inboundSchema, CreatePlanItem$inboundSchema, CreatePlanItemDisplay$inboundSchema, CreatePlanItemPriceIntervalRequest, CreatePlanItemPriceIntervalRequest$outboundSchema, CreatePlanItemPriceRequest$outboundSchema, CreatePlanItemPriceResponse$inboundSchema, CreatePlanOnDecrease, CreatePlanOnDecrease$outboundSchema, CreatePlanOnIncrease, CreatePlanOnIncrease$outboundSchema, CreatePlanParams$outboundSchema, CreatePlanPlanItem$outboundSchema, CreatePlanPriceDisplay$inboundSchema, CreatePlanPriceIntervalRequest, CreatePlanPriceIntervalRequest$outboundSchema, CreatePlanPriceIntervalResponse, CreatePlanPriceIntervalResponse$inboundSchema, CreatePlanPriceItemIntervalResponse, CreatePlanPriceItemIntervalResponse$inboundSchema, CreatePlanPriceRequest$outboundSchema, CreatePlanPriceResponse$inboundSchema, CreatePlanProration$outboundSchema, CreatePlanResetIntervalRequest, CreatePlanResetIntervalRequest$outboundSchema, CreatePlanResetIntervalResponse, CreatePlanResetIntervalResponse$inboundSchema, CreatePlanResetRequest$outboundSchema, CreatePlanResetResponse$inboundSchema, CreatePlanResponse$inboundSchema, CreatePlanRolloverRequest$outboundSchema, CreatePlanRolloverResponse$inboundSchema, CreatePlanStatus, CreatePlanStatus$inboundSchema, CreatePlanTier$outboundSchema, CreatePlanTierBehaviorRequest, CreatePlanTierBehaviorRequest$outboundSchema, CreatePlanTierBehaviorResponse, CreatePlanTierBehaviorResponse$inboundSchema, CreatePlanTo$outboundSchema, CreatePlanType, CreatePlanType$inboundSchema, CreateReferralCodeParams$outboundSchema, CreateReferralCodeResponse$inboundSchema, Customer$inboundSchema, CustomerAutoTopup$inboundSchema, CustomerBillingControls$inboundSchema, CustomerCreditSchema$inboundSchema, CustomerData$outboundSchema, CustomerDataAutoTopup$outboundSchema, CustomerDataBillingControls$outboundSchema, CustomerDataInterval, CustomerDataInterval$outboundSchema, CustomerDataOverageAllowed$outboundSchema, CustomerDataPurchaseLimit$outboundSchema, CustomerDataSpendLimit$outboundSchema, CustomerDataThresholdType, CustomerDataThresholdType$outboundSchema, CustomerDataUsageAlert$outboundSchema, CustomerDisplay$inboundSchema, CustomerDurationType, CustomerDurationType$inboundSchema, CustomerEligibility$inboundSchema, CustomerEnv, CustomerEnv$inboundSchema, CustomerFeature$inboundSchema, CustomerFlagsType, CustomerFlagsType$inboundSchema, CustomerInterval, CustomerInterval$inboundSchema, CustomerOverageAllowed$inboundSchema, CustomerPurchaseLimit$inboundSchema, CustomerSpendLimit$inboundSchema, CustomerStatus, CustomerStatus$inboundSchema, CustomerThresholdType, CustomerThresholdType$inboundSchema, CustomerUsageAlert$inboundSchema, DeleteBalanceInterval, DeleteBalanceInterval$outboundSchema, DeleteBalanceParams$outboundSchema, DeleteBalanceResponse$inboundSchema, DeleteCustomerParams$outboundSchema, DeleteCustomerResponse$inboundSchema, DeleteEntityParams$outboundSchema, DeleteEntityResponse$inboundSchema, DeleteFeatureParams$outboundSchema, DeleteFeatureResponse$inboundSchema, DeletePlanParams$outboundSchema, DeletePlanResponse$inboundSchema, Discount$inboundSchema, Entity$inboundSchema, EntityEnv, EntityEnv$inboundSchema, EventsAggregateParams$outboundSchema, EventsListParams$outboundSchema, ExpiryDurationType, ExpiryDurationType$inboundSchema, FeatureType, FeatureType$inboundSchema, FinalizeBalanceParams$outboundSchema, FinalizeLockResponse$inboundSchema, Flag$inboundSchema, FlagDisplay$inboundSchema, FlagType, FlagType$inboundSchema, Flags$inboundSchema, FreeTrial$inboundSchema, FreeTrialDuration, FreeTrialDuration$inboundSchema, FreeTrialRequest$outboundSchema, GetEntityBillingControls$inboundSchema, GetEntityCreditSchema$inboundSchema, GetEntityDisplay$inboundSchema, GetEntityEnv, GetEntityEnv$inboundSchema, GetEntityFeature$inboundSchema, GetEntityFlags$inboundSchema, GetEntityInvoice$inboundSchema, GetEntityOverageAllowed$inboundSchema, GetEntityParams$outboundSchema, GetEntityPurchase$inboundSchema, GetEntityResponse$inboundSchema, GetEntitySpendLimit$inboundSchema, GetEntityStatus, GetEntityStatus$inboundSchema, GetEntitySubscription$inboundSchema, GetEntityThresholdType, GetEntityThresholdType$inboundSchema, GetEntityType, GetEntityType$inboundSchema, GetEntityUsageAlert$inboundSchema, GetFeatureCreditSchema$inboundSchema, GetFeatureDisplay$inboundSchema, GetFeatureParams$outboundSchema, GetFeatureResponse$inboundSchema, GetFeatureType, GetFeatureType$inboundSchema, GetOrCreateCustomerAutoTopup$outboundSchema, GetOrCreateCustomerBillingControls$outboundSchema, GetOrCreateCustomerInterval, GetOrCreateCustomerInterval$outboundSchema, GetOrCreateCustomerOverageAllowed$outboundSchema, GetOrCreateCustomerParams$outboundSchema, GetOrCreateCustomerPurchaseLimit$outboundSchema, GetOrCreateCustomerSpendLimit$outboundSchema, GetOrCreateCustomerThresholdType, GetOrCreateCustomerThresholdType$outboundSchema, GetOrCreateCustomerUsageAlert$outboundSchema, GetPlanAttachAction, GetPlanAttachAction$inboundSchema, GetPlanBillingMethod, GetPlanBillingMethod$inboundSchema, GetPlanCreditSchema$inboundSchema, GetPlanCustomerEligibility$inboundSchema, GetPlanDurationType, GetPlanDurationType$inboundSchema, GetPlanEnv, GetPlanEnv$inboundSchema, GetPlanExpiryDurationType, GetPlanExpiryDurationType$inboundSchema, GetPlanFeature$inboundSchema, GetPlanFeatureDisplay$inboundSchema, GetPlanFreeTrial$inboundSchema, GetPlanItem$inboundSchema, GetPlanItemDisplay$inboundSchema, GetPlanItemPrice$inboundSchema, GetPlanParams$outboundSchema, GetPlanPrice$inboundSchema, GetPlanPriceDisplay$inboundSchema, GetPlanPriceInterval, GetPlanPriceInterval$inboundSchema, GetPlanPriceItemInterval, GetPlanPriceItemInterval$inboundSchema, GetPlanReset$inboundSchema, GetPlanResetInterval, GetPlanResetInterval$inboundSchema, GetPlanResponse$inboundSchema, GetPlanRollover$inboundSchema, GetPlanStatus, GetPlanStatus$inboundSchema, GetPlanTierBehavior, GetPlanTierBehavior$inboundSchema, GetPlanType, GetPlanType$inboundSchema, HTTPClient, HTTPClientError, IncludedUsage$inboundSchema, Intent, Intent$inboundSchema, Interval$inboundSchema, InvalidRequestError, Invoice$inboundSchema, Item$inboundSchema, ListCustomersAutoTopup$inboundSchema, ListCustomersBillingControls$inboundSchema, ListCustomersCreditSchema$inboundSchema, ListCustomersDisplay$inboundSchema, ListCustomersEnv, ListCustomersEnv$inboundSchema, ListCustomersFeature$inboundSchema, ListCustomersFlags$inboundSchema, ListCustomersInterval, ListCustomersInterval$inboundSchema, ListCustomersList$inboundSchema, ListCustomersOverageAllowed$inboundSchema, ListCustomersParams$outboundSchema, ListCustomersPlan$outboundSchema, ListCustomersPurchase$inboundSchema, ListCustomersPurchaseLimit$inboundSchema, ListCustomersResponse$inboundSchema, ListCustomersSpendLimit$inboundSchema, ListCustomersStatus, ListCustomersStatus$inboundSchema, ListCustomersSubscription$inboundSchema, ListCustomersThresholdType, ListCustomersThresholdType$inboundSchema, ListCustomersType, ListCustomersType$inboundSchema, ListCustomersUsageAlert$inboundSchema, ListEventsCustomRange$outboundSchema, ListEventsFeatureId$outboundSchema, ListEventsList$inboundSchema, ListEventsProperties$inboundSchema, ListEventsResponse$inboundSchema, ListFeaturesCreditSchema$inboundSchema, ListFeaturesDisplay$inboundSchema, ListFeaturesList$inboundSchema, ListFeaturesRequest$outboundSchema, ListFeaturesResponse$inboundSchema, ListFeaturesType, ListFeaturesType$inboundSchema, ListPlansAttachAction, ListPlansAttachAction$inboundSchema, ListPlansBillingMethod, ListPlansBillingMethod$inboundSchema, ListPlansCreditSchema$inboundSchema, ListPlansCustomerEligibility$inboundSchema, ListPlansDurationType, ListPlansDurationType$inboundSchema, ListPlansEnv, ListPlansEnv$inboundSchema, ListPlansExpiryDurationType, ListPlansExpiryDurationType$inboundSchema, ListPlansFeature$inboundSchema, ListPlansFeatureDisplay$inboundSchema, ListPlansFreeTrial$inboundSchema, ListPlansItem$inboundSchema, ListPlansItemDisplay$inboundSchema, ListPlansItemPrice$inboundSchema, ListPlansList$inboundSchema, ListPlansParams$outboundSchema, ListPlansPrice$inboundSchema, ListPlansPriceDisplay$inboundSchema, ListPlansPriceInterval, ListPlansPriceInterval$inboundSchema, ListPlansPriceItemInterval, ListPlansPriceItemInterval$inboundSchema, ListPlansReset$inboundSchema, ListPlansResetInterval, ListPlansResetInterval$inboundSchema, ListPlansResponse$inboundSchema, ListPlansRollover$inboundSchema, ListPlansStatus, ListPlansStatus$inboundSchema, ListPlansTierBehavior, ListPlansTierBehavior$inboundSchema, ListPlansType, ListPlansType$inboundSchema, MultiAttachAttachDiscount$outboundSchema, MultiAttachBasePrice$outboundSchema, MultiAttachBillingControls$outboundSchema, MultiAttachBillingMethod, MultiAttachBillingMethod$outboundSchema, MultiAttachCode, MultiAttachCode$inboundSchema, MultiAttachCustomize$outboundSchema, MultiAttachDurationType, MultiAttachDurationType$outboundSchema, MultiAttachEntityData$outboundSchema, MultiAttachExpiryDurationType, MultiAttachExpiryDurationType$outboundSchema, MultiAttachFeatureQuantity$outboundSchema, MultiAttachFreeTrialParams$outboundSchema, MultiAttachInvoice$inboundSchema, MultiAttachInvoiceMode$outboundSchema, MultiAttachItemPriceInterval, MultiAttachItemPriceInterval$outboundSchema, MultiAttachOnDecrease, MultiAttachOnDecrease$outboundSchema, MultiAttachOnIncrease, MultiAttachOnIncrease$outboundSchema, MultiAttachOverageAllowed$outboundSchema, MultiAttachParams$outboundSchema, MultiAttachPlan$outboundSchema, MultiAttachPlanItem$outboundSchema, MultiAttachPrice$outboundSchema, MultiAttachPriceInterval, MultiAttachPriceInterval$outboundSchema, MultiAttachProration$outboundSchema, MultiAttachRedirectMode, MultiAttachRedirectMode$outboundSchema, MultiAttachRequiredAction$inboundSchema, MultiAttachReset$outboundSchema, MultiAttachResetInterval, MultiAttachResetInterval$outboundSchema, MultiAttachResponse$inboundSchema, MultiAttachRollover$outboundSchema, MultiAttachSpendLimit$outboundSchema, MultiAttachThresholdType, MultiAttachThresholdType$outboundSchema, MultiAttachTier$outboundSchema, MultiAttachTierBehavior, MultiAttachTierBehavior$outboundSchema, MultiAttachTo$outboundSchema, MultiAttachUsageAlert$outboundSchema, OpenCustomerPortalParams$outboundSchema, OpenCustomerPortalResponse$inboundSchema, Plan$inboundSchema, PlanBillingMethod, PlanBillingMethod$inboundSchema, PlanCreditSchema$inboundSchema, PlanDurationType, PlanDurationType$inboundSchema, PlanEnv, PlanEnv$inboundSchema, PlanFeature$inboundSchema, PlanFeatureDisplay$inboundSchema, PlanItemDisplay$inboundSchema, PlanItemPrice$inboundSchema, PlanPrice$inboundSchema, PlanPriceDisplay$inboundSchema, PlanPriceInterval, PlanPriceInterval$inboundSchema, PlanPriceItemInterval, PlanPriceItemInterval$inboundSchema, PlanReset$inboundSchema, PlanResetInterval, PlanResetInterval$inboundSchema, PlanRollover$inboundSchema, PlanStatus, PlanStatus$inboundSchema, PlanTierBehavior, PlanTierBehavior$inboundSchema, PlanType, PlanType$inboundSchema, Preview$inboundSchema, PreviewAttachAttachDiscount$outboundSchema, PreviewAttachBasePrice$outboundSchema, PreviewAttachBillingMethod, PreviewAttachBillingMethod$outboundSchema, PreviewAttachCarryOverBalances$outboundSchema, PreviewAttachCarryOverUsages$outboundSchema, PreviewAttachCheckoutType, PreviewAttachCheckoutType$inboundSchema, PreviewAttachCustomLineItem$outboundSchema, PreviewAttachCustomize$outboundSchema, PreviewAttachDiscount$inboundSchema, PreviewAttachDurationType, PreviewAttachDurationType$outboundSchema, PreviewAttachExpiryDurationType, PreviewAttachExpiryDurationType$outboundSchema, PreviewAttachFeatureQuantityRequest$outboundSchema, PreviewAttachFreeTrialParams$outboundSchema, PreviewAttachIncoming$inboundSchema, PreviewAttachIncomingFeatureQuantity$inboundSchema, PreviewAttachInvoiceMode$outboundSchema, PreviewAttachItemPriceInterval, PreviewAttachItemPriceInterval$outboundSchema, PreviewAttachLineItem$inboundSchema, PreviewAttachLineItemPeriod$inboundSchema, PreviewAttachNextCycle$inboundSchema, PreviewAttachNextCycleDiscount$inboundSchema, PreviewAttachNextCycleLineItem$inboundSchema, PreviewAttachNextCycleLineItemPeriod$inboundSchema, PreviewAttachOnDecrease, PreviewAttachOnDecrease$outboundSchema, PreviewAttachOnIncrease, PreviewAttachOnIncrease$outboundSchema, PreviewAttachOutgoing$inboundSchema, PreviewAttachOutgoingFeatureQuantity$inboundSchema, PreviewAttachParams$outboundSchema, PreviewAttachPlanItem$outboundSchema, PreviewAttachPlanSchedule, PreviewAttachPlanSchedule$outboundSchema, PreviewAttachPrice$outboundSchema, PreviewAttachPriceInterval, PreviewAttachPriceInterval$outboundSchema, PreviewAttachProration$outboundSchema, PreviewAttachProrationBehavior, PreviewAttachProrationBehavior$outboundSchema, PreviewAttachRedirectMode, PreviewAttachRedirectMode$outboundSchema, PreviewAttachReset$outboundSchema, PreviewAttachResetInterval, PreviewAttachResetInterval$outboundSchema, PreviewAttachResponse$inboundSchema, PreviewAttachRollover$outboundSchema, PreviewAttachTier$outboundSchema, PreviewAttachTierBehavior, PreviewAttachTierBehavior$outboundSchema, PreviewAttachTo$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, PreviewMultiAttachExpiryDurationType, PreviewMultiAttachExpiryDurationType$outboundSchema, PreviewMultiAttachFreeTrialParams$outboundSchema, PreviewMultiAttachIncoming$inboundSchema, PreviewMultiAttachIncomingFeatureQuantity$inboundSchema, PreviewMultiAttachInvoiceMode$outboundSchema, PreviewMultiAttachItemPriceInterval, PreviewMultiAttachItemPriceInterval$outboundSchema, PreviewMultiAttachLineItem$inboundSchema, PreviewMultiAttachLineItemPeriod$inboundSchema, PreviewMultiAttachNextCycle$inboundSchema, PreviewMultiAttachNextCycleDiscount$inboundSchema, PreviewMultiAttachNextCycleLineItem$inboundSchema, PreviewMultiAttachNextCycleLineItemPeriod$inboundSchema, PreviewMultiAttachOnDecrease, PreviewMultiAttachOnDecrease$outboundSchema, PreviewMultiAttachOnIncrease, PreviewMultiAttachOnIncrease$outboundSchema, PreviewMultiAttachOutgoing$inboundSchema, PreviewMultiAttachOutgoingFeatureQuantity$inboundSchema, PreviewMultiAttachOverageAllowed$outboundSchema, PreviewMultiAttachParams$outboundSchema, PreviewMultiAttachPlan$outboundSchema, PreviewMultiAttachPlanFeatureQuantity$outboundSchema, PreviewMultiAttachPlanItem$outboundSchema, PreviewMultiAttachPrice$outboundSchema, PreviewMultiAttachPriceInterval, PreviewMultiAttachPriceInterval$outboundSchema, PreviewMultiAttachProration$outboundSchema, PreviewMultiAttachRedirectMode, PreviewMultiAttachRedirectMode$outboundSchema, PreviewMultiAttachReset$outboundSchema, PreviewMultiAttachResetInterval, PreviewMultiAttachResetInterval$outboundSchema, PreviewMultiAttachResponse$inboundSchema, PreviewMultiAttachRollover$outboundSchema, PreviewMultiAttachSpendLimit$outboundSchema, PreviewMultiAttachThresholdType, PreviewMultiAttachThresholdType$outboundSchema, PreviewMultiAttachTier$outboundSchema, PreviewMultiAttachTierBehavior, PreviewMultiAttachTierBehavior$outboundSchema, PreviewMultiAttachTo$outboundSchema, PreviewMultiAttachUsageAlert$outboundSchema, PreviewMultiAttachUsageLineItem$inboundSchema, PreviewMultiAttachUsageLineItemPeriod$inboundSchema, PreviewUpdateBasePrice$outboundSchema, PreviewUpdateBillingMethod, PreviewUpdateBillingMethod$outboundSchema, PreviewUpdateCancelAction, PreviewUpdateCancelAction$outboundSchema, PreviewUpdateCustomize$outboundSchema, PreviewUpdateDiscount$inboundSchema, PreviewUpdateDurationType, PreviewUpdateDurationType$outboundSchema, PreviewUpdateExpiryDurationType, PreviewUpdateExpiryDurationType$outboundSchema, PreviewUpdateFeatureQuantityRequest$outboundSchema, PreviewUpdateFreeTrialParams$outboundSchema, PreviewUpdateIncoming$inboundSchema, PreviewUpdateIncomingFeatureQuantity$inboundSchema, PreviewUpdateInvoiceMode$outboundSchema, PreviewUpdateItemPriceInterval, PreviewUpdateItemPriceInterval$outboundSchema, PreviewUpdateLineItem$inboundSchema, PreviewUpdateLineItemPeriod$inboundSchema, PreviewUpdateNextCycle$inboundSchema, PreviewUpdateNextCycleDiscount$inboundSchema, PreviewUpdateNextCycleLineItem$inboundSchema, PreviewUpdateNextCycleLineItemPeriod$inboundSchema, PreviewUpdateOnDecrease, PreviewUpdateOnDecrease$outboundSchema, PreviewUpdateOnIncrease, PreviewUpdateOnIncrease$outboundSchema, PreviewUpdateOutgoing$inboundSchema, PreviewUpdateOutgoingFeatureQuantity$inboundSchema, PreviewUpdateParams$outboundSchema, PreviewUpdatePlanItem$outboundSchema, PreviewUpdatePrice$outboundSchema, PreviewUpdatePriceInterval, PreviewUpdatePriceInterval$outboundSchema, PreviewUpdateProration$outboundSchema, PreviewUpdateProrationBehavior, PreviewUpdateProrationBehavior$outboundSchema, PreviewUpdateRecalculateBalances$outboundSchema, PreviewUpdateRedirectMode, PreviewUpdateRedirectMode$outboundSchema, PreviewUpdateReset$outboundSchema, PreviewUpdateResetInterval, PreviewUpdateResetInterval$outboundSchema, PreviewUpdateResponse$inboundSchema, PreviewUpdateRollover$outboundSchema, PreviewUpdateTier$outboundSchema, PreviewUpdateTierBehavior, PreviewUpdateTierBehavior$outboundSchema, PreviewUpdateTo$outboundSchema, PreviewUpdateUsageLineItem$inboundSchema, PreviewUpdateUsageLineItemPeriod$inboundSchema, Product$inboundSchema, ProductDisplay$inboundSchema, ProductScenario, ProductScenario$inboundSchema, ProductType, ProductType$inboundSchema, Purchase$inboundSchema, Range, Range$outboundSchema, RedeemReferralCodeParams$outboundSchema, RedeemReferralCodeResponse$inboundSchema, Referral$inboundSchema, ReferralCustomer$inboundSchema, RequestAbortedError, RequestTimeoutError, ResponseValidationError, Rewards$inboundSchema, RewardsType, RewardsType$inboundSchema, RolloverDuration, RolloverDuration$inboundSchema, SDKValidationError, SDK_METADATA, Scenario, Scenario$inboundSchema, Security$outboundSchema, ServerList, SetupPaymentAttachDiscount$outboundSchema, SetupPaymentBasePrice$outboundSchema, SetupPaymentBillingMethod, SetupPaymentBillingMethod$outboundSchema, SetupPaymentCarryOverBalances$outboundSchema, SetupPaymentCarryOverUsages$outboundSchema, SetupPaymentCustomLineItem$outboundSchema, SetupPaymentCustomize$outboundSchema, SetupPaymentDurationType, SetupPaymentDurationType$outboundSchema, SetupPaymentExpiryDurationType, SetupPaymentExpiryDurationType$outboundSchema, SetupPaymentFeatureQuantity$outboundSchema, SetupPaymentFreeTrialParams$outboundSchema, SetupPaymentItemPriceInterval, SetupPaymentItemPriceInterval$outboundSchema, SetupPaymentOnDecrease, SetupPaymentOnDecrease$outboundSchema, SetupPaymentOnIncrease, SetupPaymentOnIncrease$outboundSchema, SetupPaymentParams$outboundSchema, SetupPaymentPlanItem$outboundSchema, SetupPaymentPrice$outboundSchema, SetupPaymentPriceInterval, SetupPaymentPriceInterval$outboundSchema, SetupPaymentProration$outboundSchema, SetupPaymentProrationBehavior, SetupPaymentProrationBehavior$outboundSchema, SetupPaymentReset$outboundSchema, SetupPaymentResetInterval, SetupPaymentResetInterval$outboundSchema, SetupPaymentResponse$inboundSchema, SetupPaymentRollover$outboundSchema, SetupPaymentTier$outboundSchema, SetupPaymentTierBehavior, SetupPaymentTierBehavior$outboundSchema, SetupPaymentTo$outboundSchema, Subscription$inboundSchema, SubscriptionStatus, SubscriptionStatus$outboundSchema, Total$inboundSchema, TrackLock$outboundSchema, TrackParams$outboundSchema, TrackResponse$inboundSchema, TrialsUsed$inboundSchema, UnexpectedClientError, UpdateBalanceInterval, UpdateBalanceInterval$outboundSchema, UpdateBalanceParams$outboundSchema, UpdateBalanceResponse$inboundSchema, UpdateCustomerAutoTopupRequest$outboundSchema, UpdateCustomerAutoTopupResponse$inboundSchema, UpdateCustomerBillingControlsRequest$outboundSchema, UpdateCustomerBillingControlsResponse$inboundSchema, UpdateCustomerCreditSchema$inboundSchema, UpdateCustomerDisplay$inboundSchema, UpdateCustomerEnv, UpdateCustomerEnv$inboundSchema, UpdateCustomerFeature$inboundSchema, UpdateCustomerFlags$inboundSchema, UpdateCustomerIntervalRequest, UpdateCustomerIntervalRequest$outboundSchema, UpdateCustomerIntervalResponse, UpdateCustomerIntervalResponse$inboundSchema, UpdateCustomerOverageAllowedRequest$outboundSchema, UpdateCustomerOverageAllowedResponse$inboundSchema, UpdateCustomerParams$outboundSchema, UpdateCustomerPurchase$inboundSchema, UpdateCustomerPurchaseLimitRequest$outboundSchema, UpdateCustomerPurchaseLimitResponse$inboundSchema, UpdateCustomerResponse$inboundSchema, UpdateCustomerSpendLimitRequest$outboundSchema, UpdateCustomerSpendLimitResponse$inboundSchema, UpdateCustomerStatus, UpdateCustomerStatus$inboundSchema, UpdateCustomerSubscription$inboundSchema, UpdateCustomerThresholdTypeRequestBody, UpdateCustomerThresholdTypeRequestBody$outboundSchema, UpdateCustomerThresholdTypeResponse, UpdateCustomerThresholdTypeResponse$inboundSchema, UpdateCustomerType, UpdateCustomerType$inboundSchema, UpdateCustomerUsageAlertRequestBody$outboundSchema, UpdateCustomerUsageAlertResponse$inboundSchema, UpdateEntityBillingControlsRequest$outboundSchema, UpdateEntityBillingControlsResponse$inboundSchema, UpdateEntityCreditSchema$inboundSchema, UpdateEntityDisplay$inboundSchema, UpdateEntityEnv, UpdateEntityEnv$inboundSchema, UpdateEntityFeature$inboundSchema, UpdateEntityFlags$inboundSchema, UpdateEntityInvoice$inboundSchema, UpdateEntityOverageAllowedRequest$outboundSchema, UpdateEntityOverageAllowedResponse$inboundSchema, UpdateEntityParams$outboundSchema, UpdateEntityPurchase$inboundSchema, UpdateEntityResponse$inboundSchema, UpdateEntitySpendLimitRequest$outboundSchema, UpdateEntitySpendLimitResponse$inboundSchema, UpdateEntityStatus, UpdateEntityStatus$inboundSchema, UpdateEntitySubscription$inboundSchema, UpdateEntityThresholdTypeRequestBody, UpdateEntityThresholdTypeRequestBody$outboundSchema, UpdateEntityThresholdTypeResponse, UpdateEntityThresholdTypeResponse$inboundSchema, UpdateEntityType, UpdateEntityType$inboundSchema, UpdateEntityUsageAlertRequestBody$outboundSchema, UpdateEntityUsageAlertResponse$inboundSchema, UpdateFeatureCreditSchemaRequest$outboundSchema, UpdateFeatureCreditSchemaResponse$inboundSchema, UpdateFeatureDisplayRequest$outboundSchema, UpdateFeatureDisplayResponse$inboundSchema, UpdateFeatureParams$outboundSchema, UpdateFeatureResponse$inboundSchema, UpdateFeatureTypeRequest, UpdateFeatureTypeRequest$outboundSchema, UpdateFeatureTypeResponse, UpdateFeatureTypeResponse$inboundSchema, UpdatePlanAttachAction, UpdatePlanAttachAction$inboundSchema, UpdatePlanBasePrice$outboundSchema, UpdatePlanBillingMethodRequest, UpdatePlanBillingMethodRequest$outboundSchema, UpdatePlanBillingMethodResponse, UpdatePlanBillingMethodResponse$inboundSchema, UpdatePlanCreditSchema$inboundSchema, UpdatePlanCustomerEligibility$inboundSchema, UpdatePlanDurationTypeRequest, UpdatePlanDurationTypeRequest$outboundSchema, UpdatePlanDurationTypeResponse, UpdatePlanDurationTypeResponse$inboundSchema, UpdatePlanEnv, UpdatePlanEnv$inboundSchema, UpdatePlanExpiryDurationTypeRequest, UpdatePlanExpiryDurationTypeRequest$outboundSchema, UpdatePlanExpiryDurationTypeResponse, UpdatePlanExpiryDurationTypeResponse$inboundSchema, UpdatePlanFeature$inboundSchema, UpdatePlanFeatureDisplay$inboundSchema, UpdatePlanFreeTrial$inboundSchema, UpdatePlanFreeTrialParams$outboundSchema, UpdatePlanItem$inboundSchema, UpdatePlanItemDisplay$inboundSchema, UpdatePlanItemPriceIntervalRequest, UpdatePlanItemPriceIntervalRequest$outboundSchema, UpdatePlanItemPriceResponse$inboundSchema, UpdatePlanOnDecrease, UpdatePlanOnDecrease$outboundSchema, UpdatePlanOnIncrease, UpdatePlanOnIncrease$outboundSchema, UpdatePlanParams$outboundSchema, UpdatePlanPlanItem$outboundSchema, UpdatePlanPriceDisplay$inboundSchema, UpdatePlanPriceIntervalRequest, UpdatePlanPriceIntervalRequest$outboundSchema, UpdatePlanPriceIntervalResponse, UpdatePlanPriceIntervalResponse$inboundSchema, UpdatePlanPriceItemIntervalResponse, UpdatePlanPriceItemIntervalResponse$inboundSchema, UpdatePlanPriceRequest$outboundSchema, UpdatePlanPriceResponse$inboundSchema, UpdatePlanProration$outboundSchema, UpdatePlanResetIntervalRequest, UpdatePlanResetIntervalRequest$outboundSchema, UpdatePlanResetIntervalResponse, UpdatePlanResetIntervalResponse$inboundSchema, UpdatePlanResetRequest$outboundSchema, UpdatePlanResetResponse$inboundSchema, UpdatePlanResponse$inboundSchema, UpdatePlanRolloverRequest$outboundSchema, UpdatePlanRolloverResponse$inboundSchema, UpdatePlanStatus, UpdatePlanStatus$inboundSchema, UpdatePlanTier$outboundSchema, UpdatePlanTierBehaviorRequest, UpdatePlanTierBehaviorRequest$outboundSchema, UpdatePlanTierBehaviorResponse, UpdatePlanTierBehaviorResponse$inboundSchema, UpdatePlanTo$outboundSchema, UpdatePlanType, UpdatePlanType$inboundSchema, UpdateSubscriptionParams$outboundSchema, UsageModel, UsageModel$inboundSchema, aggregateEventsCustomRangeToJSON, aggregateEventsFeatureIdToJSON, aggregateEventsListFromJSON, aggregateEventsResponseFromJSON, attachAttachDiscountToJSON, attachBasePriceToJSON, attachCarryOverBalancesToJSON, attachCarryOverUsagesToJSON, attachCustomLineItemToJSON, attachCustomizeToJSON, attachFeatureQuantityToJSON, attachFreeTrialParamsToJSON, attachInvoiceFromJSON, attachInvoiceModeToJSON, attachParamsToJSON, attachPlanItemToJSON, attachPriceToJSON, attachProrationToJSON, attachRequiredActionFromJSON, attachResetToJSON, attachResponseFromJSON, attachRolloverToJSON, attachTierToJSON, attachToToJSON, balanceCreditSchemaFromJSON, balanceDisplayFromJSON, balanceFeatureFromJSON, balanceFromJSON, balancePriceFromJSON, balanceResetFromJSON, balanceRolloverFromJSON, billingUpdateBasePriceToJSON, billingUpdateCustomizeToJSON, billingUpdateFeatureQuantityToJSON, billingUpdateFreeTrialParamsToJSON, billingUpdateInvoiceFromJSON, billingUpdateInvoiceModeToJSON, billingUpdatePlanItemToJSON, billingUpdatePriceToJSON, billingUpdateProrationToJSON, billingUpdateRecalculateBalancesToJSON, billingUpdateRequiredActionFromJSON, billingUpdateResetToJSON, billingUpdateResponseFromJSON, billingUpdateRolloverToJSON, billingUpdateTierToJSON, billingUpdateToToJSON, breakdownFromJSON, checkCreditSchemaFromJSON, checkFeatureFromJSON, checkFreeTrialFromJSON, checkItemFromJSON, checkLockToJSON, checkParamsToJSON, checkPropertiesFromJSON, checkResponseFromJSON, checkRolloverFromJSON, configFromJSON, createBalanceParamsToJSON, createBalanceResetToJSON, createBalanceResponseFromJSON, createEntityBillingControlsRequestToJSON, createEntityBillingControlsResponseFromJSON, createEntityCreditSchemaFromJSON, createEntityDisplayFromJSON, createEntityFeatureFromJSON, createEntityFlagsFromJSON, createEntityInvoiceFromJSON, createEntityOverageAllowedRequestToJSON, createEntityOverageAllowedResponseFromJSON, createEntityParamsToJSON, createEntityPurchaseFromJSON, createEntityResponseFromJSON, createEntitySpendLimitRequestToJSON, createEntitySpendLimitResponseFromJSON, createEntitySubscriptionFromJSON, createEntityUsageAlertRequestBodyToJSON, createEntityUsageAlertResponseFromJSON, createFeatureCreditSchemaRequestToJSON, createFeatureCreditSchemaResponseFromJSON, createFeatureDisplayRequestToJSON, createFeatureDisplayResponseFromJSON, createFeatureParamsToJSON, createFeatureResponseFromJSON, createPlanCreditSchemaFromJSON, createPlanCustomerEligibilityFromJSON, createPlanFeatureDisplayFromJSON, createPlanFeatureFromJSON, createPlanFreeTrialResponseFromJSON, createPlanItemDisplayFromJSON, createPlanItemFromJSON, createPlanItemPriceRequestToJSON, createPlanItemPriceResponseFromJSON, createPlanParamsToJSON, createPlanPlanItemToJSON, createPlanPriceDisplayFromJSON, createPlanPriceRequestToJSON, createPlanPriceResponseFromJSON, createPlanProrationToJSON, createPlanResetRequestToJSON, createPlanResetResponseFromJSON, createPlanResponseFromJSON, createPlanRolloverRequestToJSON, createPlanRolloverResponseFromJSON, createPlanTierToJSON, createPlanToToJSON, createReferralCodeParamsToJSON, createReferralCodeResponseFromJSON, customerAutoTopupFromJSON, customerBillingControlsFromJSON, customerCreditSchemaFromJSON, customerDataAutoTopupToJSON, customerDataBillingControlsToJSON, customerDataOverageAllowedToJSON, customerDataPurchaseLimitToJSON, customerDataSpendLimitToJSON, customerDataToJSON, customerDataUsageAlertToJSON, customerDisplayFromJSON, customerEligibilityFromJSON, customerFeatureFromJSON, customerFromJSON, customerOverageAllowedFromJSON, customerPurchaseLimitFromJSON, customerSpendLimitFromJSON, customerUsageAlertFromJSON, deleteBalanceParamsToJSON, deleteBalanceResponseFromJSON, deleteCustomerParamsToJSON, deleteCustomerResponseFromJSON, deleteEntityParamsToJSON, deleteEntityResponseFromJSON, deleteFeatureParamsToJSON, deleteFeatureResponseFromJSON, deletePlanParamsToJSON, deletePlanResponseFromJSON, discountFromJSON, entityFromJSON, eventsAggregateParamsToJSON, eventsListParamsToJSON, files_exports as files, finalizeBalanceParamsToJSON, finalizeLockResponseFromJSON, flagDisplayFromJSON, flagFromJSON, flagsFromJSON, formatZodError, freeTrialFromJSON, freeTrialRequestToJSON, getEntityBillingControlsFromJSON, getEntityCreditSchemaFromJSON, getEntityDisplayFromJSON, getEntityFeatureFromJSON, getEntityFlagsFromJSON, getEntityInvoiceFromJSON, getEntityOverageAllowedFromJSON, getEntityParamsToJSON, getEntityPurchaseFromJSON, getEntityResponseFromJSON, getEntitySpendLimitFromJSON, getEntitySubscriptionFromJSON, getEntityUsageAlertFromJSON, getFeatureCreditSchemaFromJSON, getFeatureDisplayFromJSON, getFeatureParamsToJSON, getFeatureResponseFromJSON, getOrCreateCustomerAutoTopupToJSON, getOrCreateCustomerBillingControlsToJSON, getOrCreateCustomerOverageAllowedToJSON, getOrCreateCustomerParamsToJSON, getOrCreateCustomerPurchaseLimitToJSON, getOrCreateCustomerSpendLimitToJSON, getOrCreateCustomerUsageAlertToJSON, getPlanCreditSchemaFromJSON, getPlanCustomerEligibilityFromJSON, getPlanFeatureDisplayFromJSON, getPlanFeatureFromJSON, getPlanFreeTrialFromJSON, getPlanItemDisplayFromJSON, getPlanItemFromJSON, getPlanItemPriceFromJSON, getPlanParamsToJSON, getPlanPriceDisplayFromJSON, getPlanPriceFromJSON, getPlanResetFromJSON, getPlanResponseFromJSON, getPlanRolloverFromJSON, includedUsageFromJSON, intervalFromJSON, invoiceFromJSON, itemFromJSON, listCustomersAutoTopupFromJSON, listCustomersBillingControlsFromJSON, listCustomersCreditSchemaFromJSON, listCustomersDisplayFromJSON, listCustomersFeatureFromJSON, listCustomersFlagsFromJSON, listCustomersListFromJSON, listCustomersOverageAllowedFromJSON, listCustomersParamsToJSON, listCustomersPlanToJSON, listCustomersPurchaseFromJSON, listCustomersPurchaseLimitFromJSON, listCustomersResponseFromJSON, listCustomersSpendLimitFromJSON, listCustomersSubscriptionFromJSON, listCustomersUsageAlertFromJSON, listEventsCustomRangeToJSON, listEventsFeatureIdToJSON, listEventsListFromJSON, listEventsPropertiesFromJSON, listEventsResponseFromJSON, listFeaturesCreditSchemaFromJSON, listFeaturesDisplayFromJSON, listFeaturesListFromJSON, listFeaturesRequestToJSON, listFeaturesResponseFromJSON, listPlansCreditSchemaFromJSON, listPlansCustomerEligibilityFromJSON, listPlansFeatureDisplayFromJSON, listPlansFeatureFromJSON, listPlansFreeTrialFromJSON, listPlansItemDisplayFromJSON, listPlansItemFromJSON, listPlansItemPriceFromJSON, listPlansListFromJSON, listPlansParamsToJSON, listPlansPriceDisplayFromJSON, listPlansPriceFromJSON, listPlansResetFromJSON, listPlansResponseFromJSON, listPlansRolloverFromJSON, multiAttachAttachDiscountToJSON, multiAttachBasePriceToJSON, multiAttachBillingControlsToJSON, multiAttachCustomizeToJSON, multiAttachEntityDataToJSON, multiAttachFeatureQuantityToJSON, multiAttachFreeTrialParamsToJSON, multiAttachInvoiceFromJSON, multiAttachInvoiceModeToJSON, multiAttachOverageAllowedToJSON, multiAttachParamsToJSON, multiAttachPlanItemToJSON, multiAttachPlanToJSON, multiAttachPriceToJSON, multiAttachProrationToJSON, multiAttachRequiredActionFromJSON, multiAttachResetToJSON, multiAttachResponseFromJSON, multiAttachRolloverToJSON, multiAttachSpendLimitToJSON, multiAttachTierToJSON, multiAttachToToJSON, multiAttachUsageAlertToJSON, openCustomerPortalParamsToJSON, openCustomerPortalResponseFromJSON, planCreditSchemaFromJSON, planFeatureDisplayFromJSON, planFeatureFromJSON, planFromJSON, planItemDisplayFromJSON, planItemPriceFromJSON, planPriceDisplayFromJSON, planPriceFromJSON, planResetFromJSON, planRolloverFromJSON, previewAttachAttachDiscountToJSON, previewAttachBasePriceToJSON, previewAttachCarryOverBalancesToJSON, previewAttachCarryOverUsagesToJSON, previewAttachCustomLineItemToJSON, previewAttachCustomizeToJSON, previewAttachDiscountFromJSON, previewAttachFeatureQuantityRequestToJSON, previewAttachFreeTrialParamsToJSON, previewAttachIncomingFeatureQuantityFromJSON, previewAttachIncomingFromJSON, previewAttachInvoiceModeToJSON, previewAttachLineItemFromJSON, previewAttachLineItemPeriodFromJSON, previewAttachNextCycleDiscountFromJSON, previewAttachNextCycleFromJSON, previewAttachNextCycleLineItemFromJSON, previewAttachNextCycleLineItemPeriodFromJSON, previewAttachOutgoingFeatureQuantityFromJSON, previewAttachOutgoingFromJSON, previewAttachParamsToJSON, previewAttachPlanItemToJSON, previewAttachPriceToJSON, previewAttachProrationToJSON, previewAttachResetToJSON, previewAttachResponseFromJSON, previewAttachRolloverToJSON, previewAttachTierToJSON, previewAttachToToJSON, previewAttachUsageLineItemFromJSON, previewAttachUsageLineItemPeriodFromJSON, previewFromJSON, previewMultiAttachAttachDiscountToJSON, previewMultiAttachBasePriceToJSON, previewMultiAttachBillingControlsToJSON, previewMultiAttachCustomizeToJSON, previewMultiAttachDiscountFromJSON, previewMultiAttachEntityDataToJSON, previewMultiAttachFreeTrialParamsToJSON, previewMultiAttachIncomingFeatureQuantityFromJSON, previewMultiAttachIncomingFromJSON, previewMultiAttachInvoiceModeToJSON, previewMultiAttachLineItemFromJSON, previewMultiAttachLineItemPeriodFromJSON, previewMultiAttachNextCycleDiscountFromJSON, previewMultiAttachNextCycleFromJSON, previewMultiAttachNextCycleLineItemFromJSON, previewMultiAttachNextCycleLineItemPeriodFromJSON, previewMultiAttachOutgoingFeatureQuantityFromJSON, previewMultiAttachOutgoingFromJSON, previewMultiAttachOverageAllowedToJSON, previewMultiAttachParamsToJSON, previewMultiAttachPlanFeatureQuantityToJSON, previewMultiAttachPlanItemToJSON, previewMultiAttachPlanToJSON, previewMultiAttachPriceToJSON, previewMultiAttachProrationToJSON, previewMultiAttachResetToJSON, previewMultiAttachResponseFromJSON, previewMultiAttachRolloverToJSON, previewMultiAttachSpendLimitToJSON, previewMultiAttachTierToJSON, previewMultiAttachToToJSON, previewMultiAttachUsageAlertToJSON, previewMultiAttachUsageLineItemFromJSON, previewMultiAttachUsageLineItemPeriodFromJSON, previewUpdateBasePriceToJSON, previewUpdateCustomizeToJSON, previewUpdateDiscountFromJSON, previewUpdateFeatureQuantityRequestToJSON, previewUpdateFreeTrialParamsToJSON, previewUpdateIncomingFeatureQuantityFromJSON, previewUpdateIncomingFromJSON, previewUpdateInvoiceModeToJSON, previewUpdateLineItemFromJSON, previewUpdateLineItemPeriodFromJSON, previewUpdateNextCycleDiscountFromJSON, previewUpdateNextCycleFromJSON, previewUpdateNextCycleLineItemFromJSON, previewUpdateNextCycleLineItemPeriodFromJSON, previewUpdateOutgoingFeatureQuantityFromJSON, previewUpdateOutgoingFromJSON, previewUpdateParamsToJSON, previewUpdatePlanItemToJSON, previewUpdatePriceToJSON, previewUpdateProrationToJSON, previewUpdateRecalculateBalancesToJSON, previewUpdateResetToJSON, previewUpdateResponseFromJSON, previewUpdateRolloverToJSON, previewUpdateTierToJSON, previewUpdateToToJSON, previewUpdateUsageLineItemFromJSON, previewUpdateUsageLineItemPeriodFromJSON, productDisplayFromJSON, productFromJSON, purchaseFromJSON, redeemReferralCodeParamsToJSON, redeemReferralCodeResponseFromJSON, referralCustomerFromJSON, referralFromJSON, rewardsFromJSON, securityToJSON, serverURLFromOptions, setupPaymentAttachDiscountToJSON, setupPaymentBasePriceToJSON, setupPaymentCarryOverBalancesToJSON, setupPaymentCarryOverUsagesToJSON, setupPaymentCustomLineItemToJSON, setupPaymentCustomizeToJSON, setupPaymentFeatureQuantityToJSON, setupPaymentFreeTrialParamsToJSON, setupPaymentParamsToJSON, setupPaymentPlanItemToJSON, setupPaymentPriceToJSON, setupPaymentProrationToJSON, setupPaymentResetToJSON, setupPaymentResponseFromJSON, setupPaymentRolloverToJSON, setupPaymentTierToJSON, setupPaymentToToJSON, subscriptionFromJSON, totalFromJSON, trackLockToJSON, trackParamsToJSON, trackResponseFromJSON, trialsUsedFromJSON, types_exports as types, updateBalanceParamsToJSON, updateBalanceResponseFromJSON, updateCustomerAutoTopupRequestToJSON, updateCustomerAutoTopupResponseFromJSON, updateCustomerBillingControlsRequestToJSON, updateCustomerBillingControlsResponseFromJSON, updateCustomerCreditSchemaFromJSON, updateCustomerDisplayFromJSON, updateCustomerFeatureFromJSON, updateCustomerFlagsFromJSON, updateCustomerOverageAllowedRequestToJSON, updateCustomerOverageAllowedResponseFromJSON, updateCustomerParamsToJSON, updateCustomerPurchaseFromJSON, updateCustomerPurchaseLimitRequestToJSON, updateCustomerPurchaseLimitResponseFromJSON, updateCustomerResponseFromJSON, updateCustomerSpendLimitRequestToJSON, updateCustomerSpendLimitResponseFromJSON, updateCustomerSubscriptionFromJSON, updateCustomerUsageAlertRequestBodyToJSON, updateCustomerUsageAlertResponseFromJSON, updateEntityBillingControlsRequestToJSON, updateEntityBillingControlsResponseFromJSON, updateEntityCreditSchemaFromJSON, updateEntityDisplayFromJSON, updateEntityFeatureFromJSON, updateEntityFlagsFromJSON, updateEntityInvoiceFromJSON, updateEntityOverageAllowedRequestToJSON, updateEntityOverageAllowedResponseFromJSON, updateEntityParamsToJSON, updateEntityPurchaseFromJSON, updateEntityResponseFromJSON, updateEntitySpendLimitRequestToJSON, updateEntitySpendLimitResponseFromJSON, updateEntitySubscriptionFromJSON, updateEntityUsageAlertRequestBodyToJSON, updateEntityUsageAlertResponseFromJSON, updateFeatureCreditSchemaRequestToJSON, updateFeatureCreditSchemaResponseFromJSON, updateFeatureDisplayRequestToJSON, updateFeatureDisplayResponseFromJSON, updateFeatureParamsToJSON, updateFeatureResponseFromJSON, updatePlanBasePriceToJSON, updatePlanCreditSchemaFromJSON, updatePlanCustomerEligibilityFromJSON, updatePlanFeatureDisplayFromJSON, updatePlanFeatureFromJSON, updatePlanFreeTrialFromJSON, updatePlanFreeTrialParamsToJSON, updatePlanItemDisplayFromJSON, updatePlanItemFromJSON, updatePlanItemPriceResponseFromJSON, updatePlanParamsToJSON, updatePlanPlanItemToJSON, updatePlanPriceDisplayFromJSON, updatePlanPriceRequestToJSON, updatePlanPriceResponseFromJSON, updatePlanProrationToJSON, updatePlanResetRequestToJSON, updatePlanResetResponseFromJSON, updatePlanResponseFromJSON, updatePlanRolloverRequestToJSON, updatePlanRolloverResponseFromJSON, updatePlanTierToJSON, updatePlanToToJSON, updateSubscriptionParamsToJSON };