@metronome/mcp 2.2.0 → 3.0.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 (1112) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +16 -1323
  3. package/code-tool-types.d.mts +7 -9
  4. package/code-tool-types.d.mts.map +1 -1
  5. package/code-tool-types.d.ts +7 -9
  6. package/code-tool-types.d.ts.map +1 -1
  7. package/code-tool.d.mts +2 -44
  8. package/code-tool.d.mts.map +1 -1
  9. package/code-tool.d.ts +2 -44
  10. package/code-tool.d.ts.map +1 -1
  11. package/code-tool.js +59 -7
  12. package/code-tool.js.map +1 -1
  13. package/code-tool.mjs +60 -8
  14. package/code-tool.mjs.map +1 -1
  15. package/docs-search-tool.d.mts +4 -3
  16. package/docs-search-tool.d.mts.map +1 -1
  17. package/docs-search-tool.d.ts +4 -3
  18. package/docs-search-tool.d.ts.map +1 -1
  19. package/docs-search-tool.js +1 -1
  20. package/docs-search-tool.js.map +1 -1
  21. package/docs-search-tool.mjs +1 -1
  22. package/http.d.mts.map +1 -1
  23. package/http.d.ts.map +1 -1
  24. package/http.js +2 -22
  25. package/http.js.map +1 -1
  26. package/http.mjs +2 -22
  27. package/http.mjs.map +1 -1
  28. package/index.js +4 -40
  29. package/index.js.map +1 -1
  30. package/index.mjs +4 -40
  31. package/index.mjs.map +1 -1
  32. package/options.d.mts +0 -9
  33. package/options.d.mts.map +1 -1
  34. package/options.d.ts +0 -9
  35. package/options.d.ts.map +1 -1
  36. package/options.js +6 -361
  37. package/options.js.map +1 -1
  38. package/options.mjs +6 -361
  39. package/options.mjs.map +1 -1
  40. package/package.json +11 -51
  41. package/server.d.mts +3 -8
  42. package/server.d.mts.map +1 -1
  43. package/server.d.ts +3 -8
  44. package/server.d.ts.map +1 -1
  45. package/server.js +12 -65
  46. package/server.js.map +1 -1
  47. package/server.mjs +11 -62
  48. package/server.mjs.map +1 -1
  49. package/src/code-tool-types.ts +7 -9
  50. package/src/code-tool.ts +64 -11
  51. package/src/docs-search-tool.ts +1 -1
  52. package/src/http.ts +3 -24
  53. package/src/index.ts +5 -52
  54. package/src/options.ts +7 -388
  55. package/src/server.ts +12 -72
  56. package/src/stdio.ts +2 -3
  57. package/src/{tools/types.ts → types.ts} +1 -1
  58. package/stdio.d.mts +1 -2
  59. package/stdio.d.mts.map +1 -1
  60. package/stdio.d.ts +1 -2
  61. package/stdio.d.ts.map +1 -1
  62. package/stdio.js +2 -2
  63. package/stdio.js.map +1 -1
  64. package/stdio.mjs +2 -2
  65. package/stdio.mjs.map +1 -1
  66. package/{tools/types.d.mts → types.d.mts} +1 -1
  67. package/types.d.mts.map +1 -0
  68. package/{tools/types.d.ts → types.d.ts} +1 -1
  69. package/types.d.ts.map +1 -0
  70. package/types.js.map +1 -0
  71. package/types.mjs.map +1 -0
  72. package/compat.d.mts +0 -58
  73. package/compat.d.mts.map +0 -1
  74. package/compat.d.ts +0 -58
  75. package/compat.d.ts.map +0 -1
  76. package/compat.js +0 -387
  77. package/compat.js.map +0 -1
  78. package/compat.mjs +0 -378
  79. package/compat.mjs.map +0 -1
  80. package/dynamic-tools.d.mts +0 -12
  81. package/dynamic-tools.d.mts.map +0 -1
  82. package/dynamic-tools.d.ts +0 -12
  83. package/dynamic-tools.d.ts.map +0 -1
  84. package/dynamic-tools.js +0 -135
  85. package/dynamic-tools.js.map +0 -1
  86. package/dynamic-tools.mjs +0 -132
  87. package/dynamic-tools.mjs.map +0 -1
  88. package/filtering.d.mts +0 -3
  89. package/filtering.d.mts.map +0 -1
  90. package/filtering.d.ts +0 -3
  91. package/filtering.d.ts.map +0 -1
  92. package/filtering.js +0 -24
  93. package/filtering.js.map +0 -1
  94. package/filtering.mjs +0 -16
  95. package/filtering.mjs.map +0 -1
  96. package/src/compat.ts +0 -483
  97. package/src/dynamic-tools.ts +0 -159
  98. package/src/filtering.ts +0 -18
  99. package/src/tools/index.ts +0 -289
  100. package/src/tools/v1/alerts/archive-v1-alerts.ts +0 -57
  101. package/src/tools/v1/alerts/create-v1-alerts.ts +0 -179
  102. package/src/tools/v1/audit-logs/list-v1-audit-logs.ts +0 -86
  103. package/src/tools/v1/billable-metrics/archive-v1-billable-metrics.ts +0 -52
  104. package/src/tools/v1/billable-metrics/create-v1-billable-metrics.ts +0 -150
  105. package/src/tools/v1/billable-metrics/list-v1-billable-metrics.ts +0 -64
  106. package/src/tools/v1/billable-metrics/retrieve-v1-billable-metrics.ts +0 -54
  107. package/src/tools/v1/contracts/add-manual-balance-entry-v1-contracts.ts +0 -72
  108. package/src/tools/v1/contracts/amend-v1-contracts.ts +0 -1030
  109. package/src/tools/v1/contracts/archive-v1-contracts.ts +0 -61
  110. package/src/tools/v1/contracts/create-historical-invoices-v1-contracts.ts +0 -148
  111. package/src/tools/v1/contracts/create-v1-contracts.ts +0 -1780
  112. package/src/tools/v1/contracts/list-balances-v1-contracts.ts +0 -93
  113. package/src/tools/v1/contracts/list-v1-contracts.ts +0 -71
  114. package/src/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.ts +0 -65
  115. package/src/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.ts +0 -58
  116. package/src/tools/v1/contracts/products/archive-contracts-v1-products.ts +0 -55
  117. package/src/tools/v1/contracts/products/create-contracts-v1-products.ts +0 -164
  118. package/src/tools/v1/contracts/products/list-contracts-v1-products.ts +0 -63
  119. package/src/tools/v1/contracts/products/retrieve-contracts-v1-products.ts +0 -54
  120. package/src/tools/v1/contracts/products/update-contracts-v1-products.ts +0 -171
  121. package/src/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.ts +0 -54
  122. package/src/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.ts +0 -106
  123. package/src/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.ts +0 -62
  124. package/src/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.ts +0 -69
  125. package/src/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.ts +0 -62
  126. package/src/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.ts +0 -61
  127. package/src/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.ts +0 -72
  128. package/src/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.ts +0 -173
  129. package/src/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.ts +0 -164
  130. package/src/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.ts +0 -107
  131. package/src/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.ts +0 -54
  132. package/src/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.ts +0 -106
  133. package/src/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.ts +0 -84
  134. package/src/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.ts +0 -113
  135. package/src/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.ts +0 -60
  136. package/src/tools/v1/contracts/retrieve-v1-contracts.ts +0 -58
  137. package/src/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.ts +0 -109
  138. package/src/tools/v1/contracts/set-usage-filter-v1-contracts.ts +0 -55
  139. package/src/tools/v1/contracts/update-end-date-v1-contracts.ts +0 -68
  140. package/src/tools/v1/credit-grants/create-v1-credit-grants.ts +0 -188
  141. package/src/tools/v1/credit-grants/edit-v1-credit-grants.ts +0 -66
  142. package/src/tools/v1/credit-grants/list-entries-v1-credit-grants.ts +0 -86
  143. package/src/tools/v1/credit-grants/list-v1-credit-grants.ts +0 -92
  144. package/src/tools/v1/credit-grants/void-v1-credit-grants.ts +0 -60
  145. package/src/tools/v1/custom-fields/add-key-v1-custom-fields.ts +0 -65
  146. package/src/tools/v1/custom-fields/delete-values-v1-custom-fields.ts +0 -68
  147. package/src/tools/v1/custom-fields/list-keys-v1-custom-fields.ts +0 -81
  148. package/src/tools/v1/custom-fields/remove-key-v1-custom-fields.ts +0 -62
  149. package/src/tools/v1/custom-fields/set-values-v1-custom-fields.ts +0 -67
  150. package/src/tools/v1/customers/alerts/list-customers-v1-alerts.ts +0 -67
  151. package/src/tools/v1/customers/alerts/reset-customers-v1-alerts.ts +0 -44
  152. package/src/tools/v1/customers/alerts/retrieve-customers-v1-alerts.ts +0 -91
  153. package/src/tools/v1/customers/archive-v1-customers.ts +0 -52
  154. package/src/tools/v1/customers/billing-config/create-customers-v1-billing-config.ts +0 -108
  155. package/src/tools/v1/customers/billing-config/delete-customers-v1-billing-config.ts +0 -55
  156. package/src/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.ts +0 -70
  157. package/src/tools/v1/customers/commits/create-customers-v1-commits.ts +0 -274
  158. package/src/tools/v1/customers/commits/list-customers-v1-commits.ts +0 -90
  159. package/src/tools/v1/customers/commits/update-end-date-customers-v1-commits.ts +0 -71
  160. package/src/tools/v1/customers/create-v1-customers.ts +0 -215
  161. package/src/tools/v1/customers/credits/create-customers-v1-credits.ts +0 -182
  162. package/src/tools/v1/customers/credits/list-customers-v1-credits.ts +0 -90
  163. package/src/tools/v1/customers/credits/update-end-date-customers-v1-credits.ts +0 -65
  164. package/src/tools/v1/customers/invoices/add-charge-customers-v1-invoices.ts +0 -87
  165. package/src/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.ts +0 -91
  166. package/src/tools/v1/customers/invoices/list-customers-v1-invoices.ts +0 -85
  167. package/src/tools/v1/customers/invoices/retrieve-customers-v1-invoices.ts +0 -54
  168. package/src/tools/v1/customers/invoices/retrieve-pdf-customers-v1-invoices.ts +0 -43
  169. package/src/tools/v1/customers/list-billable-metrics-v1-customers.ts +0 -72
  170. package/src/tools/v1/customers/list-costs-v1-customers.ts +0 -73
  171. package/src/tools/v1/customers/list-v1-customers.ts +0 -83
  172. package/src/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.ts +0 -65
  173. package/src/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.ts +0 -58
  174. package/src/tools/v1/customers/plans/add-customers-v1-plans.ts +0 -155
  175. package/src/tools/v1/customers/plans/end-customers-v1-plans.ts +0 -71
  176. package/src/tools/v1/customers/plans/list-customers-v1-plans.ts +0 -63
  177. package/src/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.ts +0 -66
  178. package/src/tools/v1/customers/preview-events-v1-customers.ts +0 -82
  179. package/src/tools/v1/customers/retrieve-billing-configurations-v1-customers.ts +0 -57
  180. package/src/tools/v1/customers/retrieve-v1-customers.ts +0 -54
  181. package/src/tools/v1/customers/set-billing-configurations-v1-customers.ts +0 -101
  182. package/src/tools/v1/customers/set-ingest-aliases-v1-customers.ts +0 -45
  183. package/src/tools/v1/customers/set-name-v1-customers.ts +0 -57
  184. package/src/tools/v1/customers/update-config-v1-customers.ts +0 -48
  185. package/src/tools/v1/dashboards/get-embeddable-url-v1-dashboards.ts +0 -141
  186. package/src/tools/v1/invoices/regenerate-v1-invoices.ts +0 -53
  187. package/src/tools/v1/invoices/void-v1-invoices.ts +0 -53
  188. package/src/tools/v1/payments/attempt-v1-payments.ts +0 -55
  189. package/src/tools/v1/payments/cancel-v1-payments.ts +0 -55
  190. package/src/tools/v1/payments/list-v1-payments.ts +0 -76
  191. package/src/tools/v1/plans/get-details-v1-plans.ts +0 -54
  192. package/src/tools/v1/plans/list-charges-v1-plans.ts +0 -63
  193. package/src/tools/v1/plans/list-customers-v1-plans.ts +0 -69
  194. package/src/tools/v1/plans/list-v1-plans.ts +0 -60
  195. package/src/tools/v1/pricing-units/list-v1-pricing-units.ts +0 -60
  196. package/src/tools/v1/services/list-v1-services.ts +0 -51
  197. package/src/tools/v1/settings/billing-providers/create-settings-v1-billing-providers.ts +0 -67
  198. package/src/tools/v1/settings/billing-providers/list-settings-v1-billing-providers.ts +0 -55
  199. package/src/tools/v1/settings/upsert-avalara-credentials-v1-settings.ts +0 -77
  200. package/src/tools/v1/usage/ingest-v1-usage.ts +0 -62
  201. package/src/tools/v1/usage/list-v1-usage.ts +0 -108
  202. package/src/tools/v1/usage/list-with-groups-v1-usage.ts +0 -101
  203. package/src/tools/v1/usage/search-v1-usage.ts +0 -56
  204. package/src/tools/v2/contracts/edit-commit-v2-contracts.ts +0 -306
  205. package/src/tools/v2/contracts/edit-credit-v2-contracts.ts +0 -238
  206. package/src/tools/v2/contracts/edit-v2-contracts.ts +0 -2336
  207. package/src/tools/v2/contracts/get-edit-history-v2-contracts.ts +0 -48
  208. package/src/tools/v2/contracts/list-v2-contracts.ts +0 -71
  209. package/src/tools/v2/contracts/retrieve-v2-contracts.ts +0 -64
  210. package/src/tools.ts +0 -1
  211. package/tools/index.d.mts +0 -10
  212. package/tools/index.d.mts.map +0 -1
  213. package/tools/index.d.ts +0 -10
  214. package/tools/index.d.ts.map +0 -1
  215. package/tools/index.js +0 -273
  216. package/tools/index.js.map +0 -1
  217. package/tools/index.mjs +0 -266
  218. package/tools/index.mjs.map +0 -1
  219. package/tools/types.d.mts.map +0 -1
  220. package/tools/types.d.ts.map +0 -1
  221. package/tools/types.js.map +0 -1
  222. package/tools/types.mjs.map +0 -1
  223. package/tools/v1/alerts/archive-v1-alerts.d.mts +0 -51
  224. package/tools/v1/alerts/archive-v1-alerts.d.mts.map +0 -1
  225. package/tools/v1/alerts/archive-v1-alerts.d.ts +0 -51
  226. package/tools/v1/alerts/archive-v1-alerts.d.ts.map +0 -1
  227. package/tools/v1/alerts/archive-v1-alerts.js +0 -57
  228. package/tools/v1/alerts/archive-v1-alerts.js.map +0 -1
  229. package/tools/v1/alerts/archive-v1-alerts.mjs +0 -50
  230. package/tools/v1/alerts/archive-v1-alerts.mjs.map +0 -1
  231. package/tools/v1/alerts/create-v1-alerts.d.mts +0 -51
  232. package/tools/v1/alerts/create-v1-alerts.d.mts.map +0 -1
  233. package/tools/v1/alerts/create-v1-alerts.d.ts +0 -51
  234. package/tools/v1/alerts/create-v1-alerts.d.ts.map +0 -1
  235. package/tools/v1/alerts/create-v1-alerts.js +0 -167
  236. package/tools/v1/alerts/create-v1-alerts.js.map +0 -1
  237. package/tools/v1/alerts/create-v1-alerts.mjs +0 -160
  238. package/tools/v1/alerts/create-v1-alerts.mjs.map +0 -1
  239. package/tools/v1/audit-logs/list-v1-audit-logs.d.mts +0 -51
  240. package/tools/v1/audit-logs/list-v1-audit-logs.d.mts.map +0 -1
  241. package/tools/v1/audit-logs/list-v1-audit-logs.d.ts +0 -51
  242. package/tools/v1/audit-logs/list-v1-audit-logs.d.ts.map +0 -1
  243. package/tools/v1/audit-logs/list-v1-audit-logs.js +0 -83
  244. package/tools/v1/audit-logs/list-v1-audit-logs.js.map +0 -1
  245. package/tools/v1/audit-logs/list-v1-audit-logs.mjs +0 -76
  246. package/tools/v1/audit-logs/list-v1-audit-logs.mjs.map +0 -1
  247. package/tools/v1/billable-metrics/archive-v1-billable-metrics.d.mts +0 -51
  248. package/tools/v1/billable-metrics/archive-v1-billable-metrics.d.mts.map +0 -1
  249. package/tools/v1/billable-metrics/archive-v1-billable-metrics.d.ts +0 -51
  250. package/tools/v1/billable-metrics/archive-v1-billable-metrics.d.ts.map +0 -1
  251. package/tools/v1/billable-metrics/archive-v1-billable-metrics.js +0 -52
  252. package/tools/v1/billable-metrics/archive-v1-billable-metrics.js.map +0 -1
  253. package/tools/v1/billable-metrics/archive-v1-billable-metrics.mjs +0 -45
  254. package/tools/v1/billable-metrics/archive-v1-billable-metrics.mjs.map +0 -1
  255. package/tools/v1/billable-metrics/create-v1-billable-metrics.d.mts +0 -51
  256. package/tools/v1/billable-metrics/create-v1-billable-metrics.d.mts.map +0 -1
  257. package/tools/v1/billable-metrics/create-v1-billable-metrics.d.ts +0 -51
  258. package/tools/v1/billable-metrics/create-v1-billable-metrics.d.ts.map +0 -1
  259. package/tools/v1/billable-metrics/create-v1-billable-metrics.js +0 -141
  260. package/tools/v1/billable-metrics/create-v1-billable-metrics.js.map +0 -1
  261. package/tools/v1/billable-metrics/create-v1-billable-metrics.mjs +0 -134
  262. package/tools/v1/billable-metrics/create-v1-billable-metrics.mjs.map +0 -1
  263. package/tools/v1/billable-metrics/list-v1-billable-metrics.d.mts +0 -51
  264. package/tools/v1/billable-metrics/list-v1-billable-metrics.d.mts.map +0 -1
  265. package/tools/v1/billable-metrics/list-v1-billable-metrics.d.ts +0 -51
  266. package/tools/v1/billable-metrics/list-v1-billable-metrics.d.ts.map +0 -1
  267. package/tools/v1/billable-metrics/list-v1-billable-metrics.js +0 -64
  268. package/tools/v1/billable-metrics/list-v1-billable-metrics.js.map +0 -1
  269. package/tools/v1/billable-metrics/list-v1-billable-metrics.mjs +0 -57
  270. package/tools/v1/billable-metrics/list-v1-billable-metrics.mjs.map +0 -1
  271. package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.d.mts +0 -51
  272. package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.d.mts.map +0 -1
  273. package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.d.ts +0 -51
  274. package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.d.ts.map +0 -1
  275. package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.js +0 -54
  276. package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.js.map +0 -1
  277. package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.mjs +0 -47
  278. package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.mjs.map +0 -1
  279. package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.d.mts +0 -51
  280. package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.d.mts.map +0 -1
  281. package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.d.ts +0 -51
  282. package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.d.ts.map +0 -1
  283. package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.js +0 -66
  284. package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.js.map +0 -1
  285. package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.mjs +0 -62
  286. package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.mjs.map +0 -1
  287. package/tools/v1/contracts/amend-v1-contracts.d.mts +0 -51
  288. package/tools/v1/contracts/amend-v1-contracts.d.mts.map +0 -1
  289. package/tools/v1/contracts/amend-v1-contracts.d.ts +0 -51
  290. package/tools/v1/contracts/amend-v1-contracts.d.ts.map +0 -1
  291. package/tools/v1/contracts/amend-v1-contracts.js +0 -971
  292. package/tools/v1/contracts/amend-v1-contracts.js.map +0 -1
  293. package/tools/v1/contracts/amend-v1-contracts.mjs +0 -964
  294. package/tools/v1/contracts/amend-v1-contracts.mjs.map +0 -1
  295. package/tools/v1/contracts/archive-v1-contracts.d.mts +0 -51
  296. package/tools/v1/contracts/archive-v1-contracts.d.mts.map +0 -1
  297. package/tools/v1/contracts/archive-v1-contracts.d.ts +0 -51
  298. package/tools/v1/contracts/archive-v1-contracts.d.ts.map +0 -1
  299. package/tools/v1/contracts/archive-v1-contracts.js +0 -61
  300. package/tools/v1/contracts/archive-v1-contracts.js.map +0 -1
  301. package/tools/v1/contracts/archive-v1-contracts.mjs +0 -54
  302. package/tools/v1/contracts/archive-v1-contracts.mjs.map +0 -1
  303. package/tools/v1/contracts/create-historical-invoices-v1-contracts.d.mts +0 -51
  304. package/tools/v1/contracts/create-historical-invoices-v1-contracts.d.mts.map +0 -1
  305. package/tools/v1/contracts/create-historical-invoices-v1-contracts.d.ts +0 -51
  306. package/tools/v1/contracts/create-historical-invoices-v1-contracts.d.ts.map +0 -1
  307. package/tools/v1/contracts/create-historical-invoices-v1-contracts.js +0 -149
  308. package/tools/v1/contracts/create-historical-invoices-v1-contracts.js.map +0 -1
  309. package/tools/v1/contracts/create-historical-invoices-v1-contracts.mjs +0 -142
  310. package/tools/v1/contracts/create-historical-invoices-v1-contracts.mjs.map +0 -1
  311. package/tools/v1/contracts/create-v1-contracts.d.mts +0 -51
  312. package/tools/v1/contracts/create-v1-contracts.d.mts.map +0 -1
  313. package/tools/v1/contracts/create-v1-contracts.d.ts +0 -51
  314. package/tools/v1/contracts/create-v1-contracts.d.ts.map +0 -1
  315. package/tools/v1/contracts/create-v1-contracts.js +0 -1670
  316. package/tools/v1/contracts/create-v1-contracts.js.map +0 -1
  317. package/tools/v1/contracts/create-v1-contracts.mjs +0 -1663
  318. package/tools/v1/contracts/create-v1-contracts.mjs.map +0 -1
  319. package/tools/v1/contracts/list-balances-v1-contracts.d.mts +0 -51
  320. package/tools/v1/contracts/list-balances-v1-contracts.d.mts.map +0 -1
  321. package/tools/v1/contracts/list-balances-v1-contracts.d.ts +0 -51
  322. package/tools/v1/contracts/list-balances-v1-contracts.d.ts.map +0 -1
  323. package/tools/v1/contracts/list-balances-v1-contracts.js +0 -93
  324. package/tools/v1/contracts/list-balances-v1-contracts.js.map +0 -1
  325. package/tools/v1/contracts/list-balances-v1-contracts.mjs +0 -86
  326. package/tools/v1/contracts/list-balances-v1-contracts.mjs.map +0 -1
  327. package/tools/v1/contracts/list-v1-contracts.d.mts +0 -51
  328. package/tools/v1/contracts/list-v1-contracts.d.mts.map +0 -1
  329. package/tools/v1/contracts/list-v1-contracts.d.ts +0 -51
  330. package/tools/v1/contracts/list-v1-contracts.d.ts.map +0 -1
  331. package/tools/v1/contracts/list-v1-contracts.js +0 -68
  332. package/tools/v1/contracts/list-v1-contracts.js.map +0 -1
  333. package/tools/v1/contracts/list-v1-contracts.mjs +0 -61
  334. package/tools/v1/contracts/list-v1-contracts.mjs.map +0 -1
  335. package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.d.mts +0 -51
  336. package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.d.mts.map +0 -1
  337. package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.d.ts +0 -51
  338. package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.d.ts.map +0 -1
  339. package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.js +0 -62
  340. package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.js.map +0 -1
  341. package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.mjs +0 -55
  342. package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.mjs.map +0 -1
  343. package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.d.mts +0 -51
  344. package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.d.mts.map +0 -1
  345. package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.d.ts +0 -51
  346. package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.d.ts.map +0 -1
  347. package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.js +0 -53
  348. package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.js.map +0 -1
  349. package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.mjs +0 -49
  350. package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.mjs.map +0 -1
  351. package/tools/v1/contracts/products/archive-contracts-v1-products.d.mts +0 -51
  352. package/tools/v1/contracts/products/archive-contracts-v1-products.d.mts.map +0 -1
  353. package/tools/v1/contracts/products/archive-contracts-v1-products.d.ts +0 -51
  354. package/tools/v1/contracts/products/archive-contracts-v1-products.d.ts.map +0 -1
  355. package/tools/v1/contracts/products/archive-contracts-v1-products.js +0 -53
  356. package/tools/v1/contracts/products/archive-contracts-v1-products.js.map +0 -1
  357. package/tools/v1/contracts/products/archive-contracts-v1-products.mjs +0 -46
  358. package/tools/v1/contracts/products/archive-contracts-v1-products.mjs.map +0 -1
  359. package/tools/v1/contracts/products/create-contracts-v1-products.d.mts +0 -51
  360. package/tools/v1/contracts/products/create-contracts-v1-products.d.mts.map +0 -1
  361. package/tools/v1/contracts/products/create-contracts-v1-products.d.ts +0 -51
  362. package/tools/v1/contracts/products/create-contracts-v1-products.d.ts.map +0 -1
  363. package/tools/v1/contracts/products/create-contracts-v1-products.js +0 -158
  364. package/tools/v1/contracts/products/create-contracts-v1-products.js.map +0 -1
  365. package/tools/v1/contracts/products/create-contracts-v1-products.mjs +0 -151
  366. package/tools/v1/contracts/products/create-contracts-v1-products.mjs.map +0 -1
  367. package/tools/v1/contracts/products/list-contracts-v1-products.d.mts +0 -51
  368. package/tools/v1/contracts/products/list-contracts-v1-products.d.mts.map +0 -1
  369. package/tools/v1/contracts/products/list-contracts-v1-products.d.ts +0 -51
  370. package/tools/v1/contracts/products/list-contracts-v1-products.d.ts.map +0 -1
  371. package/tools/v1/contracts/products/list-contracts-v1-products.js +0 -63
  372. package/tools/v1/contracts/products/list-contracts-v1-products.js.map +0 -1
  373. package/tools/v1/contracts/products/list-contracts-v1-products.mjs +0 -56
  374. package/tools/v1/contracts/products/list-contracts-v1-products.mjs.map +0 -1
  375. package/tools/v1/contracts/products/retrieve-contracts-v1-products.d.mts +0 -51
  376. package/tools/v1/contracts/products/retrieve-contracts-v1-products.d.mts.map +0 -1
  377. package/tools/v1/contracts/products/retrieve-contracts-v1-products.d.ts +0 -51
  378. package/tools/v1/contracts/products/retrieve-contracts-v1-products.d.ts.map +0 -1
  379. package/tools/v1/contracts/products/retrieve-contracts-v1-products.js +0 -52
  380. package/tools/v1/contracts/products/retrieve-contracts-v1-products.js.map +0 -1
  381. package/tools/v1/contracts/products/retrieve-contracts-v1-products.mjs +0 -45
  382. package/tools/v1/contracts/products/retrieve-contracts-v1-products.mjs.map +0 -1
  383. package/tools/v1/contracts/products/update-contracts-v1-products.d.mts +0 -51
  384. package/tools/v1/contracts/products/update-contracts-v1-products.d.mts.map +0 -1
  385. package/tools/v1/contracts/products/update-contracts-v1-products.d.ts +0 -51
  386. package/tools/v1/contracts/products/update-contracts-v1-products.d.ts.map +0 -1
  387. package/tools/v1/contracts/products/update-contracts-v1-products.js +0 -159
  388. package/tools/v1/contracts/products/update-contracts-v1-products.js.map +0 -1
  389. package/tools/v1/contracts/products/update-contracts-v1-products.mjs +0 -152
  390. package/tools/v1/contracts/products/update-contracts-v1-products.mjs.map +0 -1
  391. package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.d.mts +0 -51
  392. package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.d.mts.map +0 -1
  393. package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.d.ts +0 -51
  394. package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.d.ts.map +0 -1
  395. package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.js +0 -52
  396. package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.js.map +0 -1
  397. package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.mjs +0 -45
  398. package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.mjs.map +0 -1
  399. package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.d.mts +0 -51
  400. package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.d.mts.map +0 -1
  401. package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.d.ts +0 -51
  402. package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.d.ts.map +0 -1
  403. package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.js +0 -102
  404. package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.js.map +0 -1
  405. package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.mjs +0 -95
  406. package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.mjs.map +0 -1
  407. package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.d.mts +0 -51
  408. package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.d.mts.map +0 -1
  409. package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.d.ts +0 -51
  410. package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.d.ts.map +0 -1
  411. package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.js +0 -62
  412. package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.js.map +0 -1
  413. package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.mjs +0 -55
  414. package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.mjs.map +0 -1
  415. package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.d.mts +0 -51
  416. package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.d.mts.map +0 -1
  417. package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.d.ts +0 -51
  418. package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.d.ts.map +0 -1
  419. package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.js +0 -66
  420. package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.js.map +0 -1
  421. package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.mjs +0 -59
  422. package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.mjs.map +0 -1
  423. package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.d.mts +0 -51
  424. package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.d.mts.map +0 -1
  425. package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.d.ts +0 -51
  426. package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.d.ts.map +0 -1
  427. package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.js +0 -57
  428. package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.js.map +0 -1
  429. package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.mjs +0 -53
  430. package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.mjs.map +0 -1
  431. package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.d.mts +0 -51
  432. package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.d.mts.map +0 -1
  433. package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.d.ts +0 -51
  434. package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.d.ts.map +0 -1
  435. package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.js +0 -59
  436. package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.js.map +0 -1
  437. package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.mjs +0 -52
  438. package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.mjs.map +0 -1
  439. package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.d.mts +0 -51
  440. package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.d.mts.map +0 -1
  441. package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.d.ts +0 -51
  442. package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.d.ts.map +0 -1
  443. package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.js +0 -70
  444. package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.js.map +0 -1
  445. package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.mjs +0 -63
  446. package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.mjs.map +0 -1
  447. package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.d.mts +0 -51
  448. package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.d.mts.map +0 -1
  449. package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.d.ts +0 -51
  450. package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.d.ts.map +0 -1
  451. package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.js +0 -163
  452. package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.js.map +0 -1
  453. package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.mjs +0 -156
  454. package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.mjs.map +0 -1
  455. package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.d.mts +0 -51
  456. package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.d.mts.map +0 -1
  457. package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.d.ts +0 -51
  458. package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.d.ts.map +0 -1
  459. package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.js +0 -155
  460. package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.js.map +0 -1
  461. package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.mjs +0 -148
  462. package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.mjs.map +0 -1
  463. package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.d.mts +0 -51
  464. package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.d.mts.map +0 -1
  465. package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.d.ts +0 -51
  466. package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.d.ts.map +0 -1
  467. package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.js +0 -102
  468. package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.js.map +0 -1
  469. package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.mjs +0 -95
  470. package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.mjs.map +0 -1
  471. package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.d.mts +0 -51
  472. package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.d.mts.map +0 -1
  473. package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.d.ts +0 -51
  474. package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.d.ts.map +0 -1
  475. package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.js +0 -52
  476. package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.js.map +0 -1
  477. package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.mjs +0 -45
  478. package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.mjs.map +0 -1
  479. package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.d.mts +0 -51
  480. package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.d.mts.map +0 -1
  481. package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.d.ts +0 -51
  482. package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.d.ts.map +0 -1
  483. package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.js +0 -99
  484. package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.js.map +0 -1
  485. package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.mjs +0 -92
  486. package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.mjs.map +0 -1
  487. package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.d.mts +0 -51
  488. package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.d.mts.map +0 -1
  489. package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.d.ts +0 -51
  490. package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.d.ts.map +0 -1
  491. package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.js +0 -81
  492. package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.js.map +0 -1
  493. package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.mjs +0 -74
  494. package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.mjs.map +0 -1
  495. package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.d.mts +0 -51
  496. package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.d.mts.map +0 -1
  497. package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.d.ts +0 -51
  498. package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.d.ts.map +0 -1
  499. package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.js +0 -105
  500. package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.js.map +0 -1
  501. package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.mjs +0 -98
  502. package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.mjs.map +0 -1
  503. package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.d.mts +0 -51
  504. package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.d.mts.map +0 -1
  505. package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.d.ts +0 -51
  506. package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.d.ts.map +0 -1
  507. package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.js +0 -58
  508. package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.js.map +0 -1
  509. package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.mjs +0 -51
  510. package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.mjs.map +0 -1
  511. package/tools/v1/contracts/retrieve-v1-contracts.d.mts +0 -51
  512. package/tools/v1/contracts/retrieve-v1-contracts.d.mts.map +0 -1
  513. package/tools/v1/contracts/retrieve-v1-contracts.d.ts +0 -51
  514. package/tools/v1/contracts/retrieve-v1-contracts.d.ts.map +0 -1
  515. package/tools/v1/contracts/retrieve-v1-contracts.js +0 -57
  516. package/tools/v1/contracts/retrieve-v1-contracts.js.map +0 -1
  517. package/tools/v1/contracts/retrieve-v1-contracts.mjs +0 -50
  518. package/tools/v1/contracts/retrieve-v1-contracts.mjs.map +0 -1
  519. package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.d.mts +0 -51
  520. package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.d.mts.map +0 -1
  521. package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.d.ts +0 -51
  522. package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.d.ts.map +0 -1
  523. package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.js +0 -108
  524. package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.js.map +0 -1
  525. package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.mjs +0 -101
  526. package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.mjs.map +0 -1
  527. package/tools/v1/contracts/set-usage-filter-v1-contracts.d.mts +0 -51
  528. package/tools/v1/contracts/set-usage-filter-v1-contracts.d.mts.map +0 -1
  529. package/tools/v1/contracts/set-usage-filter-v1-contracts.d.ts +0 -51
  530. package/tools/v1/contracts/set-usage-filter-v1-contracts.d.ts.map +0 -1
  531. package/tools/v1/contracts/set-usage-filter-v1-contracts.js +0 -51
  532. package/tools/v1/contracts/set-usage-filter-v1-contracts.js.map +0 -1
  533. package/tools/v1/contracts/set-usage-filter-v1-contracts.mjs +0 -47
  534. package/tools/v1/contracts/set-usage-filter-v1-contracts.mjs.map +0 -1
  535. package/tools/v1/contracts/update-end-date-v1-contracts.d.mts +0 -51
  536. package/tools/v1/contracts/update-end-date-v1-contracts.d.mts.map +0 -1
  537. package/tools/v1/contracts/update-end-date-v1-contracts.d.ts +0 -51
  538. package/tools/v1/contracts/update-end-date-v1-contracts.d.ts.map +0 -1
  539. package/tools/v1/contracts/update-end-date-v1-contracts.js +0 -66
  540. package/tools/v1/contracts/update-end-date-v1-contracts.js.map +0 -1
  541. package/tools/v1/contracts/update-end-date-v1-contracts.mjs +0 -59
  542. package/tools/v1/contracts/update-end-date-v1-contracts.mjs.map +0 -1
  543. package/tools/v1/credit-grants/create-v1-credit-grants.d.mts +0 -51
  544. package/tools/v1/credit-grants/create-v1-credit-grants.d.mts.map +0 -1
  545. package/tools/v1/credit-grants/create-v1-credit-grants.d.ts +0 -51
  546. package/tools/v1/credit-grants/create-v1-credit-grants.d.ts.map +0 -1
  547. package/tools/v1/credit-grants/create-v1-credit-grants.js +0 -184
  548. package/tools/v1/credit-grants/create-v1-credit-grants.js.map +0 -1
  549. package/tools/v1/credit-grants/create-v1-credit-grants.mjs +0 -177
  550. package/tools/v1/credit-grants/create-v1-credit-grants.mjs.map +0 -1
  551. package/tools/v1/credit-grants/edit-v1-credit-grants.d.mts +0 -51
  552. package/tools/v1/credit-grants/edit-v1-credit-grants.d.mts.map +0 -1
  553. package/tools/v1/credit-grants/edit-v1-credit-grants.d.ts +0 -51
  554. package/tools/v1/credit-grants/edit-v1-credit-grants.d.ts.map +0 -1
  555. package/tools/v1/credit-grants/edit-v1-credit-grants.js +0 -66
  556. package/tools/v1/credit-grants/edit-v1-credit-grants.js.map +0 -1
  557. package/tools/v1/credit-grants/edit-v1-credit-grants.mjs +0 -59
  558. package/tools/v1/credit-grants/edit-v1-credit-grants.mjs.map +0 -1
  559. package/tools/v1/credit-grants/list-entries-v1-credit-grants.d.mts +0 -51
  560. package/tools/v1/credit-grants/list-entries-v1-credit-grants.d.mts.map +0 -1
  561. package/tools/v1/credit-grants/list-entries-v1-credit-grants.d.ts +0 -51
  562. package/tools/v1/credit-grants/list-entries-v1-credit-grants.d.ts.map +0 -1
  563. package/tools/v1/credit-grants/list-entries-v1-credit-grants.js +0 -83
  564. package/tools/v1/credit-grants/list-entries-v1-credit-grants.js.map +0 -1
  565. package/tools/v1/credit-grants/list-entries-v1-credit-grants.mjs +0 -76
  566. package/tools/v1/credit-grants/list-entries-v1-credit-grants.mjs.map +0 -1
  567. package/tools/v1/credit-grants/list-v1-credit-grants.d.mts +0 -51
  568. package/tools/v1/credit-grants/list-v1-credit-grants.d.mts.map +0 -1
  569. package/tools/v1/credit-grants/list-v1-credit-grants.d.ts +0 -51
  570. package/tools/v1/credit-grants/list-v1-credit-grants.d.ts.map +0 -1
  571. package/tools/v1/credit-grants/list-v1-credit-grants.js +0 -89
  572. package/tools/v1/credit-grants/list-v1-credit-grants.js.map +0 -1
  573. package/tools/v1/credit-grants/list-v1-credit-grants.mjs +0 -82
  574. package/tools/v1/credit-grants/list-v1-credit-grants.mjs.map +0 -1
  575. package/tools/v1/credit-grants/void-v1-credit-grants.d.mts +0 -51
  576. package/tools/v1/credit-grants/void-v1-credit-grants.d.mts.map +0 -1
  577. package/tools/v1/credit-grants/void-v1-credit-grants.d.ts +0 -51
  578. package/tools/v1/credit-grants/void-v1-credit-grants.d.ts.map +0 -1
  579. package/tools/v1/credit-grants/void-v1-credit-grants.js +0 -60
  580. package/tools/v1/credit-grants/void-v1-credit-grants.js.map +0 -1
  581. package/tools/v1/credit-grants/void-v1-credit-grants.mjs +0 -53
  582. package/tools/v1/credit-grants/void-v1-credit-grants.mjs.map +0 -1
  583. package/tools/v1/custom-fields/add-key-v1-custom-fields.d.mts +0 -51
  584. package/tools/v1/custom-fields/add-key-v1-custom-fields.d.mts.map +0 -1
  585. package/tools/v1/custom-fields/add-key-v1-custom-fields.d.ts +0 -51
  586. package/tools/v1/custom-fields/add-key-v1-custom-fields.d.ts.map +0 -1
  587. package/tools/v1/custom-fields/add-key-v1-custom-fields.js +0 -61
  588. package/tools/v1/custom-fields/add-key-v1-custom-fields.js.map +0 -1
  589. package/tools/v1/custom-fields/add-key-v1-custom-fields.mjs +0 -57
  590. package/tools/v1/custom-fields/add-key-v1-custom-fields.mjs.map +0 -1
  591. package/tools/v1/custom-fields/delete-values-v1-custom-fields.d.mts +0 -51
  592. package/tools/v1/custom-fields/delete-values-v1-custom-fields.d.mts.map +0 -1
  593. package/tools/v1/custom-fields/delete-values-v1-custom-fields.d.ts +0 -51
  594. package/tools/v1/custom-fields/delete-values-v1-custom-fields.d.ts.map +0 -1
  595. package/tools/v1/custom-fields/delete-values-v1-custom-fields.js +0 -64
  596. package/tools/v1/custom-fields/delete-values-v1-custom-fields.js.map +0 -1
  597. package/tools/v1/custom-fields/delete-values-v1-custom-fields.mjs +0 -60
  598. package/tools/v1/custom-fields/delete-values-v1-custom-fields.mjs.map +0 -1
  599. package/tools/v1/custom-fields/list-keys-v1-custom-fields.d.mts +0 -51
  600. package/tools/v1/custom-fields/list-keys-v1-custom-fields.d.mts.map +0 -1
  601. package/tools/v1/custom-fields/list-keys-v1-custom-fields.d.ts +0 -51
  602. package/tools/v1/custom-fields/list-keys-v1-custom-fields.d.ts.map +0 -1
  603. package/tools/v1/custom-fields/list-keys-v1-custom-fields.js +0 -81
  604. package/tools/v1/custom-fields/list-keys-v1-custom-fields.js.map +0 -1
  605. package/tools/v1/custom-fields/list-keys-v1-custom-fields.mjs +0 -74
  606. package/tools/v1/custom-fields/list-keys-v1-custom-fields.mjs.map +0 -1
  607. package/tools/v1/custom-fields/remove-key-v1-custom-fields.d.mts +0 -51
  608. package/tools/v1/custom-fields/remove-key-v1-custom-fields.d.mts.map +0 -1
  609. package/tools/v1/custom-fields/remove-key-v1-custom-fields.d.ts +0 -51
  610. package/tools/v1/custom-fields/remove-key-v1-custom-fields.d.ts.map +0 -1
  611. package/tools/v1/custom-fields/remove-key-v1-custom-fields.js +0 -58
  612. package/tools/v1/custom-fields/remove-key-v1-custom-fields.js.map +0 -1
  613. package/tools/v1/custom-fields/remove-key-v1-custom-fields.mjs +0 -54
  614. package/tools/v1/custom-fields/remove-key-v1-custom-fields.mjs.map +0 -1
  615. package/tools/v1/custom-fields/set-values-v1-custom-fields.d.mts +0 -51
  616. package/tools/v1/custom-fields/set-values-v1-custom-fields.d.mts.map +0 -1
  617. package/tools/v1/custom-fields/set-values-v1-custom-fields.d.ts +0 -51
  618. package/tools/v1/custom-fields/set-values-v1-custom-fields.d.ts.map +0 -1
  619. package/tools/v1/custom-fields/set-values-v1-custom-fields.js +0 -63
  620. package/tools/v1/custom-fields/set-values-v1-custom-fields.js.map +0 -1
  621. package/tools/v1/custom-fields/set-values-v1-custom-fields.mjs +0 -59
  622. package/tools/v1/custom-fields/set-values-v1-custom-fields.mjs.map +0 -1
  623. package/tools/v1/customers/alerts/list-customers-v1-alerts.d.mts +0 -51
  624. package/tools/v1/customers/alerts/list-customers-v1-alerts.d.mts.map +0 -1
  625. package/tools/v1/customers/alerts/list-customers-v1-alerts.d.ts +0 -51
  626. package/tools/v1/customers/alerts/list-customers-v1-alerts.d.ts.map +0 -1
  627. package/tools/v1/customers/alerts/list-customers-v1-alerts.js +0 -66
  628. package/tools/v1/customers/alerts/list-customers-v1-alerts.js.map +0 -1
  629. package/tools/v1/customers/alerts/list-customers-v1-alerts.mjs +0 -59
  630. package/tools/v1/customers/alerts/list-customers-v1-alerts.mjs.map +0 -1
  631. package/tools/v1/customers/alerts/reset-customers-v1-alerts.d.mts +0 -51
  632. package/tools/v1/customers/alerts/reset-customers-v1-alerts.d.mts.map +0 -1
  633. package/tools/v1/customers/alerts/reset-customers-v1-alerts.d.ts +0 -51
  634. package/tools/v1/customers/alerts/reset-customers-v1-alerts.d.ts.map +0 -1
  635. package/tools/v1/customers/alerts/reset-customers-v1-alerts.js +0 -40
  636. package/tools/v1/customers/alerts/reset-customers-v1-alerts.js.map +0 -1
  637. package/tools/v1/customers/alerts/reset-customers-v1-alerts.mjs +0 -36
  638. package/tools/v1/customers/alerts/reset-customers-v1-alerts.mjs.map +0 -1
  639. package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.d.mts +0 -51
  640. package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.d.mts.map +0 -1
  641. package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.d.ts +0 -51
  642. package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.d.ts.map +0 -1
  643. package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.js +0 -88
  644. package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.js.map +0 -1
  645. package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.mjs +0 -81
  646. package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.mjs.map +0 -1
  647. package/tools/v1/customers/archive-v1-customers.d.mts +0 -51
  648. package/tools/v1/customers/archive-v1-customers.d.mts.map +0 -1
  649. package/tools/v1/customers/archive-v1-customers.d.ts +0 -51
  650. package/tools/v1/customers/archive-v1-customers.d.ts.map +0 -1
  651. package/tools/v1/customers/archive-v1-customers.js +0 -52
  652. package/tools/v1/customers/archive-v1-customers.js.map +0 -1
  653. package/tools/v1/customers/archive-v1-customers.mjs +0 -45
  654. package/tools/v1/customers/archive-v1-customers.mjs.map +0 -1
  655. package/tools/v1/customers/billing-config/create-customers-v1-billing-config.d.mts +0 -51
  656. package/tools/v1/customers/billing-config/create-customers-v1-billing-config.d.mts.map +0 -1
  657. package/tools/v1/customers/billing-config/create-customers-v1-billing-config.d.ts +0 -51
  658. package/tools/v1/customers/billing-config/create-customers-v1-billing-config.d.ts.map +0 -1
  659. package/tools/v1/customers/billing-config/create-customers-v1-billing-config.js +0 -102
  660. package/tools/v1/customers/billing-config/create-customers-v1-billing-config.js.map +0 -1
  661. package/tools/v1/customers/billing-config/create-customers-v1-billing-config.mjs +0 -98
  662. package/tools/v1/customers/billing-config/create-customers-v1-billing-config.mjs.map +0 -1
  663. package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.d.mts +0 -51
  664. package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.d.mts.map +0 -1
  665. package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.d.ts +0 -51
  666. package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.d.ts.map +0 -1
  667. package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.js +0 -51
  668. package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.js.map +0 -1
  669. package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.mjs +0 -47
  670. package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.mjs.map +0 -1
  671. package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.d.mts +0 -51
  672. package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.d.mts.map +0 -1
  673. package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.d.ts +0 -51
  674. package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.d.ts.map +0 -1
  675. package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.js +0 -68
  676. package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.js.map +0 -1
  677. package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.mjs +0 -61
  678. package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.mjs.map +0 -1
  679. package/tools/v1/customers/commits/create-customers-v1-commits.d.mts +0 -51
  680. package/tools/v1/customers/commits/create-customers-v1-commits.d.mts.map +0 -1
  681. package/tools/v1/customers/commits/create-customers-v1-commits.d.ts +0 -51
  682. package/tools/v1/customers/commits/create-customers-v1-commits.d.ts.map +0 -1
  683. package/tools/v1/customers/commits/create-customers-v1-commits.js +0 -256
  684. package/tools/v1/customers/commits/create-customers-v1-commits.js.map +0 -1
  685. package/tools/v1/customers/commits/create-customers-v1-commits.mjs +0 -249
  686. package/tools/v1/customers/commits/create-customers-v1-commits.mjs.map +0 -1
  687. package/tools/v1/customers/commits/list-customers-v1-commits.d.mts +0 -51
  688. package/tools/v1/customers/commits/list-customers-v1-commits.d.mts.map +0 -1
  689. package/tools/v1/customers/commits/list-customers-v1-commits.d.ts +0 -51
  690. package/tools/v1/customers/commits/list-customers-v1-commits.d.ts.map +0 -1
  691. package/tools/v1/customers/commits/list-customers-v1-commits.js +0 -89
  692. package/tools/v1/customers/commits/list-customers-v1-commits.js.map +0 -1
  693. package/tools/v1/customers/commits/list-customers-v1-commits.mjs +0 -82
  694. package/tools/v1/customers/commits/list-customers-v1-commits.mjs.map +0 -1
  695. package/tools/v1/customers/commits/update-end-date-customers-v1-commits.d.mts +0 -51
  696. package/tools/v1/customers/commits/update-end-date-customers-v1-commits.d.mts.map +0 -1
  697. package/tools/v1/customers/commits/update-end-date-customers-v1-commits.d.ts +0 -51
  698. package/tools/v1/customers/commits/update-end-date-customers-v1-commits.d.ts.map +0 -1
  699. package/tools/v1/customers/commits/update-end-date-customers-v1-commits.js +0 -67
  700. package/tools/v1/customers/commits/update-end-date-customers-v1-commits.js.map +0 -1
  701. package/tools/v1/customers/commits/update-end-date-customers-v1-commits.mjs +0 -60
  702. package/tools/v1/customers/commits/update-end-date-customers-v1-commits.mjs.map +0 -1
  703. package/tools/v1/customers/create-v1-customers.d.mts +0 -51
  704. package/tools/v1/customers/create-v1-customers.d.mts.map +0 -1
  705. package/tools/v1/customers/create-v1-customers.d.ts +0 -51
  706. package/tools/v1/customers/create-v1-customers.d.ts.map +0 -1
  707. package/tools/v1/customers/create-v1-customers.js +0 -206
  708. package/tools/v1/customers/create-v1-customers.js.map +0 -1
  709. package/tools/v1/customers/create-v1-customers.mjs +0 -199
  710. package/tools/v1/customers/create-v1-customers.mjs.map +0 -1
  711. package/tools/v1/customers/credits/create-customers-v1-credits.d.mts +0 -51
  712. package/tools/v1/customers/credits/create-customers-v1-credits.d.mts.map +0 -1
  713. package/tools/v1/customers/credits/create-customers-v1-credits.d.ts +0 -51
  714. package/tools/v1/customers/credits/create-customers-v1-credits.d.ts.map +0 -1
  715. package/tools/v1/customers/credits/create-customers-v1-credits.js +0 -175
  716. package/tools/v1/customers/credits/create-customers-v1-credits.js.map +0 -1
  717. package/tools/v1/customers/credits/create-customers-v1-credits.mjs +0 -168
  718. package/tools/v1/customers/credits/create-customers-v1-credits.mjs.map +0 -1
  719. package/tools/v1/customers/credits/list-customers-v1-credits.d.mts +0 -51
  720. package/tools/v1/customers/credits/list-customers-v1-credits.d.mts.map +0 -1
  721. package/tools/v1/customers/credits/list-customers-v1-credits.d.ts +0 -51
  722. package/tools/v1/customers/credits/list-customers-v1-credits.d.ts.map +0 -1
  723. package/tools/v1/customers/credits/list-customers-v1-credits.js +0 -89
  724. package/tools/v1/customers/credits/list-customers-v1-credits.js.map +0 -1
  725. package/tools/v1/customers/credits/list-customers-v1-credits.mjs +0 -82
  726. package/tools/v1/customers/credits/list-customers-v1-credits.mjs.map +0 -1
  727. package/tools/v1/customers/credits/update-end-date-customers-v1-credits.d.mts +0 -51
  728. package/tools/v1/customers/credits/update-end-date-customers-v1-credits.d.mts.map +0 -1
  729. package/tools/v1/customers/credits/update-end-date-customers-v1-credits.d.ts +0 -51
  730. package/tools/v1/customers/credits/update-end-date-customers-v1-credits.d.ts.map +0 -1
  731. package/tools/v1/customers/credits/update-end-date-customers-v1-credits.js +0 -62
  732. package/tools/v1/customers/credits/update-end-date-customers-v1-credits.js.map +0 -1
  733. package/tools/v1/customers/credits/update-end-date-customers-v1-credits.mjs +0 -55
  734. package/tools/v1/customers/credits/update-end-date-customers-v1-credits.mjs.map +0 -1
  735. package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.d.mts +0 -51
  736. package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.d.mts.map +0 -1
  737. package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.d.ts +0 -51
  738. package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.d.ts.map +0 -1
  739. package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.js +0 -83
  740. package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.js.map +0 -1
  741. package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.mjs +0 -76
  742. package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.mjs.map +0 -1
  743. package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.d.mts +0 -51
  744. package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.d.mts.map +0 -1
  745. package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.d.ts +0 -51
  746. package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.d.ts.map +0 -1
  747. package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.js +0 -89
  748. package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.js.map +0 -1
  749. package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.mjs +0 -82
  750. package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.mjs.map +0 -1
  751. package/tools/v1/customers/invoices/list-customers-v1-invoices.d.mts +0 -51
  752. package/tools/v1/customers/invoices/list-customers-v1-invoices.d.mts.map +0 -1
  753. package/tools/v1/customers/invoices/list-customers-v1-invoices.d.ts +0 -51
  754. package/tools/v1/customers/invoices/list-customers-v1-invoices.d.ts.map +0 -1
  755. package/tools/v1/customers/invoices/list-customers-v1-invoices.js +0 -84
  756. package/tools/v1/customers/invoices/list-customers-v1-invoices.js.map +0 -1
  757. package/tools/v1/customers/invoices/list-customers-v1-invoices.mjs +0 -77
  758. package/tools/v1/customers/invoices/list-customers-v1-invoices.mjs.map +0 -1
  759. package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.d.mts +0 -51
  760. package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.d.mts.map +0 -1
  761. package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.d.ts +0 -51
  762. package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.d.ts.map +0 -1
  763. package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.js +0 -55
  764. package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.js.map +0 -1
  765. package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.mjs +0 -48
  766. package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.mjs.map +0 -1
  767. package/tools/v1/customers/invoices/retrieve-pdf-customers-v1-invoices.d.mts +0 -51
  768. package/tools/v1/customers/invoices/retrieve-pdf-customers-v1-invoices.d.mts.map +0 -1
  769. package/tools/v1/customers/invoices/retrieve-pdf-customers-v1-invoices.d.ts +0 -51
  770. package/tools/v1/customers/invoices/retrieve-pdf-customers-v1-invoices.d.ts.map +0 -1
  771. package/tools/v1/customers/invoices/retrieve-pdf-customers-v1-invoices.js +0 -39
  772. package/tools/v1/customers/invoices/retrieve-pdf-customers-v1-invoices.js.map +0 -1
  773. package/tools/v1/customers/invoices/retrieve-pdf-customers-v1-invoices.mjs +0 -35
  774. package/tools/v1/customers/invoices/retrieve-pdf-customers-v1-invoices.mjs.map +0 -1
  775. package/tools/v1/customers/list-billable-metrics-v1-customers.d.mts +0 -51
  776. package/tools/v1/customers/list-billable-metrics-v1-customers.d.mts.map +0 -1
  777. package/tools/v1/customers/list-billable-metrics-v1-customers.d.ts +0 -51
  778. package/tools/v1/customers/list-billable-metrics-v1-customers.d.ts.map +0 -1
  779. package/tools/v1/customers/list-billable-metrics-v1-customers.js +0 -71
  780. package/tools/v1/customers/list-billable-metrics-v1-customers.js.map +0 -1
  781. package/tools/v1/customers/list-billable-metrics-v1-customers.mjs +0 -64
  782. package/tools/v1/customers/list-billable-metrics-v1-customers.mjs.map +0 -1
  783. package/tools/v1/customers/list-costs-v1-customers.d.mts +0 -51
  784. package/tools/v1/customers/list-costs-v1-customers.d.mts.map +0 -1
  785. package/tools/v1/customers/list-costs-v1-customers.d.ts +0 -51
  786. package/tools/v1/customers/list-costs-v1-customers.d.ts.map +0 -1
  787. package/tools/v1/customers/list-costs-v1-customers.js +0 -73
  788. package/tools/v1/customers/list-costs-v1-customers.js.map +0 -1
  789. package/tools/v1/customers/list-costs-v1-customers.mjs +0 -66
  790. package/tools/v1/customers/list-costs-v1-customers.mjs.map +0 -1
  791. package/tools/v1/customers/list-v1-customers.d.mts +0 -51
  792. package/tools/v1/customers/list-v1-customers.d.mts.map +0 -1
  793. package/tools/v1/customers/list-v1-customers.d.ts +0 -51
  794. package/tools/v1/customers/list-v1-customers.d.ts.map +0 -1
  795. package/tools/v1/customers/list-v1-customers.js +0 -82
  796. package/tools/v1/customers/list-v1-customers.js.map +0 -1
  797. package/tools/v1/customers/list-v1-customers.mjs +0 -75
  798. package/tools/v1/customers/list-v1-customers.mjs.map +0 -1
  799. package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.d.mts +0 -51
  800. package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.d.mts.map +0 -1
  801. package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.d.ts +0 -51
  802. package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.d.ts.map +0 -1
  803. package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.js +0 -62
  804. package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.js.map +0 -1
  805. package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.mjs +0 -55
  806. package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.mjs.map +0 -1
  807. package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.d.mts +0 -51
  808. package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.d.mts.map +0 -1
  809. package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.d.ts +0 -51
  810. package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.d.ts.map +0 -1
  811. package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.js +0 -53
  812. package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.js.map +0 -1
  813. package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.mjs +0 -49
  814. package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.mjs.map +0 -1
  815. package/tools/v1/customers/plans/add-customers-v1-plans.d.mts +0 -51
  816. package/tools/v1/customers/plans/add-customers-v1-plans.d.mts.map +0 -1
  817. package/tools/v1/customers/plans/add-customers-v1-plans.d.ts +0 -51
  818. package/tools/v1/customers/plans/add-customers-v1-plans.d.ts.map +0 -1
  819. package/tools/v1/customers/plans/add-customers-v1-plans.js +0 -147
  820. package/tools/v1/customers/plans/add-customers-v1-plans.js.map +0 -1
  821. package/tools/v1/customers/plans/add-customers-v1-plans.mjs +0 -140
  822. package/tools/v1/customers/plans/add-customers-v1-plans.mjs.map +0 -1
  823. package/tools/v1/customers/plans/end-customers-v1-plans.d.mts +0 -51
  824. package/tools/v1/customers/plans/end-customers-v1-plans.d.mts.map +0 -1
  825. package/tools/v1/customers/plans/end-customers-v1-plans.d.ts +0 -51
  826. package/tools/v1/customers/plans/end-customers-v1-plans.d.ts.map +0 -1
  827. package/tools/v1/customers/plans/end-customers-v1-plans.js +0 -68
  828. package/tools/v1/customers/plans/end-customers-v1-plans.js.map +0 -1
  829. package/tools/v1/customers/plans/end-customers-v1-plans.mjs +0 -61
  830. package/tools/v1/customers/plans/end-customers-v1-plans.mjs.map +0 -1
  831. package/tools/v1/customers/plans/list-customers-v1-plans.d.mts +0 -51
  832. package/tools/v1/customers/plans/list-customers-v1-plans.d.mts.map +0 -1
  833. package/tools/v1/customers/plans/list-customers-v1-plans.d.ts +0 -51
  834. package/tools/v1/customers/plans/list-customers-v1-plans.d.ts.map +0 -1
  835. package/tools/v1/customers/plans/list-customers-v1-plans.js +0 -63
  836. package/tools/v1/customers/plans/list-customers-v1-plans.js.map +0 -1
  837. package/tools/v1/customers/plans/list-customers-v1-plans.mjs +0 -56
  838. package/tools/v1/customers/plans/list-customers-v1-plans.mjs.map +0 -1
  839. package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.d.mts +0 -51
  840. package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.d.mts.map +0 -1
  841. package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.d.ts +0 -51
  842. package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.d.ts.map +0 -1
  843. package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.js +0 -66
  844. package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.js.map +0 -1
  845. package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.mjs +0 -59
  846. package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.mjs.map +0 -1
  847. package/tools/v1/customers/preview-events-v1-customers.d.mts +0 -51
  848. package/tools/v1/customers/preview-events-v1-customers.d.mts.map +0 -1
  849. package/tools/v1/customers/preview-events-v1-customers.d.ts +0 -51
  850. package/tools/v1/customers/preview-events-v1-customers.d.ts.map +0 -1
  851. package/tools/v1/customers/preview-events-v1-customers.js +0 -80
  852. package/tools/v1/customers/preview-events-v1-customers.js.map +0 -1
  853. package/tools/v1/customers/preview-events-v1-customers.mjs +0 -73
  854. package/tools/v1/customers/preview-events-v1-customers.mjs.map +0 -1
  855. package/tools/v1/customers/retrieve-billing-configurations-v1-customers.d.mts +0 -51
  856. package/tools/v1/customers/retrieve-billing-configurations-v1-customers.d.mts.map +0 -1
  857. package/tools/v1/customers/retrieve-billing-configurations-v1-customers.d.ts +0 -51
  858. package/tools/v1/customers/retrieve-billing-configurations-v1-customers.d.ts.map +0 -1
  859. package/tools/v1/customers/retrieve-billing-configurations-v1-customers.js +0 -55
  860. package/tools/v1/customers/retrieve-billing-configurations-v1-customers.js.map +0 -1
  861. package/tools/v1/customers/retrieve-billing-configurations-v1-customers.mjs +0 -48
  862. package/tools/v1/customers/retrieve-billing-configurations-v1-customers.mjs.map +0 -1
  863. package/tools/v1/customers/retrieve-v1-customers.d.mts +0 -51
  864. package/tools/v1/customers/retrieve-v1-customers.d.mts.map +0 -1
  865. package/tools/v1/customers/retrieve-v1-customers.d.ts +0 -51
  866. package/tools/v1/customers/retrieve-v1-customers.d.ts.map +0 -1
  867. package/tools/v1/customers/retrieve-v1-customers.js +0 -54
  868. package/tools/v1/customers/retrieve-v1-customers.js.map +0 -1
  869. package/tools/v1/customers/retrieve-v1-customers.mjs +0 -47
  870. package/tools/v1/customers/retrieve-v1-customers.mjs.map +0 -1
  871. package/tools/v1/customers/set-billing-configurations-v1-customers.d.mts +0 -51
  872. package/tools/v1/customers/set-billing-configurations-v1-customers.d.mts.map +0 -1
  873. package/tools/v1/customers/set-billing-configurations-v1-customers.d.ts +0 -51
  874. package/tools/v1/customers/set-billing-configurations-v1-customers.d.ts.map +0 -1
  875. package/tools/v1/customers/set-billing-configurations-v1-customers.js +0 -95
  876. package/tools/v1/customers/set-billing-configurations-v1-customers.js.map +0 -1
  877. package/tools/v1/customers/set-billing-configurations-v1-customers.mjs +0 -88
  878. package/tools/v1/customers/set-billing-configurations-v1-customers.mjs.map +0 -1
  879. package/tools/v1/customers/set-ingest-aliases-v1-customers.d.mts +0 -51
  880. package/tools/v1/customers/set-ingest-aliases-v1-customers.d.mts.map +0 -1
  881. package/tools/v1/customers/set-ingest-aliases-v1-customers.d.ts +0 -51
  882. package/tools/v1/customers/set-ingest-aliases-v1-customers.d.ts.map +0 -1
  883. package/tools/v1/customers/set-ingest-aliases-v1-customers.js +0 -41
  884. package/tools/v1/customers/set-ingest-aliases-v1-customers.js.map +0 -1
  885. package/tools/v1/customers/set-ingest-aliases-v1-customers.mjs +0 -37
  886. package/tools/v1/customers/set-ingest-aliases-v1-customers.mjs.map +0 -1
  887. package/tools/v1/customers/set-name-v1-customers.d.mts +0 -51
  888. package/tools/v1/customers/set-name-v1-customers.d.mts.map +0 -1
  889. package/tools/v1/customers/set-name-v1-customers.d.ts +0 -51
  890. package/tools/v1/customers/set-name-v1-customers.d.ts.map +0 -1
  891. package/tools/v1/customers/set-name-v1-customers.js +0 -56
  892. package/tools/v1/customers/set-name-v1-customers.js.map +0 -1
  893. package/tools/v1/customers/set-name-v1-customers.mjs +0 -49
  894. package/tools/v1/customers/set-name-v1-customers.mjs.map +0 -1
  895. package/tools/v1/customers/update-config-v1-customers.d.mts +0 -51
  896. package/tools/v1/customers/update-config-v1-customers.d.mts.map +0 -1
  897. package/tools/v1/customers/update-config-v1-customers.d.ts +0 -51
  898. package/tools/v1/customers/update-config-v1-customers.d.ts.map +0 -1
  899. package/tools/v1/customers/update-config-v1-customers.js +0 -43
  900. package/tools/v1/customers/update-config-v1-customers.js.map +0 -1
  901. package/tools/v1/customers/update-config-v1-customers.mjs +0 -39
  902. package/tools/v1/customers/update-config-v1-customers.mjs.map +0 -1
  903. package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.d.mts +0 -51
  904. package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.d.mts.map +0 -1
  905. package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.d.ts +0 -51
  906. package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.d.ts.map +0 -1
  907. package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.js +0 -138
  908. package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.js.map +0 -1
  909. package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.mjs +0 -131
  910. package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.mjs.map +0 -1
  911. package/tools/v1/invoices/regenerate-v1-invoices.d.mts +0 -51
  912. package/tools/v1/invoices/regenerate-v1-invoices.d.mts.map +0 -1
  913. package/tools/v1/invoices/regenerate-v1-invoices.d.ts +0 -51
  914. package/tools/v1/invoices/regenerate-v1-invoices.d.ts.map +0 -1
  915. package/tools/v1/invoices/regenerate-v1-invoices.js +0 -53
  916. package/tools/v1/invoices/regenerate-v1-invoices.js.map +0 -1
  917. package/tools/v1/invoices/regenerate-v1-invoices.mjs +0 -46
  918. package/tools/v1/invoices/regenerate-v1-invoices.mjs.map +0 -1
  919. package/tools/v1/invoices/void-v1-invoices.d.mts +0 -51
  920. package/tools/v1/invoices/void-v1-invoices.d.mts.map +0 -1
  921. package/tools/v1/invoices/void-v1-invoices.d.ts +0 -51
  922. package/tools/v1/invoices/void-v1-invoices.d.ts.map +0 -1
  923. package/tools/v1/invoices/void-v1-invoices.js +0 -53
  924. package/tools/v1/invoices/void-v1-invoices.js.map +0 -1
  925. package/tools/v1/invoices/void-v1-invoices.mjs +0 -46
  926. package/tools/v1/invoices/void-v1-invoices.mjs.map +0 -1
  927. package/tools/v1/payments/attempt-v1-payments.d.mts +0 -51
  928. package/tools/v1/payments/attempt-v1-payments.d.mts.map +0 -1
  929. package/tools/v1/payments/attempt-v1-payments.d.ts +0 -51
  930. package/tools/v1/payments/attempt-v1-payments.d.ts.map +0 -1
  931. package/tools/v1/payments/attempt-v1-payments.js +0 -55
  932. package/tools/v1/payments/attempt-v1-payments.js.map +0 -1
  933. package/tools/v1/payments/attempt-v1-payments.mjs +0 -48
  934. package/tools/v1/payments/attempt-v1-payments.mjs.map +0 -1
  935. package/tools/v1/payments/cancel-v1-payments.d.mts +0 -51
  936. package/tools/v1/payments/cancel-v1-payments.d.mts.map +0 -1
  937. package/tools/v1/payments/cancel-v1-payments.d.ts +0 -51
  938. package/tools/v1/payments/cancel-v1-payments.d.ts.map +0 -1
  939. package/tools/v1/payments/cancel-v1-payments.js +0 -55
  940. package/tools/v1/payments/cancel-v1-payments.js.map +0 -1
  941. package/tools/v1/payments/cancel-v1-payments.mjs +0 -48
  942. package/tools/v1/payments/cancel-v1-payments.mjs.map +0 -1
  943. package/tools/v1/payments/list-v1-payments.d.mts +0 -51
  944. package/tools/v1/payments/list-v1-payments.d.mts.map +0 -1
  945. package/tools/v1/payments/list-v1-payments.d.ts +0 -51
  946. package/tools/v1/payments/list-v1-payments.d.ts.map +0 -1
  947. package/tools/v1/payments/list-v1-payments.js +0 -76
  948. package/tools/v1/payments/list-v1-payments.js.map +0 -1
  949. package/tools/v1/payments/list-v1-payments.mjs +0 -69
  950. package/tools/v1/payments/list-v1-payments.mjs.map +0 -1
  951. package/tools/v1/plans/get-details-v1-plans.d.mts +0 -51
  952. package/tools/v1/plans/get-details-v1-plans.d.mts.map +0 -1
  953. package/tools/v1/plans/get-details-v1-plans.d.ts +0 -51
  954. package/tools/v1/plans/get-details-v1-plans.d.ts.map +0 -1
  955. package/tools/v1/plans/get-details-v1-plans.js +0 -54
  956. package/tools/v1/plans/get-details-v1-plans.js.map +0 -1
  957. package/tools/v1/plans/get-details-v1-plans.mjs +0 -47
  958. package/tools/v1/plans/get-details-v1-plans.mjs.map +0 -1
  959. package/tools/v1/plans/list-charges-v1-plans.d.mts +0 -51
  960. package/tools/v1/plans/list-charges-v1-plans.d.mts.map +0 -1
  961. package/tools/v1/plans/list-charges-v1-plans.d.ts +0 -51
  962. package/tools/v1/plans/list-charges-v1-plans.d.ts.map +0 -1
  963. package/tools/v1/plans/list-charges-v1-plans.js +0 -63
  964. package/tools/v1/plans/list-charges-v1-plans.js.map +0 -1
  965. package/tools/v1/plans/list-charges-v1-plans.mjs +0 -56
  966. package/tools/v1/plans/list-charges-v1-plans.mjs.map +0 -1
  967. package/tools/v1/plans/list-customers-v1-plans.d.mts +0 -51
  968. package/tools/v1/plans/list-customers-v1-plans.d.mts.map +0 -1
  969. package/tools/v1/plans/list-customers-v1-plans.d.ts +0 -51
  970. package/tools/v1/plans/list-customers-v1-plans.d.ts.map +0 -1
  971. package/tools/v1/plans/list-customers-v1-plans.js +0 -68
  972. package/tools/v1/plans/list-customers-v1-plans.js.map +0 -1
  973. package/tools/v1/plans/list-customers-v1-plans.mjs +0 -61
  974. package/tools/v1/plans/list-customers-v1-plans.mjs.map +0 -1
  975. package/tools/v1/plans/list-v1-plans.d.mts +0 -51
  976. package/tools/v1/plans/list-v1-plans.d.mts.map +0 -1
  977. package/tools/v1/plans/list-v1-plans.d.ts +0 -51
  978. package/tools/v1/plans/list-v1-plans.d.ts.map +0 -1
  979. package/tools/v1/plans/list-v1-plans.js +0 -60
  980. package/tools/v1/plans/list-v1-plans.js.map +0 -1
  981. package/tools/v1/plans/list-v1-plans.mjs +0 -53
  982. package/tools/v1/plans/list-v1-plans.mjs.map +0 -1
  983. package/tools/v1/pricing-units/list-v1-pricing-units.d.mts +0 -51
  984. package/tools/v1/pricing-units/list-v1-pricing-units.d.mts.map +0 -1
  985. package/tools/v1/pricing-units/list-v1-pricing-units.d.ts +0 -51
  986. package/tools/v1/pricing-units/list-v1-pricing-units.d.ts.map +0 -1
  987. package/tools/v1/pricing-units/list-v1-pricing-units.js +0 -60
  988. package/tools/v1/pricing-units/list-v1-pricing-units.js.map +0 -1
  989. package/tools/v1/pricing-units/list-v1-pricing-units.mjs +0 -53
  990. package/tools/v1/pricing-units/list-v1-pricing-units.mjs.map +0 -1
  991. package/tools/v1/services/list-v1-services.d.mts +0 -51
  992. package/tools/v1/services/list-v1-services.d.mts.map +0 -1
  993. package/tools/v1/services/list-v1-services.d.ts +0 -51
  994. package/tools/v1/services/list-v1-services.d.ts.map +0 -1
  995. package/tools/v1/services/list-v1-services.js +0 -51
  996. package/tools/v1/services/list-v1-services.js.map +0 -1
  997. package/tools/v1/services/list-v1-services.mjs +0 -44
  998. package/tools/v1/services/list-v1-services.mjs.map +0 -1
  999. package/tools/v1/settings/billing-providers/create-settings-v1-billing-providers.d.mts +0 -51
  1000. package/tools/v1/settings/billing-providers/create-settings-v1-billing-providers.d.mts.map +0 -1
  1001. package/tools/v1/settings/billing-providers/create-settings-v1-billing-providers.d.ts +0 -51
  1002. package/tools/v1/settings/billing-providers/create-settings-v1-billing-providers.d.ts.map +0 -1
  1003. package/tools/v1/settings/billing-providers/create-settings-v1-billing-providers.js +0 -64
  1004. package/tools/v1/settings/billing-providers/create-settings-v1-billing-providers.js.map +0 -1
  1005. package/tools/v1/settings/billing-providers/create-settings-v1-billing-providers.mjs +0 -57
  1006. package/tools/v1/settings/billing-providers/create-settings-v1-billing-providers.mjs.map +0 -1
  1007. package/tools/v1/settings/billing-providers/list-settings-v1-billing-providers.d.mts +0 -51
  1008. package/tools/v1/settings/billing-providers/list-settings-v1-billing-providers.d.mts.map +0 -1
  1009. package/tools/v1/settings/billing-providers/list-settings-v1-billing-providers.d.ts +0 -51
  1010. package/tools/v1/settings/billing-providers/list-settings-v1-billing-providers.d.ts.map +0 -1
  1011. package/tools/v1/settings/billing-providers/list-settings-v1-billing-providers.js +0 -53
  1012. package/tools/v1/settings/billing-providers/list-settings-v1-billing-providers.js.map +0 -1
  1013. package/tools/v1/settings/billing-providers/list-settings-v1-billing-providers.mjs +0 -46
  1014. package/tools/v1/settings/billing-providers/list-settings-v1-billing-providers.mjs.map +0 -1
  1015. package/tools/v1/settings/upsert-avalara-credentials-v1-settings.d.mts +0 -51
  1016. package/tools/v1/settings/upsert-avalara-credentials-v1-settings.d.mts.map +0 -1
  1017. package/tools/v1/settings/upsert-avalara-credentials-v1-settings.d.ts +0 -51
  1018. package/tools/v1/settings/upsert-avalara-credentials-v1-settings.d.ts.map +0 -1
  1019. package/tools/v1/settings/upsert-avalara-credentials-v1-settings.js +0 -73
  1020. package/tools/v1/settings/upsert-avalara-credentials-v1-settings.js.map +0 -1
  1021. package/tools/v1/settings/upsert-avalara-credentials-v1-settings.mjs +0 -66
  1022. package/tools/v1/settings/upsert-avalara-credentials-v1-settings.mjs.map +0 -1
  1023. package/tools/v1/usage/ingest-v1-usage.d.mts +0 -51
  1024. package/tools/v1/usage/ingest-v1-usage.d.mts.map +0 -1
  1025. package/tools/v1/usage/ingest-v1-usage.d.ts +0 -51
  1026. package/tools/v1/usage/ingest-v1-usage.d.ts.map +0 -1
  1027. package/tools/v1/usage/ingest-v1-usage.js +0 -58
  1028. package/tools/v1/usage/ingest-v1-usage.js.map +0 -1
  1029. package/tools/v1/usage/ingest-v1-usage.mjs +0 -54
  1030. package/tools/v1/usage/ingest-v1-usage.mjs.map +0 -1
  1031. package/tools/v1/usage/list-v1-usage.d.mts +0 -51
  1032. package/tools/v1/usage/list-v1-usage.d.mts.map +0 -1
  1033. package/tools/v1/usage/list-v1-usage.d.ts +0 -51
  1034. package/tools/v1/usage/list-v1-usage.d.ts.map +0 -1
  1035. package/tools/v1/usage/list-v1-usage.js +0 -104
  1036. package/tools/v1/usage/list-v1-usage.js.map +0 -1
  1037. package/tools/v1/usage/list-v1-usage.mjs +0 -97
  1038. package/tools/v1/usage/list-v1-usage.mjs.map +0 -1
  1039. package/tools/v1/usage/list-with-groups-v1-usage.d.mts +0 -51
  1040. package/tools/v1/usage/list-with-groups-v1-usage.d.mts.map +0 -1
  1041. package/tools/v1/usage/list-with-groups-v1-usage.d.ts +0 -51
  1042. package/tools/v1/usage/list-with-groups-v1-usage.d.ts.map +0 -1
  1043. package/tools/v1/usage/list-with-groups-v1-usage.js +0 -98
  1044. package/tools/v1/usage/list-with-groups-v1-usage.js.map +0 -1
  1045. package/tools/v1/usage/list-with-groups-v1-usage.mjs +0 -91
  1046. package/tools/v1/usage/list-with-groups-v1-usage.mjs.map +0 -1
  1047. package/tools/v1/usage/search-v1-usage.d.mts +0 -51
  1048. package/tools/v1/usage/search-v1-usage.d.mts.map +0 -1
  1049. package/tools/v1/usage/search-v1-usage.d.ts +0 -51
  1050. package/tools/v1/usage/search-v1-usage.d.ts.map +0 -1
  1051. package/tools/v1/usage/search-v1-usage.js +0 -56
  1052. package/tools/v1/usage/search-v1-usage.js.map +0 -1
  1053. package/tools/v1/usage/search-v1-usage.mjs +0 -49
  1054. package/tools/v1/usage/search-v1-usage.mjs.map +0 -1
  1055. package/tools/v2/contracts/edit-commit-v2-contracts.d.mts +0 -51
  1056. package/tools/v2/contracts/edit-commit-v2-contracts.d.mts.map +0 -1
  1057. package/tools/v2/contracts/edit-commit-v2-contracts.d.ts +0 -51
  1058. package/tools/v2/contracts/edit-commit-v2-contracts.d.ts.map +0 -1
  1059. package/tools/v2/contracts/edit-commit-v2-contracts.js +0 -301
  1060. package/tools/v2/contracts/edit-commit-v2-contracts.js.map +0 -1
  1061. package/tools/v2/contracts/edit-commit-v2-contracts.mjs +0 -294
  1062. package/tools/v2/contracts/edit-commit-v2-contracts.mjs.map +0 -1
  1063. package/tools/v2/contracts/edit-credit-v2-contracts.d.mts +0 -51
  1064. package/tools/v2/contracts/edit-credit-v2-contracts.d.mts.map +0 -1
  1065. package/tools/v2/contracts/edit-credit-v2-contracts.d.ts +0 -51
  1066. package/tools/v2/contracts/edit-credit-v2-contracts.d.ts.map +0 -1
  1067. package/tools/v2/contracts/edit-credit-v2-contracts.js +0 -233
  1068. package/tools/v2/contracts/edit-credit-v2-contracts.js.map +0 -1
  1069. package/tools/v2/contracts/edit-credit-v2-contracts.mjs +0 -226
  1070. package/tools/v2/contracts/edit-credit-v2-contracts.mjs.map +0 -1
  1071. package/tools/v2/contracts/edit-v2-contracts.d.mts +0 -51
  1072. package/tools/v2/contracts/edit-v2-contracts.d.mts.map +0 -1
  1073. package/tools/v2/contracts/edit-v2-contracts.d.ts +0 -51
  1074. package/tools/v2/contracts/edit-v2-contracts.d.ts.map +0 -1
  1075. package/tools/v2/contracts/edit-v2-contracts.js +0 -2214
  1076. package/tools/v2/contracts/edit-v2-contracts.js.map +0 -1
  1077. package/tools/v2/contracts/edit-v2-contracts.mjs +0 -2207
  1078. package/tools/v2/contracts/edit-v2-contracts.mjs.map +0 -1
  1079. package/tools/v2/contracts/get-edit-history-v2-contracts.d.mts +0 -51
  1080. package/tools/v2/contracts/get-edit-history-v2-contracts.d.mts.map +0 -1
  1081. package/tools/v2/contracts/get-edit-history-v2-contracts.d.ts +0 -51
  1082. package/tools/v2/contracts/get-edit-history-v2-contracts.d.ts.map +0 -1
  1083. package/tools/v2/contracts/get-edit-history-v2-contracts.js +0 -49
  1084. package/tools/v2/contracts/get-edit-history-v2-contracts.js.map +0 -1
  1085. package/tools/v2/contracts/get-edit-history-v2-contracts.mjs +0 -42
  1086. package/tools/v2/contracts/get-edit-history-v2-contracts.mjs.map +0 -1
  1087. package/tools/v2/contracts/list-v2-contracts.d.mts +0 -51
  1088. package/tools/v2/contracts/list-v2-contracts.d.mts.map +0 -1
  1089. package/tools/v2/contracts/list-v2-contracts.d.ts +0 -51
  1090. package/tools/v2/contracts/list-v2-contracts.d.ts.map +0 -1
  1091. package/tools/v2/contracts/list-v2-contracts.js +0 -68
  1092. package/tools/v2/contracts/list-v2-contracts.js.map +0 -1
  1093. package/tools/v2/contracts/list-v2-contracts.mjs +0 -61
  1094. package/tools/v2/contracts/list-v2-contracts.mjs.map +0 -1
  1095. package/tools/v2/contracts/retrieve-v2-contracts.d.mts +0 -51
  1096. package/tools/v2/contracts/retrieve-v2-contracts.d.mts.map +0 -1
  1097. package/tools/v2/contracts/retrieve-v2-contracts.d.ts +0 -51
  1098. package/tools/v2/contracts/retrieve-v2-contracts.d.ts.map +0 -1
  1099. package/tools/v2/contracts/retrieve-v2-contracts.js +0 -62
  1100. package/tools/v2/contracts/retrieve-v2-contracts.js.map +0 -1
  1101. package/tools/v2/contracts/retrieve-v2-contracts.mjs +0 -55
  1102. package/tools/v2/contracts/retrieve-v2-contracts.mjs.map +0 -1
  1103. package/tools.d.mts +0 -2
  1104. package/tools.d.mts.map +0 -1
  1105. package/tools.d.ts +0 -2
  1106. package/tools.d.ts.map +0 -1
  1107. package/tools.js +0 -18
  1108. package/tools.js.map +0 -1
  1109. package/tools.mjs +0 -2
  1110. package/tools.mjs.map +0 -1
  1111. /package/{tools/types.js → types.js} +0 -0
  1112. /package/{tools/types.mjs → types.mjs} +0 -0
