@metronome/mcp 2.2.0 → 3.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +16 -1323
- package/auth.d.mts +6 -0
- package/auth.d.mts.map +1 -0
- package/auth.d.ts +6 -0
- package/auth.d.ts.map +1 -0
- package/auth.js +37 -0
- package/auth.js.map +1 -0
- package/{headers.js → auth.mjs} +16 -6
- package/auth.mjs.map +1 -0
- package/code-tool-paths.cjs +6 -0
- package/code-tool-paths.cjs.map +1 -0
- package/code-tool-paths.d.cts +2 -0
- package/code-tool-paths.d.cts.map +1 -0
- package/code-tool-types.d.mts +7 -9
- package/code-tool-types.d.mts.map +1 -1
- package/code-tool-types.d.ts +7 -9
- package/code-tool-types.d.ts.map +1 -1
- package/code-tool-worker.d.mts +5 -0
- package/code-tool-worker.d.mts.map +1 -0
- package/code-tool-worker.d.ts +5 -0
- package/code-tool-worker.d.ts.map +1 -0
- package/code-tool-worker.js +341 -0
- package/code-tool-worker.js.map +1 -0
- package/code-tool-worker.mjs +336 -0
- package/code-tool-worker.mjs.map +1 -0
- package/code-tool.d.mts +12 -45
- package/code-tool.d.mts.map +1 -1
- package/code-tool.d.ts +12 -45
- package/code-tool.d.ts.map +1 -1
- package/code-tool.js +319 -31
- package/code-tool.js.map +1 -1
- package/code-tool.mjs +283 -31
- package/code-tool.mjs.map +1 -1
- package/docs-search-tool.d.mts +10 -3
- package/docs-search-tool.d.mts.map +1 -1
- package/docs-search-tool.d.ts +10 -3
- package/docs-search-tool.d.ts.map +1 -1
- package/docs-search-tool.js +29 -6
- package/docs-search-tool.js.map +1 -1
- package/docs-search-tool.mjs +29 -6
- package/docs-search-tool.mjs.map +1 -1
- package/http.d.mts +6 -3
- package/http.d.mts.map +1 -1
- package/http.d.ts +6 -3
- package/http.d.ts.map +1 -1
- package/http.js +71 -51
- package/http.js.map +1 -1
- package/http.mjs +71 -51
- package/http.mjs.map +1 -1
- package/index.js +19 -50
- package/index.js.map +1 -1
- package/index.mjs +19 -50
- package/index.mjs.map +1 -1
- package/instructions.d.mts +2 -0
- package/instructions.d.mts.map +1 -0
- package/instructions.d.ts +2 -0
- package/instructions.d.ts.map +1 -0
- package/instructions.js +46 -0
- package/instructions.js.map +1 -0
- package/instructions.mjs +43 -0
- package/instructions.mjs.map +1 -0
- package/logger.d.mts +7 -0
- package/logger.d.mts.map +1 -0
- package/logger.d.ts +7 -0
- package/logger.d.ts.map +1 -0
- package/logger.js +29 -0
- package/logger.js.map +1 -0
- package/logger.mjs +22 -0
- package/logger.mjs.map +1 -0
- package/methods.d.mts +10 -0
- package/methods.d.mts.map +1 -0
- package/methods.d.ts +10 -0
- package/methods.d.ts.map +1 -0
- package/methods.js +767 -0
- package/methods.js.map +1 -0
- package/methods.mjs +763 -0
- package/methods.mjs.map +1 -0
- package/options.d.mts +9 -9
- package/options.d.mts.map +1 -1
- package/options.d.ts +9 -9
- package/options.d.ts.map +1 -1
- package/options.js +54 -359
- package/options.js.map +1 -1
- package/options.mjs +54 -359
- package/options.mjs.map +1 -1
- package/package.json +83 -60
- package/server.d.mts +10 -16
- package/server.d.mts.map +1 -1
- package/server.d.ts +10 -16
- package/server.d.ts.map +1 -1
- package/server.js +85 -101
- package/server.js.map +1 -1
- package/server.mjs +84 -96
- package/server.mjs.map +1 -1
- package/src/{headers.ts → auth.ts} +18 -1
- package/src/code-tool-paths.cts +3 -0
- package/src/code-tool-types.ts +8 -9
- package/src/code-tool-worker.ts +387 -0
- package/src/code-tool.ts +367 -37
- package/src/docs-search-tool.ts +48 -7
- package/src/http.ts +87 -55
- package/src/index.ts +22 -63
- package/src/instructions.ts +65 -0
- package/src/logger.ts +28 -0
- package/src/methods.ts +788 -0
- package/src/options.ts +72 -384
- package/src/server.ts +97 -116
- package/src/stdio.ts +6 -5
- package/src/{tools/types.ts → types.ts} +13 -5
- package/src/util.ts +25 -0
- package/stdio.d.mts +1 -1
- package/stdio.d.mts.map +1 -1
- package/stdio.d.ts +1 -1
- package/stdio.d.ts.map +1 -1
- package/stdio.js +5 -4
- package/stdio.js.map +1 -1
- package/stdio.mjs +5 -4
- package/stdio.mjs.map +1 -1
- package/{tools/types.d.mts → types.d.mts} +9 -2
- package/types.d.mts.map +1 -0
- package/{tools/types.d.ts → types.d.ts} +9 -2
- package/types.d.ts.map +1 -0
- package/types.js.map +1 -0
- package/types.mjs.map +1 -0
- package/util.d.mts +4 -0
- package/util.d.mts.map +1 -0
- package/util.d.ts +4 -0
- package/util.d.ts.map +1 -0
- package/util.js +30 -0
- package/util.js.map +1 -0
- package/util.mjs +24 -0
- package/util.mjs.map +1 -0
- package/compat.d.mts +0 -58
- package/compat.d.mts.map +0 -1
- package/compat.d.ts +0 -58
- package/compat.d.ts.map +0 -1
- package/compat.js +0 -387
- package/compat.js.map +0 -1
- package/compat.mjs +0 -378
- package/compat.mjs.map +0 -1
- package/dynamic-tools.d.mts +0 -12
- package/dynamic-tools.d.mts.map +0 -1
- package/dynamic-tools.d.ts +0 -12
- package/dynamic-tools.d.ts.map +0 -1
- package/dynamic-tools.js +0 -135
- package/dynamic-tools.js.map +0 -1
- package/dynamic-tools.mjs +0 -132
- package/dynamic-tools.mjs.map +0 -1
- package/filtering.d.mts +0 -3
- package/filtering.d.mts.map +0 -1
- package/filtering.d.ts +0 -3
- package/filtering.d.ts.map +0 -1
- package/filtering.js +0 -24
- package/filtering.js.map +0 -1
- package/filtering.mjs +0 -16
- package/filtering.mjs.map +0 -1
- package/headers.d.mts +0 -4
- package/headers.d.mts.map +0 -1
- package/headers.d.ts +0 -4
- package/headers.d.ts.map +0 -1
- package/headers.js.map +0 -1
- package/headers.mjs +0 -18
- package/headers.mjs.map +0 -1
- package/src/compat.ts +0 -483
- package/src/dynamic-tools.ts +0 -159
- package/src/filtering.ts +0 -18
- package/src/tools/index.ts +0 -289
- package/src/tools/v1/alerts/archive-v1-alerts.ts +0 -57
- package/src/tools/v1/alerts/create-v1-alerts.ts +0 -179
- package/src/tools/v1/audit-logs/list-v1-audit-logs.ts +0 -86
- package/src/tools/v1/billable-metrics/archive-v1-billable-metrics.ts +0 -52
- package/src/tools/v1/billable-metrics/create-v1-billable-metrics.ts +0 -150
- package/src/tools/v1/billable-metrics/list-v1-billable-metrics.ts +0 -64
- package/src/tools/v1/billable-metrics/retrieve-v1-billable-metrics.ts +0 -54
- package/src/tools/v1/contracts/add-manual-balance-entry-v1-contracts.ts +0 -72
- package/src/tools/v1/contracts/amend-v1-contracts.ts +0 -1030
- package/src/tools/v1/contracts/archive-v1-contracts.ts +0 -61
- package/src/tools/v1/contracts/create-historical-invoices-v1-contracts.ts +0 -148
- package/src/tools/v1/contracts/create-v1-contracts.ts +0 -1780
- package/src/tools/v1/contracts/list-balances-v1-contracts.ts +0 -93
- package/src/tools/v1/contracts/list-v1-contracts.ts +0 -71
- package/src/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.ts +0 -65
- package/src/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.ts +0 -58
- package/src/tools/v1/contracts/products/archive-contracts-v1-products.ts +0 -55
- package/src/tools/v1/contracts/products/create-contracts-v1-products.ts +0 -164
- package/src/tools/v1/contracts/products/list-contracts-v1-products.ts +0 -63
- package/src/tools/v1/contracts/products/retrieve-contracts-v1-products.ts +0 -54
- package/src/tools/v1/contracts/products/update-contracts-v1-products.ts +0 -171
- package/src/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.ts +0 -54
- package/src/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.ts +0 -106
- package/src/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.ts +0 -62
- package/src/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.ts +0 -69
- package/src/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.ts +0 -62
- package/src/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.ts +0 -61
- package/src/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.ts +0 -72
- package/src/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.ts +0 -173
- package/src/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.ts +0 -164
- package/src/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.ts +0 -107
- package/src/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.ts +0 -54
- package/src/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.ts +0 -106
- package/src/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.ts +0 -84
- package/src/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.ts +0 -113
- package/src/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.ts +0 -60
- package/src/tools/v1/contracts/retrieve-v1-contracts.ts +0 -58
- package/src/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.ts +0 -109
- package/src/tools/v1/contracts/set-usage-filter-v1-contracts.ts +0 -55
- package/src/tools/v1/contracts/update-end-date-v1-contracts.ts +0 -68
- package/src/tools/v1/credit-grants/create-v1-credit-grants.ts +0 -188
- package/src/tools/v1/credit-grants/edit-v1-credit-grants.ts +0 -66
- package/src/tools/v1/credit-grants/list-entries-v1-credit-grants.ts +0 -86
- package/src/tools/v1/credit-grants/list-v1-credit-grants.ts +0 -92
- package/src/tools/v1/credit-grants/void-v1-credit-grants.ts +0 -60
- package/src/tools/v1/custom-fields/add-key-v1-custom-fields.ts +0 -65
- package/src/tools/v1/custom-fields/delete-values-v1-custom-fields.ts +0 -68
- package/src/tools/v1/custom-fields/list-keys-v1-custom-fields.ts +0 -81
- package/src/tools/v1/custom-fields/remove-key-v1-custom-fields.ts +0 -62
- package/src/tools/v1/custom-fields/set-values-v1-custom-fields.ts +0 -67
- package/src/tools/v1/customers/alerts/list-customers-v1-alerts.ts +0 -67
- package/src/tools/v1/customers/alerts/reset-customers-v1-alerts.ts +0 -44
- package/src/tools/v1/customers/alerts/retrieve-customers-v1-alerts.ts +0 -91
- package/src/tools/v1/customers/archive-v1-customers.ts +0 -52
- package/src/tools/v1/customers/billing-config/create-customers-v1-billing-config.ts +0 -108
- package/src/tools/v1/customers/billing-config/delete-customers-v1-billing-config.ts +0 -55
- package/src/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.ts +0 -70
- package/src/tools/v1/customers/commits/create-customers-v1-commits.ts +0 -274
- package/src/tools/v1/customers/commits/list-customers-v1-commits.ts +0 -90
- package/src/tools/v1/customers/commits/update-end-date-customers-v1-commits.ts +0 -71
- package/src/tools/v1/customers/create-v1-customers.ts +0 -215
- package/src/tools/v1/customers/credits/create-customers-v1-credits.ts +0 -182
- package/src/tools/v1/customers/credits/list-customers-v1-credits.ts +0 -90
- package/src/tools/v1/customers/credits/update-end-date-customers-v1-credits.ts +0 -65
- package/src/tools/v1/customers/invoices/add-charge-customers-v1-invoices.ts +0 -87
- package/src/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.ts +0 -91
- package/src/tools/v1/customers/invoices/list-customers-v1-invoices.ts +0 -85
- package/src/tools/v1/customers/invoices/retrieve-customers-v1-invoices.ts +0 -54
- package/src/tools/v1/customers/invoices/retrieve-pdf-customers-v1-invoices.ts +0 -43
- package/src/tools/v1/customers/list-billable-metrics-v1-customers.ts +0 -72
- package/src/tools/v1/customers/list-costs-v1-customers.ts +0 -73
- package/src/tools/v1/customers/list-v1-customers.ts +0 -83
- package/src/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.ts +0 -65
- package/src/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.ts +0 -58
- package/src/tools/v1/customers/plans/add-customers-v1-plans.ts +0 -155
- package/src/tools/v1/customers/plans/end-customers-v1-plans.ts +0 -71
- package/src/tools/v1/customers/plans/list-customers-v1-plans.ts +0 -63
- package/src/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.ts +0 -66
- package/src/tools/v1/customers/preview-events-v1-customers.ts +0 -82
- package/src/tools/v1/customers/retrieve-billing-configurations-v1-customers.ts +0 -57
- package/src/tools/v1/customers/retrieve-v1-customers.ts +0 -54
- package/src/tools/v1/customers/set-billing-configurations-v1-customers.ts +0 -101
- package/src/tools/v1/customers/set-ingest-aliases-v1-customers.ts +0 -45
- package/src/tools/v1/customers/set-name-v1-customers.ts +0 -57
- package/src/tools/v1/customers/update-config-v1-customers.ts +0 -48
- package/src/tools/v1/dashboards/get-embeddable-url-v1-dashboards.ts +0 -141
- package/src/tools/v1/invoices/regenerate-v1-invoices.ts +0 -53
- package/src/tools/v1/invoices/void-v1-invoices.ts +0 -53
- package/src/tools/v1/payments/attempt-v1-payments.ts +0 -55
- package/src/tools/v1/payments/cancel-v1-payments.ts +0 -55
- package/src/tools/v1/payments/list-v1-payments.ts +0 -76
- package/src/tools/v1/plans/get-details-v1-plans.ts +0 -54
- package/src/tools/v1/plans/list-charges-v1-plans.ts +0 -63
- package/src/tools/v1/plans/list-customers-v1-plans.ts +0 -69
- package/src/tools/v1/plans/list-v1-plans.ts +0 -60
- package/src/tools/v1/pricing-units/list-v1-pricing-units.ts +0 -60
- package/src/tools/v1/services/list-v1-services.ts +0 -51
- package/src/tools/v1/settings/billing-providers/create-settings-v1-billing-providers.ts +0 -67
- package/src/tools/v1/settings/billing-providers/list-settings-v1-billing-providers.ts +0 -55
- package/src/tools/v1/settings/upsert-avalara-credentials-v1-settings.ts +0 -77
- package/src/tools/v1/usage/ingest-v1-usage.ts +0 -62
- package/src/tools/v1/usage/list-v1-usage.ts +0 -108
- package/src/tools/v1/usage/list-with-groups-v1-usage.ts +0 -101
- package/src/tools/v1/usage/search-v1-usage.ts +0 -56
- package/src/tools/v2/contracts/edit-commit-v2-contracts.ts +0 -306
- package/src/tools/v2/contracts/edit-credit-v2-contracts.ts +0 -238
- package/src/tools/v2/contracts/edit-v2-contracts.ts +0 -2336
- package/src/tools/v2/contracts/get-edit-history-v2-contracts.ts +0 -48
- package/src/tools/v2/contracts/list-v2-contracts.ts +0 -71
- package/src/tools/v2/contracts/retrieve-v2-contracts.ts +0 -64
- package/src/tools.ts +0 -1
- package/tools/index.d.mts +0 -10
- package/tools/index.d.mts.map +0 -1
- package/tools/index.d.ts +0 -10
- package/tools/index.d.ts.map +0 -1
- package/tools/index.js +0 -273
- package/tools/index.js.map +0 -1
- package/tools/index.mjs +0 -266
- package/tools/index.mjs.map +0 -1
- package/tools/types.d.mts.map +0 -1
- package/tools/types.d.ts.map +0 -1
- package/tools/types.js.map +0 -1
- package/tools/types.mjs.map +0 -1
- package/tools/v1/alerts/archive-v1-alerts.d.mts +0 -51
- package/tools/v1/alerts/archive-v1-alerts.d.mts.map +0 -1
- package/tools/v1/alerts/archive-v1-alerts.d.ts +0 -51
- package/tools/v1/alerts/archive-v1-alerts.d.ts.map +0 -1
- package/tools/v1/alerts/archive-v1-alerts.js +0 -57
- package/tools/v1/alerts/archive-v1-alerts.js.map +0 -1
- package/tools/v1/alerts/archive-v1-alerts.mjs +0 -50
- package/tools/v1/alerts/archive-v1-alerts.mjs.map +0 -1
- package/tools/v1/alerts/create-v1-alerts.d.mts +0 -51
- package/tools/v1/alerts/create-v1-alerts.d.mts.map +0 -1
- package/tools/v1/alerts/create-v1-alerts.d.ts +0 -51
- package/tools/v1/alerts/create-v1-alerts.d.ts.map +0 -1
- package/tools/v1/alerts/create-v1-alerts.js +0 -167
- package/tools/v1/alerts/create-v1-alerts.js.map +0 -1
- package/tools/v1/alerts/create-v1-alerts.mjs +0 -160
- package/tools/v1/alerts/create-v1-alerts.mjs.map +0 -1
- package/tools/v1/audit-logs/list-v1-audit-logs.d.mts +0 -51
- package/tools/v1/audit-logs/list-v1-audit-logs.d.mts.map +0 -1
- package/tools/v1/audit-logs/list-v1-audit-logs.d.ts +0 -51
- package/tools/v1/audit-logs/list-v1-audit-logs.d.ts.map +0 -1
- package/tools/v1/audit-logs/list-v1-audit-logs.js +0 -83
- package/tools/v1/audit-logs/list-v1-audit-logs.js.map +0 -1
- package/tools/v1/audit-logs/list-v1-audit-logs.mjs +0 -76
- package/tools/v1/audit-logs/list-v1-audit-logs.mjs.map +0 -1
- package/tools/v1/billable-metrics/archive-v1-billable-metrics.d.mts +0 -51
- package/tools/v1/billable-metrics/archive-v1-billable-metrics.d.mts.map +0 -1
- package/tools/v1/billable-metrics/archive-v1-billable-metrics.d.ts +0 -51
- package/tools/v1/billable-metrics/archive-v1-billable-metrics.d.ts.map +0 -1
- package/tools/v1/billable-metrics/archive-v1-billable-metrics.js +0 -52
- package/tools/v1/billable-metrics/archive-v1-billable-metrics.js.map +0 -1
- package/tools/v1/billable-metrics/archive-v1-billable-metrics.mjs +0 -45
- package/tools/v1/billable-metrics/archive-v1-billable-metrics.mjs.map +0 -1
- package/tools/v1/billable-metrics/create-v1-billable-metrics.d.mts +0 -51
- package/tools/v1/billable-metrics/create-v1-billable-metrics.d.mts.map +0 -1
- package/tools/v1/billable-metrics/create-v1-billable-metrics.d.ts +0 -51
- package/tools/v1/billable-metrics/create-v1-billable-metrics.d.ts.map +0 -1
- package/tools/v1/billable-metrics/create-v1-billable-metrics.js +0 -141
- package/tools/v1/billable-metrics/create-v1-billable-metrics.js.map +0 -1
- package/tools/v1/billable-metrics/create-v1-billable-metrics.mjs +0 -134
- package/tools/v1/billable-metrics/create-v1-billable-metrics.mjs.map +0 -1
- package/tools/v1/billable-metrics/list-v1-billable-metrics.d.mts +0 -51
- package/tools/v1/billable-metrics/list-v1-billable-metrics.d.mts.map +0 -1
- package/tools/v1/billable-metrics/list-v1-billable-metrics.d.ts +0 -51
- package/tools/v1/billable-metrics/list-v1-billable-metrics.d.ts.map +0 -1
- package/tools/v1/billable-metrics/list-v1-billable-metrics.js +0 -64
- package/tools/v1/billable-metrics/list-v1-billable-metrics.js.map +0 -1
- package/tools/v1/billable-metrics/list-v1-billable-metrics.mjs +0 -57
- package/tools/v1/billable-metrics/list-v1-billable-metrics.mjs.map +0 -1
- package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.d.mts +0 -51
- package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.d.mts.map +0 -1
- package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.d.ts +0 -51
- package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.d.ts.map +0 -1
- package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.js +0 -54
- package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.js.map +0 -1
- package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.mjs +0 -47
- package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.mjs.map +0 -1
- package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.d.mts +0 -51
- package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.d.mts.map +0 -1
- package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.d.ts +0 -51
- package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.d.ts.map +0 -1
- package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.js +0 -66
- package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.js.map +0 -1
- package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.mjs +0 -62
- package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.mjs.map +0 -1
- package/tools/v1/contracts/amend-v1-contracts.d.mts +0 -51
- package/tools/v1/contracts/amend-v1-contracts.d.mts.map +0 -1
- package/tools/v1/contracts/amend-v1-contracts.d.ts +0 -51
- package/tools/v1/contracts/amend-v1-contracts.d.ts.map +0 -1
- package/tools/v1/contracts/amend-v1-contracts.js +0 -971
- package/tools/v1/contracts/amend-v1-contracts.js.map +0 -1
- package/tools/v1/contracts/amend-v1-contracts.mjs +0 -964
- package/tools/v1/contracts/amend-v1-contracts.mjs.map +0 -1
- package/tools/v1/contracts/archive-v1-contracts.d.mts +0 -51
- package/tools/v1/contracts/archive-v1-contracts.d.mts.map +0 -1
- package/tools/v1/contracts/archive-v1-contracts.d.ts +0 -51
- package/tools/v1/contracts/archive-v1-contracts.d.ts.map +0 -1
- package/tools/v1/contracts/archive-v1-contracts.js +0 -61
- package/tools/v1/contracts/archive-v1-contracts.js.map +0 -1
- package/tools/v1/contracts/archive-v1-contracts.mjs +0 -54
- package/tools/v1/contracts/archive-v1-contracts.mjs.map +0 -1
- package/tools/v1/contracts/create-historical-invoices-v1-contracts.d.mts +0 -51
- package/tools/v1/contracts/create-historical-invoices-v1-contracts.d.mts.map +0 -1
- package/tools/v1/contracts/create-historical-invoices-v1-contracts.d.ts +0 -51
- package/tools/v1/contracts/create-historical-invoices-v1-contracts.d.ts.map +0 -1
- package/tools/v1/contracts/create-historical-invoices-v1-contracts.js +0 -149
- package/tools/v1/contracts/create-historical-invoices-v1-contracts.js.map +0 -1
- package/tools/v1/contracts/create-historical-invoices-v1-contracts.mjs +0 -142
- package/tools/v1/contracts/create-historical-invoices-v1-contracts.mjs.map +0 -1
- package/tools/v1/contracts/create-v1-contracts.d.mts +0 -51
- package/tools/v1/contracts/create-v1-contracts.d.mts.map +0 -1
- package/tools/v1/contracts/create-v1-contracts.d.ts +0 -51
- package/tools/v1/contracts/create-v1-contracts.d.ts.map +0 -1
- package/tools/v1/contracts/create-v1-contracts.js +0 -1670
- package/tools/v1/contracts/create-v1-contracts.js.map +0 -1
- package/tools/v1/contracts/create-v1-contracts.mjs +0 -1663
- package/tools/v1/contracts/create-v1-contracts.mjs.map +0 -1
- package/tools/v1/contracts/list-balances-v1-contracts.d.mts +0 -51
- package/tools/v1/contracts/list-balances-v1-contracts.d.mts.map +0 -1
- package/tools/v1/contracts/list-balances-v1-contracts.d.ts +0 -51
- package/tools/v1/contracts/list-balances-v1-contracts.d.ts.map +0 -1
- package/tools/v1/contracts/list-balances-v1-contracts.js +0 -93
- package/tools/v1/contracts/list-balances-v1-contracts.js.map +0 -1
- package/tools/v1/contracts/list-balances-v1-contracts.mjs +0 -86
- package/tools/v1/contracts/list-balances-v1-contracts.mjs.map +0 -1
- package/tools/v1/contracts/list-v1-contracts.d.mts +0 -51
- package/tools/v1/contracts/list-v1-contracts.d.mts.map +0 -1
- package/tools/v1/contracts/list-v1-contracts.d.ts +0 -51
- package/tools/v1/contracts/list-v1-contracts.d.ts.map +0 -1
- package/tools/v1/contracts/list-v1-contracts.js +0 -68
- package/tools/v1/contracts/list-v1-contracts.js.map +0 -1
- package/tools/v1/contracts/list-v1-contracts.mjs +0 -61
- package/tools/v1/contracts/list-v1-contracts.mjs.map +0 -1
- package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.d.mts +0 -51
- package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.d.mts.map +0 -1
- package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.d.ts +0 -51
- package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.d.ts.map +0 -1
- package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.js +0 -62
- package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.js.map +0 -1
- package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.mjs +0 -55
- package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.mjs.map +0 -1
- package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.d.mts +0 -51
- package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.d.mts.map +0 -1
- package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.d.ts +0 -51
- package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.d.ts.map +0 -1
- package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.js +0 -53
- package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.js.map +0 -1
- package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.mjs +0 -49
- package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.mjs.map +0 -1
- package/tools/v1/contracts/products/archive-contracts-v1-products.d.mts +0 -51
- package/tools/v1/contracts/products/archive-contracts-v1-products.d.mts.map +0 -1
- package/tools/v1/contracts/products/archive-contracts-v1-products.d.ts +0 -51
- package/tools/v1/contracts/products/archive-contracts-v1-products.d.ts.map +0 -1
- package/tools/v1/contracts/products/archive-contracts-v1-products.js +0 -53
- package/tools/v1/contracts/products/archive-contracts-v1-products.js.map +0 -1
- package/tools/v1/contracts/products/archive-contracts-v1-products.mjs +0 -46
- package/tools/v1/contracts/products/archive-contracts-v1-products.mjs.map +0 -1
- package/tools/v1/contracts/products/create-contracts-v1-products.d.mts +0 -51
- package/tools/v1/contracts/products/create-contracts-v1-products.d.mts.map +0 -1
- package/tools/v1/contracts/products/create-contracts-v1-products.d.ts +0 -51
- package/tools/v1/contracts/products/create-contracts-v1-products.d.ts.map +0 -1
- package/tools/v1/contracts/products/create-contracts-v1-products.js +0 -158
- package/tools/v1/contracts/products/create-contracts-v1-products.js.map +0 -1
- package/tools/v1/contracts/products/create-contracts-v1-products.mjs +0 -151
- package/tools/v1/contracts/products/create-contracts-v1-products.mjs.map +0 -1
- package/tools/v1/contracts/products/list-contracts-v1-products.d.mts +0 -51
- package/tools/v1/contracts/products/list-contracts-v1-products.d.mts.map +0 -1
- package/tools/v1/contracts/products/list-contracts-v1-products.d.ts +0 -51
- package/tools/v1/contracts/products/list-contracts-v1-products.d.ts.map +0 -1
- package/tools/v1/contracts/products/list-contracts-v1-products.js +0 -63
- package/tools/v1/contracts/products/list-contracts-v1-products.js.map +0 -1
- package/tools/v1/contracts/products/list-contracts-v1-products.mjs +0 -56
- package/tools/v1/contracts/products/list-contracts-v1-products.mjs.map +0 -1
- package/tools/v1/contracts/products/retrieve-contracts-v1-products.d.mts +0 -51
- package/tools/v1/contracts/products/retrieve-contracts-v1-products.d.mts.map +0 -1
- package/tools/v1/contracts/products/retrieve-contracts-v1-products.d.ts +0 -51
- package/tools/v1/contracts/products/retrieve-contracts-v1-products.d.ts.map +0 -1
- package/tools/v1/contracts/products/retrieve-contracts-v1-products.js +0 -52
- package/tools/v1/contracts/products/retrieve-contracts-v1-products.js.map +0 -1
- package/tools/v1/contracts/products/retrieve-contracts-v1-products.mjs +0 -45
- package/tools/v1/contracts/products/retrieve-contracts-v1-products.mjs.map +0 -1
- package/tools/v1/contracts/products/update-contracts-v1-products.d.mts +0 -51
- package/tools/v1/contracts/products/update-contracts-v1-products.d.mts.map +0 -1
- package/tools/v1/contracts/products/update-contracts-v1-products.d.ts +0 -51
- package/tools/v1/contracts/products/update-contracts-v1-products.d.ts.map +0 -1
- package/tools/v1/contracts/products/update-contracts-v1-products.js +0 -159
- package/tools/v1/contracts/products/update-contracts-v1-products.js.map +0 -1
- package/tools/v1/contracts/products/update-contracts-v1-products.mjs +0 -152
- package/tools/v1/contracts/products/update-contracts-v1-products.mjs.map +0 -1
- package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.d.mts +0 -51
- package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.d.mts.map +0 -1
- package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.d.ts +0 -51
- package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.d.ts.map +0 -1
- package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.js +0 -52
- package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.js.map +0 -1
- package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.mjs +0 -45
- package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.mjs.map +0 -1
- package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.d.mts +0 -51
- package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.d.mts.map +0 -1
- package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.d.ts +0 -51
- package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.d.ts.map +0 -1
- package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.js +0 -102
- package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.js.map +0 -1
- package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.mjs +0 -95
- package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.mjs.map +0 -1
- package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.d.mts +0 -51
- package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.d.mts.map +0 -1
- package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.d.ts +0 -51
- package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.d.ts.map +0 -1
- package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.js +0 -62
- package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.js.map +0 -1
- package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.mjs +0 -55
- package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.mjs.map +0 -1
- package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.d.mts +0 -51
- package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.d.mts.map +0 -1
- package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.d.ts +0 -51
- package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.d.ts.map +0 -1
- package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.js +0 -66
- package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.js.map +0 -1
- package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.mjs +0 -59
- package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.mjs.map +0 -1
- package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.d.mts +0 -51
- package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.d.mts.map +0 -1
- package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.d.ts +0 -51
- package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.d.ts.map +0 -1
- package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.js +0 -57
- package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.js.map +0 -1
- package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.mjs +0 -53
- package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.mjs.map +0 -1
- package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.d.mts +0 -51
- package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.d.mts.map +0 -1
- package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.d.ts +0 -51
- package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.d.ts.map +0 -1
- package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.js +0 -59
- package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.js.map +0 -1
- package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.mjs +0 -52
- package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.mjs.map +0 -1
- package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.d.mts +0 -51
- package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.d.mts.map +0 -1
- package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.d.ts +0 -51
- package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.d.ts.map +0 -1
- package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.js +0 -70
- package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.js.map +0 -1
- package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.mjs +0 -63
- package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.mjs.map +0 -1
- package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.d.mts +0 -51
- package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.d.mts.map +0 -1
- package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.d.ts +0 -51
- package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.d.ts.map +0 -1
- package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.js +0 -163
- package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.js.map +0 -1
- package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.mjs +0 -156
- package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.mjs.map +0 -1
- package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.d.mts +0 -51
- package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.d.mts.map +0 -1
- package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.d.ts +0 -51
- package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.d.ts.map +0 -1
- package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.js +0 -155
- package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.js.map +0 -1
- package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.mjs +0 -148
- package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.mjs.map +0 -1
- package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.d.mts +0 -51
- package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.d.mts.map +0 -1
- package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.d.ts +0 -51
- package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.d.ts.map +0 -1
- package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.js +0 -102
- package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.js.map +0 -1
- package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.mjs +0 -95
- package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.mjs.map +0 -1
- package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.d.mts +0 -51
- package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.d.mts.map +0 -1
- package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.d.ts +0 -51
- package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.d.ts.map +0 -1
- package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.js +0 -52
- package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.js.map +0 -1
- package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.mjs +0 -45
- package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.mjs.map +0 -1
- package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.d.mts +0 -51
- package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.d.mts.map +0 -1
- package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.d.ts +0 -51
- package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.d.ts.map +0 -1
- package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.js +0 -99
- package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.js.map +0 -1
- package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.mjs +0 -92
- package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.mjs.map +0 -1
- package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.d.mts +0 -51
- package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.d.mts.map +0 -1
- package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.d.ts +0 -51
- package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.d.ts.map +0 -1
- package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.js +0 -81
- package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.js.map +0 -1
- package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.mjs +0 -74
- package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.mjs.map +0 -1
- package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.d.mts +0 -51
- package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.d.mts.map +0 -1
- package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.d.ts +0 -51
- package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.d.ts.map +0 -1
- package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.js +0 -105
- package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.js.map +0 -1
- package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.mjs +0 -98
- package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.mjs.map +0 -1
- package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.d.mts +0 -51
- package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.d.mts.map +0 -1
- package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.d.ts +0 -51
- package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.d.ts.map +0 -1
- package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.js +0 -58
- package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.js.map +0 -1
- package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.mjs +0 -51
- package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.mjs.map +0 -1
- package/tools/v1/contracts/retrieve-v1-contracts.d.mts +0 -51
- package/tools/v1/contracts/retrieve-v1-contracts.d.mts.map +0 -1
- package/tools/v1/contracts/retrieve-v1-contracts.d.ts +0 -51
- package/tools/v1/contracts/retrieve-v1-contracts.d.ts.map +0 -1
- package/tools/v1/contracts/retrieve-v1-contracts.js +0 -57
- package/tools/v1/contracts/retrieve-v1-contracts.js.map +0 -1
- package/tools/v1/contracts/retrieve-v1-contracts.mjs +0 -50
- package/tools/v1/contracts/retrieve-v1-contracts.mjs.map +0 -1
- package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.d.mts +0 -51
- package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.d.mts.map +0 -1
- package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.d.ts +0 -51
- package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.d.ts.map +0 -1
- package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.js +0 -108
- package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.js.map +0 -1
- package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.mjs +0 -101
- package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.mjs.map +0 -1
- package/tools/v1/contracts/set-usage-filter-v1-contracts.d.mts +0 -51
- package/tools/v1/contracts/set-usage-filter-v1-contracts.d.mts.map +0 -1
- package/tools/v1/contracts/set-usage-filter-v1-contracts.d.ts +0 -51
- package/tools/v1/contracts/set-usage-filter-v1-contracts.d.ts.map +0 -1
- package/tools/v1/contracts/set-usage-filter-v1-contracts.js +0 -51
- package/tools/v1/contracts/set-usage-filter-v1-contracts.js.map +0 -1
- package/tools/v1/contracts/set-usage-filter-v1-contracts.mjs +0 -47
- package/tools/v1/contracts/set-usage-filter-v1-contracts.mjs.map +0 -1
- package/tools/v1/contracts/update-end-date-v1-contracts.d.mts +0 -51
- package/tools/v1/contracts/update-end-date-v1-contracts.d.mts.map +0 -1
- package/tools/v1/contracts/update-end-date-v1-contracts.d.ts +0 -51
- package/tools/v1/contracts/update-end-date-v1-contracts.d.ts.map +0 -1
- package/tools/v1/contracts/update-end-date-v1-contracts.js +0 -66
- package/tools/v1/contracts/update-end-date-v1-contracts.js.map +0 -1
- package/tools/v1/contracts/update-end-date-v1-contracts.mjs +0 -59
- package/tools/v1/contracts/update-end-date-v1-contracts.mjs.map +0 -1
- package/tools/v1/credit-grants/create-v1-credit-grants.d.mts +0 -51
- package/tools/v1/credit-grants/create-v1-credit-grants.d.mts.map +0 -1
- package/tools/v1/credit-grants/create-v1-credit-grants.d.ts +0 -51
- package/tools/v1/credit-grants/create-v1-credit-grants.d.ts.map +0 -1
- package/tools/v1/credit-grants/create-v1-credit-grants.js +0 -184
- package/tools/v1/credit-grants/create-v1-credit-grants.js.map +0 -1
- package/tools/v1/credit-grants/create-v1-credit-grants.mjs +0 -177
- package/tools/v1/credit-grants/create-v1-credit-grants.mjs.map +0 -1
- package/tools/v1/credit-grants/edit-v1-credit-grants.d.mts +0 -51
- package/tools/v1/credit-grants/edit-v1-credit-grants.d.mts.map +0 -1
- package/tools/v1/credit-grants/edit-v1-credit-grants.d.ts +0 -51
- package/tools/v1/credit-grants/edit-v1-credit-grants.d.ts.map +0 -1
- package/tools/v1/credit-grants/edit-v1-credit-grants.js +0 -66
- package/tools/v1/credit-grants/edit-v1-credit-grants.js.map +0 -1
- package/tools/v1/credit-grants/edit-v1-credit-grants.mjs +0 -59
- package/tools/v1/credit-grants/edit-v1-credit-grants.mjs.map +0 -1
- package/tools/v1/credit-grants/list-entries-v1-credit-grants.d.mts +0 -51
- package/tools/v1/credit-grants/list-entries-v1-credit-grants.d.mts.map +0 -1
- package/tools/v1/credit-grants/list-entries-v1-credit-grants.d.ts +0 -51
- package/tools/v1/credit-grants/list-entries-v1-credit-grants.d.ts.map +0 -1
- package/tools/v1/credit-grants/list-entries-v1-credit-grants.js +0 -83
- package/tools/v1/credit-grants/list-entries-v1-credit-grants.js.map +0 -1
- package/tools/v1/credit-grants/list-entries-v1-credit-grants.mjs +0 -76
- package/tools/v1/credit-grants/list-entries-v1-credit-grants.mjs.map +0 -1
- package/tools/v1/credit-grants/list-v1-credit-grants.d.mts +0 -51
- package/tools/v1/credit-grants/list-v1-credit-grants.d.mts.map +0 -1
- package/tools/v1/credit-grants/list-v1-credit-grants.d.ts +0 -51
- package/tools/v1/credit-grants/list-v1-credit-grants.d.ts.map +0 -1
- package/tools/v1/credit-grants/list-v1-credit-grants.js +0 -89
- package/tools/v1/credit-grants/list-v1-credit-grants.js.map +0 -1
- package/tools/v1/credit-grants/list-v1-credit-grants.mjs +0 -82
- package/tools/v1/credit-grants/list-v1-credit-grants.mjs.map +0 -1
- package/tools/v1/credit-grants/void-v1-credit-grants.d.mts +0 -51
- package/tools/v1/credit-grants/void-v1-credit-grants.d.mts.map +0 -1
- package/tools/v1/credit-grants/void-v1-credit-grants.d.ts +0 -51
- package/tools/v1/credit-grants/void-v1-credit-grants.d.ts.map +0 -1
- package/tools/v1/credit-grants/void-v1-credit-grants.js +0 -60
- package/tools/v1/credit-grants/void-v1-credit-grants.js.map +0 -1
- package/tools/v1/credit-grants/void-v1-credit-grants.mjs +0 -53
- package/tools/v1/credit-grants/void-v1-credit-grants.mjs.map +0 -1
- package/tools/v1/custom-fields/add-key-v1-custom-fields.d.mts +0 -51
- package/tools/v1/custom-fields/add-key-v1-custom-fields.d.mts.map +0 -1
- package/tools/v1/custom-fields/add-key-v1-custom-fields.d.ts +0 -51
- package/tools/v1/custom-fields/add-key-v1-custom-fields.d.ts.map +0 -1
- package/tools/v1/custom-fields/add-key-v1-custom-fields.js +0 -61
- package/tools/v1/custom-fields/add-key-v1-custom-fields.js.map +0 -1
- package/tools/v1/custom-fields/add-key-v1-custom-fields.mjs +0 -57
- package/tools/v1/custom-fields/add-key-v1-custom-fields.mjs.map +0 -1
- package/tools/v1/custom-fields/delete-values-v1-custom-fields.d.mts +0 -51
- package/tools/v1/custom-fields/delete-values-v1-custom-fields.d.mts.map +0 -1
- package/tools/v1/custom-fields/delete-values-v1-custom-fields.d.ts +0 -51
- package/tools/v1/custom-fields/delete-values-v1-custom-fields.d.ts.map +0 -1
- package/tools/v1/custom-fields/delete-values-v1-custom-fields.js +0 -64
- package/tools/v1/custom-fields/delete-values-v1-custom-fields.js.map +0 -1
- package/tools/v1/custom-fields/delete-values-v1-custom-fields.mjs +0 -60
- package/tools/v1/custom-fields/delete-values-v1-custom-fields.mjs.map +0 -1
- package/tools/v1/custom-fields/list-keys-v1-custom-fields.d.mts +0 -51
- package/tools/v1/custom-fields/list-keys-v1-custom-fields.d.mts.map +0 -1
- package/tools/v1/custom-fields/list-keys-v1-custom-fields.d.ts +0 -51
- package/tools/v1/custom-fields/list-keys-v1-custom-fields.d.ts.map +0 -1
- package/tools/v1/custom-fields/list-keys-v1-custom-fields.js +0 -81
- package/tools/v1/custom-fields/list-keys-v1-custom-fields.js.map +0 -1
- package/tools/v1/custom-fields/list-keys-v1-custom-fields.mjs +0 -74
- package/tools/v1/custom-fields/list-keys-v1-custom-fields.mjs.map +0 -1
- package/tools/v1/custom-fields/remove-key-v1-custom-fields.d.mts +0 -51
- package/tools/v1/custom-fields/remove-key-v1-custom-fields.d.mts.map +0 -1
- package/tools/v1/custom-fields/remove-key-v1-custom-fields.d.ts +0 -51
- package/tools/v1/custom-fields/remove-key-v1-custom-fields.d.ts.map +0 -1
- package/tools/v1/custom-fields/remove-key-v1-custom-fields.js +0 -58
- package/tools/v1/custom-fields/remove-key-v1-custom-fields.js.map +0 -1
- package/tools/v1/custom-fields/remove-key-v1-custom-fields.mjs +0 -54
- package/tools/v1/custom-fields/remove-key-v1-custom-fields.mjs.map +0 -1
- package/tools/v1/custom-fields/set-values-v1-custom-fields.d.mts +0 -51
- package/tools/v1/custom-fields/set-values-v1-custom-fields.d.mts.map +0 -1
- package/tools/v1/custom-fields/set-values-v1-custom-fields.d.ts +0 -51
- package/tools/v1/custom-fields/set-values-v1-custom-fields.d.ts.map +0 -1
- package/tools/v1/custom-fields/set-values-v1-custom-fields.js +0 -63
- package/tools/v1/custom-fields/set-values-v1-custom-fields.js.map +0 -1
- package/tools/v1/custom-fields/set-values-v1-custom-fields.mjs +0 -59
- package/tools/v1/custom-fields/set-values-v1-custom-fields.mjs.map +0 -1
- package/tools/v1/customers/alerts/list-customers-v1-alerts.d.mts +0 -51
- package/tools/v1/customers/alerts/list-customers-v1-alerts.d.mts.map +0 -1
- package/tools/v1/customers/alerts/list-customers-v1-alerts.d.ts +0 -51
- package/tools/v1/customers/alerts/list-customers-v1-alerts.d.ts.map +0 -1
- package/tools/v1/customers/alerts/list-customers-v1-alerts.js +0 -66
- package/tools/v1/customers/alerts/list-customers-v1-alerts.js.map +0 -1
- package/tools/v1/customers/alerts/list-customers-v1-alerts.mjs +0 -59
- package/tools/v1/customers/alerts/list-customers-v1-alerts.mjs.map +0 -1
- package/tools/v1/customers/alerts/reset-customers-v1-alerts.d.mts +0 -51
- package/tools/v1/customers/alerts/reset-customers-v1-alerts.d.mts.map +0 -1
- package/tools/v1/customers/alerts/reset-customers-v1-alerts.d.ts +0 -51
- package/tools/v1/customers/alerts/reset-customers-v1-alerts.d.ts.map +0 -1
- package/tools/v1/customers/alerts/reset-customers-v1-alerts.js +0 -40
- package/tools/v1/customers/alerts/reset-customers-v1-alerts.js.map +0 -1
- package/tools/v1/customers/alerts/reset-customers-v1-alerts.mjs +0 -36
- package/tools/v1/customers/alerts/reset-customers-v1-alerts.mjs.map +0 -1
- package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.d.mts +0 -51
- package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.d.mts.map +0 -1
- package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.d.ts +0 -51
- package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.d.ts.map +0 -1
- package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.js +0 -88
- package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.js.map +0 -1
- package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.mjs +0 -81
- package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.mjs.map +0 -1
- package/tools/v1/customers/archive-v1-customers.d.mts +0 -51
- package/tools/v1/customers/archive-v1-customers.d.mts.map +0 -1
- package/tools/v1/customers/archive-v1-customers.d.ts +0 -51
- package/tools/v1/customers/archive-v1-customers.d.ts.map +0 -1
- package/tools/v1/customers/archive-v1-customers.js +0 -52
- package/tools/v1/customers/archive-v1-customers.js.map +0 -1
- package/tools/v1/customers/archive-v1-customers.mjs +0 -45
- package/tools/v1/customers/archive-v1-customers.mjs.map +0 -1
- package/tools/v1/customers/billing-config/create-customers-v1-billing-config.d.mts +0 -51
- package/tools/v1/customers/billing-config/create-customers-v1-billing-config.d.mts.map +0 -1
- package/tools/v1/customers/billing-config/create-customers-v1-billing-config.d.ts +0 -51
- package/tools/v1/customers/billing-config/create-customers-v1-billing-config.d.ts.map +0 -1
- package/tools/v1/customers/billing-config/create-customers-v1-billing-config.js +0 -102
- package/tools/v1/customers/billing-config/create-customers-v1-billing-config.js.map +0 -1
- package/tools/v1/customers/billing-config/create-customers-v1-billing-config.mjs +0 -98
- package/tools/v1/customers/billing-config/create-customers-v1-billing-config.mjs.map +0 -1
- package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.d.mts +0 -51
- package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.d.mts.map +0 -1
- package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.d.ts +0 -51
- package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.d.ts.map +0 -1
- package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.js +0 -51
- package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.js.map +0 -1
- package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.mjs +0 -47
- package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.mjs.map +0 -1
- package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.d.mts +0 -51
- package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.d.mts.map +0 -1
- package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.d.ts +0 -51
- package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.d.ts.map +0 -1
- package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.js +0 -68
- package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.js.map +0 -1
- package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.mjs +0 -61
- package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.mjs.map +0 -1
- package/tools/v1/customers/commits/create-customers-v1-commits.d.mts +0 -51
- package/tools/v1/customers/commits/create-customers-v1-commits.d.mts.map +0 -1
- package/tools/v1/customers/commits/create-customers-v1-commits.d.ts +0 -51
- package/tools/v1/customers/commits/create-customers-v1-commits.d.ts.map +0 -1
- package/tools/v1/customers/commits/create-customers-v1-commits.js +0 -256
- package/tools/v1/customers/commits/create-customers-v1-commits.js.map +0 -1
- package/tools/v1/customers/commits/create-customers-v1-commits.mjs +0 -249
- package/tools/v1/customers/commits/create-customers-v1-commits.mjs.map +0 -1
- package/tools/v1/customers/commits/list-customers-v1-commits.d.mts +0 -51
- package/tools/v1/customers/commits/list-customers-v1-commits.d.mts.map +0 -1
- package/tools/v1/customers/commits/list-customers-v1-commits.d.ts +0 -51
- package/tools/v1/customers/commits/list-customers-v1-commits.d.ts.map +0 -1
- package/tools/v1/customers/commits/list-customers-v1-commits.js +0 -89
- package/tools/v1/customers/commits/list-customers-v1-commits.js.map +0 -1
- package/tools/v1/customers/commits/list-customers-v1-commits.mjs +0 -82
- package/tools/v1/customers/commits/list-customers-v1-commits.mjs.map +0 -1
- package/tools/v1/customers/commits/update-end-date-customers-v1-commits.d.mts +0 -51
- package/tools/v1/customers/commits/update-end-date-customers-v1-commits.d.mts.map +0 -1
- package/tools/v1/customers/commits/update-end-date-customers-v1-commits.d.ts +0 -51
- package/tools/v1/customers/commits/update-end-date-customers-v1-commits.d.ts.map +0 -1
- package/tools/v1/customers/commits/update-end-date-customers-v1-commits.js +0 -67
- package/tools/v1/customers/commits/update-end-date-customers-v1-commits.js.map +0 -1
- package/tools/v1/customers/commits/update-end-date-customers-v1-commits.mjs +0 -60
- package/tools/v1/customers/commits/update-end-date-customers-v1-commits.mjs.map +0 -1
- package/tools/v1/customers/create-v1-customers.d.mts +0 -51
- package/tools/v1/customers/create-v1-customers.d.mts.map +0 -1
- package/tools/v1/customers/create-v1-customers.d.ts +0 -51
- package/tools/v1/customers/create-v1-customers.d.ts.map +0 -1
- package/tools/v1/customers/create-v1-customers.js +0 -206
- package/tools/v1/customers/create-v1-customers.js.map +0 -1
- package/tools/v1/customers/create-v1-customers.mjs +0 -199
- package/tools/v1/customers/create-v1-customers.mjs.map +0 -1
- package/tools/v1/customers/credits/create-customers-v1-credits.d.mts +0 -51
- package/tools/v1/customers/credits/create-customers-v1-credits.d.mts.map +0 -1
- package/tools/v1/customers/credits/create-customers-v1-credits.d.ts +0 -51
- package/tools/v1/customers/credits/create-customers-v1-credits.d.ts.map +0 -1
- package/tools/v1/customers/credits/create-customers-v1-credits.js +0 -175
- package/tools/v1/customers/credits/create-customers-v1-credits.js.map +0 -1
- package/tools/v1/customers/credits/create-customers-v1-credits.mjs +0 -168
- package/tools/v1/customers/credits/create-customers-v1-credits.mjs.map +0 -1
- package/tools/v1/customers/credits/list-customers-v1-credits.d.mts +0 -51
- package/tools/v1/customers/credits/list-customers-v1-credits.d.mts.map +0 -1
- package/tools/v1/customers/credits/list-customers-v1-credits.d.ts +0 -51
- package/tools/v1/customers/credits/list-customers-v1-credits.d.ts.map +0 -1
- package/tools/v1/customers/credits/list-customers-v1-credits.js +0 -89
- package/tools/v1/customers/credits/list-customers-v1-credits.js.map +0 -1
- package/tools/v1/customers/credits/list-customers-v1-credits.mjs +0 -82
- package/tools/v1/customers/credits/list-customers-v1-credits.mjs.map +0 -1
- package/tools/v1/customers/credits/update-end-date-customers-v1-credits.d.mts +0 -51
- package/tools/v1/customers/credits/update-end-date-customers-v1-credits.d.mts.map +0 -1
- package/tools/v1/customers/credits/update-end-date-customers-v1-credits.d.ts +0 -51
- package/tools/v1/customers/credits/update-end-date-customers-v1-credits.d.ts.map +0 -1
- package/tools/v1/customers/credits/update-end-date-customers-v1-credits.js +0 -62
- package/tools/v1/customers/credits/update-end-date-customers-v1-credits.js.map +0 -1
- package/tools/v1/customers/credits/update-end-date-customers-v1-credits.mjs +0 -55
- package/tools/v1/customers/credits/update-end-date-customers-v1-credits.mjs.map +0 -1
- package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.d.mts +0 -51
- package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.d.mts.map +0 -1
- package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.d.ts +0 -51
- package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.d.ts.map +0 -1
- package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.js +0 -83
- package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.js.map +0 -1
- package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.mjs +0 -76
- package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.mjs.map +0 -1
- package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.d.mts +0 -51
- package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.d.mts.map +0 -1
- package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.d.ts +0 -51
- package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.d.ts.map +0 -1
- package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.js +0 -89
- package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.js.map +0 -1
- package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.mjs +0 -82
- package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.mjs.map +0 -1
- package/tools/v1/customers/invoices/list-customers-v1-invoices.d.mts +0 -51
- package/tools/v1/customers/invoices/list-customers-v1-invoices.d.mts.map +0 -1
- package/tools/v1/customers/invoices/list-customers-v1-invoices.d.ts +0 -51
- package/tools/v1/customers/invoices/list-customers-v1-invoices.d.ts.map +0 -1
- package/tools/v1/customers/invoices/list-customers-v1-invoices.js +0 -84
- package/tools/v1/customers/invoices/list-customers-v1-invoices.js.map +0 -1
- package/tools/v1/customers/invoices/list-customers-v1-invoices.mjs +0 -77
- package/tools/v1/customers/invoices/list-customers-v1-invoices.mjs.map +0 -1
- package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.d.mts +0 -51
- package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.d.mts.map +0 -1
- package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.d.ts +0 -51
- package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.d.ts.map +0 -1
- package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.js +0 -55
- package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.js.map +0 -1
- package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.mjs +0 -48
- package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.mjs.map +0 -1
- package/tools/v1/customers/invoices/retrieve-pdf-customers-v1-invoices.d.mts +0 -51
- package/tools/v1/customers/invoices/retrieve-pdf-customers-v1-invoices.d.mts.map +0 -1
- package/tools/v1/customers/invoices/retrieve-pdf-customers-v1-invoices.d.ts +0 -51
- package/tools/v1/customers/invoices/retrieve-pdf-customers-v1-invoices.d.ts.map +0 -1
- package/tools/v1/customers/invoices/retrieve-pdf-customers-v1-invoices.js +0 -39
- package/tools/v1/customers/invoices/retrieve-pdf-customers-v1-invoices.js.map +0 -1
- package/tools/v1/customers/invoices/retrieve-pdf-customers-v1-invoices.mjs +0 -35
- package/tools/v1/customers/invoices/retrieve-pdf-customers-v1-invoices.mjs.map +0 -1
- package/tools/v1/customers/list-billable-metrics-v1-customers.d.mts +0 -51
- package/tools/v1/customers/list-billable-metrics-v1-customers.d.mts.map +0 -1
- package/tools/v1/customers/list-billable-metrics-v1-customers.d.ts +0 -51
- package/tools/v1/customers/list-billable-metrics-v1-customers.d.ts.map +0 -1
- package/tools/v1/customers/list-billable-metrics-v1-customers.js +0 -71
- package/tools/v1/customers/list-billable-metrics-v1-customers.js.map +0 -1
- package/tools/v1/customers/list-billable-metrics-v1-customers.mjs +0 -64
- package/tools/v1/customers/list-billable-metrics-v1-customers.mjs.map +0 -1
- package/tools/v1/customers/list-costs-v1-customers.d.mts +0 -51
- package/tools/v1/customers/list-costs-v1-customers.d.mts.map +0 -1
- package/tools/v1/customers/list-costs-v1-customers.d.ts +0 -51
- package/tools/v1/customers/list-costs-v1-customers.d.ts.map +0 -1
- package/tools/v1/customers/list-costs-v1-customers.js +0 -73
- package/tools/v1/customers/list-costs-v1-customers.js.map +0 -1
- package/tools/v1/customers/list-costs-v1-customers.mjs +0 -66
- package/tools/v1/customers/list-costs-v1-customers.mjs.map +0 -1
- package/tools/v1/customers/list-v1-customers.d.mts +0 -51
- package/tools/v1/customers/list-v1-customers.d.mts.map +0 -1
- package/tools/v1/customers/list-v1-customers.d.ts +0 -51
- package/tools/v1/customers/list-v1-customers.d.ts.map +0 -1
- package/tools/v1/customers/list-v1-customers.js +0 -82
- package/tools/v1/customers/list-v1-customers.js.map +0 -1
- package/tools/v1/customers/list-v1-customers.mjs +0 -75
- package/tools/v1/customers/list-v1-customers.mjs.map +0 -1
- package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.d.mts +0 -51
- package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.d.mts.map +0 -1
- package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.d.ts +0 -51
- package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.d.ts.map +0 -1
- package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.js +0 -62
- package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.js.map +0 -1
- package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.mjs +0 -55
- package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.mjs.map +0 -1
- package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.d.mts +0 -51
- package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.d.mts.map +0 -1
- package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.d.ts +0 -51
- package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.d.ts.map +0 -1
- package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.js +0 -53
- package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.js.map +0 -1
- package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.mjs +0 -49
- package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.mjs.map +0 -1
- package/tools/v1/customers/plans/add-customers-v1-plans.d.mts +0 -51
- package/tools/v1/customers/plans/add-customers-v1-plans.d.mts.map +0 -1
- package/tools/v1/customers/plans/add-customers-v1-plans.d.ts +0 -51
- package/tools/v1/customers/plans/add-customers-v1-plans.d.ts.map +0 -1
- package/tools/v1/customers/plans/add-customers-v1-plans.js +0 -147
- package/tools/v1/customers/plans/add-customers-v1-plans.js.map +0 -1
- package/tools/v1/customers/plans/add-customers-v1-plans.mjs +0 -140
- package/tools/v1/customers/plans/add-customers-v1-plans.mjs.map +0 -1
- package/tools/v1/customers/plans/end-customers-v1-plans.d.mts +0 -51
- package/tools/v1/customers/plans/end-customers-v1-plans.d.mts.map +0 -1
- package/tools/v1/customers/plans/end-customers-v1-plans.d.ts +0 -51
- package/tools/v1/customers/plans/end-customers-v1-plans.d.ts.map +0 -1
- package/tools/v1/customers/plans/end-customers-v1-plans.js +0 -68
- package/tools/v1/customers/plans/end-customers-v1-plans.js.map +0 -1
- package/tools/v1/customers/plans/end-customers-v1-plans.mjs +0 -61
- package/tools/v1/customers/plans/end-customers-v1-plans.mjs.map +0 -1
- package/tools/v1/customers/plans/list-customers-v1-plans.d.mts +0 -51
- package/tools/v1/customers/plans/list-customers-v1-plans.d.mts.map +0 -1
- package/tools/v1/customers/plans/list-customers-v1-plans.d.ts +0 -51
- package/tools/v1/customers/plans/list-customers-v1-plans.d.ts.map +0 -1
- package/tools/v1/customers/plans/list-customers-v1-plans.js +0 -63
- package/tools/v1/customers/plans/list-customers-v1-plans.js.map +0 -1
- package/tools/v1/customers/plans/list-customers-v1-plans.mjs +0 -56
- package/tools/v1/customers/plans/list-customers-v1-plans.mjs.map +0 -1
- package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.d.mts +0 -51
- package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.d.mts.map +0 -1
- package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.d.ts +0 -51
- package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.d.ts.map +0 -1
- package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.js +0 -66
- package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.js.map +0 -1
- package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.mjs +0 -59
- package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.mjs.map +0 -1
- package/tools/v1/customers/preview-events-v1-customers.d.mts +0 -51
- package/tools/v1/customers/preview-events-v1-customers.d.mts.map +0 -1
- package/tools/v1/customers/preview-events-v1-customers.d.ts +0 -51
- package/tools/v1/customers/preview-events-v1-customers.d.ts.map +0 -1
- package/tools/v1/customers/preview-events-v1-customers.js +0 -80
- package/tools/v1/customers/preview-events-v1-customers.js.map +0 -1
- package/tools/v1/customers/preview-events-v1-customers.mjs +0 -73
- package/tools/v1/customers/preview-events-v1-customers.mjs.map +0 -1
- package/tools/v1/customers/retrieve-billing-configurations-v1-customers.d.mts +0 -51
- package/tools/v1/customers/retrieve-billing-configurations-v1-customers.d.mts.map +0 -1
- package/tools/v1/customers/retrieve-billing-configurations-v1-customers.d.ts +0 -51
- package/tools/v1/customers/retrieve-billing-configurations-v1-customers.d.ts.map +0 -1
- package/tools/v1/customers/retrieve-billing-configurations-v1-customers.js +0 -55
- package/tools/v1/customers/retrieve-billing-configurations-v1-customers.js.map +0 -1
- package/tools/v1/customers/retrieve-billing-configurations-v1-customers.mjs +0 -48
- package/tools/v1/customers/retrieve-billing-configurations-v1-customers.mjs.map +0 -1
- package/tools/v1/customers/retrieve-v1-customers.d.mts +0 -51
- package/tools/v1/customers/retrieve-v1-customers.d.mts.map +0 -1
- package/tools/v1/customers/retrieve-v1-customers.d.ts +0 -51
- package/tools/v1/customers/retrieve-v1-customers.d.ts.map +0 -1
- package/tools/v1/customers/retrieve-v1-customers.js +0 -54
- package/tools/v1/customers/retrieve-v1-customers.js.map +0 -1
- package/tools/v1/customers/retrieve-v1-customers.mjs +0 -47
- package/tools/v1/customers/retrieve-v1-customers.mjs.map +0 -1
- package/tools/v1/customers/set-billing-configurations-v1-customers.d.mts +0 -51
- package/tools/v1/customers/set-billing-configurations-v1-customers.d.mts.map +0 -1
- package/tools/v1/customers/set-billing-configurations-v1-customers.d.ts +0 -51
- package/tools/v1/customers/set-billing-configurations-v1-customers.d.ts.map +0 -1
- package/tools/v1/customers/set-billing-configurations-v1-customers.js +0 -95
- package/tools/v1/customers/set-billing-configurations-v1-customers.js.map +0 -1
- package/tools/v1/customers/set-billing-configurations-v1-customers.mjs +0 -88
- package/tools/v1/customers/set-billing-configurations-v1-customers.mjs.map +0 -1
- package/tools/v1/customers/set-ingest-aliases-v1-customers.d.mts +0 -51
- package/tools/v1/customers/set-ingest-aliases-v1-customers.d.mts.map +0 -1
- package/tools/v1/customers/set-ingest-aliases-v1-customers.d.ts +0 -51
- package/tools/v1/customers/set-ingest-aliases-v1-customers.d.ts.map +0 -1
- package/tools/v1/customers/set-ingest-aliases-v1-customers.js +0 -41
- package/tools/v1/customers/set-ingest-aliases-v1-customers.js.map +0 -1
- package/tools/v1/customers/set-ingest-aliases-v1-customers.mjs +0 -37
- package/tools/v1/customers/set-ingest-aliases-v1-customers.mjs.map +0 -1
- package/tools/v1/customers/set-name-v1-customers.d.mts +0 -51
- package/tools/v1/customers/set-name-v1-customers.d.mts.map +0 -1
- package/tools/v1/customers/set-name-v1-customers.d.ts +0 -51
- package/tools/v1/customers/set-name-v1-customers.d.ts.map +0 -1
- package/tools/v1/customers/set-name-v1-customers.js +0 -56
- package/tools/v1/customers/set-name-v1-customers.js.map +0 -1
- package/tools/v1/customers/set-name-v1-customers.mjs +0 -49
- package/tools/v1/customers/set-name-v1-customers.mjs.map +0 -1
- package/tools/v1/customers/update-config-v1-customers.d.mts +0 -51
- package/tools/v1/customers/update-config-v1-customers.d.mts.map +0 -1
- package/tools/v1/customers/update-config-v1-customers.d.ts +0 -51
- package/tools/v1/customers/update-config-v1-customers.d.ts.map +0 -1
- package/tools/v1/customers/update-config-v1-customers.js +0 -43
- package/tools/v1/customers/update-config-v1-customers.js.map +0 -1
- package/tools/v1/customers/update-config-v1-customers.mjs +0 -39
- package/tools/v1/customers/update-config-v1-customers.mjs.map +0 -1
- package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.d.mts +0 -51
- package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.d.mts.map +0 -1
- package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.d.ts +0 -51
- package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.d.ts.map +0 -1
- package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.js +0 -138
- package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.js.map +0 -1
- package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.mjs +0 -131
- package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.mjs.map +0 -1
- package/tools/v1/invoices/regenerate-v1-invoices.d.mts +0 -51
- package/tools/v1/invoices/regenerate-v1-invoices.d.mts.map +0 -1
- package/tools/v1/invoices/regenerate-v1-invoices.d.ts +0 -51
- package/tools/v1/invoices/regenerate-v1-invoices.d.ts.map +0 -1
- package/tools/v1/invoices/regenerate-v1-invoices.js +0 -53
- package/tools/v1/invoices/regenerate-v1-invoices.js.map +0 -1
- package/tools/v1/invoices/regenerate-v1-invoices.mjs +0 -46
- package/tools/v1/invoices/regenerate-v1-invoices.mjs.map +0 -1
- package/tools/v1/invoices/void-v1-invoices.d.mts +0 -51
- package/tools/v1/invoices/void-v1-invoices.d.mts.map +0 -1
- package/tools/v1/invoices/void-v1-invoices.d.ts +0 -51
- package/tools/v1/invoices/void-v1-invoices.d.ts.map +0 -1
- package/tools/v1/invoices/void-v1-invoices.js +0 -53
- package/tools/v1/invoices/void-v1-invoices.js.map +0 -1
- package/tools/v1/invoices/void-v1-invoices.mjs +0 -46
- package/tools/v1/invoices/void-v1-invoices.mjs.map +0 -1
- package/tools/v1/payments/attempt-v1-payments.d.mts +0 -51
- package/tools/v1/payments/attempt-v1-payments.d.mts.map +0 -1
- package/tools/v1/payments/attempt-v1-payments.d.ts +0 -51
- package/tools/v1/payments/attempt-v1-payments.d.ts.map +0 -1
- package/tools/v1/payments/attempt-v1-payments.js +0 -55
- package/tools/v1/payments/attempt-v1-payments.js.map +0 -1
- package/tools/v1/payments/attempt-v1-payments.mjs +0 -48
- package/tools/v1/payments/attempt-v1-payments.mjs.map +0 -1
- package/tools/v1/payments/cancel-v1-payments.d.mts +0 -51
- package/tools/v1/payments/cancel-v1-payments.d.mts.map +0 -1
- package/tools/v1/payments/cancel-v1-payments.d.ts +0 -51
- package/tools/v1/payments/cancel-v1-payments.d.ts.map +0 -1
- package/tools/v1/payments/cancel-v1-payments.js +0 -55
- package/tools/v1/payments/cancel-v1-payments.js.map +0 -1
- package/tools/v1/payments/cancel-v1-payments.mjs +0 -48
- package/tools/v1/payments/cancel-v1-payments.mjs.map +0 -1
- package/tools/v1/payments/list-v1-payments.d.mts +0 -51
- package/tools/v1/payments/list-v1-payments.d.mts.map +0 -1
- package/tools/v1/payments/list-v1-payments.d.ts +0 -51
- package/tools/v1/payments/list-v1-payments.d.ts.map +0 -1
- package/tools/v1/payments/list-v1-payments.js +0 -76
- package/tools/v1/payments/list-v1-payments.js.map +0 -1
- package/tools/v1/payments/list-v1-payments.mjs +0 -69
- package/tools/v1/payments/list-v1-payments.mjs.map +0 -1
- package/tools/v1/plans/get-details-v1-plans.d.mts +0 -51
- package/tools/v1/plans/get-details-v1-plans.d.mts.map +0 -1
- package/tools/v1/plans/get-details-v1-plans.d.ts +0 -51
- package/tools/v1/plans/get-details-v1-plans.d.ts.map +0 -1
- package/tools/v1/plans/get-details-v1-plans.js +0 -54
- package/tools/v1/plans/get-details-v1-plans.js.map +0 -1
- package/tools/v1/plans/get-details-v1-plans.mjs +0 -47
- package/tools/v1/plans/get-details-v1-plans.mjs.map +0 -1
- package/tools/v1/plans/list-charges-v1-plans.d.mts +0 -51
- package/tools/v1/plans/list-charges-v1-plans.d.mts.map +0 -1
- package/tools/v1/plans/list-charges-v1-plans.d.ts +0 -51
- package/tools/v1/plans/list-charges-v1-plans.d.ts.map +0 -1
- package/tools/v1/plans/list-charges-v1-plans.js +0 -63
- package/tools/v1/plans/list-charges-v1-plans.js.map +0 -1
- package/tools/v1/plans/list-charges-v1-plans.mjs +0 -56
- package/tools/v1/plans/list-charges-v1-plans.mjs.map +0 -1
- package/tools/v1/plans/list-customers-v1-plans.d.mts +0 -51
- package/tools/v1/plans/list-customers-v1-plans.d.mts.map +0 -1
- package/tools/v1/plans/list-customers-v1-plans.d.ts +0 -51
- package/tools/v1/plans/list-customers-v1-plans.d.ts.map +0 -1
- package/tools/v1/plans/list-customers-v1-plans.js +0 -68
- package/tools/v1/plans/list-customers-v1-plans.js.map +0 -1
- package/tools/v1/plans/list-customers-v1-plans.mjs +0 -61
- package/tools/v1/plans/list-customers-v1-plans.mjs.map +0 -1
- package/tools/v1/plans/list-v1-plans.d.mts +0 -51
- package/tools/v1/plans/list-v1-plans.d.mts.map +0 -1
- package/tools/v1/plans/list-v1-plans.d.ts +0 -51
- package/tools/v1/plans/list-v1-plans.d.ts.map +0 -1
- package/tools/v1/plans/list-v1-plans.js +0 -60
- package/tools/v1/plans/list-v1-plans.js.map +0 -1
- package/tools/v1/plans/list-v1-plans.mjs +0 -53
- package/tools/v1/plans/list-v1-plans.mjs.map +0 -1
- package/tools/v1/pricing-units/list-v1-pricing-units.d.mts +0 -51
- package/tools/v1/pricing-units/list-v1-pricing-units.d.mts.map +0 -1
- package/tools/v1/pricing-units/list-v1-pricing-units.d.ts +0 -51
- package/tools/v1/pricing-units/list-v1-pricing-units.d.ts.map +0 -1
- package/tools/v1/pricing-units/list-v1-pricing-units.js +0 -60
- package/tools/v1/pricing-units/list-v1-pricing-units.js.map +0 -1
- package/tools/v1/pricing-units/list-v1-pricing-units.mjs +0 -53
- package/tools/v1/pricing-units/list-v1-pricing-units.mjs.map +0 -1
- package/tools/v1/services/list-v1-services.d.mts +0 -51
- package/tools/v1/services/list-v1-services.d.mts.map +0 -1
- package/tools/v1/services/list-v1-services.d.ts +0 -51
- package/tools/v1/services/list-v1-services.d.ts.map +0 -1
- package/tools/v1/services/list-v1-services.js +0 -51
- package/tools/v1/services/list-v1-services.js.map +0 -1
- package/tools/v1/services/list-v1-services.mjs +0 -44
- package/tools/v1/services/list-v1-services.mjs.map +0 -1
- package/tools/v1/settings/billing-providers/create-settings-v1-billing-providers.d.mts +0 -51
- package/tools/v1/settings/billing-providers/create-settings-v1-billing-providers.d.mts.map +0 -1
- package/tools/v1/settings/billing-providers/create-settings-v1-billing-providers.d.ts +0 -51
- package/tools/v1/settings/billing-providers/create-settings-v1-billing-providers.d.ts.map +0 -1
- package/tools/v1/settings/billing-providers/create-settings-v1-billing-providers.js +0 -64
- package/tools/v1/settings/billing-providers/create-settings-v1-billing-providers.js.map +0 -1
- package/tools/v1/settings/billing-providers/create-settings-v1-billing-providers.mjs +0 -57
- package/tools/v1/settings/billing-providers/create-settings-v1-billing-providers.mjs.map +0 -1
- package/tools/v1/settings/billing-providers/list-settings-v1-billing-providers.d.mts +0 -51
- package/tools/v1/settings/billing-providers/list-settings-v1-billing-providers.d.mts.map +0 -1
- package/tools/v1/settings/billing-providers/list-settings-v1-billing-providers.d.ts +0 -51
- package/tools/v1/settings/billing-providers/list-settings-v1-billing-providers.d.ts.map +0 -1
- package/tools/v1/settings/billing-providers/list-settings-v1-billing-providers.js +0 -53
- package/tools/v1/settings/billing-providers/list-settings-v1-billing-providers.js.map +0 -1
- package/tools/v1/settings/billing-providers/list-settings-v1-billing-providers.mjs +0 -46
- package/tools/v1/settings/billing-providers/list-settings-v1-billing-providers.mjs.map +0 -1
- package/tools/v1/settings/upsert-avalara-credentials-v1-settings.d.mts +0 -51
- package/tools/v1/settings/upsert-avalara-credentials-v1-settings.d.mts.map +0 -1
- package/tools/v1/settings/upsert-avalara-credentials-v1-settings.d.ts +0 -51
- package/tools/v1/settings/upsert-avalara-credentials-v1-settings.d.ts.map +0 -1
- package/tools/v1/settings/upsert-avalara-credentials-v1-settings.js +0 -73
- package/tools/v1/settings/upsert-avalara-credentials-v1-settings.js.map +0 -1
- package/tools/v1/settings/upsert-avalara-credentials-v1-settings.mjs +0 -66
- package/tools/v1/settings/upsert-avalara-credentials-v1-settings.mjs.map +0 -1
- package/tools/v1/usage/ingest-v1-usage.d.mts +0 -51
- package/tools/v1/usage/ingest-v1-usage.d.mts.map +0 -1
- package/tools/v1/usage/ingest-v1-usage.d.ts +0 -51
- package/tools/v1/usage/ingest-v1-usage.d.ts.map +0 -1
- package/tools/v1/usage/ingest-v1-usage.js +0 -58
- package/tools/v1/usage/ingest-v1-usage.js.map +0 -1
- package/tools/v1/usage/ingest-v1-usage.mjs +0 -54
- package/tools/v1/usage/ingest-v1-usage.mjs.map +0 -1
- package/tools/v1/usage/list-v1-usage.d.mts +0 -51
- package/tools/v1/usage/list-v1-usage.d.mts.map +0 -1
- package/tools/v1/usage/list-v1-usage.d.ts +0 -51
- package/tools/v1/usage/list-v1-usage.d.ts.map +0 -1
- package/tools/v1/usage/list-v1-usage.js +0 -104
- package/tools/v1/usage/list-v1-usage.js.map +0 -1
- package/tools/v1/usage/list-v1-usage.mjs +0 -97
- package/tools/v1/usage/list-v1-usage.mjs.map +0 -1
- package/tools/v1/usage/list-with-groups-v1-usage.d.mts +0 -51
- package/tools/v1/usage/list-with-groups-v1-usage.d.mts.map +0 -1
- package/tools/v1/usage/list-with-groups-v1-usage.d.ts +0 -51
- package/tools/v1/usage/list-with-groups-v1-usage.d.ts.map +0 -1
- package/tools/v1/usage/list-with-groups-v1-usage.js +0 -98
- package/tools/v1/usage/list-with-groups-v1-usage.js.map +0 -1
- package/tools/v1/usage/list-with-groups-v1-usage.mjs +0 -91
- package/tools/v1/usage/list-with-groups-v1-usage.mjs.map +0 -1
- package/tools/v1/usage/search-v1-usage.d.mts +0 -51
- package/tools/v1/usage/search-v1-usage.d.mts.map +0 -1
- package/tools/v1/usage/search-v1-usage.d.ts +0 -51
- package/tools/v1/usage/search-v1-usage.d.ts.map +0 -1
- package/tools/v1/usage/search-v1-usage.js +0 -56
- package/tools/v1/usage/search-v1-usage.js.map +0 -1
- package/tools/v1/usage/search-v1-usage.mjs +0 -49
- package/tools/v1/usage/search-v1-usage.mjs.map +0 -1
- package/tools/v2/contracts/edit-commit-v2-contracts.d.mts +0 -51
- package/tools/v2/contracts/edit-commit-v2-contracts.d.mts.map +0 -1
- package/tools/v2/contracts/edit-commit-v2-contracts.d.ts +0 -51
- package/tools/v2/contracts/edit-commit-v2-contracts.d.ts.map +0 -1
- package/tools/v2/contracts/edit-commit-v2-contracts.js +0 -301
- package/tools/v2/contracts/edit-commit-v2-contracts.js.map +0 -1
- package/tools/v2/contracts/edit-commit-v2-contracts.mjs +0 -294
- package/tools/v2/contracts/edit-commit-v2-contracts.mjs.map +0 -1
- package/tools/v2/contracts/edit-credit-v2-contracts.d.mts +0 -51
- package/tools/v2/contracts/edit-credit-v2-contracts.d.mts.map +0 -1
- package/tools/v2/contracts/edit-credit-v2-contracts.d.ts +0 -51
- package/tools/v2/contracts/edit-credit-v2-contracts.d.ts.map +0 -1
- package/tools/v2/contracts/edit-credit-v2-contracts.js +0 -233
- package/tools/v2/contracts/edit-credit-v2-contracts.js.map +0 -1
- package/tools/v2/contracts/edit-credit-v2-contracts.mjs +0 -226
- package/tools/v2/contracts/edit-credit-v2-contracts.mjs.map +0 -1
- package/tools/v2/contracts/edit-v2-contracts.d.mts +0 -51
- package/tools/v2/contracts/edit-v2-contracts.d.mts.map +0 -1
- package/tools/v2/contracts/edit-v2-contracts.d.ts +0 -51
- package/tools/v2/contracts/edit-v2-contracts.d.ts.map +0 -1
- package/tools/v2/contracts/edit-v2-contracts.js +0 -2214
- package/tools/v2/contracts/edit-v2-contracts.js.map +0 -1
- package/tools/v2/contracts/edit-v2-contracts.mjs +0 -2207
- package/tools/v2/contracts/edit-v2-contracts.mjs.map +0 -1
- package/tools/v2/contracts/get-edit-history-v2-contracts.d.mts +0 -51
- package/tools/v2/contracts/get-edit-history-v2-contracts.d.mts.map +0 -1
- package/tools/v2/contracts/get-edit-history-v2-contracts.d.ts +0 -51
- package/tools/v2/contracts/get-edit-history-v2-contracts.d.ts.map +0 -1
- package/tools/v2/contracts/get-edit-history-v2-contracts.js +0 -49
- package/tools/v2/contracts/get-edit-history-v2-contracts.js.map +0 -1
- package/tools/v2/contracts/get-edit-history-v2-contracts.mjs +0 -42
- package/tools/v2/contracts/get-edit-history-v2-contracts.mjs.map +0 -1
- package/tools/v2/contracts/list-v2-contracts.d.mts +0 -51
- package/tools/v2/contracts/list-v2-contracts.d.mts.map +0 -1
- package/tools/v2/contracts/list-v2-contracts.d.ts +0 -51
- package/tools/v2/contracts/list-v2-contracts.d.ts.map +0 -1
- package/tools/v2/contracts/list-v2-contracts.js +0 -68
- package/tools/v2/contracts/list-v2-contracts.js.map +0 -1
- package/tools/v2/contracts/list-v2-contracts.mjs +0 -61
- package/tools/v2/contracts/list-v2-contracts.mjs.map +0 -1
- package/tools/v2/contracts/retrieve-v2-contracts.d.mts +0 -51
- package/tools/v2/contracts/retrieve-v2-contracts.d.mts.map +0 -1
- package/tools/v2/contracts/retrieve-v2-contracts.d.ts +0 -51
- package/tools/v2/contracts/retrieve-v2-contracts.d.ts.map +0 -1
- package/tools/v2/contracts/retrieve-v2-contracts.js +0 -62
- package/tools/v2/contracts/retrieve-v2-contracts.js.map +0 -1
- package/tools/v2/contracts/retrieve-v2-contracts.mjs +0 -55
- package/tools/v2/contracts/retrieve-v2-contracts.mjs.map +0 -1
- package/tools.d.mts +0 -2
- package/tools.d.mts.map +0 -1
- package/tools.d.ts +0 -2
- package/tools.d.ts.map +0 -1
- package/tools.js +0 -18
- package/tools.js.map +0 -1
- package/tools.mjs +0 -2
- package/tools.mjs.map +0 -1
- /package/{tools/types.js → types.js} +0 -0
- /package/{tools/types.mjs → types.mjs} +0 -0
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Metadata, asTextContentResult } from '@metronome/mcp/tools/types';
|
|
4
|
-
|
|
5
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import Metronome from '@metronome/sdk';
|
|
7
|
-
|
|
8
|
-
export const metadata: Metadata = {
|
|
9
|
-
resource: 'v1.custom_fields',
|
|
10
|
-
operation: 'write',
|
|
11
|
-
tags: [],
|
|
12
|
-
httpMethod: 'post',
|
|
13
|
-
httpPath: '/v1/customFields/deleteValues',
|
|
14
|
-
operationId: 'deleteCustomFields-v1',
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const tool: Tool = {
|
|
18
|
-
name: 'delete_values_v1_custom_fields',
|
|
19
|
-
description:
|
|
20
|
-
'Remove specific custom field values from a Metronome entity instance by specifying the field keys to delete. Use this endpoint to clean up unwanted custom field data while preserving other fields on the same entity. Requires the entity type, entity ID, and array of keys to remove.\n',
|
|
21
|
-
inputSchema: {
|
|
22
|
-
type: 'object',
|
|
23
|
-
properties: {
|
|
24
|
-
entity: {
|
|
25
|
-
type: 'string',
|
|
26
|
-
enum: [
|
|
27
|
-
'alert',
|
|
28
|
-
'billable_metric',
|
|
29
|
-
'charge',
|
|
30
|
-
'commit',
|
|
31
|
-
'contract_credit',
|
|
32
|
-
'contract_product',
|
|
33
|
-
'contract',
|
|
34
|
-
'credit_grant',
|
|
35
|
-
'customer_plan',
|
|
36
|
-
'customer',
|
|
37
|
-
'discount',
|
|
38
|
-
'invoice',
|
|
39
|
-
'plan',
|
|
40
|
-
'professional_service',
|
|
41
|
-
'product',
|
|
42
|
-
'rate_card',
|
|
43
|
-
'scheduled_charge',
|
|
44
|
-
'subscription',
|
|
45
|
-
],
|
|
46
|
-
},
|
|
47
|
-
entity_id: {
|
|
48
|
-
type: 'string',
|
|
49
|
-
},
|
|
50
|
-
keys: {
|
|
51
|
-
type: 'array',
|
|
52
|
-
items: {
|
|
53
|
-
type: 'string',
|
|
54
|
-
},
|
|
55
|
-
},
|
|
56
|
-
},
|
|
57
|
-
required: ['entity', 'entity_id', 'keys'],
|
|
58
|
-
},
|
|
59
|
-
annotations: {},
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
63
|
-
const body = args as any;
|
|
64
|
-
const response = await client.v1.customFields.deleteValues(body).asResponse();
|
|
65
|
-
return asTextContentResult(await response.text());
|
|
66
|
-
};
|
|
67
|
-
|
|
68
|
-
export default { metadata, tool, handler };
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { isJqError, maybeFilter } from '@metronome/mcp/filtering';
|
|
4
|
-
import { Metadata, asErrorResult, asTextContentResult } from '@metronome/mcp/tools/types';
|
|
5
|
-
|
|
6
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
7
|
-
import Metronome from '@metronome/sdk';
|
|
8
|
-
|
|
9
|
-
export const metadata: Metadata = {
|
|
10
|
-
resource: 'v1.custom_fields',
|
|
11
|
-
operation: 'write',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'post',
|
|
14
|
-
httpPath: '/v1/customFields/listKeys',
|
|
15
|
-
operationId: 'listCustomFieldKeys-v1',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'list_keys_v1_custom_fields',
|
|
20
|
-
description:
|
|
21
|
-
"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\nRetrieve all your active custom field keys, with optional filtering by entity type (customer, contract, product, etc.). Use this endpoint to discover what custom field keys are available before setting values on entities or to audit your custom field configuration across different entity types.\n\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n items: {\n $ref: '#/$defs/custom_field_list_keys_response'\n }\n },\n next_page: {\n type: 'string'\n }\n },\n required: [ 'data',\n 'next_page'\n ],\n $defs: {\n custom_field_list_keys_response: {\n type: 'object',\n properties: {\n enforce_uniqueness: {\n type: 'boolean'\n },\n entity: {\n type: 'string',\n enum: [ 'alert',\n 'billable_metric',\n 'charge',\n 'commit',\n 'contract_credit',\n 'contract_product',\n 'contract',\n 'credit_grant',\n 'customer_plan',\n 'customer',\n 'discount',\n 'invoice',\n 'plan',\n 'professional_service',\n 'product',\n 'rate_card',\n 'scheduled_charge',\n 'subscription'\n ]\n },\n key: {\n type: 'string'\n }\n },\n required: [ 'enforce_uniqueness',\n 'entity',\n 'key'\n ]\n }\n }\n}\n```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
next_page: {
|
|
26
|
-
type: 'string',
|
|
27
|
-
description: 'Cursor that indicates where the next page of results should start.',
|
|
28
|
-
},
|
|
29
|
-
entities: {
|
|
30
|
-
type: 'array',
|
|
31
|
-
description: 'Optional list of entity types to return keys for',
|
|
32
|
-
items: {
|
|
33
|
-
type: 'string',
|
|
34
|
-
enum: [
|
|
35
|
-
'alert',
|
|
36
|
-
'billable_metric',
|
|
37
|
-
'charge',
|
|
38
|
-
'commit',
|
|
39
|
-
'contract_credit',
|
|
40
|
-
'contract_product',
|
|
41
|
-
'contract',
|
|
42
|
-
'credit_grant',
|
|
43
|
-
'customer_plan',
|
|
44
|
-
'customer',
|
|
45
|
-
'discount',
|
|
46
|
-
'invoice',
|
|
47
|
-
'plan',
|
|
48
|
-
'professional_service',
|
|
49
|
-
'product',
|
|
50
|
-
'rate_card',
|
|
51
|
-
'scheduled_charge',
|
|
52
|
-
'subscription',
|
|
53
|
-
],
|
|
54
|
-
},
|
|
55
|
-
},
|
|
56
|
-
jq_filter: {
|
|
57
|
-
type: 'string',
|
|
58
|
-
title: 'jq Filter',
|
|
59
|
-
description:
|
|
60
|
-
'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/).',
|
|
61
|
-
},
|
|
62
|
-
},
|
|
63
|
-
required: [],
|
|
64
|
-
},
|
|
65
|
-
annotations: {},
|
|
66
|
-
};
|
|
67
|
-
|
|
68
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
69
|
-
const { jq_filter, ...body } = args as any;
|
|
70
|
-
const response = await client.v1.customFields.listKeys(body).asResponse();
|
|
71
|
-
try {
|
|
72
|
-
return asTextContentResult(await maybeFilter(jq_filter, await response.json()));
|
|
73
|
-
} catch (error) {
|
|
74
|
-
if (error instanceof Metronome.APIError || isJqError(error)) {
|
|
75
|
-
return asErrorResult(error.message);
|
|
76
|
-
}
|
|
77
|
-
throw error;
|
|
78
|
-
}
|
|
79
|
-
};
|
|
80
|
-
|
|
81
|
-
export default { metadata, tool, handler };
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Metadata, asTextContentResult } from '@metronome/mcp/tools/types';
|
|
4
|
-
|
|
5
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import Metronome from '@metronome/sdk';
|
|
7
|
-
|
|
8
|
-
export const metadata: Metadata = {
|
|
9
|
-
resource: 'v1.custom_fields',
|
|
10
|
-
operation: 'write',
|
|
11
|
-
tags: [],
|
|
12
|
-
httpMethod: 'post',
|
|
13
|
-
httpPath: '/v1/customFields/removeKey',
|
|
14
|
-
operationId: 'disableCustomFieldKey-v1',
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const tool: Tool = {
|
|
18
|
-
name: 'remove_key_v1_custom_fields',
|
|
19
|
-
description:
|
|
20
|
-
'Removes a custom field key from the allowlist for a specific entity type, preventing future use of that key across all instances of the entity. Existing values for this key on entity instances will no longer be accessible once the key is removed.\n',
|
|
21
|
-
inputSchema: {
|
|
22
|
-
type: 'object',
|
|
23
|
-
properties: {
|
|
24
|
-
entity: {
|
|
25
|
-
type: 'string',
|
|
26
|
-
enum: [
|
|
27
|
-
'alert',
|
|
28
|
-
'billable_metric',
|
|
29
|
-
'charge',
|
|
30
|
-
'commit',
|
|
31
|
-
'contract_credit',
|
|
32
|
-
'contract_product',
|
|
33
|
-
'contract',
|
|
34
|
-
'credit_grant',
|
|
35
|
-
'customer_plan',
|
|
36
|
-
'customer',
|
|
37
|
-
'discount',
|
|
38
|
-
'invoice',
|
|
39
|
-
'plan',
|
|
40
|
-
'professional_service',
|
|
41
|
-
'product',
|
|
42
|
-
'rate_card',
|
|
43
|
-
'scheduled_charge',
|
|
44
|
-
'subscription',
|
|
45
|
-
],
|
|
46
|
-
},
|
|
47
|
-
key: {
|
|
48
|
-
type: 'string',
|
|
49
|
-
},
|
|
50
|
-
},
|
|
51
|
-
required: ['entity', 'key'],
|
|
52
|
-
},
|
|
53
|
-
annotations: {},
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
57
|
-
const body = args as any;
|
|
58
|
-
const response = await client.v1.customFields.removeKey(body).asResponse();
|
|
59
|
-
return asTextContentResult(await response.text());
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
export default { metadata, tool, handler };
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Metadata, asTextContentResult } from '@metronome/mcp/tools/types';
|
|
4
|
-
|
|
5
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import Metronome from '@metronome/sdk';
|
|
7
|
-
|
|
8
|
-
export const metadata: Metadata = {
|
|
9
|
-
resource: 'v1.custom_fields',
|
|
10
|
-
operation: 'write',
|
|
11
|
-
tags: [],
|
|
12
|
-
httpMethod: 'post',
|
|
13
|
-
httpPath: '/v1/customFields/setValues',
|
|
14
|
-
operationId: 'setCustomFields-v1',
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const tool: Tool = {
|
|
18
|
-
name: 'set_values_v1_custom_fields',
|
|
19
|
-
description:
|
|
20
|
-
'Sets custom field values on a specific Metronome entity instance. Overwrites existing values for matching keys while preserving other fields. All updates are transactional—either all values are set or none are. Custom field values are limited to 200 characters each.\n',
|
|
21
|
-
inputSchema: {
|
|
22
|
-
type: 'object',
|
|
23
|
-
properties: {
|
|
24
|
-
custom_fields: {
|
|
25
|
-
type: 'object',
|
|
26
|
-
description: 'Custom fields to be added eg. { "key1": "value1", "key2": "value2" }',
|
|
27
|
-
additionalProperties: true,
|
|
28
|
-
},
|
|
29
|
-
entity: {
|
|
30
|
-
type: 'string',
|
|
31
|
-
enum: [
|
|
32
|
-
'alert',
|
|
33
|
-
'billable_metric',
|
|
34
|
-
'charge',
|
|
35
|
-
'commit',
|
|
36
|
-
'contract_credit',
|
|
37
|
-
'contract_product',
|
|
38
|
-
'contract',
|
|
39
|
-
'credit_grant',
|
|
40
|
-
'customer_plan',
|
|
41
|
-
'customer',
|
|
42
|
-
'discount',
|
|
43
|
-
'invoice',
|
|
44
|
-
'plan',
|
|
45
|
-
'professional_service',
|
|
46
|
-
'product',
|
|
47
|
-
'rate_card',
|
|
48
|
-
'scheduled_charge',
|
|
49
|
-
'subscription',
|
|
50
|
-
],
|
|
51
|
-
},
|
|
52
|
-
entity_id: {
|
|
53
|
-
type: 'string',
|
|
54
|
-
},
|
|
55
|
-
},
|
|
56
|
-
required: ['custom_fields', 'entity', 'entity_id'],
|
|
57
|
-
},
|
|
58
|
-
annotations: {},
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
62
|
-
const body = args as any;
|
|
63
|
-
const response = await client.v1.customFields.setValues(body).asResponse();
|
|
64
|
-
return asTextContentResult(await response.text());
|
|
65
|
-
};
|
|
66
|
-
|
|
67
|
-
export default { metadata, tool, handler };
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { isJqError, maybeFilter } from '@metronome/mcp/filtering';
|
|
4
|
-
import { Metadata, asErrorResult, asTextContentResult } from '@metronome/mcp/tools/types';
|
|
5
|
-
|
|
6
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
7
|
-
import Metronome from '@metronome/sdk';
|
|
8
|
-
|
|
9
|
-
export const metadata: Metadata = {
|
|
10
|
-
resource: 'v1.customers.alerts',
|
|
11
|
-
operation: 'write',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'post',
|
|
14
|
-
httpPath: '/v1/customer-alerts/list',
|
|
15
|
-
operationId: 'listCustomerAlerts-v1',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'list_customers_v1_alerts',
|
|
20
|
-
description:
|
|
21
|
-
"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\nRetrieve all threshold notification configurations and their current statuses for a specific customer in a single API call. This endpoint provides a comprehensive view of all threshold notification monitoring a customer account.\n\n### Use this endpoint to:\n- Display all active threshold notifications for a customer in dashboards or admin panels\n- Quickly identify which threshold notifications a customer is currently triggering\n- Audit threshold notification coverage for specific accounts\n- Filter threshold notifications by status (enabled, disabled, or archived)\n\n### Key response fields:\n- data: Array of CustomerAlert objects, each containing:\n - Current evaluation status (`ok`, `in_alarm`, `evaluating`, or `null`)\n - Complete threshold notification configuration and threshold details\n - Threshold notification metadata including type, name, and last update time\n- next_page: Pagination cursor for retrieving additional results\n\n### Usage guidelines:\n- Default behavior: Returns only enabled threshold notifications unless `alert_statuses` filter is specified\n- Pagination: Use the `next_page` cursor to retrieve all results for customers with many notifications\n- Performance: Efficiently retrieves multiple threshold notification statuses in a single request instead of making individual calls\n- Filtering: Pass the `alert_statuses` array to include disabled or archived threshold notifications in results\n\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n items: {\n $ref: '#/$defs/customer_alert'\n }\n },\n next_page: {\n type: 'string'\n }\n },\n required: [ 'data',\n 'next_page'\n ],\n $defs: {\n customer_alert: {\n type: 'object',\n properties: {\n alert: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'the Metronome ID of the threshold notification'\n },\n name: {\n type: 'string',\n description: 'Name of the threshold notification'\n },\n status: {\n type: 'string',\n description: 'Status of the threshold notification',\n enum: [ 'enabled',\n 'archived',\n 'disabled'\n ]\n },\n threshold: {\n type: 'number',\n description: 'Threshold value of the notification policy'\n },\n type: {\n type: 'string',\n description: 'Type of the threshold notification',\n enum: [ 'low_credit_balance_reached',\n 'spend_threshold_reached',\n 'monthly_invoice_total_spend_threshold_reached',\n 'low_remaining_days_in_plan_reached',\n 'low_remaining_credit_percentage_reached',\n 'usage_threshold_reached',\n 'low_remaining_days_for_commit_segment_reached',\n 'low_remaining_commit_balance_reached',\n 'low_remaining_commit_percentage_reached',\n 'low_remaining_days_for_contract_credit_segment_reached',\n 'low_remaining_contract_credit_balance_reached',\n 'low_remaining_contract_credit_percentage_reached',\n 'low_remaining_contract_credit_and_commit_balance_reached',\n 'low_remaining_seat_balance_reached',\n 'invoice_total_reached'\n ]\n },\n updated_at: {\n type: 'string',\n description: 'Timestamp for when the threshold notification was last updated',\n format: 'date-time'\n },\n credit_grant_type_filters: {\n type: 'array',\n description: 'An array of strings, representing a way to filter the credit grant this threshold notification applies to, by looking at the credit_grant_type field on the credit grant. This field is only defined for CreditPercentage and CreditBalance notifications',\n items: {\n type: 'string'\n }\n },\n credit_type: {\n $ref: '#/$defs/credit_type_data'\n },\n custom_field_filters: {\n type: 'array',\n description: 'A list of custom field filters for notification types that support advanced filtering',\n items: {\n type: 'object',\n properties: {\n entity: {\n type: 'string',\n enum: [ 'Contract',\n 'Commit',\n 'ContractCredit'\n ]\n },\n key: {\n type: 'string'\n },\n value: {\n type: 'string'\n }\n },\n required: [ 'entity',\n 'key',\n 'value'\n ]\n }\n },\n group_key_filter: {\n type: 'object',\n description: 'Scopes threshold notification evaluation to a specific presentation group key on individual line items. Only present for spend notifications.',\n properties: {\n key: {\n type: 'string'\n },\n value: {\n type: 'string'\n }\n },\n required: [ 'key',\n 'value'\n ]\n },\n group_values: {\n type: 'array',\n description: 'Only present for `spend_threshold_reached` notifications. Scope notification to a specific group key on individual line items.',\n items: {\n type: 'object',\n properties: {\n key: {\n type: 'string'\n },\n value: {\n type: 'string'\n }\n },\n required: [ 'key'\n ]\n }\n },\n invoice_types_filter: {\n type: 'array',\n description: 'Only supported for invoice_total_reached threshold notifications. A list of invoice types to evaluate.',\n items: {\n type: 'string'\n }\n },\n seat_filter: {\n type: 'object',\n description: 'Only present for low_remaining_seat_balance_reached notifications. The seat group key or seat group key-value pair the alert is scoped to.',\n properties: {\n seat_group_key: {\n type: 'string',\n description: 'The seat group key (e.g., \"seat_id\", \"user_id\") that the alert is scoped to.'\n },\n seat_group_value: {\n type: 'string',\n description: 'The seat group value that the alert is scoped to.'\n }\n },\n required: [ 'seat_group_key'\n ]\n },\n uniqueness_key: {\n type: 'string',\n description: 'Prevents the creation of duplicates. If a request to create a record is made with a previously used uniqueness key, a new record will not be created and the request will fail with a 409 error.'\n }\n },\n required: [ 'id',\n 'name',\n 'status',\n 'threshold',\n 'type',\n 'updated_at'\n ]\n },\n customer_status: {\n type: 'string',\n description: 'The status of the threshold notification. If the notification is archived, null will be returned.',\n enum: [ 'ok',\n 'in_alarm',\n 'evaluating'\n ]\n },\n triggered_by: {\n type: 'string',\n description: 'If present, indicates the reason the threshold notification was triggered.'\n }\n },\n required: [ 'alert',\n 'customer_status'\n ]\n },\n credit_type_data: {\n type: 'object',\n properties: {\n id: {\n type: 'string'\n },\n name: {\n type: 'string'\n }\n },\n required: [ 'id',\n 'name'\n ]\n }\n }\n}\n```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
customer_id: {
|
|
26
|
-
type: 'string',
|
|
27
|
-
description: 'The Metronome ID of the customer',
|
|
28
|
-
},
|
|
29
|
-
next_page: {
|
|
30
|
-
type: 'string',
|
|
31
|
-
description: 'Cursor that indicates where the next page of results should start.',
|
|
32
|
-
},
|
|
33
|
-
alert_statuses: {
|
|
34
|
-
type: 'array',
|
|
35
|
-
description:
|
|
36
|
-
'Optionally filter by threshold notification status. If absent, only enabled notifications will be returned.',
|
|
37
|
-
items: {
|
|
38
|
-
type: 'string',
|
|
39
|
-
enum: ['ENABLED', 'DISABLED', 'ARCHIVED'],
|
|
40
|
-
},
|
|
41
|
-
},
|
|
42
|
-
jq_filter: {
|
|
43
|
-
type: 'string',
|
|
44
|
-
title: 'jq Filter',
|
|
45
|
-
description:
|
|
46
|
-
'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/).',
|
|
47
|
-
},
|
|
48
|
-
},
|
|
49
|
-
required: ['customer_id'],
|
|
50
|
-
},
|
|
51
|
-
annotations: {},
|
|
52
|
-
};
|
|
53
|
-
|
|
54
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
55
|
-
const { jq_filter, ...body } = args as any;
|
|
56
|
-
const response = await client.v1.customers.alerts.list(body).asResponse();
|
|
57
|
-
try {
|
|
58
|
-
return asTextContentResult(await maybeFilter(jq_filter, await response.json()));
|
|
59
|
-
} catch (error) {
|
|
60
|
-
if (error instanceof Metronome.APIError || isJqError(error)) {
|
|
61
|
-
return asErrorResult(error.message);
|
|
62
|
-
}
|
|
63
|
-
throw error;
|
|
64
|
-
}
|
|
65
|
-
};
|
|
66
|
-
|
|
67
|
-
export default { metadata, tool, handler };
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Metadata, asTextContentResult } from '@metronome/mcp/tools/types';
|
|
4
|
-
|
|
5
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import Metronome from '@metronome/sdk';
|
|
7
|
-
|
|
8
|
-
export const metadata: Metadata = {
|
|
9
|
-
resource: 'v1.customers.alerts',
|
|
10
|
-
operation: 'write',
|
|
11
|
-
tags: [],
|
|
12
|
-
httpMethod: 'post',
|
|
13
|
-
httpPath: '/v1/customer-alerts/reset',
|
|
14
|
-
operationId: 'resetCustomerAlerts-v1',
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const tool: Tool = {
|
|
18
|
-
name: 'reset_customers_v1_alerts',
|
|
19
|
-
description:
|
|
20
|
-
'Force an immediate re-evaluation of a specific threshold notification for a customer, clearing any previous state and triggering a fresh assessment against current thresholds. This endpoint ensures threshold notification accuracy after configuration changes or data corrections.\n\n### Use this endpoint to:\n- Clear false positive threshold notifications after fixing data issues\n- Re-evaluate threshold notifications after adjusting customer balances or credits\n- Test threshold notification behavior during development and debugging\n- Resolve stuck threshold notification that may be in an incorrect state\n- Trigger immediate evaluation after threshold modifications\n\n### Key response fields: \n- 200 Success: Confirmation that the threshold notification has been reset and re-evaluation initiated\n- No response body is returned - the operation completes asynchronously\n\n### Usage guidelines:\n- Immediate effect: Triggers re-evaluation instantly, which may result in new webhook notifications if thresholds are breached\n- State clearing: Removes any cached evaluation state, ensuring a fresh assessment\n- Use sparingly: Intended for exceptional cases, not routine operations\n- Asynchronous processing: The reset completes immediately, but re-evaluation happens in the background\n',
|
|
21
|
-
inputSchema: {
|
|
22
|
-
type: 'object',
|
|
23
|
-
properties: {
|
|
24
|
-
alert_id: {
|
|
25
|
-
type: 'string',
|
|
26
|
-
description: 'The Metronome ID of the threshold notification',
|
|
27
|
-
},
|
|
28
|
-
customer_id: {
|
|
29
|
-
type: 'string',
|
|
30
|
-
description: 'The Metronome ID of the customer',
|
|
31
|
-
},
|
|
32
|
-
},
|
|
33
|
-
required: ['alert_id', 'customer_id'],
|
|
34
|
-
},
|
|
35
|
-
annotations: {},
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
39
|
-
const body = args as any;
|
|
40
|
-
const response = await client.v1.customers.alerts.reset(body).asResponse();
|
|
41
|
-
return asTextContentResult(await response.text());
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
export default { metadata, tool, handler };
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Metadata, asErrorResult, asTextContentResult } from '@metronome/mcp/tools/types';
|
|
4
|
-
|
|
5
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import Metronome from '@metronome/sdk';
|
|
7
|
-
|
|
8
|
-
export const metadata: Metadata = {
|
|
9
|
-
resource: 'v1.customers.alerts',
|
|
10
|
-
operation: 'write',
|
|
11
|
-
tags: [],
|
|
12
|
-
httpMethod: 'post',
|
|
13
|
-
httpPath: '/v1/customer-alerts/get',
|
|
14
|
-
operationId: 'getCustomerAlert-v1',
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const tool: Tool = {
|
|
18
|
-
name: 'retrieve_customers_v1_alerts',
|
|
19
|
-
description:
|
|
20
|
-
"Retrieve the real-time evaluation status for a specific threshold notification-customer pair. This endpoint provides instant visibility into whether a customer has triggered a threshold notification condition, enabling you to monitor account health and take proactive action based on current threshold notification states.\n\n### Use this endpoint to:\n- Check if a specific customer is currently violating an threshold notification (`in_alarm` status)\n- Verify threshold notification configuration details and threshold values for a customer\n- Monitor the evaluation state of newly created or recently modified threshold notification\n- Build dashboards or automated workflows that respond to specific threshold notification conditions\n- Validate threshold notification behavior before deploying to production customers\n- Integrate threshold notification status checks into customer support tools or admin interfaces\n\n### Key response fields: \nA CustomerAlert object containing:\n\n- `customer_status`: The current evaluation state\n\n- `ok` - Customer is within acceptable thresholds\n- `in_alarm` - Customer has breached the threshold for the notification\n- `evaluating` - Notification is currently being evaluated (typically during initial setup)\n- `null` - Notification has been archived\n- `triggered_by`: Additional context about what caused the notification to trigger (when applicable)\n- alert: Complete threshold notification configuration including:\n - Notification ID, name, and type\n - Current threshold values and credit type information\n - Notification status (enabled, disabled, or archived)\n - Last update timestamp\n - Any applied filters (credit grant types, custom fields, group values)\n\n### Usage guidelines:\n- Customer status: Returns the current evaluation state, not historical data. For threshold notification history, use webhook notifications or event logs\n- Required parameters: Both customer_id and alert_id must be valid UUIDs that exist in your organization\n- Archived notifications: Returns null for customer_status if the notification has been archived, but still includes the notification configuration details\n- Performance considerations: This endpoint queries live evaluation state, making it ideal for real-time monitoring but not for bulk status checks\n- Integration patterns: Best used for on-demand status checks in response to user actions or as part of targeted monitoring workflows\n- Error handling: Returns 404 if either the customer or alert_id doesn't exist or isn't accessible to your organization\n",
|
|
21
|
-
inputSchema: {
|
|
22
|
-
type: 'object',
|
|
23
|
-
properties: {
|
|
24
|
-
alert_id: {
|
|
25
|
-
type: 'string',
|
|
26
|
-
description: 'The Metronome ID of the threshold notification',
|
|
27
|
-
},
|
|
28
|
-
customer_id: {
|
|
29
|
-
type: 'string',
|
|
30
|
-
description: 'The Metronome ID of the customer',
|
|
31
|
-
},
|
|
32
|
-
group_values: {
|
|
33
|
-
type: 'array',
|
|
34
|
-
description:
|
|
35
|
-
'Only present for `spend_threshold_reached` notifications. Retrieve the notification for a specific group key-value pair.',
|
|
36
|
-
items: {
|
|
37
|
-
type: 'object',
|
|
38
|
-
description:
|
|
39
|
-
'Scopes threshold notification evaluation to a specific presentation group key on individual line items. Only present for spend notifications.',
|
|
40
|
-
properties: {
|
|
41
|
-
key: {
|
|
42
|
-
type: 'string',
|
|
43
|
-
},
|
|
44
|
-
value: {
|
|
45
|
-
type: 'string',
|
|
46
|
-
},
|
|
47
|
-
},
|
|
48
|
-
required: ['key', 'value'],
|
|
49
|
-
},
|
|
50
|
-
},
|
|
51
|
-
plans_or_contracts: {
|
|
52
|
-
type: 'string',
|
|
53
|
-
description:
|
|
54
|
-
'When parallel threshold notifications are enabled during migration, this flag denotes whether to fetch notifications for plans or contracts.',
|
|
55
|
-
enum: ['PLANS', 'CONTRACTS'],
|
|
56
|
-
},
|
|
57
|
-
seat_filter: {
|
|
58
|
-
type: 'object',
|
|
59
|
-
description:
|
|
60
|
-
'Only allowed for `low_remaining_seat_balance_reached` notifications. This filters alerts by the seat group key-value pair.',
|
|
61
|
-
properties: {
|
|
62
|
-
seat_group_key: {
|
|
63
|
-
type: 'string',
|
|
64
|
-
description: 'The seat group key (e.g., "seat_id", "user_id")',
|
|
65
|
-
},
|
|
66
|
-
seat_group_value: {
|
|
67
|
-
type: 'string',
|
|
68
|
-
description: 'The specific seat identifier to filter by',
|
|
69
|
-
},
|
|
70
|
-
},
|
|
71
|
-
required: ['seat_group_key', 'seat_group_value'],
|
|
72
|
-
},
|
|
73
|
-
},
|
|
74
|
-
required: ['alert_id', 'customer_id'],
|
|
75
|
-
},
|
|
76
|
-
annotations: {},
|
|
77
|
-
};
|
|
78
|
-
|
|
79
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
80
|
-
const body = args as any;
|
|
81
|
-
try {
|
|
82
|
-
return asTextContentResult(await client.v1.customers.alerts.retrieve(body));
|
|
83
|
-
} catch (error) {
|
|
84
|
-
if (error instanceof Metronome.APIError) {
|
|
85
|
-
return asErrorResult(error.message);
|
|
86
|
-
}
|
|
87
|
-
throw error;
|
|
88
|
-
}
|
|
89
|
-
};
|
|
90
|
-
|
|
91
|
-
export default { metadata, tool, handler };
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { isJqError, maybeFilter } from '@metronome/mcp/filtering';
|
|
4
|
-
import { Metadata, asErrorResult, asTextContentResult } from '@metronome/mcp/tools/types';
|
|
5
|
-
|
|
6
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
7
|
-
import Metronome from '@metronome/sdk';
|
|
8
|
-
|
|
9
|
-
export const metadata: Metadata = {
|
|
10
|
-
resource: 'v1.customers',
|
|
11
|
-
operation: 'write',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'post',
|
|
14
|
-
httpPath: '/v1/customers/archive',
|
|
15
|
-
operationId: 'archiveCustomer-v1',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'archive_v1_customers',
|
|
20
|
-
description:
|
|
21
|
-
"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\nUse this endpoint to archive a customer while preserving auditability. Archiving a customer will automatically archive all contracts as of the current date and void all corresponding invoices. Use this endpoint if a customer is onboarded by mistake.\n\n### Usage guidelines:\n- Once a customer is archived, it cannot be unarchived.\n- Archived customers can still be viewed through the API or the UI for audit purposes. \n- Ingest aliases remain idempotent for archived customers. In order to reuse an ingest alias, first remove the ingest alias from the customer prior to archiving.\n- Any notifications associated with the customer will no longer be triggered.\n\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/customer_archive_response',\n $defs: {\n customer_archive_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```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
id: {
|
|
26
|
-
type: 'string',
|
|
27
|
-
},
|
|
28
|
-
jq_filter: {
|
|
29
|
-
type: 'string',
|
|
30
|
-
title: 'jq Filter',
|
|
31
|
-
description:
|
|
32
|
-
'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/).',
|
|
33
|
-
},
|
|
34
|
-
},
|
|
35
|
-
required: ['id'],
|
|
36
|
-
},
|
|
37
|
-
annotations: {},
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
41
|
-
const { jq_filter, ...body } = args as any;
|
|
42
|
-
try {
|
|
43
|
-
return asTextContentResult(await maybeFilter(jq_filter, await client.v1.customers.archive(body)));
|
|
44
|
-
} catch (error) {
|
|
45
|
-
if (error instanceof Metronome.APIError || isJqError(error)) {
|
|
46
|
-
return asErrorResult(error.message);
|
|
47
|
-
}
|
|
48
|
-
throw error;
|
|
49
|
-
}
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
export default { metadata, tool, handler };
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Metadata, asTextContentResult } from '@metronome/mcp/tools/types';
|
|
4
|
-
|
|
5
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import Metronome from '@metronome/sdk';
|
|
7
|
-
|
|
8
|
-
export const metadata: Metadata = {
|
|
9
|
-
resource: 'v1.customers.billing_config',
|
|
10
|
-
operation: 'write',
|
|
11
|
-
tags: [],
|
|
12
|
-
httpMethod: 'post',
|
|
13
|
-
httpPath: '/v1/customers/{customer_id}/billing-config/{billing_provider_type}',
|
|
14
|
-
operationId: 'setBillingConfigForCustomer-v1',
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const tool: Tool = {
|
|
18
|
-
name: 'create_customers_v1_billing_config',
|
|
19
|
-
description:
|
|
20
|
-
'Set the billing configuration for a given customer. This is a Plans (deprecated) endpoint. New clients should implement using Contracts.\n',
|
|
21
|
-
inputSchema: {
|
|
22
|
-
type: 'object',
|
|
23
|
-
properties: {
|
|
24
|
-
customer_id: {
|
|
25
|
-
type: 'string',
|
|
26
|
-
},
|
|
27
|
-
billing_provider_type: {
|
|
28
|
-
type: 'string',
|
|
29
|
-
enum: [
|
|
30
|
-
'aws_marketplace',
|
|
31
|
-
'stripe',
|
|
32
|
-
'netsuite',
|
|
33
|
-
'custom',
|
|
34
|
-
'azure_marketplace',
|
|
35
|
-
'quickbooks_online',
|
|
36
|
-
'workday',
|
|
37
|
-
'gcp_marketplace',
|
|
38
|
-
'metronome',
|
|
39
|
-
],
|
|
40
|
-
},
|
|
41
|
-
billing_provider_customer_id: {
|
|
42
|
-
type: 'string',
|
|
43
|
-
description:
|
|
44
|
-
"The customer ID in the billing provider's system. For Azure, this is the subscription ID.",
|
|
45
|
-
},
|
|
46
|
-
aws_customer_account_id: {
|
|
47
|
-
type: 'string',
|
|
48
|
-
},
|
|
49
|
-
aws_customer_id: {
|
|
50
|
-
type: 'string',
|
|
51
|
-
},
|
|
52
|
-
aws_product_code: {
|
|
53
|
-
type: 'string',
|
|
54
|
-
},
|
|
55
|
-
aws_region: {
|
|
56
|
-
type: 'string',
|
|
57
|
-
enum: [
|
|
58
|
-
'af-south-1',
|
|
59
|
-
'ap-east-1',
|
|
60
|
-
'ap-northeast-1',
|
|
61
|
-
'ap-northeast-2',
|
|
62
|
-
'ap-northeast-3',
|
|
63
|
-
'ap-south-1',
|
|
64
|
-
'ap-southeast-1',
|
|
65
|
-
'ap-southeast-2',
|
|
66
|
-
'ca-central-1',
|
|
67
|
-
'cn-north-1',
|
|
68
|
-
'cn-northwest-1',
|
|
69
|
-
'eu-central-1',
|
|
70
|
-
'eu-north-1',
|
|
71
|
-
'eu-south-1',
|
|
72
|
-
'eu-west-1',
|
|
73
|
-
'eu-west-2',
|
|
74
|
-
'eu-west-3',
|
|
75
|
-
'me-south-1',
|
|
76
|
-
'sa-east-1',
|
|
77
|
-
'us-east-1',
|
|
78
|
-
'us-east-2',
|
|
79
|
-
'us-gov-east-1',
|
|
80
|
-
'us-gov-west-1',
|
|
81
|
-
'us-west-1',
|
|
82
|
-
'us-west-2',
|
|
83
|
-
],
|
|
84
|
-
},
|
|
85
|
-
stripe_collection_method: {
|
|
86
|
-
type: 'string',
|
|
87
|
-
description:
|
|
88
|
-
"The collection method for the customer's invoices.\nNOTE: `auto_charge_payment_intent` and `manually_charge_payment_intent` are in beta.",
|
|
89
|
-
enum: [
|
|
90
|
-
'charge_automatically',
|
|
91
|
-
'send_invoice',
|
|
92
|
-
'auto_charge_payment_intent',
|
|
93
|
-
'manually_charge_payment_intent',
|
|
94
|
-
],
|
|
95
|
-
},
|
|
96
|
-
},
|
|
97
|
-
required: ['customer_id', 'billing_provider_type', 'billing_provider_customer_id'],
|
|
98
|
-
},
|
|
99
|
-
annotations: {},
|
|
100
|
-
};
|
|
101
|
-
|
|
102
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
103
|
-
const body = args as any;
|
|
104
|
-
const response = await client.v1.customers.billingConfig.create(body).asResponse();
|
|
105
|
-
return asTextContentResult(await response.text());
|
|
106
|
-
};
|
|
107
|
-
|
|
108
|
-
export default { metadata, tool, handler };
|