autumn-js 1.2.41 → 1.2.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. package/dist/backend/adapters/express.js +670 -71
  2. package/dist/backend/adapters/express.mjs +8 -8
  3. package/dist/backend/adapters/fetch.js +670 -71
  4. package/dist/backend/adapters/fetch.mjs +8 -8
  5. package/dist/backend/adapters/hono.js +670 -71
  6. package/dist/backend/adapters/hono.mjs +8 -8
  7. package/dist/backend/adapters/index.js +670 -71
  8. package/dist/backend/adapters/index.mjs +11 -11
  9. package/dist/backend/adapters/next.js +670 -71
  10. package/dist/backend/adapters/next.mjs +8 -8
  11. package/dist/backend/{chunk-5FKCJ3TB.mjs → chunk-6JWKVTW6.mjs} +668 -69
  12. package/dist/backend/{chunk-FS2XS32M.mjs → chunk-A4CQFLP2.mjs} +1 -1
  13. package/dist/backend/{chunk-UD2T3GKC.mjs → chunk-BFEYTUTD.mjs} +5 -5
  14. package/dist/backend/{chunk-CHL34LQO.mjs → chunk-F7UCOH2H.mjs} +1 -1
  15. package/dist/backend/{chunk-QKLYHQFJ.mjs → chunk-P2VDVARN.mjs} +1 -1
  16. package/dist/backend/{chunk-2VGKOWXH.mjs → chunk-PMJU66BZ.mjs} +1 -1
  17. package/dist/backend/{chunk-6IRM5YOA.mjs → chunk-PUITHPYB.mjs} +7 -7
  18. package/dist/backend/{chunk-6WHGF4WX.mjs → chunk-VWRIO2AZ.mjs} +2 -2
  19. package/dist/backend/core/handlers/coreHandler.d.mts +1 -1
  20. package/dist/backend/core/handlers/coreHandler.d.ts +1 -1
  21. package/dist/backend/core/handlers/coreHandler.js +670 -71
  22. package/dist/backend/core/handlers/coreHandler.mjs +6 -6
  23. package/dist/backend/core/handlers/executeRoute.d.mts +1 -1
  24. package/dist/backend/core/handlers/executeRoute.d.ts +1 -1
  25. package/dist/backend/core/handlers/executeRoute.mjs +3 -3
  26. package/dist/backend/core/handlers/handleRouteByName.js +670 -71
  27. package/dist/backend/core/handlers/handleRouteByName.mjs +6 -6
  28. package/dist/backend/core/handlers/index.d.mts +1 -1
  29. package/dist/backend/core/handlers/index.d.ts +1 -1
  30. package/dist/backend/core/handlers/index.js +670 -71
  31. package/dist/backend/core/handlers/index.mjs +10 -10
  32. package/dist/backend/core/index.d.mts +1 -1
  33. package/dist/backend/core/index.d.ts +1 -1
  34. package/dist/backend/core/index.js +670 -71
  35. package/dist/backend/core/index.mjs +7 -7
  36. package/dist/backend/core/routes/index.d.mts +1 -1
  37. package/dist/backend/core/routes/index.d.ts +1 -1
  38. package/dist/backend/core/routes/index.js +2 -2
  39. package/dist/backend/core/routes/index.mjs +1 -1
  40. package/dist/backend/core/routes/routeBuilder.d.mts +1 -1
  41. package/dist/backend/core/routes/routeBuilder.d.ts +1 -1
  42. package/dist/backend/core/routes/routeConfigs.d.mts +1 -1
  43. package/dist/backend/core/routes/routeConfigs.d.ts +1 -1
  44. package/dist/backend/core/routes/routeConfigs.js +2 -2
  45. package/dist/backend/core/routes/routeConfigs.mjs +1 -1
  46. package/dist/backend/core/types/handlerTypes.d.mts +1 -1
  47. package/dist/backend/core/types/handlerTypes.d.ts +1 -1
  48. package/dist/backend/core/types/index.d.mts +1 -1
  49. package/dist/backend/core/types/index.d.ts +1 -1
  50. package/dist/backend/core/types/routeTypes.d.mts +1 -1
  51. package/dist/backend/core/types/routeTypes.d.ts +1 -1
  52. package/dist/backend/index.d.mts +2 -2
  53. package/dist/backend/index.d.ts +2 -2
  54. package/dist/backend/index.js +670 -71
  55. package/dist/backend/index.mjs +7 -7
  56. package/dist/backend/{routeTypes-6y6WfqD1.d.mts → routeTypes-BbDgUCjQ.d.mts} +1125 -410
  57. package/dist/backend/{routeTypes-Bqeo1-G5.d.ts → routeTypes-Dx6n-_1-.d.ts} +1125 -410
  58. package/dist/better-auth/{chunk-UGW5CGCL.mjs → chunk-46KXUK2V.mjs} +1 -1
  59. package/dist/better-auth/{chunk-PQ5Y4SBX.mjs → chunk-5XFPQFRG.mjs} +2 -2
  60. package/dist/better-auth/{chunk-CICEUVIO.mjs → chunk-GBZQDO7C.mjs} +669 -70
  61. package/dist/better-auth/index.js +670 -71
  62. package/dist/better-auth/index.mjs +3 -3
  63. package/dist/better-auth/utils/createAutumnEndpoint.js +2 -2
  64. package/dist/better-auth/utils/createAutumnEndpoint.mjs +2 -2
  65. package/dist/better-auth/utils/handleBetterAuthRoute.js +670 -71
  66. package/dist/better-auth/utils/handleBetterAuthRoute.mjs +2 -2
  67. package/dist/better-auth/utils/index.js +670 -71
  68. package/dist/better-auth/utils/index.mjs +3 -3
  69. package/dist/react/AutumnContext.d.mts +4 -4
  70. package/dist/react/AutumnContext.d.ts +4 -4
  71. package/dist/react/AutumnProvider.js +17 -17
  72. package/dist/react/AutumnProvider.mjs +2 -2
  73. package/dist/react/{chunk-ERN74FDW.mjs → chunk-7SRCZYRC.mjs} +1 -1
  74. package/dist/react/{chunk-VJDFB54U.mjs → chunk-CQF3ER2L.mjs} +2 -2
  75. package/dist/react/{chunk-6KIRT7EK.mjs → chunk-CSJHU3F2.mjs} +1 -1
  76. package/dist/react/{chunk-DDMHYLY3.mjs → chunk-EE3XPYSL.mjs} +1 -1
  77. package/dist/react/{chunk-FU6VEECB.mjs → chunk-KCOHZSS3.mjs} +25 -25
  78. package/dist/react/{chunk-JH5BXBEU.mjs → chunk-LUBYNTYC.mjs} +1 -1
  79. package/dist/react/{chunk-YZ23DM7M.mjs → chunk-QUGX6XRQ.mjs} +1 -1
  80. package/dist/react/{chunk-AAPQJY55.mjs → chunk-RTZAB46K.mjs} +1 -1
  81. package/dist/react/{chunk-M3L6EE7I.mjs → chunk-SBCI4L22.mjs} +1 -1
  82. package/dist/react/client/AutumnClient.d.mts +4 -4
  83. package/dist/react/client/AutumnClient.d.ts +4 -4
  84. package/dist/react/client/IAutumnClient.d.mts +4 -4
  85. package/dist/react/client/IAutumnClient.d.ts +4 -4
  86. package/dist/react/client/index.d.mts +4 -4
  87. package/dist/react/client/index.d.ts +4 -4
  88. package/dist/react/{customer-BD_JdC0O.d.mts → customer-DUVEYKmJ.d.mts} +1 -1
  89. package/dist/react/{customer-C95I_yQG.d.ts → customer-DWsFqhDO.d.ts} +1 -1
  90. package/dist/react/hooks/index.d.mts +4 -4
  91. package/dist/react/hooks/index.d.ts +4 -4
  92. package/dist/react/hooks/index.js +18 -18
  93. package/dist/react/hooks/index.mjs +8 -8
  94. package/dist/react/hooks/internal/check/balanceToAllowed.d.mts +2 -2
  95. package/dist/react/hooks/internal/check/balanceToAllowed.d.ts +2 -2
  96. package/dist/react/hooks/internal/check/customerToFeatures.d.mts +2 -2
  97. package/dist/react/hooks/internal/check/customerToFeatures.d.ts +2 -2
  98. package/dist/react/hooks/internal/check/findCreditSystemsByFeature.d.mts +2 -2
  99. package/dist/react/hooks/internal/check/findCreditSystemsByFeature.d.ts +2 -2
  100. package/dist/react/hooks/internal/check/getCreditCost.d.mts +2 -2
  101. package/dist/react/hooks/internal/check/getCreditCost.d.ts +2 -2
  102. package/dist/react/hooks/internal/getLocalCheckResponse.d.mts +3 -3
  103. package/dist/react/hooks/internal/getLocalCheckResponse.d.ts +3 -3
  104. package/dist/react/hooks/internal/useCustomerActions.d.mts +4 -4
  105. package/dist/react/hooks/internal/useCustomerActions.d.ts +4 -4
  106. package/dist/react/hooks/internal/useCustomerActions.js +1 -1
  107. package/dist/react/hooks/internal/useCustomerActions.mjs +2 -2
  108. package/dist/react/hooks/useAggregateEvents.d.mts +2 -2
  109. package/dist/react/hooks/useAggregateEvents.d.ts +2 -2
  110. package/dist/react/hooks/useAggregateEvents.js +18 -18
  111. package/dist/react/hooks/useAggregateEvents.mjs +2 -2
  112. package/dist/react/hooks/useCustomer.d.mts +3 -3
  113. package/dist/react/hooks/useCustomer.d.ts +3 -3
  114. package/dist/react/hooks/useCustomer.js +18 -18
  115. package/dist/react/hooks/useCustomer.mjs +3 -3
  116. package/dist/react/hooks/useEntity.d.mts +2 -2
  117. package/dist/react/hooks/useEntity.d.ts +2 -2
  118. package/dist/react/hooks/useEntity.js +18 -18
  119. package/dist/react/hooks/useEntity.mjs +2 -2
  120. package/dist/react/hooks/useListEvents.d.mts +2 -2
  121. package/dist/react/hooks/useListEvents.d.ts +2 -2
  122. package/dist/react/hooks/useListEvents.js +18 -18
  123. package/dist/react/hooks/useListEvents.mjs +2 -2
  124. package/dist/react/hooks/useListPlans.d.mts +3 -3
  125. package/dist/react/hooks/useListPlans.d.ts +3 -3
  126. package/dist/react/hooks/useListPlans.js +18 -18
  127. package/dist/react/hooks/useListPlans.mjs +2 -2
  128. package/dist/react/hooks/useReferrals.d.mts +2 -2
  129. package/dist/react/hooks/useReferrals.d.ts +2 -2
  130. package/dist/react/hooks/useReferrals.js +18 -18
  131. package/dist/react/hooks/useReferrals.mjs +2 -2
  132. package/dist/react/index.d.mts +4 -4
  133. package/dist/react/index.d.ts +4 -4
  134. package/dist/react/index.js +24 -24
  135. package/dist/react/index.mjs +9 -9
  136. package/dist/react/{list-plans-op-BdOxN1FS.d.ts → list-plans-op-BpypCKd4.d.ts} +4 -4
  137. package/dist/react/{list-plans-op--w_i80gy.d.mts → list-plans-op-qIIJzne_.d.mts} +4 -4
  138. package/dist/react/{params-Dk9XX3Ql.d.mts → params-C-0Z0NXW.d.mts} +1 -1
  139. package/dist/react/{params-_Bb3H0_F.d.ts → params-DGCHegZ2.d.ts} +1 -1
  140. package/dist/react/{plan--HshF-xs.d.mts → plan-Cv3WkiHC.d.mts} +3 -3
  141. package/dist/react/{plan--HshF-xs.d.ts → plan-Cv3WkiHC.d.ts} +3 -3
  142. package/dist/sdk/index.d.mts +1136 -100
  143. package/dist/sdk/index.d.ts +1136 -100
  144. package/dist/sdk/index.js +1015 -142
  145. package/dist/sdk/index.mjs +864 -97
  146. package/package.json +1 -1
  147. package/dist/backend/{chunk-IXUCY7AU.mjs → chunk-MOHYGUMA.mjs} +3 -3
package/dist/sdk/index.js CHANGED
@@ -3182,6 +3182,11 @@ function balanceFromJSON(jsonString) {
3182
3182
  `Failed to parse 'Balance' from JSON`
3183
3183
  );
3184
3184
  }
3185
+ var BatchTrackOverageBehavior = {
3186
+ Cap: "cap",
3187
+ Overflow: "overflow"
3188
+ };
3189
+ var BatchTrackOverageBehavior$outboundSchema = z69__namespace.enum(BatchTrackOverageBehavior);
3185
3190
  var BatchTrackLock$outboundSchema = z69__namespace.pipe(
3186
3191
  z69__namespace.object({
3187
3192
  lockId: z69__namespace.string(),
@@ -3207,6 +3212,7 @@ var RequestBody$outboundSchema = z69__namespace.pipe(
3207
3212
  value: z69__namespace.optional(z69__namespace.number()),
3208
3213
  properties: z69__namespace.optional(z69__namespace.record(z69__namespace.string(), z69__namespace.any())),
3209
3214
  timestamp: z69__namespace.optional(z69__namespace.int()),
3215
+ overageBehavior: z69__namespace.optional(BatchTrackOverageBehavior$outboundSchema),
3210
3216
  async: z69__namespace.optional(z69__namespace.boolean()),
3211
3217
  lock: z69__namespace.optional(z69__namespace.lazy(() => BatchTrackLock$outboundSchema))
3212
3218
  }),
@@ -3215,7 +3221,8 @@ var RequestBody$outboundSchema = z69__namespace.pipe(
3215
3221
  customerId: "customer_id",
3216
3222
  featureId: "feature_id",
3217
3223
  entityId: "entity_id",
3218
- eventName: "event_name"
3224
+ eventName: "event_name",
3225
+ overageBehavior: "overage_behavior"
3219
3226
  });
3220
3227
  })
3221
3228
  );
@@ -6485,7 +6492,7 @@ var PlanPriceVariantDetailsInterval = {
6485
6492
  SemiAnnual: "semi_annual",
6486
6493
  Year: "year"
6487
6494
  };
