autumn-js 1.2.2 → 1.2.4

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 (151) 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 +361 -43
  4. package/dist/backend/adapters/express.mjs +5 -5
  5. package/dist/backend/adapters/fetch.d.mts +1 -1
  6. package/dist/backend/adapters/fetch.d.ts +1 -1
  7. package/dist/backend/adapters/fetch.js +361 -43
  8. package/dist/backend/adapters/fetch.mjs +5 -5
  9. package/dist/backend/adapters/hono.d.mts +1 -1
  10. package/dist/backend/adapters/hono.d.ts +1 -1
  11. package/dist/backend/adapters/hono.js +361 -43
  12. package/dist/backend/adapters/hono.mjs +5 -5
  13. package/dist/backend/adapters/index.d.mts +1 -1
  14. package/dist/backend/adapters/index.d.ts +1 -1
  15. package/dist/backend/adapters/index.js +361 -43
  16. package/dist/backend/adapters/index.mjs +8 -8
  17. package/dist/backend/adapters/next.d.mts +1 -1
  18. package/dist/backend/adapters/next.d.ts +1 -1
  19. package/dist/backend/adapters/next.js +361 -43
  20. package/dist/backend/adapters/next.mjs +5 -5
  21. package/dist/backend/{authTypes-BCoyMOAj.d.mts → authTypes-Bdpu8A6G.d.mts} +18 -0
  22. package/dist/backend/{authTypes-BCoyMOAj.d.ts → authTypes-Bdpu8A6G.d.ts} +18 -0
  23. package/dist/backend/{chunk-XU4OGYDV.mjs → chunk-3RN6TO3T.mjs} +60 -7
  24. package/dist/backend/{chunk-3QNAZFQH.mjs → chunk-AA2HLIP7.mjs} +2 -2
  25. package/dist/backend/{chunk-SX3CNUF5.mjs → chunk-AIKOHUUL.mjs} +1 -1
  26. package/dist/backend/{chunk-6BVI5XZX.mjs → chunk-BGGTI77T.mjs} +301 -36
  27. package/dist/backend/{chunk-OB47KG2H.mjs → chunk-MHFVVQCC.mjs} +1 -1
  28. package/dist/backend/{chunk-GLPHS5KF.mjs → chunk-OZRCCZTP.mjs} +2 -2
  29. package/dist/backend/{chunk-GENKYO6B.mjs → chunk-SCDE7Y52.mjs} +1 -1
  30. package/dist/backend/{chunk-C5ZDQJPP.mjs → chunk-UUMOHEAD.mjs} +1 -1
  31. package/dist/backend/core/handlers/coreHandler.d.mts +2 -2
  32. package/dist/backend/core/handlers/coreHandler.d.ts +2 -2
  33. package/dist/backend/core/handlers/coreHandler.js +361 -43
  34. package/dist/backend/core/handlers/coreHandler.mjs +3 -3
  35. package/dist/backend/core/handlers/executeRoute.d.mts +2 -2
  36. package/dist/backend/core/handlers/executeRoute.d.ts +2 -2
  37. package/dist/backend/core/handlers/handleRouteByName.d.mts +1 -1
  38. package/dist/backend/core/handlers/handleRouteByName.d.ts +1 -1
  39. package/dist/backend/core/handlers/handleRouteByName.js +361 -43
  40. package/dist/backend/core/handlers/handleRouteByName.mjs +3 -3
  41. package/dist/backend/core/handlers/index.d.mts +2 -2
  42. package/dist/backend/core/handlers/index.d.ts +2 -2
  43. package/dist/backend/core/handlers/index.js +361 -43
  44. package/dist/backend/core/handlers/index.mjs +4 -4
  45. package/dist/backend/core/handlers/resolveIdentity.d.mts +1 -1
  46. package/dist/backend/core/handlers/resolveIdentity.d.ts +1 -1
  47. package/dist/backend/core/index.d.mts +2 -2
  48. package/dist/backend/core/index.d.ts +2 -2
  49. package/dist/backend/core/index.js +361 -43
  50. package/dist/backend/core/index.mjs +4 -4
  51. package/dist/backend/core/routes/index.d.mts +2 -2
  52. package/dist/backend/core/routes/index.d.ts +2 -2
  53. package/dist/backend/core/routes/index.js +60 -7
  54. package/dist/backend/core/routes/index.mjs +1 -1
  55. package/dist/backend/core/routes/routeBuilder.d.mts +2 -2
  56. package/dist/backend/core/routes/routeBuilder.d.ts +2 -2
  57. package/dist/backend/core/routes/routeConfigs.d.mts +2 -2
  58. package/dist/backend/core/routes/routeConfigs.d.ts +2 -2
  59. package/dist/backend/core/routes/routeConfigs.js +60 -7
  60. package/dist/backend/core/routes/routeConfigs.mjs +1 -1
  61. package/dist/backend/core/types/authTypes.d.mts +1 -1
  62. package/dist/backend/core/types/authTypes.d.ts +1 -1
  63. package/dist/backend/core/types/handlerTypes.d.mts +2 -2
  64. package/dist/backend/core/types/handlerTypes.d.ts +2 -2
  65. package/dist/backend/core/types/index.d.mts +2 -2
  66. package/dist/backend/core/types/index.d.ts +2 -2
  67. package/dist/backend/core/types/routeTypes.d.mts +2 -2
  68. package/dist/backend/core/types/routeTypes.d.ts +2 -2
  69. package/dist/backend/index.d.mts +4 -4
  70. package/dist/backend/index.d.ts +4 -4
  71. package/dist/backend/index.js +361 -43
  72. package/dist/backend/index.mjs +4 -4
  73. package/dist/backend/{routeTypes-Che2nkqv.d.ts → routeTypes-DpH9YHyt.d.ts} +247 -2
  74. package/dist/backend/{routeTypes-RMeyKg5T.d.mts → routeTypes-mIP4rSxp.d.mts} +247 -2
  75. package/dist/better-auth/{chunk-5F3J4ZQQ.mjs → chunk-3C2VGNW3.mjs} +302 -37
  76. package/dist/better-auth/{chunk-6TAYCQUD.mjs → chunk-CG3LL2TQ.mjs} +60 -7
  77. package/dist/better-auth/{chunk-IODRHT4E.mjs → chunk-UCMJFTKD.mjs} +1 -1
  78. package/dist/better-auth/index.js +361 -43
  79. package/dist/better-auth/index.mjs +3 -3
  80. package/dist/better-auth/types.d.mts +18 -0
  81. package/dist/better-auth/types.d.ts +18 -0
  82. package/dist/better-auth/utils/createAutumnEndpoint.js +60 -7
  83. package/dist/better-auth/utils/createAutumnEndpoint.mjs +2 -2
  84. package/dist/better-auth/utils/handleBetterAuthRoute.js +361 -43
  85. package/dist/better-auth/utils/handleBetterAuthRoute.mjs +2 -2
  86. package/dist/better-auth/utils/index.js +361 -43
  87. package/dist/better-auth/utils/index.mjs +3 -3
  88. package/dist/react/AutumnContext.d.mts +3 -3
  89. package/dist/react/AutumnContext.d.ts +3 -3
  90. package/dist/react/AutumnProvider.d.mts +2 -1
  91. package/dist/react/AutumnProvider.d.ts +2 -1
  92. package/dist/react/AutumnProvider.js +18 -8
  93. package/dist/react/AutumnProvider.mjs +3 -3
  94. package/dist/react/{chunk-R7I3UPL4.mjs → chunk-26CKSAPZ.mjs} +6 -4
  95. package/dist/react/{chunk-QEJLIFBC.mjs → chunk-QOFGTXEX.mjs} +3 -2
  96. package/dist/react/{chunk-M34U5F2H.mjs → chunk-SCDO26YC.mjs} +11 -4
  97. package/dist/react/client/AutumnClient.d.mts +4 -3
  98. package/dist/react/client/AutumnClient.d.ts +4 -3
  99. package/dist/react/client/AutumnClient.js +13 -5
  100. package/dist/react/client/AutumnClient.mjs +2 -2
  101. package/dist/react/client/IAutumnClient.d.mts +7 -3
  102. package/dist/react/client/IAutumnClient.d.ts +7 -3
  103. package/dist/react/client/index.d.mts +3 -3
  104. package/dist/react/client/index.d.ts +3 -3
  105. package/dist/react/client/index.js +13 -5
  106. package/dist/react/client/index.mjs +2 -2
  107. package/dist/react/client/internal/httpClient.d.mts +1 -0
  108. package/dist/react/client/internal/httpClient.d.ts +1 -0
  109. package/dist/react/client/internal/httpClient.js +11 -4
  110. package/dist/react/client/internal/httpClient.mjs +1 -1
  111. package/dist/react/{customer-CMAtwbJl.d.ts → customer-BPHnUS4N.d.ts} +19 -1
  112. package/dist/react/{customer-CNvpHhpS.d.mts → customer-DDRi84Zq.d.mts} +19 -1
  113. package/dist/react/hooks/index.d.mts +3 -3
  114. package/dist/react/hooks/index.d.ts +3 -3
  115. package/dist/react/hooks/internal/check/balanceToAllowed.d.mts +2 -2
  116. package/dist/react/hooks/internal/check/balanceToAllowed.d.ts +2 -2
  117. package/dist/react/hooks/internal/check/customerToFeatures.d.mts +2 -2
  118. package/dist/react/hooks/internal/check/customerToFeatures.d.ts +2 -2
  119. package/dist/react/hooks/internal/check/findCreditSystemsByFeature.d.mts +2 -2
  120. package/dist/react/hooks/internal/check/findCreditSystemsByFeature.d.ts +2 -2
  121. package/dist/react/hooks/internal/check/getCreditCost.d.mts +2 -2
  122. package/dist/react/hooks/internal/check/getCreditCost.d.ts +2 -2
  123. package/dist/react/hooks/internal/getLocalCheckResponse.d.mts +3 -3
  124. package/dist/react/hooks/internal/getLocalCheckResponse.d.ts +3 -3
  125. package/dist/react/hooks/internal/useCustomerActions.d.mts +3 -3
  126. package/dist/react/hooks/internal/useCustomerActions.d.ts +3 -3
  127. package/dist/react/hooks/useAggregateEvents.d.mts +2 -2
  128. package/dist/react/hooks/useAggregateEvents.d.ts +2 -2
  129. package/dist/react/hooks/useCustomer.d.mts +3 -3
  130. package/dist/react/hooks/useCustomer.d.ts +3 -3
  131. package/dist/react/hooks/useEntity.d.mts +2 -2
  132. package/dist/react/hooks/useEntity.d.ts +2 -2
  133. package/dist/react/hooks/useListEvents.d.mts +2 -2
  134. package/dist/react/hooks/useListEvents.d.ts +2 -2
  135. package/dist/react/hooks/useListPlans.d.mts +2 -2
  136. package/dist/react/hooks/useListPlans.d.ts +2 -2
  137. package/dist/react/hooks/useReferrals.d.mts +2 -2
  138. package/dist/react/hooks/useReferrals.d.ts +2 -2
  139. package/dist/react/index.d.mts +3 -3
  140. package/dist/react/index.d.ts +3 -3
  141. package/dist/react/index.js +18 -8
  142. package/dist/react/index.mjs +3 -3
  143. package/dist/react/{params-Cdkj83CV.d.mts → params-Bj6uyOX1.d.mts} +91 -2
  144. package/dist/react/{params-CnOvYjqJ.d.ts → params-DAVIR4YX.d.ts} +91 -2
  145. package/dist/react/{plan-BoMslu_O.d.mts → plan-CqxFGNk2.d.mts} +4 -0
  146. package/dist/react/{plan-BoMslu_O.d.ts → plan-CqxFGNk2.d.ts} +4 -0
  147. package/dist/sdk/index.d.mts +360 -4
  148. package/dist/sdk/index.d.ts +360 -4
  149. package/dist/sdk/index.js +406 -36
  150. package/dist/sdk/index.mjs +381 -37
  151. package/package.json +1 -1
