@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,134 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { isJqError, maybeFilter } from '@metronome/mcp/filtering';
3
- import { asErrorResult, asTextContentResult } from '@metronome/mcp/tools/types';
4
- import Metronome from '@metronome/sdk';
5
- export const metadata = {
6
- resource: 'v1.billable_metrics',
7
- operation: 'write',
8
- tags: [],
9
- httpMethod: 'post',
10
- httpPath: '/v1/billable-metrics/create',
11
- operationId: 'createBillableMetricV1-v1',
12
- };
13
- export const tool = {
14
- name: 'create_v1_billable_metrics',
15
- description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreate billable metrics programmatically with this endpoint—an essential step in configuring your pricing and packaging in Metronome.\n\nA billable metric is a customizable query that filters and aggregates events from your event stream. These metrics are continuously tracked as usage data enters Metronome through the ingestion pipeline. The ingestion process transforms raw usage data into actionable pricing metrics, enabling accurate metering and billing for your products.\n\n### Use this endpoint to: \n- Create individual or multiple billable metrics as part of a setup workflow.\n- Automate the entire pricing configuration process, from metric creation to customer contract setup.\n- Define metrics using either standard filtering/aggregation or a custom SQL query.\n\n### Key response fields: \n- The ID of the billable metric that was created\n- The created billable metric will be available to be used in Products, usage endpoints, and alerts. \n\n### Usage guidelines: \n- Metrics defined using standard filtering and aggregation are Streaming billable metrics, which have been optimized for ultra low latency and high throughput workflows. \n- Use SQL billable metrics if you require more flexible aggregation options.\n\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/billable_metric_create_response',\n $defs: {\n billable_metric_create_response: {\n type: 'object',\n properties: {\n data: {\n $ref: '#/$defs/id'\n }\n },\n required: [ 'data'\n ]\n },\n id: {\n type: 'object',\n properties: {\n id: {\n type: 'string'\n }\n },\n required: [ 'id'\n ]\n }\n }\n}\n```",
16
- inputSchema: {
17
- type: 'object',
18
- properties: {
19
- name: {
20
- type: 'string',
21
- description: 'The display name of the billable metric.',
22
- },
23
- aggregation_key: {
24
- type: 'string',
25
- description: 'Specifies the type of aggregation performed on matching events. Required if `sql` is not provided.',
26
- },
27
- aggregation_type: {
28
- type: 'string',
29
- description: 'Specifies the type of aggregation performed on matching events.',
30
- enum: ['COUNT', 'LATEST', 'MAX', 'SUM', 'UNIQUE'],
31
- },
32
- custom_fields: {
33
- type: 'object',
34
- description: 'Custom fields to attach to the billable metric.',
35
- additionalProperties: true,
36
- },
37
- event_type_filter: {
38
- $ref: '#/$defs/event_type_filter',
39
- },
40
- group_keys: {
41
- type: 'array',
42
- description: 'Property names that are used to group usage costs on an invoice. Each entry represents a set of properties used to slice events into distinct buckets.',
43
- items: {
44
- type: 'array',
45
- items: {
46
- type: 'string',
47
- },
48
- },
49
- },
50
- property_filters: {
51
- type: 'array',
52
- description: 'A list of filters to match events to this billable metric. Each filter defines a rule on an event property. All rules must pass for the event to match the billable metric.',
53
- items: {
54
- $ref: '#/$defs/property_filter',
55
- },
56
- },
57
- sql: {
58
- type: 'string',
59
- description: 'The SQL query associated with the billable metric. This field is mutually exclusive with aggregation_type, event_type_filter, property_filters, aggregation_key, and group_keys. If provided, these other fields must be omitted.',
60
- },
61
- jq_filter: {
62
- type: 'string',
63
- title: 'jq Filter',
64
- description: 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
65
- },
66
- },
67
- required: ['name'],
68
- $defs: {
69
- event_type_filter: {
70
- type: 'object',
71
- description: "An optional filtering rule to match the 'event_type' property of an event.",
72
- properties: {
73
- in_values: {
74
- type: 'array',
75
- description: 'A list of event types that are explicitly included in the billable metric. If specified, only events of these types will match the billable metric. Must be non-empty if present.',
76
- items: {
77
- type: 'string',
78
- },
79
- },
80
- not_in_values: {
81
- type: 'array',
82
- description: 'A list of event types that are explicitly excluded from the billable metric. If specified, events of these types will not match the billable metric. Must be non-empty if present.',
83
- items: {
84
- type: 'string',
85
- },
86
- },
87
- },
88
- },
89
- property_filter: {
90
- type: 'object',
91
- properties: {
92
- name: {
93
- type: 'string',
94
- description: 'The name of the event property.',
95
- },
96
- exists: {
97
- type: 'boolean',
98
- description: 'Determines whether the property must exist in the event. If true, only events with this property will pass the filter. If false, only events without this property will pass the filter. If null or omitted, the existence of the property is optional.',
99
- },
100
- in_values: {
101
- type: 'array',
102
- description: 'Specifies the allowed values for the property to match an event. An event will pass the filter only if its property value is included in this list. If undefined, all property values will pass the filter. Must be non-empty if present.',
103
- items: {
104
- type: 'string',
105
- },
106
- },
107
- not_in_values: {
108
- type: 'array',
109
- description: 'Specifies the values that prevent an event from matching the filter. An event will not pass the filter if its property value is included in this list. If null or empty, all property values will pass the filter. Must be non-empty if present.',
110
- items: {
111
- type: 'string',
112
- },
113
- },
114
- },
115
- required: ['name'],
116
- },
117
- },
118
- },
119
- annotations: {},
120
- };
121
- export const handler = async (client, args) => {
122
- const { jq_filter, ...body } = args;
123
- try {
124
- return asTextContentResult(await maybeFilter(jq_filter, await client.v1.billableMetrics.create(body)));
125
- }
126
- catch (error) {
127
- if (error instanceof Metronome.APIError || isJqError(error)) {
128
- return asErrorResult(error.message);
129
- }
130
- throw error;
131
- }
132
- };
133
- export default { metadata, tool, handler };
134
- //# sourceMappingURL=create-v1-billable-metrics.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-v1-billable-metrics.mjs","sourceRoot":"","sources":["../../../src/tools/v1/billable-metrics/create-v1-billable-metrics.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,0BAA0B;OAC1D,EAAY,aAAa,EAAE,mBAAmB,EAAE,MAAM,4BAA4B;OAGlF,SAAS,MAAM,gBAAgB;AAEtC,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,qBAAqB;IAC/B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,6BAA6B;IACvC,WAAW,EAAE,2BAA2B;CACzC,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,4BAA4B;IAClC,WAAW,EACT,y1DAAy1D;IAC31D,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,0CAA0C;aACxD;YACD,eAAe,EAAE;gBACf,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,oGAAoG;aACvG;YACD,gBAAgB,EAAE;gBAChB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iEAAiE;gBAC9E,IAAI,EAAE,CAAC,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,CAAC;aAClD;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iDAAiD;gBAC9D,oBAAoB,EAAE,IAAI;aAC3B;YACD,iBAAiB,EAAE;gBACjB,IAAI,EAAE,2BAA2B;aAClC;YACD,UAAU,EAAE;gBACV,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,wJAAwJ;gBAC1J,KAAK,EAAE;oBACL,IAAI,EAAE,OAAO;oBACb,KAAK,EAAE;wBACL,IAAI,EAAE,QAAQ;qBACf;iBACF;aACF;YACD,gBAAgB,EAAE;gBAChB,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,6KAA6K;gBAC/K,KAAK,EAAE;oBACL,IAAI,EAAE,yBAAyB;iBAChC;aACF;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mOAAmO;aACtO;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE;YACL,iBAAiB,EAAE;gBACjB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,4EAA4E;gBACzF,UAAU,EAAE;oBACV,SAAS,EAAE;wBACT,IAAI,EAAE,OAAO;wBACb,WAAW,EACT,mLAAmL;wBACrL,KAAK,EAAE;4BACL,IAAI,EAAE,QAAQ;yBACf;qBACF;oBACD,aAAa,EAAE;wBACb,IAAI,EAAE,OAAO;wBACb,WAAW,EACT,oLAAoL;wBACtL,KAAK,EAAE;4BACL,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;aACF;YACD,eAAe,EAAE;gBACf,IAAI,EAAE,QAAQ;gBACd,UAAU,EAAE;oBACV,IAAI,EAAE;wBACJ,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,iCAAiC;qBAC/C;oBACD,MAAM,EAAE;wBACN,IAAI,EAAE,SAAS;wBACf,WAAW,EACT,yPAAyP;qBAC5P;oBACD,SAAS,EAAE;wBACT,IAAI,EAAE,OAAO;wBACb,WAAW,EACT,2OAA2O;wBAC7O,KAAK,EAAE;4BACL,IAAI,EAAE,QAAQ;yBACf;qBACF;oBACD,aAAa,EAAE;wBACb,IAAI,EAAE,OAAO;wBACb,WAAW,EACT,kPAAkP;wBACpP,KAAK,EAAE;4BACL,IAAI,EAAE,QAAQ;yBACf;qBACF;iBACF;gBACD,QAAQ,EAAE,CAAC,MAAM,CAAC;aACnB;SACF;KACF;IACD,WAAW,EAAE,EAAE;CAChB,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,MAAiB,EAAE,IAAyC,EAAE,EAAE;IAC5F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,IAAI,CAAC;QACH,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,MAAM,CAAC,EAAE,CAAC,eAAe,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IACzG,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,SAAS,CAAC,QAAQ,IAAI,SAAS,CAAC,KAAK,CAAC,EAAE,CAAC;YAC5D,OAAO,aAAa,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
@@ -1,51 +0,0 @@
1
- import { Metadata } from '@metronome/mcp/tools/types';
2
- import { Tool } from '@modelcontextprotocol/sdk/types.js';
3
- import Metronome from '@metronome/sdk';
4
- export declare const metadata: Metadata;
5
- export declare const tool: Tool;
6
- export declare const handler: (client: Metronome, args: Record<string, unknown> | undefined) => Promise<import("@metronome/mcp/tools/types").ToolCallResult>;
7
- declare const _default: {
8
- metadata: Metadata;
9
- tool: {
10
- inputSchema: {
11
- [x: string]: unknown;
12
- type: "object";
13
- properties?: {
14
- [x: string]: object;
15
- } | undefined;
16
- required?: string[] | undefined;
17
- };
18
- name: string;
19
- description?: string | undefined;
20
- outputSchema?: {
21
- [x: string]: unknown;
22
- type: "object";
23
- properties?: {
24
- [x: string]: object;
25
- } | undefined;
26
- required?: string[] | undefined;
27
- } | undefined;
28
- annotations?: {
29
- title?: string | undefined;
30
- readOnlyHint?: boolean | undefined;
31
- destructiveHint?: boolean | undefined;
32
- idempotentHint?: boolean | undefined;
33
- openWorldHint?: boolean | undefined;
34
- } | undefined;
35
- execution?: {
36
- taskSupport?: "optional" | "required" | "forbidden" | undefined;
37
- } | undefined;
38
- _meta?: {
39
- [x: string]: unknown;
40
- } | undefined;
41
- icons?: {
42
- src: string;
43
- mimeType?: string | undefined;
44
- sizes?: string[] | undefined;
45
- }[] | undefined;
46
- title?: string | undefined;
47
- };
48
- handler: (client: Metronome, args: Record<string, unknown> | undefined) => Promise<import("@metronome/mcp/tools/types").ToolCallResult>;
49
- };
50
- export default _default;
51
- //# sourceMappingURL=list-v1-billable-metrics.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"list-v1-billable-metrics.d.mts","sourceRoot":"","sources":["../../../src/tools/v1/billable-metrics/list-v1-billable-metrics.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAsC,MAAM,4BAA4B;OAElF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA+BlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,iEAWzF,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAXoC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAa1F,wBAA2C"}
@@ -1,51 +0,0 @@
1
- import { Metadata } from '@metronome/mcp/tools/types';
2
- import { Tool } from '@modelcontextprotocol/sdk/types.js';
3
- import Metronome from '@metronome/sdk';
4
- export declare const metadata: Metadata;
5
- export declare const tool: Tool;
6
- export declare const handler: (client: Metronome, args: Record<string, unknown> | undefined) => Promise<import("@metronome/mcp/tools/types").ToolCallResult>;
7
- declare const _default: {
8
- metadata: Metadata;
9
- tool: {
10
- inputSchema: {
11
- [x: string]: unknown;
12
- type: "object";
13
- properties?: {
14
- [x: string]: object;
15
- } | undefined;
16
- required?: string[] | undefined;
17
- };
18
- name: string;
19
- description?: string | undefined;
20
- outputSchema?: {
21
- [x: string]: unknown;
22
- type: "object";
23
- properties?: {
24
- [x: string]: object;
25
- } | undefined;
26
- required?: string[] | undefined;
27
- } | undefined;
28
- annotations?: {
29
- title?: string | undefined;
30
- readOnlyHint?: boolean | undefined;
31
- destructiveHint?: boolean | undefined;
32
- idempotentHint?: boolean | undefined;
33
- openWorldHint?: boolean | undefined;
34
- } | undefined;
35
- execution?: {
36
- taskSupport?: "optional" | "required" | "forbidden" | undefined;
37
- } | undefined;
38
- _meta?: {
39
- [x: string]: unknown;
40
- } | undefined;
41
- icons?: {
42
- src: string;
43
- mimeType?: string | undefined;
44
- sizes?: string[] | undefined;
45
- }[] | undefined;
46
- title?: string | undefined;
47
- };
48
- handler: (client: Metronome, args: Record<string, unknown> | undefined) => Promise<import("@metronome/mcp/tools/types").ToolCallResult>;
49
- };
50
- export default _default;
51
- //# sourceMappingURL=list-v1-billable-metrics.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"list-v1-billable-metrics.d.ts","sourceRoot":"","sources":["../../../src/tools/v1/billable-metrics/list-v1-billable-metrics.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAsC,MAAM,4BAA4B;OAElF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA+BlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,iEAWzF,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAXoC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAa1F,wBAA2C"}
@@ -1,64 +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 filtering_1 = require("@metronome/mcp/filtering");
9
- const types_1 = require("@metronome/mcp/tools/types");
10
- const sdk_1 = __importDefault(require("@metronome/sdk"));
11
- exports.metadata = {
12
- resource: 'v1.billable_metrics',
13
- operation: 'read',
14
- tags: [],
15
- httpMethod: 'get',
16
- httpPath: '/v1/billable-metrics',
17
- operationId: 'listAllBillableMetrics-v1',
18
- };
19
- exports.tool = {
20
- name: 'list_v1_billable_metrics',
21
- description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves all billable metrics with their complete configurations. Use this for programmatic discovery and management of billable metrics, such as associating metrics to products and auditing for orphaned or archived metrics. \nImportant: Archived metrics are excluded by default; use `include_archived`=`true` parameter to include them.\n\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n items: {\n $ref: '#/$defs/billable_metric_list_response'\n }\n },\n next_page: {\n type: 'string'\n }\n },\n required: [ 'data',\n 'next_page'\n ],\n $defs: {\n billable_metric_list_response: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'ID of the billable metric'\n },\n name: {\n type: 'string',\n description: 'The display name of the billable metric.'\n },\n aggregation_key: {\n type: 'string',\n description: 'A key that specifies which property of the event is used to aggregate data. This key must be one of the property filter names and is not applicable when the aggregation type is \\'count\\'.'\n },\n aggregation_type: {\n type: 'string',\n description: 'Specifies the type of aggregation performed on matching events.',\n enum: [ 'COUNT',\n 'LATEST',\n 'MAX',\n 'SUM',\n 'UNIQUE'\n ]\n },\n archived_at: {\n type: 'string',\n description: 'RFC 3339 timestamp indicating when the billable metric was archived. If not provided, the billable metric is not archived.',\n format: 'date-time'\n },\n custom_fields: {\n type: 'object',\n description: 'Custom fields to be added eg. { \"key1\": \"value1\", \"key2\": \"value2\" }',\n additionalProperties: true\n },\n event_type_filter: {\n $ref: '#/$defs/event_type_filter'\n },\n group_keys: {\n type: 'array',\n description: 'Property names that are used to group usage costs on an invoice. Each entry represents a set of properties used to slice events into distinct buckets.',\n items: {\n type: 'array',\n items: {\n type: 'string'\n }\n }\n },\n property_filters: {\n type: 'array',\n description: 'A list of filters to match events to this billable metric. Each filter defines a rule on an event property. All rules must pass for the event to match the billable metric.',\n items: {\n $ref: '#/$defs/property_filter'\n }\n },\n sql: {\n type: 'string',\n description: 'The SQL query associated with the billable metric'\n }\n },\n required: [ 'id',\n 'name'\n ]\n },\n event_type_filter: {\n type: 'object',\n description: 'An optional filtering rule to match the \\'event_type\\' property of an event.',\n properties: {\n in_values: {\n type: 'array',\n description: 'A list of event types that are explicitly included in the billable metric. If specified, only events of these types will match the billable metric. Must be non-empty if present.',\n items: {\n type: 'string'\n }\n },\n not_in_values: {\n type: 'array',\n description: 'A list of event types that are explicitly excluded from the billable metric. If specified, events of these types will not match the billable metric. Must be non-empty if present.',\n items: {\n type: 'string'\n }\n }\n }\n },\n property_filter: {\n type: 'object',\n properties: {\n name: {\n type: 'string',\n description: 'The name of the event property.'\n },\n exists: {\n type: 'boolean',\n description: 'Determines whether the property must exist in the event. If true, only events with this property will pass the filter. If false, only events without this property will pass the filter. If null or omitted, the existence of the property is optional.'\n },\n in_values: {\n type: 'array',\n description: 'Specifies the allowed values for the property to match an event. An event will pass the filter only if its property value is included in this list. If undefined, all property values will pass the filter. Must be non-empty if present.',\n items: {\n type: 'string'\n }\n },\n not_in_values: {\n type: 'array',\n description: 'Specifies the values that prevent an event from matching the filter. An event will not pass the filter if its property value is included in this list. If null or empty, all property values will pass the filter. Must be non-empty if present.',\n items: {\n type: 'string'\n }\n }\n },\n required: [ 'name'\n ]\n }\n }\n}\n```",
22
- inputSchema: {
23
- type: 'object',
24
- properties: {
25
- include_archived: {
26
- type: 'boolean',
27
- description: 'If true, the list of returned metrics will include archived metrics',
28
- },
29
- limit: {
30
- type: 'integer',
31
- description: 'Max number of results that should be returned',
32
- },
33
- next_page: {
34
- type: 'string',
35
- description: 'Cursor that indicates where the next page of results should start.',
36
- },
37
- jq_filter: {
38
- type: 'string',
39
- title: 'jq Filter',
40
- description: 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
41
- },
42
- },
43
- required: [],
44
- },
45
- annotations: {
46
- readOnlyHint: true,
47
- },
48
- };
49
- const handler = async (client, args) => {
50
- const { jq_filter, ...body } = args;
51
- const response = await client.v1.billableMetrics.list(body).asResponse();
52
- try {
53
- return (0, types_1.asTextContentResult)(await (0, filtering_1.maybeFilter)(jq_filter, await response.json()));
54
- }
55
- catch (error) {
56
- if (error instanceof sdk_1.default.APIError || (0, filtering_1.isJqError)(error)) {
57
- return (0, types_1.asErrorResult)(error.message);
58
- }
59
- throw error;
60
- }
61
- };
62
- exports.handler = handler;
63
- exports.default = { metadata: exports.metadata, tool: exports.tool, handler: exports.handler };
64
- //# sourceMappingURL=list-v1-billable-metrics.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"list-v1-billable-metrics.js","sourceRoot":"","sources":["../../../src/tools/v1/billable-metrics/list-v1-billable-metrics.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;AAEtF,wDAAkE;AAClE,sDAA0F;AAG1F,yDAAuC;AAE1B,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,qBAAqB;IAC/B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,sBAAsB;IAChC,WAAW,EAAE,2BAA2B;CACzC,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,0BAA0B;IAChC,WAAW,EACT,qvKAAqvK;IACvvK,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,gBAAgB,EAAE;gBAChB,IAAI,EAAE,SAAS;gBACf,WAAW,EAAE,qEAAqE;aACnF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EAAE,+CAA+C;aAC7D;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,oEAAoE;aAClF;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,EAAE;KACb;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,MAAiB,EAAE,IAAyC,EAAE,EAAE;IAC5F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,EAAE,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE,CAAC;IACzE,IAAI,CAAC;QACH,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;IAClF,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,aAAS,CAAC,QAAQ,IAAI,IAAA,qBAAS,EAAC,KAAK,CAAC,EAAE,CAAC;YAC5D,OAAO,IAAA,qBAAa,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAXW,QAAA,OAAO,WAWlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
@@ -1,57 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { isJqError, maybeFilter } from '@metronome/mcp/filtering';
3
- import { asErrorResult, asTextContentResult } from '@metronome/mcp/tools/types';
4
- import Metronome from '@metronome/sdk';
5
- export const metadata = {
6
- resource: 'v1.billable_metrics',
7
- operation: 'read',
8
- tags: [],
9
- httpMethod: 'get',
10
- httpPath: '/v1/billable-metrics',
11
- operationId: 'listAllBillableMetrics-v1',
12
- };
13
- export const tool = {
14
- name: 'list_v1_billable_metrics',
15
- description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves all billable metrics with their complete configurations. Use this for programmatic discovery and management of billable metrics, such as associating metrics to products and auditing for orphaned or archived metrics. \nImportant: Archived metrics are excluded by default; use `include_archived`=`true` parameter to include them.\n\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n items: {\n $ref: '#/$defs/billable_metric_list_response'\n }\n },\n next_page: {\n type: 'string'\n }\n },\n required: [ 'data',\n 'next_page'\n ],\n $defs: {\n billable_metric_list_response: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'ID of the billable metric'\n },\n name: {\n type: 'string',\n description: 'The display name of the billable metric.'\n },\n aggregation_key: {\n type: 'string',\n description: 'A key that specifies which property of the event is used to aggregate data. This key must be one of the property filter names and is not applicable when the aggregation type is \\'count\\'.'\n },\n aggregation_type: {\n type: 'string',\n description: 'Specifies the type of aggregation performed on matching events.',\n enum: [ 'COUNT',\n 'LATEST',\n 'MAX',\n 'SUM',\n 'UNIQUE'\n ]\n },\n archived_at: {\n type: 'string',\n description: 'RFC 3339 timestamp indicating when the billable metric was archived. If not provided, the billable metric is not archived.',\n format: 'date-time'\n },\n custom_fields: {\n type: 'object',\n description: 'Custom fields to be added eg. { \"key1\": \"value1\", \"key2\": \"value2\" }',\n additionalProperties: true\n },\n event_type_filter: {\n $ref: '#/$defs/event_type_filter'\n },\n group_keys: {\n type: 'array',\n description: 'Property names that are used to group usage costs on an invoice. Each entry represents a set of properties used to slice events into distinct buckets.',\n items: {\n type: 'array',\n items: {\n type: 'string'\n }\n }\n },\n property_filters: {\n type: 'array',\n description: 'A list of filters to match events to this billable metric. Each filter defines a rule on an event property. All rules must pass for the event to match the billable metric.',\n items: {\n $ref: '#/$defs/property_filter'\n }\n },\n sql: {\n type: 'string',\n description: 'The SQL query associated with the billable metric'\n }\n },\n required: [ 'id',\n 'name'\n ]\n },\n event_type_filter: {\n type: 'object',\n description: 'An optional filtering rule to match the \\'event_type\\' property of an event.',\n properties: {\n in_values: {\n type: 'array',\n description: 'A list of event types that are explicitly included in the billable metric. If specified, only events of these types will match the billable metric. Must be non-empty if present.',\n items: {\n type: 'string'\n }\n },\n not_in_values: {\n type: 'array',\n description: 'A list of event types that are explicitly excluded from the billable metric. If specified, events of these types will not match the billable metric. Must be non-empty if present.',\n items: {\n type: 'string'\n }\n }\n }\n },\n property_filter: {\n type: 'object',\n properties: {\n name: {\n type: 'string',\n description: 'The name of the event property.'\n },\n exists: {\n type: 'boolean',\n description: 'Determines whether the property must exist in the event. If true, only events with this property will pass the filter. If false, only events without this property will pass the filter. If null or omitted, the existence of the property is optional.'\n },\n in_values: {\n type: 'array',\n description: 'Specifies the allowed values for the property to match an event. An event will pass the filter only if its property value is included in this list. If undefined, all property values will pass the filter. Must be non-empty if present.',\n items: {\n type: 'string'\n }\n },\n not_in_values: {\n type: 'array',\n description: 'Specifies the values that prevent an event from matching the filter. An event will not pass the filter if its property value is included in this list. If null or empty, all property values will pass the filter. Must be non-empty if present.',\n items: {\n type: 'string'\n }\n }\n },\n required: [ 'name'\n ]\n }\n }\n}\n```",
16
- inputSchema: {
17
- type: 'object',
18
- properties: {
19
- include_archived: {
20
- type: 'boolean',
21
- description: 'If true, the list of returned metrics will include archived metrics',
22
- },
23
- limit: {
24
- type: 'integer',
25
- description: 'Max number of results that should be returned',
26
- },
27
- next_page: {
28
- type: 'string',
29
- description: 'Cursor that indicates where the next page of results should start.',
30
- },
31
- jq_filter: {
32
- type: 'string',
33
- title: 'jq Filter',
34
- description: 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
35
- },
36
- },
37
- required: [],
38
- },
39
- annotations: {
40
- readOnlyHint: true,
41
- },
42
- };
43
- export const handler = async (client, args) => {
44
- const { jq_filter, ...body } = args;
45
- const response = await client.v1.billableMetrics.list(body).asResponse();
46
- try {
47
- return asTextContentResult(await maybeFilter(jq_filter, await response.json()));
48
- }
49
- catch (error) {
50
- if (error instanceof Metronome.APIError || isJqError(error)) {
51
- return asErrorResult(error.message);
52
- }
53
- throw error;
54
- }
55
- };
56
- export default { metadata, tool, handler };
57
- //# sourceMappingURL=list-v1-billable-metrics.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"list-v1-billable-metrics.mjs","sourceRoot":"","sources":["../../../src/tools/v1/billable-metrics/list-v1-billable-metrics.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,0BAA0B;OAC1D,EAAY,aAAa,EAAE,mBAAmB,EAAE,MAAM,4BAA4B;OAGlF,SAAS,MAAM,gBAAgB;AAEtC,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,qBAAqB;IAC/B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,sBAAsB;IAChC,WAAW,EAAE,2BAA2B;CACzC,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,0BAA0B;IAChC,WAAW,EACT,qvKAAqvK;IACvvK,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,gBAAgB,EAAE;gBAChB,IAAI,EAAE,SAAS;gBACf,WAAW,EAAE,qEAAqE;aACnF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EAAE,+CAA+C;aAC7D;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,oEAAoE;aAClF;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,EAAE;KACb;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,MAAiB,EAAE,IAAyC,EAAE,EAAE;IAC5F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,EAAE,CAAC,eAAe,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE,CAAC;IACzE,IAAI,CAAC;QACH,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;IAClF,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,SAAS,CAAC,QAAQ,IAAI,SAAS,CAAC,KAAK,CAAC,EAAE,CAAC;YAC5D,OAAO,aAAa,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
@@ -1,51 +0,0 @@
1
- import { Metadata } from '@metronome/mcp/tools/types';
2
- import { Tool } from '@modelcontextprotocol/sdk/types.js';
3
- import Metronome from '@metronome/sdk';
4
- export declare const metadata: Metadata;
5
- export declare const tool: Tool;
6
- export declare const handler: (client: Metronome, args: Record<string, unknown> | undefined) => Promise<import("@metronome/mcp/tools/types").ToolCallResult>;
7
- declare const _default: {
8
- metadata: Metadata;
9
- tool: {
10
- inputSchema: {
11
- [x: string]: unknown;
12
- type: "object";
13
- properties?: {
14
- [x: string]: object;
15
- } | undefined;
16
- required?: string[] | undefined;
17
- };
18
- name: string;
19
- description?: string | undefined;
20
- outputSchema?: {
21
- [x: string]: unknown;
22
- type: "object";
23
- properties?: {
24
- [x: string]: object;
25
- } | undefined;
26
- required?: string[] | undefined;
27
- } | undefined;
28
- annotations?: {
29
- title?: string | undefined;
30
- readOnlyHint?: boolean | undefined;
31
- destructiveHint?: boolean | undefined;
32
- idempotentHint?: boolean | undefined;
33
- openWorldHint?: boolean | undefined;
34
- } | undefined;
35
- execution?: {
36
- taskSupport?: "optional" | "required" | "forbidden" | undefined;
37
- } | undefined;
38
- _meta?: {
39
- [x: string]: unknown;
40
- } | undefined;
41
- icons?: {
42
- src: string;
43
- mimeType?: string | undefined;
44
- sizes?: string[] | undefined;
45
- }[] | undefined;
46
- title?: string | undefined;
47
- };
48
- handler: (client: Metronome, args: Record<string, unknown> | undefined) => Promise<import("@metronome/mcp/tools/types").ToolCallResult>;
49
- };
50
- export default _default;
51
- //# sourceMappingURL=retrieve-v1-billable-metrics.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"retrieve-v1-billable-metrics.d.mts","sourceRoot":"","sources":["../../../src/tools/v1/billable-metrics/retrieve-v1-billable-metrics.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAsC,MAAM,4BAA4B;OAElF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAsBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,iEAUzF,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAVoC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAY1F,wBAA2C"}
@@ -1,51 +0,0 @@
1
- import { Metadata } from '@metronome/mcp/tools/types';
2
- import { Tool } from '@modelcontextprotocol/sdk/types.js';
3
- import Metronome from '@metronome/sdk';
4
- export declare const metadata: Metadata;
5
- export declare const tool: Tool;
6
- export declare const handler: (client: Metronome, args: Record<string, unknown> | undefined) => Promise<import("@metronome/mcp/tools/types").ToolCallResult>;
7
- declare const _default: {
8
- metadata: Metadata;
9
- tool: {
10
- inputSchema: {
11
- [x: string]: unknown;
12
- type: "object";
13
- properties?: {
14
- [x: string]: object;
15
- } | undefined;
16
- required?: string[] | undefined;
17
- };
18
- name: string;
19
- description?: string | undefined;
20
- outputSchema?: {
21
- [x: string]: unknown;
22
- type: "object";
23
- properties?: {
24
- [x: string]: object;
25
- } | undefined;
26
- required?: string[] | undefined;
27
- } | undefined;
28
- annotations?: {
29
- title?: string | undefined;
30
- readOnlyHint?: boolean | undefined;
31
- destructiveHint?: boolean | undefined;
32
- idempotentHint?: boolean | undefined;
33
- openWorldHint?: boolean | undefined;
34
- } | undefined;
35
- execution?: {
36
- taskSupport?: "optional" | "required" | "forbidden" | undefined;
37
- } | undefined;
38
- _meta?: {
39
- [x: string]: unknown;
40
- } | undefined;
41
- icons?: {
42
- src: string;
43
- mimeType?: string | undefined;
44
- sizes?: string[] | undefined;
45
- }[] | undefined;
46
- title?: string | undefined;
47
- };
48
- handler: (client: Metronome, args: Record<string, unknown> | undefined) => Promise<import("@metronome/mcp/tools/types").ToolCallResult>;
49
- };
50
- export default _default;
51
- //# sourceMappingURL=retrieve-v1-billable-metrics.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"retrieve-v1-billable-metrics.d.ts","sourceRoot":"","sources":["../../../src/tools/v1/billable-metrics/retrieve-v1-billable-metrics.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAsC,MAAM,4BAA4B;OAElF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAOtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAsBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,QAAQ,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,iEAUzF,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAVoC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAY1F,wBAA2C"}
@@ -1,54 +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 filtering_1 = require("@metronome/mcp/filtering");
9
- const types_1 = require("@metronome/mcp/tools/types");
10
- const sdk_1 = __importDefault(require("@metronome/sdk"));
11
- exports.metadata = {
12
- resource: 'v1.billable_metrics',
13
- operation: 'read',
14
- tags: [],
15
- httpMethod: 'get',
16
- httpPath: '/v1/billable-metrics/{billable_metric_id}',
17
- operationId: 'getBillableMetric-v1',
18
- };
19
- exports.tool = {
20
- name: 'retrieve_v1_billable_metrics',
21
- description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves the complete configuration for a specific billable metric by its ID. Use this to review billable metric setup before associating it with products. Returns the metric's `name`, `event_type_filter`, `property_filters`, `aggregation_type`, `aggregation_key`, `group_keys`, `custom fields`, and `SQL query` (if it's a SQL billable metric). \n\nImportant: \n- Archived billable metrics will include an `archived_at` timestamp; they no longer process new usage events but remain accessible for historical reference.\n\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/billable_metric_retrieve_response',\n $defs: {\n billable_metric_retrieve_response: {\n type: 'object',\n properties: {\n data: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'ID of the billable metric'\n },\n name: {\n type: 'string',\n description: 'The display name of the billable metric.'\n },\n aggregation_key: {\n type: 'string',\n description: 'A key that specifies which property of the event is used to aggregate data. This key must be one of the property filter names and is not applicable when the aggregation type is \\'count\\'.'\n },\n aggregation_type: {\n type: 'string',\n description: 'Specifies the type of aggregation performed on matching events.',\n enum: [ 'COUNT',\n 'LATEST',\n 'MAX',\n 'SUM',\n 'UNIQUE'\n ]\n },\n archived_at: {\n type: 'string',\n description: 'RFC 3339 timestamp indicating when the billable metric was archived. If not provided, the billable metric is not archived.',\n format: 'date-time'\n },\n custom_fields: {\n type: 'object',\n description: 'Custom fields to be added eg. { \"key1\": \"value1\", \"key2\": \"value2\" }',\n additionalProperties: true\n },\n event_type_filter: {\n $ref: '#/$defs/event_type_filter'\n },\n group_keys: {\n type: 'array',\n description: 'Property names that are used to group usage costs on an invoice. Each entry represents a set of properties used to slice events into distinct buckets.',\n items: {\n type: 'array',\n items: {\n type: 'string'\n }\n }\n },\n property_filters: {\n type: 'array',\n description: 'A list of filters to match events to this billable metric. Each filter defines a rule on an event property. All rules must pass for the event to match the billable metric.',\n items: {\n $ref: '#/$defs/property_filter'\n }\n },\n sql: {\n type: 'string',\n description: 'The SQL query associated with the billable metric'\n }\n },\n required: [ 'id',\n 'name'\n ]\n }\n },\n required: [ 'data'\n ]\n },\n event_type_filter: {\n type: 'object',\n description: 'An optional filtering rule to match the \\'event_type\\' property of an event.',\n properties: {\n in_values: {\n type: 'array',\n description: 'A list of event types that are explicitly included in the billable metric. If specified, only events of these types will match the billable metric. Must be non-empty if present.',\n items: {\n type: 'string'\n }\n },\n not_in_values: {\n type: 'array',\n description: 'A list of event types that are explicitly excluded from the billable metric. If specified, events of these types will not match the billable metric. Must be non-empty if present.',\n items: {\n type: 'string'\n }\n }\n }\n },\n property_filter: {\n type: 'object',\n properties: {\n name: {\n type: 'string',\n description: 'The name of the event property.'\n },\n exists: {\n type: 'boolean',\n description: 'Determines whether the property must exist in the event. If true, only events with this property will pass the filter. If false, only events without this property will pass the filter. If null or omitted, the existence of the property is optional.'\n },\n in_values: {\n type: 'array',\n description: 'Specifies the allowed values for the property to match an event. An event will pass the filter only if its property value is included in this list. If undefined, all property values will pass the filter. Must be non-empty if present.',\n items: {\n type: 'string'\n }\n },\n not_in_values: {\n type: 'array',\n description: 'Specifies the values that prevent an event from matching the filter. An event will not pass the filter if its property value is included in this list. If null or empty, all property values will pass the filter. Must be non-empty if present.',\n items: {\n type: 'string'\n }\n }\n },\n required: [ 'name'\n ]\n }\n }\n}\n```",
22
- inputSchema: {
23
- type: 'object',
24
- properties: {
25
- billable_metric_id: {
26
- type: 'string',
27
- },
28
- jq_filter: {
29
- type: 'string',
30
- title: 'jq Filter',
31
- description: 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
32
- },
33
- },
34
- required: ['billable_metric_id'],
35
- },
36
- annotations: {
37
- readOnlyHint: true,
38
- },
39
- };
40
- const handler = async (client, args) => {
41
- const { jq_filter, ...body } = args;
42
- try {
43
- return (0, types_1.asTextContentResult)(await (0, filtering_1.maybeFilter)(jq_filter, await client.v1.billableMetrics.retrieve(body)));
44
- }
45
- catch (error) {
46
- if (error instanceof sdk_1.default.APIError || (0, filtering_1.isJqError)(error)) {
47
- return (0, types_1.asErrorResult)(error.message);
48
- }
49
- throw error;
50
- }
51
- };
52
- exports.handler = handler;
53
- exports.default = { metadata: exports.metadata, tool: exports.tool, handler: exports.handler };
54
- //# sourceMappingURL=retrieve-v1-billable-metrics.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"retrieve-v1-billable-metrics.js","sourceRoot":"","sources":["../../../src/tools/v1/billable-metrics/retrieve-v1-billable-metrics.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;AAEtF,wDAAkE;AAClE,sDAA0F;AAG1F,yDAAuC;AAE1B,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,qBAAqB;IAC/B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,2CAA2C;IACrD,WAAW,EAAE,sBAAsB;CACpC,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,8BAA8B;IACpC,WAAW,EACT,4lLAA4lL;IAC9lL,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;aACf;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,oBAAoB,CAAC;KACjC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,MAAiB,EAAE,IAAyC,EAAE,EAAE;IAC5F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,IAAI,CAAC;QACH,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,MAAM,CAAC,EAAE,CAAC,eAAe,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAC3G,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,aAAS,CAAC,QAAQ,IAAI,IAAA,qBAAS,EAAC,KAAK,CAAC,EAAE,CAAC;YAC5D,OAAO,IAAA,qBAAa,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAVW,QAAA,OAAO,WAUlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}