@@ -1,1670 +0,0 @@
1
- "use strict";
2
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
- var __importDefault = (this && this.__importDefault) || function (mod) {
4
- return (mod && mod.__esModule) ? mod : { "default": mod };
5
- };
6
- Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.handler = exports.tool = exports.metadata = void 0;
8
- const types_1 = require("@metronome/mcp/tools/types");
9
- const sdk_1 = __importDefault(require("@metronome/sdk"));
10
- exports.metadata = {
11
- resource: 'v1.contracts',
12
- operation: 'write',
13
- tags: [],
14
- httpMethod: 'post',
15
- httpPath: '/v1/contracts/create',
16
- operationId: 'createContract-v1',
17
- };
18
- exports.tool = {
19
- name: 'create_v1_contracts',
20
- description: "Contracts define a customer's products, pricing, discounts, access duration, and billing configuration. Contracts serve as the central billing agreement for both PLG and Enterprise customers, you can automatically customers access to your products and services directly from your product or CRM.\n\n### Use this endpoint to:\n- PLG onboarding: Automatically provision new self-serve customers with contracts when they sign up.\n- Enterprise sales: Push negotiated contracts from Salesforce with custom pricing and commitments\n- Promotional pricing: Implement time-limited discounts and free trials through overrides\n\n### Key components:\n#### Contract Term and Billing Schedule\n- Set contract duration using `starting_at` and `ending_before` fields. PLG contracts typically use perpetual agreements (no end date), while Enterprise contracts have fixed end dates which can be edited over time in the case of co-term upsells.\n\n#### Rate Card\nIf you are offering usage based pricing, you can set a rate card for the contract to reference through `rate_card_id` or `rate_card_alias`. The rate card is a store of all of your usage based products and their centralized pricing. Any new products or price changes on the rate card can be set to automatically propagate to all associated contracts - this ensures consistent pricing and product launches flow to contracts without manual updates and migrations. The `usage_statement_schedule` determines the cadence on which Metronome will finalize a usage invoice for the customer. This defaults to monthly on the 1st, with options for custom dates, quarterly, or annual cadences. Note: Most usage based billing companies align usage statements to be evaluated aligned to the first of the month.\nRead more about [Rate Cards](https://docs.metronome.com/pricing-packaging/create-manage-rate-cards/).\n\n#### Overrides and discounts\nCustomize pricing on the contract through time-bounded overrides that can target specific products, product families, or complex usage scenarios. Overrides enable two key capabilities:\n- Discounts: Apply percentage discounts, fixed rate reductions, or quantity-based pricing tiers\n- Entitlements: Provide special pricing or access to specific products for negotiated deals\n\nRead more about [Contract Overrides](https://docs.metronome.com/manage-product-access/add-contract-override/).\n\n#### Commits and Credits\nUsing commits, configure prepaid or postpaid spending commitments where customers promise to spend a certain amount over the contract period paid in advance or in arrears. Use credits to provide free spending allowances. Under the hood these are the same mechanisms, however, credits are typically offered for free (SLA or promotional) or as a part of an allotment associated with a Subscription.\n\nIn Metronome, you can set commits and credits to only be applicable for a subset of usage. Use `applicable_product_ids` or `applicable_product_tags` to create product or product-family specific commits or credits, or you can build complex boolean logic specifiers to target usage based on pricing and presentation group values using `override_specifiers`.\n\nThese objects can also also be configured to have a recurrence schedule to easily model customer packaging which includes recurring monthly or quarterly allotments.\n\nCommits support rollover settings (`rollover_fraction`) to transfer unused balances between contract periods, either entirely or as a percentage.\n\nRead more about [Credits and Commits](https://docs.metronome.com/pricing-packaging/apply-credits-commits/).\n\n#### Subscriptions\nYou can add a fixed recurring charge to a contract, like monthly licenses or seat-based fees, using the subscription charge. Subscription charges are defined on your rate card and you can select which subscription is applicable to add to each contract. When you add a subscription to a contract you need to:\n- Define whether the subscription is paid for in-advance or in-arrears (`collection_schedule`)\n- Define the proration behavior (`proration`)\n- Specify an initial quantity (`initial_quantity`)\n- Define which subscription rate on the rate card should be used (`subscription_rate`)\n\nRead more about [Subscriptions](https://docs.metronome.com/manage-product-access/create-subscription/).\n\n#### Scheduled Charges\nSet up one-time, recurring, or entirely custom charges that occur on specific dates, separate from usage-based billing or commitments. These can be used to model non-recurring platform charges or professional services.\n\n#### Threshold Billing\nMetronome allows you to configure automatic billing triggers when customers reach spending thresholds to prevent fraud and manage risk. You can use `spend_threshold_configuration` to trigger an invoice to cover current charges whenever the threshold is reached or you can ensure the customer maintains a minimum prepaid balance using the `prepaid_balance_configuration`.\n\nRead more about [Spend Threshold](https://docs.metronome.com/manage-product-access/spend-thresholds/) and [Prepaid Balance Thresholds](https://docs.metronome.com/manage-product-access/prepaid-balance-thresholds/).\n\n### Usage guidelines:\n- You can always [Edit Contracts](https://docs.metronome.com/manage-product-access/edit-contract/) after it has been created, using the `editContract` endpoint. Metronome keeps track of all edits, both in the audit log and over the `getEditHistory` endpoint.\n- Customers in Metronome can have multiple concurrent contracts at one time. Use `usage_filters` to route the correct usage to each contract. [Read more about usage filters](https://docs.metronome.com/manage-product-access/provision-customer/#create-a-usage-filter).\n",
21
- inputSchema: {
22
- type: 'object',
23
- properties: {
24
- customer_id: {
25
- type: 'string',
26
- },
27
- starting_at: {
28
- type: 'string',
29
- description: 'inclusive contract start time',
30
- format: 'date-time',
31
- },
32
- billing_provider_configuration: {
33
- type: 'object',
34
- description: 'The billing provider configuration associated with a contract. Provide either an ID or the provider and delivery method.',
35
- properties: {
36
- billing_provider: {
37
- type: 'string',
38
- description: 'Do not specify if using billing_provider_configuration_id.',
39
- enum: ['aws_marketplace', 'azure_marketplace', 'gcp_marketplace', 'stripe', 'netsuite'],
40
- },
41
- billing_provider_configuration_id: {
42
- type: 'string',
43
- description: 'The Metronome ID of the billing provider configuration. Use when a customer has multiple configurations with the same billing provider and delivery method. Otherwise, specify the billing_provider and delivery_method.',
44
- },
45
- delivery_method: {
46
- type: 'string',
47
- description: 'Do not specify if using billing_provider_configuration_id.',
48
- enum: ['direct_to_billing_provider', 'aws_sqs', 'tackle', 'aws_sns'],
49
- },
50
- },
51
- },
52
- commits: {
53
- type: 'array',
54
- items: {
55
- type: 'object',
56
- properties: {
57
- product_id: {
58
- type: 'string',
59
- },
60
- type: {
61
- type: 'string',
62
- enum: ['PREPAID', 'POSTPAID'],
63
- },
64
- access_schedule: {
65
- type: 'object',
66
- description: 'Required: Schedule for distributing the commit to the customer. For "POSTPAID" commits only one schedule item is allowed and amount must match invoice_schedule total.',
67
- properties: {
68
- schedule_items: {
69
- type: 'array',
70
- items: {
71
- type: 'object',
72
- properties: {
73
- amount: {
74
- type: 'number',
75
- },
76
- ending_before: {
77
- type: 'string',
78
- description: 'RFC 3339 timestamp (exclusive)',
79
- format: 'date-time',
80
- },
81
- starting_at: {
82
- type: 'string',
83
- description: 'RFC 3339 timestamp (inclusive)',
84
- format: 'date-time',
85
- },
86
- },
87
- required: ['amount', 'ending_before', 'starting_at'],
88
- },
89
- },
90
- credit_type_id: {
91
- type: 'string',
92
- description: 'Defaults to USD (cents) if not passed',
93
- },
94
- },
95
- required: ['schedule_items'],
96
- },
97
- amount: {
98
- type: 'number',
99
- description: '(DEPRECATED) Use access_schedule and invoice_schedule instead.',
100
- },
101
- applicable_product_ids: {
102
- type: 'array',
103
- description: 'Which products the commit applies to. If applicable_product_ids, applicable_product_tags or specifiers are not provided, the commit applies to all products.',
104
- items: {
105
- type: 'string',
106
- },
107
- },
108
- applicable_product_tags: {
109
- type: 'array',
110
- description: 'Which tags the commit applies to. If applicable_product_ids, applicable_product_tags or specifiers are not provided, the commit applies to all products.',
111
- items: {
112
- type: 'string',
113
- },
114
- },
115
- custom_fields: {
116
- type: 'object',
117
- description: 'Custom fields to be added eg. { "key1": "value1", "key2": "value2" }',
118
- additionalProperties: true,
119
- },
120
- description: {
121
- type: 'string',
122
- description: 'Used only in UI/API. It is not exposed to end customers.',
123
- },
124
- hierarchy_configuration: {
125
- $ref: '#/$defs/commit_hierarchy_configuration',
126
- },
127
- invoice_schedule: {
128
- type: 'object',
129
- description: 'Required for "POSTPAID" commits: the true up invoice will be generated at this time and only one schedule item is allowed; the total must match access_schedule amount. Optional for "PREPAID" commits: if not provided, this will be a "complimentary" commit with no invoice.',
130
- properties: {
131
- credit_type_id: {
132
- type: 'string',
133
- description: 'Defaults to USD (cents) if not passed.',
134
- },
135
- do_not_invoice: {
136
- type: 'boolean',
137
- description: 'This field is only applicable to commit invoice schedules. If true, this schedule will not generate an invoice.',
138
- },
139
- recurring_schedule: {
140
- type: 'object',
141
- description: 'Enter the unit price and quantity for the charge or instead only send the amount. If amount is sent, the unit price is assumed to be the amount and quantity is inferred to be 1.',
142
- properties: {
143
- amount_distribution: {
144
- type: 'string',
145
- enum: ['DIVIDED', 'DIVIDED_ROUNDED', 'EACH'],
146
- },
147
- ending_before: {
148
- type: 'string',
149
- description: 'RFC 3339 timestamp (exclusive).',
150
- format: 'date-time',
151
- },
152
- frequency: {
153
- type: 'string',
154
- enum: ['MONTHLY', 'QUARTERLY', 'SEMI_ANNUAL', 'ANNUAL'],
155
- },
156
- starting_at: {
157
- type: 'string',
158
- description: 'RFC 3339 timestamp (inclusive).',
159
- format: 'date-time',
160
- },
161
- amount: {
162
- type: 'number',
163
- description: 'Amount for the charge. Can be provided instead of unit_price and quantity. If amount is sent, the unit_price is assumed to be the amount and quantity is inferred to be 1.',
164
- },
165
- quantity: {
166
- type: 'number',
167
- description: 'Quantity for the charge. Will be multiplied by unit_price to determine the amount and must be specified with unit_price. If specified amount cannot be provided.',
168
- },
169
- unit_price: {
170
- type: 'number',
171
- description: 'Unit price for the charge. Will be multiplied by quantity to determine the amount and must be specified with quantity. If specified amount cannot be provided.',
172
- },
173
- },
174
- required: ['amount_distribution', 'ending_before', 'frequency', 'starting_at'],
175
- },
176
- schedule_items: {
177
- type: 'array',
178
- description: 'Either provide amount or provide both unit_price and quantity.',
179
- items: {
180
- type: 'object',
181
- properties: {
182
- timestamp: {
183
- type: 'string',
184
- description: 'timestamp of the scheduled event',
185
- format: 'date-time',
186
- },
187
- amount: {
188
- type: 'number',
189
- description: 'Amount for the charge. Can be provided instead of unit_price and quantity. If amount is sent, the unit_price is assumed to be the amount and quantity is inferred to be 1.',
190
- },
191
- quantity: {
192
- type: 'number',
193
- description: 'Quantity for the charge. Will be multiplied by unit_price to determine the amount and must be specified with unit_price. If specified amount cannot be provided.',
194
- },
195
- unit_price: {
196
- type: 'number',
197
- description: 'Unit price for the charge. Will be multiplied by quantity to determine the amount and must be specified with quantity. If specified amount cannot be provided.',
198
- },
199
- },
200
- required: ['timestamp'],
201
- },
202
- },
203
- },
204
- },
205
- name: {
206
- type: 'string',
207
- description: 'displayed on invoices',
208
- },
209
- netsuite_sales_order_id: {
210
- type: 'string',
211
- description: "This field's availability is dependent on your client's configuration.",
212
- },
213
- payment_gate_config: {
214
- type: 'object',
215
- description: 'optionally payment gate this commit',
216
- properties: {
217
- payment_gate_type: {
218
- type: 'string',
219
- description: 'Gate access to the commit balance based on successful collection of payment. Select STRIPE for Metronome to facilitate payment via Stripe. Select EXTERNAL to facilitate payment using your own payment integration. Select NONE if you do not wish to payment gate the commit balance.',
220
- enum: ['NONE', 'STRIPE', 'EXTERNAL'],
221
- },
222
- precalculated_tax_config: {
223
- type: 'object',
224
- description: 'Only applicable if using PRECALCULATED as your tax type.',
225
- properties: {
226
- tax_amount: {
227
- type: 'number',
228
- description: "Amount of tax to be applied. This should be in the same currency and denomination as the commit's invoice schedule",
229
- },
230
- tax_name: {
231
- type: 'string',
232
- description: 'Name of the tax to be applied. This may be used in an invoice line item description.',
233
- },
234
- },
235
- required: ['tax_amount'],
236
- },
237
- stripe_config: {
238
- type: 'object',
239
- description: 'Only applicable if using STRIPE as your payment gate type.',
240
- properties: {
241
- payment_type: {
242
- type: 'string',
243
- description: 'If left blank, will default to INVOICE',
244
- enum: ['INVOICE', 'PAYMENT_INTENT'],
245
- },
246
- invoice_metadata: {
247
- type: 'object',
248
- description: 'Metadata to be added to the Stripe invoice. Only applicable if using INVOICE as your payment type.',
249
- additionalProperties: true,
250
- },
251
- on_session_payment: {
252
- type: 'boolean',
253
- description: 'If true, the payment will be made assuming the customer is present (i.e. on session). \n\nIf false, the payment will be made assuming the customer is not present (i.e. off session). \nFor cardholders from a country with an e-mandate requirement (e.g. India), the payment may be declined.\n\nIf left blank, will default to false.',
254
- },
255
- },
256
- required: ['payment_type'],
257
- },
258
- tax_type: {
259
- type: 'string',
260
- description: 'Stripe tax is only supported for Stripe payment gateway. Select NONE if you do not wish Metronome to calculate tax on your behalf. Leaving this field blank will default to NONE.',
261
- enum: ['NONE', 'STRIPE', 'ANROK', 'AVALARA', 'PRECALCULATED'],
262
- },
263
- },
264
- required: ['payment_gate_type'],
265
- },
266
- priority: {
267
- type: 'number',
268
- description: 'If multiple commits are applicable, the one with the lower priority will apply first.',
269
- },
270
- rate_type: {
271
- type: 'string',
272
- enum: ['COMMIT_RATE', 'LIST_RATE'],
273
- },
274
- rollover_fraction: {
275
- type: 'number',
276
- description: 'Fraction of unused segments that will be rolled over. Must be between 0 and 1.',
277
- },
278
- specifiers: {
279
- type: 'array',
280
- description: "List of filters that determine what kind of customer usage draws down a commit or credit. A customer's usage needs to meet the condition of at least one of the specifiers to contribute to a commit's or credit's drawdown. This field cannot be used together with `applicable_product_ids` or `applicable_product_tags`.",
281
- items: {
282
- $ref: '#/$defs/commit_specifier_input',
283
- },
284
- },
285
- temporary_id: {
286
- type: 'string',
287
- description: 'A temporary ID for the commit that can be used to reference the commit for commit specific overrides.',
288
- },
289
- },
290
- required: ['product_id', 'type'],
291
- },
292
- },
293
- credits: {
294
- type: 'array',
295
- items: {
296
- type: 'object',
297
- properties: {
298
- access_schedule: {
299
- type: 'object',
300
- description: 'Schedule for distributing the credit to the customer.',
301
- properties: {
302
- schedule_items: {
303
- type: 'array',
304
- items: {
305
- type: 'object',
306
- properties: {
307
- amount: {
308
- type: 'number',
309
- },
310
- ending_before: {
311
- type: 'string',
312
- description: 'RFC 3339 timestamp (exclusive)',
313
- format: 'date-time',
314
- },
315
- starting_at: {
316
- type: 'string',
317
- description: 'RFC 3339 timestamp (inclusive)',
318
- format: 'date-time',
319
- },
320
- },
321
- required: ['amount', 'ending_before', 'starting_at'],
322
- },
323
- },
324
- credit_type_id: {
325
- type: 'string',
326
- description: 'Defaults to USD (cents) if not passed',
327
- },
328
- },
329
- required: ['schedule_items'],
330
- },
331
- product_id: {
332
- type: 'string',
333
- },
334
- applicable_product_ids: {
335
- type: 'array',
336
- description: 'Which products the credit applies to. If both applicable_product_ids and applicable_product_tags are not provided, the credit applies to all products.',
337
- items: {
338
- type: 'string',
339
- },
340
- },
341
- applicable_product_tags: {
342
- type: 'array',
343
- description: 'Which tags the credit applies to. If both applicable_product_ids and applicable_product_tags are not provided, the credit applies to all products.',
344
- items: {
345
- type: 'string',
346
- },
347
- },
348
- custom_fields: {
349
- type: 'object',
350
- description: 'Custom fields to be added eg. { "key1": "value1", "key2": "value2" }',
351
- additionalProperties: true,
352
- },
353
- description: {
354
- type: 'string',
355
- description: 'Used only in UI/API. It is not exposed to end customers.',
356
- },
357
- hierarchy_configuration: {
358
- $ref: '#/$defs/commit_hierarchy_configuration',
359
- },
360
- name: {
361
- type: 'string',
362
- description: 'displayed on invoices',
363
- },
364
- netsuite_sales_order_id: {
365
- type: 'string',
366
- description: "This field's availability is dependent on your client's configuration.",
367
- },
368
- priority: {
369
- type: 'number',
370
- description: 'If multiple credits are applicable, the one with the lower priority will apply first.',
371
- },
372
- rate_type: {
373
- type: 'string',
374
- enum: ['COMMIT_RATE', 'LIST_RATE'],
375
- },
376
- specifiers: {
377
- type: 'array',
378
- description: "List of filters that determine what kind of customer usage draws down a commit or credit. A customer's usage needs to meet the condition of at least one of the specifiers to contribute to a commit's or credit's drawdown. This field cannot be used together with `applicable_product_ids` or `applicable_product_tags`.",
379
- items: {
380
- $ref: '#/$defs/commit_specifier_input',
381
- },
382
- },
383
- },
384
- required: ['access_schedule', 'product_id'],
385
- },
386
- },
387
- custom_fields: {
388
- type: 'object',
389
- description: 'Custom fields to be added eg. { "key1": "value1", "key2": "value2" }',
390
- additionalProperties: true,
391
- },
392
- discounts: {
393
- type: 'array',
394
- description: "This field's availability is dependent on your client's configuration.",
395
- items: {
396
- type: 'object',
397
- properties: {
398
- product_id: {
399
- type: 'string',
400
- },
401
- schedule: {
402
- type: 'object',
403
- description: 'Must provide either schedule_items or recurring_schedule.',
404
- properties: {
405
- credit_type_id: {
406
- type: 'string',
407
- description: 'Defaults to USD (cents) if not passed.',
408
- },
409
- do_not_invoice: {
410
- type: 'boolean',
411
- description: 'This field is only applicable to commit invoice schedules. If true, this schedule will not generate an invoice.',
412
- },
413
- recurring_schedule: {
414
- type: 'object',
415
- description: 'Enter the unit price and quantity for the charge or instead only send the amount. If amount is sent, the unit price is assumed to be the amount and quantity is inferred to be 1.',
416
- properties: {
417
- amount_distribution: {
418
- type: 'string',
419
- enum: ['DIVIDED', 'DIVIDED_ROUNDED', 'EACH'],
420
- },
421
- ending_before: {
422
- type: 'string',
423
- description: 'RFC 3339 timestamp (exclusive).',
424
- format: 'date-time',
425
- },
426
- frequency: {
427
- type: 'string',
428
- enum: ['MONTHLY', 'QUARTERLY', 'SEMI_ANNUAL', 'ANNUAL'],
429
- },
430
- starting_at: {
431
- type: 'string',
432
- description: 'RFC 3339 timestamp (inclusive).',
433
- format: 'date-time',
434
- },
435
- amount: {
436
- type: 'number',
437
- description: 'Amount for the charge. Can be provided instead of unit_price and quantity. If amount is sent, the unit_price is assumed to be the amount and quantity is inferred to be 1.',
438
- },
439
- quantity: {
440
- type: 'number',
441
- description: 'Quantity for the charge. Will be multiplied by unit_price to determine the amount and must be specified with unit_price. If specified amount cannot be provided.',
442
- },
443
- unit_price: {
444
- type: 'number',
445
- description: 'Unit price for the charge. Will be multiplied by quantity to determine the amount and must be specified with quantity. If specified amount cannot be provided.',
446
- },
447
- },
448
- required: ['amount_distribution', 'ending_before', 'frequency', 'starting_at'],
449
- },
450
- schedule_items: {
451
- type: 'array',
452
- description: 'Either provide amount or provide both unit_price and quantity.',
453
- items: {
454
- type: 'object',
455
- properties: {
456
- timestamp: {
457
- type: 'string',
458
- description: 'timestamp of the scheduled event',
459
- format: 'date-time',
460
- },
461
- amount: {
462
- type: 'number',
463
- description: 'Amount for the charge. Can be provided instead of unit_price and quantity. If amount is sent, the unit_price is assumed to be the amount and quantity is inferred to be 1.',
464
- },
465
- quantity: {
466
- type: 'number',
467
- description: 'Quantity for the charge. Will be multiplied by unit_price to determine the amount and must be specified with unit_price. If specified amount cannot be provided.',
468
- },
469
- unit_price: {
470
- type: 'number',
471
- description: 'Unit price for the charge. Will be multiplied by quantity to determine the amount and must be specified with quantity. If specified amount cannot be provided.',
472
- },
473
- },
474
- required: ['timestamp'],
475
- },
476
- },
477
- },
478
- },
479
- custom_fields: {
480
- type: 'object',
481
- description: 'Custom fields to be added eg. { "key1": "value1", "key2": "value2" }',
482
- additionalProperties: true,
483
- },
484
- name: {
485
- type: 'string',
486
- description: 'displayed on invoices',
487
- },
488
- netsuite_sales_order_id: {
489
- type: 'string',
490
- description: "This field's availability is dependent on your client's configuration.",
491
- },
492
- },
493
- required: ['product_id', 'schedule'],
494
- },
495
- },
496
- ending_before: {
497
- type: 'string',
498
- description: 'exclusive contract end time',
499
- format: 'date-time',
500
- },
501
- hierarchy_configuration: {
502
- type: 'object',
503
- properties: {
504
- parent: {
505
- type: 'object',
506
- properties: {
507
- contract_id: {
508
- type: 'string',
509
- },
510
- customer_id: {
511
- type: 'string',
512
- },
513
- },
514
- required: ['contract_id', 'customer_id'],
515
- },
516
- parent_behavior: {
517
- type: 'object',
518
- properties: {
519
- invoice_consolidation_type: {
520
- type: 'string',
521
- description: 'Account hierarchy M3 - Indicates the desired behavior of consolidated invoices generated by the parent in a customer hierarchy\n\n**CONCATENATE**: Statements on the invoices of child customers will be appended to the consolidated invoice\n\n**NONE**: Do not generate consolidated invoices',
522
- enum: ['CONCATENATE', 'NONE'],
523
- },
524
- },
525
- },
526
- payer: {
527
- type: 'string',
528
- description: "Account hierarchy M3 - Indicates which customer should pay for the child's invoice charges\n\n**SELF**: The child pays for its own invoice charges\n\n**PARENT**: The parent pays for the child's invoice charges",
529
- enum: ['SELF', 'PARENT'],
530
- },
531
- usage_statement_behavior: {
532
- type: 'string',
533
- description: "Account hierarchy M3 - Indicates the behavior of the child's invoice statements on the parent's invoices.\n\n**CONSOLIDATE**: Child's invoice statements will be added to parent's consolidated invoices\n\n**SEPARATE**: Child's invoice statements will appear not appear on parent's consolidated invoices",
534
- enum: ['CONSOLIDATE', 'SEPARATE'],
535
- },
536
- },
537
- },
538
- multiplier_override_prioritization: {
539
- type: 'string',
540
- description: 'Defaults to LOWEST_MULTIPLIER, which applies the greatest discount to list prices automatically. EXPLICIT prioritization requires specifying priorities for each multiplier; the one with the lowest priority value will be prioritized first. If tiered overrides are used, prioritization must be explicit.',
541
- enum: ['LOWEST_MULTIPLIER', 'EXPLICIT'],
542
- },
543
- name: {
544
- type: 'string',
545
- },
546
- net_payment_terms_days: {
547
- type: 'number',
548
- },
549
- netsuite_sales_order_id: {
550
- type: 'string',
551
- description: "This field's availability is dependent on your client's configuration.",
552
- },
553
- overrides: {
554
- type: 'array',
555
- items: {
556
- type: 'object',
557
- properties: {
558
- starting_at: {
559
- type: 'string',
560
- description: 'RFC 3339 timestamp indicating when the override will start applying (inclusive)',
561
- format: 'date-time',
562
- },
563
- applicable_product_tags: {
564
- type: 'array',
565
- description: 'tags identifying products whose rates are being overridden. Cannot be used in conjunction with override_specifiers.',
566
- items: {
567
- type: 'string',
568
- },
569
- },
570
- ending_before: {
571
- type: 'string',
572
- description: 'RFC 3339 timestamp indicating when the override will stop applying (exclusive)',
573
- format: 'date-time',
574
- },
575
- entitled: {
576
- type: 'boolean',
577
- },
578
- is_commit_specific: {
579
- type: 'boolean',
580
- description: 'Indicates whether the override should only apply to commits. Defaults to `false`. If `true`, you can specify relevant commits in `override_specifiers` by passing `commit_ids`. if you do not specify `commit_ids`, then the override will apply when consuming any prepaid or postpaid commit.',
581
- },
582
- multiplier: {
583
- type: 'number',
584
- description: 'Required for MULTIPLIER type. Must be >=0.',
585
- },
586
- override_specifiers: {
587
- type: 'array',
588
- description: 'Cannot be used in conjunction with product_id or applicable_product_tags. If provided, the override will apply to all products with the specified specifiers.',
589
- items: {
590
- type: 'object',
591
- properties: {
592
- billing_frequency: {
593
- type: 'string',
594
- enum: ['MONTHLY', 'QUARTERLY', 'ANNUAL', 'WEEKLY'],
595
- },
596
- commit_ids: {
597
- type: 'array',
598
- description: 'Can only be used for commit specific overrides. Must be used in conjunction with one of `product_id`, `product_tags`, `pricing_group_values`, or `presentation_group_values`. If provided, the override will only apply to the specified commits. If not provided, the override will apply to all commits.',
599
- items: {
600
- type: 'string',
601
- },
602
- },
603
- presentation_group_values: {
604
- type: 'object',
605
- description: 'A map of group names to values. The override will only apply to line items with the specified presentation group values.',
606
- additionalProperties: true,
607
- },
608
- pricing_group_values: {
609
- type: 'object',
610
- description: 'A map of pricing group names to values. The override will only apply to products with the specified pricing group values.',
611
- additionalProperties: true,
612
- },
613
- product_id: {
614
- type: 'string',
615
- description: 'If provided, the override will only apply to the product with the specified ID.',
616
- },
617
- product_tags: {
618
- type: 'array',
619
- description: 'If provided, the override will only apply to products with all the specified tags.',
620
- items: {
621
- type: 'string',
622
- },
623
- },
624
- recurring_commit_ids: {
625
- type: 'array',
626
- description: 'Can only be used for commit specific overrides. Must be used in conjunction with one of `product_id`, `product_tags`, `pricing_group_values`, or `presentation_group_values`. If provided, the override will only apply to commits created by the specified recurring commit ids.',
627
- items: {
628
- type: 'string',
629
- },
630
- },
631
- recurring_credit_ids: {
632
- type: 'array',
633
- description: 'Can only be used for commit specific overrides. Must be used in conjunction with one of `product_id`, `product_tags`, `pricing_group_values`, or `presentation_group_values`. If provided, the override will only apply to credits created by the specified recurring credit ids.',
634
- items: {
635
- type: 'string',
636
- },
637
- },
638
- },
639
- },
640
- },
641
- overwrite_rate: {
642
- type: 'object',
643
- description: 'Required for OVERWRITE type.',
644
- properties: {
645
- rate_type: {
646
- type: 'string',
647
- enum: ['FLAT', 'PERCENTAGE', 'SUBSCRIPTION', 'TIERED', 'CUSTOM'],
648
- },
649
- credit_type_id: {
650
- type: 'string',
651
- },
652
- custom_rate: {
653
- type: 'object',
654
- description: 'Only set for CUSTOM rate_type. This field is interpreted by custom rate processors.',
655
- additionalProperties: true,
656
- },
657
- is_prorated: {
658
- type: 'boolean',
659
- description: 'Default proration configuration. Only valid for SUBSCRIPTION rate_type. Must be set to true.',
660
- },
661
- price: {
662
- type: 'number',
663
- description: 'Default price. For FLAT rate_type, this must be >=0. For PERCENTAGE rate_type, this is a decimal fraction, e.g. use 0.1 for 10%; this must be >=0 and <=1.',
664
- },
665
- quantity: {
666
- type: 'number',
667
- description: 'Default quantity. For SUBSCRIPTION rate_type, this must be >=0.',
668
- },
669
- tiers: {
670
- type: 'array',
671
- description: 'Only set for TIERED rate_type.',
672
- items: {
673
- $ref: '#/$defs/tier',
674
- },
675
- },
676
- },
677
- required: ['rate_type'],
678
- },
679
- priority: {
680
- type: 'number',
681
- description: 'Required for EXPLICIT multiplier prioritization scheme and all TIERED overrides. Under EXPLICIT prioritization, overwrites are prioritized first, and then tiered and multiplier overrides are prioritized by their priority value (lowest first). Must be > 0.',
682
- },
683
- product_id: {
684
- type: 'string',
685
- description: 'ID of the product whose rate is being overridden. Cannot be used in conjunction with override_specifiers.',
686
- },
687
- target: {
688
- type: 'string',
689
- description: 'Indicates whether the override applies to commit rates or list rates. Can only be used for overrides that have `is_commit_specific` set to `true`. Defaults to `"LIST_RATE"`.',
690
- enum: ['COMMIT_RATE', 'LIST_RATE'],
691
- },
692
- tiers: {
693
- type: 'array',
694
- description: 'Required for TIERED type. Must have at least one tier.',
695
- items: {
696
- type: 'object',
697
- properties: {
698
- multiplier: {
699
- type: 'number',
700
- },
701
- size: {
702
- type: 'number',
703
- },
704
- },
705
- required: ['multiplier'],
706
- },
707
- },
708
- type: {
709
- type: 'string',
710
- description: 'Overwrites are prioritized over multipliers and tiered overrides.',
711
- enum: ['OVERWRITE', 'MULTIPLIER', 'TIERED'],
712
- },
713
- },
714
- required: ['starting_at'],
715
- },
716
- },
717
- prepaid_balance_threshold_configuration: {
718
- $ref: '#/$defs/prepaid_balance_threshold_configuration',
719
- },
720
- priority: {
721
- type: 'number',
722
- description: 'Priority of the contract.',
723
- },
724
- professional_services: {
725
- type: 'array',
726
- description: "This field's availability is dependent on your client's configuration.",
727
- items: {
728
- type: 'object',
729
- properties: {
730
- max_amount: {
731
- type: 'number',
732
- description: 'Maximum amount for the term.',
733
- },
734
- product_id: {
735
- type: 'string',
736
- },
737
- quantity: {
738
- type: 'number',
739
- description: 'Quantity for the charge. Will be multiplied by unit_price to determine the amount.',
740
- },
741
- unit_price: {
742
- type: 'number',
743
- description: 'Unit price for the charge. Will be multiplied by quantity to determine the amount and must be specified.',
744
- },
745
- custom_fields: {
746
- type: 'object',
747
- description: 'Custom fields to be added eg. { "key1": "value1", "key2": "value2" }',
748
- additionalProperties: true,
749
- },
750
- description: {
751
- type: 'string',
752
- },
753
- netsuite_sales_order_id: {
754
- type: 'string',
755
- description: "This field's availability is dependent on your client's configuration.",
756
- },
757
- },
758
- required: ['max_amount', 'product_id', 'quantity', 'unit_price'],
759
- },
760
- },
761
- rate_card_alias: {
762
- type: 'string',
763
- description: "Selects the rate card linked to the specified alias as of the contract's start date.",
764
- },
765
- rate_card_id: {
766
- type: 'string',
767
- },
768
- recurring_commits: {
769
- type: 'array',
770
- items: {
771
- type: 'object',
772
- properties: {
773
- access_amount: {
774
- type: 'object',
775
- description: 'The amount of commit to grant.',
776
- properties: {
777
- credit_type_id: {
778
- type: 'string',
779
- },
780
- unit_price: {
781
- type: 'number',
782
- },
783
- quantity: {
784
- type: 'number',
785
- description: 'This field is required unless a subscription is attached via `subscription_config`.',
786
- },
787
- },
788
- required: ['credit_type_id', 'unit_price'],
789
- },
790
- commit_duration: {
791
- type: 'object',
792
- description: 'Defines the length of the access schedule for each created commit/credit. The value represents the number of units. Unit defaults to "PERIODS", where the length of a period is determined by the recurrence_frequency.',
793
- properties: {
794
- value: {
795
- type: 'number',
796
- },
797
- unit: {
798
- type: 'string',
799
- enum: ['PERIODS'],
800
- },
801
- },
802
- required: ['value'],
803
- },
804
- priority: {
805
- type: 'number',
806
- description: 'Will be passed down to the individual commits',
807
- },
808
- product_id: {
809
- type: 'string',
810
- },
811
- starting_at: {
812
- type: 'string',
813
- description: 'determines the start time for the first commit',
814
- format: 'date-time',
815
- },
816
- applicable_product_ids: {
817
- type: 'array',
818
- description: 'Will be passed down to the individual commits',
819
- items: {
820
- type: 'string',
821
- },
822
- },
823
- applicable_product_tags: {
824
- type: 'array',
825
- description: 'Will be passed down to the individual commits',
826
- items: {
827
- type: 'string',
828
- },
829
- },
830
- description: {
831
- type: 'string',
832
- description: 'Will be passed down to the individual commits',
833
- },
834
- ending_before: {
835
- type: 'string',
836
- description: 'Determines when the contract will stop creating recurring commits. optional',
837
- format: 'date-time',
838
- },
839
- hierarchy_configuration: {
840
- $ref: '#/$defs/commit_hierarchy_configuration',
841
- },
842
- invoice_amount: {
843
- type: 'object',
844
- description: 'The amount the customer should be billed for the commit. Not required.',
845
- properties: {
846
- credit_type_id: {
847
- type: 'string',
848
- },
849
- quantity: {
850
- type: 'number',
851
- },
852
- unit_price: {
853
- type: 'number',
854
- },
855
- },
856
- required: ['credit_type_id', 'quantity', 'unit_price'],
857
- },
858
- name: {
859
- type: 'string',
860
- description: 'displayed on invoices. will be passed through to the individual commits',
861
- },
862
- netsuite_sales_order_id: {
863
- type: 'string',
864
- description: 'Will be passed down to the individual commits',
865
- },
866
- proration: {
867
- type: 'string',
868
- description: 'Determines whether the first and last commit will be prorated. If not provided, the default is FIRST_AND_LAST (i.e. prorate both the first and last commits).',
869
- enum: ['NONE', 'FIRST', 'LAST', 'FIRST_AND_LAST'],
870
- },
871
- rate_type: {
872
- type: 'string',
873
- description: 'Whether the created commits will use the commit rate or list rate',
874
- enum: ['COMMIT_RATE', 'LIST_RATE'],
875
- },
876
- recurrence_frequency: {
877
- type: 'string',
878
- description: "The frequency at which the recurring commits will be created. If not provided: - The commits will be created on the usage invoice frequency. If provided: - The period defined in the duration will correspond to this frequency. - Commits will be created aligned with the recurring commit's starting_at rather than the usage invoice dates.",
879
- enum: ['MONTHLY', 'QUARTERLY', 'ANNUAL', 'WEEKLY'],
880
- },
881
- rollover_fraction: {
882
- type: 'number',
883
- description: 'Will be passed down to the individual commits. This controls how much of an individual unexpired commit will roll over upon contract transition. Must be between 0 and 1.',
884
- },
885
- specifiers: {
886
- type: 'array',
887
- description: "List of filters that determine what kind of customer usage draws down a commit or credit. A customer's usage needs to meet the condition of at least one of the specifiers to contribute to a commit's or credit's drawdown. This field cannot be used together with `applicable_product_ids` or `applicable_product_tags`.",
888
- items: {
889
- $ref: '#/$defs/commit_specifier_input',
890
- },
891
- },
892
- subscription_config: {
893
- type: 'object',
894
- description: 'Attach a subscription to the recurring commit/credit.',
895
- properties: {
896
- apply_seat_increase_config: {
897
- type: 'object',
898
- properties: {
899
- is_prorated: {
900
- type: 'boolean',
901
- description: 'Indicates whether a mid-period seat increase should be prorated.',
902
- },
903
- },
904
- required: ['is_prorated'],
905
- },
906
- subscription_id: {
907
- type: 'string',
908
- description: 'ID of the subscription to configure on the recurring commit/credit.',
909
- },
910
- allocation: {
911
- type: 'string',
912
- description: 'If set to POOLED, allocation added per seat is pooled across the account. If set to INDIVIDUAL, each seat in the subscription will have its own allocation.',
913
- enum: ['INDIVIDUAL', 'POOLED'],
914
- },
915
- },
916
- required: ['apply_seat_increase_config', 'subscription_id'],
917
- },
918
- temporary_id: {
919
- type: 'string',
920
- description: 'A temporary ID that can be used to reference the recurring commit for commit specific overrides.',
921
- },
922
- },
923
- required: ['access_amount', 'commit_duration', 'priority', 'product_id', 'starting_at'],
924
- },
925
- },
926
- recurring_credits: {
927
- type: 'array',
928
- items: {
929
- type: 'object',
930
- properties: {
931
- access_amount: {
932
- type: 'object',
933
- description: 'The amount of commit to grant.',
934
- properties: {
935
- credit_type_id: {
936
- type: 'string',
937
- },
938
- unit_price: {
939
- type: 'number',
940
- },
941
- quantity: {
942
- type: 'number',
943
- description: 'This field is required unless a subscription is attached via `subscription_config`.',
944
- },
945
- },
946
- required: ['credit_type_id', 'unit_price'],
947
- },
948
- commit_duration: {
949
- type: 'object',
950
- description: 'Defines the length of the access schedule for each created commit/credit. The value represents the number of units. Unit defaults to "PERIODS", where the length of a period is determined by the recurrence_frequency.',
951
- properties: {
952
- value: {
953
- type: 'number',
954
- },
955
- unit: {
956
- type: 'string',
957
- enum: ['PERIODS'],
958
- },
959
- },
960
- required: ['value'],
961
- },
962
- priority: {
963
- type: 'number',
964
- description: 'Will be passed down to the individual commits',
965
- },
966
- product_id: {
967
- type: 'string',
968
- },
969
- starting_at: {
970
- type: 'string',
971
- description: 'determines the start time for the first commit',
972
- format: 'date-time',
973
- },
974
- applicable_product_ids: {
975
- type: 'array',
976
- description: 'Will be passed down to the individual commits',
977
- items: {
978
- type: 'string',
979
- },
980
- },
981
- applicable_product_tags: {
982
- type: 'array',
983
- description: 'Will be passed down to the individual commits',
984
- items: {
985
- type: 'string',
986
- },
987
- },
988
- description: {
989
- type: 'string',
990
- description: 'Will be passed down to the individual commits',
991
- },
992
- ending_before: {
993
- type: 'string',
994
- description: 'Determines when the contract will stop creating recurring commits. optional',
995
- format: 'date-time',
996
- },
997
- hierarchy_configuration: {
998
- $ref: '#/$defs/commit_hierarchy_configuration',
999
- },
1000
- name: {
1001
- type: 'string',
1002
- description: 'displayed on invoices. will be passed through to the individual commits',
1003
- },
1004
- netsuite_sales_order_id: {
1005
- type: 'string',
1006
- description: 'Will be passed down to the individual commits',
1007
- },
1008
- proration: {
1009
- type: 'string',
1010
- description: 'Determines whether the first and last commit will be prorated. If not provided, the default is FIRST_AND_LAST (i.e. prorate both the first and last commits).',
1011
- enum: ['NONE', 'FIRST', 'LAST', 'FIRST_AND_LAST'],
1012
- },
1013
- rate_type: {
1014
- type: 'string',
1015
- description: 'Whether the created commits will use the commit rate or list rate',
1016
- enum: ['COMMIT_RATE', 'LIST_RATE'],
1017
- },
1018
- recurrence_frequency: {
1019
- type: 'string',
1020
- description: "The frequency at which the recurring commits will be created. If not provided: - The commits will be created on the usage invoice frequency. If provided: - The period defined in the duration will correspond to this frequency. - Commits will be created aligned with the recurring commit's starting_at rather than the usage invoice dates.",
1021
- enum: ['MONTHLY', 'QUARTERLY', 'ANNUAL', 'WEEKLY'],
1022
- },
1023
- rollover_fraction: {
1024
- type: 'number',
1025
- description: 'Will be passed down to the individual commits. This controls how much of an individual unexpired commit will roll over upon contract transition. Must be between 0 and 1.',
1026
- },
1027
- specifiers: {
1028
- type: 'array',
1029
- description: "List of filters that determine what kind of customer usage draws down a commit or credit. A customer's usage needs to meet the condition of at least one of the specifiers to contribute to a commit's or credit's drawdown. This field cannot be used together with `applicable_product_ids` or `applicable_product_tags`.",
1030
- items: {
1031
- $ref: '#/$defs/commit_specifier_input',
1032
- },
1033
- },
1034
- subscription_config: {
1035
- type: 'object',
1036
- description: 'Attach a subscription to the recurring commit/credit.',
1037
- properties: {
1038
- apply_seat_increase_config: {
1039
- type: 'object',
1040
- properties: {
1041
- is_prorated: {
1042
- type: 'boolean',
1043
- description: 'Indicates whether a mid-period seat increase should be prorated.',
1044
- },
1045
- },
1046
- required: ['is_prorated'],
1047
- },
1048
- subscription_id: {
1049
- type: 'string',
1050
- description: 'ID of the subscription to configure on the recurring commit/credit.',
1051
- },
1052
- allocation: {
1053
- type: 'string',
1054
- description: 'If set to POOLED, allocation added per seat is pooled across the account. If set to INDIVIDUAL, each seat in the subscription will have its own allocation.',
1055
- enum: ['INDIVIDUAL', 'POOLED'],
1056
- },
1057
- },
1058
- required: ['apply_seat_increase_config', 'subscription_id'],
1059
- },
1060
- temporary_id: {
1061
- type: 'string',
1062
- description: 'A temporary ID that can be used to reference the recurring commit for commit specific overrides.',
1063
- },
1064
- },
1065
- required: ['access_amount', 'commit_duration', 'priority', 'product_id', 'starting_at'],
1066
- },
1067
- },
1068
- reseller_royalties: {
1069
- type: 'array',
1070
- description: "This field's availability is dependent on your client's configuration.",
1071
- items: {
1072
- type: 'object',
1073
- properties: {
1074
- fraction: {
1075
- type: 'number',
1076
- },
1077
- netsuite_reseller_id: {
1078
- type: 'string',
1079
- },
1080
- reseller_type: {
1081
- type: 'string',
1082
- enum: ['AWS', 'AWS_PRO_SERVICE', 'GCP', 'GCP_PRO_SERVICE'],
1083
- },
1084
- starting_at: {
1085
- type: 'string',
1086
- format: 'date-time',
1087
- },
1088
- applicable_product_ids: {
1089
- type: 'array',
1090
- description: 'Must provide at least one of applicable_product_ids or applicable_product_tags.',
1091
- items: {
1092
- type: 'string',
1093
- },
1094
- },
1095
- applicable_product_tags: {
1096
- type: 'array',
1097
- description: 'Must provide at least one of applicable_product_ids or applicable_product_tags.',
1098
- items: {
1099
- type: 'string',
1100
- },
1101
- },
1102
- aws_options: {
1103
- type: 'object',
1104
- properties: {
1105
- aws_account_number: {
1106
- type: 'string',
1107
- },
1108
- aws_offer_id: {
1109
- type: 'string',
1110
- },
1111
- aws_payer_reference_id: {
1112
- type: 'string',
1113
- },
1114
- },
1115
- },
1116
- ending_before: {
1117
- type: 'string',
1118
- format: 'date-time',
1119
- },
1120
- gcp_options: {
1121
- type: 'object',
1122
- properties: {
1123
- gcp_account_id: {
1124
- type: 'string',
1125
- },
1126
- gcp_offer_id: {
1127
- type: 'string',
1128
- },
1129
- },
1130
- },
1131
- reseller_contract_value: {
1132
- type: 'number',
1133
- },
1134
- },
1135
- required: ['fraction', 'netsuite_reseller_id', 'reseller_type', 'starting_at'],
1136
- },
1137
- },
1138
- revenue_system_configuration: {
1139
- type: 'object',
1140
- description: 'The revenue system configuration associated with a contract. Provide either an ID or the provider and delivery method.',
1141
- properties: {
1142
- delivery_method: {
1143
- type: 'string',
1144
- description: 'How revenue recognition records should be delivered to the revenue system. Do not specify if using revenue_system_configuration_id.',
1145
- enum: ['direct_to_billing_provider'],
1146
- },
1147
- provider: {
1148
- type: 'string',
1149
- description: 'The system that is providing services for revenue recognition. Do not specify if using revenue_system_configuration_id.',
1150
- enum: ['netsuite'],
1151
- },
1152
- revenue_system_configuration_id: {
1153
- type: 'string',
1154
- description: 'The Metronome ID of the revenue system configuration. Use when a customer has multiple configurations with the same provider and delivery method. Otherwise, specify the provider and delivery_method.',
1155
- },
1156
- },
1157
- },
1158
- salesforce_opportunity_id: {
1159
- type: 'string',
1160
- description: "This field's availability is dependent on your client's configuration.",
1161
- },
1162
- scheduled_charges: {
1163
- type: 'array',
1164
- items: {
1165
- type: 'object',
1166
- properties: {
1167
- product_id: {
1168
- type: 'string',
1169
- },
1170
- schedule: {
1171
- type: 'object',
1172
- description: 'Must provide either schedule_items or recurring_schedule.',
1173
- properties: {
1174
- credit_type_id: {
1175
- type: 'string',
1176
- description: 'Defaults to USD (cents) if not passed.',
1177
- },
1178
- do_not_invoice: {
1179
- type: 'boolean',
1180
- description: 'This field is only applicable to commit invoice schedules. If true, this schedule will not generate an invoice.',
1181
- },
1182
- recurring_schedule: {
1183
- type: 'object',
1184
- description: 'Enter the unit price and quantity for the charge or instead only send the amount. If amount is sent, the unit price is assumed to be the amount and quantity is inferred to be 1.',
1185
- properties: {
1186
- amount_distribution: {
1187
- type: 'string',
1188
- enum: ['DIVIDED', 'DIVIDED_ROUNDED', 'EACH'],
1189
- },
1190
- ending_before: {
1191
- type: 'string',
1192
- description: 'RFC 3339 timestamp (exclusive).',
1193
- format: 'date-time',
1194
- },
1195
- frequency: {
1196
- type: 'string',
1197
- enum: ['MONTHLY', 'QUARTERLY', 'SEMI_ANNUAL', 'ANNUAL'],
1198
- },
1199
- starting_at: {
1200
- type: 'string',
1201
- description: 'RFC 3339 timestamp (inclusive).',
1202
- format: 'date-time',
1203
- },
1204
- amount: {
1205
- type: 'number',
1206
- description: 'Amount for the charge. Can be provided instead of unit_price and quantity. If amount is sent, the unit_price is assumed to be the amount and quantity is inferred to be 1.',
1207
- },
1208
- quantity: {
1209
- type: 'number',
1210
- description: 'Quantity for the charge. Will be multiplied by unit_price to determine the amount and must be specified with unit_price. If specified amount cannot be provided.',
1211
- },
1212
- unit_price: {
1213
- type: 'number',
1214
- description: 'Unit price for the charge. Will be multiplied by quantity to determine the amount and must be specified with quantity. If specified amount cannot be provided.',
1215
- },
1216
- },
1217
- required: ['amount_distribution', 'ending_before', 'frequency', 'starting_at'],
1218
- },
1219
- schedule_items: {
1220
- type: 'array',
1221
- description: 'Either provide amount or provide both unit_price and quantity.',
1222
- items: {
1223
- type: 'object',
1224
- properties: {
1225
- timestamp: {
1226
- type: 'string',
1227
- description: 'timestamp of the scheduled event',
1228
- format: 'date-time',
1229
- },
1230
- amount: {
1231
- type: 'number',
1232
- description: 'Amount for the charge. Can be provided instead of unit_price and quantity. If amount is sent, the unit_price is assumed to be the amount and quantity is inferred to be 1.',
1233
- },
1234
- quantity: {
1235
- type: 'number',
1236
- description: 'Quantity for the charge. Will be multiplied by unit_price to determine the amount and must be specified with unit_price. If specified amount cannot be provided.',
1237
- },
1238
- unit_price: {
1239
- type: 'number',
1240
- description: 'Unit price for the charge. Will be multiplied by quantity to determine the amount and must be specified with quantity. If specified amount cannot be provided.',
1241
- },
1242
- },
1243
- required: ['timestamp'],
1244
- },
1245
- },
1246
- },
1247
- },
1248
- custom_fields: {
1249
- type: 'object',
1250
- description: 'Custom fields to be added eg. { "key1": "value1", "key2": "value2" }',
1251
- additionalProperties: true,
1252
- },
1253
- name: {
1254
- type: 'string',
1255
- description: 'displayed on invoices',
1256
- },
1257
- netsuite_sales_order_id: {
1258
- type: 'string',
1259
- description: "This field's availability is dependent on your client's configuration.",
1260
- },
1261
- },
1262
- required: ['product_id', 'schedule'],
1263
- },
1264
- },
1265
- scheduled_charges_on_usage_invoices: {
1266
- type: 'string',
1267
- description: "Determines which scheduled and commit charges to consolidate onto the Contract's usage invoice. The charge's `timestamp` must match the usage invoice's `ending_before` date for consolidation to occur. This field cannot be modified after a Contract has been created. If this field is omitted, charges will appear on a separate invoice from usage charges.",
1268
- enum: ['ALL'],
1269
- },
1270
- spend_threshold_configuration: {
1271
- $ref: '#/$defs/spend_threshold_configuration',
1272
- },
1273
- subscriptions: {
1274
- type: 'array',
1275
- description: 'Optional list of [subscriptions](https://docs.metronome.com/manage-product-access/create-subscription/) to add to the contract.',
1276
- items: {
1277
- type: 'object',
1278
- properties: {
1279
- collection_schedule: {
1280
- type: 'string',
1281
- enum: ['ADVANCE', 'ARREARS'],
1282
- },
1283
- proration: {
1284
- type: 'object',
1285
- properties: {
1286
- invoice_behavior: {
1287
- type: 'string',
1288
- description: 'Indicates how mid-period quantity adjustments are invoiced. \n**BILL_IMMEDIATELY**: Only available when collection schedule is `ADVANCE`. The quantity increase will be billed immediately on the scheduled date.\n**BILL_ON_NEXT_COLLECTION_DATE**: The quantity increase will be billed for in-arrears at the end of the period.',
1289
- enum: ['BILL_IMMEDIATELY', 'BILL_ON_NEXT_COLLECTION_DATE'],
1290
- },
1291
- is_prorated: {
1292
- type: 'boolean',
1293
- description: 'Indicates if the partial period will be prorated or charged a full amount.',
1294
- },
1295
- },
1296
- },
1297
- subscription_rate: {
1298
- type: 'object',
1299
- properties: {
1300
- billing_frequency: {
1301
- type: 'string',
1302
- description: 'Frequency to bill subscription with. Together with product_id, must match existing rate on the rate card.',
1303
- enum: ['MONTHLY', 'QUARTERLY', 'ANNUAL', 'WEEKLY'],
1304
- },
1305
- product_id: {
1306
- type: 'string',
1307
- description: 'Must be subscription type product',
1308
- },
1309
- },
1310
- required: ['billing_frequency', 'product_id'],
1311
- },
1312
- custom_fields: {
1313
- type: 'object',
1314
- description: 'Custom fields to be added eg. { "key1": "value1", "key2": "value2" }',
1315
- additionalProperties: true,
1316
- },
1317
- description: {
1318
- type: 'string',
1319
- },
1320
- ending_before: {
1321
- type: 'string',
1322
- description: 'Exclusive end time for the subscription. If not provided, subscription inherits contract end date.',
1323
- format: 'date-time',
1324
- },
1325
- initial_quantity: {
1326
- type: 'number',
1327
- description: 'The initial quantity for the subscription. It must be non-negative value. Required if quantity_management_mode is QUANTITY_ONLY.',
1328
- },
1329
- name: {
1330
- type: 'string',
1331
- },
1332
- quantity_management_mode: {
1333
- type: 'string',
1334
- description: "Determines how the subscription's quantity is controlled. Defaults to QUANTITY_ONLY. **QUANTITY_ONLY**: The subscription quantity is specified directly on the subscription. `initial_quantity` must be provided with this option. Compatible with recurring commits/credits that use POOLED allocation. **SEAT_BASED**: Use when you want to pass specific seat identifiers (e.g. add user_123) to increment and decrement a subscription quantity, rather than directly providing the quantity. You must use a **SEAT_BASED** subscription to use a linked recurring credit with an allocation per seat. `seat_config` must be provided with this option.",
1335
- enum: ['SEAT_BASED', 'QUANTITY_ONLY'],
1336
- },
1337
- seat_config: {
1338
- type: 'object',
1339
- properties: {
1340
- initial_seat_ids: {
1341
- type: 'array',
1342
- description: 'The initial assigned seats on this subscription.',
1343
- items: {
1344
- type: 'string',
1345
- },
1346
- },
1347
- seat_group_key: {
1348
- type: 'string',
1349
- description: "The property name, sent on usage events, that identifies the seat ID associated with the usage event. For example, the property name might be seat_id or user_id. The property must be set as a group key on billable metrics and a presentation/pricing group key on contract products. This allows linked recurring credits with an allocation per seat to be consumed by only one seat's usage.",
1350
- },
1351
- initial_unassigned_seats: {
1352
- type: 'number',
1353
- description: 'The initial amount of unassigned seats on this subscription.',
1354
- },
1355
- },
1356
- required: ['initial_seat_ids', 'seat_group_key'],
1357
- },
1358
- starting_at: {
1359
- type: 'string',
1360
- description: 'Inclusive start time for the subscription. If not provided, defaults to contract start date',
1361
- format: 'date-time',
1362
- },
1363
- temporary_id: {
1364
- type: 'string',
1365
- description: 'A temporary ID used to reference the subscription in recurring commit/credit subscription configs created within the same payload.',
1366
- },
1367
- },
1368
- required: ['collection_schedule', 'proration', 'subscription_rate'],
1369
- },
1370
- },
1371
- total_contract_value: {
1372
- type: 'number',
1373
- description: "This field's availability is dependent on your client's configuration.",
1374
- },
1375
- transition: {
1376
- type: 'object',
1377
- properties: {
1378
- from_contract_id: {
1379
- type: 'string',
1380
- },
1381
- type: {
1382
- type: 'string',
1383
- description: "This field's available values may vary based on your client's configuration.",
1384
- enum: ['SUPERSEDE', 'RENEWAL'],
1385
- },
1386
- future_invoice_behavior: {
1387
- type: 'object',
1388
- properties: {
1389
- trueup: {
1390
- type: 'string',
1391
- description: 'Controls whether future trueup invoices are billed or removed. Default behavior is AS_IS if not specified.',
1392
- enum: ['REMOVE', 'AS_IS'],
1393
- },
1394
- },
1395
- },
1396
- },
1397
- required: ['from_contract_id', 'type'],
1398
- },
1399
- uniqueness_key: {
1400
- type: 'string',
1401
- description: 'Prevents the creation of duplicates. If a request to create a record is made with a previously used uniqueness key, a new record will not be created and the request will fail with a 409 error.',
1402
- },
1403
- usage_filter: {
1404
- $ref: '#/$defs/base_usage_filter',
1405
- },
1406
- usage_statement_schedule: {
1407
- type: 'object',
1408
- properties: {
1409
- frequency: {
1410
- type: 'string',
1411
- enum: ['MONTHLY', 'QUARTERLY', 'ANNUAL', 'WEEKLY'],
1412
- },
1413
- billing_anchor_date: {
1414
- type: 'string',
1415
- description: 'Required when using CUSTOM_DATE. This option lets you set a historical billing anchor date, aligning future billing cycles with a chosen cadence. For example, if a contract starts on 2024-09-15 and you set the anchor date to 2024-09-10 with a MONTHLY frequency, the first usage statement will cover 09-15 to 10-10. Subsequent statements will follow the 10th of each month.',
1416
- format: 'date-time',
1417
- },
1418
- day: {
1419
- type: 'string',
1420
- description: 'If not provided, defaults to the first day of the month.',
1421
- enum: ['FIRST_OF_MONTH', 'CONTRACT_START', 'CUSTOM_DATE'],
1422
- },
1423
- invoice_generation_starting_at: {
1424
- type: 'string',
1425
- description: "The date Metronome should start generating usage invoices. If unspecified, contract start date will be used. This is useful to set if you want to import historical invoices via our 'Create Historical Invoices' API rather than having Metronome automatically generate them.",
1426
- format: 'date-time',
1427
- },
1428
- },
1429
- required: ['frequency'],
1430
- },
1431
- },
1432
- required: ['customer_id', 'starting_at'],
1433
- $defs: {
1434
- commit_hierarchy_configuration: {
1435
- type: 'object',
1436
- properties: {
1437
- child_access: {
1438
- anyOf: [
1439
- {
1440
- type: 'object',
1441
- properties: {
1442
- type: {
1443
- type: 'string',
1444
- enum: ['ALL'],
1445
- },
1446
- },
1447
- required: ['type'],
1448
- },
1449
- {
1450
- type: 'object',
1451
- properties: {
1452
- type: {
1453
- type: 'string',
1454
- enum: ['NONE'],
1455
- },
1456
- },
1457
- required: ['type'],
1458
- },
1459
- {
1460
- type: 'object',
1461
- properties: {
1462
- contract_ids: {
1463
- type: 'array',
1464
- items: {
1465
- type: 'string',
1466
- },
1467
- },
1468
- type: {
1469
- type: 'string',
1470
- enum: ['CONTRACT_IDS'],
1471
- },
1472
- },
1473
- required: ['contract_ids', 'type'],
1474
- },
1475
- ],
1476
- },
1477
- },
1478
- required: ['child_access'],
1479
- },
1480
- commit_specifier_input: {
1481
- type: 'object',
1482
- properties: {
1483
- presentation_group_values: {
1484
- type: 'object',
1485
- additionalProperties: true,
1486
- },
1487
- pricing_group_values: {
1488
- type: 'object',
1489
- additionalProperties: true,
1490
- },
1491
- product_id: {
1492
- type: 'string',
1493
- description: 'If provided, the specifier will only apply to the product with the specified ID.',
1494
- },
1495
- product_tags: {
1496
- type: 'array',
1497
- description: 'If provided, the specifier will only apply to products with all the specified tags.',
1498
- items: {
1499
- type: 'string',
1500
- },
1501
- },
1502
- },
1503
- },
1504
- tier: {
1505
- type: 'object',
1506
- properties: {
1507
- price: {
1508
- type: 'number',
1509
- },
1510
- size: {
1511
- type: 'number',
1512
- },
1513
- },
1514
- required: ['price'],
1515
- },
1516
- prepaid_balance_threshold_configuration: {
1517
- type: 'object',
1518
- properties: {
1519
- commit: {
1520
- allOf: [
1521
- {
1522
- $ref: '#/$defs/base_threshold_commit',
1523
- },
1524
- ],
1525
- },
1526
- is_enabled: {
1527
- type: 'boolean',
1528
- description: 'When set to false, the contract will not be evaluated against the threshold_amount. Toggling to true will result an immediate evaluation, regardless of prior state.',
1529
- },
1530
- payment_gate_config: {
1531
- $ref: '#/$defs/payment_gate_config',
1532
- },
1533
- recharge_to_amount: {
1534
- type: 'number',
1535
- description: 'Specify the amount the balance should be recharged to.',
1536
- },
1537
- threshold_amount: {
1538
- type: 'number',
1539
- description: "Specify the threshold amount for the contract. Each time the contract's prepaid balance lowers to this amount, a threshold charge will be initiated.",
1540
- },
1541
- custom_credit_type_id: {
1542
- type: 'string',
1543
- description: 'If provided, the threshold, recharge-to amount, and the resulting threshold commit amount will be in terms of this credit type instead of the fiat currency.',
1544
- },
1545
- },
1546
- required: ['commit', 'is_enabled', 'payment_gate_config', 'recharge_to_amount', 'threshold_amount'],
1547
- },
1548
- base_threshold_commit: {
1549
- type: 'object',
1550
- properties: {
1551
- product_id: {
1552
- type: 'string',
1553
- description: 'The commit product that will be used to generate the line item for commit payment.',
1554
- },
1555
- description: {
1556
- type: 'string',
1557
- },
1558
- name: {
1559
- type: 'string',
1560
- description: 'Specify the name of the line item for the threshold charge. If left blank, it will default to the commit product name.',
1561
- },
1562
- },
1563
- required: ['product_id'],
1564
- },
1565
- payment_gate_config: {
1566
- type: 'object',
1567
- properties: {
1568
- payment_gate_type: {
1569
- type: 'string',
1570
- description: 'Gate access to the commit balance based on successful collection of payment. Select STRIPE for Metronome to facilitate payment via Stripe. Select EXTERNAL to facilitate payment using your own payment integration. Select NONE if you do not wish to payment gate the commit balance.',
1571
- enum: ['NONE', 'STRIPE', 'EXTERNAL'],
1572
- },
1573
- precalculated_tax_config: {
1574
- type: 'object',
1575
- description: 'Only applicable if using PRECALCULATED as your tax type.',
1576
- properties: {
1577
- tax_amount: {
1578
- type: 'number',
1579
- description: "Amount of tax to be applied. This should be in the same currency and denomination as the commit's invoice schedule",
1580
- },
1581
- tax_name: {
1582
- type: 'string',
1583
- description: 'Name of the tax to be applied. This may be used in an invoice line item description.',
1584
- },
1585
- },
1586
- required: ['tax_amount'],
1587
- },
1588
- stripe_config: {
1589
- type: 'object',
1590
- description: 'Only applicable if using STRIPE as your payment gate type.',
1591
- properties: {
1592
- payment_type: {
1593
- type: 'string',
1594
- description: 'If left blank, will default to INVOICE',
1595
- enum: ['INVOICE', 'PAYMENT_INTENT'],
1596
- },
1597
- invoice_metadata: {
1598
- type: 'object',
1599
- description: 'Metadata to be added to the Stripe invoice. Only applicable if using INVOICE as your payment type.',
1600
- additionalProperties: true,
1601
- },
1602
- },
1603
- required: ['payment_type'],
1604
- },
1605
- tax_type: {
1606
- type: 'string',
1607
- description: 'Stripe tax is only supported for Stripe payment gateway. Select NONE if you do not wish Metronome to calculate tax on your behalf. Leaving this field blank will default to NONE.',
1608
- enum: ['NONE', 'STRIPE', 'ANROK', 'AVALARA', 'PRECALCULATED'],
1609
- },
1610
- },
1611
- required: ['payment_gate_type'],
1612
- },
1613
- spend_threshold_configuration: {
1614
- type: 'object',
1615
- properties: {
1616
- commit: {
1617
- $ref: '#/$defs/base_threshold_commit',
1618
- },
1619
- is_enabled: {
1620
- type: 'boolean',
1621
- description: 'When set to false, the contract will not be evaluated against the threshold_amount. Toggling to true will result an immediate evaluation, regardless of prior state.',
1622
- },
1623
- payment_gate_config: {
1624
- $ref: '#/$defs/payment_gate_config',
1625
- },
1626
- threshold_amount: {
1627
- type: 'number',
1628
- description: "Specify the threshold amount for the contract. Each time the contract's usage hits this amount, a threshold charge will be initiated.",
1629
- },
1630
- },
1631
- required: ['commit', 'is_enabled', 'payment_gate_config', 'threshold_amount'],
1632
- },
1633
- base_usage_filter: {
1634
- type: 'object',
1635
- properties: {
1636
- group_key: {
1637
- type: 'string',
1638
- },
1639
- group_values: {
1640
- type: 'array',
1641
- items: {
1642
- type: 'string',
1643
- },
1644
- },
1645
- starting_at: {
1646
- type: 'string',
1647
- format: 'date-time',
1648
- },
1649
- },
1650
- required: ['group_key', 'group_values'],
1651
- },
1652
- },
1653
- },
1654
- annotations: {},
1655
- };
1656
- const handler = async (client, args) => {
1657
- const body = args;
1658
- try {
1659
- return (0, types_1.asTextContentResult)(await client.v1.contracts.create(body));
1660
- }
1661
- catch (error) {
1662
- if (error instanceof sdk_1.default.APIError) {
1663
- return (0, types_1.asErrorResult)(error.message);
1664
- }
1665
- throw error;
1666
- }
1667
- };
1668
- exports.handler = handler;
1669
- exports.default = { metadata: exports.metadata, tool: exports.tool, handler: exports.handler };
1670
- //# sourceMappingURL=create-v1-contracts.js.map