@@ -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.6",
64
+ userAgent: "speakeasy-sdk/typescript 0.10.17 2.879.6 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) {
@@ -1611,11 +1612,13 @@ var AttachExpiryDurationType$outboundSchema = z39.enum(AttachExpiryDurationType)
1611
1612
  var AttachRollover$outboundSchema = z39.pipe(
1612
1613
  z39.object({
1613
1614
  max: z39.optional(z39.number()),
1615
+ maxPercentage: z39.optional(z39.number()),
1614
1616
  expiryDurationType: AttachExpiryDurationType$outboundSchema,
1615
1617
  expiryDurationLength: z39.optional(z39.number())
1616
1618
  }),
1617
1619
  z39.transform((v) => {
1618
1620
  return remap(v, {
1621
+ maxPercentage: "max_percentage",
1619
1622
  expiryDurationType: "expiry_duration_type",
1620
1623
  expiryDurationLength: "expiry_duration_length"
1621
1624
  });
@@ -2295,11 +2298,13 @@ var BillingUpdateExpiryDurationType$outboundSchema = z39.enum(BillingUpdateExpir
2295
2298
  var BillingUpdateRollover$outboundSchema = z39.pipe(
2296
2299
  z39.object({
2297
2300
  max: z39.optional(z39.number()),
2301
+ maxPercentage: z39.optional(z39.number()),
2298
2302
  expiryDurationType: BillingUpdateExpiryDurationType$outboundSchema,
2299
2303
  expiryDurationLength: z39.optional(z39.number())
2300
2304
  }),
2301
2305
  z39.transform((v) => {
2302
2306
  return remap(v, {
2307
+ maxPercentage: "max_percentage",
2303
2308
  expiryDurationType: "expiry_duration_type",
2304
2309
  expiryDurationLength: "expiry_duration_length"
2305
2310
  });
@@ -2746,11 +2751,19 @@ function productDisplayFromJSON(jsonString) {
2746
2751
  );
2747
2752
  }
2748
2753
  var RolloverDuration$inboundSchema = inboundSchema(RolloverDuration);
2749
- var CheckRollover$inboundSchema = z39.object({
2750
- max: nullable(number2()),
2751
- duration: z39._default(RolloverDuration$inboundSchema, "month"),
2752
- length: number2()
2753
- });
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
+ );
2754
2767
  function checkRolloverFromJSON(jsonString) {
2755
2768
  return safeParse(
2756
2769
  jsonString,
@@ -3058,12 +3071,14 @@ var CustomerDataAutoTopup$outboundSchema = z39.pipe(
3058
3071
  quantity: z39.number(),
3059
3072
  purchaseLimit: z39.optional(
3060
3073
  z39.lazy(() => CustomerDataPurchaseLimit$outboundSchema)
3061
- )
3074
+ ),
3075
+ invoiceMode: z39.optional(z39.boolean())
3062
3076
  }),
3063
3077
  z39.transform((v) => {
3064
3078
  return remap(v, {
3065
3079
  featureId: "feature_id",
3066
- purchaseLimit: "purchase_limit"
3080
+ purchaseLimit: "purchase_limit",
3081
+ invoiceMode: "invoice_mode"
3067
3082
  });
3068
3083
  })
3069
3084
  );
@@ -3111,6 +3126,22 @@ function customerDataUsageAlertToJSON(customerDataUsageAlert) {
3111
3126
  CustomerDataUsageAlert$outboundSchema.parse(customerDataUsageAlert)
3112
3127
  );
3113
3128
  }
3129
+ var CustomerDataOverageAllowed$outboundSchema = z39.pipe(
3130
+ z39.object({
3131
+ featureId: z39.string(),
3132
+ enabled: z39._default(z39.boolean(), false)
3133
+ }),
3134
+ z39.transform((v) => {
3135
+ return remap(v, {
3136
+ featureId: "feature_id"
3137
+ });
3138
+ })
3139
+ );
3140
+ function customerDataOverageAllowedToJSON(customerDataOverageAllowed) {
3141
+ return JSON.stringify(
3142
+ CustomerDataOverageAllowed$outboundSchema.parse(customerDataOverageAllowed)
3143
+ );
3144
+ }
3114
3145
  var CustomerDataBillingControls$outboundSchema = z39.pipe(
3115
3146
  z39.object({
3116
3147
  autoTopups: z39.optional(
@@ -3121,13 +3152,17 @@ var CustomerDataBillingControls$outboundSchema = z39.pipe(
3121
3152
  ),
3122
3153
  usageAlerts: z39.optional(
3123
3154
  z39.array(z39.lazy(() => CustomerDataUsageAlert$outboundSchema))
3155
+ ),
3156
+ overageAllowed: z39.optional(
3157
+ z39.array(z39.lazy(() => CustomerDataOverageAllowed$outboundSchema))
3124
3158
  )
3125
3159
  }),
3126
3160
  z39.transform((v) => {
3127
3161
  return remap(v, {
3128
3162
  autoTopups: "auto_topups",
3129
3163
  spendLimits: "spend_limits",
3130
- usageAlerts: "usage_alerts"
3164
+ usageAlerts: "usage_alerts",
3165
+ overageAllowed: "overage_allowed"
3131
3166
  });
3132
3167
  })
3133
3168
  );
@@ -3401,11 +3436,13 @@ var ExpiryDurationType$inboundSchema = inboundSchema(ExpiryDurationType);
3401
3436
  var PlanRollover$inboundSchema = z39.pipe(
3402
3437
  z39.object({
3403
3438
  max: nullable(number2()),
3439
+ max_percentage: z39.optional(z39.nullable(number2())),
3404
3440
  expiry_duration_type: ExpiryDurationType$inboundSchema,
3405
3441
  expiry_duration_length: optional2(number2())
3406
3442
  }),
3407
3443
  z39.transform((v) => {
3408
3444
  return remap(v, {
3445
+ "max_percentage": "maxPercentage",
3409
3446
  "expiry_duration_type": "expiryDurationType",
3410
3447
  "expiry_duration_length": "expiryDurationLength"
3411
3448
  });
@@ -3593,6 +3630,24 @@ function createEntityUsageAlertRequestBodyToJSON(createEntityUsageAlertRequestBo
3593
3630
  )
3594
3631
  );
3595
3632
  }
3633
+ var CreateEntityOverageAllowedRequest$outboundSchema = z39.pipe(
3634
+ z39.object({
3635
+ featureId: z39.string(),
3636
+ enabled: z39._default(z39.boolean(), false)
3637
+ }),
3638
+ z39.transform((v) => {
3639
+ return remap(v, {
3640
+ featureId: "feature_id"
3641
+ });
3642
+ })
3643
+ );
3644
+ function createEntityOverageAllowedRequestToJSON(createEntityOverageAllowedRequest) {
3645
+ return JSON.stringify(
3646
+ CreateEntityOverageAllowedRequest$outboundSchema.parse(
3647
+ createEntityOverageAllowedRequest
3648
+ )
3649
+ );
3650
+ }
3596
3651
  var CreateEntityBillingControlsRequest$outboundSchema = z39.pipe(
3597
3652
  z39.object({
3598
3653
  spendLimits: z39.optional(
@@ -3600,12 +3655,16 @@ var CreateEntityBillingControlsRequest$outboundSchema = z39.pipe(
3600
3655
  ),
3601
3656
  usageAlerts: z39.optional(
3602
3657
  z39.array(z39.lazy(() => CreateEntityUsageAlertRequestBody$outboundSchema))
3658
+ ),
3659
+ overageAllowed: z39.optional(
3660
+ z39.array(z39.lazy(() => CreateEntityOverageAllowedRequest$outboundSchema))
3603
3661
  )
3604
3662
  }),
3605
3663
  z39.transform((v) => {
3606
3664
  return remap(v, {
3607
3665
  spendLimits: "spend_limits",
3608
- usageAlerts: "usage_alerts"
3666
+ usageAlerts: "usage_alerts",
3667
+ overageAllowed: "overage_allowed"
3609
3668
  });
3610
3669
  })
3611
3670
  );
@@ -3830,6 +3889,24 @@ function createEntityUsageAlertResponseFromJSON(jsonString) {
3830
3889
  `Failed to parse 'CreateEntityUsageAlertResponse' from JSON`
3831
3890
  );
3832
3891
  }
3892
+ var CreateEntityOverageAllowedResponse$inboundSchema = z39.pipe(
3893
+ z39.object({
3894
+ feature_id: string4(),
3895
+ enabled: z39._default(boolean2(), false)
3896
+ }),
3897
+ z39.transform((v) => {
3898
+ return remap(v, {
3899
+ "feature_id": "featureId"
3900
+ });
3901
+ })
3902
+ );
3903
+ function createEntityOverageAllowedResponseFromJSON(jsonString) {
3904
+ return safeParse(
3905
+ jsonString,
3906
+ (x) => CreateEntityOverageAllowedResponse$inboundSchema.parse(JSON.parse(x)),
3907
+ `Failed to parse 'CreateEntityOverageAllowedResponse' from JSON`
3908
+ );
3909
+ }
3833
3910
  var CreateEntityBillingControlsResponse$inboundSchema = z39.pipe(
3834
3911
  z39.object({
3835
3912
  spend_limits: optional2(
@@ -3837,12 +3914,16 @@ var CreateEntityBillingControlsResponse$inboundSchema = z39.pipe(
3837
3914
  ),
3838
3915
  usage_alerts: optional2(
3839
3916
  z39.array(z39.lazy(() => CreateEntityUsageAlertResponse$inboundSchema))
3917
+ ),
3918
+ overage_allowed: optional2(
3919
+ z39.array(z39.lazy(() => CreateEntityOverageAllowedResponse$inboundSchema))
3840
3920
  )
3841
3921
  }),
3842
3922
  z39.transform((v) => {
3843
3923
  return remap(v, {
3844
3924
  "spend_limits": "spendLimits",
3845
- "usage_alerts": "usageAlerts"
3925
+ "usage_alerts": "usageAlerts",
3926
+ "overage_allowed": "overageAllowed"
3846
3927
  });
3847
3928
  })
3848
3929
  );
@@ -4273,11 +4354,13 @@ var CreatePlanExpiryDurationTypeRequest$outboundSchema = z39.enum(CreatePlanExpi
4273
4354
  var CreatePlanRolloverRequest$outboundSchema = z39.pipe(
4274
4355
  z39.object({
4275
4356
  max: z39.optional(z39.number()),
4357
+ maxPercentage: z39.optional(z39.number()),
4276
4358
  expiryDurationType: CreatePlanExpiryDurationTypeRequest$outboundSchema,
4277
4359
  expiryDurationLength: z39.optional(z39.number())
4278
4360
  }),
4279
4361
  z39.transform((v) => {
4280
4362
  return remap(v, {
4363
+ maxPercentage: "max_percentage",
4281
4364
  expiryDurationType: "expiry_duration_type",
4282
4365
  expiryDurationLength: "expiry_duration_length"
4283
4366
  });
@@ -4530,11 +4613,13 @@ var CreatePlanExpiryDurationTypeResponse$inboundSchema = inboundSchema(CreatePla
4530
4613
  var CreatePlanRolloverResponse$inboundSchema = z39.pipe(
4531
4614
  z39.object({
4532
4615
  max: nullable(number2()),
4616
+ max_percentage: z39.optional(z39.nullable(number2())),
4533
4617
  expiry_duration_type: CreatePlanExpiryDurationTypeResponse$inboundSchema,
4534
4618
  expiry_duration_length: optional2(number2())
4535
4619
  }),
4536
4620
  z39.transform((v) => {
4537
4621
  return remap(v, {
4622
+ "max_percentage": "maxPercentage",
4538
4623
  "expiry_duration_type": "expiryDurationType",
4539
4624
  "expiry_duration_length": "expiryDurationLength"
4540
4625
  });
@@ -4766,12 +4851,14 @@ var CustomerAutoTopup$inboundSchema = z39.pipe(
4766
4851
  quantity: number2(),
4767
4852
  purchase_limit: optional2(
4768
4853
  z39.lazy(() => CustomerPurchaseLimit$inboundSchema)
4769
- )
4854
+ ),
4855
+ invoice_mode: optional2(boolean2())
4770
4856
  }),
4771
4857
  z39.transform((v) => {
4772
4858
  return remap(v, {
4773
4859
  "feature_id": "featureId",
4774
- "purchase_limit": "purchaseLimit"
4860
+ "purchase_limit": "purchaseLimit",
4861
+ "invoice_mode": "invoiceMode"
4775
4862
  });
4776
4863
  })
4777
4864
  );
@@ -4825,6 +4912,24 @@ function customerUsageAlertFromJSON(jsonString) {
4825
4912
  `Failed to parse 'CustomerUsageAlert' from JSON`
4826
4913
  );
4827
4914
  }
4915
+ var CustomerOverageAllowed$inboundSchema = z39.pipe(
4916
+ z39.object({
4917
+ feature_id: string4(),
4918
+ enabled: z39._default(boolean2(), false)
4919
+ }),
4920
+ z39.transform((v) => {
4921
+ return remap(v, {
4922
+ "feature_id": "featureId"
4923
+ });
4924
+ })
4925
+ );
4926
+ function customerOverageAllowedFromJSON(jsonString) {
4927
+ return safeParse(
4928
+ jsonString,
4929
+ (x) => CustomerOverageAllowed$inboundSchema.parse(JSON.parse(x)),
4930
+ `Failed to parse 'CustomerOverageAllowed' from JSON`
4931
+ );
4932
+ }
4828
4933
  var CustomerBillingControls$inboundSchema = z39.pipe(
4829
4934
  z39.object({
4830
4935
  auto_topups: optional2(
@@ -4835,13 +4940,17 @@ var CustomerBillingControls$inboundSchema = z39.pipe(
4835
4940
  ),
4836
4941
  usage_alerts: optional2(
4837
4942
  z39.array(z39.lazy(() => CustomerUsageAlert$inboundSchema))
4943
+ ),
4944
+ overage_allowed: optional2(
4945
+ z39.array(z39.lazy(() => CustomerOverageAllowed$inboundSchema))
4838
4946
  )
4839
4947
  }),
4840
4948
  z39.transform((v) => {
4841
4949
  return remap(v, {
4842
4950
  "auto_topups": "autoTopups",
4843
4951
  "spend_limits": "spendLimits",
4844
- "usage_alerts": "usageAlerts"
4952
+ "usage_alerts": "usageAlerts",
4953
+ "overage_allowed": "overageAllowed"
4845
4954
  });
4846
4955
  })
4847
4956
  );
@@ -5595,6 +5704,24 @@ function getEntityUsageAlertFromJSON(jsonString) {
5595
5704
  `Failed to parse 'GetEntityUsageAlert' from JSON`
5596
5705
  );
5597
5706
  }
5707
+ var GetEntityOverageAllowed$inboundSchema = z39.pipe(
5708
+ z39.object({
5709
+ feature_id: string4(),
5710
+ enabled: z39._default(boolean2(), false)
5711
+ }),
5712
+ z39.transform((v) => {
5713
+ return remap(v, {
5714
+ "feature_id": "featureId"
5715
+ });
5716
+ })
5717
+ );
5718
+ function getEntityOverageAllowedFromJSON(jsonString) {
5719
+ return safeParse(
5720
+ jsonString,
5721
+ (x) => GetEntityOverageAllowed$inboundSchema.parse(JSON.parse(x)),
5722
+ `Failed to parse 'GetEntityOverageAllowed' from JSON`
5723
+ );
5724
+ }
5598
5725
  var GetEntityBillingControls$inboundSchema = z39.pipe(
5599
5726
  z39.object({
5600
5727
  spend_limits: optional2(
@@ -5602,12 +5729,16 @@ var GetEntityBillingControls$inboundSchema = z39.pipe(
5602
5729
  ),
5603
5730
  usage_alerts: optional2(
5604
5731
  z39.array(z39.lazy(() => GetEntityUsageAlert$inboundSchema))
5732
+ ),
5733
+ overage_allowed: optional2(
5734
+ z39.array(z39.lazy(() => GetEntityOverageAllowed$inboundSchema))
5605
5735
  )
5606
5736
  }),
5607
5737
  z39.transform((v) => {
5608
5738
  return remap(v, {
5609
5739
  "spend_limits": "spendLimits",
5610
- "usage_alerts": "usageAlerts"
5740
+ "usage_alerts": "usageAlerts",
5741
+ "overage_allowed": "overageAllowed"
5611
5742
  });
5612
5743
  })
5613
5744
  );
@@ -5795,12 +5926,14 @@ var GetOrCreateCustomerAutoTopup$outboundSchema = z39.pipe(
5795
5926
  quantity: z39.number(),
5796
5927
  purchaseLimit: z39.optional(
5797
5928
  z39.lazy(() => GetOrCreateCustomerPurchaseLimit$outboundSchema)
5798
- )
5929
+ ),
5930
+ invoiceMode: z39.optional(z39.boolean())
5799
5931
  }),
5800
5932
  z39.transform((v) => {
5801
5933
  return remap(v, {
5802
5934
  featureId: "feature_id",
5803
- purchaseLimit: "purchase_limit"
5935
+ purchaseLimit: "purchase_limit",
5936
+ invoiceMode: "invoice_mode"
5804
5937
  });
5805
5938
  })
5806
5939
  );
@@ -5854,6 +5987,24 @@ function getOrCreateCustomerUsageAlertToJSON(getOrCreateCustomerUsageAlert) {
5854
5987
  )
5855
5988
  );
5856
5989
  }
5990
+ var GetOrCreateCustomerOverageAllowed$outboundSchema = z39.pipe(
5991
+ z39.object({
5992
+ featureId: z39.string(),
5993
+ enabled: z39._default(z39.boolean(), false)
5994
+ }),
5995
+ z39.transform((v) => {
5996
+ return remap(v, {
5997
+ featureId: "feature_id"
5998
+ });
5999
+ })
6000
+ );
6001
+ function getOrCreateCustomerOverageAllowedToJSON(getOrCreateCustomerOverageAllowed) {
6002
+ return JSON.stringify(
6003
+ GetOrCreateCustomerOverageAllowed$outboundSchema.parse(
6004
+ getOrCreateCustomerOverageAllowed
6005
+ )
6006
+ );
6007
+ }
5857
6008
  var GetOrCreateCustomerBillingControls$outboundSchema = z39.pipe(
5858
6009
  z39.object({
5859
6010
  autoTopups: z39.optional(
@@ -5864,13 +6015,17 @@ var GetOrCreateCustomerBillingControls$outboundSchema = z39.pipe(
5864
6015
  ),
5865
6016
  usageAlerts: z39.optional(
5866
6017
  z39.array(z39.lazy(() => GetOrCreateCustomerUsageAlert$outboundSchema))
6018
+ ),
6019
+ overageAllowed: z39.optional(
6020
+ z39.array(z39.lazy(() => GetOrCreateCustomerOverageAllowed$outboundSchema))
5867
6021
  )
5868
6022
  }),
5869
6023
  z39.transform((v) => {
5870
6024
  return remap(v, {
5871
6025
  autoTopups: "auto_topups",
5872
6026
  spendLimits: "spend_limits",
5873
- usageAlerts: "usage_alerts"
6027
+ usageAlerts: "usage_alerts",
6028
+ overageAllowed: "overage_allowed"
5874
6029
  });
5875
6030
  })
5876
6031
  );
@@ -6163,11 +6318,13 @@ var GetPlanExpiryDurationType$inboundSchema = inboundSchema(GetPlanExpiryDuratio
6163
6318
  var GetPlanRollover$inboundSchema = z39.pipe(
6164
6319
  z39.object({
6165
6320
  max: nullable(number2()),
6321
+ max_percentage: z39.optional(z39.nullable(number2())),
6166
6322
  expiry_duration_type: GetPlanExpiryDurationType$inboundSchema,
6167
6323
  expiry_duration_length: optional2(number2())
6168
6324
  }),
6169
6325
  z39.transform((v) => {
6170
6326
  return remap(v, {
6327
+ "max_percentage": "maxPercentage",
6171
6328
  "expiry_duration_type": "expiryDurationType",
6172
6329
  "expiry_duration_length": "expiryDurationLength"
6173
6330
  });
@@ -6421,12 +6578,14 @@ var ListCustomersAutoTopup$inboundSchema = z39.pipe(
6421
6578
  quantity: number2(),
6422
6579
  purchase_limit: optional2(
6423
6580
  z39.lazy(() => ListCustomersPurchaseLimit$inboundSchema)
6424
- )
6581
+ ),
6582
+ invoice_mode: optional2(boolean2())
6425
6583
  }),
6426
6584
  z39.transform((v) => {
6427
6585
  return remap(v, {
6428
6586
  "feature_id": "featureId",
6429
- "purchase_limit": "purchaseLimit"
6587
+ "purchase_limit": "purchaseLimit",
6588
+ "invoice_mode": "invoiceMode"
6430
6589
  });
6431
6590
  })
6432
6591
  );
@@ -6480,6 +6639,24 @@ function listCustomersUsageAlertFromJSON(jsonString) {
6480
6639
  `Failed to parse 'ListCustomersUsageAlert' from JSON`
6481
6640
  );
6482
6641
  }
6642
+ var ListCustomersOverageAllowed$inboundSchema = z39.pipe(
6643
+ z39.object({
6644
+ feature_id: string4(),
6645
+ enabled: z39._default(boolean2(), false)
6646
+ }),
6647
+ z39.transform((v) => {
6648
+ return remap(v, {
6649
+ "feature_id": "featureId"
6650
+ });
6651
+ })
6652
+ );
6653
+ function listCustomersOverageAllowedFromJSON(jsonString) {
6654
+ return safeParse(
6655
+ jsonString,
6656
+ (x) => ListCustomersOverageAllowed$inboundSchema.parse(JSON.parse(x)),
6657
+ `Failed to parse 'ListCustomersOverageAllowed' from JSON`
6658
+ );
6659
+ }
6483
6660
  var ListCustomersBillingControls$inboundSchema = z39.pipe(
6484
6661
  z39.object({
6485
6662
  auto_topups: optional2(
@@ -6490,13 +6667,17 @@ var ListCustomersBillingControls$inboundSchema = z39.pipe(
6490
6667
  ),
6491
6668
  usage_alerts: optional2(
6492
6669
  z39.array(z39.lazy(() => ListCustomersUsageAlert$inboundSchema))
6670
+ ),
6671
+ overage_allowed: optional2(
6672
+ z39.array(z39.lazy(() => ListCustomersOverageAllowed$inboundSchema))
6493
6673
  )
6494
6674
  }),
6495
6675
  z39.transform((v) => {
6496
6676
  return remap(v, {
6497
6677
  "auto_topups": "autoTopups",
6498
6678
  "spend_limits": "spendLimits",
6499
- "usage_alerts": "usageAlerts"
6679
+ "usage_alerts": "usageAlerts",
6680
+ "overage_allowed": "overageAllowed"
6500
6681
  });
6501
6682
  })
6502
6683
  );
@@ -7133,11 +7314,13 @@ var ListPlansExpiryDurationType$inboundSchema = inboundSchema(ListPlansExpiryDur
7133
7314
  var ListPlansRollover$inboundSchema = z39.pipe(
7134
7315
  z39.object({
7135
7316
  max: nullable(number2()),
7317
+ max_percentage: z39.optional(z39.nullable(number2())),
7136
7318
  expiry_duration_type: ListPlansExpiryDurationType$inboundSchema,
7137
7319
  expiry_duration_length: optional2(number2())
7138
7320
  }),
7139
7321
  z39.transform((v) => {
7140
7322
  return remap(v, {
7323
+ "max_percentage": "maxPercentage",
7141
7324
  "expiry_duration_type": "expiryDurationType",
7142
7325
  "expiry_duration_length": "expiryDurationLength"
7143
7326
  });
@@ -7446,11 +7629,13 @@ var MultiAttachExpiryDurationType$outboundSchema = z39.enum(MultiAttachExpiryDur
7446
7629
  var MultiAttachRollover$outboundSchema = z39.pipe(
7447
7630
  z39.object({
7448
7631
  max: z39.optional(z39.number()),
7632
+ maxPercentage: z39.optional(z39.number()),
7449
7633
  expiryDurationType: MultiAttachExpiryDurationType$outboundSchema,
7450
7634
  expiryDurationLength: z39.optional(z39.number())
7451
7635
  }),
7452
7636
  z39.transform((v) => {
7453
7637
  return remap(v, {
7638
+ maxPercentage: "max_percentage",
7454
7639
  expiryDurationType: "expiry_duration_type",
7455
7640
  expiryDurationLength: "expiry_duration_length"
7456
7641
  });
@@ -7625,6 +7810,22 @@ function multiAttachUsageAlertToJSON(multiAttachUsageAlert) {
7625
7810
  MultiAttachUsageAlert$outboundSchema.parse(multiAttachUsageAlert)
7626
7811
  );
7627
7812
  }
7813
+ var MultiAttachOverageAllowed$outboundSchema = z39.pipe(
7814
+ z39.object({
7815
+ featureId: z39.string(),
7816
+ enabled: z39._default(z39.boolean(), false)
7817
+ }),
7818
+ z39.transform((v) => {
7819
+ return remap(v, {
7820
+ featureId: "feature_id"
7821
+ });
7822
+ })
7823
+ );
7824
+ function multiAttachOverageAllowedToJSON(multiAttachOverageAllowed) {
7825
+ return JSON.stringify(
7826
+ MultiAttachOverageAllowed$outboundSchema.parse(multiAttachOverageAllowed)
7827
+ );
7828
+ }
7628
7829
  var MultiAttachBillingControls$outboundSchema = z39.pipe(
7629
7830
  z39.object({
7630
7831
  spendLimits: z39.optional(
@@ -7632,12 +7833,16 @@ var MultiAttachBillingControls$outboundSchema = z39.pipe(
7632
7833
  ),
7633
7834
  usageAlerts: z39.optional(
7634
7835
  z39.array(z39.lazy(() => MultiAttachUsageAlert$outboundSchema))
7836
+ ),
7837
+ overageAllowed: z39.optional(
7838
+ z39.array(z39.lazy(() => MultiAttachOverageAllowed$outboundSchema))
7635
7839
  )
7636
7840
  }),
7637
7841
  z39.transform((v) => {
7638
7842
  return remap(v, {
7639
7843
  spendLimits: "spend_limits",
7640
- usageAlerts: "usage_alerts"
7844
+ usageAlerts: "usage_alerts",
7845
+ overageAllowed: "overage_allowed"
7641
7846
  });
7642
7847
  })
7643
7848
  );
@@ -8008,11 +8213,13 @@ var PreviewAttachExpiryDurationType$outboundSchema = z39.enum(PreviewAttachExpir
8008
8213
  var PreviewAttachRollover$outboundSchema = z39.pipe(
8009
8214
  z39.object({
8010
8215
  max: z39.optional(z39.number()),
8216
+ maxPercentage: z39.optional(z39.number()),
8011
8217
  expiryDurationType: PreviewAttachExpiryDurationType$outboundSchema,
8012
8218
  expiryDurationLength: z39.optional(z39.number())
8013
8219
  }),
8014
8220
  z39.transform((v) => {
8015
8221
  return remap(v, {
8222
+ maxPercentage: "max_percentage",
8016
8223
  expiryDurationType: "expiry_duration_type",
8017
8224
  expiryDurationLength: "expiry_duration_length"
8018
8225
  });
@@ -8745,11 +8952,13 @@ var PreviewMultiAttachExpiryDurationType$outboundSchema = z39.enum(PreviewMultiA
8745
8952
  var PreviewMultiAttachRollover$outboundSchema = z39.pipe(
8746
8953
  z39.object({
8747
8954
  max: z39.optional(z39.number()),
8955
+ maxPercentage: z39.optional(z39.number()),
8748
8956
  expiryDurationType: PreviewMultiAttachExpiryDurationType$outboundSchema,
8749
8957
  expiryDurationLength: z39.optional(z39.number())
8750
8958
  }),
8751
8959
  z39.transform((v) => {
8752
8960
  return remap(v, {
8961
+ maxPercentage: "max_percentage",
8753
8962
  expiryDurationType: "expiry_duration_type",
8754
8963
  expiryDurationLength: "expiry_duration_length"
8755
8964
  });
@@ -8953,6 +9162,24 @@ function previewMultiAttachUsageAlertToJSON(previewMultiAttachUsageAlert) {
8953
9162
  )
8954
9163
  );
8955
9164
  }
9165
+ var PreviewMultiAttachOverageAllowed$outboundSchema = z39.pipe(
9166
+ z39.object({
9167
+ featureId: z39.string(),
9168
+ enabled: z39._default(z39.boolean(), false)
9169
+ }),
9170
+ z39.transform((v) => {
9171
+ return remap(v, {
9172
+ featureId: "feature_id"
9173
+ });
9174
+ })
9175
+ );
9176
+ function previewMultiAttachOverageAllowedToJSON(previewMultiAttachOverageAllowed) {
9177
+ return JSON.stringify(
9178
+ PreviewMultiAttachOverageAllowed$outboundSchema.parse(
9179
+ previewMultiAttachOverageAllowed
9180
+ )
9181
+ );
9182
+ }
8956
9183
  var PreviewMultiAttachBillingControls$outboundSchema = z39.pipe(
8957
9184
  z39.object({
8958
9185
  spendLimits: z39.optional(
@@ -8960,12 +9187,16 @@ var PreviewMultiAttachBillingControls$outboundSchema = z39.pipe(
8960
9187
  ),
8961
9188
  usageAlerts: z39.optional(
8962
9189
  z39.array(z39.lazy(() => PreviewMultiAttachUsageAlert$outboundSchema))
9190
+ ),
9191
+ overageAllowed: z39.optional(
9192
+ z39.array(z39.lazy(() => PreviewMultiAttachOverageAllowed$outboundSchema))
8963
9193
  )
8964
9194
  }),
8965
9195
  z39.transform((v) => {
8966
9196
  return remap(v, {
8967
9197
  spendLimits: "spend_limits",
8968
- usageAlerts: "usage_alerts"
9198
+ usageAlerts: "usage_alerts",
9199
+ overageAllowed: "overage_allowed"
8969
9200
  });
8970
9201
  })
8971
9202
  );
@@ -9576,11 +9807,13 @@ var PreviewUpdateExpiryDurationType$outboundSchema = z39.enum(PreviewUpdateExpir
9576
9807
  var PreviewUpdateRollover$outboundSchema = z39.pipe(
9577
9808
  z39.object({
9578
9809
  max: z39.optional(z39.number()),
9810
+ maxPercentage: z39.optional(z39.number()),
9579
9811
  expiryDurationType: PreviewUpdateExpiryDurationType$outboundSchema,
9580
9812
  expiryDurationLength: z39.optional(z39.number())
9581
9813
  }),
9582
9814
  z39.transform((v) => {
9583
9815
  return remap(v, {
9816
+ maxPercentage: "max_percentage",
9584
9817
  expiryDurationType: "expiry_duration_type",
9585
9818
  expiryDurationLength: "expiry_duration_length"
9586
9819
  });
@@ -10280,11 +10513,13 @@ var SetupPaymentExpiryDurationType$outboundSchema = z39.enum(SetupPaymentExpiryD
10280
10513
  var SetupPaymentRollover$outboundSchema = z39.pipe(
10281
10514
  z39.object({
10282
10515
  max: z39.optional(z39.number()),
10516
+ maxPercentage: z39.optional(z39.number()),
10283
10517
  expiryDurationType: SetupPaymentExpiryDurationType$outboundSchema,
10284
10518
  expiryDurationLength: z39.optional(z39.number())
10285
10519
  }),
10286
10520
  z39.transform((v) => {
10287
10521
  return remap(v, {
10522
+ maxPercentage: "max_percentage",
10288
10523
  expiryDurationType: "expiry_duration_type",
10289
10524
  expiryDurationLength: "expiry_duration_length"
10290
10525
  });
@@ -10670,12 +10905,14 @@ var UpdateCustomerAutoTopupRequest$outboundSchema = z39.pipe(
10670
10905
  quantity: z39.number(),
10671
10906
  purchaseLimit: z39.optional(
10672
10907
  z39.lazy(() => UpdateCustomerPurchaseLimitRequest$outboundSchema)
10673
- )
10908
+ ),
10909
+ invoiceMode: z39.optional(z39.boolean())
10674
10910
  }),
10675
10911
  z39.transform((v) => {
10676
10912
  return remap(v, {
10677
10913
  featureId: "feature_id",
10678
- purchaseLimit: "purchase_limit"
10914
+ purchaseLimit: "purchase_limit",
10915
+ invoiceMode: "invoice_mode"
10679
10916
  });
10680
10917
  })
10681
10918
  );
@@ -10731,6 +10968,24 @@ function updateCustomerUsageAlertRequestBodyToJSON(updateCustomerUsageAlertReque
10731
10968
  )
10732
10969
  );
10733
10970
  }
10971
+ var UpdateCustomerOverageAllowedRequest$outboundSchema = z39.pipe(
10972
+ z39.object({
10973
+ featureId: z39.string(),
10974
+ enabled: z39._default(z39.boolean(), false)
10975
+ }),
10976
+ z39.transform((v) => {
10977
+ return remap(v, {
10978
+ featureId: "feature_id"
10979
+ });
10980
+ })
10981
+ );
10982
+ function updateCustomerOverageAllowedRequestToJSON(updateCustomerOverageAllowedRequest) {
10983
+ return JSON.stringify(
10984
+ UpdateCustomerOverageAllowedRequest$outboundSchema.parse(
10985
+ updateCustomerOverageAllowedRequest
10986
+ )
10987
+ );
10988
+ }
10734
10989
  var UpdateCustomerBillingControlsRequest$outboundSchema = z39.pipe(
10735
10990
  z39.object({
10736
10991
  autoTopups: z39.optional(
@@ -10741,13 +10996,17 @@ var UpdateCustomerBillingControlsRequest$outboundSchema = z39.pipe(
10741
10996
  ),
10742
10997
  usageAlerts: z39.optional(
10743
10998
  z39.array(z39.lazy(() => UpdateCustomerUsageAlertRequestBody$outboundSchema))
10999
+ ),
11000
+ overageAllowed: z39.optional(
11001
+ z39.array(z39.lazy(() => UpdateCustomerOverageAllowedRequest$outboundSchema))
10744
11002
  )
10745
11003
  }),
10746
11004
  z39.transform((v) => {
10747
11005
  return remap(v, {
10748
11006
  autoTopups: "auto_topups",
10749
11007
  spendLimits: "spend_limits",
10750
- usageAlerts: "usage_alerts"
11008
+ usageAlerts: "usage_alerts",
11009
+ overageAllowed: "overage_allowed"
10751
11010
  });
10752
11011
  })
10753
11012
  );
@@ -10816,12 +11075,14 @@ var UpdateCustomerAutoTopupResponse$inboundSchema = z39.pipe(
10816
11075
  quantity: number2(),
10817
11076
  purchase_limit: optional2(
10818
11077
  z39.lazy(() => UpdateCustomerPurchaseLimitResponse$inboundSchema)
10819
- )
11078
+ ),
11079
+ invoice_mode: optional2(boolean2())
10820
11080
  }),
10821
11081
  z39.transform((v) => {
10822
11082
  return remap(v, {
10823
11083
  "feature_id": "featureId",
10824
- "purchase_limit": "purchaseLimit"
11084
+ "purchase_limit": "purchaseLimit",
11085
+ "invoice_mode": "invoiceMode"
10825
11086
  });
10826
11087
  })
10827
11088
  );
@@ -10875,6 +11136,24 @@ function updateCustomerUsageAlertResponseFromJSON(jsonString) {
10875
11136
  `Failed to parse 'UpdateCustomerUsageAlertResponse' from JSON`
10876
11137
  );
10877
11138
  }
11139
+ var UpdateCustomerOverageAllowedResponse$inboundSchema = z39.pipe(
11140
+ z39.object({
11141
+ feature_id: string4(),
11142
+ enabled: z39._default(boolean2(), false)
11143
+ }),
11144
+ z39.transform((v) => {
11145
+ return remap(v, {
11146
+ "feature_id": "featureId"
11147
+ });
11148
+ })
11149
+ );
11150
+ function updateCustomerOverageAllowedResponseFromJSON(jsonString) {
11151
+ return safeParse(
11152
+ jsonString,
11153
+ (x) => UpdateCustomerOverageAllowedResponse$inboundSchema.parse(JSON.parse(x)),
11154
+ `Failed to parse 'UpdateCustomerOverageAllowedResponse' from JSON`
11155
+ );
11156
+ }
10878
11157
  var UpdateCustomerBillingControlsResponse$inboundSchema = z39.pipe(
10879
11158
  z39.object({
10880
11159
  auto_topups: optional2(
@@ -10885,13 +11164,17 @@ var UpdateCustomerBillingControlsResponse$inboundSchema = z39.pipe(
10885
11164
  ),
10886
11165
  usage_alerts: optional2(
10887
11166
  z39.array(z39.lazy(() => UpdateCustomerUsageAlertResponse$inboundSchema))
11167
+ ),
11168
+ overage_allowed: optional2(
11169
+ z39.array(z39.lazy(() => UpdateCustomerOverageAllowedResponse$inboundSchema))
10888
11170
  )
10889
11171
  }),
10890
11172
  z39.transform((v) => {
10891
11173
  return remap(v, {
10892
11174
  "auto_topups": "autoTopups",
10893
11175
  "spend_limits": "spendLimits",
10894
- "usage_alerts": "usageAlerts"
11176
+ "usage_alerts": "usageAlerts",
11177
+ "overage_allowed": "overageAllowed"
10895
11178
  });
10896
11179
  })
10897
11180
  );
@@ -11150,6 +11433,24 @@ function updateEntityUsageAlertRequestBodyToJSON(updateEntityUsageAlertRequestBo
11150
11433
  )
11151
11434
  );
11152
11435
  }
11436
+ var UpdateEntityOverageAllowedRequest$outboundSchema = z39.pipe(
11437
+ z39.object({
11438
+ featureId: z39.string(),
11439
+ enabled: z39._default(z39.boolean(), false)
11440
+ }),
11441
+ z39.transform((v) => {
11442
+ return remap(v, {
11443
+ featureId: "feature_id"
11444
+ });
11445
+ })
11446
+ );
11447
+ function updateEntityOverageAllowedRequestToJSON(updateEntityOverageAllowedRequest) {
11448
+ return JSON.stringify(
11449
+ UpdateEntityOverageAllowedRequest$outboundSchema.parse(
11450
+ updateEntityOverageAllowedRequest
11451
+ )
11452
+ );
11453
+ }
11153
11454
  var UpdateEntityBillingControlsRequest$outboundSchema = z39.pipe(
11154
11455
  z39.object({
11155
11456
  spendLimits: z39.optional(
@@ -11157,12 +11458,16 @@ var UpdateEntityBillingControlsRequest$outboundSchema = z39.pipe(
11157
11458
  ),
11158
11459
  usageAlerts: z39.optional(
11159
11460
  z39.array(z39.lazy(() => UpdateEntityUsageAlertRequestBody$outboundSchema))
11461
+ ),
11462
+ overageAllowed: z39.optional(
11463
+ z39.array(z39.lazy(() => UpdateEntityOverageAllowedRequest$outboundSchema))
11160
11464
  )
11161
11465
  }),
11162
11466
  z39.transform((v) => {
11163
11467
  return remap(v, {
11164
11468
  spendLimits: "spend_limits",
11165
- usageAlerts: "usage_alerts"
11469
+ usageAlerts: "usage_alerts",
11470
+ overageAllowed: "overage_allowed"
11166
11471
  });
11167
11472
  })
11168
11473
  );
@@ -11382,6 +11687,24 @@ function updateEntityUsageAlertResponseFromJSON(jsonString) {
11382
11687
  `Failed to parse 'UpdateEntityUsageAlertResponse' from JSON`
11383
11688
  );
11384
11689
  }
11690
+ var UpdateEntityOverageAllowedResponse$inboundSchema = z39.pipe(
11691
+ z39.object({
11692
+ feature_id: string4(),
11693
+ enabled: z39._default(boolean2(), false)
11694
+ }),
11695
+ z39.transform((v) => {
11696
+ return remap(v, {
11697
+ "feature_id": "featureId"
11698
+ });
11699
+ })
11700
+ );
11701
+ function updateEntityOverageAllowedResponseFromJSON(jsonString) {
11702
+ return safeParse(
11703
+ jsonString,
11704
+ (x) => UpdateEntityOverageAllowedResponse$inboundSchema.parse(JSON.parse(x)),
11705
+ `Failed to parse 'UpdateEntityOverageAllowedResponse' from JSON`
11706
+ );
11707
+ }
11385
11708
  var UpdateEntityBillingControlsResponse$inboundSchema = z39.pipe(
11386
11709
  z39.object({
11387
11710
  spend_limits: optional2(
@@ -11389,12 +11712,16 @@ var UpdateEntityBillingControlsResponse$inboundSchema = z39.pipe(
11389
11712
  ),
11390
11713
  usage_alerts: optional2(
11391
11714
  z39.array(z39.lazy(() => UpdateEntityUsageAlertResponse$inboundSchema))
11715
+ ),
11716
+ overage_allowed: optional2(
11717
+ z39.array(z39.lazy(() => UpdateEntityOverageAllowedResponse$inboundSchema))
11392
11718
  )
11393
11719
  }),
11394
11720
  z39.transform((v) => {
11395
11721
  return remap(v, {
11396
11722
  "spend_limits": "spendLimits",
11397
- "usage_alerts": "usageAlerts"
11723
+ "usage_alerts": "usageAlerts",
11724
+ "overage_allowed": "overageAllowed"
11398
11725
  });
11399
11726
  })
11400
11727
  );
@@ -11828,11 +12155,13 @@ var UpdatePlanExpiryDurationTypeRequest$outboundSchema = z39.enum(UpdatePlanExpi
11828
12155
  var UpdatePlanRolloverRequest$outboundSchema = z39.pipe(
11829
12156
  z39.object({
11830
12157
  max: z39.optional(z39.number()),
12158
+ maxPercentage: z39.optional(z39.number()),
11831
12159
  expiryDurationType: UpdatePlanExpiryDurationTypeRequest$outboundSchema,
11832
12160
  expiryDurationLength: z39.optional(z39.number())
11833
12161
  }),
11834
12162
  z39.transform((v) => {
11835
12163
  return remap(v, {
12164
+ maxPercentage: "max_percentage",
11836
12165
  expiryDurationType: "expiry_duration_type",
11837
12166
  expiryDurationLength: "expiry_duration_length"
11838
12167
  });
@@ -12093,11 +12422,13 @@ var UpdatePlanExpiryDurationTypeResponse$inboundSchema = inboundSchema(UpdatePla
12093
12422
  var UpdatePlanRolloverResponse$inboundSchema = z39.pipe(
12094
12423
  z39.object({
12095
12424
  max: nullable(number2()),
12425
+ max_percentage: z39.optional(z39.nullable(number2())),
12096
12426
  expiry_duration_type: UpdatePlanExpiryDurationTypeResponse$inboundSchema,
12097
12427
  expiry_duration_length: optional2(number2())
12098
12428
  }),
12099
12429
  z39.transform((v) => {
12100
12430
  return remap(v, {
12431
+ "max_percentage": "maxPercentage",
12101
12432
  "expiry_duration_type": "expiryDurationType",
12102
12433
  "expiry_duration_length": "expiryDurationLength"
12103
12434
  });
@@ -12410,7 +12741,8 @@ async function $do2(client, request, options) {
12410
12741
  var FAIL_OPEN_OPERATION_IDS = /* @__PURE__ */ new Set([
12411
12742
  "check",
12412
12743
  "track",
12413
- "getOrCreateCustomer"
12744
+ "getOrCreateCustomer",
12745
+ "getEntity"
12414
12746
  ]);
12415
12747
  var FAIL_OPEN_LOG_MESSAGE = "[Autumn] Request failed \u2014 failing open. Learn more: https://docs.useautumn.com/documentation/fail-open";
12416
12748
  var FAIL_OPEN_BODIES = {
@@ -12440,6 +12772,18 @@ var FAIL_OPEN_BODIES = {
12440
12772
  purchases: [],
12441
12773
  balances: {},
12442
12774
  flags: {}
12775
+ },
12776
+ getEntity: {
12777
+ id: null,
12778
+ name: null,
12779
+ customer_id: null,
12780
+ feature_id: null,
12781
+ created_at: 0,
12782
+ env: "live",
12783
+ subscriptions: [],
12784
+ purchases: [],
12785
+ balances: {},
12786
+ flags: {}
12443
12787
  }
12444
12788
  };
12445
12789
  var FailOpenHook = class {
@@ -16626,4 +16970,4 @@ function createPageIterator(page, halt) {
16626
16970
  };
16627
16971
  }
16628
16972
 
16629
- 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 };
16973
+ 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 };