orb-billing 1.19.5 → 1.20.0

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 (585) hide show
  1. package/README.md +66 -23
  2. package/dist/sdk/coupon.d.ts +4 -4
  3. package/dist/sdk/coupon.js +25 -20
  4. package/dist/sdk/credit.d.ts +4 -4
  5. package/dist/sdk/credit.js +26 -20
  6. package/dist/sdk/creditnote.d.ts +2 -2
  7. package/dist/sdk/creditnote.js +11 -10
  8. package/dist/sdk/customer.d.ts +8 -8
  9. package/dist/sdk/customer.js +49 -40
  10. package/dist/sdk/event.d.ts +7 -7
  11. package/dist/sdk/event.js +39 -35
  12. package/dist/sdk/invoice.d.ts +5 -5
  13. package/dist/sdk/invoice.js +26 -25
  14. package/dist/sdk/item.d.ts +2 -2
  15. package/dist/sdk/item.js +11 -10
  16. package/dist/sdk/metric.d.ts +1 -1
  17. package/dist/sdk/metric.js +5 -5
  18. package/dist/sdk/models/operations/addeditpriceintervals.d.ts +1 -1
  19. package/dist/sdk/models/operations/addeditpriceintervals.js +4 -4
  20. package/dist/sdk/models/operations/amendevent.d.ts +1 -1
  21. package/dist/sdk/models/operations/amendevent.js +4 -4
  22. package/dist/sdk/models/operations/amendusage.d.ts +1 -1
  23. package/dist/sdk/models/operations/amendusage.js +4 -4
  24. package/dist/sdk/models/operations/amendusageexternalcustomerid.d.ts +1 -1
  25. package/dist/sdk/models/operations/amendusageexternalcustomerid.js +4 -4
  26. package/dist/sdk/models/operations/cancelsubscription.d.ts +1 -1
  27. package/dist/sdk/models/operations/cancelsubscription.js +4 -4
  28. package/dist/sdk/models/operations/createcustomerbalancetransaction.d.ts +1 -1
  29. package/dist/sdk/models/operations/createcustomerbalancetransaction.js +4 -4
  30. package/dist/sdk/models/operations/createledgerentry.d.ts +1 -1
  31. package/dist/sdk/models/operations/createledgerentry.js +4 -4
  32. package/dist/sdk/models/operations/createledgerentryexternalid.d.ts +1 -1
  33. package/dist/sdk/models/operations/createledgerentryexternalid.js +4 -4
  34. package/dist/sdk/models/operations/fetchcustomercredits.d.ts +1 -1
  35. package/dist/sdk/models/operations/fetchcustomercredits.js +4 -4
  36. package/dist/sdk/models/operations/fetchcustomercreditsexternalid.d.ts +1 -1
  37. package/dist/sdk/models/operations/fetchcustomercreditsexternalid.js +4 -4
  38. package/dist/sdk/models/operations/markinvoiceaspaid.d.ts +1 -1
  39. package/dist/sdk/models/operations/markinvoiceaspaid.js +4 -4
  40. package/dist/sdk/models/operations/scheduleplanchange.d.ts +1 -1
  41. package/dist/sdk/models/operations/scheduleplanchange.js +4 -4
  42. package/dist/sdk/models/operations/triggerphase.d.ts +1 -1
  43. package/dist/sdk/models/operations/triggerphase.js +4 -4
  44. package/dist/sdk/models/operations/unschedulefixedfeequantity.d.ts +1 -1
  45. package/dist/sdk/models/operations/unschedulefixedfeequantity.js +4 -4
  46. package/dist/sdk/models/operations/updatecustomer.d.ts +1 -1
  47. package/dist/sdk/models/operations/updatecustomer.js +4 -4
  48. package/dist/sdk/models/operations/updatecustomerexternalid.d.ts +1 -1
  49. package/dist/sdk/models/operations/updatecustomerexternalid.js +4 -4
  50. package/dist/sdk/models/operations/updatefixedfeequantity.d.ts +1 -1
  51. package/dist/sdk/models/operations/updatefixedfeequantity.js +4 -4
  52. package/dist/sdk/models/operations/updateplan.d.ts +1 -1
  53. package/dist/sdk/models/operations/updateplan.js +4 -4
  54. package/dist/sdk/models/operations/updateplanexternal.d.ts +1 -1
  55. package/dist/sdk/models/operations/updateplanexternal.js +4 -4
  56. package/dist/sdk/models/shared/addpriceintervalparams.d.ts +0 -14
  57. package/dist/sdk/models/shared/addpriceintervalparams.js +1 -17
  58. package/dist/sdk/models/shared/editpriceintervalparams.d.ts +0 -14
  59. package/dist/sdk/models/shared/editpriceintervalparams.js +1 -17
  60. package/dist/sdk/models/shared/index.d.ts +0 -103
  61. package/dist/sdk/models/shared/index.js +0 -103
  62. package/dist/sdk/models/shared/invoicelineitemparams.d.ts +1 -2
  63. package/dist/sdk/models/shared/invoicelineitemparams.js +1 -3
  64. package/dist/sdk/models/shared/itemexternalconnection.d.ts +0 -11
  65. package/dist/sdk/models/shared/itemexternalconnection.js +1 -14
  66. package/dist/sdk/models/shared/plan.d.ts +1 -3
  67. package/dist/sdk/models/shared/plan.js +2 -11
  68. package/dist/sdk/plan.d.ts +4 -4
  69. package/dist/sdk/plan.js +22 -20
  70. package/dist/sdk/price.d.ts +3 -3
  71. package/dist/sdk/price.js +16 -15
  72. package/dist/sdk/priceinterval.d.ts +2 -1
  73. package/dist/sdk/priceinterval.js +6 -5
  74. package/dist/sdk/sdk.js +3 -3
  75. package/dist/sdk/subscription.d.ts +8 -8
  76. package/dist/sdk/subscription.js +45 -40
  77. package/docs/models/operations/addeditpriceintervalsrequest.md +2 -2
  78. package/docs/models/operations/amendeventrequest.md +2 -2
  79. package/docs/models/operations/amendusageexternalcustomeridrequest.md +1 -1
  80. package/docs/models/operations/amendusagerequest.md +1 -1
  81. package/docs/models/operations/cancelsubscriptionrequest.md +2 -2
  82. package/docs/models/operations/createcustomerbalancetransactionrequest.md +2 -2
  83. package/docs/models/operations/createledgerentryexternalidrequest.md +2 -2
  84. package/docs/models/operations/createledgerentryrequest.md +2 -2
  85. package/docs/models/operations/fetchcustomercreditsexternalidrequest.md +1 -1
  86. package/docs/models/operations/fetchcustomercreditsrequest.md +1 -1
  87. package/docs/models/operations/markinvoiceaspaidrequest.md +2 -2
  88. package/docs/models/operations/scheduleplanchangerequest.md +2 -2
  89. package/docs/models/operations/triggerphaserequest.md +2 -2
  90. package/docs/models/operations/unschedulefixedfeequantityrequest.md +2 -2
  91. package/docs/models/operations/updatecustomerexternalidrequest.md +2 -2
  92. package/docs/models/operations/updatecustomerrequest.md +2 -2
  93. package/docs/models/operations/updatefixedfeequantityrequest.md +2 -2
  94. package/docs/models/operations/updateplanexternalrequest.md +2 -2
  95. package/docs/models/operations/updateplanrequest.md +2 -2
  96. package/docs/models/shared/addpriceintervalparams.md +2 -2
  97. package/docs/models/shared/createinvoicelineitemparams.md +1 -1
  98. package/docs/models/shared/discount.md +8 -8
  99. package/docs/models/shared/editpriceintervalparams.md +2 -2
  100. package/docs/models/shared/invoicelineitem.md +1 -1
  101. package/docs/models/shared/invoicelineitemparams.md +2 -2
  102. package/docs/models/shared/plan.md +1 -1
  103. package/docs/sdks/availability/README.md +9 -8
  104. package/docs/sdks/coupon/README.md +89 -80
  105. package/docs/sdks/credit/README.md +104 -144
  106. package/docs/sdks/creditnote/README.md +34 -31
  107. package/docs/sdks/customer/README.md +303 -352
  108. package/docs/sdks/event/README.md +162 -162
  109. package/docs/sdks/invoice/README.md +145 -159
  110. package/docs/sdks/item/README.md +34 -31
  111. package/docs/sdks/metric/README.md +43 -47
  112. package/docs/sdks/plan/README.md +100 -102
  113. package/docs/sdks/price/README.md +60 -96
  114. package/docs/sdks/priceinterval/README.md +55 -98
  115. package/docs/sdks/subscription/README.md +278 -384
  116. package/package.json +1 -1
  117. package/dist/sdk/models/shared/addamendmentcreditledgerentryrequestparams.d.ts +0 -28
  118. package/dist/sdk/models/shared/addamendmentcreditledgerentryrequestparams.js +0 -81
  119. package/dist/sdk/models/shared/adddecrementcreditledgerentryrequestparams.d.ts +0 -24
  120. package/dist/sdk/models/shared/adddecrementcreditledgerentryrequestparams.js +0 -76
  121. package/dist/sdk/models/shared/addexpirationchangecreditledgerentryrequestparams.d.ts +0 -37
  122. package/dist/sdk/models/shared/addexpirationchangecreditledgerentryrequestparams.js +0 -102
  123. package/dist/sdk/models/shared/addincrementcreditledgerentryrequestparams.d.ts +0 -42
  124. package/dist/sdk/models/shared/addincrementcreditledgerentryrequestparams.js +0 -109
  125. package/dist/sdk/models/shared/addvoidcreditledgerentryrequestparams.d.ts +0 -38
  126. package/dist/sdk/models/shared/addvoidcreditledgerentryrequestparams.js +0 -93
  127. package/dist/sdk/models/shared/affectedblock.d.ts +0 -6
  128. package/dist/sdk/models/shared/affectedblock.js +0 -59
  129. package/dist/sdk/models/shared/amendmentledgerentry.d.ts +0 -27
  130. package/dist/sdk/models/shared/amendmentledgerentry.js +0 -120
  131. package/dist/sdk/models/shared/amountdiscount.d.ts +0 -15
  132. package/dist/sdk/models/shared/amountdiscount.js +0 -59
  133. package/dist/sdk/models/shared/amountdiscountcreationparams.d.ts +0 -11
  134. package/dist/sdk/models/shared/amountdiscountcreationparams.js +0 -54
  135. package/dist/sdk/models/shared/amountdiscountinterval.d.ts +0 -27
  136. package/dist/sdk/models/shared/amountdiscountinterval.js +0 -82
  137. package/dist/sdk/models/shared/billablemetricsimple.d.ts +0 -5
  138. package/dist/sdk/models/shared/billablemetricsimple.js +0 -50
  139. package/dist/sdk/models/shared/billablemetrictiny.d.ts +0 -4
  140. package/dist/sdk/models/shared/billablemetrictiny.js +0 -45
  141. package/dist/sdk/models/shared/bpsconfig.d.ts +0 -11
  142. package/dist/sdk/models/shared/bpsconfig.js +0 -50
  143. package/dist/sdk/models/shared/bpsprice.d.ts +0 -242
  144. package/dist/sdk/models/shared/bpsprice.js +0 -363
  145. package/dist/sdk/models/shared/bpstier.d.ts +0 -19
  146. package/dist/sdk/models/shared/bpstier.js +0 -60
  147. package/dist/sdk/models/shared/bulkbpsconfig.d.ts +0 -8
  148. package/dist/sdk/models/shared/bulkbpsconfig.js +0 -47
  149. package/dist/sdk/models/shared/bulkbpsprice.d.ts +0 -242
  150. package/dist/sdk/models/shared/bulkbpsprice.js +0 -363
  151. package/dist/sdk/models/shared/bulkbpstier.d.ts +0 -15
  152. package/dist/sdk/models/shared/bulkbpstier.js +0 -55
  153. package/dist/sdk/models/shared/bulkconfig.d.ts +0 -8
  154. package/dist/sdk/models/shared/bulkconfig.js +0 -47
  155. package/dist/sdk/models/shared/bulkprice.d.ts +0 -242
  156. package/dist/sdk/models/shared/bulkprice.js +0 -363
  157. package/dist/sdk/models/shared/bulktier.d.ts +0 -11
  158. package/dist/sdk/models/shared/bulktier.js +0 -50
  159. package/dist/sdk/models/shared/creditblockexpiryledgerentry.d.ts +0 -27
  160. package/dist/sdk/models/shared/creditblockexpiryledgerentry.js +0 -120
  161. package/dist/sdk/models/shared/decrementledgerentry.d.ts +0 -30
  162. package/dist/sdk/models/shared/decrementledgerentry.js +0 -135
  163. package/dist/sdk/models/shared/duplicateconstraintviolationerror.d.ts +0 -16
  164. package/dist/sdk/models/shared/duplicateconstraintviolationerror.js +0 -82
  165. package/dist/sdk/models/shared/duplicateresourcecreationerror.d.ts +0 -16
  166. package/dist/sdk/models/shared/duplicateresourcecreationerror.js +0 -82
  167. package/dist/sdk/models/shared/expirationchangeledgerentry.d.ts +0 -28
  168. package/dist/sdk/models/shared/expirationchangeledgerentry.js +0 -129
  169. package/dist/sdk/models/shared/featurenotavailableerror.d.ts +0 -16
  170. package/dist/sdk/models/shared/featurenotavailableerror.js +0 -82
  171. package/dist/sdk/models/shared/fivetranexampleprice.d.ts +0 -241
  172. package/dist/sdk/models/shared/fivetranexampleprice.js +0 -361
  173. package/dist/sdk/models/shared/groupedsubscriptionusage.d.ts +0 -7
  174. package/dist/sdk/models/shared/groupedsubscriptionusage.js +0 -54
  175. package/dist/sdk/models/shared/groupedsubscriptionusagerecord.d.ts +0 -14
  176. package/dist/sdk/models/shared/groupedsubscriptionusagerecord.js +0 -71
  177. package/dist/sdk/models/shared/idempotencyconflict.d.ts +0 -16
  178. package/dist/sdk/models/shared/idempotencyconflict.js +0 -82
  179. package/dist/sdk/models/shared/idempotencykeyvalidationerror.d.ts +0 -17
  180. package/dist/sdk/models/shared/idempotencykeyvalidationerror.js +0 -87
  181. package/dist/sdk/models/shared/idempotencyrequestmismatch.d.ts +0 -16
  182. package/dist/sdk/models/shared/idempotencyrequestmismatch.js +0 -82
  183. package/dist/sdk/models/shared/incrementcreditledgerentryinvoicesettings.d.ts +0 -18
  184. package/dist/sdk/models/shared/incrementcreditledgerentryinvoicesettings.js +0 -58
  185. package/dist/sdk/models/shared/incrementledgerentry.d.ts +0 -27
  186. package/dist/sdk/models/shared/incrementledgerentry.js +0 -120
  187. package/dist/sdk/models/shared/itemslim.d.ts +0 -5
  188. package/dist/sdk/models/shared/itemslim.js +0 -50
  189. package/dist/sdk/models/shared/matrixconfig.d.ts +0 -20
  190. package/dist/sdk/models/shared/matrixconfig.js +0 -62
  191. package/dist/sdk/models/shared/matrixprice.d.ts +0 -242
  192. package/dist/sdk/models/shared/matrixprice.js +0 -363
  193. package/dist/sdk/models/shared/matrixsublineitem.d.ts +0 -17
  194. package/dist/sdk/models/shared/matrixsublineitem.js +0 -78
  195. package/dist/sdk/models/shared/matrixvalue.d.ts +0 -15
  196. package/dist/sdk/models/shared/matrixvalue.js +0 -55
  197. package/dist/sdk/models/shared/metricgroup.d.ts +0 -5
  198. package/dist/sdk/models/shared/metricgroup.js +0 -50
  199. package/dist/sdk/models/shared/newbpsprice.d.ts +0 -53
  200. package/dist/sdk/models/shared/newbpsprice.js +0 -110
  201. package/dist/sdk/models/shared/newbulkbpsprice.d.ts +0 -53
  202. package/dist/sdk/models/shared/newbulkbpsprice.js +0 -110
  203. package/dist/sdk/models/shared/newbulkprice.d.ts +0 -53
  204. package/dist/sdk/models/shared/newbulkprice.js +0 -110
  205. package/dist/sdk/models/shared/newmatrixprice.d.ts +0 -53
  206. package/dist/sdk/models/shared/newmatrixprice.js +0 -110
  207. package/dist/sdk/models/shared/newpackageprice.d.ts +0 -53
  208. package/dist/sdk/models/shared/newpackageprice.js +0 -110
  209. package/dist/sdk/models/shared/newpackagewithallocationprice.d.ts +0 -52
  210. package/dist/sdk/models/shared/newpackagewithallocationprice.js +0 -108
  211. package/dist/sdk/models/shared/newthresholdtotalamountprice.d.ts +0 -52
  212. package/dist/sdk/models/shared/newthresholdtotalamountprice.js +0 -108
  213. package/dist/sdk/models/shared/newtieredbpsprice.d.ts +0 -53
  214. package/dist/sdk/models/shared/newtieredbpsprice.js +0 -110
  215. package/dist/sdk/models/shared/newtieredpackageprice.d.ts +0 -52
  216. package/dist/sdk/models/shared/newtieredpackageprice.js +0 -108
  217. package/dist/sdk/models/shared/newtieredprice.d.ts +0 -53
  218. package/dist/sdk/models/shared/newtieredprice.js +0 -110
  219. package/dist/sdk/models/shared/newtieredwithminimumprice.d.ts +0 -52
  220. package/dist/sdk/models/shared/newtieredwithminimumprice.js +0 -108
  221. package/dist/sdk/models/shared/newunitprice.d.ts +0 -53
  222. package/dist/sdk/models/shared/newunitprice.js +0 -110
  223. package/dist/sdk/models/shared/othersublineitem.d.ts +0 -15
  224. package/dist/sdk/models/shared/othersublineitem.js +0 -71
  225. package/dist/sdk/models/shared/overridebpsprice.d.ts +0 -27
  226. package/dist/sdk/models/shared/overridebpsprice.js +0 -83
  227. package/dist/sdk/models/shared/overridebulkbpsprice.d.ts +0 -27
  228. package/dist/sdk/models/shared/overridebulkbpsprice.js +0 -83
  229. package/dist/sdk/models/shared/overridebulkprice.d.ts +0 -27
  230. package/dist/sdk/models/shared/overridebulkprice.js +0 -83
  231. package/dist/sdk/models/shared/overridefivetranexampleprice.d.ts +0 -26
  232. package/dist/sdk/models/shared/overridefivetranexampleprice.js +0 -81
  233. package/dist/sdk/models/shared/overridematrixprice.d.ts +0 -27
  234. package/dist/sdk/models/shared/overridematrixprice.js +0 -83
  235. package/dist/sdk/models/shared/overridepackageprice.d.ts +0 -27
  236. package/dist/sdk/models/shared/overridepackageprice.js +0 -83
  237. package/dist/sdk/models/shared/overridepackagewithallocationprice.d.ts +0 -26
  238. package/dist/sdk/models/shared/overridepackagewithallocationprice.js +0 -81
  239. package/dist/sdk/models/shared/overridetestratingfunctionprice.d.ts +0 -26
  240. package/dist/sdk/models/shared/overridetestratingfunctionprice.js +0 -81
  241. package/dist/sdk/models/shared/overridethresholdtotalamountprice.d.ts +0 -26
  242. package/dist/sdk/models/shared/overridethresholdtotalamountprice.js +0 -81
  243. package/dist/sdk/models/shared/overridetieredbpsprice.d.ts +0 -27
  244. package/dist/sdk/models/shared/overridetieredbpsprice.js +0 -83
  245. package/dist/sdk/models/shared/overridetieredpackageprice.d.ts +0 -26
  246. package/dist/sdk/models/shared/overridetieredpackageprice.js +0 -81
  247. package/dist/sdk/models/shared/overridetieredprice.d.ts +0 -27
  248. package/dist/sdk/models/shared/overridetieredprice.js +0 -83
  249. package/dist/sdk/models/shared/overridetieredwithminimumprice.d.ts +0 -26
  250. package/dist/sdk/models/shared/overridetieredwithminimumprice.js +0 -81
  251. package/dist/sdk/models/shared/overrideunitprice.d.ts +0 -27
  252. package/dist/sdk/models/shared/overrideunitprice.js +0 -83
  253. package/dist/sdk/models/shared/packageconfig.d.ts +0 -11
  254. package/dist/sdk/models/shared/packageconfig.js +0 -50
  255. package/dist/sdk/models/shared/packageprice.d.ts +0 -242
  256. package/dist/sdk/models/shared/packageprice.js +0 -363
  257. package/dist/sdk/models/shared/packagewithallocationprice.d.ts +0 -241
  258. package/dist/sdk/models/shared/packagewithallocationprice.js +0 -361
  259. package/dist/sdk/models/shared/percentagediscount.d.ts +0 -15
  260. package/dist/sdk/models/shared/percentagediscount.js +0 -59
  261. package/dist/sdk/models/shared/percentagediscountcreationparams.d.ts +0 -11
  262. package/dist/sdk/models/shared/percentagediscountcreationparams.js +0 -54
  263. package/dist/sdk/models/shared/percentagediscountinterval.d.ts +0 -27
  264. package/dist/sdk/models/shared/percentagediscountinterval.js +0 -82
  265. package/dist/sdk/models/shared/requesttoolargeerror.d.ts +0 -16
  266. package/dist/sdk/models/shared/requesttoolargeerror.js +0 -82
  267. package/dist/sdk/models/shared/requestvalidationerror.d.ts +0 -17
  268. package/dist/sdk/models/shared/requestvalidationerror.js +0 -87
  269. package/dist/sdk/models/shared/resourcenotfounderror.d.ts +0 -16
  270. package/dist/sdk/models/shared/resourcenotfounderror.js +0 -82
  271. package/dist/sdk/models/shared/resourcetoolargeerror.d.ts +0 -16
  272. package/dist/sdk/models/shared/resourcetoolargeerror.js +0 -82
  273. package/dist/sdk/models/shared/sublineitemgrouping.d.ts +0 -8
  274. package/dist/sdk/models/shared/sublineitemgrouping.js +0 -50
  275. package/dist/sdk/models/shared/sublineitemmatrixconfig.d.ts +0 -7
  276. package/dist/sdk/models/shared/sublineitemmatrixconfig.js +0 -45
  277. package/dist/sdk/models/shared/testratingfunctionprice.d.ts +0 -241
  278. package/dist/sdk/models/shared/testratingfunctionprice.js +0 -361
  279. package/dist/sdk/models/shared/thresholdtotalamountprice.d.ts +0 -241
  280. package/dist/sdk/models/shared/thresholdtotalamountprice.js +0 -361
  281. package/dist/sdk/models/shared/tier.d.ts +0 -15
  282. package/dist/sdk/models/shared/tier.js +0 -55
  283. package/dist/sdk/models/shared/tierconfig.d.ts +0 -6
  284. package/dist/sdk/models/shared/tierconfig.js +0 -55
  285. package/dist/sdk/models/shared/tieredbpsconfig.d.ts +0 -8
  286. package/dist/sdk/models/shared/tieredbpsconfig.js +0 -47
  287. package/dist/sdk/models/shared/tieredbpsprice.d.ts +0 -242
  288. package/dist/sdk/models/shared/tieredbpsprice.js +0 -363
  289. package/dist/sdk/models/shared/tieredconfig.d.ts +0 -8
  290. package/dist/sdk/models/shared/tieredconfig.js +0 -47
  291. package/dist/sdk/models/shared/tieredpackageprice.d.ts +0 -241
  292. package/dist/sdk/models/shared/tieredpackageprice.js +0 -361
  293. package/dist/sdk/models/shared/tieredprice.d.ts +0 -242
  294. package/dist/sdk/models/shared/tieredprice.js +0 -363
  295. package/dist/sdk/models/shared/tieredwithminimumprice.d.ts +0 -241
  296. package/dist/sdk/models/shared/tieredwithminimumprice.js +0 -361
  297. package/dist/sdk/models/shared/tiersublineitem.d.ts +0 -17
  298. package/dist/sdk/models/shared/tiersublineitem.js +0 -78
  299. package/dist/sdk/models/shared/trialdiscount.d.ts +0 -19
  300. package/dist/sdk/models/shared/trialdiscount.js +0 -64
  301. package/dist/sdk/models/shared/ungroupedsubscriptionusage.d.ts +0 -5
  302. package/dist/sdk/models/shared/ungroupedsubscriptionusage.js +0 -47
  303. package/dist/sdk/models/shared/ungroupedsubscriptionusagerecord.d.ts +0 -12
  304. package/dist/sdk/models/shared/ungroupedsubscriptionusagerecord.js +0 -64
  305. package/dist/sdk/models/shared/unitconfig.d.ts +0 -11
  306. package/dist/sdk/models/shared/unitconfig.js +0 -50
  307. package/dist/sdk/models/shared/unitprice.d.ts +0 -242
  308. package/dist/sdk/models/shared/unitprice.js +0 -363
  309. package/dist/sdk/models/shared/urlnotfound.d.ts +0 -16
  310. package/dist/sdk/models/shared/urlnotfound.js +0 -82
  311. package/dist/sdk/models/shared/usage.d.ts +0 -6
  312. package/dist/sdk/models/shared/usage.js +0 -63
  313. package/dist/sdk/models/shared/usagediscount.d.ts +0 -15
  314. package/dist/sdk/models/shared/usagediscount.js +0 -59
  315. package/dist/sdk/models/shared/usagediscountcreationparams.d.ts +0 -11
  316. package/dist/sdk/models/shared/usagediscountcreationparams.js +0 -54
  317. package/dist/sdk/models/shared/usagediscountinterval.d.ts +0 -27
  318. package/dist/sdk/models/shared/usagediscountinterval.js +0 -82
  319. package/dist/sdk/models/shared/voidinitiatedledgerentry.d.ts +0 -30
  320. package/dist/sdk/models/shared/voidinitiatedledgerentry.js +0 -139
  321. package/dist/sdk/models/shared/voidledgerentry.d.ts +0 -29
  322. package/dist/sdk/models/shared/voidledgerentry.js +0 -130
  323. package/docs/models/shared/addamendmentcreditledgerentryrequestparams.md +0 -12
  324. package/docs/models/shared/addamendmentcreditledgerentryrequestparamsentrytype.md +0 -8
  325. package/docs/models/shared/addamendmentcreditledgerentryrequestparamsmetadata.md +0 -9
  326. package/docs/models/shared/adddecrementcreditledgerentryrequestparams.md +0 -11
  327. package/docs/models/shared/adddecrementcreditledgerentryrequestparamsentrytype.md +0 -8
  328. package/docs/models/shared/adddecrementcreditledgerentryrequestparamsmetadata.md +0 -9
  329. package/docs/models/shared/addexpirationchangecreditledgerentryrequestparams.md +0 -14
  330. package/docs/models/shared/addexpirationchangecreditledgerentryrequestparamsentrytype.md +0 -8
  331. package/docs/models/shared/addexpirationchangecreditledgerentryrequestparamsmetadata.md +0 -9
  332. package/docs/models/shared/addincrementcreditledgerentryrequestparams.md +0 -15
  333. package/docs/models/shared/addincrementcreditledgerentryrequestparamsentrytype.md +0 -8
  334. package/docs/models/shared/addincrementcreditledgerentryrequestparamsmetadata.md +0 -9
  335. package/docs/models/shared/addpriceintervalparamsenddateenddate.md +0 -11
  336. package/docs/models/shared/addpriceintervalparamsstartdatestartdate.md +0 -11
  337. package/docs/models/shared/addvoidcreditledgerentryrequestparams.md +0 -13
  338. package/docs/models/shared/addvoidcreditledgerentryrequestparamsentrytype.md +0 -8
  339. package/docs/models/shared/addvoidcreditledgerentryrequestparamsmetadata.md +0 -9
  340. package/docs/models/shared/addvoidcreditledgerentryrequestparamsvoidreason.md +0 -10
  341. package/docs/models/shared/affectedblock.md +0 -10
  342. package/docs/models/shared/amendmentledgerentry.md +0 -21
  343. package/docs/models/shared/amendmentledgerentryentrystatus.md +0 -9
  344. package/docs/models/shared/amendmentledgerentryentrytype.md +0 -8
  345. package/docs/models/shared/amountdiscount.md +0 -10
  346. package/docs/models/shared/amountdiscountcreationparams.md +0 -9
  347. package/docs/models/shared/amountdiscountcreationparamsdiscounttype.md +0 -8
  348. package/docs/models/shared/amountdiscountdiscounttype.md +0 -8
  349. package/docs/models/shared/amountdiscountinterval.md +0 -13
  350. package/docs/models/shared/amountdiscountintervaldiscounttype.md +0 -8
  351. package/docs/models/shared/billablemetricsimple.md +0 -9
  352. package/docs/models/shared/billablemetrictiny.md +0 -8
  353. package/docs/models/shared/bpsconfig.md +0 -9
  354. package/docs/models/shared/bpsprice.md +0 -225
  355. package/docs/models/shared/bpspricecadence.md +0 -11
  356. package/docs/models/shared/bpspricemodeltype.md +0 -8
  357. package/docs/models/shared/bpspricepricetype.md +0 -9
  358. package/docs/models/shared/bpstier.md +0 -11
  359. package/docs/models/shared/bulkbpsconfig.md +0 -8
  360. package/docs/models/shared/bulkbpsprice.md +0 -225
  361. package/docs/models/shared/bulkbpspricecadence.md +0 -11
  362. package/docs/models/shared/bulkbpspricemodeltype.md +0 -8
  363. package/docs/models/shared/bulkbpspricepricetype.md +0 -9
  364. package/docs/models/shared/bulkbpstier.md +0 -10
  365. package/docs/models/shared/bulkconfig.md +0 -8
  366. package/docs/models/shared/bulkprice.md +0 -225
  367. package/docs/models/shared/bulkpricecadence.md +0 -11
  368. package/docs/models/shared/bulkpricemodeltype.md +0 -8
  369. package/docs/models/shared/bulkpricepricetype.md +0 -9
  370. package/docs/models/shared/bulktier.md +0 -9
  371. package/docs/models/shared/creditblockexpiryledgerentry.md +0 -21
  372. package/docs/models/shared/creditblockexpiryledgerentryentrystatus.md +0 -9
  373. package/docs/models/shared/creditblockexpiryledgerentryentrytype.md +0 -8
  374. package/docs/models/shared/decrementledgerentry.md +0 -24
  375. package/docs/models/shared/decrementledgerentryentrystatus.md +0 -9
  376. package/docs/models/shared/decrementledgerentryentrytype.md +0 -8
  377. package/docs/models/shared/duplicateconstraintviolationerror.md +0 -12
  378. package/docs/models/shared/duplicateconstraintviolationerrorheaders.md +0 -7
  379. package/docs/models/shared/duplicateconstraintviolationerrorstatus.md +0 -8
  380. package/docs/models/shared/duplicateconstraintviolationerrortype.md +0 -8
  381. package/docs/models/shared/duplicateresourcecreationerror.md +0 -12
  382. package/docs/models/shared/duplicateresourcecreationerrorheaders.md +0 -7
  383. package/docs/models/shared/duplicateresourcecreationerrorstatus.md +0 -8
  384. package/docs/models/shared/duplicateresourcecreationerrortype.md +0 -8
  385. package/docs/models/shared/editpriceintervalparamsenddateenddate.md +0 -11
  386. package/docs/models/shared/editpriceintervalparamsstartdatestartdate.md +0 -11
  387. package/docs/models/shared/expirationchangeledgerentry.md +0 -22
  388. package/docs/models/shared/expirationchangeledgerentryentrystatus.md +0 -9
  389. package/docs/models/shared/expirationchangeledgerentryentrytype.md +0 -8
  390. package/docs/models/shared/featurenotavailableerror.md +0 -12
  391. package/docs/models/shared/featurenotavailableerrorheaders.md +0 -7
  392. package/docs/models/shared/featurenotavailableerrorstatus.md +0 -8
  393. package/docs/models/shared/featurenotavailableerrortype.md +0 -8
  394. package/docs/models/shared/fivetranexampleprice.md +0 -225
  395. package/docs/models/shared/fivetranexamplepricecadence.md +0 -11
  396. package/docs/models/shared/fivetranexamplepricemodeltype.md +0 -8
  397. package/docs/models/shared/fivetranexamplepricepricetype.md +0 -9
  398. package/docs/models/shared/groupedsubscriptionusage.md +0 -9
  399. package/docs/models/shared/groupedsubscriptionusagerecord.md +0 -11
  400. package/docs/models/shared/groupedsubscriptionusagerecordviewmode.md +0 -9
  401. package/docs/models/shared/idempotencyconflict.md +0 -12
  402. package/docs/models/shared/idempotencyconflictheaders.md +0 -7
  403. package/docs/models/shared/idempotencyconflictstatus.md +0 -8
  404. package/docs/models/shared/idempotencyconflicttype.md +0 -8
  405. package/docs/models/shared/idempotencykeyvalidationerror.md +0 -13
  406. package/docs/models/shared/idempotencykeyvalidationerrorheaders.md +0 -7
  407. package/docs/models/shared/idempotencykeyvalidationerrorstatus.md +0 -8
  408. package/docs/models/shared/idempotencykeyvalidationerrortype.md +0 -8
  409. package/docs/models/shared/idempotencyrequestmismatch.md +0 -12
  410. package/docs/models/shared/idempotencyrequestmismatchheaders.md +0 -7
  411. package/docs/models/shared/idempotencyrequestmismatchstatus.md +0 -8
  412. package/docs/models/shared/idempotencyrequestmismatchtype.md +0 -8
  413. package/docs/models/shared/incrementcreditledgerentryinvoicesettings.md +0 -12
  414. package/docs/models/shared/incrementledgerentry.md +0 -21
  415. package/docs/models/shared/incrementledgerentryentrystatus.md +0 -9
  416. package/docs/models/shared/incrementledgerentryentrytype.md +0 -8
  417. package/docs/models/shared/itemexternalconnectionexternalconnectionnameexternalconnectionname.md +0 -11
  418. package/docs/models/shared/itemexternalconnectionexternalconnectionnameexternalconnectionname1.md +0 -10
  419. package/docs/models/shared/itemslim.md +0 -9
  420. package/docs/models/shared/matrixconfig.md +0 -11
  421. package/docs/models/shared/matrixprice.md +0 -225
  422. package/docs/models/shared/matrixpricecadence.md +0 -11
  423. package/docs/models/shared/matrixpricemodeltype.md +0 -8
  424. package/docs/models/shared/matrixpricepricetype.md +0 -9
  425. package/docs/models/shared/matrixsublineitem.md +0 -13
  426. package/docs/models/shared/matrixsublineitemtype.md +0 -8
  427. package/docs/models/shared/matrixvalue.md +0 -10
  428. package/docs/models/shared/metricgroup.md +0 -9
  429. package/docs/models/shared/newbpsprice.md +0 -18
  430. package/docs/models/shared/newbpspricecadence.md +0 -12
  431. package/docs/models/shared/newbpspricemodeltype.md +0 -8
  432. package/docs/models/shared/newbulkbpsprice.md +0 -18
  433. package/docs/models/shared/newbulkbpspricecadence.md +0 -12
  434. package/docs/models/shared/newbulkbpspricemodeltype.md +0 -8
  435. package/docs/models/shared/newbulkprice.md +0 -18
  436. package/docs/models/shared/newbulkpricecadence.md +0 -12
  437. package/docs/models/shared/newbulkpricemodeltype.md +0 -8
  438. package/docs/models/shared/newmatrixprice.md +0 -18
  439. package/docs/models/shared/newmatrixpricecadence.md +0 -12
  440. package/docs/models/shared/newmatrixpricemodeltype.md +0 -8
  441. package/docs/models/shared/newpackageprice.md +0 -18
  442. package/docs/models/shared/newpackagepricecadence.md +0 -12
  443. package/docs/models/shared/newpackagepricemodeltype.md +0 -8
  444. package/docs/models/shared/newpackagewithallocationprice.md +0 -18
  445. package/docs/models/shared/newpackagewithallocationpricecadence.md +0 -12
  446. package/docs/models/shared/newpackagewithallocationpricemodeltype.md +0 -8
  447. package/docs/models/shared/newthresholdtotalamountprice.md +0 -18
  448. package/docs/models/shared/newthresholdtotalamountpricecadence.md +0 -12
  449. package/docs/models/shared/newthresholdtotalamountpricemodeltype.md +0 -8
  450. package/docs/models/shared/newtieredbpsprice.md +0 -18
  451. package/docs/models/shared/newtieredbpspricecadence.md +0 -12
  452. package/docs/models/shared/newtieredbpspricemodeltype.md +0 -8
  453. package/docs/models/shared/newtieredpackageprice.md +0 -18
  454. package/docs/models/shared/newtieredpackagepricecadence.md +0 -12
  455. package/docs/models/shared/newtieredpackagepricemodeltype.md +0 -8
  456. package/docs/models/shared/newtieredprice.md +0 -18
  457. package/docs/models/shared/newtieredpricecadence.md +0 -12
  458. package/docs/models/shared/newtieredpricemodeltype.md +0 -8
  459. package/docs/models/shared/newtieredwithminimumprice.md +0 -18
  460. package/docs/models/shared/newtieredwithminimumpricecadence.md +0 -12
  461. package/docs/models/shared/newtieredwithminimumpricemodeltype.md +0 -8
  462. package/docs/models/shared/newunitprice.md +0 -18
  463. package/docs/models/shared/newunitpricecadence.md +0 -12
  464. package/docs/models/shared/newunitpricemodeltype.md +0 -8
  465. package/docs/models/shared/othersublineitem.md +0 -12
  466. package/docs/models/shared/othersublineitemtype.md +0 -8
  467. package/docs/models/shared/overridebpsprice.md +0 -14
  468. package/docs/models/shared/overridebpspricemodeltype.md +0 -8
  469. package/docs/models/shared/overridebulkbpsprice.md +0 -14
  470. package/docs/models/shared/overridebulkbpspricemodeltype.md +0 -8
  471. package/docs/models/shared/overridebulkprice.md +0 -14
  472. package/docs/models/shared/overridebulkpricemodeltype.md +0 -8
  473. package/docs/models/shared/overridefivetranexampleprice.md +0 -14
  474. package/docs/models/shared/overridefivetranexamplepricemodeltype.md +0 -8
  475. package/docs/models/shared/overridematrixprice.md +0 -14
  476. package/docs/models/shared/overridematrixpricemodeltype.md +0 -8
  477. package/docs/models/shared/overridepackageprice.md +0 -14
  478. package/docs/models/shared/overridepackagepricemodeltype.md +0 -8
  479. package/docs/models/shared/overridepackagewithallocationprice.md +0 -14
  480. package/docs/models/shared/overridepackagewithallocationpricemodeltype.md +0 -8
  481. package/docs/models/shared/overridetestratingfunctionprice.md +0 -14
  482. package/docs/models/shared/overridetestratingfunctionpricemodeltype.md +0 -8
  483. package/docs/models/shared/overridethresholdtotalamountprice.md +0 -14
  484. package/docs/models/shared/overridethresholdtotalamountpricemodeltype.md +0 -8
  485. package/docs/models/shared/overridetieredbpsprice.md +0 -14
  486. package/docs/models/shared/overridetieredbpspricemodeltype.md +0 -8
  487. package/docs/models/shared/overridetieredpackageprice.md +0 -14
  488. package/docs/models/shared/overridetieredpackagepricemodeltype.md +0 -8
  489. package/docs/models/shared/overridetieredprice.md +0 -14
  490. package/docs/models/shared/overridetieredpricemodeltype.md +0 -8
  491. package/docs/models/shared/overridetieredwithminimumprice.md +0 -14
  492. package/docs/models/shared/overridetieredwithminimumpricemodeltype.md +0 -8
  493. package/docs/models/shared/overrideunitprice.md +0 -14
  494. package/docs/models/shared/overrideunitpricemodeltype.md +0 -8
  495. package/docs/models/shared/packageconfig.md +0 -9
  496. package/docs/models/shared/packageprice.md +0 -225
  497. package/docs/models/shared/packagepricecadence.md +0 -11
  498. package/docs/models/shared/packagepricemodeltype.md +0 -8
  499. package/docs/models/shared/packagepricepricetype.md +0 -9
  500. package/docs/models/shared/packagewithallocationprice.md +0 -225
  501. package/docs/models/shared/packagewithallocationpricecadence.md +0 -11
  502. package/docs/models/shared/packagewithallocationpricemodeltype.md +0 -8
  503. package/docs/models/shared/packagewithallocationpricepricetype.md +0 -9
  504. package/docs/models/shared/percentagediscount.md +0 -10
  505. package/docs/models/shared/percentagediscountcreationparams.md +0 -9
  506. package/docs/models/shared/percentagediscountcreationparamsdiscounttype.md +0 -8
  507. package/docs/models/shared/percentagediscountdiscounttype.md +0 -8
  508. package/docs/models/shared/percentagediscountinterval.md +0 -13
  509. package/docs/models/shared/percentagediscountintervaldiscounttype.md +0 -8
  510. package/docs/models/shared/planprices.md +0 -7
  511. package/docs/models/shared/requesttoolargeerror.md +0 -12
  512. package/docs/models/shared/requesttoolargeerrorheaders.md +0 -7
  513. package/docs/models/shared/requesttoolargeerrorstatus.md +0 -8
  514. package/docs/models/shared/requesttoolargeerrortype.md +0 -8
  515. package/docs/models/shared/requestvalidationerror.md +0 -13
  516. package/docs/models/shared/requestvalidationerrorheaders.md +0 -7
  517. package/docs/models/shared/requestvalidationerrorstatus.md +0 -8
  518. package/docs/models/shared/requestvalidationerrortype.md +0 -8
  519. package/docs/models/shared/resourcenotfounderror.md +0 -12
  520. package/docs/models/shared/resourcenotfounderrorheaders.md +0 -7
  521. package/docs/models/shared/resourcenotfounderrorstatus.md +0 -8
  522. package/docs/models/shared/resourcenotfounderrortype.md +0 -8
  523. package/docs/models/shared/resourcetoolargeerror.md +0 -12
  524. package/docs/models/shared/resourcetoolargeerrorheaders.md +0 -7
  525. package/docs/models/shared/resourcetoolargeerrorstatus.md +0 -8
  526. package/docs/models/shared/resourcetoolargeerrortype.md +0 -8
  527. package/docs/models/shared/sublineitemgrouping.md +0 -9
  528. package/docs/models/shared/sublineitemmatrixconfig.md +0 -8
  529. package/docs/models/shared/testratingfunctionprice.md +0 -225
  530. package/docs/models/shared/testratingfunctionpricecadence.md +0 -11
  531. package/docs/models/shared/testratingfunctionpricemodeltype.md +0 -8
  532. package/docs/models/shared/testratingfunctionpricepricetype.md +0 -9
  533. package/docs/models/shared/thresholdtotalamountprice.md +0 -225
  534. package/docs/models/shared/thresholdtotalamountpricecadence.md +0 -11
  535. package/docs/models/shared/thresholdtotalamountpricemodeltype.md +0 -8
  536. package/docs/models/shared/thresholdtotalamountpricepricetype.md +0 -9
  537. package/docs/models/shared/tier.md +0 -10
  538. package/docs/models/shared/tierconfig.md +0 -10
  539. package/docs/models/shared/tieredbpsconfig.md +0 -8
  540. package/docs/models/shared/tieredbpsprice.md +0 -225
  541. package/docs/models/shared/tieredbpspricecadence.md +0 -11
  542. package/docs/models/shared/tieredbpspricemodeltype.md +0 -8
  543. package/docs/models/shared/tieredbpspricepricetype.md +0 -9
  544. package/docs/models/shared/tieredconfig.md +0 -8
  545. package/docs/models/shared/tieredpackageprice.md +0 -225
  546. package/docs/models/shared/tieredpackagepricecadence.md +0 -11
  547. package/docs/models/shared/tieredpackagepricemodeltype.md +0 -8
  548. package/docs/models/shared/tieredpackagepricepricetype.md +0 -9
  549. package/docs/models/shared/tieredprice.md +0 -225
  550. package/docs/models/shared/tieredpricecadence.md +0 -11
  551. package/docs/models/shared/tieredpricemodeltype.md +0 -8
  552. package/docs/models/shared/tieredpricepricetype.md +0 -9
  553. package/docs/models/shared/tieredwithminimumprice.md +0 -225
  554. package/docs/models/shared/tieredwithminimumpricecadence.md +0 -11
  555. package/docs/models/shared/tieredwithminimumpricemodeltype.md +0 -8
  556. package/docs/models/shared/tieredwithminimumpricepricetype.md +0 -9
  557. package/docs/models/shared/tiersublineitem.md +0 -13
  558. package/docs/models/shared/tiersublineitemtype.md +0 -8
  559. package/docs/models/shared/trialdiscount.md +0 -11
  560. package/docs/models/shared/trialdiscountdiscounttype.md +0 -8
  561. package/docs/models/shared/ungroupedsubscriptionusage.md +0 -8
  562. package/docs/models/shared/ungroupedsubscriptionusagerecord.md +0 -10
  563. package/docs/models/shared/ungroupedsubscriptionusagerecordviewmode.md +0 -9
  564. package/docs/models/shared/unitconfig.md +0 -9
  565. package/docs/models/shared/unitprice.md +0 -225
  566. package/docs/models/shared/unitpricecadence.md +0 -11
  567. package/docs/models/shared/unitpricemodeltype.md +0 -8
  568. package/docs/models/shared/unitpricepricetype.md +0 -9
  569. package/docs/models/shared/urlnotfound.md +0 -12
  570. package/docs/models/shared/urlnotfoundheaders.md +0 -7
  571. package/docs/models/shared/urlnotfoundstatus.md +0 -8
  572. package/docs/models/shared/urlnotfoundtype.md +0 -8
  573. package/docs/models/shared/usage.md +0 -10
  574. package/docs/models/shared/usagediscount.md +0 -10
  575. package/docs/models/shared/usagediscountcreationparams.md +0 -9
  576. package/docs/models/shared/usagediscountcreationparamsdiscounttype.md +0 -8
  577. package/docs/models/shared/usagediscountdiscounttype.md +0 -8
  578. package/docs/models/shared/usagediscountinterval.md +0 -13
  579. package/docs/models/shared/usagediscountintervaldiscounttype.md +0 -8
  580. package/docs/models/shared/voidinitiatedledgerentry.md +0 -24
  581. package/docs/models/shared/voidinitiatedledgerentryentrystatus.md +0 -9
  582. package/docs/models/shared/voidinitiatedledgerentryentrytype.md +0 -8
  583. package/docs/models/shared/voidledgerentry.md +0 -23
  584. package/docs/models/shared/voidledgerentryentrystatus.md +0 -9
  585. package/docs/models/shared/voidledgerentryentrytype.md +0 -8