6488
- var PlanAddItemResetInterval = {
6495
+ var PlanVariantDetailsResetInterval = {
6489
6496
  OneOff: "one_off",
6490
6497
  Minute: "minute",
6491
6498
  Hour: "hour",
@@ -6970,10 +6977,10 @@ function basePriceFromJSON(jsonString) {
6970
6977
  `Failed to parse 'BasePrice' from JSON`
6971
6978
  );
6972
6979
  }
6973
- var PlanAddItemResetInterval$inboundSchema = inboundSchema(PlanAddItemResetInterval);
6980
+ var PlanVariantDetailsResetInterval$inboundSchema = inboundSchema(PlanVariantDetailsResetInterval);
6974
6981
  var PlanVariantDetailsReset$inboundSchema = z69__namespace.pipe(
6975
6982
  z69__namespace.object({
6976
- interval: PlanAddItemResetInterval$inboundSchema,
6983
+ interval: PlanVariantDetailsResetInterval$inboundSchema,
6977
6984
  interval_count: optional3(number2())
6978
6985
  }),
6979
6986
  z69__namespace.transform((v) => {
@@ -8588,7 +8595,7 @@ var CreatePlanPriceIntervalRequestBody = {
8588
8595
  SemiAnnual: "semi_annual",
8589
8596
  Year: "year"
8590
8597
  };
8591
- var CreatePlanResetIntervalRequestBody = {
8598
+ var CreatePlanItemResetIntervalRequestBody = {
8592
8599
  OneOff: "one_off",
8593
8600
  Minute: "minute",
8594
8601
  Hour: "hour",
@@ -8599,7 +8606,7 @@ var CreatePlanResetIntervalRequestBody = {
8599
8606
  SemiAnnual: "semi_annual",
8600
8607
  Year: "year"
8601
8608
  };
8602
- var CreatePlanTierBehaviorRequestBody = {
8609
+ var CreatePlanItemTierBehaviorRequestBody = {
8603
8610
  Graduated: "graduated",
8604
8611
  Volume: "volume"
8605
8612
  };
@@ -8611,7 +8618,7 @@ var CreatePlanItemPriceIntervalRequestBody = {
8611
8618
  SemiAnnual: "semi_annual",
8612
8619
  Year: "year"
8613
8620
  };
8614
- var CreatePlanBillingMethodRequestBody = {
8621
+ var CreatePlanItemBillingMethodRequestBody = {
8615
8622
  Prepaid: "prepaid",
8616
8623
  UsageBased: "usage_based"
8617
8624
  };
@@ -8628,10 +8635,85 @@ var CreatePlanItemOnDecrease = {
8628
8635
  None: "none",
8629
8636
  NoProrations: "no_prorations"
8630
8637
  };
8631
- var CreatePlanExpiryDurationTypeRequestBody = {
8638
+ var CreatePlanItemExpiryDurationTypeRequestBody = {
8639
+ Month: "month",
8640
+ Forever: "forever"
8641
+ };
8642
+ var CreatePlanPriceLicenseInterval = {
8643
+ OneOff: "one_off",
8644
+ Week: "week",
8645
+ Month: "month",
8646
+ Quarter: "quarter",
8647
+ SemiAnnual: "semi_annual",
8648
+ Year: "year"
8649
+ };
8650
+ var CreatePlanLicenseResetInterval = {
8651
+ OneOff: "one_off",
8652
+ Minute: "minute",
8653
+ Hour: "hour",
8654
+ Day: "day",
8655
+ Week: "week",
8656
+ Month: "month",
8657
+ Quarter: "quarter",
8658
+ SemiAnnual: "semi_annual",
8659
+ Year: "year"
8660
+ };
8661
+ var CreatePlanLicenseTierBehavior = {
8662
+ Graduated: "graduated",
8663
+ Volume: "volume"
8664
+ };
8665
+ var CreatePlanLicenseAddItemPriceInterval = {
8666
+ OneOff: "one_off",
8667
+ Week: "week",
8668
+ Month: "month",
8669
+ Quarter: "quarter",
8670
+ SemiAnnual: "semi_annual",
8671
+ Year: "year"
8672
+ };
8673
+ var CreatePlanLicenseAddItemBillingMethod = {
8674
+ Prepaid: "prepaid",
8675
+ UsageBased: "usage_based"
8676
+ };
8677
+ var CreatePlanLicenseOnIncrease = {
8678
+ BillImmediately: "bill_immediately",
8679
+ ProrateImmediately: "prorate_immediately",
8680
+ ProrateNextCycle: "prorate_next_cycle",
8681
+ BillNextCycle: "bill_next_cycle"
8682
+ };
8683
+ var CreatePlanLicenseOnDecrease = {
8684
+ Prorate: "prorate",
8685
+ ProrateImmediately: "prorate_immediately",
8686
+ ProrateNextCycle: "prorate_next_cycle",
8687
+ None: "none",
8688
+ NoProrations: "no_prorations"
8689
+ };
8690
+ var CreatePlanLicenseExpiryDurationType = {
8632
8691
  Month: "month",
8633
8692
  Forever: "forever"
8634
8693
  };
8694
+ var CreatePlanLicenseRemoveItemBillingMethod = {
8695
+ Prepaid: "prepaid",
8696
+ UsageBased: "usage_based"
8697
+ };
8698
+ var CreatePlanIntervalLicenseRemoveItemEnum2 = {
8699
+ OneOff: "one_off",
8700
+ Minute: "minute",
8701
+ Hour: "hour",
8702
+ Day: "day",
8703
+ Week: "week",
8704
+ Month: "month",
8705
+ Quarter: "quarter",
8706
+ SemiAnnual: "semi_annual",
8707
+ Year: "year"
8708
+ };
8709
+ var CreatePlanIntervalLicenseRemoveItemEnum1 = {
8710
+ OneOff: "one_off",
8711
+ Week: "week",
8712
+ Month: "month",
8713
+ Quarter: "quarter",
8714
+ SemiAnnual: "semi_annual",
8715
+ Year: "year"
8716
+ };
8635
8717
  var CreatePlanDurationTypeRequest = {
8636
8718
  Day: "day",
8637
8719
  Month: "month",
@@ -8731,7 +8813,7 @@ var CreatePlanPriceVariantDetailsInterval = {
8731
8813
  SemiAnnual: "semi_annual",
8732
8814
  Year: "year"
8733
8815
  };
8734
- var CreatePlanAddItemResetInterval = {
8816
+ var CreatePlanVariantDetailsResetInterval = {
8735
8817
  OneOff: "one_off",
8736
8818
  Minute: "minute",
8737
8819
  Hour: "hour",
@@ -8746,7 +8828,7 @@ var CreatePlanVariantDetailsTierBehavior = {
8746
8828
  Graduated: "graduated",
8747
8829
  Volume: "volume"
8748
8830
  };
8749
- var CreatePlanAddItemPriceInterval = {
8831
+ var CreatePlanVariantDetailsAddItemPriceInterval = {
8750
8832
  OneOff: "one_off",
8751
8833
  Week: "week",
8752
8834
  Month: "month",
@@ -8754,7 +8836,7 @@ var CreatePlanAddItemPriceInterval = {
8754
8836
  SemiAnnual: "semi_annual",
8755
8837
  Year: "year"
8756
8838
  };
8757
- var CreatePlanAddItemBillingMethod = {
8839
+ var CreatePlanVariantDetailsAddItemBillingMethod = {
8758
8840
  Prepaid: "prepaid",
8759
8841
  UsageBased: "usage_based"
8760
8842
  };
@@ -8775,11 +8857,11 @@ var CreatePlanVariantDetailsExpiryDurationType = {
8775
8857
  Month: "month",
8776
8858
  Forever: "forever"
8777
8859
  };
8778
- var CreatePlanRemoveItemBillingMethod = {
8860
+ var CreatePlanVariantDetailsRemoveItemBillingMethod = {
8779
8861
  Prepaid: "prepaid",
8780
8862
  UsageBased: "usage_based"
8781
8863
  };
8782
- var CreatePlanIntervalRemoveItemEnum2 = {
8864
+ var CreatePlanIntervalVariantDetailsRemoveItemEnum2 = {
8783
8865
  OneOff: "one_off",
8784
8866
  Minute: "minute",
8785
8867
  Hour: "hour",
@@ -8790,7 +8872,7 @@ var CreatePlanIntervalRemoveItemEnum2 = {
8790
8872
  SemiAnnual: "semi_annual",
8791
8873
  Year: "year"
8792
8874
  };
8793
- var CreatePlanIntervalRemoveItemEnum1 = {
8875
+ var CreatePlanIntervalVariantDetailsRemoveItemEnum1 = {
8794
8876
  OneOff: "one_off",
8795
8877
  Week: "week",
8796
8878
  Month: "month",
@@ -8895,10 +8977,12 @@ function createPlanPriceRequestBodyToJSON(createPlanPriceRequestBody) {
8895
8977
  CreatePlanPriceRequestBody$outboundSchema.parse(createPlanPriceRequestBody)
8896
8978
  );
8897
8979
  }
8898
- var CreatePlanResetIntervalRequestBody$outboundSchema = z69__namespace.enum(CreatePlanResetIntervalRequestBody);
8899
- var CreatePlanResetRequestBody$outboundSchema = z69__namespace.pipe(
8980
+ var CreatePlanItemResetIntervalRequestBody$outboundSchema = z69__namespace.enum(
8981
+ CreatePlanItemResetIntervalRequestBody
8982
+ );
8983
+ var CreatePlanItemResetRequestBody$outboundSchema = z69__namespace.pipe(
8900
8984
  z69__namespace.object({
8901
- interval: CreatePlanResetIntervalRequestBody$outboundSchema,
8985
+ interval: CreatePlanItemResetIntervalRequestBody$outboundSchema,
8902
8986
  intervalCount: z69__namespace.optional(z69__namespace.number())
8903
8987
  }),
8904
8988
  z69__namespace.transform((v) => {
@@ -8907,9 +8991,11 @@ var CreatePlanResetRequestBody$outboundSchema = z69__namespace.pipe(
8907
8991
  });
8908
8992
  })
8909
8993
  );
8910
- function createPlanResetRequestBodyToJSON(createPlanResetRequestBody) {
8994
+ function createPlanItemResetRequestBodyToJSON(createPlanItemResetRequestBody) {
8911
8995
  return JSON.stringify(
8912
- CreatePlanResetRequestBody$outboundSchema.parse(createPlanResetRequestBody)
8996
+ CreatePlanItemResetRequestBody$outboundSchema.parse(
8997
+ createPlanItemResetRequestBody
8998
+ )
8913
8999
  );
8914
9000
  }
8915
9001
  var CreatePlanItemAdditionalCurrencyRequestBody$outboundSchema = z69__namespace.object({
@@ -8923,13 +9009,15 @@ function createPlanItemAdditionalCurrencyRequestBodyToJSON(createPlanItemAdditio
8923
9009
  )
8924
9010
  );
8925
9011
  }
8926
- var CreatePlanToRequestBody$outboundSchema = smartUnion([z69__namespace.number(), z69__namespace.string()]);
8927
- function createPlanToRequestBodyToJSON(createPlanToRequestBody) {
9012
+ var CreatePlanItemToRequestBody$outboundSchema = smartUnion([z69__namespace.number(), z69__namespace.string()]);
9013
+ function createPlanItemToRequestBodyToJSON(createPlanItemToRequestBody) {
8928
9014
  return JSON.stringify(
8929
- CreatePlanToRequestBody$outboundSchema.parse(createPlanToRequestBody)
9015
+ CreatePlanItemToRequestBody$outboundSchema.parse(
9016
+ createPlanItemToRequestBody
9017
+ )
8930
9018
  );
8931
9019
  }
8932
- var CreatePlanTierAdditionalCurrencyRequestBody$outboundSchema = z69__namespace.pipe(
9020
+ var CreatePlanItemTierAdditionalCurrencyRequestBody$outboundSchema = z69__namespace.pipe(
8933
9021
  z69__namespace.object({
8934
9022
  currency: z69__namespace.string(),
8935
9023
  amount: z69__namespace.optional(z69__namespace.number()),
@@ -8941,20 +9029,20 @@ var CreatePlanTierAdditionalCurrencyRequestBody$outboundSchema = z69__namespace.
8941
9029
  });
8942
9030
  })
8943
9031
  );
8944
- function createPlanTierAdditionalCurrencyRequestBodyToJSON(createPlanTierAdditionalCurrencyRequestBody) {
9032
+ function createPlanItemTierAdditionalCurrencyRequestBodyToJSON(createPlanItemTierAdditionalCurrencyRequestBody) {
8945
9033
  return JSON.stringify(
8946
- CreatePlanTierAdditionalCurrencyRequestBody$outboundSchema.parse(
8947
- createPlanTierAdditionalCurrencyRequestBody
9034
+ CreatePlanItemTierAdditionalCurrencyRequestBody$outboundSchema.parse(
9035
+ createPlanItemTierAdditionalCurrencyRequestBody
8948
9036
  )
8949
9037
  );
8950
9038
  }
8951
- var CreatePlanTierRequestBody$outboundSchema = z69__namespace.pipe(
9039
+ var CreatePlanItemTierRequestBody$outboundSchema = z69__namespace.pipe(
8952
9040
  z69__namespace.object({
8953
9041
  to: smartUnion([z69__namespace.number(), z69__namespace.string()]),
8954
9042
  amount: z69__namespace.optional(z69__namespace.number()),
8955
9043
  flatAmount: z69__namespace.optional(z69__namespace.number()),
8956
9044
  additionalCurrencies: z69__namespace.optional(z69__namespace.array(z69__namespace.lazy(
8957
- () => CreatePlanTierAdditionalCurrencyRequestBody$outboundSchema
9045
+ () => CreatePlanItemTierAdditionalCurrencyRequestBody$outboundSchema
8958
9046
  )))
8959
9047
  }),
8960
9048
  z69__namespace.transform((v) => {
@@ -8964,16 +9052,22 @@ var CreatePlanTierRequestBody$outboundSchema = z69__namespace.pipe(
8964
9052
  });
8965
9053
  })
8966
9054
  );
8967
- function createPlanTierRequestBodyToJSON(createPlanTierRequestBody) {
9055
+ function createPlanItemTierRequestBodyToJSON(createPlanItemTierRequestBody) {
8968
9056
  return JSON.stringify(
8969
- CreatePlanTierRequestBody$outboundSchema.parse(createPlanTierRequestBody)
9057
+ CreatePlanItemTierRequestBody$outboundSchema.parse(
9058
+ createPlanItemTierRequestBody
9059
+ )
8970
9060
  );
8971
9061
  }
8972
- var CreatePlanTierBehaviorRequestBody$outboundSchema = z69__namespace.enum(CreatePlanTierBehaviorRequestBody);
9062
+ var CreatePlanItemTierBehaviorRequestBody$outboundSchema = z69__namespace.enum(
9063
+ CreatePlanItemTierBehaviorRequestBody
9064
+ );
8973
9065
  var CreatePlanItemPriceIntervalRequestBody$outboundSchema = z69__namespace.enum(
8974
9066
  CreatePlanItemPriceIntervalRequestBody
8975
9067
  );
8976
- var CreatePlanBillingMethodRequestBody$outboundSchema = z69__namespace.enum(CreatePlanBillingMethodRequestBody);
9068
+ var CreatePlanItemBillingMethodRequestBody$outboundSchema = z69__namespace.enum(
9069
+ CreatePlanItemBillingMethodRequestBody
9070
+ );
8977
9071
  var CreatePlanItemPriceRequestBody$outboundSchema = z69__namespace.pipe(
8978
9072
  z69__namespace.object({
8979
9073
  amount: z69__namespace.optional(z69__namespace.number()),
@@ -8981,13 +9075,15 @@ var CreatePlanItemPriceRequestBody$outboundSchema = z69__namespace.pipe(
8981
9075
  () => CreatePlanItemAdditionalCurrencyRequestBody$outboundSchema
8982
9076
  ))),
8983
9077
  tiers: z69__namespace.optional(z69__namespace.array(z69__namespace.lazy(
8984
- () => CreatePlanTierRequestBody$outboundSchema
9078
+ () => CreatePlanItemTierRequestBody$outboundSchema
8985
9079
  ))),
8986
- tierBehavior: z69__namespace.optional(CreatePlanTierBehaviorRequestBody$outboundSchema),
9080
+ tierBehavior: z69__namespace.optional(
9081
+ CreatePlanItemTierBehaviorRequestBody$outboundSchema
9082
+ ),
8987
9083
  interval: CreatePlanItemPriceIntervalRequestBody$outboundSchema,
8988
9084
  intervalCount: z69__namespace._default(z69__namespace.number(), 1),
8989
9085
  billingUnits: z69__namespace._default(z69__namespace.number(), 1),
8990
- billingMethod: CreatePlanBillingMethodRequestBody$outboundSchema,
9086
+ billingMethod: CreatePlanItemBillingMethodRequestBody$outboundSchema,
8991
9087
  maxPurchase: z69__namespace.optional(z69__namespace.nullable(z69__namespace.number()))
8992
9088
  }),
8993
9089
  z69__namespace.transform((v) => {
@@ -9027,14 +9123,14 @@ function createPlanItemProrationToJSON(createPlanItemProration) {
9027
9123
  CreatePlanItemProration$outboundSchema.parse(createPlanItemProration)
9028
9124
  );
9029
9125
  }
9030
- var CreatePlanExpiryDurationTypeRequestBody$outboundSchema = z69__namespace.enum(
9031
- CreatePlanExpiryDurationTypeRequestBody
9126
+ var CreatePlanItemExpiryDurationTypeRequestBody$outboundSchema = z69__namespace.enum(
9127
+ CreatePlanItemExpiryDurationTypeRequestBody
9032
9128
  );
9033
- var CreatePlanRolloverRequestBody$outboundSchema = z69__namespace.pipe(
9129
+ var CreatePlanItemRolloverRequestBody$outboundSchema = z69__namespace.pipe(
9034
9130
  z69__namespace.object({
9035
9131
  max: z69__namespace.optional(z69__namespace.number()),
9036
9132
  maxPercentage: z69__namespace.optional(z69__namespace.number()),
9037
- expiryDurationType: CreatePlanExpiryDurationTypeRequestBody$outboundSchema,
9133
+ expiryDurationType: CreatePlanItemExpiryDurationTypeRequestBody$outboundSchema,
9038
9134
  expiryDurationLength: z69__namespace.optional(z69__namespace.number())
9039
9135
  }),
9040
9136
  z69__namespace.transform((v) => {
@@ -9045,10 +9141,10 @@ var CreatePlanRolloverRequestBody$outboundSchema = z69__namespace.pipe(
9045
9141
  });
9046
9142
  })
9047
9143
  );
9048
- function createPlanRolloverRequestBodyToJSON(createPlanRolloverRequestBody) {
9144
+ function createPlanItemRolloverRequestBodyToJSON(createPlanItemRolloverRequestBody) {
9049
9145
  return JSON.stringify(
9050
- CreatePlanRolloverRequestBody$outboundSchema.parse(
9051
- createPlanRolloverRequestBody
9146
+ CreatePlanItemRolloverRequestBody$outboundSchema.parse(
9147
+ createPlanItemRolloverRequestBody
9052
9148
  )
9053
9149
  );
9054
9150
  }
@@ -9057,13 +9153,15 @@ var CreatePlanItemPlanItem$outboundSchema = z69__namespace.pipe(
9057
9153
  featureId: z69__namespace.string(),
9058
9154
  included: z69__namespace.optional(z69__namespace.number()),
9059
9155
  unlimited: z69__namespace.optional(z69__namespace.boolean()),
9060
- reset: z69__namespace.optional(z69__namespace.lazy(() => CreatePlanResetRequestBody$outboundSchema)),
9156
+ reset: z69__namespace.optional(
9157
+ z69__namespace.lazy(() => CreatePlanItemResetRequestBody$outboundSchema)
9158
+ ),
9061
9159
  price: z69__namespace.optional(
9062
9160
  z69__namespace.lazy(() => CreatePlanItemPriceRequestBody$outboundSchema)
9063
9161
  ),
9064
9162
  proration: z69__namespace.optional(z69__namespace.lazy(() => CreatePlanItemProration$outboundSchema)),
9065
9163
  rollover: z69__namespace.optional(
9066
- z69__namespace.lazy(() => CreatePlanRolloverRequestBody$outboundSchema)
9164
+ z69__namespace.lazy(() => CreatePlanItemRolloverRequestBody$outboundSchema)
9067
9165
  )
9068
9166
  }),
9069
9167
  z69__namespace.transform((v) => {
@@ -9077,11 +9175,298 @@ function createPlanItemPlanItemToJSON(createPlanItemPlanItem) {
9077
9175
  CreatePlanItemPlanItem$outboundSchema.parse(createPlanItemPlanItem)
9078
9176
  );
9079
9177
  }
9178
+ var CreatePlanPriceLicenseInterval$outboundSchema = z69__namespace.enum(CreatePlanPriceLicenseInterval);
9179
+ var CreatePlanLicenseAdditionalCurrency$outboundSchema = z69__namespace.object({
9180
+ currency: z69__namespace.string(),
9181
+ amount: z69__namespace.number()
9182
+ });
9183
+ function createPlanLicenseAdditionalCurrencyToJSON(createPlanLicenseAdditionalCurrency) {
9184
+ return JSON.stringify(
9185
+ CreatePlanLicenseAdditionalCurrency$outboundSchema.parse(
9186
+ createPlanLicenseAdditionalCurrency
9187
+ )
9188
+ );
9189
+ }
9190
+ var CreatePlanLicenseBasePrice$outboundSchema = z69__namespace.pipe(
9191
+ z69__namespace.object({
9192
+ amount: z69__namespace.number(),
9193
+ interval: CreatePlanPriceLicenseInterval$outboundSchema,
9194
+ intervalCount: z69__namespace.optional(z69__namespace.number()),
9195
+ additionalCurrencies: z69__namespace.optional(
9196
+ z69__namespace.array(z69__namespace.lazy(() => CreatePlanLicenseAdditionalCurrency$outboundSchema))
9197
+ )
9198
+ }),
9199
+ z69__namespace.transform((v) => {
9200
+ return remap(v, {
9201
+ intervalCount: "interval_count",
9202
+ additionalCurrencies: "additional_currencies"
9203
+ });
9204
+ })
9205
+ );
9206
+ function createPlanLicenseBasePriceToJSON(createPlanLicenseBasePrice) {
9207
+ return JSON.stringify(
9208
+ CreatePlanLicenseBasePrice$outboundSchema.parse(createPlanLicenseBasePrice)
9209
+ );
9210
+ }
9211
+ var CreatePlanLicenseResetInterval$outboundSchema = z69__namespace.enum(CreatePlanLicenseResetInterval);
9212
+ var CreatePlanLicenseReset$outboundSchema = z69__namespace.pipe(
9213
+ z69__namespace.object({
9214
+ interval: CreatePlanLicenseResetInterval$outboundSchema,
9215
+ intervalCount: z69__namespace.optional(z69__namespace.number())
9216
+ }),
9217
+ z69__namespace.transform((v) => {
9218
+ return remap(v, {
9219
+ intervalCount: "interval_count"
9220
+ });
9221
+ })
9222
+ );
9223
+ function createPlanLicenseResetToJSON(createPlanLicenseReset) {
9224
+ return JSON.stringify(
9225
+ CreatePlanLicenseReset$outboundSchema.parse(createPlanLicenseReset)
9226
+ );
9227
+ }
9228
+ var CreatePlanLicenseAddItemAdditionalCurrency$outboundSchema = z69__namespace.object({
9229
+ currency: z69__namespace.string(),
9230
+ amount: z69__namespace.number()
9231
+ });
9232
+ function createPlanLicenseAddItemAdditionalCurrencyToJSON(createPlanLicenseAddItemAdditionalCurrency) {
9233
+ return JSON.stringify(
9234
+ CreatePlanLicenseAddItemAdditionalCurrency$outboundSchema.parse(
9235
+ createPlanLicenseAddItemAdditionalCurrency
9236
+ )
9237
+ );
9238
+ }
9239
+ var CreatePlanLicenseTo$outboundSchema = smartUnion([z69__namespace.number(), z69__namespace.string()]);
9240
+ function createPlanLicenseToToJSON(createPlanLicenseTo) {
9241
+ return JSON.stringify(
9242
+ CreatePlanLicenseTo$outboundSchema.parse(createPlanLicenseTo)
9243
+ );
9244
+ }
9245
+ var CreatePlanLicenseTierAdditionalCurrency$outboundSchema = z69__namespace.pipe(
9246
+ z69__namespace.object({
9247
+ currency: z69__namespace.optional(z69__namespace.any()),
9248
+ amount: z69__namespace.optional(z69__namespace.any()),
9249
+ flatAmount: z69__namespace.optional(z69__namespace.any())
9250
+ }),
9251
+ z69__namespace.transform((v) => {
9252
+ return remap(v, {
9253
+ flatAmount: "flat_amount"
9254
+ });
9255
+ })
9256
+ );
9257
+ function createPlanLicenseTierAdditionalCurrencyToJSON(createPlanLicenseTierAdditionalCurrency) {
9258
+ return JSON.stringify(
9259
+ CreatePlanLicenseTierAdditionalCurrency$outboundSchema.parse(
9260
+ createPlanLicenseTierAdditionalCurrency
9261
+ )
9262
+ );
9263
+ }
9264
+ var CreatePlanLicenseTier$outboundSchema = z69__namespace.pipe(
9265
+ z69__namespace.object({
9266
+ to: smartUnion([z69__namespace.number(), z69__namespace.string()]),
9267
+ amount: z69__namespace.optional(z69__namespace.number()),
9268
+ flatAmount: z69__namespace.optional(z69__namespace.number()),
9269
+ additionalCurrencies: z69__namespace.optional(z69__namespace.array(z69__namespace.lazy(
9270
+ () => CreatePlanLicenseTierAdditionalCurrency$outboundSchema
9271
+ )))
9272
+ }),
9273
+ z69__namespace.transform((v) => {
9274
+ return remap(v, {
9275
+ flatAmount: "flat_amount",
9276
+ additionalCurrencies: "additional_currencies"
9277
+ });
9278
+ })
9279
+ );
9280
+ function createPlanLicenseTierToJSON(createPlanLicenseTier) {
9281
+ return JSON.stringify(
9282
+ CreatePlanLicenseTier$outboundSchema.parse(createPlanLicenseTier)
9283
+ );
9284
+ }
9285
+ var CreatePlanLicenseTierBehavior$outboundSchema = z69__namespace.enum(CreatePlanLicenseTierBehavior);
9286
+ var CreatePlanLicenseAddItemPriceInterval$outboundSchema = z69__namespace.enum(
9287
+ CreatePlanLicenseAddItemPriceInterval
9288
+ );
9289
+ var CreatePlanLicenseAddItemBillingMethod$outboundSchema = z69__namespace.enum(
9290
+ CreatePlanLicenseAddItemBillingMethod
9291
+ );
9292
+ var CreatePlanLicensePrice$outboundSchema = z69__namespace.pipe(
9293
+ z69__namespace.object({
9294
+ amount: z69__namespace.optional(z69__namespace.number()),
9295
+ additionalCurrencies: z69__namespace.optional(z69__namespace.array(z69__namespace.lazy(
9296
+ () => CreatePlanLicenseAddItemAdditionalCurrency$outboundSchema
9297
+ ))),
9298
+ tiers: z69__namespace.optional(z69__namespace.array(z69__namespace.lazy(
9299
+ () => CreatePlanLicenseTier$outboundSchema
9300
+ ))),
9301
+ tierBehavior: z69__namespace.optional(CreatePlanLicenseTierBehavior$outboundSchema),
9302
+ interval: CreatePlanLicenseAddItemPriceInterval$outboundSchema,
9303
+ intervalCount: z69__namespace._default(z69__namespace.number(), 1),
9304
+ billingUnits: z69__namespace._default(z69__namespace.number(), 1),
9305
+ billingMethod: CreatePlanLicenseAddItemBillingMethod$outboundSchema,
9306
+ maxPurchase: z69__namespace.optional(z69__namespace.nullable(z69__namespace.number()))
9307
+ }),
9308
+ z69__namespace.transform((v) => {
9309
+ return remap(v, {
9310
+ additionalCurrencies: "additional_currencies",
9311
+ tierBehavior: "tier_behavior",
9312
+ intervalCount: "interval_count",
9313
+ billingUnits: "billing_units",
9314
+ billingMethod: "billing_method",
9315
+ maxPurchase: "max_purchase"
9316
+ });
9317
+ })
9318
+ );
9319
+ function createPlanLicensePriceToJSON(createPlanLicensePrice) {
9320
+ return JSON.stringify(
9321
+ CreatePlanLicensePrice$outboundSchema.parse(createPlanLicensePrice)
9322
+ );
9323
+ }
9324
+ var CreatePlanLicenseOnIncrease$outboundSchema = z69__namespace.enum(CreatePlanLicenseOnIncrease);
9325
+ var CreatePlanLicenseOnDecrease$outboundSchema = z69__namespace.enum(CreatePlanLicenseOnDecrease);
9326
+ var CreatePlanLicenseProration$outboundSchema = z69__namespace.pipe(
9327
+ z69__namespace.object({
9328
+ onIncrease: CreatePlanLicenseOnIncrease$outboundSchema,
9329
+ onDecrease: CreatePlanLicenseOnDecrease$outboundSchema
9330
+ }),
9331
+ z69__namespace.transform((v) => {
9332
+ return remap(v, {
9333
+ onIncrease: "on_increase",
9334
+ onDecrease: "on_decrease"
9335
+ });
9336
+ })
9337
+ );
9338
+ function createPlanLicenseProrationToJSON(createPlanLicenseProration) {
9339
+ return JSON.stringify(
9340
+ CreatePlanLicenseProration$outboundSchema.parse(createPlanLicenseProration)
9341
+ );
9342
+ }
9343
+ var CreatePlanLicenseExpiryDurationType$outboundSchema = z69__namespace.enum(CreatePlanLicenseExpiryDurationType);
9344
+ var CreatePlanLicenseRollover$outboundSchema = z69__namespace.pipe(
9345
+ z69__namespace.object({
9346
+ max: z69__namespace.optional(z69__namespace.number()),
9347
+ maxPercentage: z69__namespace.optional(z69__namespace.number()),
9348
+ expiryDurationType: CreatePlanLicenseExpiryDurationType$outboundSchema,
9349
+ expiryDurationLength: z69__namespace.optional(z69__namespace.number())
9350
+ }),
9351
+ z69__namespace.transform((v) => {
9352
+ return remap(v, {
9353
+ maxPercentage: "max_percentage",
9354
+ expiryDurationType: "expiry_duration_type",
9355
+ expiryDurationLength: "expiry_duration_length"
9356
+ });
9357
+ })
9358
+ );
9359
+ function createPlanLicenseRolloverToJSON(createPlanLicenseRollover) {
9360
+ return JSON.stringify(
9361
+ CreatePlanLicenseRollover$outboundSchema.parse(createPlanLicenseRollover)
9362
+ );
9363
+ }
9364
+ var CreatePlanLicensePlanItem$outboundSchema = z69__namespace.pipe(
9365
+ z69__namespace.object({
9366
+ featureId: z69__namespace.string(),
9367
+ included: z69__namespace.optional(z69__namespace.number()),
9368
+ unlimited: z69__namespace.optional(z69__namespace.boolean()),
9369
+ reset: z69__namespace.optional(z69__namespace.lazy(() => CreatePlanLicenseReset$outboundSchema)),
9370
+ price: z69__namespace.optional(z69__namespace.lazy(() => CreatePlanLicensePrice$outboundSchema)),
9371
+ proration: z69__namespace.optional(
9372
+ z69__namespace.lazy(() => CreatePlanLicenseProration$outboundSchema)
9373
+ ),
9374
+ rollover: z69__namespace.optional(
9375
+ z69__namespace.lazy(() => CreatePlanLicenseRollover$outboundSchema)
9376
+ )
9377
+ }),
9378
+ z69__namespace.transform((v) => {
9379
+ return remap(v, {
9380
+ featureId: "feature_id"
9381
+ });
9382
+ })
9383
+ );
9384
+ function createPlanLicensePlanItemToJSON(createPlanLicensePlanItem) {
9385
+ return JSON.stringify(
9386
+ CreatePlanLicensePlanItem$outboundSchema.parse(createPlanLicensePlanItem)
9387
+ );
9388
+ }
9389
+ var CreatePlanLicenseRemoveItemBillingMethod$outboundSchema = z69__namespace.enum(
9390
+ CreatePlanLicenseRemoveItemBillingMethod
9391
+ );
9392
+ var CreatePlanIntervalLicenseRemoveItemEnum2$outboundSchema = z69__namespace.enum(
9393
+ CreatePlanIntervalLicenseRemoveItemEnum2
9394
+ );
9395
+ var CreatePlanIntervalLicenseRemoveItemEnum1$outboundSchema = z69__namespace.enum(
9396
+ CreatePlanIntervalLicenseRemoveItemEnum1
9397
+ );
9398
+ var CreatePlanLicenseIntervalUnion$outboundSchema = smartUnion([
9399
+ CreatePlanIntervalLicenseRemoveItemEnum1$outboundSchema,
9400
+ CreatePlanIntervalLicenseRemoveItemEnum2$outboundSchema
9401
+ ]);
9402
+ function createPlanLicenseIntervalUnionToJSON(createPlanLicenseIntervalUnion) {
9403
+ return JSON.stringify(
9404
+ CreatePlanLicenseIntervalUnion$outboundSchema.parse(
9405
+ createPlanLicenseIntervalUnion
9406
+ )
9407
+ );
9408
+ }
9409
+ var CreatePlanLicensePlanItemFilter$outboundSchema = z69__namespace.pipe(
9410
+ z69__namespace.object({
9411
+ featureId: z69__namespace.optional(z69__namespace.string()),
9412
+ billingMethod: z69__namespace.optional(
9413
+ CreatePlanLicenseRemoveItemBillingMethod$outboundSchema
9414
+ ),
9415
+ interval: z69__namespace.optional(
9416
+ smartUnion([
9417
+ CreatePlanIntervalLicenseRemoveItemEnum1$outboundSchema,
9418
+ CreatePlanIntervalLicenseRemoveItemEnum2$outboundSchema
9419
+ ])
9420
+ ),
9421
+ intervalCount: z69__namespace.optional(z69__namespace.int())
9422
+ }),
9423
+ z69__namespace.transform((v) => {
9424
+ return remap(v, {
9425
+ featureId: "feature_id",
9426
+ billingMethod: "billing_method",
9427
+ intervalCount: "interval_count"
9428
+ });
9429
+ })
9430
+ );
9431
+ function createPlanLicensePlanItemFilterToJSON(createPlanLicensePlanItemFilter) {
9432
+ return JSON.stringify(
9433
+ CreatePlanLicensePlanItemFilter$outboundSchema.parse(
9434
+ createPlanLicensePlanItemFilter
9435
+ )
9436
+ );
9437
+ }
9438
+ var CreatePlanLicenseCustomize$outboundSchema = z69__namespace.pipe(
9439
+ z69__namespace.object({
9440
+ price: z69__namespace.optional(
9441
+ z69__namespace.nullable(z69__namespace.lazy(() => CreatePlanLicenseBasePrice$outboundSchema))
9442
+ ),
9443
+ addItems: z69__namespace.optional(
9444
+ z69__namespace.array(z69__namespace.lazy(() => CreatePlanLicensePlanItem$outboundSchema))
9445
+ ),
9446
+ removeItems: z69__namespace.optional(
9447
+ z69__namespace.array(z69__namespace.lazy(() => CreatePlanLicensePlanItemFilter$outboundSchema))
9448
+ )
9449
+ }),
9450
+ z69__namespace.transform((v) => {
9451
+ return remap(v, {
9452
+ addItems: "add_items",
9453
+ removeItems: "remove_items"
9454
+ });
9455
+ })
9456
+ );
9457
+ function createPlanLicenseCustomizeToJSON(createPlanLicenseCustomize) {
9458
+ return JSON.stringify(
9459
+ CreatePlanLicenseCustomize$outboundSchema.parse(createPlanLicenseCustomize)
9460
+ );
9461
+ }
9080
9462
  var CreatePlanLicense$outboundSchema = z69__namespace.pipe(
9081
9463
  z69__namespace.object({
9082
9464
  licensePlanId: z69__namespace.string(),
9083
9465
  included: z69__namespace.optional(z69__namespace.int()),
9084
9466
  prepaidOnly: z69__namespace.optional(z69__namespace.boolean()),
9467
+ customize: z69__namespace.optional(
9468
+ z69__namespace.nullable(z69__namespace.lazy(() => CreatePlanLicenseCustomize$outboundSchema))
9469
+ ),
9085
9470
  metadata: z69__namespace.optional(z69__namespace.record(z69__namespace.string(), z69__namespace.any())),
9086
9471
  version: z69__namespace.optional(z69__namespace.int())
9087
9472
  }),
@@ -9714,7 +10099,7 @@ function createPlanVariantDetailsAdditionalCurrencyFromJSON(jsonString) {
9714
10099
  `Failed to parse 'CreatePlanVariantDetailsAdditionalCurrency' from JSON`
9715
10100
  );
9716
10101
  }
9717
- var CreatePlanBasePrice$inboundSchema = z69__namespace.pipe(
10102
+ var CreatePlanBasePriceResponse$inboundSchema = z69__namespace.pipe(
9718
10103
  z69__namespace.object({
9719
10104
  amount: number2(),
9720
10105
  interval: CreatePlanPriceVariantDetailsInterval$inboundSchema,
@@ -9730,17 +10115,17 @@ var CreatePlanBasePrice$inboundSchema = z69__namespace.pipe(
9730
10115
  });
9731
10116
  })
9732
10117
  );
9733
- function createPlanBasePriceFromJSON(jsonString) {
10118
+ function createPlanBasePriceResponseFromJSON(jsonString) {
9734
10119
  return safeParse(
9735
10120
  jsonString,
9736
- (x) => CreatePlanBasePrice$inboundSchema.parse(JSON.parse(x)),
9737
- `Failed to parse 'CreatePlanBasePrice' from JSON`
10121
+ (x) => CreatePlanBasePriceResponse$inboundSchema.parse(JSON.parse(x)),
10122
+ `Failed to parse 'CreatePlanBasePriceResponse' from JSON`
9738
10123
  );
9739
10124
  }
9740
- var CreatePlanAddItemResetInterval$inboundSchema = inboundSchema(CreatePlanAddItemResetInterval);
10125
+ var CreatePlanVariantDetailsResetInterval$inboundSchema = inboundSchema(CreatePlanVariantDetailsResetInterval);
9741
10126
  var CreatePlanVariantDetailsReset$inboundSchema = z69__namespace.pipe(
9742
10127
  z69__namespace.object({
9743
- interval: CreatePlanAddItemResetInterval$inboundSchema,
10128
+ interval: CreatePlanVariantDetailsResetInterval$inboundSchema,
9744
10129
  interval_count: optional3(number2())
9745
10130
  }),
9746
10131
  z69__namespace.transform((v) => {
@@ -9756,15 +10141,17 @@ function createPlanVariantDetailsResetFromJSON(jsonString) {
9756
10141
  `Failed to parse 'CreatePlanVariantDetailsReset' from JSON`
9757
10142
  );
9758
10143
  }
9759
- var CreatePlanAddItemAdditionalCurrency$inboundSchema = z69__namespace.object({
10144
+ var CreatePlanVariantDetailsAddItemAdditionalCurrency$inboundSchema = z69__namespace.object({
9760
10145
  currency: string4(),
9761
10146
  amount: number2()
9762
10147
  });
9763
- function createPlanAddItemAdditionalCurrencyFromJSON(jsonString) {
10148
+ function createPlanVariantDetailsAddItemAdditionalCurrencyFromJSON(jsonString) {
9764
10149
  return safeParse(
9765
10150
  jsonString,
9766
- (x) => CreatePlanAddItemAdditionalCurrency$inboundSchema.parse(JSON.parse(x)),
9767
- `Failed to parse 'CreatePlanAddItemAdditionalCurrency' from JSON`
10151
+ (x) => CreatePlanVariantDetailsAddItemAdditionalCurrency$inboundSchema.parse(
10152
+ JSON.parse(x)
10153
+ ),
10154
+ `Failed to parse 'CreatePlanVariantDetailsAddItemAdditionalCurrency' from JSON`
9768
10155
  );
9769
10156
  }
9770
10157
  var CreatePlanVariantDetailsTo$inboundSchema = smartUnion([number2(), string4()]);
@@ -9820,24 +10207,24 @@ function createPlanVariantDetailsTierFromJSON(jsonString) {
9820
10207
  );
9821
10208
  }
9822
10209
  var CreatePlanVariantDetailsTierBehavior$inboundSchema = inboundSchema(CreatePlanVariantDetailsTierBehavior);
9823
- var CreatePlanAddItemPriceInterval$inboundSchema = inboundSchema(CreatePlanAddItemPriceInterval);
9824
- var CreatePlanAddItemBillingMethod$inboundSchema = inboundSchema(CreatePlanAddItemBillingMethod);
10210
+ var CreatePlanVariantDetailsAddItemPriceInterval$inboundSchema = inboundSchema(CreatePlanVariantDetailsAddItemPriceInterval);
10211
+ var CreatePlanVariantDetailsAddItemBillingMethod$inboundSchema = inboundSchema(CreatePlanVariantDetailsAddItemBillingMethod);
9825
10212
  var CreatePlanVariantDetailsPrice$inboundSchema = z69__namespace.pipe(
9826
10213
  z69__namespace.object({
9827
10214
  amount: optional3(number2()),
9828
- additional_currencies: optional3(
9829
- z69__namespace.array(z69__namespace.lazy(() => CreatePlanAddItemAdditionalCurrency$inboundSchema))
9830
- ),
9831
- tiers: optional3(
9832
- z69__namespace.array(z69__namespace.lazy(() => CreatePlanVariantDetailsTier$inboundSchema))
9833
- ),
10215
+ additional_currencies: optional3(z69__namespace.array(z69__namespace.lazy(
10216
+ () => CreatePlanVariantDetailsAddItemAdditionalCurrency$inboundSchema
10217
+ ))),
10218
+ tiers: optional3(z69__namespace.array(z69__namespace.lazy(
10219
+ () => CreatePlanVariantDetailsTier$inboundSchema
10220
+ ))),
9834
10221
  tier_behavior: optional3(
9835
10222
  CreatePlanVariantDetailsTierBehavior$inboundSchema
9836
10223
  ),
9837
- interval: CreatePlanAddItemPriceInterval$inboundSchema,
10224
+ interval: CreatePlanVariantDetailsAddItemPriceInterval$inboundSchema,
9838
10225
  interval_count: z69__namespace._default(number2(), 1),
9839
10226
  billing_units: z69__namespace._default(number2(), 1),
9840
- billing_method: CreatePlanAddItemBillingMethod$inboundSchema,
10227
+ billing_method: CreatePlanVariantDetailsAddItemBillingMethod$inboundSchema,
9841
10228
  max_purchase: z69__namespace.optional(z69__namespace.nullable(number2()))
9842
10229
  }),
9843
10230
  z69__namespace.transform((v) => {
@@ -9933,30 +10320,30 @@ function createPlanPlanItemResponseFromJSON(jsonString) {
9933
10320
  `Failed to parse 'CreatePlanPlanItemResponse' from JSON`
9934
10321
  );
9935
10322
  }
9936
- var CreatePlanRemoveItemBillingMethod$inboundSchema = inboundSchema(CreatePlanRemoveItemBillingMethod);
9937
- var CreatePlanIntervalRemoveItemEnum2$inboundSchema = inboundSchema(CreatePlanIntervalRemoveItemEnum2);
9938
- var CreatePlanIntervalRemoveItemEnum1$inboundSchema = inboundSchema(CreatePlanIntervalRemoveItemEnum1);
9939
- var CreatePlanIntervalUnion$inboundSchema = smartUnion([
9940
- CreatePlanIntervalRemoveItemEnum1$inboundSchema,
9941
- CreatePlanIntervalRemoveItemEnum2$inboundSchema
10323
+ var CreatePlanVariantDetailsRemoveItemBillingMethod$inboundSchema = inboundSchema(CreatePlanVariantDetailsRemoveItemBillingMethod);
10324
+ var CreatePlanIntervalVariantDetailsRemoveItemEnum2$inboundSchema = inboundSchema(CreatePlanIntervalVariantDetailsRemoveItemEnum2);
10325
+ var CreatePlanIntervalVariantDetailsRemoveItemEnum1$inboundSchema = inboundSchema(CreatePlanIntervalVariantDetailsRemoveItemEnum1);
10326
+ var CreatePlanVariantDetailsIntervalUnion$inboundSchema = smartUnion([
10327
+ CreatePlanIntervalVariantDetailsRemoveItemEnum1$inboundSchema,
10328
+ CreatePlanIntervalVariantDetailsRemoveItemEnum2$inboundSchema
9942
10329
  ]);
9943
- function createPlanIntervalUnionFromJSON(jsonString) {
10330
+ function createPlanVariantDetailsIntervalUnionFromJSON(jsonString) {
9944
10331
  return safeParse(
9945
10332
  jsonString,
9946
- (x) => CreatePlanIntervalUnion$inboundSchema.parse(JSON.parse(x)),
9947
- `Failed to parse 'CreatePlanIntervalUnion' from JSON`
10333
+ (x) => CreatePlanVariantDetailsIntervalUnion$inboundSchema.parse(JSON.parse(x)),
10334
+ `Failed to parse 'CreatePlanVariantDetailsIntervalUnion' from JSON`
9948
10335
  );
9949
10336
  }
9950
- var CreatePlanPlanItemFilter$inboundSchema = z69__namespace.pipe(
10337
+ var CreatePlanPlanItemFilterResponse$inboundSchema = z69__namespace.pipe(
9951
10338
  z69__namespace.object({
9952
10339
  feature_id: optional3(string4()),
9953
10340
  billing_method: optional3(
9954
- CreatePlanRemoveItemBillingMethod$inboundSchema
10341
+ CreatePlanVariantDetailsRemoveItemBillingMethod$inboundSchema
9955
10342
  ),
9956
10343
  interval: optional3(
9957
10344
  smartUnion([
9958
- CreatePlanIntervalRemoveItemEnum1$inboundSchema,
9959
- CreatePlanIntervalRemoveItemEnum2$inboundSchema
10345
+ CreatePlanIntervalVariantDetailsRemoveItemEnum1$inboundSchema,
10346
+ CreatePlanIntervalVariantDetailsRemoveItemEnum2$inboundSchema
9960
10347
  ])
9961
10348
  ),
9962
10349
  interval_count: optional3(number2())
@@ -9969,11 +10356,11 @@ var CreatePlanPlanItemFilter$inboundSchema = z69__namespace.pipe(
9969
10356
  });
9970
10357
  })
9971
10358
  );
9972
- function createPlanPlanItemFilterFromJSON(jsonString) {
10359
+ function createPlanPlanItemFilterResponseFromJSON(jsonString) {
9973
10360
  return safeParse(
9974
10361
  jsonString,
9975
- (x) => CreatePlanPlanItemFilter$inboundSchema.parse(JSON.parse(x)),
9976
- `Failed to parse 'CreatePlanPlanItemFilter' from JSON`
10362
+ (x) => CreatePlanPlanItemFilterResponse$inboundSchema.parse(JSON.parse(x)),
10363
+ `Failed to parse 'CreatePlanPlanItemFilterResponse' from JSON`
9977
10364
  );
9978
10365
  }
9979
10366
  var CreatePlanVariantDetailsDurationType$inboundSchema = inboundSchema(CreatePlanVariantDetailsDurationType);
@@ -10187,16 +10574,16 @@ function createPlanVariantDetailsBillingControlsFromJSON(jsonString) {
10187
10574
  `Failed to parse 'CreatePlanVariantDetailsBillingControls' from JSON`
10188
10575
  );
10189
10576
  }
10190
- var CreatePlanCustomize$inboundSchema = z69__namespace.pipe(
10577
+ var CreatePlanCustomizeResponse$inboundSchema = z69__namespace.pipe(
10191
10578
  z69__namespace.object({
10192
10579
  price: z69__namespace.optional(
10193
- z69__namespace.nullable(z69__namespace.lazy(() => CreatePlanBasePrice$inboundSchema))
10580
+ z69__namespace.nullable(z69__namespace.lazy(() => CreatePlanBasePriceResponse$inboundSchema))
10194
10581
  ),
10195
10582
  add_items: optional3(
10196
10583
  z69__namespace.array(z69__namespace.lazy(() => CreatePlanPlanItemResponse$inboundSchema))
10197
10584
  ),
10198
10585
  remove_items: optional3(
10199
- z69__namespace.array(z69__namespace.lazy(() => CreatePlanPlanItemFilter$inboundSchema))
10586
+ z69__namespace.array(z69__namespace.lazy(() => CreatePlanPlanItemFilterResponse$inboundSchema))
10200
10587
  ),
10201
10588
  free_trial: z69__namespace.optional(
10202
10589
  z69__namespace.nullable(z69__namespace.lazy(() => CreatePlanFreeTrialParams$inboundSchema))
@@ -10214,17 +10601,19 @@ var CreatePlanCustomize$inboundSchema = z69__namespace.pipe(
10214
10601
  });
10215
10602
  })
10216
10603
  );
10217
- function createPlanCustomizeFromJSON(jsonString) {
10604
+ function createPlanCustomizeResponseFromJSON(jsonString) {
10218
10605
  return safeParse(
10219
10606
  jsonString,
10220
- (x) => CreatePlanCustomize$inboundSchema.parse(JSON.parse(x)),
10221
- `Failed to parse 'CreatePlanCustomize' from JSON`
10607
+ (x) => CreatePlanCustomizeResponse$inboundSchema.parse(JSON.parse(x)),
10608
+ `Failed to parse 'CreatePlanCustomizeResponse' from JSON`
10222
10609
  );
10223
10610
  }
10224
10611
  var CreatePlanVariantDetails$inboundSchema = z69__namespace.pipe(
10225
10612
  z69__namespace.object({
10226
10613
  base_plan_id: string4(),
10227
- customize: optional3(z69__namespace.lazy(() => CreatePlanCustomize$inboundSchema))
10614
+ customize: optional3(
10615
+ z69__namespace.lazy(() => CreatePlanCustomizeResponse$inboundSchema)
10616
+ )
10228
10617
  }),
10229
10618
  z69__namespace.transform((v) => {
10230
10619
  return remap(v, {
@@ -14344,7 +14733,7 @@ var GetPlanPriceVariantDetailsInterval = {
14344
14733
  SemiAnnual: "semi_annual",
14345
14734
  Year: "year"
14346
14735
  };
14347
- var GetPlanAddItemResetInterval = {
14736
+ var GetPlanVariantDetailsResetInterval = {
14348
14737
  OneOff: "one_off",
14349
14738
  Minute: "minute",
14350
14739
  Hour: "hour",
@@ -14845,10 +15234,10 @@ function getPlanBasePriceFromJSON(jsonString) {
14845
15234
  `Failed to parse 'GetPlanBasePrice' from JSON`
14846
15235
  );
14847
15236
  }
14848
- var GetPlanAddItemResetInterval$inboundSchema = inboundSchema(GetPlanAddItemResetInterval);
15237
+ var GetPlanVariantDetailsResetInterval$inboundSchema = inboundSchema(GetPlanVariantDetailsResetInterval);
14849
15238
  var GetPlanVariantDetailsReset$inboundSchema = z69__namespace.pipe(
14850
15239
  z69__namespace.object({
14851
- interval: GetPlanAddItemResetInterval$inboundSchema,
15240
+ interval: GetPlanVariantDetailsResetInterval$inboundSchema,
14852
15241
  interval_count: optional3(number2())
14853
15242
  }),
14854
15243
  z69__namespace.transform((v) => {
@@ -17651,7 +18040,7 @@ var ListPlansPriceVariantDetailsInterval = {
17651
18040
  SemiAnnual: "semi_annual",
17652
18041
  Year: "year"
17653
18042
  };
17654
- var ListPlansAddItemResetInterval = {
18043
+ var ListPlansVariantDetailsResetInterval = {
17655
18044
  OneOff: "one_off",
17656
18045
  Minute: "minute",
17657
18046
  Hour: "hour",
@@ -18159,10 +18548,10 @@ function listPlansBasePriceFromJSON(jsonString) {
18159
18548
  `Failed to parse 'ListPlansBasePrice' from JSON`
18160
18549
  );
18161
18550
  }
18162
- var ListPlansAddItemResetInterval$inboundSchema = inboundSchema(ListPlansAddItemResetInterval);
18551
+ var ListPlansVariantDetailsResetInterval$inboundSchema = inboundSchema(ListPlansVariantDetailsResetInterval);
18163
18552
  var ListPlansVariantDetailsReset$inboundSchema = z69__namespace.pipe(
18164
18553
  z69__namespace.object({
18165
- interval: ListPlansAddItemResetInterval$inboundSchema,
18554
+ interval: ListPlansVariantDetailsResetInterval$inboundSchema,
18166
18555
  interval_count: optional3(number2())
18167
18556
  }),
18168
18557
  z69__namespace.transform((v) => {
@@ -26541,6 +26930,10 @@ function syncRevenueCatResponseFromJSON(jsonString) {
26541
26930
  `Failed to parse 'SyncRevenueCatResponse' from JSON`
26542
26931
  );
26543
26932
  }
26933
+ var TrackOverageBehavior = {
26934
+ Cap: "cap",
26935
+ Overflow: "overflow"
26936
+ };
26544
26937
  var TrackIntervalEnum2 = {
26545
26938
  OneOff: "one_off",
26546
26939
  Minute: "minute",
@@ -26563,6 +26956,7 @@ var TrackIntervalEnum1 = {
26563
26956
  SemiAnnual: "semi_annual",
26564
26957
  Year: "year"
26565
26958
  };
26959
+ var TrackOverageBehavior$outboundSchema = z69__namespace.enum(TrackOverageBehavior);
26566
26960
  var TrackLock$outboundSchema = z69__namespace.pipe(
26567
26961
  z69__namespace.object({
26568
26962
  lockId: z69__namespace.string(),
@@ -26588,6 +26982,7 @@ var TrackParams$outboundSchema = z69__namespace.pipe(
26588
26982
  value: z69__namespace.optional(z69__namespace.number()),
26589
26983
  properties: z69__namespace.optional(z69__namespace.record(z69__namespace.string(), z69__namespace.any())),
26590
26984
  timestamp: z69__namespace.optional(z69__namespace.int()),
26985
+ overageBehavior: z69__namespace.optional(TrackOverageBehavior$outboundSchema),
26591
26986
  async: z69__namespace.optional(z69__namespace.boolean()),
26592
26987
  lock: z69__namespace.optional(z69__namespace.lazy(() => TrackLock$outboundSchema))
26593
26988
  }),
@@ -26596,7 +26991,8 @@ var TrackParams$outboundSchema = z69__namespace.pipe(
26596
26991
  customerId: "customer_id",
26597
26992
  featureId: "feature_id",
26598
26993
  entityId: "entity_id",
26599
- eventName: "event_name"
26994
+ eventName: "event_name",
26995
+ overageBehavior: "overage_behavior"
26600
26996
  });
26601
26997
  })
26602
26998
  );
@@ -26776,6 +27172,10 @@ function trackResponseFromJSON(jsonString) {
26776
27172
  `Failed to parse 'TrackResponse' from JSON`
26777
27173
  );
26778
27174
  }
27175
+ var TrackTokensOverageBehavior = {
27176
+ Cap: "cap",
27177
+ Overflow: "overflow"
27178
+ };
26779
27179
  var TrackTokensIntervalEnum2 = {
26780
27180
  OneOff: "one_off",
26781
27181
  Minute: "minute",
@@ -26798,6 +27198,7 @@ var TrackTokensIntervalEnum1 = {
26798
27198
  SemiAnnual: "semi_annual",
26799
27199
  Year: "year"
26800
27200
  };
27201
+ var TrackTokensOverageBehavior$outboundSchema = z69__namespace.enum(TrackTokensOverageBehavior);
26801
27202
  var TrackTokensParams$outboundSchema = z69__namespace.pipe(
26802
27203
  z69__namespace.object({
26803
27204
  customerId: z69__namespace.string(),
@@ -26813,6 +27214,7 @@ var TrackTokensParams$outboundSchema = z69__namespace.pipe(
26813
27214
  reasoningTokens: z69__namespace.optional(z69__namespace.int()),
26814
27215
  properties: z69__namespace.optional(z69__namespace.record(z69__namespace.string(), z69__namespace.any())),
26815
27216
  timestamp: z69__namespace.optional(z69__namespace.int()),
27217
+ overageBehavior: z69__namespace.optional(TrackTokensOverageBehavior$outboundSchema),
26816
27218
  async: z69__namespace.optional(z69__namespace.boolean())
26817
27219
  }),
26818
27220
  z69__namespace.transform((v) => {
@@ -26827,7 +27229,8 @@ var TrackTokensParams$outboundSchema = z69__namespace.pipe(
26827
27229
  cacheWriteTokens: "cache_write_tokens",
26828
27230
  audioInputTokens: "audio_input_tokens",
26829
27231
  audioOutputTokens: "audio_output_tokens",
26830
- reasoningTokens: "reasoning_tokens"
27232
+ reasoningTokens: "reasoning_tokens",
27233
+ overageBehavior: "overage_behavior"
26831
27234
  });
26832
27235
  })
26833
27236
  );
@@ -28884,6 +29287,81 @@ var UpdatePlanItemExpiryDurationTypeRequestBody = {
28884
29287
  Month: "month",
28885
29288
  Forever: "forever"
28886
29289
  };
29290
+ var UpdatePlanPriceLicenseInterval = {
29291
+ OneOff: "one_off",
29292
+ Week: "week",
29293
+ Month: "month",
29294
+ Quarter: "quarter",
29295
+ SemiAnnual: "semi_annual",
29296
+ Year: "year"
29297
+ };
29298
+ var UpdatePlanLicenseResetInterval = {
29299
+ OneOff: "one_off",
29300
+ Minute: "minute",
29301
+ Hour: "hour",
29302
+ Day: "day",
29303
+ Week: "week",
29304
+ Month: "month",
29305
+ Quarter: "quarter",
29306
+ SemiAnnual: "semi_annual",
29307
+ Year: "year"
29308
+ };
29309
+ var UpdatePlanLicenseTierBehavior = {
29310
+ Graduated: "graduated",
29311
+ Volume: "volume"
29312
+ };
29313
+ var UpdatePlanLicenseAddItemPriceInterval = {
29314
+ OneOff: "one_off",
29315
+ Week: "week",
29316
+ Month: "month",
29317
+ Quarter: "quarter",
29318
+ SemiAnnual: "semi_annual",
29319
+ Year: "year"
29320
+ };
29321
+ var UpdatePlanLicenseAddItemBillingMethod = {
29322
+ Prepaid: "prepaid",
29323
+ UsageBased: "usage_based"
29324
+ };
29325
+ var UpdatePlanLicenseOnIncrease = {
29326
+ BillImmediately: "bill_immediately",
29327
+ ProrateImmediately: "prorate_immediately",
29328
+ ProrateNextCycle: "prorate_next_cycle",
29329
+ BillNextCycle: "bill_next_cycle"
29330
+ };
29331
+ var UpdatePlanLicenseOnDecrease = {
29332
+ Prorate: "prorate",
29333
+ ProrateImmediately: "prorate_immediately",
29334
+ ProrateNextCycle: "prorate_next_cycle",
29335
+ None: "none",
29336
+ NoProrations: "no_prorations"
29337
+ };
29338
+ var UpdatePlanLicenseExpiryDurationType = {
29339
+ Month: "month",
29340
+ Forever: "forever"
29341
+ };
29342
+ var UpdatePlanLicenseRemoveItemBillingMethod = {
29343
+ Prepaid: "prepaid",
29344
+ UsageBased: "usage_based"
29345
+ };
29346
+ var UpdatePlanIntervalLicenseRemoveItemEnum2 = {
29347
+ OneOff: "one_off",
29348
+ Minute: "minute",
29349
+ Hour: "hour",
29350
+ Day: "day",
29351
+ Week: "week",
29352
+ Month: "month",
29353
+ Quarter: "quarter",
29354
+ SemiAnnual: "semi_annual",
29355
+ Year: "year"
29356
+ };
29357
+ var UpdatePlanIntervalLicenseRemoveItemEnum1 = {
29358
+ OneOff: "one_off",
29359
+ Week: "week",
29360
+ Month: "month",
29361
+ Quarter: "quarter",
29362
+ SemiAnnual: "semi_annual",
29363
+ Year: "year"
29364
+ };
28887
29365
  var UpdatePlanDurationTypeRequest = {
28888
29366
  Day: "day",
28889
29367
  Month: "month",
@@ -29451,11 +29929,298 @@ function updatePlanItemPlanItemToJSON(updatePlanItemPlanItem) {
29451
29929
  UpdatePlanItemPlanItem$outboundSchema.parse(updatePlanItemPlanItem)
29452
29930
  );
29453
29931
  }
29932
+ var UpdatePlanPriceLicenseInterval$outboundSchema = z69__namespace.enum(UpdatePlanPriceLicenseInterval);
29933
+ var UpdatePlanLicenseAdditionalCurrency$outboundSchema = z69__namespace.object({
29934
+ currency: z69__namespace.string(),
29935
+ amount: z69__namespace.number()
29936
+ });
29937
+ function updatePlanLicenseAdditionalCurrencyToJSON(updatePlanLicenseAdditionalCurrency) {
29938
+ return JSON.stringify(
29939
+ UpdatePlanLicenseAdditionalCurrency$outboundSchema.parse(
29940
+ updatePlanLicenseAdditionalCurrency
29941
+ )
29942
+ );
29943
+ }
29944
+ var UpdatePlanLicenseBasePrice$outboundSchema = z69__namespace.pipe(
29945
+ z69__namespace.object({
29946
+ amount: z69__namespace.number(),
29947
+ interval: UpdatePlanPriceLicenseInterval$outboundSchema,
29948
+ intervalCount: z69__namespace.optional(z69__namespace.number()),
29949
+ additionalCurrencies: z69__namespace.optional(
29950
+ z69__namespace.array(z69__namespace.lazy(() => UpdatePlanLicenseAdditionalCurrency$outboundSchema))
29951
+ )
29952
+ }),
29953
+ z69__namespace.transform((v) => {
29954
+ return remap(v, {
29955
+ intervalCount: "interval_count",
29956
+ additionalCurrencies: "additional_currencies"
29957
+ });
29958
+ })
29959
+ );
29960
+ function updatePlanLicenseBasePriceToJSON(updatePlanLicenseBasePrice) {
29961
+ return JSON.stringify(
29962
+ UpdatePlanLicenseBasePrice$outboundSchema.parse(updatePlanLicenseBasePrice)
29963
+ );
29964
+ }
29965
+ var UpdatePlanLicenseResetInterval$outboundSchema = z69__namespace.enum(UpdatePlanLicenseResetInterval);
29966
+ var UpdatePlanLicenseReset$outboundSchema = z69__namespace.pipe(
29967
+ z69__namespace.object({
29968
+ interval: UpdatePlanLicenseResetInterval$outboundSchema,
29969
+ intervalCount: z69__namespace.optional(z69__namespace.number())
29970
+ }),
29971
+ z69__namespace.transform((v) => {
29972
+ return remap(v, {
29973
+ intervalCount: "interval_count"
29974
+ });
29975
+ })
29976
+ );
29977
+ function updatePlanLicenseResetToJSON(updatePlanLicenseReset) {
29978
+ return JSON.stringify(
29979
+ UpdatePlanLicenseReset$outboundSchema.parse(updatePlanLicenseReset)
29980
+ );
29981
+ }
29982
+ var UpdatePlanLicenseAddItemAdditionalCurrency$outboundSchema = z69__namespace.object({
29983
+ currency: z69__namespace.string(),
29984
+ amount: z69__namespace.number()
29985
+ });
29986
+ function updatePlanLicenseAddItemAdditionalCurrencyToJSON(updatePlanLicenseAddItemAdditionalCurrency) {
29987
+ return JSON.stringify(
29988
+ UpdatePlanLicenseAddItemAdditionalCurrency$outboundSchema.parse(
29989
+ updatePlanLicenseAddItemAdditionalCurrency
29990
+ )
29991
+ );
29992
+ }
29993
+ var UpdatePlanLicenseTo$outboundSchema = smartUnion([z69__namespace.number(), z69__namespace.string()]);
29994
+ function updatePlanLicenseToToJSON(updatePlanLicenseTo) {
29995
+ return JSON.stringify(
29996
+ UpdatePlanLicenseTo$outboundSchema.parse(updatePlanLicenseTo)
29997
+ );
29998
+ }
29999
+ var UpdatePlanLicenseTierAdditionalCurrency$outboundSchema = z69__namespace.pipe(
30000
+ z69__namespace.object({
30001
+ currency: z69__namespace.optional(z69__namespace.any()),
30002
+ amount: z69__namespace.optional(z69__namespace.any()),
30003
+ flatAmount: z69__namespace.optional(z69__namespace.any())
30004
+ }),
30005
+ z69__namespace.transform((v) => {
30006
+ return remap(v, {
30007
+ flatAmount: "flat_amount"
30008
+ });
30009
+ })
30010
+ );
30011
+ function updatePlanLicenseTierAdditionalCurrencyToJSON(updatePlanLicenseTierAdditionalCurrency) {
30012
+ return JSON.stringify(
30013
+ UpdatePlanLicenseTierAdditionalCurrency$outboundSchema.parse(
30014
+ updatePlanLicenseTierAdditionalCurrency
30015
+ )
30016
+ );
30017
+ }
30018
+ var UpdatePlanLicenseTier$outboundSchema = z69__namespace.pipe(
30019
+ z69__namespace.object({
30020
+ to: smartUnion([z69__namespace.number(), z69__namespace.string()]),
30021
+ amount: z69__namespace.optional(z69__namespace.number()),
30022
+ flatAmount: z69__namespace.optional(z69__namespace.number()),
30023
+ additionalCurrencies: z69__namespace.optional(z69__namespace.array(z69__namespace.lazy(
30024
+ () => UpdatePlanLicenseTierAdditionalCurrency$outboundSchema
30025
+ )))
30026
+ }),
30027
+ z69__namespace.transform((v) => {
30028
+ return remap(v, {
30029
+ flatAmount: "flat_amount",
30030
+ additionalCurrencies: "additional_currencies"
30031
+ });
30032
+ })
30033
+ );
30034
+ function updatePlanLicenseTierToJSON(updatePlanLicenseTier) {
30035
+ return JSON.stringify(
30036
+ UpdatePlanLicenseTier$outboundSchema.parse(updatePlanLicenseTier)
30037
+ );
30038
+ }
30039
+ var UpdatePlanLicenseTierBehavior$outboundSchema = z69__namespace.enum(UpdatePlanLicenseTierBehavior);
30040
+ var UpdatePlanLicenseAddItemPriceInterval$outboundSchema = z69__namespace.enum(
30041
+ UpdatePlanLicenseAddItemPriceInterval
30042
+ );
30043
+ var UpdatePlanLicenseAddItemBillingMethod$outboundSchema = z69__namespace.enum(
30044
+ UpdatePlanLicenseAddItemBillingMethod
30045
+ );
30046
+ var UpdatePlanLicensePrice$outboundSchema = z69__namespace.pipe(
30047
+ z69__namespace.object({
30048
+ amount: z69__namespace.optional(z69__namespace.number()),
30049
+ additionalCurrencies: z69__namespace.optional(z69__namespace.array(z69__namespace.lazy(
30050
+ () => UpdatePlanLicenseAddItemAdditionalCurrency$outboundSchema
30051
+ ))),
30052
+ tiers: z69__namespace.optional(z69__namespace.array(z69__namespace.lazy(
30053
+ () => UpdatePlanLicenseTier$outboundSchema
30054
+ ))),
30055
+ tierBehavior: z69__namespace.optional(UpdatePlanLicenseTierBehavior$outboundSchema),
30056
+ interval: UpdatePlanLicenseAddItemPriceInterval$outboundSchema,
30057
+ intervalCount: z69__namespace._default(z69__namespace.number(), 1),
30058
+ billingUnits: z69__namespace._default(z69__namespace.number(), 1),
30059
+ billingMethod: UpdatePlanLicenseAddItemBillingMethod$outboundSchema,
30060
+ maxPurchase: z69__namespace.optional(z69__namespace.nullable(z69__namespace.number()))
30061
+ }),
30062
+ z69__namespace.transform((v) => {
30063
+ return remap(v, {
30064
+ additionalCurrencies: "additional_currencies",
30065
+ tierBehavior: "tier_behavior",
30066
+ intervalCount: "interval_count",
30067
+ billingUnits: "billing_units",
30068
+ billingMethod: "billing_method",
30069
+ maxPurchase: "max_purchase"
30070
+ });
30071
+ })
30072
+ );
30073
+ function updatePlanLicensePriceToJSON(updatePlanLicensePrice) {
30074
+ return JSON.stringify(
30075
+ UpdatePlanLicensePrice$outboundSchema.parse(updatePlanLicensePrice)
30076
+ );
30077
+ }
30078
+ var UpdatePlanLicenseOnIncrease$outboundSchema = z69__namespace.enum(UpdatePlanLicenseOnIncrease);
30079
+ var UpdatePlanLicenseOnDecrease$outboundSchema = z69__namespace.enum(UpdatePlanLicenseOnDecrease);
30080
+ var UpdatePlanLicenseProration$outboundSchema = z69__namespace.pipe(
30081
+ z69__namespace.object({
30082
+ onIncrease: UpdatePlanLicenseOnIncrease$outboundSchema,
30083
+ onDecrease: UpdatePlanLicenseOnDecrease$outboundSchema
30084
+ }),
30085
+ z69__namespace.transform((v) => {
30086
+ return remap(v, {
30087
+ onIncrease: "on_increase",
30088
+ onDecrease: "on_decrease"
30089
+ });
30090
+ })
30091
+ );
30092
+ function updatePlanLicenseProrationToJSON(updatePlanLicenseProration) {
30093
+ return JSON.stringify(
30094
+ UpdatePlanLicenseProration$outboundSchema.parse(updatePlanLicenseProration)
30095
+ );
30096
+ }
30097
+ var UpdatePlanLicenseExpiryDurationType$outboundSchema = z69__namespace.enum(UpdatePlanLicenseExpiryDurationType);
30098
+ var UpdatePlanLicenseRollover$outboundSchema = z69__namespace.pipe(
30099
+ z69__namespace.object({
30100
+ max: z69__namespace.optional(z69__namespace.number()),
30101
+ maxPercentage: z69__namespace.optional(z69__namespace.number()),
30102
+ expiryDurationType: UpdatePlanLicenseExpiryDurationType$outboundSchema,
30103
+ expiryDurationLength: z69__namespace.optional(z69__namespace.number())
30104
+ }),
30105
+ z69__namespace.transform((v) => {
30106
+ return remap(v, {
30107
+ maxPercentage: "max_percentage",
30108
+ expiryDurationType: "expiry_duration_type",
30109
+ expiryDurationLength: "expiry_duration_length"
30110
+ });
30111
+ })
30112
+ );
30113
+ function updatePlanLicenseRolloverToJSON(updatePlanLicenseRollover) {
30114
+ return JSON.stringify(
30115
+ UpdatePlanLicenseRollover$outboundSchema.parse(updatePlanLicenseRollover)
30116
+ );
30117
+ }
30118
+ var UpdatePlanLicensePlanItem$outboundSchema = z69__namespace.pipe(
30119
+ z69__namespace.object({
30120
+ featureId: z69__namespace.string(),
30121
+ included: z69__namespace.optional(z69__namespace.number()),
30122
+ unlimited: z69__namespace.optional(z69__namespace.boolean()),
30123
+ reset: z69__namespace.optional(z69__namespace.lazy(() => UpdatePlanLicenseReset$outboundSchema)),
30124
+ price: z69__namespace.optional(z69__namespace.lazy(() => UpdatePlanLicensePrice$outboundSchema)),
30125
+ proration: z69__namespace.optional(
30126
+ z69__namespace.lazy(() => UpdatePlanLicenseProration$outboundSchema)
30127
+ ),
30128
+ rollover: z69__namespace.optional(
30129
+ z69__namespace.lazy(() => UpdatePlanLicenseRollover$outboundSchema)
30130
+ )
30131
+ }),
30132
+ z69__namespace.transform((v) => {
30133
+ return remap(v, {
30134
+ featureId: "feature_id"
30135
+ });
30136
+ })
30137
+ );
30138
+ function updatePlanLicensePlanItemToJSON(updatePlanLicensePlanItem) {
30139
+ return JSON.stringify(
30140
+ UpdatePlanLicensePlanItem$outboundSchema.parse(updatePlanLicensePlanItem)
30141
+ );
30142
+ }
30143
+ var UpdatePlanLicenseRemoveItemBillingMethod$outboundSchema = z69__namespace.enum(
30144
+ UpdatePlanLicenseRemoveItemBillingMethod
30145
+ );
30146
+ var UpdatePlanIntervalLicenseRemoveItemEnum2$outboundSchema = z69__namespace.enum(
30147
+ UpdatePlanIntervalLicenseRemoveItemEnum2
30148
+ );
30149
+ var UpdatePlanIntervalLicenseRemoveItemEnum1$outboundSchema = z69__namespace.enum(
30150
+ UpdatePlanIntervalLicenseRemoveItemEnum1
30151
+ );
30152
+ var UpdatePlanLicenseIntervalUnion$outboundSchema = smartUnion([
30153
+ UpdatePlanIntervalLicenseRemoveItemEnum1$outboundSchema,
30154
+ UpdatePlanIntervalLicenseRemoveItemEnum2$outboundSchema
30155
+ ]);
30156
+ function updatePlanLicenseIntervalUnionToJSON(updatePlanLicenseIntervalUnion) {
30157
+ return JSON.stringify(
30158
+ UpdatePlanLicenseIntervalUnion$outboundSchema.parse(
30159
+ updatePlanLicenseIntervalUnion
30160
+ )
30161
+ );
30162
+ }
30163
+ var UpdatePlanLicensePlanItemFilter$outboundSchema = z69__namespace.pipe(
30164
+ z69__namespace.object({
30165
+ featureId: z69__namespace.optional(z69__namespace.string()),
30166
+ billingMethod: z69__namespace.optional(
30167
+ UpdatePlanLicenseRemoveItemBillingMethod$outboundSchema
30168
+ ),
30169
+ interval: z69__namespace.optional(
30170
+ smartUnion([
30171
+ UpdatePlanIntervalLicenseRemoveItemEnum1$outboundSchema,
30172
+ UpdatePlanIntervalLicenseRemoveItemEnum2$outboundSchema
30173
+ ])
30174
+ ),
30175
+ intervalCount: z69__namespace.optional(z69__namespace.int())
30176
+ }),
30177
+ z69__namespace.transform((v) => {
30178
+ return remap(v, {
30179
+ featureId: "feature_id",
30180
+ billingMethod: "billing_method",
30181
+ intervalCount: "interval_count"
30182
+ });
30183
+ })
30184
+ );
30185
+ function updatePlanLicensePlanItemFilterToJSON(updatePlanLicensePlanItemFilter) {
30186
+ return JSON.stringify(
30187
+ UpdatePlanLicensePlanItemFilter$outboundSchema.parse(
30188
+ updatePlanLicensePlanItemFilter
30189
+ )
30190
+ );
30191
+ }
30192
+ var UpdatePlanLicenseCustomize$outboundSchema = z69__namespace.pipe(
30193
+ z69__namespace.object({
30194
+ price: z69__namespace.optional(
30195
+ z69__namespace.nullable(z69__namespace.lazy(() => UpdatePlanLicenseBasePrice$outboundSchema))
30196
+ ),
30197
+ addItems: z69__namespace.optional(
30198
+ z69__namespace.array(z69__namespace.lazy(() => UpdatePlanLicensePlanItem$outboundSchema))
30199
+ ),
30200
+ removeItems: z69__namespace.optional(
30201
+ z69__namespace.array(z69__namespace.lazy(() => UpdatePlanLicensePlanItemFilter$outboundSchema))
30202
+ )
30203
+ }),
30204
+ z69__namespace.transform((v) => {
30205
+ return remap(v, {
30206
+ addItems: "add_items",
30207
+ removeItems: "remove_items"
30208
+ });
30209
+ })
30210
+ );
30211
+ function updatePlanLicenseCustomizeToJSON(updatePlanLicenseCustomize) {
30212
+ return JSON.stringify(
30213
+ UpdatePlanLicenseCustomize$outboundSchema.parse(updatePlanLicenseCustomize)
30214
+ );
30215
+ }
29454
30216
  var UpdatePlanLicense$outboundSchema = z69__namespace.pipe(
29455
30217
  z69__namespace.object({
29456
30218
  licensePlanId: z69__namespace.string(),
29457
30219
  included: z69__namespace.optional(z69__namespace.int()),
29458
30220
  prepaidOnly: z69__namespace.optional(z69__namespace.boolean()),
30221
+ customize: z69__namespace.optional(
30222
+ z69__namespace.nullable(z69__namespace.lazy(() => UpdatePlanLicenseCustomize$outboundSchema))
30223
+ ),
29459
30224
  metadata: z69__namespace.optional(z69__namespace.record(z69__namespace.string(), z69__namespace.any())),
29460
30225
  version: z69__namespace.optional(z69__namespace.int())
29461
30226
  }),
@@ -33672,7 +34437,7 @@ var Billing = class extends ClientSDK {
33672
34437
  * @example
33673
34438
  * ```typescript
33674
34439
  * // Schedule a transition from a trial plan to a paid plan
33675
- * const response = await client.billing.createSchedule({ customerId: "cus_123", phases: [{"startsAt":1784222138539,"plans":[{"planId":"trial_plan"}]},{"startsAt":1785431738539,"plans":[{"planId":"pro_plan"}]}] });
34440
+ * const response = await client.billing.createSchedule({ customerId: "cus_123", phases: [{"startsAt":1784307550845,"plans":[{"planId":"trial_plan"}]},{"startsAt":1785517150845,"plans":[{"planId":"pro_plan"}]}] });
33676
34441
  * ```
33677
34442
  *
33678
34443
  * @param customerId - The ID of the customer to create the schedule for.
@@ -37523,6 +38288,7 @@ var Autumn = class extends ClientSDK {
37523
38288
  * @param value - The amount of usage to record. Defaults to 1. Use negative values to credit balance (e.g., when removing a seat). (optional)
37524
38289
  * @param properties - Additional properties to attach to this usage event. (optional)
37525
38290
  * @param timestamp - Unix timestamp in milliseconds to use for the usage event. Defaults to the current time. (optional)
38291
+ * @param overageBehavior - How to handle usage that exceeds the available balance. "cap" (default) deducts only what fits, stopping at zero. "overflow" deducts the full value: the balance can go negative and usage limits do not clamp the deduction, though spend limits still apply. (optional)
37526
38292
  * @param async - If true, enqueue the event for asynchronous processing and return 204 immediately. The response will not include balance information. (optional)
37527
38293
  *
37528
38294
  * @returns The usage value recorded, with either a single updated balance or a map of updated balances. If Autumn is experiencing degraded service from a downstream provider, the API may return 202 after accepting the event for replay so it can be tracked as soon as the service is restored.
@@ -37565,6 +38331,7 @@ var Autumn = class extends ClientSDK {
37565
38331
  * @param reasoningTokens - Number of reasoning tokens generated. (optional)
37566
38332
  * @param properties - Additional properties to attach to this usage event. (optional)
37567
38333
  * @param timestamp - Unix timestamp in milliseconds to use for the usage event. Defaults to the current time. (optional)
38334
+ * @param overageBehavior - How to handle usage that exceeds the available balance. "cap" (default) deducts only what fits, stopping at zero. "overflow" deducts the full value: the balance can go negative and usage limits do not clamp the deduction, though spend limits still apply. (optional)
37568
38335
  * @param async - If true, enqueue the event for asynchronous processing and return 204 immediately. The response will not include balance information. (optional)
37569
38336
  *
37570
38337
  * @returns The dollar value recorded and the updated AI credit system balance. If Autumn is experiencing degraded service from a downstream provider, the API may return 202 after accepting the token usage event for replay so it can be tracked as soon as the service is restored.
@@ -37826,6 +38593,8 @@ exports.BalanceType = BalanceType;
37826
38593
  exports.BalanceType$inboundSchema = BalanceType$inboundSchema;
37827
38594
  exports.BasePrice$inboundSchema = BasePrice$inboundSchema;
37828
38595
  exports.BatchTrackLock$outboundSchema = BatchTrackLock$outboundSchema;
38596
+ exports.BatchTrackOverageBehavior = BatchTrackOverageBehavior;
38597
+ exports.BatchTrackOverageBehavior$outboundSchema = BatchTrackOverageBehavior$outboundSchema;
37829
38598
  exports.BatchTrackResponse$inboundSchema = BatchTrackResponse$inboundSchema;
37830
38599
  exports.Billable$outboundSchema = Billable$outboundSchema;
37831
38600
  exports.BillableProcessor = BillableProcessor;
@@ -38138,54 +38907,50 @@ exports.CreateFeatureTypeRequestBody = CreateFeatureTypeRequestBody;
38138
38907
  exports.CreateFeatureTypeRequestBody$outboundSchema = CreateFeatureTypeRequestBody$outboundSchema;
38139
38908
  exports.CreateFeatureTypeResponse = CreateFeatureTypeResponse;
38140
38909
  exports.CreateFeatureTypeResponse$inboundSchema = CreateFeatureTypeResponse$inboundSchema;
38141
- exports.CreatePlanAddItemAdditionalCurrency$inboundSchema = CreatePlanAddItemAdditionalCurrency$inboundSchema;
38142
- exports.CreatePlanAddItemBillingMethod = CreatePlanAddItemBillingMethod;
38143
- exports.CreatePlanAddItemBillingMethod$inboundSchema = CreatePlanAddItemBillingMethod$inboundSchema;
38144
- exports.CreatePlanAddItemPriceInterval = CreatePlanAddItemPriceInterval;
38145
- exports.CreatePlanAddItemPriceInterval$inboundSchema = CreatePlanAddItemPriceInterval$inboundSchema;
38146
- exports.CreatePlanAddItemResetInterval = CreatePlanAddItemResetInterval;
38147
- exports.CreatePlanAddItemResetInterval$inboundSchema = CreatePlanAddItemResetInterval$inboundSchema;
38148
38910
  exports.CreatePlanAdditionalCurrencyRequestBody$outboundSchema = CreatePlanAdditionalCurrencyRequestBody$outboundSchema;
38149
38911
  exports.CreatePlanAdditionalCurrencyResponse$inboundSchema = CreatePlanAdditionalCurrencyResponse$inboundSchema;
38150
38912
  exports.CreatePlanAttachAction = CreatePlanAttachAction;
38151
38913
  exports.CreatePlanAttachAction$inboundSchema = CreatePlanAttachAction$inboundSchema;
38152
38914
  exports.CreatePlanAutoTopupRequest$outboundSchema = CreatePlanAutoTopupRequest$outboundSchema;
38153
38915
  exports.CreatePlanAutoTopupResponse$inboundSchema = CreatePlanAutoTopupResponse$inboundSchema;
38154
- exports.CreatePlanBasePrice$inboundSchema = CreatePlanBasePrice$inboundSchema;
38916
+ exports.CreatePlanBasePriceResponse$inboundSchema = CreatePlanBasePriceResponse$inboundSchema;
38155
38917
  exports.CreatePlanBillingControlsRequest$outboundSchema = CreatePlanBillingControlsRequest$outboundSchema;
38156
38918
  exports.CreatePlanBillingControlsResponse$inboundSchema = CreatePlanBillingControlsResponse$inboundSchema;
38157
- exports.CreatePlanBillingMethodRequestBody = CreatePlanBillingMethodRequestBody;
38158
- exports.CreatePlanBillingMethodRequestBody$outboundSchema = CreatePlanBillingMethodRequestBody$outboundSchema;
38159
38919
  exports.CreatePlanConfigRequest$outboundSchema = CreatePlanConfigRequest$outboundSchema;
38160
38920
  exports.CreatePlanConfigResponse$inboundSchema = CreatePlanConfigResponse$inboundSchema;
38161
38921
  exports.CreatePlanCreditSchema$inboundSchema = CreatePlanCreditSchema$inboundSchema;
38162
38922
  exports.CreatePlanCustomerEligibility$inboundSchema = CreatePlanCustomerEligibility$inboundSchema;
38163
- exports.CreatePlanCustomize$inboundSchema = CreatePlanCustomize$inboundSchema;
38923
+ exports.CreatePlanCustomizeResponse$inboundSchema = CreatePlanCustomizeResponse$inboundSchema;
38164
38924
  exports.CreatePlanDurationTypeRequest = CreatePlanDurationTypeRequest;
38165
38925
  exports.CreatePlanDurationTypeRequest$outboundSchema = CreatePlanDurationTypeRequest$outboundSchema;
38166
38926
  exports.CreatePlanDurationTypeResponse = CreatePlanDurationTypeResponse;
38167
38927
  exports.CreatePlanDurationTypeResponse$inboundSchema = CreatePlanDurationTypeResponse$inboundSchema;
38168
38928
  exports.CreatePlanEnv = CreatePlanEnv;
38169
38929
  exports.CreatePlanEnv$inboundSchema = CreatePlanEnv$inboundSchema;
38170
- exports.CreatePlanExpiryDurationTypeRequestBody = CreatePlanExpiryDurationTypeRequestBody;
38171
- exports.CreatePlanExpiryDurationTypeRequestBody$outboundSchema = CreatePlanExpiryDurationTypeRequestBody$outboundSchema;
38172
38930
  exports.CreatePlanFeature$inboundSchema = CreatePlanFeature$inboundSchema;
38173
38931
  exports.CreatePlanFeatureDisplay$inboundSchema = CreatePlanFeatureDisplay$inboundSchema;
38174
38932
  exports.CreatePlanFilterRequest$outboundSchema = CreatePlanFilterRequest$outboundSchema;
38175
38933
  exports.CreatePlanFilterResponse$inboundSchema = CreatePlanFilterResponse$inboundSchema;
38176
38934
  exports.CreatePlanFreeTrialParams$inboundSchema = CreatePlanFreeTrialParams$inboundSchema;
38177
38935
  exports.CreatePlanFreeTrialResponse$inboundSchema = CreatePlanFreeTrialResponse$inboundSchema;
38178
- exports.CreatePlanIntervalRemoveItemEnum1 = CreatePlanIntervalRemoveItemEnum1;
38179
- exports.CreatePlanIntervalRemoveItemEnum1$inboundSchema = CreatePlanIntervalRemoveItemEnum1$inboundSchema;
38180
- exports.CreatePlanIntervalRemoveItemEnum2 = CreatePlanIntervalRemoveItemEnum2;
38181
- exports.CreatePlanIntervalRemoveItemEnum2$inboundSchema = CreatePlanIntervalRemoveItemEnum2$inboundSchema;
38182
- exports.CreatePlanIntervalUnion$inboundSchema = CreatePlanIntervalUnion$inboundSchema;
38936
+ exports.CreatePlanIntervalLicenseRemoveItemEnum1 = CreatePlanIntervalLicenseRemoveItemEnum1;
38937
+ exports.CreatePlanIntervalLicenseRemoveItemEnum1$outboundSchema = CreatePlanIntervalLicenseRemoveItemEnum1$outboundSchema;
38938
+ exports.CreatePlanIntervalLicenseRemoveItemEnum2 = CreatePlanIntervalLicenseRemoveItemEnum2;
38939
+ exports.CreatePlanIntervalLicenseRemoveItemEnum2$outboundSchema = CreatePlanIntervalLicenseRemoveItemEnum2$outboundSchema;
38940
+ exports.CreatePlanIntervalVariantDetailsRemoveItemEnum1 = CreatePlanIntervalVariantDetailsRemoveItemEnum1;
38941
+ exports.CreatePlanIntervalVariantDetailsRemoveItemEnum1$inboundSchema = CreatePlanIntervalVariantDetailsRemoveItemEnum1$inboundSchema;
38942
+ exports.CreatePlanIntervalVariantDetailsRemoveItemEnum2 = CreatePlanIntervalVariantDetailsRemoveItemEnum2;
38943
+ exports.CreatePlanIntervalVariantDetailsRemoveItemEnum2$inboundSchema = CreatePlanIntervalVariantDetailsRemoveItemEnum2$inboundSchema;
38183
38944
  exports.CreatePlanItem$inboundSchema = CreatePlanItem$inboundSchema;
38184
38945
  exports.CreatePlanItemAdditionalCurrencyRequestBody$outboundSchema = CreatePlanItemAdditionalCurrencyRequestBody$outboundSchema;
38185
38946
  exports.CreatePlanItemAdditionalCurrencyResponse$inboundSchema = CreatePlanItemAdditionalCurrencyResponse$inboundSchema;
38947
+ exports.CreatePlanItemBillingMethodRequestBody = CreatePlanItemBillingMethodRequestBody;
38948
+ exports.CreatePlanItemBillingMethodRequestBody$outboundSchema = CreatePlanItemBillingMethodRequestBody$outboundSchema;
38186
38949
  exports.CreatePlanItemBillingMethodResponse = CreatePlanItemBillingMethodResponse;
38187
38950
  exports.CreatePlanItemBillingMethodResponse$inboundSchema = CreatePlanItemBillingMethodResponse$inboundSchema;
38188
38951
  exports.CreatePlanItemDisplay$inboundSchema = CreatePlanItemDisplay$inboundSchema;
38952
+ exports.CreatePlanItemExpiryDurationTypeRequestBody = CreatePlanItemExpiryDurationTypeRequestBody;
38953
+ exports.CreatePlanItemExpiryDurationTypeRequestBody$outboundSchema = CreatePlanItemExpiryDurationTypeRequestBody$outboundSchema;
38189
38954
  exports.CreatePlanItemExpiryDurationTypeResponse = CreatePlanItemExpiryDurationTypeResponse;
38190
38955
  exports.CreatePlanItemExpiryDurationTypeResponse$inboundSchema = CreatePlanItemExpiryDurationTypeResponse$inboundSchema;
38191
38956
  exports.CreatePlanItemOnDecrease = CreatePlanItemOnDecrease;
@@ -38198,14 +38963,53 @@ exports.CreatePlanItemPriceIntervalRequestBody$outboundSchema = CreatePlanItemPr
38198
38963
  exports.CreatePlanItemPriceRequestBody$outboundSchema = CreatePlanItemPriceRequestBody$outboundSchema;
38199
38964
  exports.CreatePlanItemPriceResponse$inboundSchema = CreatePlanItemPriceResponse$inboundSchema;
38200
38965
  exports.CreatePlanItemProration$outboundSchema = CreatePlanItemProration$outboundSchema;
38966
+ exports.CreatePlanItemResetIntervalRequestBody = CreatePlanItemResetIntervalRequestBody;
38967
+ exports.CreatePlanItemResetIntervalRequestBody$outboundSchema = CreatePlanItemResetIntervalRequestBody$outboundSchema;
38968
+ exports.CreatePlanItemResetRequestBody$outboundSchema = CreatePlanItemResetRequestBody$outboundSchema;
38201
38969
  exports.CreatePlanItemResetResponse$inboundSchema = CreatePlanItemResetResponse$inboundSchema;
38970
+ exports.CreatePlanItemRolloverRequestBody$outboundSchema = CreatePlanItemRolloverRequestBody$outboundSchema;
38202
38971
  exports.CreatePlanItemRolloverResponse$inboundSchema = CreatePlanItemRolloverResponse$inboundSchema;
38972
+ exports.CreatePlanItemTierAdditionalCurrencyRequestBody$outboundSchema = CreatePlanItemTierAdditionalCurrencyRequestBody$outboundSchema;
38203
38973
  exports.CreatePlanItemTierAdditionalCurrencyResponse$inboundSchema = CreatePlanItemTierAdditionalCurrencyResponse$inboundSchema;
38974
+ exports.CreatePlanItemTierBehaviorRequestBody = CreatePlanItemTierBehaviorRequestBody;
38975
+ exports.CreatePlanItemTierBehaviorRequestBody$outboundSchema = CreatePlanItemTierBehaviorRequestBody$outboundSchema;
38204
38976
  exports.CreatePlanItemTierBehaviorResponse = CreatePlanItemTierBehaviorResponse;
38205
38977
  exports.CreatePlanItemTierBehaviorResponse$inboundSchema = CreatePlanItemTierBehaviorResponse$inboundSchema;
38978
+ exports.CreatePlanItemTierRequestBody$outboundSchema = CreatePlanItemTierRequestBody$outboundSchema;
38206
38979
  exports.CreatePlanItemTierResponse$inboundSchema = CreatePlanItemTierResponse$inboundSchema;
38980
+ exports.CreatePlanItemToRequestBody$outboundSchema = CreatePlanItemToRequestBody$outboundSchema;
38207
38981
  exports.CreatePlanItemToResponse$inboundSchema = CreatePlanItemToResponse$inboundSchema;
38208
38982
  exports.CreatePlanLicense$outboundSchema = CreatePlanLicense$outboundSchema;
38983
+ exports.CreatePlanLicenseAddItemAdditionalCurrency$outboundSchema = CreatePlanLicenseAddItemAdditionalCurrency$outboundSchema;
38984
+ exports.CreatePlanLicenseAddItemBillingMethod = CreatePlanLicenseAddItemBillingMethod;
38985
+ exports.CreatePlanLicenseAddItemBillingMethod$outboundSchema = CreatePlanLicenseAddItemBillingMethod$outboundSchema;
38986
+ exports.CreatePlanLicenseAddItemPriceInterval = CreatePlanLicenseAddItemPriceInterval;
38987
+ exports.CreatePlanLicenseAddItemPriceInterval$outboundSchema = CreatePlanLicenseAddItemPriceInterval$outboundSchema;
38988
+ exports.CreatePlanLicenseAdditionalCurrency$outboundSchema = CreatePlanLicenseAdditionalCurrency$outboundSchema;
38989
+ exports.CreatePlanLicenseBasePrice$outboundSchema = CreatePlanLicenseBasePrice$outboundSchema;
38990
+ exports.CreatePlanLicenseCustomize$outboundSchema = CreatePlanLicenseCustomize$outboundSchema;
38991
+ exports.CreatePlanLicenseExpiryDurationType = CreatePlanLicenseExpiryDurationType;
38992
+ exports.CreatePlanLicenseExpiryDurationType$outboundSchema = CreatePlanLicenseExpiryDurationType$outboundSchema;
38993
+ exports.CreatePlanLicenseIntervalUnion$outboundSchema = CreatePlanLicenseIntervalUnion$outboundSchema;
38994
+ exports.CreatePlanLicenseOnDecrease = CreatePlanLicenseOnDecrease;
38995
+ exports.CreatePlanLicenseOnDecrease$outboundSchema = CreatePlanLicenseOnDecrease$outboundSchema;
38996
+ exports.CreatePlanLicenseOnIncrease = CreatePlanLicenseOnIncrease;
38997
+ exports.CreatePlanLicenseOnIncrease$outboundSchema = CreatePlanLicenseOnIncrease$outboundSchema;
38998
+ exports.CreatePlanLicensePlanItem$outboundSchema = CreatePlanLicensePlanItem$outboundSchema;
38999
+ exports.CreatePlanLicensePlanItemFilter$outboundSchema = CreatePlanLicensePlanItemFilter$outboundSchema;
39000
+ exports.CreatePlanLicensePrice$outboundSchema = CreatePlanLicensePrice$outboundSchema;
39001
+ exports.CreatePlanLicenseProration$outboundSchema = CreatePlanLicenseProration$outboundSchema;
39002
+ exports.CreatePlanLicenseRemoveItemBillingMethod = CreatePlanLicenseRemoveItemBillingMethod;
39003
+ exports.CreatePlanLicenseRemoveItemBillingMethod$outboundSchema = CreatePlanLicenseRemoveItemBillingMethod$outboundSchema;
39004
+ exports.CreatePlanLicenseReset$outboundSchema = CreatePlanLicenseReset$outboundSchema;
39005
+ exports.CreatePlanLicenseResetInterval = CreatePlanLicenseResetInterval;
39006
+ exports.CreatePlanLicenseResetInterval$outboundSchema = CreatePlanLicenseResetInterval$outboundSchema;
39007
+ exports.CreatePlanLicenseRollover$outboundSchema = CreatePlanLicenseRollover$outboundSchema;
39008
+ exports.CreatePlanLicenseTier$outboundSchema = CreatePlanLicenseTier$outboundSchema;
39009
+ exports.CreatePlanLicenseTierAdditionalCurrency$outboundSchema = CreatePlanLicenseTierAdditionalCurrency$outboundSchema;
39010
+ exports.CreatePlanLicenseTierBehavior = CreatePlanLicenseTierBehavior;
39011
+ exports.CreatePlanLicenseTierBehavior$outboundSchema = CreatePlanLicenseTierBehavior$outboundSchema;
39012
+ exports.CreatePlanLicenseTo$outboundSchema = CreatePlanLicenseTo$outboundSchema;
38209
39013
  exports.CreatePlanLimitTypeRequestBody = CreatePlanLimitTypeRequestBody;
38210
39014
  exports.CreatePlanLimitTypeRequestBody$outboundSchema = CreatePlanLimitTypeRequestBody$outboundSchema;
38211
39015
  exports.CreatePlanLimitTypeResponse = CreatePlanLimitTypeResponse;
@@ -38217,7 +39021,7 @@ exports.CreatePlanOnEndResponse$inboundSchema = CreatePlanOnEndResponse$inboundS
38217
39021
  exports.CreatePlanOverageAllowedRequest$outboundSchema = CreatePlanOverageAllowedRequest$outboundSchema;
38218
39022
  exports.CreatePlanOverageAllowedResponse$inboundSchema = CreatePlanOverageAllowedResponse$inboundSchema;
38219
39023
  exports.CreatePlanParams$outboundSchema = CreatePlanParams$outboundSchema;
38220
- exports.CreatePlanPlanItemFilter$inboundSchema = CreatePlanPlanItemFilter$inboundSchema;
39024
+ exports.CreatePlanPlanItemFilterResponse$inboundSchema = CreatePlanPlanItemFilterResponse$inboundSchema;
38221
39025
  exports.CreatePlanPlanItemResponse$inboundSchema = CreatePlanPlanItemResponse$inboundSchema;
38222
39026
  exports.CreatePlanPriceDisplay$inboundSchema = CreatePlanPriceDisplay$inboundSchema;
38223
39027
  exports.CreatePlanPriceIntervalRequestBody = CreatePlanPriceIntervalRequestBody;
@@ -38226,6 +39030,8 @@ exports.CreatePlanPriceIntervalResponse = CreatePlanPriceIntervalResponse;
38226
39030
  exports.CreatePlanPriceIntervalResponse$inboundSchema = CreatePlanPriceIntervalResponse$inboundSchema;
38227
39031
  exports.CreatePlanPriceItemIntervalResponse = CreatePlanPriceItemIntervalResponse;
38228
39032
  exports.CreatePlanPriceItemIntervalResponse$inboundSchema = CreatePlanPriceItemIntervalResponse$inboundSchema;
39033
+ exports.CreatePlanPriceLicenseInterval = CreatePlanPriceLicenseInterval;
39034
+ exports.CreatePlanPriceLicenseInterval$outboundSchema = CreatePlanPriceLicenseInterval$outboundSchema;
38229
39035
  exports.CreatePlanPriceRequestBody$outboundSchema = CreatePlanPriceRequestBody$outboundSchema;
38230
39036
  exports.CreatePlanPriceResponse$inboundSchema = CreatePlanPriceResponse$inboundSchema;
38231
39037
  exports.CreatePlanPriceVariantDetailsInterval = CreatePlanPriceVariantDetailsInterval;
@@ -38238,15 +39044,9 @@ exports.CreatePlanPurchaseLimitIntervalResponse = CreatePlanPurchaseLimitInterva
38238
39044
  exports.CreatePlanPurchaseLimitIntervalResponse$inboundSchema = CreatePlanPurchaseLimitIntervalResponse$inboundSchema;
38239
39045
  exports.CreatePlanPurchaseLimitRequest$outboundSchema = CreatePlanPurchaseLimitRequest$outboundSchema;
38240
39046
  exports.CreatePlanPurchaseLimitResponse$inboundSchema = CreatePlanPurchaseLimitResponse$inboundSchema;
38241
- exports.CreatePlanRemoveItemBillingMethod = CreatePlanRemoveItemBillingMethod;
38242
- exports.CreatePlanRemoveItemBillingMethod$inboundSchema = CreatePlanRemoveItemBillingMethod$inboundSchema;
38243
- exports.CreatePlanResetIntervalRequestBody = CreatePlanResetIntervalRequestBody;
38244
- exports.CreatePlanResetIntervalRequestBody$outboundSchema = CreatePlanResetIntervalRequestBody$outboundSchema;
38245
39047
  exports.CreatePlanResetItemIntervalResponse = CreatePlanResetItemIntervalResponse;
38246
39048
  exports.CreatePlanResetItemIntervalResponse$inboundSchema = CreatePlanResetItemIntervalResponse$inboundSchema;
38247
- exports.CreatePlanResetRequestBody$outboundSchema = CreatePlanResetRequestBody$outboundSchema;
38248
39049
  exports.CreatePlanResponse$inboundSchema = CreatePlanResponse$inboundSchema;
38249
- exports.CreatePlanRolloverRequestBody$outboundSchema = CreatePlanRolloverRequestBody$outboundSchema;
38250
39050
  exports.CreatePlanSpendLimitRequest$outboundSchema = CreatePlanSpendLimitRequest$outboundSchema;
38251
39051
  exports.CreatePlanSpendLimitResponse$inboundSchema = CreatePlanSpendLimitResponse$inboundSchema;
38252
39052
  exports.CreatePlanStatus = CreatePlanStatus;
@@ -38255,11 +39055,6 @@ exports.CreatePlanThresholdTypeRequestBody = CreatePlanThresholdTypeRequestBody;
38255
39055
  exports.CreatePlanThresholdTypeRequestBody$outboundSchema = CreatePlanThresholdTypeRequestBody$outboundSchema;
38256
39056
  exports.CreatePlanThresholdTypeResponse = CreatePlanThresholdTypeResponse;
38257
39057
  exports.CreatePlanThresholdTypeResponse$inboundSchema = CreatePlanThresholdTypeResponse$inboundSchema;
38258
- exports.CreatePlanTierAdditionalCurrencyRequestBody$outboundSchema = CreatePlanTierAdditionalCurrencyRequestBody$outboundSchema;
38259
- exports.CreatePlanTierBehaviorRequestBody = CreatePlanTierBehaviorRequestBody;
38260
- exports.CreatePlanTierBehaviorRequestBody$outboundSchema = CreatePlanTierBehaviorRequestBody$outboundSchema;
38261
- exports.CreatePlanTierRequestBody$outboundSchema = CreatePlanTierRequestBody$outboundSchema;
38262
- exports.CreatePlanToRequestBody$outboundSchema = CreatePlanToRequestBody$outboundSchema;
38263
39058
  exports.CreatePlanType = CreatePlanType;
38264
39059
  exports.CreatePlanType$inboundSchema = CreatePlanType$inboundSchema;
38265
39060
  exports.CreatePlanUsageAlertRequestBody$outboundSchema = CreatePlanUsageAlertRequestBody$outboundSchema;
@@ -38271,6 +39066,11 @@ exports.CreatePlanUsageLimitIntervalResponse$inboundSchema = CreatePlanUsageLimi
38271
39066
  exports.CreatePlanUsageLimitRequest$outboundSchema = CreatePlanUsageLimitRequest$outboundSchema;
38272
39067
  exports.CreatePlanUsageLimitResponse$inboundSchema = CreatePlanUsageLimitResponse$inboundSchema;
38273
39068
  exports.CreatePlanVariantDetails$inboundSchema = CreatePlanVariantDetails$inboundSchema;
39069
+ exports.CreatePlanVariantDetailsAddItemAdditionalCurrency$inboundSchema = CreatePlanVariantDetailsAddItemAdditionalCurrency$inboundSchema;
39070
+ exports.CreatePlanVariantDetailsAddItemBillingMethod = CreatePlanVariantDetailsAddItemBillingMethod;
39071
+ exports.CreatePlanVariantDetailsAddItemBillingMethod$inboundSchema = CreatePlanVariantDetailsAddItemBillingMethod$inboundSchema;
39072
+ exports.CreatePlanVariantDetailsAddItemPriceInterval = CreatePlanVariantDetailsAddItemPriceInterval;
39073
+ exports.CreatePlanVariantDetailsAddItemPriceInterval$inboundSchema = CreatePlanVariantDetailsAddItemPriceInterval$inboundSchema;
38274
39074
  exports.CreatePlanVariantDetailsAdditionalCurrency$inboundSchema = CreatePlanVariantDetailsAdditionalCurrency$inboundSchema;
38275
39075
  exports.CreatePlanVariantDetailsAutoTopup$inboundSchema = CreatePlanVariantDetailsAutoTopup$inboundSchema;
38276
39076
  exports.CreatePlanVariantDetailsBillingControls$inboundSchema = CreatePlanVariantDetailsBillingControls$inboundSchema;
@@ -38279,6 +39079,7 @@ exports.CreatePlanVariantDetailsDurationType$inboundSchema = CreatePlanVariantDe
38279
39079
  exports.CreatePlanVariantDetailsExpiryDurationType = CreatePlanVariantDetailsExpiryDurationType;
38280
39080
  exports.CreatePlanVariantDetailsExpiryDurationType$inboundSchema = CreatePlanVariantDetailsExpiryDurationType$inboundSchema;
38281
39081
  exports.CreatePlanVariantDetailsFilter$inboundSchema = CreatePlanVariantDetailsFilter$inboundSchema;
39082
+ exports.CreatePlanVariantDetailsIntervalUnion$inboundSchema = CreatePlanVariantDetailsIntervalUnion$inboundSchema;
38282
39083
  exports.CreatePlanVariantDetailsLimitType = CreatePlanVariantDetailsLimitType;
38283
39084
  exports.CreatePlanVariantDetailsLimitType$inboundSchema = CreatePlanVariantDetailsLimitType$inboundSchema;
38284
39085
  exports.CreatePlanVariantDetailsOnDecrease = CreatePlanVariantDetailsOnDecrease;
@@ -38292,7 +39093,11 @@ exports.CreatePlanVariantDetailsPrice$inboundSchema = CreatePlanVariantDetailsPr
38292
39093
  exports.CreatePlanVariantDetailsPurchaseLimit$inboundSchema = CreatePlanVariantDetailsPurchaseLimit$inboundSchema;
38293
39094
  exports.CreatePlanVariantDetailsPurchaseLimitInterval = CreatePlanVariantDetailsPurchaseLimitInterval;
38294
39095
  exports.CreatePlanVariantDetailsPurchaseLimitInterval$inboundSchema = CreatePlanVariantDetailsPurchaseLimitInterval$inboundSchema;
39096
+ exports.CreatePlanVariantDetailsRemoveItemBillingMethod = CreatePlanVariantDetailsRemoveItemBillingMethod;
39097
+ exports.CreatePlanVariantDetailsRemoveItemBillingMethod$inboundSchema = CreatePlanVariantDetailsRemoveItemBillingMethod$inboundSchema;
38295
39098
  exports.CreatePlanVariantDetailsReset$inboundSchema = CreatePlanVariantDetailsReset$inboundSchema;
39099
+ exports.CreatePlanVariantDetailsResetInterval = CreatePlanVariantDetailsResetInterval;
39100
+ exports.CreatePlanVariantDetailsResetInterval$inboundSchema = CreatePlanVariantDetailsResetInterval$inboundSchema;
38296
39101
  exports.CreatePlanVariantDetailsRollover$inboundSchema = CreatePlanVariantDetailsRollover$inboundSchema;
38297
39102
  exports.CreatePlanVariantDetailsSpendLimit$inboundSchema = CreatePlanVariantDetailsSpendLimit$inboundSchema;
38298
39103
  exports.CreatePlanVariantDetailsThresholdType = CreatePlanVariantDetailsThresholdType;
@@ -38658,8 +39463,6 @@ exports.GetPlanAddItemBillingMethod = GetPlanAddItemBillingMethod;
38658
39463
  exports.GetPlanAddItemBillingMethod$inboundSchema = GetPlanAddItemBillingMethod$inboundSchema;
38659
39464
  exports.GetPlanAddItemPriceInterval = GetPlanAddItemPriceInterval;
38660
39465
  exports.GetPlanAddItemPriceInterval$inboundSchema = GetPlanAddItemPriceInterval$inboundSchema;
38661
- exports.GetPlanAddItemResetInterval = GetPlanAddItemResetInterval;
38662
- exports.GetPlanAddItemResetInterval$inboundSchema = GetPlanAddItemResetInterval$inboundSchema;
38663
39466
  exports.GetPlanAdditionalCurrency$inboundSchema = GetPlanAdditionalCurrency$inboundSchema;
38664
39467
  exports.GetPlanAttachAction = GetPlanAttachAction;
38665
39468
  exports.GetPlanAttachAction$inboundSchema = GetPlanAttachAction$inboundSchema;
@@ -38758,6 +39561,8 @@ exports.GetPlanVariantDetailsPurchaseLimit$inboundSchema = GetPlanVariantDetails
38758
39561
  exports.GetPlanVariantDetailsPurchaseLimitInterval = GetPlanVariantDetailsPurchaseLimitInterval;
38759
39562
  exports.GetPlanVariantDetailsPurchaseLimitInterval$inboundSchema = GetPlanVariantDetailsPurchaseLimitInterval$inboundSchema;
38760
39563
  exports.GetPlanVariantDetailsReset$inboundSchema = GetPlanVariantDetailsReset$inboundSchema;
39564
+ exports.GetPlanVariantDetailsResetInterval = GetPlanVariantDetailsResetInterval;
39565
+ exports.GetPlanVariantDetailsResetInterval$inboundSchema = GetPlanVariantDetailsResetInterval$inboundSchema;
38761
39566
  exports.GetPlanVariantDetailsRollover$inboundSchema = GetPlanVariantDetailsRollover$inboundSchema;
38762
39567
  exports.GetPlanVariantDetailsSpendLimit$inboundSchema = GetPlanVariantDetailsSpendLimit$inboundSchema;
38763
39568
  exports.GetPlanVariantDetailsThresholdType = GetPlanVariantDetailsThresholdType;
@@ -38954,8 +39759,6 @@ exports.ListPlansAddItemBillingMethod = ListPlansAddItemBillingMethod;
38954
39759
  exports.ListPlansAddItemBillingMethod$inboundSchema = ListPlansAddItemBillingMethod$inboundSchema;
38955
39760
  exports.ListPlansAddItemPriceInterval = ListPlansAddItemPriceInterval;
38956
39761
  exports.ListPlansAddItemPriceInterval$inboundSchema = ListPlansAddItemPriceInterval$inboundSchema;
38957
- exports.ListPlansAddItemResetInterval = ListPlansAddItemResetInterval;
38958
- exports.ListPlansAddItemResetInterval$inboundSchema = ListPlansAddItemResetInterval$inboundSchema;
38959
39762
  exports.ListPlansAdditionalCurrency$inboundSchema = ListPlansAdditionalCurrency$inboundSchema;
38960
39763
  exports.ListPlansAttachAction = ListPlansAttachAction;
38961
39764
  exports.ListPlansAttachAction$inboundSchema = ListPlansAttachAction$inboundSchema;
@@ -39055,6 +39858,8 @@ exports.ListPlansVariantDetailsPurchaseLimit$inboundSchema = ListPlansVariantDet
39055
39858
  exports.ListPlansVariantDetailsPurchaseLimitInterval = ListPlansVariantDetailsPurchaseLimitInterval;
39056
39859
  exports.ListPlansVariantDetailsPurchaseLimitInterval$inboundSchema = ListPlansVariantDetailsPurchaseLimitInterval$inboundSchema;
39057
39860
  exports.ListPlansVariantDetailsReset$inboundSchema = ListPlansVariantDetailsReset$inboundSchema;
39861
+ exports.ListPlansVariantDetailsResetInterval = ListPlansVariantDetailsResetInterval;
39862
+ exports.ListPlansVariantDetailsResetInterval$inboundSchema = ListPlansVariantDetailsResetInterval$inboundSchema;
39058
39863
  exports.ListPlansVariantDetailsRollover$inboundSchema = ListPlansVariantDetailsRollover$inboundSchema;
39059
39864
  exports.ListPlansVariantDetailsSpendLimit$inboundSchema = ListPlansVariantDetailsSpendLimit$inboundSchema;
39060
39865
  exports.ListPlansVariantDetailsThresholdType = ListPlansVariantDetailsThresholdType;
@@ -39160,8 +39965,6 @@ exports.PlanAddItemBillingMethod = PlanAddItemBillingMethod;
39160
39965
  exports.PlanAddItemBillingMethod$inboundSchema = PlanAddItemBillingMethod$inboundSchema;
39161
39966
  exports.PlanAddItemPriceInterval = PlanAddItemPriceInterval;
39162
39967
  exports.PlanAddItemPriceInterval$inboundSchema = PlanAddItemPriceInterval$inboundSchema;
39163
- exports.PlanAddItemResetInterval = PlanAddItemResetInterval;
39164
- exports.PlanAddItemResetInterval$inboundSchema = PlanAddItemResetInterval$inboundSchema;
39165
39968
  exports.PlanAutoTopup$inboundSchema = PlanAutoTopup$inboundSchema;
39166
39969
  exports.PlanBillingControls$inboundSchema = PlanBillingControls$inboundSchema;
39167
39970
  exports.PlanConfig$inboundSchema = PlanConfig$inboundSchema;
@@ -39232,6 +40035,8 @@ exports.PlanVariantDetailsPurchaseLimit$inboundSchema = PlanVariantDetailsPurcha
39232
40035
  exports.PlanVariantDetailsPurchaseLimitInterval = PlanVariantDetailsPurchaseLimitInterval;
39233
40036
  exports.PlanVariantDetailsPurchaseLimitInterval$inboundSchema = PlanVariantDetailsPurchaseLimitInterval$inboundSchema;
39234
40037
  exports.PlanVariantDetailsReset$inboundSchema = PlanVariantDetailsReset$inboundSchema;
40038
+ exports.PlanVariantDetailsResetInterval = PlanVariantDetailsResetInterval;
40039
+ exports.PlanVariantDetailsResetInterval$inboundSchema = PlanVariantDetailsResetInterval$inboundSchema;
39235
40040
  exports.PlanVariantDetailsRollover$inboundSchema = PlanVariantDetailsRollover$inboundSchema;
39236
40041
  exports.PlanVariantDetailsSpendLimit$inboundSchema = PlanVariantDetailsSpendLimit$inboundSchema;
39237
40042
  exports.PlanVariantDetailsThresholdType = PlanVariantDetailsThresholdType;
@@ -39848,6 +40653,8 @@ exports.TrackIntervalEnum2$inboundSchema = TrackIntervalEnum2$inboundSchema;
39848
40653
  exports.TrackIntervalUnion1$inboundSchema = TrackIntervalUnion1$inboundSchema;
39849
40654
  exports.TrackIntervalUnion2$inboundSchema = TrackIntervalUnion2$inboundSchema;
39850
40655
  exports.TrackLock$outboundSchema = TrackLock$outboundSchema;
40656
+ exports.TrackOverageBehavior = TrackOverageBehavior;
40657
+ exports.TrackOverageBehavior$outboundSchema = TrackOverageBehavior$outboundSchema;
39851
40658
  exports.TrackParams$outboundSchema = TrackParams$outboundSchema;
39852
40659
  exports.TrackReset1$inboundSchema = TrackReset1$inboundSchema;
39853
40660
  exports.TrackReset2$inboundSchema = TrackReset2$inboundSchema;
@@ -39862,6 +40669,8 @@ exports.TrackTokensIntervalEnum2 = TrackTokensIntervalEnum2;
39862
40669
  exports.TrackTokensIntervalEnum2$inboundSchema = TrackTokensIntervalEnum2$inboundSchema;
39863
40670
  exports.TrackTokensIntervalUnion1$inboundSchema = TrackTokensIntervalUnion1$inboundSchema;
39864
40671
  exports.TrackTokensIntervalUnion2$inboundSchema = TrackTokensIntervalUnion2$inboundSchema;
40672
+ exports.TrackTokensOverageBehavior = TrackTokensOverageBehavior;
40673
+ exports.TrackTokensOverageBehavior$outboundSchema = TrackTokensOverageBehavior$outboundSchema;
39865
40674
  exports.TrackTokensParams$outboundSchema = TrackTokensParams$outboundSchema;
39866
40675
  exports.TrackTokensReset1$inboundSchema = TrackTokensReset1$inboundSchema;
39867
40676
  exports.TrackTokensReset2$inboundSchema = TrackTokensReset2$inboundSchema;
@@ -40046,6 +40855,10 @@ exports.UpdatePlanFilterResponse$inboundSchema = UpdatePlanFilterResponse$inboun
40046
40855
  exports.UpdatePlanFreeTrial$inboundSchema = UpdatePlanFreeTrial$inboundSchema;
40047
40856
  exports.UpdatePlanFreeTrialParamsRequest$outboundSchema = UpdatePlanFreeTrialParamsRequest$outboundSchema;
40048
40857
  exports.UpdatePlanFreeTrialParamsResponse$inboundSchema = UpdatePlanFreeTrialParamsResponse$inboundSchema;
40858
+ exports.UpdatePlanIntervalLicenseRemoveItemEnum1 = UpdatePlanIntervalLicenseRemoveItemEnum1;
40859
+ exports.UpdatePlanIntervalLicenseRemoveItemEnum1$outboundSchema = UpdatePlanIntervalLicenseRemoveItemEnum1$outboundSchema;
40860
+ exports.UpdatePlanIntervalLicenseRemoveItemEnum2 = UpdatePlanIntervalLicenseRemoveItemEnum2;
40861
+ exports.UpdatePlanIntervalLicenseRemoveItemEnum2$outboundSchema = UpdatePlanIntervalLicenseRemoveItemEnum2$outboundSchema;
40049
40862
  exports.UpdatePlanIntervalVariantDetailsRemoveItemEnum1 = UpdatePlanIntervalVariantDetailsRemoveItemEnum1;
40050
40863
  exports.UpdatePlanIntervalVariantDetailsRemoveItemEnum1$inboundSchema = UpdatePlanIntervalVariantDetailsRemoveItemEnum1$inboundSchema;
40051
40864
  exports.UpdatePlanIntervalVariantDetailsRemoveItemEnum2 = UpdatePlanIntervalVariantDetailsRemoveItemEnum2;
@@ -40089,6 +40902,36 @@ exports.UpdatePlanItemTierResponse$inboundSchema = UpdatePlanItemTierResponse$in
40089
40902
  exports.UpdatePlanItemToRequestBody$outboundSchema = UpdatePlanItemToRequestBody$outboundSchema;
40090
40903
  exports.UpdatePlanItemToResponse$inboundSchema = UpdatePlanItemToResponse$inboundSchema;
40091
40904
  exports.UpdatePlanLicense$outboundSchema = UpdatePlanLicense$outboundSchema;
40905
+ exports.UpdatePlanLicenseAddItemAdditionalCurrency$outboundSchema = UpdatePlanLicenseAddItemAdditionalCurrency$outboundSchema;
40906
+ exports.UpdatePlanLicenseAddItemBillingMethod = UpdatePlanLicenseAddItemBillingMethod;
40907
+ exports.UpdatePlanLicenseAddItemBillingMethod$outboundSchema = UpdatePlanLicenseAddItemBillingMethod$outboundSchema;
40908
+ exports.UpdatePlanLicenseAddItemPriceInterval = UpdatePlanLicenseAddItemPriceInterval;
40909
+ exports.UpdatePlanLicenseAddItemPriceInterval$outboundSchema = UpdatePlanLicenseAddItemPriceInterval$outboundSchema;
40910
+ exports.UpdatePlanLicenseAdditionalCurrency$outboundSchema = UpdatePlanLicenseAdditionalCurrency$outboundSchema;
40911
+ exports.UpdatePlanLicenseBasePrice$outboundSchema = UpdatePlanLicenseBasePrice$outboundSchema;
40912
+ exports.UpdatePlanLicenseCustomize$outboundSchema = UpdatePlanLicenseCustomize$outboundSchema;
40913
+ exports.UpdatePlanLicenseExpiryDurationType = UpdatePlanLicenseExpiryDurationType;
40914
+ exports.UpdatePlanLicenseExpiryDurationType$outboundSchema = UpdatePlanLicenseExpiryDurationType$outboundSchema;
40915
+ exports.UpdatePlanLicenseIntervalUnion$outboundSchema = UpdatePlanLicenseIntervalUnion$outboundSchema;
40916
+ exports.UpdatePlanLicenseOnDecrease = UpdatePlanLicenseOnDecrease;
40917
+ exports.UpdatePlanLicenseOnDecrease$outboundSchema = UpdatePlanLicenseOnDecrease$outboundSchema;
40918
+ exports.UpdatePlanLicenseOnIncrease = UpdatePlanLicenseOnIncrease;
40919
+ exports.UpdatePlanLicenseOnIncrease$outboundSchema = UpdatePlanLicenseOnIncrease$outboundSchema;
40920
+ exports.UpdatePlanLicensePlanItem$outboundSchema = UpdatePlanLicensePlanItem$outboundSchema;
40921
+ exports.UpdatePlanLicensePlanItemFilter$outboundSchema = UpdatePlanLicensePlanItemFilter$outboundSchema;
40922
+ exports.UpdatePlanLicensePrice$outboundSchema = UpdatePlanLicensePrice$outboundSchema;
40923
+ exports.UpdatePlanLicenseProration$outboundSchema = UpdatePlanLicenseProration$outboundSchema;
40924
+ exports.UpdatePlanLicenseRemoveItemBillingMethod = UpdatePlanLicenseRemoveItemBillingMethod;
40925
+ exports.UpdatePlanLicenseRemoveItemBillingMethod$outboundSchema = UpdatePlanLicenseRemoveItemBillingMethod$outboundSchema;
40926
+ exports.UpdatePlanLicenseReset$outboundSchema = UpdatePlanLicenseReset$outboundSchema;
40927
+ exports.UpdatePlanLicenseResetInterval = UpdatePlanLicenseResetInterval;
40928
+ exports.UpdatePlanLicenseResetInterval$outboundSchema = UpdatePlanLicenseResetInterval$outboundSchema;
40929
+ exports.UpdatePlanLicenseRollover$outboundSchema = UpdatePlanLicenseRollover$outboundSchema;
40930
+ exports.UpdatePlanLicenseTier$outboundSchema = UpdatePlanLicenseTier$outboundSchema;
40931
+ exports.UpdatePlanLicenseTierAdditionalCurrency$outboundSchema = UpdatePlanLicenseTierAdditionalCurrency$outboundSchema;
40932
+ exports.UpdatePlanLicenseTierBehavior = UpdatePlanLicenseTierBehavior;
40933
+ exports.UpdatePlanLicenseTierBehavior$outboundSchema = UpdatePlanLicenseTierBehavior$outboundSchema;
40934
+ exports.UpdatePlanLicenseTo$outboundSchema = UpdatePlanLicenseTo$outboundSchema;
40092
40935
  exports.UpdatePlanLimitTypeRequestBody = UpdatePlanLimitTypeRequestBody;
40093
40936
  exports.UpdatePlanLimitTypeRequestBody$outboundSchema = UpdatePlanLimitTypeRequestBody$outboundSchema;
40094
40937
  exports.UpdatePlanLimitTypeResponse = UpdatePlanLimitTypeResponse;
@@ -40109,6 +40952,8 @@ exports.UpdatePlanPriceIntervalResponse = UpdatePlanPriceIntervalResponse;
40109
40952
  exports.UpdatePlanPriceIntervalResponse$inboundSchema = UpdatePlanPriceIntervalResponse$inboundSchema;
40110
40953
  exports.UpdatePlanPriceItemIntervalResponse = UpdatePlanPriceItemIntervalResponse;
40111
40954
  exports.UpdatePlanPriceItemIntervalResponse$inboundSchema = UpdatePlanPriceItemIntervalResponse$inboundSchema;
40955
+ exports.UpdatePlanPriceLicenseInterval = UpdatePlanPriceLicenseInterval;
40956
+ exports.UpdatePlanPriceLicenseInterval$outboundSchema = UpdatePlanPriceLicenseInterval$outboundSchema;
40112
40957
  exports.UpdatePlanPriceResponse$inboundSchema = UpdatePlanPriceResponse$inboundSchema;
40113
40958
  exports.UpdatePlanPriceVariantDetailsInterval = UpdatePlanPriceVariantDetailsInterval;
40114
40959
  exports.UpdatePlanPriceVariantDetailsInterval$inboundSchema = UpdatePlanPriceVariantDetailsInterval$inboundSchema;
@@ -40478,26 +41323,24 @@ exports.createFeatureParamsToJSON = createFeatureParamsToJSON;
40478
41323
  exports.createFeatureProviderMarkupsRequestToJSON = createFeatureProviderMarkupsRequestToJSON;
40479
41324
  exports.createFeatureProviderMarkupsResponseFromJSON = createFeatureProviderMarkupsResponseFromJSON;
40480
41325
  exports.createFeatureResponseFromJSON = createFeatureResponseFromJSON;
40481
- exports.createPlanAddItemAdditionalCurrencyFromJSON = createPlanAddItemAdditionalCurrencyFromJSON;
40482
41326
  exports.createPlanAdditionalCurrencyRequestBodyToJSON = createPlanAdditionalCurrencyRequestBodyToJSON;
40483
41327
  exports.createPlanAdditionalCurrencyResponseFromJSON = createPlanAdditionalCurrencyResponseFromJSON;
40484
41328
  exports.createPlanAutoTopupRequestToJSON = createPlanAutoTopupRequestToJSON;
40485
41329
  exports.createPlanAutoTopupResponseFromJSON = createPlanAutoTopupResponseFromJSON;
40486
- exports.createPlanBasePriceFromJSON = createPlanBasePriceFromJSON;
41330
+ exports.createPlanBasePriceResponseFromJSON = createPlanBasePriceResponseFromJSON;
40487
41331
  exports.createPlanBillingControlsRequestToJSON = createPlanBillingControlsRequestToJSON;
40488
41332
  exports.createPlanBillingControlsResponseFromJSON = createPlanBillingControlsResponseFromJSON;
40489
41333
  exports.createPlanConfigRequestToJSON = createPlanConfigRequestToJSON;
40490
41334
  exports.createPlanConfigResponseFromJSON = createPlanConfigResponseFromJSON;
40491
41335
  exports.createPlanCreditSchemaFromJSON = createPlanCreditSchemaFromJSON;
40492
41336
  exports.createPlanCustomerEligibilityFromJSON = createPlanCustomerEligibilityFromJSON;
40493
- exports.createPlanCustomizeFromJSON = createPlanCustomizeFromJSON;
41337
+ exports.createPlanCustomizeResponseFromJSON = createPlanCustomizeResponseFromJSON;
40494
41338
  exports.createPlanFeatureDisplayFromJSON = createPlanFeatureDisplayFromJSON;
40495
41339
  exports.createPlanFeatureFromJSON = createPlanFeatureFromJSON;
40496
41340
  exports.createPlanFilterRequestToJSON = createPlanFilterRequestToJSON;
40497
41341
  exports.createPlanFilterResponseFromJSON = createPlanFilterResponseFromJSON;
40498
41342
  exports.createPlanFreeTrialParamsFromJSON = createPlanFreeTrialParamsFromJSON;
40499
41343
  exports.createPlanFreeTrialResponseFromJSON = createPlanFreeTrialResponseFromJSON;
40500
- exports.createPlanIntervalUnionFromJSON = createPlanIntervalUnionFromJSON;
40501
41344
  exports.createPlanItemAdditionalCurrencyRequestBodyToJSON = createPlanItemAdditionalCurrencyRequestBodyToJSON;
40502
41345
  exports.createPlanItemAdditionalCurrencyResponseFromJSON = createPlanItemAdditionalCurrencyResponseFromJSON;
40503
41346
  exports.createPlanItemDisplayFromJSON = createPlanItemDisplayFromJSON;
@@ -40506,16 +41349,35 @@ exports.createPlanItemPlanItemToJSON = createPlanItemPlanItemToJSON;
40506
41349
  exports.createPlanItemPriceRequestBodyToJSON = createPlanItemPriceRequestBodyToJSON;
40507
41350
  exports.createPlanItemPriceResponseFromJSON = createPlanItemPriceResponseFromJSON;
40508
41351
  exports.createPlanItemProrationToJSON = createPlanItemProrationToJSON;
41352
+ exports.createPlanItemResetRequestBodyToJSON = createPlanItemResetRequestBodyToJSON;
40509
41353
  exports.createPlanItemResetResponseFromJSON = createPlanItemResetResponseFromJSON;
41354
+ exports.createPlanItemRolloverRequestBodyToJSON = createPlanItemRolloverRequestBodyToJSON;
40510
41355
  exports.createPlanItemRolloverResponseFromJSON = createPlanItemRolloverResponseFromJSON;
41356
+ exports.createPlanItemTierAdditionalCurrencyRequestBodyToJSON = createPlanItemTierAdditionalCurrencyRequestBodyToJSON;
40511
41357
  exports.createPlanItemTierAdditionalCurrencyResponseFromJSON = createPlanItemTierAdditionalCurrencyResponseFromJSON;
41358
+ exports.createPlanItemTierRequestBodyToJSON = createPlanItemTierRequestBodyToJSON;
40512
41359
  exports.createPlanItemTierResponseFromJSON = createPlanItemTierResponseFromJSON;
41360
+ exports.createPlanItemToRequestBodyToJSON = createPlanItemToRequestBodyToJSON;
40513
41361
  exports.createPlanItemToResponseFromJSON = createPlanItemToResponseFromJSON;
41362
+ exports.createPlanLicenseAddItemAdditionalCurrencyToJSON = createPlanLicenseAddItemAdditionalCurrencyToJSON;
41363
+ exports.createPlanLicenseAdditionalCurrencyToJSON = createPlanLicenseAdditionalCurrencyToJSON;
41364
+ exports.createPlanLicenseBasePriceToJSON = createPlanLicenseBasePriceToJSON;
41365
+ exports.createPlanLicenseCustomizeToJSON = createPlanLicenseCustomizeToJSON;
41366
+ exports.createPlanLicenseIntervalUnionToJSON = createPlanLicenseIntervalUnionToJSON;
41367
+ exports.createPlanLicensePlanItemFilterToJSON = createPlanLicensePlanItemFilterToJSON;
41368
+ exports.createPlanLicensePlanItemToJSON = createPlanLicensePlanItemToJSON;
41369
+ exports.createPlanLicensePriceToJSON = createPlanLicensePriceToJSON;
41370
+ exports.createPlanLicenseProrationToJSON = createPlanLicenseProrationToJSON;
41371
+ exports.createPlanLicenseResetToJSON = createPlanLicenseResetToJSON;
41372
+ exports.createPlanLicenseRolloverToJSON = createPlanLicenseRolloverToJSON;
41373
+ exports.createPlanLicenseTierAdditionalCurrencyToJSON = createPlanLicenseTierAdditionalCurrencyToJSON;
41374
+ exports.createPlanLicenseTierToJSON = createPlanLicenseTierToJSON;
40514
41375
  exports.createPlanLicenseToJSON = createPlanLicenseToJSON;
41376
+ exports.createPlanLicenseToToJSON = createPlanLicenseToToJSON;
40515
41377
  exports.createPlanOverageAllowedRequestToJSON = createPlanOverageAllowedRequestToJSON;
40516
41378
  exports.createPlanOverageAllowedResponseFromJSON = createPlanOverageAllowedResponseFromJSON;
40517
41379
  exports.createPlanParamsToJSON = createPlanParamsToJSON;
40518
- exports.createPlanPlanItemFilterFromJSON = createPlanPlanItemFilterFromJSON;
41380
+ exports.createPlanPlanItemFilterResponseFromJSON = createPlanPlanItemFilterResponseFromJSON;
40519
41381
  exports.createPlanPlanItemResponseFromJSON = createPlanPlanItemResponseFromJSON;
40520
41382
  exports.createPlanPriceDisplayFromJSON = createPlanPriceDisplayFromJSON;
40521
41383
  exports.createPlanPriceRequestBodyToJSON = createPlanPriceRequestBodyToJSON;
@@ -40524,23 +41386,20 @@ exports.createPlanPropertiesToJSON = createPlanPropertiesToJSON;
40524
41386
  exports.createPlanProrationResponseFromJSON = createPlanProrationResponseFromJSON;
40525
41387
  exports.createPlanPurchaseLimitRequestToJSON = createPlanPurchaseLimitRequestToJSON;
40526
41388
  exports.createPlanPurchaseLimitResponseFromJSON = createPlanPurchaseLimitResponseFromJSON;
40527
- exports.createPlanResetRequestBodyToJSON = createPlanResetRequestBodyToJSON;
40528
41389
  exports.createPlanResponseFromJSON = createPlanResponseFromJSON;
40529
- exports.createPlanRolloverRequestBodyToJSON = createPlanRolloverRequestBodyToJSON;
40530
41390
  exports.createPlanSpendLimitRequestToJSON = createPlanSpendLimitRequestToJSON;
40531
41391
  exports.createPlanSpendLimitResponseFromJSON = createPlanSpendLimitResponseFromJSON;
40532
- exports.createPlanTierAdditionalCurrencyRequestBodyToJSON = createPlanTierAdditionalCurrencyRequestBodyToJSON;
40533
- exports.createPlanTierRequestBodyToJSON = createPlanTierRequestBodyToJSON;
40534
- exports.createPlanToRequestBodyToJSON = createPlanToRequestBodyToJSON;
40535
41392
  exports.createPlanUsageAlertRequestBodyToJSON = createPlanUsageAlertRequestBodyToJSON;
40536
41393
  exports.createPlanUsageAlertResponseFromJSON = createPlanUsageAlertResponseFromJSON;
40537
41394
  exports.createPlanUsageLimitRequestToJSON = createPlanUsageLimitRequestToJSON;
40538
41395
  exports.createPlanUsageLimitResponseFromJSON = createPlanUsageLimitResponseFromJSON;
41396
+ exports.createPlanVariantDetailsAddItemAdditionalCurrencyFromJSON = createPlanVariantDetailsAddItemAdditionalCurrencyFromJSON;
40539
41397
  exports.createPlanVariantDetailsAdditionalCurrencyFromJSON = createPlanVariantDetailsAdditionalCurrencyFromJSON;
40540
41398
  exports.createPlanVariantDetailsAutoTopupFromJSON = createPlanVariantDetailsAutoTopupFromJSON;
40541
41399
  exports.createPlanVariantDetailsBillingControlsFromJSON = createPlanVariantDetailsBillingControlsFromJSON;
40542
41400
  exports.createPlanVariantDetailsFilterFromJSON = createPlanVariantDetailsFilterFromJSON;
40543
41401
  exports.createPlanVariantDetailsFromJSON = createPlanVariantDetailsFromJSON;
41402
+ exports.createPlanVariantDetailsIntervalUnionFromJSON = createPlanVariantDetailsIntervalUnionFromJSON;
40544
41403
  exports.createPlanVariantDetailsOverageAllowedFromJSON = createPlanVariantDetailsOverageAllowedFromJSON;
40545
41404
  exports.createPlanVariantDetailsPriceFromJSON = createPlanVariantDetailsPriceFromJSON;
40546
41405
  exports.createPlanVariantDetailsPurchaseLimitFromJSON = createPlanVariantDetailsPurchaseLimitFromJSON;
@@ -41408,7 +42267,21 @@ exports.updatePlanItemTierRequestBodyToJSON = updatePlanItemTierRequestBodyToJSO
41408
42267
  exports.updatePlanItemTierResponseFromJSON = updatePlanItemTierResponseFromJSON;
41409
42268
  exports.updatePlanItemToRequestBodyToJSON = updatePlanItemToRequestBodyToJSON;
41410
42269
  exports.updatePlanItemToResponseFromJSON = updatePlanItemToResponseFromJSON;
42270
+ exports.updatePlanLicenseAddItemAdditionalCurrencyToJSON = updatePlanLicenseAddItemAdditionalCurrencyToJSON;
42271
+ exports.updatePlanLicenseAdditionalCurrencyToJSON = updatePlanLicenseAdditionalCurrencyToJSON;
42272
+ exports.updatePlanLicenseBasePriceToJSON = updatePlanLicenseBasePriceToJSON;
42273
+ exports.updatePlanLicenseCustomizeToJSON = updatePlanLicenseCustomizeToJSON;
42274
+ exports.updatePlanLicenseIntervalUnionToJSON = updatePlanLicenseIntervalUnionToJSON;
42275
+ exports.updatePlanLicensePlanItemFilterToJSON = updatePlanLicensePlanItemFilterToJSON;
42276
+ exports.updatePlanLicensePlanItemToJSON = updatePlanLicensePlanItemToJSON;
42277
+ exports.updatePlanLicensePriceToJSON = updatePlanLicensePriceToJSON;
42278
+ exports.updatePlanLicenseProrationToJSON = updatePlanLicenseProrationToJSON;
42279
+ exports.updatePlanLicenseResetToJSON = updatePlanLicenseResetToJSON;
42280
+ exports.updatePlanLicenseRolloverToJSON = updatePlanLicenseRolloverToJSON;
42281
+ exports.updatePlanLicenseTierAdditionalCurrencyToJSON = updatePlanLicenseTierAdditionalCurrencyToJSON;
42282
+ exports.updatePlanLicenseTierToJSON = updatePlanLicenseTierToJSON;
41411
42283
  exports.updatePlanLicenseToJSON = updatePlanLicenseToJSON;
42284
+ exports.updatePlanLicenseToToJSON = updatePlanLicenseToToJSON;
41412
42285
  exports.updatePlanOverageAllowedRequestToJSON = updatePlanOverageAllowedRequestToJSON;
41413
42286
  exports.updatePlanOverageAllowedResponseFromJSON = updatePlanOverageAllowedResponseFromJSON;
41414
42287
  exports.updatePlanParamsToJSON = updatePlanParamsToJSON;