@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,77 +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.settings',
|
|
11
|
-
operation: 'write',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'post',
|
|
14
|
-
httpPath: '/v1/upsertAvalaraCredentials',
|
|
15
|
-
operationId: 'upsertAvalaraCredentials-v1',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'upsert_avalara_credentials_v1_settings',
|
|
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\nSet the Avalara credentials for some specified `delivery_method_ids`, which can be found in the `/listConfiguredBillingProviders` response. This maps the Avalara credentials to the appropriate billing entity. These credentials are only used for PLG Invoicing today.\n\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/setting_upsert_avalara_credentials_response',\n $defs: {\n setting_upsert_avalara_credentials_response: {\n type: 'object',\n properties: {}\n }\n }\n}\n```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
avalara_environment: {
|
|
26
|
-
type: 'string',
|
|
27
|
-
description: 'The Avalara environment to use (SANDBOX or PRODUCTION).',
|
|
28
|
-
enum: ['PRODUCTION', 'SANDBOX'],
|
|
29
|
-
},
|
|
30
|
-
avalara_password: {
|
|
31
|
-
type: 'string',
|
|
32
|
-
description: 'The password for the Avalara account.',
|
|
33
|
-
},
|
|
34
|
-
avalara_username: {
|
|
35
|
-
type: 'string',
|
|
36
|
-
description: 'The username for the Avalara account.',
|
|
37
|
-
},
|
|
38
|
-
delivery_method_ids: {
|
|
39
|
-
type: 'array',
|
|
40
|
-
description:
|
|
41
|
-
'The delivery method IDs of the billing provider configurations to update, can be found in the response of the `/listConfiguredBillingProviders` endpoint.',
|
|
42
|
-
items: {
|
|
43
|
-
type: 'string',
|
|
44
|
-
},
|
|
45
|
-
},
|
|
46
|
-
commit_transactions: {
|
|
47
|
-
type: 'boolean',
|
|
48
|
-
description:
|
|
49
|
-
'Commit transactions if you want Metronome tax calculations used for reporting and tax filings.',
|
|
50
|
-
},
|
|
51
|
-
jq_filter: {
|
|
52
|
-
type: 'string',
|
|
53
|
-
title: 'jq Filter',
|
|
54
|
-
description:
|
|
55
|
-
'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/).',
|
|
56
|
-
},
|
|
57
|
-
},
|
|
58
|
-
required: ['avalara_environment', 'avalara_password', 'avalara_username', 'delivery_method_ids'],
|
|
59
|
-
},
|
|
60
|
-
annotations: {},
|
|
61
|
-
};
|
|
62
|
-
|
|
63
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
64
|
-
const { jq_filter, ...body } = args as any;
|
|
65
|
-
try {
|
|
66
|
-
return asTextContentResult(
|
|
67
|
-
await maybeFilter(jq_filter, await client.v1.settings.upsertAvalaraCredentials(body)),
|
|
68
|
-
);
|
|
69
|
-
} catch (error) {
|
|
70
|
-
if (error instanceof Metronome.APIError || isJqError(error)) {
|
|
71
|
-
return asErrorResult(error.message);
|
|
72
|
-
}
|
|
73
|
-
throw error;
|
|
74
|
-
}
|
|
75
|
-
};
|
|
76
|
-
|
|
77
|
-
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.usage',
|
|
10
|
-
operation: 'write',
|
|
11
|
-
tags: [],
|
|
12
|
-
httpMethod: 'post',
|
|
13
|
-
httpPath: '/v1/ingest',
|
|
14
|
-
operationId: 'ingest-v1',
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const tool: Tool = {
|
|
18
|
-
name: 'ingest_v1_usage',
|
|
19
|
-
description:
|
|
20
|
-
'The ingest endpoint is the primary method for sending usage events to Metronome, serving as the foundation for all billing calculations in your usage-based pricing model. This high-throughput endpoint is designed for real-time streaming ingestion, supports backdating 34 days, and is built to handle mission-critical usage data with enterprise-grade reliability. Metronome supports 100,000 events per second without requiring pre-aggregation or rollups and can scale up from there. See the [Send usage events](/guides/events/send-usage-events) guide to learn more about usage events.\n\n### Use this endpoint to:\nCreate a customer usage pipeline into Metronome that drives billable metrics, credit drawdown, and invoicing. Track customer behavior, resource consumption, and feature usage\n\n### What happens when you send events:\n- Events are validated and processed in real-time\n- Events are matched to customers using customer IDs or customer ingest aliases\n- Events are matched to billable metrics and are immediately available for usage and spend calculations\n\n### Usage guidelines:\n- Historical events can be backdated up to 34 days and will immediately impact live customer spend\n- Duplicate events are automatically detected and ignored (34-day deduplication window)\n\n#### Event structure:\nUsage events are simple JSON objects designed for flexibility and ease of integration:\n```json\n{\n "transaction_id": "2021-01-01T00:00:00Z_cluster42",\n "customer_id": "team@example.com",\n "event_type": "api_request",\n "timestamp": "2021-01-01T00:00:00Z",\n "properties": {\n "endpoint": "/v1/users",\n "method": "POST",\n "response_time_ms": 45,\n "region": "us-west-2"\n }\n}\n```\n\nLearn more about [usage event structure definitions](/guides/events/design-usage-events).\n\n#### Transaction ID\n The transaction_id serves as your idempotency key, ensuring events are processed exactly once. Metronome maintains a 34-day deduplication window - significantly longer than typical 12-hour windows - enabling robust backfill scenarios without duplicate billing.\n - Best Practices:\n - Use UUIDs for one-time events: uuid4()\n - For heartbeat events, use deterministic IDs\n - Include enough context to avoid collisions across different event sources\n\n#### Customer ID\nIdentifies which customer should be billed for this usage. Supports two identification methods:\n - Metronome Customer ID: The UUID returned when creating a customer\n - Ingest Alias: Your system\'s identifier (email, account number, etc.) \n\nIngest aliases enable seamless integration without requiring ID mapping, and customers can have multiple aliases for flexibility.\n\n#### Event Type:\nCategorizes the event type for billable metric matching. Choose descriptive names that aligns with the product surface area.\n\n#### Properties:\nFlexible metadata also used to match billable metrics or to be used to serve as group keys to create multiple pricing dimensions or breakdown costs by novel properties for end customers or internal finance teams measuring underlying COGs.\n',
|
|
21
|
-
inputSchema: {
|
|
22
|
-
type: 'object',
|
|
23
|
-
properties: {
|
|
24
|
-
usage: {
|
|
25
|
-
type: 'array',
|
|
26
|
-
items: {
|
|
27
|
-
type: 'object',
|
|
28
|
-
properties: {
|
|
29
|
-
customer_id: {
|
|
30
|
-
type: 'string',
|
|
31
|
-
},
|
|
32
|
-
event_type: {
|
|
33
|
-
type: 'string',
|
|
34
|
-
},
|
|
35
|
-
timestamp: {
|
|
36
|
-
type: 'string',
|
|
37
|
-
description: 'RFC 3339 formatted',
|
|
38
|
-
},
|
|
39
|
-
transaction_id: {
|
|
40
|
-
type: 'string',
|
|
41
|
-
},
|
|
42
|
-
properties: {
|
|
43
|
-
type: 'object',
|
|
44
|
-
additionalProperties: true,
|
|
45
|
-
},
|
|
46
|
-
},
|
|
47
|
-
required: ['customer_id', 'event_type', 'timestamp', 'transaction_id'],
|
|
48
|
-
},
|
|
49
|
-
},
|
|
50
|
-
},
|
|
51
|
-
required: [],
|
|
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.usage.ingest(body).asResponse();
|
|
59
|
-
return asTextContentResult(await response.text());
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
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 { 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.usage',
|
|
11
|
-
operation: 'write',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'post',
|
|
14
|
-
httpPath: '/v1/usage',
|
|
15
|
-
operationId: 'getUsageBatch-v1',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'list_v1_usage',
|
|
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 aggregated usage data across multiple customers and billable metrics in a single query. This batch endpoint enables you to fetch usage patterns at scale, broken down by time windows, making it ideal for building analytics dashboards, generating reports, and monitoring platform-wide usage trends.\n\n### Use this endpoint to:\n- Generate platform-wide usage reports for internal teams\n- Monitor aggregate usage trends across your entire customer base\n- Create comparative usage analyses between customers or time periods\n- Support capacity planning with historical usage patterns\n\n### Key response fields:\nAn array of `UsageBatchAggregate` objects containing:\n\n- `customer_id`: The customer this usage belongs to\n- `billable_metric_id` and `billable_metric_name`: What was measured\n- `start_timestamp` and `end_timestamp`: Time window for this data point\n- `value`: Aggregated usage amount for the period\n- `groups` (optional): Usage broken down by group keys with values\n- `next_page`: Pagination cursor for large result sets\n\n### Usage guidelines:\n- Time windows: Set `window_size` to `hour`, `day`, or `none` (entire period)\n- Required parameters: Must specify `starting_on`, `ending_before`, and `window_size`\n- Filtering options:\n - `customer_ids`: Limit to specific customers (omit for all customers)\n - `billable_metrics`: Limit to specific metrics (omit for all metrics)\n- Pagination: Use `next_page` cursor to retrieve large datasets\n- Null values: Group values may be null when no usage matches that group\n\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n items: {\n $ref: '#/$defs/usage_list_response'\n }\n },\n next_page: {\n type: 'string'\n }\n },\n required: [ 'data',\n 'next_page'\n ],\n $defs: {\n usage_list_response: {\n type: 'object',\n properties: {\n billable_metric_id: {\n type: 'string'\n },\n billable_metric_name: {\n type: 'string'\n },\n customer_id: {\n type: 'string'\n },\n end_timestamp: {\n type: 'string',\n format: 'date-time'\n },\n start_timestamp: {\n type: 'string',\n format: 'date-time'\n },\n value: {\n type: 'number'\n },\n groups: {\n type: 'object',\n description: 'Values will be either a number or null. Null indicates that there were no matches for the group_by value.',\n additionalProperties: true\n }\n },\n required: [ 'billable_metric_id',\n 'billable_metric_name',\n 'customer_id',\n 'end_timestamp',\n 'start_timestamp',\n 'value'\n ]\n }\n }\n}\n```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
ending_before: {
|
|
26
|
-
type: 'string',
|
|
27
|
-
format: 'date-time',
|
|
28
|
-
},
|
|
29
|
-
starting_on: {
|
|
30
|
-
type: 'string',
|
|
31
|
-
format: 'date-time',
|
|
32
|
-
},
|
|
33
|
-
window_size: {
|
|
34
|
-
type: 'string',
|
|
35
|
-
description:
|
|
36
|
-
'A window_size of "day" or "hour" will return the usage for the specified period segmented into daily or hourly aggregates. A window_size of "none" will return a single usage aggregate for the entirety of the specified period.',
|
|
37
|
-
enum: ['HOUR', 'DAY', 'NONE'],
|
|
38
|
-
},
|
|
39
|
-
next_page: {
|
|
40
|
-
type: 'string',
|
|
41
|
-
description: 'Cursor that indicates where the next page of results should start.',
|
|
42
|
-
},
|
|
43
|
-
billable_metrics: {
|
|
44
|
-
type: 'array',
|
|
45
|
-
description:
|
|
46
|
-
'A list of billable metrics to fetch usage for. If absent, all billable metrics will be returned.',
|
|
47
|
-
items: {
|
|
48
|
-
type: 'object',
|
|
49
|
-
properties: {
|
|
50
|
-
id: {
|
|
51
|
-
type: 'string',
|
|
52
|
-
},
|
|
53
|
-
group_by: {
|
|
54
|
-
type: 'object',
|
|
55
|
-
properties: {
|
|
56
|
-
key: {
|
|
57
|
-
type: 'string',
|
|
58
|
-
description: 'The name of the group_by key to use',
|
|
59
|
-
},
|
|
60
|
-
values: {
|
|
61
|
-
type: 'array',
|
|
62
|
-
description:
|
|
63
|
-
'Values of the group_by key to return in the query. If this field is omitted, all available values will be returned, up to a maximum of 200.',
|
|
64
|
-
items: {
|
|
65
|
-
type: 'string',
|
|
66
|
-
},
|
|
67
|
-
},
|
|
68
|
-
},
|
|
69
|
-
required: ['key'],
|
|
70
|
-
},
|
|
71
|
-
},
|
|
72
|
-
required: ['id'],
|
|
73
|
-
},
|
|
74
|
-
},
|
|
75
|
-
customer_ids: {
|
|
76
|
-
type: 'array',
|
|
77
|
-
description:
|
|
78
|
-
'A list of Metronome customer IDs to fetch usage for. If absent, usage for all customers will be returned.',
|
|
79
|
-
items: {
|
|
80
|
-
type: 'string',
|
|
81
|
-
},
|
|
82
|
-
},
|
|
83
|
-
jq_filter: {
|
|
84
|
-
type: 'string',
|
|
85
|
-
title: 'jq Filter',
|
|
86
|
-
description:
|
|
87
|
-
'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/).',
|
|
88
|
-
},
|
|
89
|
-
},
|
|
90
|
-
required: ['ending_before', 'starting_on', 'window_size'],
|
|
91
|
-
},
|
|
92
|
-
annotations: {},
|
|
93
|
-
};
|
|
94
|
-
|
|
95
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
96
|
-
const { jq_filter, ...body } = args as any;
|
|
97
|
-
const response = await client.v1.usage.list(body).asResponse();
|
|
98
|
-
try {
|
|
99
|
-
return asTextContentResult(await maybeFilter(jq_filter, await response.json()));
|
|
100
|
-
} catch (error) {
|
|
101
|
-
if (error instanceof Metronome.APIError || isJqError(error)) {
|
|
102
|
-
return asErrorResult(error.message);
|
|
103
|
-
}
|
|
104
|
-
throw error;
|
|
105
|
-
}
|
|
106
|
-
};
|
|
107
|
-
|
|
108
|
-
export default { metadata, tool, handler };
|
|
@@ -1,101 +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.usage',
|
|
11
|
-
operation: 'write',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'post',
|
|
14
|
-
httpPath: '/v1/usage/groups',
|
|
15
|
-
operationId: 'getPagedUsage-v1',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'list_with_groups_v1_usage',
|
|
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 granular usage data for a specific customer and billable metric, with the ability to break down usage by custom grouping dimensions. This endpoint enables deep usage analytics by segmenting data across attributes like region, user, model type, or any custom dimension defined in your billable metrics.\n\n### Use this endpoint to:\n- Analyze usage patterns broken down by specific attributes (region, user, department, etc.)\n- Build detailed usage dashboards with dimensional filtering\n- Identify high-usage segments for optimization opportunities\n\n### Key response fields:\nAn array of `PagedUsageAggregate` objects containing:\n- `starting_on` and `ending_before`: Time window boundaries\n- `group_key`: The dimension being grouped by (e.g., \"region\")\n- `group_value`: The specific value for this group (e.g., \"US-East\")\n- `value`: Aggregated usage for this group and time window\n- `next_page`: Pagination cursor for large datasets\n\n### Usage guidelines:\n- Required parameters: Must specify `customer_id`, `billable_metric_id`, and `window_size`\n- Time windows: Set `window_size` to hour, day, or none for different granularities\n- Group filtering: Use `group_by` to specify:\n - key: The dimension to group by (must be set on the billable metric as a group key)\n - values: Optional array to filter to specific values only\n- Pagination: Use limit and `next_page` for large result sets\n- Null handling: `group_value` may be null for unmatched data\n\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n items: {\n $ref: '#/$defs/usage_list_with_groups_response'\n }\n },\n next_page: {\n type: 'string'\n }\n },\n required: [ 'data',\n 'next_page'\n ],\n $defs: {\n usage_list_with_groups_response: {\n type: 'object',\n properties: {\n ending_before: {\n type: 'string',\n format: 'date-time'\n },\n group_key: {\n type: 'string'\n },\n group_value: {\n type: 'string'\n },\n starting_on: {\n type: 'string',\n format: 'date-time'\n },\n value: {\n type: 'number'\n }\n },\n required: [ 'ending_before',\n 'group_key',\n 'group_value',\n 'starting_on',\n 'value'\n ]\n }\n }\n}\n```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
billable_metric_id: {
|
|
26
|
-
type: 'string',
|
|
27
|
-
},
|
|
28
|
-
customer_id: {
|
|
29
|
-
type: 'string',
|
|
30
|
-
},
|
|
31
|
-
window_size: {
|
|
32
|
-
type: 'string',
|
|
33
|
-
description:
|
|
34
|
-
'A window_size of "day" or "hour" will return the usage for the specified period segmented into daily or hourly aggregates. A window_size of "none" will return a single usage aggregate for the entirety of the specified period.',
|
|
35
|
-
enum: ['HOUR', 'DAY', 'NONE'],
|
|
36
|
-
},
|
|
37
|
-
limit: {
|
|
38
|
-
type: 'integer',
|
|
39
|
-
description: 'Max number of results that should be returned',
|
|
40
|
-
},
|
|
41
|
-
next_page: {
|
|
42
|
-
type: 'string',
|
|
43
|
-
description: 'Cursor that indicates where the next page of results should start.',
|
|
44
|
-
},
|
|
45
|
-
current_period: {
|
|
46
|
-
type: 'boolean',
|
|
47
|
-
description:
|
|
48
|
-
'If true, will return the usage for the current billing period. Will return an error if the customer is currently uncontracted or starting_on and ending_before are specified when this is true.',
|
|
49
|
-
},
|
|
50
|
-
ending_before: {
|
|
51
|
-
type: 'string',
|
|
52
|
-
format: 'date-time',
|
|
53
|
-
},
|
|
54
|
-
group_by: {
|
|
55
|
-
type: 'object',
|
|
56
|
-
properties: {
|
|
57
|
-
key: {
|
|
58
|
-
type: 'string',
|
|
59
|
-
description: 'The name of the group_by key to use',
|
|
60
|
-
},
|
|
61
|
-
values: {
|
|
62
|
-
type: 'array',
|
|
63
|
-
description:
|
|
64
|
-
"Values of the group_by key to return in the query. Omit this if you'd like all values for the key returned.",
|
|
65
|
-
items: {
|
|
66
|
-
type: 'string',
|
|
67
|
-
},
|
|
68
|
-
},
|
|
69
|
-
},
|
|
70
|
-
required: ['key'],
|
|
71
|
-
},
|
|
72
|
-
starting_on: {
|
|
73
|
-
type: 'string',
|
|
74
|
-
format: 'date-time',
|
|
75
|
-
},
|
|
76
|
-
jq_filter: {
|
|
77
|
-
type: 'string',
|
|
78
|
-
title: 'jq Filter',
|
|
79
|
-
description:
|
|
80
|
-
'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/).',
|
|
81
|
-
},
|
|
82
|
-
},
|
|
83
|
-
required: ['billable_metric_id', 'customer_id', 'window_size'],
|
|
84
|
-
},
|
|
85
|
-
annotations: {},
|
|
86
|
-
};
|
|
87
|
-
|
|
88
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
89
|
-
const { jq_filter, ...body } = args as any;
|
|
90
|
-
const response = await client.v1.usage.listWithGroups(body).asResponse();
|
|
91
|
-
try {
|
|
92
|
-
return asTextContentResult(await maybeFilter(jq_filter, await response.json()));
|
|
93
|
-
} catch (error) {
|
|
94
|
-
if (error instanceof Metronome.APIError || isJqError(error)) {
|
|
95
|
-
return asErrorResult(error.message);
|
|
96
|
-
}
|
|
97
|
-
throw error;
|
|
98
|
-
}
|
|
99
|
-
};
|
|
100
|
-
|
|
101
|
-
export default { metadata, tool, handler };
|
|
@@ -1,56 +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.usage',
|
|
11
|
-
operation: 'write',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'post',
|
|
14
|
-
httpPath: '/v1/events/search',
|
|
15
|
-
operationId: 'searchEvents-v1',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'search_v1_usage',
|
|
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\nThis endpoint retrieves events by transaction ID for events that occurred within the last 34 days. It is specifically designed for sampling-based testing workflows to detect revenue leakage. The Event Search API provides a critical observability tool that validates the integrity of your usage pipeline by allowing you to sample raw events and verify their matching against active billable metrics. \n\nWhy event observability matters for revenue leakage:\nSilent revenue loss occurs when events are dropped, delayed, or fail to match billable metrics due to:\n- Upstream system failures\n- Event format changes\n- Misconfigured billable metrics\n\n### Use this endpoint to:\n- Sample raw events and validate they match the expected billable metrics\n- Build custom leakage detection alerts to prevent silent revenue loss\n- Verify event processing accuracy during system changes or metric updates\n- Debug event matching issues in real-time\n\n### Key response fields:\n- Complete event details including transaction ID, customer ID, and properties\n- Matched Metronome customer (if any)\n- Matched billable metric information (if any)\n- Processing status and duplicate detection flags\n\n### Usage guidelines:\n⚠️ Important: This endpoint is heavily rate limited and designed for sampling workflows only. Do not use this endpoint to check every event in your system. Instead, implement a sampling strategy to randomly validate a subset of events for observability purposes.\n\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/usage_search_response',\n $defs: {\n usage_search_response: {\n type: 'array',\n items: {\n type: 'object',\n properties: {\n id: {\n type: 'string'\n },\n customer_id: {\n type: 'string',\n description: 'The ID of the customer in the ingest event body'\n },\n event_type: {\n type: 'string'\n },\n timestamp: {\n type: 'string',\n format: 'date-time'\n },\n transaction_id: {\n type: 'string'\n },\n is_duplicate: {\n type: 'boolean'\n },\n matched_billable_metrics: {\n type: 'array',\n items: {\n type: 'object',\n properties: {\n id: {\n type: 'string'\n },\n name: {\n type: 'string'\n },\n aggregate: {\n type: 'string',\n description: '(DEPRECATED) use aggregation_type instead'\n },\n aggregate_keys: {\n type: 'array',\n description: '(DEPRECATED) use aggregation_key instead',\n items: {\n type: 'string'\n }\n },\n aggregation_key: {\n type: 'string',\n description: 'A key that specifies which property of the event is used to aggregate data. This key must be one of the property filter names and is not applicable when the aggregation type is \\'count\\'.'\n },\n aggregation_type: {\n type: 'string',\n description: 'Specifies the type of aggregation performed on matching events. Includes \"custom_sql\" for events search endpoint responses.',\n enum: [ 'COUNT',\n 'LATEST',\n 'MAX',\n 'SUM',\n 'UNIQUE',\n 'custom_sql'\n ]\n },\n archived_at: {\n type: 'string',\n description: 'RFC 3339 timestamp indicating when the billable metric was archived. If not provided, the billable metric is not archived.',\n format: 'date-time'\n },\n custom_fields: {\n type: 'object',\n description: 'Custom fields to be added eg. { \"key1\": \"value1\", \"key2\": \"value2\" }',\n additionalProperties: true\n },\n event_type_filter: {\n $ref: '#/$defs/event_type_filter'\n },\n filter: {\n type: 'object',\n description: '(DEPRECATED) use property_filters & event_type_filter instead',\n additionalProperties: true\n },\n group_by: {\n type: 'array',\n description: '(DEPRECATED) use group_keys instead',\n items: {\n type: 'string',\n description: 'A list of keys that can be used to additionally segment the values of the billable metric when making usage queries'\n }\n },\n group_keys: {\n type: 'array',\n description: 'Property names that are used to group usage costs on an invoice. Each entry represents a set of properties used to slice events into distinct buckets.',\n items: {\n type: 'array',\n items: {\n type: 'string'\n }\n }\n },\n property_filters: {\n type: 'array',\n description: 'A list of filters to match events to this billable metric. Each filter defines a rule on an event property. All rules must pass for the event to match the billable metric.',\n items: {\n $ref: '#/$defs/property_filter'\n }\n },\n sql: {\n type: 'string',\n description: 'The SQL query associated with the billable metric'\n }\n },\n required: [ 'id',\n 'name'\n ]\n }\n },\n matched_customer: {\n type: 'object',\n description: 'The customer the event was matched to if a match was found',\n properties: {\n id: {\n type: 'string'\n },\n name: {\n type: 'string'\n }\n }\n },\n processed_at: {\n type: 'string',\n format: 'date-time'\n },\n properties: {\n type: 'object',\n additionalProperties: true\n }\n },\n required: [ 'id',\n 'customer_id',\n 'event_type',\n 'timestamp',\n 'transaction_id'\n ]\n }\n },\n event_type_filter: {\n type: 'object',\n description: 'An optional filtering rule to match the \\'event_type\\' property of an event.',\n properties: {\n in_values: {\n type: 'array',\n description: 'A list of event types that are explicitly included in the billable metric. If specified, only events of these types will match the billable metric. Must be non-empty if present.',\n items: {\n type: 'string'\n }\n },\n not_in_values: {\n type: 'array',\n description: 'A list of event types that are explicitly excluded from the billable metric. If specified, events of these types will not match the billable metric. Must be non-empty if present.',\n items: {\n type: 'string'\n }\n }\n }\n },\n property_filter: {\n type: 'object',\n properties: {\n name: {\n type: 'string',\n description: 'The name of the event property.'\n },\n exists: {\n type: 'boolean',\n description: 'Determines whether the property must exist in the event. If true, only events with this property will pass the filter. If false, only events without this property will pass the filter. If null or omitted, the existence of the property is optional.'\n },\n in_values: {\n type: 'array',\n description: 'Specifies the allowed values for the property to match an event. An event will pass the filter only if its property value is included in this list. If undefined, all property values will pass the filter. Must be non-empty if present.',\n items: {\n type: 'string'\n }\n },\n not_in_values: {\n type: 'array',\n description: 'Specifies the values that prevent an event from matching the filter. An event will not pass the filter if its property value is included in this list. If null or empty, all property values will pass the filter. Must be non-empty if present.',\n items: {\n type: 'string'\n }\n }\n },\n required: [ 'name'\n ]\n }\n }\n}\n```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
transactionIds: {
|
|
26
|
-
type: 'array',
|
|
27
|
-
description: 'The transaction IDs of the events to retrieve',
|
|
28
|
-
items: {
|
|
29
|
-
type: 'string',
|
|
30
|
-
},
|
|
31
|
-
},
|
|
32
|
-
jq_filter: {
|
|
33
|
-
type: 'string',
|
|
34
|
-
title: 'jq Filter',
|
|
35
|
-
description:
|
|
36
|
-
'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/).',
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
|
-
required: ['transactionIds'],
|
|
40
|
-
},
|
|
41
|
-
annotations: {},
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
45
|
-
const { jq_filter, ...body } = args as any;
|
|
46
|
-
try {
|
|
47
|
-
return asTextContentResult(await maybeFilter(jq_filter, await client.v1.usage.search(body)));
|
|
48
|
-
} catch (error) {
|
|
49
|
-
if (error instanceof Metronome.APIError || isJqError(error)) {
|
|
50
|
-
return asErrorResult(error.message);
|
|
51
|
-
}
|
|
52
|
-
throw error;
|
|
53
|
-
}
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
export default { metadata, tool, handler };
|