@@ -1,19 +1,5 @@
1
1
  import { SpeakeasyBase } from "../../../internal/utils";
2
2
  import { PriceIntervalFixedFeeQuantityTransitionParams } from "./priceintervalfixedfeequantitytransitionparams";
3
- /**
4
- * The end date of the price interval. This is the date that the price will stop billing on the subscription.
5
- */
6
- export declare enum AddPriceIntervalParamsEndDateEndDate {
7
- StartOfTerm = "start_of_term",
8
- EndOfTerm = "end_of_term"
9
- }
10
- /**
11
- * The start date of the price interval. This is the date that the price will start billing on the subscription.
12
- */
13
- export declare enum AddPriceIntervalParamsStartDateStartDate {
14
- StartOfTerm = "start_of_term",
15
- EndOfTerm = "end_of_term"
16
- }
17
3
  export declare class AddPriceIntervalParams extends SpeakeasyBase {
18
4
  /**
19
5
  * A list of discounts to initialize on the price interval.
@@ -27,26 +27,10 @@ var __metadata = (this && this.__metadata) || function (k, v) {
27
27
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
28
28
  };
29
29
  Object.defineProperty(exports, "__esModule", { value: true });
30
- exports.AddPriceIntervalParams = exports.AddPriceIntervalParamsStartDateStartDate = exports.AddPriceIntervalParamsEndDateEndDate = void 0;
30
+ exports.AddPriceIntervalParams = void 0;
31
31
  var utils_1 = require("../../../internal/utils");
32
32
  var priceintervalfixedfeequantitytransitionparams_1 = require("./priceintervalfixedfeequantitytransitionparams");
33
33
  var class_transformer_1 = require("class-transformer");
34
- /**
35
- * The end date of the price interval. This is the date that the price will stop billing on the subscription.
36
- */
37
- var AddPriceIntervalParamsEndDateEndDate;
38
- (function (AddPriceIntervalParamsEndDateEndDate) {
39
- AddPriceIntervalParamsEndDateEndDate["StartOfTerm"] = "start_of_term";
40
- AddPriceIntervalParamsEndDateEndDate["EndOfTerm"] = "end_of_term";
41
- })(AddPriceIntervalParamsEndDateEndDate = exports.AddPriceIntervalParamsEndDateEndDate || (exports.AddPriceIntervalParamsEndDateEndDate = {}));
42
- /**
43
- * The start date of the price interval. This is the date that the price will start billing on the subscription.
44
- */
45
- var AddPriceIntervalParamsStartDateStartDate;
46
- (function (AddPriceIntervalParamsStartDateStartDate) {
47
- AddPriceIntervalParamsStartDateStartDate["StartOfTerm"] = "start_of_term";
48
- AddPriceIntervalParamsStartDateStartDate["EndOfTerm"] = "end_of_term";
49
- })(AddPriceIntervalParamsStartDateStartDate = exports.AddPriceIntervalParamsStartDateStartDate || (exports.AddPriceIntervalParamsStartDateStartDate = {}));
50
34
  var AddPriceIntervalParams = /** @class */ (function (_super) {
51
35
  __extends(AddPriceIntervalParams, _super);
52
36
  function AddPriceIntervalParams() {
@@ -1,19 +1,5 @@
1
1
  import { SpeakeasyBase } from "../../../internal/utils";
2
2
  import { PriceIntervalFixedFeeQuantityTransitionParams } from "./priceintervalfixedfeequantitytransitionparams";
3
- /**
4
- * The updated end date of this price interval. If not specified, the start date will not be updated.
5
- */
6
- export declare enum EditPriceIntervalParamsEndDateEndDate {
7
- StartOfTerm = "start_of_term",
8
- EndOfTerm = "end_of_term"
9
- }
10
- /**
11
- * The updated start date of this price interval. If not specified, the start date will not be updated.
12
- */
13
- export declare enum EditPriceIntervalParamsStartDateStartDate {
14
- StartOfTerm = "start_of_term",
15
- EndOfTerm = "end_of_term"
16
- }
17
3
  export declare class EditPriceIntervalParams extends SpeakeasyBase {
18
4
  /**
19
5
  * The updated end date of this price interval. If not specified, the start date will not be updated.
@@ -27,26 +27,10 @@ var __metadata = (this && this.__metadata) || function (k, v) {
27
27
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
28
28
  };
29
29
  Object.defineProperty(exports, "__esModule", { value: true });
30
- exports.EditPriceIntervalParams = exports.EditPriceIntervalParamsStartDateStartDate = exports.EditPriceIntervalParamsEndDateEndDate = void 0;
30
+ exports.EditPriceIntervalParams = void 0;
31
31
  var utils_1 = require("../../../internal/utils");
32
32
  var priceintervalfixedfeequantitytransitionparams_1 = require("./priceintervalfixedfeequantitytransitionparams");
33
33
  var class_transformer_1 = require("class-transformer");
34
- /**
35
- * The updated end date of this price interval. If not specified, the start date will not be updated.
36
- */
37
- var EditPriceIntervalParamsEndDateEndDate;
38
- (function (EditPriceIntervalParamsEndDateEndDate) {
39
- EditPriceIntervalParamsEndDateEndDate["StartOfTerm"] = "start_of_term";
40
- EditPriceIntervalParamsEndDateEndDate["EndOfTerm"] = "end_of_term";
41
- })(EditPriceIntervalParamsEndDateEndDate = exports.EditPriceIntervalParamsEndDateEndDate || (exports.EditPriceIntervalParamsEndDateEndDate = {}));
42
- /**
43
- * The updated start date of this price interval. If not specified, the start date will not be updated.
44
- */
45
- var EditPriceIntervalParamsStartDateStartDate;
46
- (function (EditPriceIntervalParamsStartDateStartDate) {
47
- EditPriceIntervalParamsStartDateStartDate["StartOfTerm"] = "start_of_term";
48
- EditPriceIntervalParamsStartDateStartDate["EndOfTerm"] = "end_of_term";
49
- })(EditPriceIntervalParamsStartDateStartDate = exports.EditPriceIntervalParamsStartDateStartDate || (exports.EditPriceIntervalParamsStartDateStartDate = {}));
50
34
  var EditPriceIntervalParams = /** @class */ (function (_super) {
51
35
  __extends(EditPriceIntervalParams, _super);
52
36
  function EditPriceIntervalParams() {
@@ -1,42 +1,21 @@
1
1
  export * from "./accountingprovider";
2
2
  export * from "./accountingproviderconfig";
3
3
  export * from "./accountingsyncconfiguration";
4
- export * from "./addamendmentcreditledgerentryrequestparams";
5
- export * from "./adddecrementcreditledgerentryrequestparams";
6
4
  export * from "./addeditpriceintervalparams";
7
- export * from "./addexpirationchangecreditledgerentryrequestparams";
8
- export * from "./addincrementcreditledgerentryrequestparams";
9
5
  export * from "./addpriceintervalparams";
10
6
  export * from "./address";
11
7
  export * from "./addressinput";
12
- export * from "./addvoidcreditledgerentryrequestparams";
13
- export * from "./affectedblock";
14
8
  export * from "./aggregatedcost";
15
9
  export * from "./amendedevent";
16
10
  export * from "./amendedusage";
17
11
  export * from "./amendeventresult";
18
- export * from "./amendmentledgerentry";
19
- export * from "./amountdiscount";
20
- export * from "./amountdiscountcreationparams";
21
- export * from "./amountdiscountinterval";
22
12
  export * from "./autocollection";
23
13
  export * from "./backfill";
24
14
  export * from "./backfills";
25
15
  export * from "./backfillstatus";
26
16
  export * from "./billablemetric";
27
17
  export * from "./billablemetrics";
28
- export * from "./billablemetricsimple";
29
- export * from "./billablemetrictiny";
30
18
  export * from "./billingcyclealignment";
31
- export * from "./bpsconfig";
32
- export * from "./bpsprice";
33
- export * from "./bpstier";
34
- export * from "./bulkbpsconfig";
35
- export * from "./bulkbpsprice";
36
- export * from "./bulkbpstier";
37
- export * from "./bulkconfig";
38
- export * from "./bulkprice";
39
- export * from "./bulktier";
40
19
  export * from "./cancelsubscriptionparams";
41
20
  export * from "./changeoption";
42
21
  export * from "./coupon";
@@ -44,7 +23,6 @@ export * from "./couponredemption";
44
23
  export * from "./coupons";
45
24
  export * from "./createinvoicelineitemparams";
46
25
  export * from "./createoneoffinvoiceparams";
47
- export * from "./creditblockexpiryledgerentry";
48
26
  export * from "./creditledgerentries";
49
27
  export * from "./creditnote";
50
28
  export * from "./creditnotelineitem";
@@ -62,34 +40,21 @@ export * from "./customerminified";
62
40
  export * from "./customers";
63
41
  export * from "./customertaxid";
64
42
  export * from "./debug";
65
- export * from "./decrementledgerentry";
66
43
  export * from "./deletecustomerresponse";
67
44
  export * from "./deprecatedeventresult";
68
45
  export * from "./discount";
69
- export * from "./duplicateconstraintviolationerror";
70
- export * from "./duplicateresourcecreationerror";
71
46
  export * from "./editcustomer";
72
47
  export * from "./editplan";
73
48
  export * from "./editpriceintervalparams";
74
49
  export * from "./event";
75
50
  export * from "./events";
76
51
  export * from "./eventsearchcriteria";
77
- export * from "./expirationchangeledgerentry";
78
- export * from "./featurenotavailableerror";
79
52
  export * from "./fivehundrederror";
80
- export * from "./fivetranexampleprice";
81
53
  export * from "./fixedfeequantitychange";
82
54
  export * from "./fixedfeequantityscheduleentry";
83
55
  export * from "./fixedfeequantitytransition";
84
56
  export * from "./fourhundredandoneerror";
85
57
  export * from "./fourhundredandtwentynineerror";
86
- export * from "./groupedsubscriptionusage";
87
- export * from "./groupedsubscriptionusagerecord";
88
- export * from "./idempotencyconflict";
89
- export * from "./idempotencykeyvalidationerror";
90
- export * from "./idempotencyrequestmismatch";
91
- export * from "./incrementcreditledgerentryinvoicesettings";
92
- export * from "./incrementledgerentry";
93
58
  export * from "./ingestevent";
94
59
  export * from "./ingestionresponse";
95
60
  export * from "./ingestrequestbody";
@@ -101,60 +66,21 @@ export * from "./invoices";
101
66
  export * from "./item";
102
67
  export * from "./itemexternalconnection";
103
68
  export * from "./items";
104
- export * from "./itemslim";
105
69
  export * from "./markaspaidrequestparams";
106
- export * from "./matrixconfig";
107
- export * from "./matrixprice";
108
- export * from "./matrixsublineitem";
109
- export * from "./matrixvalue";
110
70
  export * from "./maximum";
111
71
  export * from "./maximuminterval";
112
- export * from "./metricgroup";
113
72
  export * from "./minimum";
114
73
  export * from "./minimuminterval";
115
74
  export * from "./newaccountingsyncconfiguration";
116
75
  export * from "./newbackfill";
117
76
  export * from "./newbillablemetric";
118
- export * from "./newbpsprice";
119
- export * from "./newbulkbpsprice";
120
- export * from "./newbulkprice";
121
77
  export * from "./newcoupon";
122
78
  export * from "./newcustomer";
123
79
  export * from "./newcustomerbalancetransaction";
124
- export * from "./newmatrixprice";
125
- export * from "./newpackageprice";
126
- export * from "./newpackagewithallocationprice";
127
80
  export * from "./newplan";
128
81
  export * from "./newreportingconfiguration";
129
82
  export * from "./newsubscription";
130
- export * from "./newthresholdtotalamountprice";
131
- export * from "./newtieredbpsprice";
132
- export * from "./newtieredpackageprice";
133
- export * from "./newtieredprice";
134
- export * from "./newtieredwithminimumprice";
135
- export * from "./newunitprice";
136
- export * from "./othersublineitem";
137
- export * from "./overridebpsprice";
138
- export * from "./overridebulkbpsprice";
139
- export * from "./overridebulkprice";
140
- export * from "./overridefivetranexampleprice";
141
- export * from "./overridematrixprice";
142
- export * from "./overridepackageprice";
143
- export * from "./overridepackagewithallocationprice";
144
- export * from "./overridetestratingfunctionprice";
145
- export * from "./overridethresholdtotalamountprice";
146
- export * from "./overridetieredbpsprice";
147
- export * from "./overridetieredpackageprice";
148
- export * from "./overridetieredprice";
149
- export * from "./overridetieredwithminimumprice";
150
- export * from "./overrideunitprice";
151
- export * from "./packageconfig";
152
- export * from "./packageprice";
153
- export * from "./packagewithallocationprice";
154
83
  export * from "./paginationmetadata";
155
- export * from "./percentagediscount";
156
- export * from "./percentagediscountcreationparams";
157
- export * from "./percentagediscountinterval";
158
84
  export * from "./perpricecost";
159
85
  export * from "./phaseoverride";
160
86
  export * from "./pingresponse";
@@ -168,13 +94,7 @@ export * from "./priceintervalfixedfeequantitytransitionparams";
168
94
  export * from "./prices";
169
95
  export * from "./product";
170
96
  export * from "./reportingconfiguration";
171
- export * from "./requesttoolargeerror";
172
- export * from "./requestvalidationerror";
173
- export * from "./resourcenotfounderror";
174
- export * from "./resourcetoolargeerror";
175
97
  export * from "./security";
176
- export * from "./sublineitemgrouping";
177
- export * from "./sublineitemmatrixconfig";
178
98
  export * from "./subscription";
179
99
  export * from "./subscriptioncosts";
180
100
  export * from "./subscriptionminified";
@@ -184,32 +104,9 @@ export * from "./subscriptionscheduleitem";
184
104
  export * from "./subscriptionscheduleitems";
185
105
  export * from "./subscriptiontrialinfo";
186
106
  export * from "./taxamount";
187
- export * from "./testratingfunctionprice";
188
- export * from "./thresholdtotalamountprice";
189
- export * from "./tier";
190
- export * from "./tierconfig";
191
- export * from "./tieredbpsconfig";
192
- export * from "./tieredbpsprice";
193
- export * from "./tieredconfig";
194
- export * from "./tieredpackageprice";
195
- export * from "./tieredprice";
196
- export * from "./tieredwithminimumprice";
197
- export * from "./tiersublineitem";
198
107
  export * from "./trialconfig";
199
- export * from "./trialdiscount";
200
108
  export * from "./triggersubscriptionphaseparams";
201
- export * from "./ungroupedsubscriptionusage";
202
- export * from "./ungroupedsubscriptionusagerecord";
203
- export * from "./unitconfig";
204
- export * from "./unitprice";
205
109
  export * from "./unschedulefixedfeequantitychangeparams";
206
110
  export * from "./upcominginvoice";
207
111
  export * from "./updateevent";
208
- export * from "./urlnotfound";
209
- export * from "./usage";
210
- export * from "./usagediscount";
211
- export * from "./usagediscountcreationparams";
212
- export * from "./usagediscountinterval";
213
112
  export * from "./validationerror";
214
- export * from "./voidinitiatedledgerentry";
215
- export * from "./voidledgerentry";
@@ -20,42 +20,21 @@ Object.defineProperty(exports, "__esModule", { value: true });
20
20
  __exportStar(require("./accountingprovider"), exports);
21
21
  __exportStar(require("./accountingproviderconfig"), exports);
22
22
  __exportStar(require("./accountingsyncconfiguration"), exports);
23
- __exportStar(require("./addamendmentcreditledgerentryrequestparams"), exports);
24
- __exportStar(require("./adddecrementcreditledgerentryrequestparams"), exports);
25
23
  __exportStar(require("./addeditpriceintervalparams"), exports);
26
- __exportStar(require("./addexpirationchangecreditledgerentryrequestparams"), exports);
27
- __exportStar(require("./addincrementcreditledgerentryrequestparams"), exports);
28
24
  __exportStar(require("./addpriceintervalparams"), exports);
29
25
  __exportStar(require("./address"), exports);
30
26
  __exportStar(require("./addressinput"), exports);
31
- __exportStar(require("./addvoidcreditledgerentryrequestparams"), exports);
32
- __exportStar(require("./affectedblock"), exports);
33
27
  __exportStar(require("./aggregatedcost"), exports);
34
28
  __exportStar(require("./amendedevent"), exports);
35
29
  __exportStar(require("./amendedusage"), exports);
36
30
  __exportStar(require("./amendeventresult"), exports);
37
- __exportStar(require("./amendmentledgerentry"), exports);
38
- __exportStar(require("./amountdiscount"), exports);
39
- __exportStar(require("./amountdiscountcreationparams"), exports);
40
- __exportStar(require("./amountdiscountinterval"), exports);
41
31
  __exportStar(require("./autocollection"), exports);
42
32
  __exportStar(require("./backfill"), exports);
43
33
  __exportStar(require("./backfills"), exports);
44
34
  __exportStar(require("./backfillstatus"), exports);
45
35
  __exportStar(require("./billablemetric"), exports);
46
36
  __exportStar(require("./billablemetrics"), exports);
47
- __exportStar(require("./billablemetricsimple"), exports);
48
- __exportStar(require("./billablemetrictiny"), exports);
49
37
  __exportStar(require("./billingcyclealignment"), exports);
50
- __exportStar(require("./bpsconfig"), exports);
51
- __exportStar(require("./bpsprice"), exports);
52
- __exportStar(require("./bpstier"), exports);
53
- __exportStar(require("./bulkbpsconfig"), exports);
54
- __exportStar(require("./bulkbpsprice"), exports);
55
- __exportStar(require("./bulkbpstier"), exports);
56
- __exportStar(require("./bulkconfig"), exports);
57
- __exportStar(require("./bulkprice"), exports);
58
- __exportStar(require("./bulktier"), exports);
59
38
  __exportStar(require("./cancelsubscriptionparams"), exports);
60
39
  __exportStar(require("./changeoption"), exports);
61
40
  __exportStar(require("./coupon"), exports);
@@ -63,7 +42,6 @@ __exportStar(require("./couponredemption"), exports);
63
42
  __exportStar(require("./coupons"), exports);
64
43
  __exportStar(require("./createinvoicelineitemparams"), exports);
65
44
  __exportStar(require("./createoneoffinvoiceparams"), exports);
66
- __exportStar(require("./creditblockexpiryledgerentry"), exports);
67
45
  __exportStar(require("./creditledgerentries"), exports);
68
46
  __exportStar(require("./creditnote"), exports);
69
47
  __exportStar(require("./creditnotelineitem"), exports);
@@ -81,34 +59,21 @@ __exportStar(require("./customerminified"), exports);
81
59
  __exportStar(require("./customers"), exports);
82
60
  __exportStar(require("./customertaxid"), exports);
83
61
  __exportStar(require("./debug"), exports);
84
- __exportStar(require("./decrementledgerentry"), exports);
85
62
  __exportStar(require("./deletecustomerresponse"), exports);
86
63
  __exportStar(require("./deprecatedeventresult"), exports);
87
64
  __exportStar(require("./discount"), exports);
88
- __exportStar(require("./duplicateconstraintviolationerror"), exports);
89
- __exportStar(require("./duplicateresourcecreationerror"), exports);
90
65
  __exportStar(require("./editcustomer"), exports);
91
66
  __exportStar(require("./editplan"), exports);
92
67
  __exportStar(require("./editpriceintervalparams"), exports);
93
68
  __exportStar(require("./event"), exports);
94
69
  __exportStar(require("./events"), exports);
95
70
  __exportStar(require("./eventsearchcriteria"), exports);
96
- __exportStar(require("./expirationchangeledgerentry"), exports);
97
- __exportStar(require("./featurenotavailableerror"), exports);
98
71
  __exportStar(require("./fivehundrederror"), exports);
99
- __exportStar(require("./fivetranexampleprice"), exports);
100
72
  __exportStar(require("./fixedfeequantitychange"), exports);
101
73
  __exportStar(require("./fixedfeequantityscheduleentry"), exports);
102
74
  __exportStar(require("./fixedfeequantitytransition"), exports);
103
75
  __exportStar(require("./fourhundredandoneerror"), exports);
104
76
  __exportStar(require("./fourhundredandtwentynineerror"), exports);
105
- __exportStar(require("./groupedsubscriptionusage"), exports);
106
- __exportStar(require("./groupedsubscriptionusagerecord"), exports);
107
- __exportStar(require("./idempotencyconflict"), exports);
108
- __exportStar(require("./idempotencykeyvalidationerror"), exports);
109
- __exportStar(require("./idempotencyrequestmismatch"), exports);
110
- __exportStar(require("./incrementcreditledgerentryinvoicesettings"), exports);
111
- __exportStar(require("./incrementledgerentry"), exports);
112
77
  __exportStar(require("./ingestevent"), exports);
113
78
  __exportStar(require("./ingestionresponse"), exports);
114
79
  __exportStar(require("./ingestrequestbody"), exports);
@@ -120,60 +85,21 @@ __exportStar(require("./invoices"), exports);
120
85
  __exportStar(require("./item"), exports);
121
86
  __exportStar(require("./itemexternalconnection"), exports);
122
87
  __exportStar(require("./items"), exports);
123
- __exportStar(require("./itemslim"), exports);
124
88
  __exportStar(require("./markaspaidrequestparams"), exports);
125
- __exportStar(require("./matrixconfig"), exports);
126
- __exportStar(require("./matrixprice"), exports);
127
- __exportStar(require("./matrixsublineitem"), exports);
128
- __exportStar(require("./matrixvalue"), exports);
129
89
  __exportStar(require("./maximum"), exports);
130
90
  __exportStar(require("./maximuminterval"), exports);
131
- __exportStar(require("./metricgroup"), exports);
132
91
  __exportStar(require("./minimum"), exports);
133
92
  __exportStar(require("./minimuminterval"), exports);
134
93
  __exportStar(require("./newaccountingsyncconfiguration"), exports);
135
94
  __exportStar(require("./newbackfill"), exports);
136
95
  __exportStar(require("./newbillablemetric"), exports);
137
- __exportStar(require("./newbpsprice"), exports);
138
- __exportStar(require("./newbulkbpsprice"), exports);
139
- __exportStar(require("./newbulkprice"), exports);
140
96
  __exportStar(require("./newcoupon"), exports);
141
97
  __exportStar(require("./newcustomer"), exports);
142
98
  __exportStar(require("./newcustomerbalancetransaction"), exports);
143
- __exportStar(require("./newmatrixprice"), exports);
144
- __exportStar(require("./newpackageprice"), exports);
145
- __exportStar(require("./newpackagewithallocationprice"), exports);
146
99
  __exportStar(require("./newplan"), exports);
147
100
  __exportStar(require("./newreportingconfiguration"), exports);
148
101
  __exportStar(require("./newsubscription"), exports);
149
- __exportStar(require("./newthresholdtotalamountprice"), exports);
150
- __exportStar(require("./newtieredbpsprice"), exports);
151
- __exportStar(require("./newtieredpackageprice"), exports);
152
- __exportStar(require("./newtieredprice"), exports);
153
- __exportStar(require("./newtieredwithminimumprice"), exports);
154
- __exportStar(require("./newunitprice"), exports);
155
- __exportStar(require("./othersublineitem"), exports);
156
- __exportStar(require("./overridebpsprice"), exports);
157
- __exportStar(require("./overridebulkbpsprice"), exports);
158
- __exportStar(require("./overridebulkprice"), exports);
159
- __exportStar(require("./overridefivetranexampleprice"), exports);
160
- __exportStar(require("./overridematrixprice"), exports);
161
- __exportStar(require("./overridepackageprice"), exports);
162
- __exportStar(require("./overridepackagewithallocationprice"), exports);
163
- __exportStar(require("./overridetestratingfunctionprice"), exports);
164
- __exportStar(require("./overridethresholdtotalamountprice"), exports);
165
- __exportStar(require("./overridetieredbpsprice"), exports);
166
- __exportStar(require("./overridetieredpackageprice"), exports);
167
- __exportStar(require("./overridetieredprice"), exports);
168
- __exportStar(require("./overridetieredwithminimumprice"), exports);
169
- __exportStar(require("./overrideunitprice"), exports);
170
- __exportStar(require("./packageconfig"), exports);
171
- __exportStar(require("./packageprice"), exports);
172
- __exportStar(require("./packagewithallocationprice"), exports);
173
102
  __exportStar(require("./paginationmetadata"), exports);
174
- __exportStar(require("./percentagediscount"), exports);
175
- __exportStar(require("./percentagediscountcreationparams"), exports);
176
- __exportStar(require("./percentagediscountinterval"), exports);
177
103
  __exportStar(require("./perpricecost"), exports);
178
104
  __exportStar(require("./phaseoverride"), exports);
179
105
  __exportStar(require("./pingresponse"), exports);
@@ -187,13 +113,7 @@ __exportStar(require("./priceintervalfixedfeequantitytransitionparams"), exports
187
113
  __exportStar(require("./prices"), exports);
188
114
  __exportStar(require("./product"), exports);
189
115
  __exportStar(require("./reportingconfiguration"), exports);
190
- __exportStar(require("./requesttoolargeerror"), exports);
191
- __exportStar(require("./requestvalidationerror"), exports);
192
- __exportStar(require("./resourcenotfounderror"), exports);
193
- __exportStar(require("./resourcetoolargeerror"), exports);
194
116
  __exportStar(require("./security"), exports);
195
- __exportStar(require("./sublineitemgrouping"), exports);
196
- __exportStar(require("./sublineitemmatrixconfig"), exports);
197
117
  __exportStar(require("./subscription"), exports);
198
118
  __exportStar(require("./subscriptioncosts"), exports);
199
119
  __exportStar(require("./subscriptionminified"), exports);
@@ -203,32 +123,9 @@ __exportStar(require("./subscriptionscheduleitem"), exports);
203
123
  __exportStar(require("./subscriptionscheduleitems"), exports);
204
124
  __exportStar(require("./subscriptiontrialinfo"), exports);
205
125
  __exportStar(require("./taxamount"), exports);
206
- __exportStar(require("./testratingfunctionprice"), exports);
207
- __exportStar(require("./thresholdtotalamountprice"), exports);
208
- __exportStar(require("./tier"), exports);
209
- __exportStar(require("./tierconfig"), exports);
210
- __exportStar(require("./tieredbpsconfig"), exports);
211
- __exportStar(require("./tieredbpsprice"), exports);
212
- __exportStar(require("./tieredconfig"), exports);
213
- __exportStar(require("./tieredpackageprice"), exports);
214
- __exportStar(require("./tieredprice"), exports);
215
- __exportStar(require("./tieredwithminimumprice"), exports);
216
- __exportStar(require("./tiersublineitem"), exports);
217
126
  __exportStar(require("./trialconfig"), exports);
218
- __exportStar(require("./trialdiscount"), exports);
219
127
  __exportStar(require("./triggersubscriptionphaseparams"), exports);
220
- __exportStar(require("./ungroupedsubscriptionusage"), exports);
221
- __exportStar(require("./ungroupedsubscriptionusagerecord"), exports);
222
- __exportStar(require("./unitconfig"), exports);
223
- __exportStar(require("./unitprice"), exports);
224
128
  __exportStar(require("./unschedulefixedfeequantitychangeparams"), exports);
225
129
  __exportStar(require("./upcominginvoice"), exports);
226
130
  __exportStar(require("./updateevent"), exports);
227
- __exportStar(require("./urlnotfound"), exports);
228
- __exportStar(require("./usage"), exports);
229
- __exportStar(require("./usagediscount"), exports);
230
- __exportStar(require("./usagediscountcreationparams"), exports);
231
- __exportStar(require("./usagediscountinterval"), exports);
232
131
  __exportStar(require("./validationerror"), exports);
233
- __exportStar(require("./voidinitiatedledgerentry"), exports);
234
- __exportStar(require("./voidledgerentry"), exports);
@@ -1,6 +1,5 @@
1
1
  import { SpeakeasyBase } from "../../../internal/utils";
2
2
  import { RFCDate } from "../../types";
3
- import { UnitConfig } from "./unitconfig";
4
3
  export declare enum InvoiceLineItemParamsModelType {
5
4
  Unit = "unit"
6
5
  }
@@ -23,5 +22,5 @@ export declare class InvoiceLineItemParams extends SpeakeasyBase {
23
22
  * A date string to specify the line item's start date in the customer's timezone.
24
23
  */
25
24
  startDate: RFCDate;
26
- unitConfig: UnitConfig;
25
+ unitConfig: Record<string, any>;
27
26
  }
@@ -30,7 +30,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
30
30
  exports.InvoiceLineItemParams = exports.InvoiceLineItemParamsModelType = void 0;
31
31
  var utils_1 = require("../../../internal/utils");
32
32
  var types_1 = require("../../types");
33
- var unitconfig_1 = require("./unitconfig");
34
33
  var class_transformer_1 = require("class-transformer");
35
34
  var InvoiceLineItemParamsModelType;
36
35
  (function (InvoiceLineItemParamsModelType) {
@@ -84,8 +83,7 @@ var InvoiceLineItemParams = /** @class */ (function (_super) {
84
83
  __decorate([
85
84
  (0, utils_1.SpeakeasyMetadata)(),
86
85
  (0, class_transformer_1.Expose)({ name: "unit_config" }),
87
- (0, class_transformer_1.Type)(function () { return unitconfig_1.UnitConfig; }),
88
- __metadata("design:type", unitconfig_1.UnitConfig)
86
+ __metadata("design:type", Object)
89
87
  ], InvoiceLineItemParams.prototype, "unitConfig", void 0);
90
88
  return InvoiceLineItemParams;
91
89
  }(utils_1.SpeakeasyBase));
@@ -1,15 +1,4 @@
1
1
  import { SpeakeasyBase } from "../../../internal/utils";
2
- export declare enum ItemExternalConnectionExternalConnectionNameExternalConnectionName1 {
3
- Taxjar = "taxjar",
4
- Avalara = "avalara",
5
- Anrok = "anrok"
6
- }
7
- export declare enum ItemExternalConnectionExternalConnectionNameExternalConnectionName {
8
- Stripe = "stripe",
9
- Quickbooks = "quickbooks",
10
- BillCom = "bill.com",
11
- Netsuite = "netsuite"
12
- }
13
2
  export declare class ItemExternalConnection extends SpeakeasyBase {
14
3
  externalConnectionName: any;
15
4
  externalEntityId: string;
@@ -27,22 +27,9 @@ var __metadata = (this && this.__metadata) || function (k, v) {
27
27
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
28
28
  };
29
29
  Object.defineProperty(exports, "__esModule", { value: true });
30
- exports.ItemExternalConnection = exports.ItemExternalConnectionExternalConnectionNameExternalConnectionName = exports.ItemExternalConnectionExternalConnectionNameExternalConnectionName1 = void 0;
30
+ exports.ItemExternalConnection = void 0;
31
31
  var utils_1 = require("../../../internal/utils");
32
32
  var class_transformer_1 = require("class-transformer");
33
- var ItemExternalConnectionExternalConnectionNameExternalConnectionName1;
34
- (function (ItemExternalConnectionExternalConnectionNameExternalConnectionName1) {
35
- ItemExternalConnectionExternalConnectionNameExternalConnectionName1["Taxjar"] = "taxjar";
36
- ItemExternalConnectionExternalConnectionNameExternalConnectionName1["Avalara"] = "avalara";
37
- ItemExternalConnectionExternalConnectionNameExternalConnectionName1["Anrok"] = "anrok";
38
- })(ItemExternalConnectionExternalConnectionNameExternalConnectionName1 = exports.ItemExternalConnectionExternalConnectionNameExternalConnectionName1 || (exports.ItemExternalConnectionExternalConnectionNameExternalConnectionName1 = {}));
39
- var ItemExternalConnectionExternalConnectionNameExternalConnectionName;
40
- (function (ItemExternalConnectionExternalConnectionNameExternalConnectionName) {
41
- ItemExternalConnectionExternalConnectionNameExternalConnectionName["Stripe"] = "stripe";
42
- ItemExternalConnectionExternalConnectionNameExternalConnectionName["Quickbooks"] = "quickbooks";
43
- ItemExternalConnectionExternalConnectionNameExternalConnectionName["BillCom"] = "bill.com";
44
- ItemExternalConnectionExternalConnectionNameExternalConnectionName["Netsuite"] = "netsuite";
45
- })(ItemExternalConnectionExternalConnectionNameExternalConnectionName = exports.ItemExternalConnectionExternalConnectionNameExternalConnectionName || (exports.ItemExternalConnectionExternalConnectionNameExternalConnectionName = {}));
46
33
  var ItemExternalConnection = /** @class */ (function (_super) {
47
34
  __extends(ItemExternalConnection, _super);
48
35
  function ItemExternalConnection() {
@@ -7,8 +7,6 @@ import { Product } from "./product";
7
7
  import { TrialConfig } from "./trialconfig";
8
8
  export declare class PlanMetadata extends SpeakeasyBase {
9
9
  }
10
- export declare class PlanPrices extends SpeakeasyBase {
11
- }
12
10
  export declare enum PlanStatus {
13
11
  Active = "active",
14
12
  Archived = "archived",
@@ -61,7 +59,7 @@ export declare class Plan extends SpeakeasyBase {
61
59
  /**
62
60
  * Prices for this plan. If the plan has phases, this includes prices across all phases of the plan.
63
61
  */
64
- prices: PlanPrices[];
62
+ prices: any[];
65
63
  product: Product;
66
64
  status: PlanStatus;
67
65
  trialConfig: TrialConfig;
@@ -27,7 +27,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
27
27
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
28
28
  };
29
29
  Object.defineProperty(exports, "__esModule", { value: true });
30
- exports.Plan = exports.PlanStatus = exports.PlanPrices = exports.PlanMetadata = void 0;
30
+ exports.Plan = exports.PlanStatus = exports.PlanMetadata = void 0;
31
31
  var utils_1 = require("../../../internal/utils");
32
32
  var maximum_1 = require("./maximum");
33
33
  var minimum_1 = require("./minimum");
@@ -44,14 +44,6 @@ var PlanMetadata = /** @class */ (function (_super) {
44
44
  return PlanMetadata;
45
45
  }(utils_1.SpeakeasyBase));
46
46
  exports.PlanMetadata = PlanMetadata;
47
- var PlanPrices = /** @class */ (function (_super) {
48
- __extends(PlanPrices, _super);
49
- function PlanPrices() {
50
- return _super !== null && _super.apply(this, arguments) || this;
51
- }
52
- return PlanPrices;
53
- }(utils_1.SpeakeasyBase));
54
- exports.PlanPrices = PlanPrices;
55
47
  var PlanStatus;
56
48
  (function (PlanStatus) {
57
49
  PlanStatus["Active"] = "active";
@@ -170,9 +162,8 @@ var Plan = /** @class */ (function (_super) {
170
162
  __metadata("design:type", Array)
171
163
  ], Plan.prototype, "planPhases", void 0);
172
164
  __decorate([
173
- (0, utils_1.SpeakeasyMetadata)({ elemType: PlanPrices }),
165
+ (0, utils_1.SpeakeasyMetadata)(),
174
166
  (0, class_transformer_1.Expose)({ name: "prices" }),
175
- (0, class_transformer_1.Type)(function () { return PlanPrices; }),
176
167
  __metadata("design:type", Array)
177
168
  ], Plan.prototype, "prices", void 0);
178
169
  __decorate([
@@ -37,7 +37,7 @@ export declare class Plan {
37
37
  * Orb supports plan phases, also known as contract ramps. For plans with phases, the serialized prices refer to
38
38
  * all prices across all phases.
39
39
  */
40
- fetch(req: operations.FetchPlanRequest, config?: AxiosRequestConfig): Promise<operations.FetchPlanResponse>;
40
+ fetch(planId: string, config?: AxiosRequestConfig): Promise<operations.FetchPlanResponse>;
41
41
  /**
42
42
  * Fetch plan by external ID
43
43
  *
@@ -52,7 +52,7 @@ export declare class Plan {
52
52
  * object. The `model_type` field determines the key for the configuration object that is present. A detailed explanation
53
53
  * of price types can be found in the [Price schema](../guides/concepts#plan-and-price). "
54
54
  */
55
- fetchByExternalId(req: operations.FetchPlanExternalIdRequest, config?: AxiosRequestConfig): Promise<operations.FetchPlanExternalIdResponse>;
55
+ fetchByExternalId(externalPlanId: string, config?: AxiosRequestConfig): Promise<operations.FetchPlanExternalIdResponse>;
56
56
  /**
57
57
  * List plans
58
58
  *
@@ -71,7 +71,7 @@ export declare class Plan {
71
71
  *
72
72
  * Other fields on a customer are currently immutable.
73
73
  */
74
- updatePlan(req: operations.UpdatePlanRequest, config?: AxiosRequestConfig): Promise<operations.UpdatePlanResponse>;
74
+ updatePlan(planId: string, editPlan?: shared.EditPlan, config?: AxiosRequestConfig): Promise<operations.UpdatePlanResponse>;
75
75
  /**
76
76
  * Update plan by external ID
77
77
  *
@@ -86,5 +86,5 @@ export declare class Plan {
86
86
  * The `model_type` field determines the key for the configuration object that is present.
87
87
  * A detailed explanation of price types can be found in the [Price schema](../guides/concepts#plan-and-price).
88
88
  */
89
- updatePlanExternal(req: operations.UpdatePlanExternalRequest, config?: AxiosRequestConfig): Promise<operations.UpdatePlanExternalResponse>;
89
+ updatePlanExternal(externalPlanId: string, editPlan?: shared.EditPlan, config?: AxiosRequestConfig): Promise<operations.UpdatePlanExternalResponse>;
90
90
  }