@volcengine/billing 1.0.1

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 (536) hide show
  1. package/.turbo/turbo-build.log +19 -0
  2. package/LICENSE.txt +202 -0
  3. package/dist/cjs/index.js +565 -0
  4. package/dist/esm/api.d.ts +584 -0
  5. package/dist/esm/api.d.ts.map +1 -0
  6. package/dist/esm/index.d.ts +13 -0
  7. package/dist/esm/index.d.ts.map +1 -0
  8. package/dist/esm/index.mjs +378 -0
  9. package/dist/esm/types/auth-for-list-invitation-output.d.ts +45 -0
  10. package/dist/esm/types/auth-for-list-invitation-output.d.ts.map +1 -0
  11. package/dist/esm/types/auth-info-for-list-financial-relation-output.d.ts +35 -0
  12. package/dist/esm/types/auth-info-for-list-financial-relation-output.d.ts.map +1 -0
  13. package/dist/esm/types/auth-info-for-list-invitation-output.d.ts +35 -0
  14. package/dist/esm/types/auth-info-for-list-invitation-output.d.ts.map +1 -0
  15. package/dist/esm/types/billing-mode-info-list-for-list-budget-filter-billing-mode-output.d.ts +30 -0
  16. package/dist/esm/types/billing-mode-info-list-for-list-budget-filter-billing-mode-output.d.ts.map +1 -0
  17. package/dist/esm/types/budget-alert-message-detail-list-for-query-budget-detail-output.d.ts +55 -0
  18. package/dist/esm/types/budget-alert-message-detail-list-for-query-budget-detail-output.d.ts.map +1 -0
  19. package/dist/esm/types/budget-alert-message-for-create-budget-input.d.ts +40 -0
  20. package/dist/esm/types/budget-alert-message-for-create-budget-input.d.ts.map +1 -0
  21. package/dist/esm/types/budget-alert-message-for-update-budget-input.d.ts +40 -0
  22. package/dist/esm/types/budget-alert-message-for-update-budget-input.d.ts.map +1 -0
  23. package/dist/esm/types/budget-alert-rule-for-create-budget-input.d.ts +55 -0
  24. package/dist/esm/types/budget-alert-rule-for-create-budget-input.d.ts.map +1 -0
  25. package/dist/esm/types/budget-alert-rule-for-update-budget-input.d.ts +55 -0
  26. package/dist/esm/types/budget-alert-rule-for-update-budget-input.d.ts.map +1 -0
  27. package/dist/esm/types/budget-alert-rule-list-for-query-budget-detail-output.d.ts +55 -0
  28. package/dist/esm/types/budget-alert-rule-list-for-query-budget-detail-output.d.ts.map +1 -0
  29. package/dist/esm/types/budget-amount-for-create-budget-input.d.ts +35 -0
  30. package/dist/esm/types/budget-amount-for-create-budget-input.d.ts.map +1 -0
  31. package/dist/esm/types/budget-amount-for-update-budget-input.d.ts +35 -0
  32. package/dist/esm/types/budget-amount-for-update-budget-input.d.ts.map +1 -0
  33. package/dist/esm/types/budget-amount-list-for-list-budget-amount-by-budget-idoutput.d.ts +50 -0
  34. package/dist/esm/types/budget-amount-list-for-list-budget-amount-by-budget-idoutput.d.ts.map +1 -0
  35. package/dist/esm/types/budget-for-create-budget-input.d.ts +74 -0
  36. package/dist/esm/types/budget-for-create-budget-input.d.ts.map +1 -0
  37. package/dist/esm/types/budget-for-query-budget-detail-output.d.ts +74 -0
  38. package/dist/esm/types/budget-for-query-budget-detail-output.d.ts.map +1 -0
  39. package/dist/esm/types/budget-for-update-budget-input.d.ts +74 -0
  40. package/dist/esm/types/budget-for-update-budget-input.d.ts.map +1 -0
  41. package/dist/esm/types/budget-list-for-list-budget-output.d.ts +86 -0
  42. package/dist/esm/types/budget-list-for-list-budget-output.d.ts.map +1 -0
  43. package/dist/esm/types/budget-range-billing-mode-for-query-budget-detail-output.d.ts +30 -0
  44. package/dist/esm/types/budget-range-billing-mode-for-query-budget-detail-output.d.ts.map +1 -0
  45. package/dist/esm/types/budget-range-for-create-budget-input.d.ts +65 -0
  46. package/dist/esm/types/budget-range-for-create-budget-input.d.ts.map +1 -0
  47. package/dist/esm/types/budget-range-for-update-budget-input.d.ts +65 -0
  48. package/dist/esm/types/budget-range-for-update-budget-input.d.ts.map +1 -0
  49. package/dist/esm/types/budget-range-info-for-query-budget-detail-output.d.ts +72 -0
  50. package/dist/esm/types/budget-range-info-for-query-budget-detail-output.d.ts.map +1 -0
  51. package/dist/esm/types/budget-range-owner-for-query-budget-detail-output.d.ts +30 -0
  52. package/dist/esm/types/budget-range-owner-for-query-budget-detail-output.d.ts.map +1 -0
  53. package/dist/esm/types/budget-range-payer-for-query-budget-detail-output.d.ts +30 -0
  54. package/dist/esm/types/budget-range-payer-for-query-budget-detail-output.d.ts.map +1 -0
  55. package/dist/esm/types/budget-range-product-for-query-budget-detail-output.d.ts +30 -0
  56. package/dist/esm/types/budget-range-product-for-query-budget-detail-output.d.ts.map +1 -0
  57. package/dist/esm/types/budget-range-region-for-query-budget-detail-output.d.ts +30 -0
  58. package/dist/esm/types/budget-range-region-for-query-budget-detail-output.d.ts.map +1 -0
  59. package/dist/esm/types/budget-range-subject-for-query-budget-detail-output.d.ts +30 -0
  60. package/dist/esm/types/budget-range-subject-for-query-budget-detail-output.d.ts.map +1 -0
  61. package/dist/esm/types/budget-range-zone-for-query-budget-detail-output.d.ts +30 -0
  62. package/dist/esm/types/budget-range-zone-for-query-budget-detail-output.d.ts.map +1 -0
  63. package/dist/esm/types/cancel-invitation-request.d.ts +45 -0
  64. package/dist/esm/types/cancel-invitation-request.d.ts.map +1 -0
  65. package/dist/esm/types/cancel-invitation-response.d.ts +25 -0
  66. package/dist/esm/types/cancel-invitation-response.d.ts.map +1 -0
  67. package/dist/esm/types/cancel-order-request.d.ts +25 -0
  68. package/dist/esm/types/cancel-order-request.d.ts.map +1 -0
  69. package/dist/esm/types/cancel-order-response.d.ts +20 -0
  70. package/dist/esm/types/cancel-order-response.d.ts.map +1 -0
  71. package/dist/esm/types/charge-item-list-for-common-buy-input.d.ts +35 -0
  72. package/dist/esm/types/charge-item-list-for-common-buy-input.d.ts.map +1 -0
  73. package/dist/esm/types/clean-up-financial-relation-request.d.ts +35 -0
  74. package/dist/esm/types/clean-up-financial-relation-request.d.ts.map +1 -0
  75. package/dist/esm/types/clean-up-financial-relation-response.d.ts +30 -0
  76. package/dist/esm/types/clean-up-financial-relation-response.d.ts.map +1 -0
  77. package/dist/esm/types/common-buy-request.d.ts +36 -0
  78. package/dist/esm/types/common-buy-request.d.ts.map +1 -0
  79. package/dist/esm/types/common-buy-response.d.ts +26 -0
  80. package/dist/esm/types/common-buy-response.d.ts.map +1 -0
  81. package/dist/esm/types/config-list-for-common-buy-input.d.ts +36 -0
  82. package/dist/esm/types/config-list-for-common-buy-input.d.ts.map +1 -0
  83. package/dist/esm/types/config-list-for-query-price-for-pay-as-you-go-input.d.ts +45 -0
  84. package/dist/esm/types/config-list-for-query-price-for-pay-as-you-go-input.d.ts.map +1 -0
  85. package/dist/esm/types/config-list-for-query-price-for-pay-as-you-go-output.d.ts +56 -0
  86. package/dist/esm/types/config-list-for-query-price-for-pay-as-you-go-output.d.ts.map +1 -0
  87. package/dist/esm/types/config-list-for-query-price-for-subscription-input.d.ts +45 -0
  88. package/dist/esm/types/config-list-for-query-price-for-subscription-input.d.ts.map +1 -0
  89. package/dist/esm/types/config-list-for-query-price-for-subscription-output.d.ts +56 -0
  90. package/dist/esm/types/config-list-for-query-price-for-subscription-output.d.ts.map +1 -0
  91. package/dist/esm/types/convert-list-for-list-bill-overview-by-category-output.d.ts +26 -0
  92. package/dist/esm/types/convert-list-for-list-bill-overview-by-category-output.d.ts.map +1 -0
  93. package/dist/esm/types/create-budget-request.d.ts +50 -0
  94. package/dist/esm/types/create-budget-request.d.ts.map +1 -0
  95. package/dist/esm/types/create-budget-response.d.ts +25 -0
  96. package/dist/esm/types/create-budget-response.d.ts.map +1 -0
  97. package/dist/esm/types/create-financial-relation-request.d.ts +40 -0
  98. package/dist/esm/types/create-financial-relation-request.d.ts.map +1 -0
  99. package/dist/esm/types/create-financial-relation-response.d.ts +25 -0
  100. package/dist/esm/types/create-financial-relation-response.d.ts.map +1 -0
  101. package/dist/esm/types/delete-budget-request.d.ts +25 -0
  102. package/dist/esm/types/delete-budget-request.d.ts.map +1 -0
  103. package/dist/esm/types/delete-budget-response.d.ts +20 -0
  104. package/dist/esm/types/delete-budget-response.d.ts.map +1 -0
  105. package/dist/esm/types/delete-financial-relation-request.d.ts +35 -0
  106. package/dist/esm/types/delete-financial-relation-request.d.ts.map +1 -0
  107. package/dist/esm/types/delete-financial-relation-response.d.ts +25 -0
  108. package/dist/esm/types/delete-financial-relation-response.d.ts.map +1 -0
  109. package/dist/esm/types/discount-detail-for-query-price-for-pay-as-you-go-output.d.ts +30 -0
  110. package/dist/esm/types/discount-detail-for-query-price-for-pay-as-you-go-output.d.ts.map +1 -0
  111. package/dist/esm/types/discount-detail-for-query-price-for-subscription-output.d.ts +30 -0
  112. package/dist/esm/types/discount-detail-for-query-price-for-subscription-output.d.ts.map +1 -0
  113. package/dist/esm/types/get-order-request.d.ts +25 -0
  114. package/dist/esm/types/get-order-request.d.ts.map +1 -0
  115. package/dist/esm/types/get-order-response.d.ts +26 -0
  116. package/dist/esm/types/get-order-response.d.ts.map +1 -0
  117. package/dist/esm/types/handle-invitation-request.d.ts +50 -0
  118. package/dist/esm/types/handle-invitation-request.d.ts.map +1 -0
  119. package/dist/esm/types/handle-invitation-response.d.ts +25 -0
  120. package/dist/esm/types/handle-invitation-response.d.ts.map +1 -0
  121. package/dist/esm/types/index.d.ts +174 -0
  122. package/dist/esm/types/index.d.ts.map +1 -0
  123. package/dist/esm/types/instance-amount-list-for-query-price-for-renew-output.d.ts +45 -0
  124. package/dist/esm/types/instance-amount-list-for-query-price-for-renew-output.d.ts.map +1 -0
  125. package/dist/esm/types/instance-list-for-list-available-instances-output.d.ts +90 -0
  126. package/dist/esm/types/instance-list-for-list-available-instances-output.d.ts.map +1 -0
  127. package/dist/esm/types/list-amortized-cost-bill-daily-request.d.ts +90 -0
  128. package/dist/esm/types/list-amortized-cost-bill-daily-request.d.ts.map +1 -0
  129. package/dist/esm/types/list-amortized-cost-bill-daily-response.d.ts +41 -0
  130. package/dist/esm/types/list-amortized-cost-bill-daily-response.d.ts.map +1 -0
  131. package/dist/esm/types/list-amortized-cost-bill-detail-request.d.ts +90 -0
  132. package/dist/esm/types/list-amortized-cost-bill-detail-request.d.ts.map +1 -0
  133. package/dist/esm/types/list-amortized-cost-bill-detail-response.d.ts +41 -0
  134. package/dist/esm/types/list-amortized-cost-bill-detail-response.d.ts.map +1 -0
  135. package/dist/esm/types/list-amortized-cost-bill-monthly-request.d.ts +85 -0
  136. package/dist/esm/types/list-amortized-cost-bill-monthly-request.d.ts.map +1 -0
  137. package/dist/esm/types/list-amortized-cost-bill-monthly-response.d.ts +41 -0
  138. package/dist/esm/types/list-amortized-cost-bill-monthly-response.d.ts.map +1 -0
  139. package/dist/esm/types/list-available-instances-request.d.ts +65 -0
  140. package/dist/esm/types/list-available-instances-request.d.ts.map +1 -0
  141. package/dist/esm/types/list-available-instances-response.d.ts +36 -0
  142. package/dist/esm/types/list-available-instances-response.d.ts.map +1 -0
  143. package/dist/esm/types/list-bill-detail-request.d.ts +90 -0
  144. package/dist/esm/types/list-bill-detail-request.d.ts.map +1 -0
  145. package/dist/esm/types/list-bill-detail-response.d.ts +41 -0
  146. package/dist/esm/types/list-bill-detail-response.d.ts.map +1 -0
  147. package/dist/esm/types/list-bill-overview-by-category-request.d.ts +45 -0
  148. package/dist/esm/types/list-bill-overview-by-category-request.d.ts.map +1 -0
  149. package/dist/esm/types/list-bill-overview-by-category-response.d.ts +26 -0
  150. package/dist/esm/types/list-bill-overview-by-category-response.d.ts.map +1 -0
  151. package/dist/esm/types/list-bill-overview-by-prod-request.d.ts +70 -0
  152. package/dist/esm/types/list-bill-overview-by-prod-request.d.ts.map +1 -0
  153. package/dist/esm/types/list-bill-overview-by-prod-response.d.ts +41 -0
  154. package/dist/esm/types/list-bill-overview-by-prod-response.d.ts.map +1 -0
  155. package/dist/esm/types/list-bill-request.d.ts +75 -0
  156. package/dist/esm/types/list-bill-request.d.ts.map +1 -0
  157. package/dist/esm/types/list-bill-response.d.ts +41 -0
  158. package/dist/esm/types/list-bill-response.d.ts.map +1 -0
  159. package/dist/esm/types/list-budget-amount-by-budget-idrequest.d.ts +25 -0
  160. package/dist/esm/types/list-budget-amount-by-budget-idrequest.d.ts.map +1 -0
  161. package/dist/esm/types/list-budget-amount-by-budget-idresponse.d.ts +26 -0
  162. package/dist/esm/types/list-budget-amount-by-budget-idresponse.d.ts.map +1 -0
  163. package/dist/esm/types/list-budget-filter-billing-mode-request.d.ts +30 -0
  164. package/dist/esm/types/list-budget-filter-billing-mode-request.d.ts.map +1 -0
  165. package/dist/esm/types/list-budget-filter-billing-mode-response.d.ts +41 -0
  166. package/dist/esm/types/list-budget-filter-billing-mode-response.d.ts.map +1 -0
  167. package/dist/esm/types/list-budget-filter-owner-idrequest.d.ts +20 -0
  168. package/dist/esm/types/list-budget-filter-owner-idrequest.d.ts.map +1 -0
  169. package/dist/esm/types/list-budget-filter-owner-idresponse.d.ts +26 -0
  170. package/dist/esm/types/list-budget-filter-owner-idresponse.d.ts.map +1 -0
  171. package/dist/esm/types/list-budget-filter-payer-idrequest.d.ts +20 -0
  172. package/dist/esm/types/list-budget-filter-payer-idrequest.d.ts.map +1 -0
  173. package/dist/esm/types/list-budget-filter-payer-idresponse.d.ts +26 -0
  174. package/dist/esm/types/list-budget-filter-payer-idresponse.d.ts.map +1 -0
  175. package/dist/esm/types/list-budget-filter-product-request.d.ts +30 -0
  176. package/dist/esm/types/list-budget-filter-product-request.d.ts.map +1 -0
  177. package/dist/esm/types/list-budget-filter-product-response.d.ts +41 -0
  178. package/dist/esm/types/list-budget-filter-product-response.d.ts.map +1 -0
  179. package/dist/esm/types/list-budget-filter-project-request.d.ts +30 -0
  180. package/dist/esm/types/list-budget-filter-project-request.d.ts.map +1 -0
  181. package/dist/esm/types/list-budget-filter-project-response.d.ts +40 -0
  182. package/dist/esm/types/list-budget-filter-project-response.d.ts.map +1 -0
  183. package/dist/esm/types/list-budget-filter-region-code-request.d.ts +30 -0
  184. package/dist/esm/types/list-budget-filter-region-code-request.d.ts.map +1 -0
  185. package/dist/esm/types/list-budget-filter-region-code-response.d.ts +41 -0
  186. package/dist/esm/types/list-budget-filter-region-code-response.d.ts.map +1 -0
  187. package/dist/esm/types/list-budget-filter-subject-info-request.d.ts +30 -0
  188. package/dist/esm/types/list-budget-filter-subject-info-request.d.ts.map +1 -0
  189. package/dist/esm/types/list-budget-filter-subject-info-response.d.ts +41 -0
  190. package/dist/esm/types/list-budget-filter-subject-info-response.d.ts.map +1 -0
  191. package/dist/esm/types/list-budget-filter-tag-key-request.d.ts +30 -0
  192. package/dist/esm/types/list-budget-filter-tag-key-request.d.ts.map +1 -0
  193. package/dist/esm/types/list-budget-filter-tag-key-response.d.ts +40 -0
  194. package/dist/esm/types/list-budget-filter-tag-key-response.d.ts.map +1 -0
  195. package/dist/esm/types/list-budget-filter-tag-value-request.d.ts +35 -0
  196. package/dist/esm/types/list-budget-filter-tag-value-request.d.ts.map +1 -0
  197. package/dist/esm/types/list-budget-filter-tag-value-response.d.ts +40 -0
  198. package/dist/esm/types/list-budget-filter-tag-value-response.d.ts.map +1 -0
  199. package/dist/esm/types/list-budget-filter-zone-code-request.d.ts +30 -0
  200. package/dist/esm/types/list-budget-filter-zone-code-request.d.ts.map +1 -0
  201. package/dist/esm/types/list-budget-filter-zone-code-response.d.ts +41 -0
  202. package/dist/esm/types/list-budget-filter-zone-code-response.d.ts.map +1 -0
  203. package/dist/esm/types/list-budget-request.d.ts +77 -0
  204. package/dist/esm/types/list-budget-request.d.ts.map +1 -0
  205. package/dist/esm/types/list-budget-response.d.ts +41 -0
  206. package/dist/esm/types/list-budget-response.d.ts.map +1 -0
  207. package/dist/esm/types/list-coupon-usage-records-request.d.ts +35 -0
  208. package/dist/esm/types/list-coupon-usage-records-request.d.ts.map +1 -0
  209. package/dist/esm/types/list-coupon-usage-records-response.d.ts +41 -0
  210. package/dist/esm/types/list-coupon-usage-records-response.d.ts.map +1 -0
  211. package/dist/esm/types/list-coupons-request.d.ts +55 -0
  212. package/dist/esm/types/list-coupons-request.d.ts.map +1 -0
  213. package/dist/esm/types/list-coupons-response.d.ts +41 -0
  214. package/dist/esm/types/list-coupons-response.d.ts.map +1 -0
  215. package/dist/esm/types/list-financial-relation-request.d.ts +45 -0
  216. package/dist/esm/types/list-financial-relation-request.d.ts.map +1 -0
  217. package/dist/esm/types/list-financial-relation-response.d.ts +41 -0
  218. package/dist/esm/types/list-financial-relation-response.d.ts.map +1 -0
  219. package/dist/esm/types/list-for-list-amortized-cost-bill-daily-output.d.ts +630 -0
  220. package/dist/esm/types/list-for-list-amortized-cost-bill-daily-output.d.ts.map +1 -0
  221. package/dist/esm/types/list-for-list-amortized-cost-bill-detail-output.d.ts +575 -0
  222. package/dist/esm/types/list-for-list-amortized-cost-bill-detail-output.d.ts.map +1 -0
  223. package/dist/esm/types/list-for-list-amortized-cost-bill-monthly-output.d.ts +845 -0
  224. package/dist/esm/types/list-for-list-amortized-cost-bill-monthly-output.d.ts.map +1 -0
  225. package/dist/esm/types/list-for-list-bill-detail-output.d.ts +495 -0
  226. package/dist/esm/types/list-for-list-bill-detail-output.d.ts.map +1 -0
  227. package/dist/esm/types/list-for-list-bill-output.d.ts +280 -0
  228. package/dist/esm/types/list-for-list-bill-output.d.ts.map +1 -0
  229. package/dist/esm/types/list-for-list-bill-overview-by-category-output.d.ts +220 -0
  230. package/dist/esm/types/list-for-list-bill-overview-by-category-output.d.ts.map +1 -0
  231. package/dist/esm/types/list-for-list-bill-overview-by-prod-output.d.ts +235 -0
  232. package/dist/esm/types/list-for-list-bill-overview-by-prod-output.d.ts.map +1 -0
  233. package/dist/esm/types/list-for-list-budget-filter-owner-idoutput.d.ts +30 -0
  234. package/dist/esm/types/list-for-list-budget-filter-owner-idoutput.d.ts.map +1 -0
  235. package/dist/esm/types/list-for-list-budget-filter-payer-idoutput.d.ts +30 -0
  236. package/dist/esm/types/list-for-list-budget-filter-payer-idoutput.d.ts.map +1 -0
  237. package/dist/esm/types/list-for-list-budget-filter-product-output.d.ts +30 -0
  238. package/dist/esm/types/list-for-list-budget-filter-product-output.d.ts.map +1 -0
  239. package/dist/esm/types/list-for-list-coupon-usage-records-output.d.ts +75 -0
  240. package/dist/esm/types/list-for-list-coupon-usage-records-output.d.ts.map +1 -0
  241. package/dist/esm/types/list-for-list-coupons-output.d.ts +101 -0
  242. package/dist/esm/types/list-for-list-coupons-output.d.ts.map +1 -0
  243. package/dist/esm/types/list-for-list-financial-relation-output.d.ts +91 -0
  244. package/dist/esm/types/list-for-list-financial-relation-output.d.ts.map +1 -0
  245. package/dist/esm/types/list-for-list-invitation-output.d.ts +37 -0
  246. package/dist/esm/types/list-for-list-invitation-output.d.ts.map +1 -0
  247. package/dist/esm/types/list-for-list-package-usage-details-output.d.ts +204 -0
  248. package/dist/esm/types/list-for-list-package-usage-details-output.d.ts.map +1 -0
  249. package/dist/esm/types/list-for-list-resource-packages-output.d.ts +152 -0
  250. package/dist/esm/types/list-for-list-resource-packages-output.d.ts.map +1 -0
  251. package/dist/esm/types/list-for-list-split-bill-detail-output.d.ts +500 -0
  252. package/dist/esm/types/list-for-list-split-bill-detail-output.d.ts.map +1 -0
  253. package/dist/esm/types/list-invitation-request.d.ts +20 -0
  254. package/dist/esm/types/list-invitation-request.d.ts.map +1 -0
  255. package/dist/esm/types/list-invitation-response.d.ts +26 -0
  256. package/dist/esm/types/list-invitation-response.d.ts.map +1 -0
  257. package/dist/esm/types/list-order-product-details-request.d.ts +35 -0
  258. package/dist/esm/types/list-order-product-details-request.d.ts.map +1 -0
  259. package/dist/esm/types/list-order-product-details-response.d.ts +36 -0
  260. package/dist/esm/types/list-order-product-details-response.d.ts.map +1 -0
  261. package/dist/esm/types/list-orders-request.d.ts +50 -0
  262. package/dist/esm/types/list-orders-request.d.ts.map +1 -0
  263. package/dist/esm/types/list-orders-response.d.ts +36 -0
  264. package/dist/esm/types/list-orders-response.d.ts.map +1 -0
  265. package/dist/esm/types/list-package-usage-details-request.d.ts +59 -0
  266. package/dist/esm/types/list-package-usage-details-request.d.ts.map +1 -0
  267. package/dist/esm/types/list-package-usage-details-response.d.ts +31 -0
  268. package/dist/esm/types/list-package-usage-details-response.d.ts.map +1 -0
  269. package/dist/esm/types/list-recipient-information-request.d.ts +30 -0
  270. package/dist/esm/types/list-recipient-information-request.d.ts.map +1 -0
  271. package/dist/esm/types/list-recipient-information-response.d.ts +41 -0
  272. package/dist/esm/types/list-recipient-information-response.d.ts.map +1 -0
  273. package/dist/esm/types/list-resource-packages-request.d.ts +76 -0
  274. package/dist/esm/types/list-resource-packages-request.d.ts.map +1 -0
  275. package/dist/esm/types/list-resource-packages-response.d.ts +31 -0
  276. package/dist/esm/types/list-resource-packages-response.d.ts.map +1 -0
  277. package/dist/esm/types/list-split-bill-detail-request.d.ts +95 -0
  278. package/dist/esm/types/list-split-bill-detail-request.d.ts.map +1 -0
  279. package/dist/esm/types/list-split-bill-detail-response.d.ts +41 -0
  280. package/dist/esm/types/list-split-bill-detail-response.d.ts.map +1 -0
  281. package/dist/esm/types/order-fail-refund-info-for-get-order-output.d.ts +45 -0
  282. package/dist/esm/types/order-fail-refund-info-for-get-order-output.d.ts.map +1 -0
  283. package/dist/esm/types/order-fail-refund-info-for-list-order-product-details-output.d.ts +45 -0
  284. package/dist/esm/types/order-fail-refund-info-for-list-order-product-details-output.d.ts.map +1 -0
  285. package/dist/esm/types/order-fail-refund-info-for-list-orders-output.d.ts +45 -0
  286. package/dist/esm/types/order-fail-refund-info-for-list-orders-output.d.ts.map +1 -0
  287. package/dist/esm/types/order-info-for-common-buy-output.d.ts +30 -0
  288. package/dist/esm/types/order-info-for-common-buy-output.d.ts.map +1 -0
  289. package/dist/esm/types/order-info-for-get-order-output.d.ts +106 -0
  290. package/dist/esm/types/order-info-for-get-order-output.d.ts.map +1 -0
  291. package/dist/esm/types/order-info-for-list-orders-output.d.ts +106 -0
  292. package/dist/esm/types/order-info-for-list-orders-output.d.ts.map +1 -0
  293. package/dist/esm/types/order-product-info-for-list-order-product-details-output.d.ts +106 -0
  294. package/dist/esm/types/order-product-info-for-list-order-product-details-output.d.ts.map +1 -0
  295. package/dist/esm/types/pay-order-request.d.ts +25 -0
  296. package/dist/esm/types/pay-order-request.d.ts.map +1 -0
  297. package/dist/esm/types/pay-order-response.d.ts +20 -0
  298. package/dist/esm/types/pay-order-response.d.ts.map +1 -0
  299. package/dist/esm/types/product-limit-list-for-list-coupons-output.d.ts +70 -0
  300. package/dist/esm/types/product-limit-list-for-list-coupons-output.d.ts.map +1 -0
  301. package/dist/esm/types/query-balance-acct-request.d.ts +20 -0
  302. package/dist/esm/types/query-balance-acct-request.d.ts.map +1 -0
  303. package/dist/esm/types/query-balance-acct-response.d.ts +50 -0
  304. package/dist/esm/types/query-balance-acct-response.d.ts.map +1 -0
  305. package/dist/esm/types/query-budget-detail-request.d.ts +25 -0
  306. package/dist/esm/types/query-budget-detail-request.d.ts.map +1 -0
  307. package/dist/esm/types/query-budget-detail-response.d.ts +44 -0
  308. package/dist/esm/types/query-budget-detail-response.d.ts.map +1 -0
  309. package/dist/esm/types/query-price-for-pay-as-you-go-request.d.ts +31 -0
  310. package/dist/esm/types/query-price-for-pay-as-you-go-request.d.ts.map +1 -0
  311. package/dist/esm/types/query-price-for-pay-as-you-go-response.d.ts +41 -0
  312. package/dist/esm/types/query-price-for-pay-as-you-go-response.d.ts.map +1 -0
  313. package/dist/esm/types/query-price-for-renew-request.d.ts +35 -0
  314. package/dist/esm/types/query-price-for-renew-request.d.ts.map +1 -0
  315. package/dist/esm/types/query-price-for-renew-response.d.ts +41 -0
  316. package/dist/esm/types/query-price-for-renew-response.d.ts.map +1 -0
  317. package/dist/esm/types/query-price-for-subscription-request.d.ts +31 -0
  318. package/dist/esm/types/query-price-for-subscription-request.d.ts.map +1 -0
  319. package/dist/esm/types/query-price-for-subscription-response.d.ts +41 -0
  320. package/dist/esm/types/query-price-for-subscription-response.d.ts.map +1 -0
  321. package/dist/esm/types/recipient-information-list-for-list-recipient-information-output.d.ts +40 -0
  322. package/dist/esm/types/recipient-information-list-for-list-recipient-information-output.d.ts.map +1 -0
  323. package/dist/esm/types/region-info-list-for-list-budget-filter-region-code-output.d.ts +30 -0
  324. package/dist/esm/types/region-info-list-for-list-budget-filter-region-code-output.d.ts.map +1 -0
  325. package/dist/esm/types/relation-for-list-invitation-output.d.ts +91 -0
  326. package/dist/esm/types/relation-for-list-invitation-output.d.ts.map +1 -0
  327. package/dist/esm/types/renew-instance-request.d.ts +55 -0
  328. package/dist/esm/types/renew-instance-request.d.ts.map +1 -0
  329. package/dist/esm/types/renew-instance-response.d.ts +31 -0
  330. package/dist/esm/types/renew-instance-response.d.ts.map +1 -0
  331. package/dist/esm/types/set-renewal-type-request.d.ts +60 -0
  332. package/dist/esm/types/set-renewal-type-request.d.ts.map +1 -0
  333. package/dist/esm/types/set-renewal-type-response.d.ts +26 -0
  334. package/dist/esm/types/set-renewal-type-response.d.ts.map +1 -0
  335. package/dist/esm/types/subject-info-list-for-list-budget-filter-subject-info-output.d.ts +30 -0
  336. package/dist/esm/types/subject-info-list-for-list-budget-filter-subject-info-output.d.ts.map +1 -0
  337. package/dist/esm/types/success-instance-info-for-unsubscribe-instance-output.d.ts +30 -0
  338. package/dist/esm/types/success-instance-info-for-unsubscribe-instance-output.d.ts.map +1 -0
  339. package/dist/esm/types/success-instance-list-for-renew-instance-output.d.ts +30 -0
  340. package/dist/esm/types/success-instance-list-for-renew-instance-output.d.ts.map +1 -0
  341. package/dist/esm/types/success-instance-list-for-set-renewal-type-output.d.ts +30 -0
  342. package/dist/esm/types/success-instance-list-for-set-renewal-type-output.d.ts.map +1 -0
  343. package/dist/esm/types/unsubscribe-instance-request.d.ts +40 -0
  344. package/dist/esm/types/unsubscribe-instance-request.d.ts.map +1 -0
  345. package/dist/esm/types/unsubscribe-instance-response.d.ts +36 -0
  346. package/dist/esm/types/unsubscribe-instance-response.d.ts.map +1 -0
  347. package/dist/esm/types/update-auth-request.d.ts +30 -0
  348. package/dist/esm/types/update-auth-request.d.ts.map +1 -0
  349. package/dist/esm/types/update-auth-response.d.ts +25 -0
  350. package/dist/esm/types/update-auth-response.d.ts.map +1 -0
  351. package/dist/esm/types/update-budget-request.d.ts +55 -0
  352. package/dist/esm/types/update-budget-request.d.ts.map +1 -0
  353. package/dist/esm/types/update-budget-response.d.ts +20 -0
  354. package/dist/esm/types/update-budget-response.d.ts.map +1 -0
  355. package/dist/esm/types/zone-info-list-for-list-budget-filter-zone-code-output.d.ts +30 -0
  356. package/dist/esm/types/zone-info-list-for-list-budget-filter-zone-code-output.d.ts.map +1 -0
  357. package/dist/tsconfig.tsbuildinfo +1 -0
  358. package/package.json +37 -0
  359. package/rslib.config.ts +26 -0
  360. package/src/api.ts +1008 -0
  361. package/src/index.ts +14 -0
  362. package/src/types/auth-for-list-invitation-output.ts +52 -0
  363. package/src/types/auth-info-for-list-financial-relation-output.ts +40 -0
  364. package/src/types/auth-info-for-list-invitation-output.ts +40 -0
  365. package/src/types/billing-mode-info-list-for-list-budget-filter-billing-mode-output.ts +34 -0
  366. package/src/types/budget-alert-message-detail-list-for-query-budget-detail-output.ts +64 -0
  367. package/src/types/budget-alert-message-for-create-budget-input.ts +46 -0
  368. package/src/types/budget-alert-message-for-update-budget-input.ts +46 -0
  369. package/src/types/budget-alert-rule-for-create-budget-input.ts +63 -0
  370. package/src/types/budget-alert-rule-for-update-budget-input.ts +63 -0
  371. package/src/types/budget-alert-rule-list-for-query-budget-detail-output.ts +63 -0
  372. package/src/types/budget-amount-for-create-budget-input.ts +40 -0
  373. package/src/types/budget-amount-for-update-budget-input.ts +40 -0
  374. package/src/types/budget-amount-list-for-list-budget-amount-by-budget-idoutput.ts +58 -0
  375. package/src/types/budget-for-create-budget-input.ts +84 -0
  376. package/src/types/budget-for-query-budget-detail-output.ts +84 -0
  377. package/src/types/budget-for-update-budget-input.ts +84 -0
  378. package/src/types/budget-list-for-list-budget-output.ts +100 -0
  379. package/src/types/budget-range-billing-mode-for-query-budget-detail-output.ts +34 -0
  380. package/src/types/budget-range-for-create-budget-input.ts +76 -0
  381. package/src/types/budget-range-for-update-budget-input.ts +76 -0
  382. package/src/types/budget-range-info-for-query-budget-detail-output.ts +83 -0
  383. package/src/types/budget-range-owner-for-query-budget-detail-output.ts +34 -0
  384. package/src/types/budget-range-payer-for-query-budget-detail-output.ts +34 -0
  385. package/src/types/budget-range-product-for-query-budget-detail-output.ts +34 -0
  386. package/src/types/budget-range-region-for-query-budget-detail-output.ts +34 -0
  387. package/src/types/budget-range-subject-for-query-budget-detail-output.ts +34 -0
  388. package/src/types/budget-range-zone-for-query-budget-detail-output.ts +34 -0
  389. package/src/types/cancel-invitation-request.ts +52 -0
  390. package/src/types/cancel-invitation-response.ts +28 -0
  391. package/src/types/cancel-order-request.ts +28 -0
  392. package/src/types/cancel-order-response.ts +22 -0
  393. package/src/types/charge-item-list-for-common-buy-input.ts +40 -0
  394. package/src/types/clean-up-financial-relation-request.ts +40 -0
  395. package/src/types/clean-up-financial-relation-response.ts +34 -0
  396. package/src/types/common-buy-request.ts +41 -0
  397. package/src/types/common-buy-response.ts +29 -0
  398. package/src/types/config-list-for-common-buy-input.ts +41 -0
  399. package/src/types/config-list-for-query-price-for-pay-as-you-go-input.ts +52 -0
  400. package/src/types/config-list-for-query-price-for-pay-as-you-go-output.ts +65 -0
  401. package/src/types/config-list-for-query-price-for-subscription-input.ts +52 -0
  402. package/src/types/config-list-for-query-price-for-subscription-output.ts +65 -0
  403. package/src/types/convert-list-for-list-bill-overview-by-category-output.ts +29 -0
  404. package/src/types/create-budget-request.ts +57 -0
  405. package/src/types/create-budget-response.ts +28 -0
  406. package/src/types/create-financial-relation-request.ts +46 -0
  407. package/src/types/create-financial-relation-response.ts +28 -0
  408. package/src/types/delete-budget-request.ts +28 -0
  409. package/src/types/delete-budget-response.ts +22 -0
  410. package/src/types/delete-financial-relation-request.ts +40 -0
  411. package/src/types/delete-financial-relation-response.ts +28 -0
  412. package/src/types/discount-detail-for-query-price-for-pay-as-you-go-output.ts +34 -0
  413. package/src/types/discount-detail-for-query-price-for-subscription-output.ts +34 -0
  414. package/src/types/get-order-request.ts +28 -0
  415. package/src/types/get-order-response.ts +29 -0
  416. package/src/types/handle-invitation-request.ts +58 -0
  417. package/src/types/handle-invitation-response.ts +28 -0
  418. package/src/types/index.ts +173 -0
  419. package/src/types/instance-amount-list-for-query-price-for-renew-output.ts +52 -0
  420. package/src/types/instance-list-for-list-available-instances-output.ts +106 -0
  421. package/src/types/list-amortized-cost-bill-daily-request.ts +106 -0
  422. package/src/types/list-amortized-cost-bill-daily-response.ts +47 -0
  423. package/src/types/list-amortized-cost-bill-detail-request.ts +106 -0
  424. package/src/types/list-amortized-cost-bill-detail-response.ts +47 -0
  425. package/src/types/list-amortized-cost-bill-monthly-request.ts +100 -0
  426. package/src/types/list-amortized-cost-bill-monthly-response.ts +47 -0
  427. package/src/types/list-available-instances-request.ts +76 -0
  428. package/src/types/list-available-instances-response.ts +41 -0
  429. package/src/types/list-bill-detail-request.ts +106 -0
  430. package/src/types/list-bill-detail-response.ts +47 -0
  431. package/src/types/list-bill-overview-by-category-request.ts +52 -0
  432. package/src/types/list-bill-overview-by-category-response.ts +29 -0
  433. package/src/types/list-bill-overview-by-prod-request.ts +82 -0
  434. package/src/types/list-bill-overview-by-prod-response.ts +47 -0
  435. package/src/types/list-bill-request.ts +88 -0
  436. package/src/types/list-bill-response.ts +47 -0
  437. package/src/types/list-budget-amount-by-budget-idrequest.ts +28 -0
  438. package/src/types/list-budget-amount-by-budget-idresponse.ts +29 -0
  439. package/src/types/list-budget-filter-billing-mode-request.ts +34 -0
  440. package/src/types/list-budget-filter-billing-mode-response.ts +47 -0
  441. package/src/types/list-budget-filter-owner-idrequest.ts +22 -0
  442. package/src/types/list-budget-filter-owner-idresponse.ts +29 -0
  443. package/src/types/list-budget-filter-payer-idrequest.ts +22 -0
  444. package/src/types/list-budget-filter-payer-idresponse.ts +29 -0
  445. package/src/types/list-budget-filter-product-request.ts +34 -0
  446. package/src/types/list-budget-filter-product-response.ts +47 -0
  447. package/src/types/list-budget-filter-project-request.ts +34 -0
  448. package/src/types/list-budget-filter-project-response.ts +46 -0
  449. package/src/types/list-budget-filter-region-code-request.ts +34 -0
  450. package/src/types/list-budget-filter-region-code-response.ts +47 -0
  451. package/src/types/list-budget-filter-subject-info-request.ts +34 -0
  452. package/src/types/list-budget-filter-subject-info-response.ts +47 -0
  453. package/src/types/list-budget-filter-tag-key-request.ts +34 -0
  454. package/src/types/list-budget-filter-tag-key-response.ts +46 -0
  455. package/src/types/list-budget-filter-tag-value-request.ts +40 -0
  456. package/src/types/list-budget-filter-tag-value-response.ts +46 -0
  457. package/src/types/list-budget-filter-zone-code-request.ts +34 -0
  458. package/src/types/list-budget-filter-zone-code-response.ts +47 -0
  459. package/src/types/list-budget-request.ts +88 -0
  460. package/src/types/list-budget-response.ts +47 -0
  461. package/src/types/list-coupon-usage-records-request.ts +40 -0
  462. package/src/types/list-coupon-usage-records-response.ts +47 -0
  463. package/src/types/list-coupons-request.ts +64 -0
  464. package/src/types/list-coupons-response.ts +47 -0
  465. package/src/types/list-financial-relation-request.ts +52 -0
  466. package/src/types/list-financial-relation-response.ts +47 -0
  467. package/src/types/list-for-list-amortized-cost-bill-daily-output.ts +754 -0
  468. package/src/types/list-for-list-amortized-cost-bill-detail-output.ts +688 -0
  469. package/src/types/list-for-list-amortized-cost-bill-monthly-output.ts +1012 -0
  470. package/src/types/list-for-list-bill-detail-output.ts +592 -0
  471. package/src/types/list-for-list-bill-output.ts +334 -0
  472. package/src/types/list-for-list-bill-overview-by-category-output.ts +262 -0
  473. package/src/types/list-for-list-bill-overview-by-prod-output.ts +280 -0
  474. package/src/types/list-for-list-budget-filter-owner-idoutput.ts +34 -0
  475. package/src/types/list-for-list-budget-filter-payer-idoutput.ts +34 -0
  476. package/src/types/list-for-list-budget-filter-product-output.ts +34 -0
  477. package/src/types/list-for-list-coupon-usage-records-output.ts +88 -0
  478. package/src/types/list-for-list-coupons-output.ts +119 -0
  479. package/src/types/list-for-list-financial-relation-output.ts +107 -0
  480. package/src/types/list-for-list-invitation-output.ts +42 -0
  481. package/src/types/list-for-list-package-usage-details-output.ts +243 -0
  482. package/src/types/list-for-list-resource-packages-output.ts +180 -0
  483. package/src/types/list-for-list-split-bill-detail-output.ts +598 -0
  484. package/src/types/list-invitation-request.ts +22 -0
  485. package/src/types/list-invitation-response.ts +29 -0
  486. package/src/types/list-order-product-details-request.ts +40 -0
  487. package/src/types/list-order-product-details-response.ts +41 -0
  488. package/src/types/list-orders-request.ts +58 -0
  489. package/src/types/list-orders-response.ts +41 -0
  490. package/src/types/list-package-usage-details-request.ts +69 -0
  491. package/src/types/list-package-usage-details-response.ts +35 -0
  492. package/src/types/list-recipient-information-request.ts +34 -0
  493. package/src/types/list-recipient-information-response.ts +47 -0
  494. package/src/types/list-resource-packages-request.ts +87 -0
  495. package/src/types/list-resource-packages-response.ts +35 -0
  496. package/src/types/list-split-bill-detail-request.ts +112 -0
  497. package/src/types/list-split-bill-detail-response.ts +47 -0
  498. package/src/types/order-fail-refund-info-for-get-order-output.ts +52 -0
  499. package/src/types/order-fail-refund-info-for-list-order-product-details-output.ts +52 -0
  500. package/src/types/order-fail-refund-info-for-list-orders-output.ts +52 -0
  501. package/src/types/order-info-for-common-buy-output.ts +34 -0
  502. package/src/types/order-info-for-get-order-output.ts +125 -0
  503. package/src/types/order-info-for-list-orders-output.ts +125 -0
  504. package/src/types/order-product-info-for-list-order-product-details-output.ts +125 -0
  505. package/src/types/pay-order-request.ts +28 -0
  506. package/src/types/pay-order-response.ts +22 -0
  507. package/src/types/product-limit-list-for-list-coupons-output.ts +82 -0
  508. package/src/types/query-balance-acct-request.ts +22 -0
  509. package/src/types/query-balance-acct-response.ts +58 -0
  510. package/src/types/query-budget-detail-request.ts +28 -0
  511. package/src/types/query-budget-detail-response.ts +50 -0
  512. package/src/types/query-price-for-pay-as-you-go-request.ts +35 -0
  513. package/src/types/query-price-for-pay-as-you-go-response.ts +47 -0
  514. package/src/types/query-price-for-renew-request.ts +40 -0
  515. package/src/types/query-price-for-renew-response.ts +47 -0
  516. package/src/types/query-price-for-subscription-request.ts +35 -0
  517. package/src/types/query-price-for-subscription-response.ts +47 -0
  518. package/src/types/recipient-information-list-for-list-recipient-information-output.ts +46 -0
  519. package/src/types/region-info-list-for-list-budget-filter-region-code-output.ts +34 -0
  520. package/src/types/relation-for-list-invitation-output.ts +107 -0
  521. package/src/types/renew-instance-request.ts +64 -0
  522. package/src/types/renew-instance-response.ts +35 -0
  523. package/src/types/set-renewal-type-request.ts +70 -0
  524. package/src/types/set-renewal-type-response.ts +29 -0
  525. package/src/types/subject-info-list-for-list-budget-filter-subject-info-output.ts +34 -0
  526. package/src/types/success-instance-info-for-unsubscribe-instance-output.ts +34 -0
  527. package/src/types/success-instance-list-for-renew-instance-output.ts +34 -0
  528. package/src/types/success-instance-list-for-set-renewal-type-output.ts +34 -0
  529. package/src/types/unsubscribe-instance-request.ts +46 -0
  530. package/src/types/unsubscribe-instance-response.ts +41 -0
  531. package/src/types/update-auth-request.ts +34 -0
  532. package/src/types/update-auth-response.ts +28 -0
  533. package/src/types/update-budget-request.ts +63 -0
  534. package/src/types/update-budget-response.ts +22 -0
  535. package/src/types/zone-info-list-for-list-budget-filter-zone-code-output.ts +34 -0
  536. package/tsconfig.json +12 -0
@@ -0,0 +1,565 @@
1
+ "use strict";
2
+ var __webpack_require__ = {};
3
+ (()=>{
4
+ __webpack_require__.d = (exports1, definition)=>{
5
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
6
+ enumerable: true,
7
+ get: definition[key]
8
+ });
9
+ };
10
+ })();
11
+ (()=>{
12
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
13
+ })();
14
+ (()=>{
15
+ __webpack_require__.r = (exports1)=>{
16
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
17
+ value: 'Module'
18
+ });
19
+ Object.defineProperty(exports1, '__esModule', {
20
+ value: true
21
+ });
22
+ };
23
+ })();
24
+ var __webpack_exports__ = {};
25
+ __webpack_require__.r(__webpack_exports__);
26
+ __webpack_require__.d(__webpack_exports__, {
27
+ BILLINGClient: ()=>BILLINGClient,
28
+ CreateFinancialRelationCommand: ()=>CreateFinancialRelationCommand,
29
+ ListBudgetFilterProductCommand: ()=>ListBudgetFilterProductCommand,
30
+ DeleteBudgetCommand: ()=>DeleteBudgetCommand,
31
+ ListBudgetFilterPayerIDCommand: ()=>ListBudgetFilterPayerIDCommand,
32
+ QueryBalanceAcctCommand: ()=>QueryBalanceAcctCommand,
33
+ CommonBuyCommand: ()=>CommonBuyCommand,
34
+ ListInvitationCommand: ()=>ListInvitationCommand,
35
+ ListBillDetailCommand: ()=>ListBillDetailCommand,
36
+ ListBudgetFilterOwnerIDCommand: ()=>ListBudgetFilterOwnerIDCommand,
37
+ ListPackageUsageDetailsCommand: ()=>ListPackageUsageDetailsCommand,
38
+ PayOrderCommand: ()=>PayOrderCommand,
39
+ ListCouponsCommand: ()=>ListCouponsCommand,
40
+ ListBudgetFilterSubjectInfoCommand: ()=>ListBudgetFilterSubjectInfoCommand,
41
+ CancelInvitationCommand: ()=>CancelInvitationCommand,
42
+ ListBudgetCommand: ()=>ListBudgetCommand,
43
+ QueryPriceForPayAsYouGoCommand: ()=>QueryPriceForPayAsYouGoCommand,
44
+ RenewInstanceCommand: ()=>RenewInstanceCommand,
45
+ UnsubscribeInstanceCommand: ()=>UnsubscribeInstanceCommand,
46
+ ListAmortizedCostBillMonthlyCommand: ()=>ListAmortizedCostBillMonthlyCommand,
47
+ ListBudgetFilterTagValueCommand: ()=>ListBudgetFilterTagValueCommand,
48
+ ListResourcePackagesCommand: ()=>ListResourcePackagesCommand,
49
+ ListSplitBillDetailCommand: ()=>ListSplitBillDetailCommand,
50
+ CleanUpFinancialRelationCommand: ()=>CleanUpFinancialRelationCommand,
51
+ QueryPriceForRenewCommand: ()=>QueryPriceForRenewCommand,
52
+ ListAmortizedCostBillDailyCommand: ()=>ListAmortizedCostBillDailyCommand,
53
+ DeleteFinancialRelationCommand: ()=>DeleteFinancialRelationCommand,
54
+ CreateBudgetCommand: ()=>CreateBudgetCommand,
55
+ UpdateBudgetCommand: ()=>UpdateBudgetCommand,
56
+ ListBillOverviewByProdCommand: ()=>ListBillOverviewByProdCommand,
57
+ ListAvailableInstancesCommand: ()=>ListAvailableInstancesCommand,
58
+ ListBudgetFilterBillingModeCommand: ()=>ListBudgetFilterBillingModeCommand,
59
+ ListRecipientInformationCommand: ()=>ListRecipientInformationCommand,
60
+ ListOrdersCommand: ()=>ListOrdersCommand,
61
+ ListCouponUsageRecordsCommand: ()=>ListCouponUsageRecordsCommand,
62
+ ListBudgetFilterRegionCodeCommand: ()=>ListBudgetFilterRegionCodeCommand,
63
+ ListOrderProductDetailsCommand: ()=>ListOrderProductDetailsCommand,
64
+ CancelOrderCommand: ()=>CancelOrderCommand,
65
+ ListAmortizedCostBillDetailCommand: ()=>ListAmortizedCostBillDetailCommand,
66
+ ListBillCommand: ()=>ListBillCommand,
67
+ ListBudgetFilterProjectCommand: ()=>ListBudgetFilterProjectCommand,
68
+ HandleInvitationCommand: ()=>HandleInvitationCommand,
69
+ ListBudgetFilterTagKeyCommand: ()=>ListBudgetFilterTagKeyCommand,
70
+ ListBudgetFilterZoneCodeCommand: ()=>ListBudgetFilterZoneCodeCommand,
71
+ SetRenewalTypeCommand: ()=>SetRenewalTypeCommand,
72
+ ListFinancialRelationCommand: ()=>ListFinancialRelationCommand,
73
+ QueryPriceForSubscriptionCommand: ()=>QueryPriceForSubscriptionCommand,
74
+ GetOrderCommand: ()=>GetOrderCommand,
75
+ ListBillOverviewByCategoryCommand: ()=>ListBillOverviewByCategoryCommand,
76
+ QueryBudgetDetailCommand: ()=>QueryBudgetDetailCommand,
77
+ ListBudgetAmountByBudgetIDCommand: ()=>ListBudgetAmountByBudgetIDCommand,
78
+ UpdateAuthCommand: ()=>UpdateAuthCommand
79
+ });
80
+ const sdk_core_namespaceObject = require("@volcengine/sdk-core");
81
+ function _define_property(obj, key, value) {
82
+ if (key in obj) Object.defineProperty(obj, key, {
83
+ value: value,
84
+ enumerable: true,
85
+ configurable: true,
86
+ writable: true
87
+ });
88
+ else obj[key] = value;
89
+ return obj;
90
+ }
91
+ class BILLINGClient extends sdk_core_namespaceObject.Client {
92
+ constructor(config = {}){
93
+ super({
94
+ protocol: 'https',
95
+ region: 'cn-beijing',
96
+ ...config
97
+ });
98
+ }
99
+ }
100
+ class CancelInvitationCommand extends sdk_core_namespaceObject.Command {
101
+ constructor(input){
102
+ super(input);
103
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CancelInvitationCommand.metaPath);
104
+ }
105
+ }
106
+ _define_property(CancelInvitationCommand, "metaPath", '/CancelInvitation/2022-01-01/billing/post/application_json/');
107
+ class CancelOrderCommand extends sdk_core_namespaceObject.Command {
108
+ constructor(input){
109
+ super(input);
110
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CancelOrderCommand.metaPath);
111
+ }
112
+ }
113
+ _define_property(CancelOrderCommand, "metaPath", '/CancelOrder/2022-01-01/billing/post/application_json/');
114
+ class CleanUpFinancialRelationCommand extends sdk_core_namespaceObject.Command {
115
+ constructor(input){
116
+ super(input);
117
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CleanUpFinancialRelationCommand.metaPath);
118
+ }
119
+ }
120
+ _define_property(CleanUpFinancialRelationCommand, "metaPath", '/CleanUpFinancialRelation/2022-01-01/billing/post/application_json/');
121
+ class CommonBuyCommand extends sdk_core_namespaceObject.Command {
122
+ constructor(input){
123
+ super(input);
124
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CommonBuyCommand.metaPath);
125
+ }
126
+ }
127
+ _define_property(CommonBuyCommand, "metaPath", '/CommonBuy/2022-01-01/billing/post/application_json/');
128
+ class CreateBudgetCommand extends sdk_core_namespaceObject.Command {
129
+ constructor(input){
130
+ super(input);
131
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateBudgetCommand.metaPath);
132
+ }
133
+ }
134
+ _define_property(CreateBudgetCommand, "metaPath", '/CreateBudget/2022-01-01/billing/post/application_json/');
135
+ class CreateFinancialRelationCommand extends sdk_core_namespaceObject.Command {
136
+ constructor(input){
137
+ super(input);
138
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(CreateFinancialRelationCommand.metaPath);
139
+ }
140
+ }
141
+ _define_property(CreateFinancialRelationCommand, "metaPath", '/CreateFinancialRelation/2022-01-01/billing/post/application_json/');
142
+ class DeleteBudgetCommand extends sdk_core_namespaceObject.Command {
143
+ constructor(input){
144
+ super(input);
145
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteBudgetCommand.metaPath);
146
+ }
147
+ }
148
+ _define_property(DeleteBudgetCommand, "metaPath", '/DeleteBudget/2022-01-01/billing/post/application_json/');
149
+ class DeleteFinancialRelationCommand extends sdk_core_namespaceObject.Command {
150
+ constructor(input){
151
+ super(input);
152
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(DeleteFinancialRelationCommand.metaPath);
153
+ }
154
+ }
155
+ _define_property(DeleteFinancialRelationCommand, "metaPath", '/DeleteFinancialRelation/2022-01-01/billing/post/application_json/');
156
+ class GetOrderCommand extends sdk_core_namespaceObject.Command {
157
+ constructor(input){
158
+ super(input);
159
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(GetOrderCommand.metaPath);
160
+ }
161
+ }
162
+ _define_property(GetOrderCommand, "metaPath", '/GetOrder/2022-01-01/billing/post/application_json/');
163
+ class HandleInvitationCommand extends sdk_core_namespaceObject.Command {
164
+ constructor(input){
165
+ super(input);
166
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(HandleInvitationCommand.metaPath);
167
+ }
168
+ }
169
+ _define_property(HandleInvitationCommand, "metaPath", '/HandleInvitation/2022-01-01/billing/post/application_json/');
170
+ class ListAmortizedCostBillDailyCommand extends sdk_core_namespaceObject.Command {
171
+ constructor(input){
172
+ super(input);
173
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAmortizedCostBillDailyCommand.metaPath);
174
+ }
175
+ }
176
+ _define_property(ListAmortizedCostBillDailyCommand, "metaPath", '/ListAmortizedCostBillDaily/2022-01-01/billing/post/application_json/');
177
+ class ListAmortizedCostBillDetailCommand extends sdk_core_namespaceObject.Command {
178
+ constructor(input){
179
+ super(input);
180
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAmortizedCostBillDetailCommand.metaPath);
181
+ }
182
+ }
183
+ _define_property(ListAmortizedCostBillDetailCommand, "metaPath", '/ListAmortizedCostBillDetail/2022-01-01/billing/post/application_json/');
184
+ class ListAmortizedCostBillMonthlyCommand extends sdk_core_namespaceObject.Command {
185
+ constructor(input){
186
+ super(input);
187
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAmortizedCostBillMonthlyCommand.metaPath);
188
+ }
189
+ }
190
+ _define_property(ListAmortizedCostBillMonthlyCommand, "metaPath", '/ListAmortizedCostBillMonthly/2022-01-01/billing/post/application_json/');
191
+ class ListAvailableInstancesCommand extends sdk_core_namespaceObject.Command {
192
+ constructor(input){
193
+ super(input);
194
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListAvailableInstancesCommand.metaPath);
195
+ }
196
+ }
197
+ _define_property(ListAvailableInstancesCommand, "metaPath", '/ListAvailableInstances/2022-01-01/billing/post/application_json/');
198
+ class ListBillCommand extends sdk_core_namespaceObject.Command {
199
+ constructor(input){
200
+ super(input);
201
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBillCommand.metaPath);
202
+ }
203
+ }
204
+ _define_property(ListBillCommand, "metaPath", '/ListBill/2022-01-01/billing/post/application_json/');
205
+ class ListBillDetailCommand extends sdk_core_namespaceObject.Command {
206
+ constructor(input){
207
+ super(input);
208
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBillDetailCommand.metaPath);
209
+ }
210
+ }
211
+ _define_property(ListBillDetailCommand, "metaPath", '/ListBillDetail/2022-01-01/billing/post/application_json/');
212
+ class ListBillOverviewByCategoryCommand extends sdk_core_namespaceObject.Command {
213
+ constructor(input){
214
+ super(input);
215
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBillOverviewByCategoryCommand.metaPath);
216
+ }
217
+ }
218
+ _define_property(ListBillOverviewByCategoryCommand, "metaPath", '/ListBillOverviewByCategory/2022-01-01/billing/post/application_json/');
219
+ class ListBillOverviewByProdCommand extends sdk_core_namespaceObject.Command {
220
+ constructor(input){
221
+ super(input);
222
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBillOverviewByProdCommand.metaPath);
223
+ }
224
+ }
225
+ _define_property(ListBillOverviewByProdCommand, "metaPath", '/ListBillOverviewByProd/2022-01-01/billing/post/application_json/');
226
+ class ListBudgetCommand extends sdk_core_namespaceObject.Command {
227
+ constructor(input){
228
+ super(input);
229
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBudgetCommand.metaPath);
230
+ }
231
+ }
232
+ _define_property(ListBudgetCommand, "metaPath", '/ListBudget/2022-01-01/billing/post/application_json/');
233
+ class ListBudgetAmountByBudgetIDCommand extends sdk_core_namespaceObject.Command {
234
+ constructor(input){
235
+ super(input);
236
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBudgetAmountByBudgetIDCommand.metaPath);
237
+ }
238
+ }
239
+ _define_property(ListBudgetAmountByBudgetIDCommand, "metaPath", '/ListBudgetAmountByBudgetID/2022-01-01/billing/post/application_json/');
240
+ class ListBudgetFilterBillingModeCommand extends sdk_core_namespaceObject.Command {
241
+ constructor(input){
242
+ super(input);
243
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBudgetFilterBillingModeCommand.metaPath);
244
+ }
245
+ }
246
+ _define_property(ListBudgetFilterBillingModeCommand, "metaPath", '/ListBudgetFilterBillingMode/2022-01-01/billing/post/application_json/');
247
+ class ListBudgetFilterOwnerIDCommand extends sdk_core_namespaceObject.Command {
248
+ constructor(input){
249
+ super(input);
250
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBudgetFilterOwnerIDCommand.metaPath);
251
+ }
252
+ }
253
+ _define_property(ListBudgetFilterOwnerIDCommand, "metaPath", '/ListBudgetFilterOwnerID/2022-01-01/billing/post/application_json/');
254
+ class ListBudgetFilterPayerIDCommand extends sdk_core_namespaceObject.Command {
255
+ constructor(input){
256
+ super(input);
257
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBudgetFilterPayerIDCommand.metaPath);
258
+ }
259
+ }
260
+ _define_property(ListBudgetFilterPayerIDCommand, "metaPath", '/ListBudgetFilterPayerID/2022-01-01/billing/post/application_json/');
261
+ class ListBudgetFilterProductCommand extends sdk_core_namespaceObject.Command {
262
+ constructor(input){
263
+ super(input);
264
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBudgetFilterProductCommand.metaPath);
265
+ }
266
+ }
267
+ _define_property(ListBudgetFilterProductCommand, "metaPath", '/ListBudgetFilterProduct/2022-01-01/billing/post/application_json/');
268
+ class ListBudgetFilterProjectCommand extends sdk_core_namespaceObject.Command {
269
+ constructor(input){
270
+ super(input);
271
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBudgetFilterProjectCommand.metaPath);
272
+ }
273
+ }
274
+ _define_property(ListBudgetFilterProjectCommand, "metaPath", '/ListBudgetFilterProject/2022-01-01/billing/post/application_json/');
275
+ class ListBudgetFilterRegionCodeCommand extends sdk_core_namespaceObject.Command {
276
+ constructor(input){
277
+ super(input);
278
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBudgetFilterRegionCodeCommand.metaPath);
279
+ }
280
+ }
281
+ _define_property(ListBudgetFilterRegionCodeCommand, "metaPath", '/ListBudgetFilterRegionCode/2022-01-01/billing/post/application_json/');
282
+ class ListBudgetFilterSubjectInfoCommand extends sdk_core_namespaceObject.Command {
283
+ constructor(input){
284
+ super(input);
285
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBudgetFilterSubjectInfoCommand.metaPath);
286
+ }
287
+ }
288
+ _define_property(ListBudgetFilterSubjectInfoCommand, "metaPath", '/ListBudgetFilterSubjectInfo/2022-01-01/billing/post/application_json/');
289
+ class ListBudgetFilterTagKeyCommand extends sdk_core_namespaceObject.Command {
290
+ constructor(input){
291
+ super(input);
292
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBudgetFilterTagKeyCommand.metaPath);
293
+ }
294
+ }
295
+ _define_property(ListBudgetFilterTagKeyCommand, "metaPath", '/ListBudgetFilterTagKey/2022-01-01/billing/post/application_json/');
296
+ class ListBudgetFilterTagValueCommand extends sdk_core_namespaceObject.Command {
297
+ constructor(input){
298
+ super(input);
299
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBudgetFilterTagValueCommand.metaPath);
300
+ }
301
+ }
302
+ _define_property(ListBudgetFilterTagValueCommand, "metaPath", '/ListBudgetFilterTagValue/2022-01-01/billing/post/application_json/');
303
+ class ListBudgetFilterZoneCodeCommand extends sdk_core_namespaceObject.Command {
304
+ constructor(input){
305
+ super(input);
306
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListBudgetFilterZoneCodeCommand.metaPath);
307
+ }
308
+ }
309
+ _define_property(ListBudgetFilterZoneCodeCommand, "metaPath", '/ListBudgetFilterZoneCode/2022-01-01/billing/post/application_json/');
310
+ class ListCouponUsageRecordsCommand extends sdk_core_namespaceObject.Command {
311
+ constructor(input){
312
+ super(input);
313
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListCouponUsageRecordsCommand.metaPath);
314
+ }
315
+ }
316
+ _define_property(ListCouponUsageRecordsCommand, "metaPath", '/ListCouponUsageRecords/2022-01-01/billing/post/application_json/');
317
+ class ListCouponsCommand extends sdk_core_namespaceObject.Command {
318
+ constructor(input){
319
+ super(input);
320
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListCouponsCommand.metaPath);
321
+ }
322
+ }
323
+ _define_property(ListCouponsCommand, "metaPath", '/ListCoupons/2022-01-01/billing/post/application_json/');
324
+ class ListFinancialRelationCommand extends sdk_core_namespaceObject.Command {
325
+ constructor(input){
326
+ super(input);
327
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListFinancialRelationCommand.metaPath);
328
+ }
329
+ }
330
+ _define_property(ListFinancialRelationCommand, "metaPath", '/ListFinancialRelation/2022-01-01/billing/post/application_json/');
331
+ class ListInvitationCommand extends sdk_core_namespaceObject.Command {
332
+ constructor(input){
333
+ super(input);
334
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListInvitationCommand.metaPath);
335
+ }
336
+ }
337
+ _define_property(ListInvitationCommand, "metaPath", '/ListInvitation/2022-01-01/billing/post/application_json/');
338
+ class ListOrderProductDetailsCommand extends sdk_core_namespaceObject.Command {
339
+ constructor(input){
340
+ super(input);
341
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListOrderProductDetailsCommand.metaPath);
342
+ }
343
+ }
344
+ _define_property(ListOrderProductDetailsCommand, "metaPath", '/ListOrderProductDetails/2022-01-01/billing/post/application_json/');
345
+ class ListOrdersCommand extends sdk_core_namespaceObject.Command {
346
+ constructor(input){
347
+ super(input);
348
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListOrdersCommand.metaPath);
349
+ }
350
+ }
351
+ _define_property(ListOrdersCommand, "metaPath", '/ListOrders/2022-01-01/billing/post/application_json/');
352
+ class ListPackageUsageDetailsCommand extends sdk_core_namespaceObject.Command {
353
+ constructor(input){
354
+ super(input);
355
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListPackageUsageDetailsCommand.metaPath);
356
+ }
357
+ }
358
+ _define_property(ListPackageUsageDetailsCommand, "metaPath", '/ListPackageUsageDetails/2022-01-01/billing/post/application_json/');
359
+ class ListRecipientInformationCommand extends sdk_core_namespaceObject.Command {
360
+ constructor(input){
361
+ super(input);
362
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListRecipientInformationCommand.metaPath);
363
+ }
364
+ }
365
+ _define_property(ListRecipientInformationCommand, "metaPath", '/ListRecipientInformation/2022-01-01/billing/post/application_json/');
366
+ class ListResourcePackagesCommand extends sdk_core_namespaceObject.Command {
367
+ constructor(input){
368
+ super(input);
369
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListResourcePackagesCommand.metaPath);
370
+ }
371
+ }
372
+ _define_property(ListResourcePackagesCommand, "metaPath", '/ListResourcePackages/2022-01-01/billing/post/application_json/');
373
+ class ListSplitBillDetailCommand extends sdk_core_namespaceObject.Command {
374
+ constructor(input){
375
+ super(input);
376
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(ListSplitBillDetailCommand.metaPath);
377
+ }
378
+ }
379
+ _define_property(ListSplitBillDetailCommand, "metaPath", '/ListSplitBillDetail/2022-01-01/billing/post/application_json/');
380
+ class PayOrderCommand extends sdk_core_namespaceObject.Command {
381
+ constructor(input){
382
+ super(input);
383
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(PayOrderCommand.metaPath);
384
+ }
385
+ }
386
+ _define_property(PayOrderCommand, "metaPath", '/PayOrder/2022-01-01/billing/post/application_json/');
387
+ class QueryBalanceAcctCommand extends sdk_core_namespaceObject.Command {
388
+ constructor(input){
389
+ super(input);
390
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(QueryBalanceAcctCommand.metaPath);
391
+ }
392
+ }
393
+ _define_property(QueryBalanceAcctCommand, "metaPath", '/QueryBalanceAcct/2022-01-01/billing/post/application_json/');
394
+ class QueryBudgetDetailCommand extends sdk_core_namespaceObject.Command {
395
+ constructor(input){
396
+ super(input);
397
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(QueryBudgetDetailCommand.metaPath);
398
+ }
399
+ }
400
+ _define_property(QueryBudgetDetailCommand, "metaPath", '/QueryBudgetDetail/2022-01-01/billing/post/application_json/');
401
+ class QueryPriceForPayAsYouGoCommand extends sdk_core_namespaceObject.Command {
402
+ constructor(input){
403
+ super(input);
404
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(QueryPriceForPayAsYouGoCommand.metaPath);
405
+ }
406
+ }
407
+ _define_property(QueryPriceForPayAsYouGoCommand, "metaPath", '/QueryPriceForPayAsYouGo/2022-01-01/billing/post/application_json/');
408
+ class QueryPriceForRenewCommand extends sdk_core_namespaceObject.Command {
409
+ constructor(input){
410
+ super(input);
411
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(QueryPriceForRenewCommand.metaPath);
412
+ }
413
+ }
414
+ _define_property(QueryPriceForRenewCommand, "metaPath", '/QueryPriceForRenew/2022-01-01/billing/post/application_json/');
415
+ class QueryPriceForSubscriptionCommand extends sdk_core_namespaceObject.Command {
416
+ constructor(input){
417
+ super(input);
418
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(QueryPriceForSubscriptionCommand.metaPath);
419
+ }
420
+ }
421
+ _define_property(QueryPriceForSubscriptionCommand, "metaPath", "/QueryPriceForSubscription/2022-01-01/billing/post/application_json/");
422
+ class RenewInstanceCommand extends sdk_core_namespaceObject.Command {
423
+ constructor(input){
424
+ super(input);
425
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(RenewInstanceCommand.metaPath);
426
+ }
427
+ }
428
+ _define_property(RenewInstanceCommand, "metaPath", '/RenewInstance/2022-01-01/billing/post/application_json/');
429
+ class SetRenewalTypeCommand extends sdk_core_namespaceObject.Command {
430
+ constructor(input){
431
+ super(input);
432
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(SetRenewalTypeCommand.metaPath);
433
+ }
434
+ }
435
+ _define_property(SetRenewalTypeCommand, "metaPath", '/SetRenewalType/2022-01-01/billing/post/application_json/');
436
+ class UnsubscribeInstanceCommand extends sdk_core_namespaceObject.Command {
437
+ constructor(input){
438
+ super(input);
439
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UnsubscribeInstanceCommand.metaPath);
440
+ }
441
+ }
442
+ _define_property(UnsubscribeInstanceCommand, "metaPath", '/UnsubscribeInstance/2022-01-01/billing/post/application_json/');
443
+ class UpdateAuthCommand extends sdk_core_namespaceObject.Command {
444
+ constructor(input){
445
+ super(input);
446
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateAuthCommand.metaPath);
447
+ }
448
+ }
449
+ _define_property(UpdateAuthCommand, "metaPath", '/UpdateAuth/2022-01-01/billing/post/application_json/');
450
+ class UpdateBudgetCommand extends sdk_core_namespaceObject.Command {
451
+ constructor(input){
452
+ super(input);
453
+ this.requestConfig = (0, sdk_core_namespaceObject.buildRequestConfigFromMetaPath)(UpdateBudgetCommand.metaPath);
454
+ }
455
+ }
456
+ _define_property(UpdateBudgetCommand, "metaPath", '/UpdateBudget/2022-01-01/billing/post/application_json/');
457
+ exports.BILLINGClient = __webpack_exports__.BILLINGClient;
458
+ exports.CancelInvitationCommand = __webpack_exports__.CancelInvitationCommand;
459
+ exports.CancelOrderCommand = __webpack_exports__.CancelOrderCommand;
460
+ exports.CleanUpFinancialRelationCommand = __webpack_exports__.CleanUpFinancialRelationCommand;
461
+ exports.CommonBuyCommand = __webpack_exports__.CommonBuyCommand;
462
+ exports.CreateBudgetCommand = __webpack_exports__.CreateBudgetCommand;
463
+ exports.CreateFinancialRelationCommand = __webpack_exports__.CreateFinancialRelationCommand;
464
+ exports.DeleteBudgetCommand = __webpack_exports__.DeleteBudgetCommand;
465
+ exports.DeleteFinancialRelationCommand = __webpack_exports__.DeleteFinancialRelationCommand;
466
+ exports.GetOrderCommand = __webpack_exports__.GetOrderCommand;
467
+ exports.HandleInvitationCommand = __webpack_exports__.HandleInvitationCommand;
468
+ exports.ListAmortizedCostBillDailyCommand = __webpack_exports__.ListAmortizedCostBillDailyCommand;
469
+ exports.ListAmortizedCostBillDetailCommand = __webpack_exports__.ListAmortizedCostBillDetailCommand;
470
+ exports.ListAmortizedCostBillMonthlyCommand = __webpack_exports__.ListAmortizedCostBillMonthlyCommand;
471
+ exports.ListAvailableInstancesCommand = __webpack_exports__.ListAvailableInstancesCommand;
472
+ exports.ListBillCommand = __webpack_exports__.ListBillCommand;
473
+ exports.ListBillDetailCommand = __webpack_exports__.ListBillDetailCommand;
474
+ exports.ListBillOverviewByCategoryCommand = __webpack_exports__.ListBillOverviewByCategoryCommand;
475
+ exports.ListBillOverviewByProdCommand = __webpack_exports__.ListBillOverviewByProdCommand;
476
+ exports.ListBudgetAmountByBudgetIDCommand = __webpack_exports__.ListBudgetAmountByBudgetIDCommand;
477
+ exports.ListBudgetCommand = __webpack_exports__.ListBudgetCommand;
478
+ exports.ListBudgetFilterBillingModeCommand = __webpack_exports__.ListBudgetFilterBillingModeCommand;
479
+ exports.ListBudgetFilterOwnerIDCommand = __webpack_exports__.ListBudgetFilterOwnerIDCommand;
480
+ exports.ListBudgetFilterPayerIDCommand = __webpack_exports__.ListBudgetFilterPayerIDCommand;
481
+ exports.ListBudgetFilterProductCommand = __webpack_exports__.ListBudgetFilterProductCommand;
482
+ exports.ListBudgetFilterProjectCommand = __webpack_exports__.ListBudgetFilterProjectCommand;
483
+ exports.ListBudgetFilterRegionCodeCommand = __webpack_exports__.ListBudgetFilterRegionCodeCommand;
484
+ exports.ListBudgetFilterSubjectInfoCommand = __webpack_exports__.ListBudgetFilterSubjectInfoCommand;
485
+ exports.ListBudgetFilterTagKeyCommand = __webpack_exports__.ListBudgetFilterTagKeyCommand;
486
+ exports.ListBudgetFilterTagValueCommand = __webpack_exports__.ListBudgetFilterTagValueCommand;
487
+ exports.ListBudgetFilterZoneCodeCommand = __webpack_exports__.ListBudgetFilterZoneCodeCommand;
488
+ exports.ListCouponUsageRecordsCommand = __webpack_exports__.ListCouponUsageRecordsCommand;
489
+ exports.ListCouponsCommand = __webpack_exports__.ListCouponsCommand;
490
+ exports.ListFinancialRelationCommand = __webpack_exports__.ListFinancialRelationCommand;
491
+ exports.ListInvitationCommand = __webpack_exports__.ListInvitationCommand;
492
+ exports.ListOrderProductDetailsCommand = __webpack_exports__.ListOrderProductDetailsCommand;
493
+ exports.ListOrdersCommand = __webpack_exports__.ListOrdersCommand;
494
+ exports.ListPackageUsageDetailsCommand = __webpack_exports__.ListPackageUsageDetailsCommand;
495
+ exports.ListRecipientInformationCommand = __webpack_exports__.ListRecipientInformationCommand;
496
+ exports.ListResourcePackagesCommand = __webpack_exports__.ListResourcePackagesCommand;
497
+ exports.ListSplitBillDetailCommand = __webpack_exports__.ListSplitBillDetailCommand;
498
+ exports.PayOrderCommand = __webpack_exports__.PayOrderCommand;
499
+ exports.QueryBalanceAcctCommand = __webpack_exports__.QueryBalanceAcctCommand;
500
+ exports.QueryBudgetDetailCommand = __webpack_exports__.QueryBudgetDetailCommand;
501
+ exports.QueryPriceForPayAsYouGoCommand = __webpack_exports__.QueryPriceForPayAsYouGoCommand;
502
+ exports.QueryPriceForRenewCommand = __webpack_exports__.QueryPriceForRenewCommand;
503
+ exports.QueryPriceForSubscriptionCommand = __webpack_exports__.QueryPriceForSubscriptionCommand;
504
+ exports.RenewInstanceCommand = __webpack_exports__.RenewInstanceCommand;
505
+ exports.SetRenewalTypeCommand = __webpack_exports__.SetRenewalTypeCommand;
506
+ exports.UnsubscribeInstanceCommand = __webpack_exports__.UnsubscribeInstanceCommand;
507
+ exports.UpdateAuthCommand = __webpack_exports__.UpdateAuthCommand;
508
+ exports.UpdateBudgetCommand = __webpack_exports__.UpdateBudgetCommand;
509
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
510
+ "BILLINGClient",
511
+ "CancelInvitationCommand",
512
+ "CancelOrderCommand",
513
+ "CleanUpFinancialRelationCommand",
514
+ "CommonBuyCommand",
515
+ "CreateBudgetCommand",
516
+ "CreateFinancialRelationCommand",
517
+ "DeleteBudgetCommand",
518
+ "DeleteFinancialRelationCommand",
519
+ "GetOrderCommand",
520
+ "HandleInvitationCommand",
521
+ "ListAmortizedCostBillDailyCommand",
522
+ "ListAmortizedCostBillDetailCommand",
523
+ "ListAmortizedCostBillMonthlyCommand",
524
+ "ListAvailableInstancesCommand",
525
+ "ListBillCommand",
526
+ "ListBillDetailCommand",
527
+ "ListBillOverviewByCategoryCommand",
528
+ "ListBillOverviewByProdCommand",
529
+ "ListBudgetAmountByBudgetIDCommand",
530
+ "ListBudgetCommand",
531
+ "ListBudgetFilterBillingModeCommand",
532
+ "ListBudgetFilterOwnerIDCommand",
533
+ "ListBudgetFilterPayerIDCommand",
534
+ "ListBudgetFilterProductCommand",
535
+ "ListBudgetFilterProjectCommand",
536
+ "ListBudgetFilterRegionCodeCommand",
537
+ "ListBudgetFilterSubjectInfoCommand",
538
+ "ListBudgetFilterTagKeyCommand",
539
+ "ListBudgetFilterTagValueCommand",
540
+ "ListBudgetFilterZoneCodeCommand",
541
+ "ListCouponUsageRecordsCommand",
542
+ "ListCouponsCommand",
543
+ "ListFinancialRelationCommand",
544
+ "ListInvitationCommand",
545
+ "ListOrderProductDetailsCommand",
546
+ "ListOrdersCommand",
547
+ "ListPackageUsageDetailsCommand",
548
+ "ListRecipientInformationCommand",
549
+ "ListResourcePackagesCommand",
550
+ "ListSplitBillDetailCommand",
551
+ "PayOrderCommand",
552
+ "QueryBalanceAcctCommand",
553
+ "QueryBudgetDetailCommand",
554
+ "QueryPriceForPayAsYouGoCommand",
555
+ "QueryPriceForRenewCommand",
556
+ "QueryPriceForSubscriptionCommand",
557
+ "RenewInstanceCommand",
558
+ "SetRenewalTypeCommand",
559
+ "UnsubscribeInstanceCommand",
560
+ "UpdateAuthCommand",
561
+ "UpdateBudgetCommand"
562
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
563
+ Object.defineProperty(exports, '__esModule', {
564
+ value: true
565
+ });