@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,91 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Metadata, asErrorResult, asTextContentResult } from '@metronome/mcp/tools/types';
|
|
4
|
-
|
|
5
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import Metronome from '@metronome/sdk';
|
|
7
|
-
|
|
8
|
-
export const metadata: Metadata = {
|
|
9
|
-
resource: 'v1.customers.invoices',
|
|
10
|
-
operation: 'read',
|
|
11
|
-
tags: [],
|
|
12
|
-
httpMethod: 'get',
|
|
13
|
-
httpPath: '/v1/customers/{customer_id}/invoices/breakdowns',
|
|
14
|
-
operationId: 'listBreakdownInvoices-v1',
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const tool: Tool = {
|
|
18
|
-
name: 'list_breakdowns_customers_v1_invoices',
|
|
19
|
-
description:
|
|
20
|
-
'Retrieve granular time-series breakdowns of invoice data at hourly or daily intervals. This endpoint transforms standard invoices into detailed timelines, enabling you to track usage patterns, identify consumption spikes, and provide customers with transparency into their billing details throughout the billing period.\n\n### Use this endpoint to:\n- Build usage analytics dashboards showing daily or hourly consumption trends\n- Identify peak usage periods for capacity planning and cost optimization\n- Generate detailed billing reports for finance teams and customer success\n- Troubleshoot billing disputes by examining usage patterns at specific times\n- Power real-time cost monitoring and alerting systems\n\n### Key response fields:\nAn array of BreakdownInvoice objects, each containing:\n- All standard invoice fields (ID, customer, commit, line items, totals, status)\n- Line items with quantities and costs for that specific period\n- `breakdown_start_timestamp`: Start of the specific time window\n- `breakdown_end_timestamp`: End of the specific time window\n- `next_page`: Pagination cursor for large result sets\n\n### Usage guidelines:\n- Time granularity: Set `window_size` to hour or day based on your analysis needs\n- Response limits: Daily breakdowns return up to 35 days; hourly breakdowns return up to 24 hours per request\n- Date filtering: Use `starting_on` and `ending_before` to focus on specific periods\n- Performance: For large date ranges, use pagination to retrieve all data efficiently\n- Backdated usage: If usage events arrive after invoice finalization, breakdowns will reflect the updated usage\n- Zero quantity filtering: Use `skip_zero_qty_line_items=true` to exclude periods with no usage',
|
|
21
|
-
inputSchema: {
|
|
22
|
-
type: 'object',
|
|
23
|
-
properties: {
|
|
24
|
-
customer_id: {
|
|
25
|
-
type: 'string',
|
|
26
|
-
},
|
|
27
|
-
ending_before: {
|
|
28
|
-
type: 'string',
|
|
29
|
-
description:
|
|
30
|
-
'RFC 3339 timestamp. Breakdowns will only be returned for time windows that end on or before this time.',
|
|
31
|
-
format: 'date-time',
|
|
32
|
-
},
|
|
33
|
-
starting_on: {
|
|
34
|
-
type: 'string',
|
|
35
|
-
description:
|
|
36
|
-
'RFC 3339 timestamp. Breakdowns will only be returned for time windows that start on or after this time.',
|
|
37
|
-
format: 'date-time',
|
|
38
|
-
},
|
|
39
|
-
credit_type_id: {
|
|
40
|
-
type: 'string',
|
|
41
|
-
description: 'Only return invoices for the specified credit type',
|
|
42
|
-
},
|
|
43
|
-
limit: {
|
|
44
|
-
type: 'integer',
|
|
45
|
-
description:
|
|
46
|
-
'Max number of results that should be returned. For daily breakdowns, the response can return up to 35 days worth of breakdowns. For hourly breakdowns, the response can return up to 24 hours. If there are more results, a cursor to the next page is returned.',
|
|
47
|
-
},
|
|
48
|
-
next_page: {
|
|
49
|
-
type: 'string',
|
|
50
|
-
description: 'Cursor that indicates where the next page of results should start.',
|
|
51
|
-
},
|
|
52
|
-
skip_zero_qty_line_items: {
|
|
53
|
-
type: 'boolean',
|
|
54
|
-
description: 'If set, all zero quantity line items will be filtered out of the response',
|
|
55
|
-
},
|
|
56
|
-
sort: {
|
|
57
|
-
type: 'string',
|
|
58
|
-
description: 'Invoice sort order by issued_at, e.g. date_asc or date_desc. Defaults to date_asc.',
|
|
59
|
-
enum: ['date_asc', 'date_desc'],
|
|
60
|
-
},
|
|
61
|
-
status: {
|
|
62
|
-
type: 'string',
|
|
63
|
-
description: 'Invoice status, e.g. DRAFT or FINALIZED',
|
|
64
|
-
},
|
|
65
|
-
window_size: {
|
|
66
|
-
type: 'string',
|
|
67
|
-
description: 'The granularity of the breakdowns to return. Defaults to day.',
|
|
68
|
-
enum: ['HOUR', 'DAY'],
|
|
69
|
-
},
|
|
70
|
-
},
|
|
71
|
-
required: ['customer_id', 'ending_before', 'starting_on'],
|
|
72
|
-
},
|
|
73
|
-
annotations: {
|
|
74
|
-
readOnlyHint: true,
|
|
75
|
-
},
|
|
76
|
-
};
|
|
77
|
-
|
|
78
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
79
|
-
const body = args as any;
|
|
80
|
-
const response = await client.v1.customers.invoices.listBreakdowns(body).asResponse();
|
|
81
|
-
try {
|
|
82
|
-
return asTextContentResult(await response.json());
|
|
83
|
-
} catch (error) {
|
|
84
|
-
if (error instanceof Metronome.APIError) {
|
|
85
|
-
return asErrorResult(error.message);
|
|
86
|
-
}
|
|
87
|
-
throw error;
|
|
88
|
-
}
|
|
89
|
-
};
|
|
90
|
-
|
|
91
|
-
export default { metadata, tool, handler };
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Metadata, asErrorResult, asTextContentResult } from '@metronome/mcp/tools/types';
|
|
4
|
-
|
|
5
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import Metronome from '@metronome/sdk';
|
|
7
|
-
|
|
8
|
-
export const metadata: Metadata = {
|
|
9
|
-
resource: 'v1.customers.invoices',
|
|
10
|
-
operation: 'read',
|
|
11
|
-
tags: [],
|
|
12
|
-
httpMethod: 'get',
|
|
13
|
-
httpPath: '/v1/customers/{customer_id}/invoices',
|
|
14
|
-
operationId: 'listInvoices-v1',
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const tool: Tool = {
|
|
18
|
-
name: 'list_customers_v1_invoices',
|
|
19
|
-
description:
|
|
20
|
-
"Retrieves a paginated list of invoices for a specific customer, with flexible filtering options to narrow results by status, date range, credit type, and more. This endpoint provides a comprehensive view of a customer's billing history and current charges, supporting both real-time billing dashboards and historical reporting needs.\n\n### Use this endpoint to:\n- Display historical invoice details in customer-facing dashboards or billing portals.\n- Retrieve current month draft invoices to show customers their month-to-date spend.\n- Access finalized invoices for historical billing records and payment reconciliation.\n- Validate customer pricing and credit applications for customer support queries. \n- Generate financial reports by filtering invoices within specific date ranges\n\n### Key response fields:\nArray of invoice objects containing:\n- Invoice ID and status (DRAFT, FINALIZED, VOID)\n- Invoice type (USAGE, SCHEDULED)\n- Billing period start and end dates\n- Issue date and due date\n- Total amount, subtotal, and amount due\n- Applied credits summary\n- Contract ID reference\n- External billing provider status (if integrated with Stripe, etc.)\n- Pagination metadata `next_page` cursor\n\n### Usage guidelines:\n- The endpoint returns invoice summaries; use the Get Invoice endpoint for detailed line items\n- Draft invoices are continuously updated as new usage is reported and will show real-time spend\n- Results are ordered by creation date descending by default (newest first)\n- When filtering by date range, the filter applies to the billing period, not the issue date\n- For customers with many invoices, implement pagination to ensure all results are retrieved\nExternal billing provider statuses (like Stripe payment status) are included when applicable\n- Voided invoices are included in results by default unless filtered out by status\n",
|
|
21
|
-
inputSchema: {
|
|
22
|
-
type: 'object',
|
|
23
|
-
properties: {
|
|
24
|
-
customer_id: {
|
|
25
|
-
type: 'string',
|
|
26
|
-
},
|
|
27
|
-
credit_type_id: {
|
|
28
|
-
type: 'string',
|
|
29
|
-
description: 'Only return invoices for the specified credit type',
|
|
30
|
-
},
|
|
31
|
-
ending_before: {
|
|
32
|
-
type: 'string',
|
|
33
|
-
description:
|
|
34
|
-
'RFC 3339 timestamp (exclusive). Invoices will only be returned for billing periods that end before this time.',
|
|
35
|
-
format: 'date-time',
|
|
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
|
-
skip_zero_qty_line_items: {
|
|
46
|
-
type: 'boolean',
|
|
47
|
-
description: 'If set, all zero quantity line items will be filtered out of the response',
|
|
48
|
-
},
|
|
49
|
-
sort: {
|
|
50
|
-
type: 'string',
|
|
51
|
-
description: 'Invoice sort order by issued_at, e.g. date_asc or date_desc. Defaults to date_asc.',
|
|
52
|
-
enum: ['date_asc', 'date_desc'],
|
|
53
|
-
},
|
|
54
|
-
starting_on: {
|
|
55
|
-
type: 'string',
|
|
56
|
-
description:
|
|
57
|
-
'RFC 3339 timestamp (inclusive). Invoices will only be returned for billing periods that start at or after this time.',
|
|
58
|
-
format: 'date-time',
|
|
59
|
-
},
|
|
60
|
-
status: {
|
|
61
|
-
type: 'string',
|
|
62
|
-
description: 'Invoice status, e.g. DRAFT, FINALIZED, or VOID',
|
|
63
|
-
},
|
|
64
|
-
},
|
|
65
|
-
required: ['customer_id'],
|
|
66
|
-
},
|
|
67
|
-
annotations: {
|
|
68
|
-
readOnlyHint: true,
|
|
69
|
-
},
|
|
70
|
-
};
|
|
71
|
-
|
|
72
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
73
|
-
const body = args as any;
|
|
74
|
-
const response = await client.v1.customers.invoices.list(body).asResponse();
|
|
75
|
-
try {
|
|
76
|
-
return asTextContentResult(await response.json());
|
|
77
|
-
} catch (error) {
|
|
78
|
-
if (error instanceof Metronome.APIError) {
|
|
79
|
-
return asErrorResult(error.message);
|
|
80
|
-
}
|
|
81
|
-
throw error;
|
|
82
|
-
}
|
|
83
|
-
};
|
|
84
|
-
|
|
85
|
-
export default { metadata, tool, handler };
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Metadata, asErrorResult, asTextContentResult } from '@metronome/mcp/tools/types';
|
|
4
|
-
|
|
5
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import Metronome from '@metronome/sdk';
|
|
7
|
-
|
|
8
|
-
export const metadata: Metadata = {
|
|
9
|
-
resource: 'v1.customers.invoices',
|
|
10
|
-
operation: 'read',
|
|
11
|
-
tags: [],
|
|
12
|
-
httpMethod: 'get',
|
|
13
|
-
httpPath: '/v1/customers/{customer_id}/invoices/{invoice_id}',
|
|
14
|
-
operationId: 'getInvoice-v1',
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const tool: Tool = {
|
|
18
|
-
name: 'retrieve_customers_v1_invoices',
|
|
19
|
-
description:
|
|
20
|
-
'Retrieve detailed information for a specific invoice by its unique identifier. This endpoint returns comprehensive invoice data including line items, applied credits, totals, and billing period details for both finalized and draft invoices.\n\n### Use this endpoint to:\n- Display historical invoice details in customer-facing dashboards or billing portals.\n- Retrieve current month draft invoices to show customers their month-to-date spend.\n- Access finalized invoices for historical billing records and payment reconciliation.\n- Validate customer pricing and credit applications for customer support queries. \n\n### Key response fields: \nInvoice status (DRAFT, FINALIZED, VOID)\nBilling period start and end dates\nTotal amount and amount due after credits\nDetailed line items broken down by:\n- Customer and contract information\n- Invoice line item type\n- Product/service name and ID\n- Quantity consumed\n- Unit and total price \n- Time period for usage-based charges\n- Applied credits or prepaid commitments\n\n\n### Usage guidelines:\n- Draft invoices update in real-time as usage is reported and may change before finalization\n- The response includes both usage-based line items (e.g., API calls, data processed) and scheduled charges (e.g., monthly subscriptions, commitment fees)\n- Credit and commitment applications are shown as separate line items with negative amounts\n- For voided invoices, the response will indicate VOID status but retain all original line item details\n',
|
|
21
|
-
inputSchema: {
|
|
22
|
-
type: 'object',
|
|
23
|
-
properties: {
|
|
24
|
-
customer_id: {
|
|
25
|
-
type: 'string',
|
|
26
|
-
},
|
|
27
|
-
invoice_id: {
|
|
28
|
-
type: 'string',
|
|
29
|
-
},
|
|
30
|
-
skip_zero_qty_line_items: {
|
|
31
|
-
type: 'boolean',
|
|
32
|
-
description: 'If set, all zero quantity line items will be filtered out of the response',
|
|
33
|
-
},
|
|
34
|
-
},
|
|
35
|
-
required: ['customer_id', 'invoice_id'],
|
|
36
|
-
},
|
|
37
|
-
annotations: {
|
|
38
|
-
readOnlyHint: true,
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
43
|
-
const body = args as any;
|
|
44
|
-
try {
|
|
45
|
-
return asTextContentResult(await client.v1.customers.invoices.retrieve(body));
|
|
46
|
-
} catch (error) {
|
|
47
|
-
if (error instanceof Metronome.APIError) {
|
|
48
|
-
return asErrorResult(error.message);
|
|
49
|
-
}
|
|
50
|
-
throw error;
|
|
51
|
-
}
|
|
52
|
-
};
|
|
53
|
-
|
|
54
|
-
export default { metadata, tool, handler };
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Metadata, asBinaryContentResult } from '@metronome/mcp/tools/types';
|
|
4
|
-
|
|
5
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import Metronome from '@metronome/sdk';
|
|
7
|
-
|
|
8
|
-
export const metadata: Metadata = {
|
|
9
|
-
resource: 'v1.customers.invoices',
|
|
10
|
-
operation: 'read',
|
|
11
|
-
tags: [],
|
|
12
|
-
httpMethod: 'get',
|
|
13
|
-
httpPath: '/v1/customers/{customer_id}/invoices/{invoice_id}/pdf',
|
|
14
|
-
operationId: 'getInvoicePdf-v1',
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const tool: Tool = {
|
|
18
|
-
name: 'retrieve_pdf_customers_v1_invoices',
|
|
19
|
-
description:
|
|
20
|
-
'Retrieve a PDF version of a specific invoice by its unique identifier. This endpoint generates a professionally formatted invoice document suitable for sharing with customers, accounting teams, or for record-keeping purposes.\n\n### Use this endpoint to:\n- Provide customers with downloadable or emailable copies of their invoices\n- Support accounting and finance teams with official billing documents\n- Maintain accurate records of billing transactions for audits and compliance\n\n### Key response details:\n- The response is a binary PDF file representing the full invoice\n- The PDF includes all standard invoice information such as line items, totals, billing period, and customer details\n- The document is formatted for clarity and professionalism, suitable for official use\n\n### Usage guidelines:\n- Ensure the `invoice_id` corresponds to an existing invoice for the specified `customer_id`\n- The PDF is generated on-demand; frequent requests for the same invoice may impact performance\n- Use appropriate headers to handle the binary response in your application (e.g., setting `Content-Type: application/pdf`)\n',
|
|
21
|
-
inputSchema: {
|
|
22
|
-
type: 'object',
|
|
23
|
-
properties: {
|
|
24
|
-
customer_id: {
|
|
25
|
-
type: 'string',
|
|
26
|
-
},
|
|
27
|
-
invoice_id: {
|
|
28
|
-
type: 'string',
|
|
29
|
-
},
|
|
30
|
-
},
|
|
31
|
-
required: ['customer_id', 'invoice_id'],
|
|
32
|
-
},
|
|
33
|
-
annotations: {
|
|
34
|
-
readOnlyHint: true,
|
|
35
|
-
},
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
39
|
-
const body = args as any;
|
|
40
|
-
return asBinaryContentResult(await client.v1.customers.invoices.retrievePdf(body).asResponse());
|
|
41
|
-
};
|
|
42
|
-
|
|
43
|
-
export default { metadata, tool, handler };
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { isJqError, maybeFilter } from '@metronome/mcp/filtering';
|
|
4
|
-
import { Metadata, asErrorResult, asTextContentResult } from '@metronome/mcp/tools/types';
|
|
5
|
-
|
|
6
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
7
|
-
import Metronome from '@metronome/sdk';
|
|
8
|
-
|
|
9
|
-
export const metadata: Metadata = {
|
|
10
|
-
resource: 'v1.customers',
|
|
11
|
-
operation: 'read',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'get',
|
|
14
|
-
httpPath: '/v1/customers/{customer_id}/billable-metrics',
|
|
15
|
-
operationId: 'listBillableMetrics-v1',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'list_billable_metrics_v1_customers',
|
|
20
|
-
description:
|
|
21
|
-
"When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nGet all billable metrics available for a specific customer. Supports pagination and filtering by current plan status or archived metrics. Use this endpoint to see which metrics are being tracked for billing calculations for a given customer.\n\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n items: {\n $ref: '#/$defs/customer_list_billable_metrics_response'\n }\n },\n next_page: {\n type: 'string'\n }\n },\n required: [ 'data',\n 'next_page'\n ],\n $defs: {\n customer_list_billable_metrics_response: {\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.',\n enum: [ 'COUNT',\n 'LATEST',\n 'MAX',\n 'SUM',\n 'UNIQUE'\n ]\n },\n archived_at: {\n type: 'string',\n description: 'RFC 3339 timestamp indicating when the billable metric was archived. If not provided, the billable metric is not archived.',\n format: 'date-time'\n },\n custom_fields: {\n type: 'object',\n description: 'Custom fields to be added eg. { \"key1\": \"value1\", \"key2\": \"value2\" }',\n additionalProperties: true\n },\n event_type_filter: {\n $ref: '#/$defs/event_type_filter'\n },\n 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 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
|
-
customer_id: {
|
|
26
|
-
type: 'string',
|
|
27
|
-
},
|
|
28
|
-
include_archived: {
|
|
29
|
-
type: 'boolean',
|
|
30
|
-
description: 'If true, the list of returned metrics will include archived metrics',
|
|
31
|
-
},
|
|
32
|
-
limit: {
|
|
33
|
-
type: 'integer',
|
|
34
|
-
description: 'Max number of results that should be returned',
|
|
35
|
-
},
|
|
36
|
-
next_page: {
|
|
37
|
-
type: 'string',
|
|
38
|
-
description: 'Cursor that indicates where the next page of results should start.',
|
|
39
|
-
},
|
|
40
|
-
on_current_plan: {
|
|
41
|
-
type: 'boolean',
|
|
42
|
-
description:
|
|
43
|
-
"If true, the list of metrics will be filtered to just ones that are on the customer's current plan",
|
|
44
|
-
},
|
|
45
|
-
jq_filter: {
|
|
46
|
-
type: 'string',
|
|
47
|
-
title: 'jq Filter',
|
|
48
|
-
description:
|
|
49
|
-
'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/).',
|
|
50
|
-
},
|
|
51
|
-
},
|
|
52
|
-
required: ['customer_id'],
|
|
53
|
-
},
|
|
54
|
-
annotations: {
|
|
55
|
-
readOnlyHint: true,
|
|
56
|
-
},
|
|
57
|
-
};
|
|
58
|
-
|
|
59
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
60
|
-
const { jq_filter, ...body } = args as any;
|
|
61
|
-
const response = await client.v1.customers.listBillableMetrics(body).asResponse();
|
|
62
|
-
try {
|
|
63
|
-
return asTextContentResult(await maybeFilter(jq_filter, await response.json()));
|
|
64
|
-
} catch (error) {
|
|
65
|
-
if (error instanceof Metronome.APIError || isJqError(error)) {
|
|
66
|
-
return asErrorResult(error.message);
|
|
67
|
-
}
|
|
68
|
-
throw error;
|
|
69
|
-
}
|
|
70
|
-
};
|
|
71
|
-
|
|
72
|
-
export default { metadata, tool, handler };
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { isJqError, maybeFilter } from '@metronome/mcp/filtering';
|
|
4
|
-
import { Metadata, asErrorResult, asTextContentResult } from '@metronome/mcp/tools/types';
|
|
5
|
-
|
|
6
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
7
|
-
import Metronome from '@metronome/sdk';
|
|
8
|
-
|
|
9
|
-
export const metadata: Metadata = {
|
|
10
|
-
resource: 'v1.customers',
|
|
11
|
-
operation: 'read',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'get',
|
|
14
|
-
httpPath: '/v1/customers/{customer_id}/costs',
|
|
15
|
-
operationId: 'getCosts-v1',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'list_costs_v1_customers',
|
|
20
|
-
description:
|
|
21
|
-
"When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nFetch daily pending costs for the specified customer, broken down by credit type and line items. Note: this is not supported for customers whose plan includes a UNIQUE-type billable metric. This is a Plans (deprecated) endpoint. New clients should implement using Contracts.\n\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n items: {\n $ref: '#/$defs/customer_list_costs_response'\n }\n },\n next_page: {\n type: 'string'\n }\n },\n required: [ 'data',\n 'next_page'\n ],\n $defs: {\n customer_list_costs_response: {\n type: 'object',\n properties: {\n credit_types: {\n type: 'object',\n additionalProperties: true\n },\n end_timestamp: {\n type: 'string',\n format: 'date-time'\n },\n start_timestamp: {\n type: 'string',\n format: 'date-time'\n }\n },\n required: [ 'credit_types',\n 'end_timestamp',\n 'start_timestamp'\n ]\n }\n }\n}\n```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
customer_id: {
|
|
26
|
-
type: 'string',
|
|
27
|
-
},
|
|
28
|
-
ending_before: {
|
|
29
|
-
type: 'string',
|
|
30
|
-
description: 'RFC 3339 timestamp (exclusive)',
|
|
31
|
-
format: 'date-time',
|
|
32
|
-
},
|
|
33
|
-
starting_on: {
|
|
34
|
-
type: 'string',
|
|
35
|
-
description: 'RFC 3339 timestamp (inclusive)',
|
|
36
|
-
format: 'date-time',
|
|
37
|
-
},
|
|
38
|
-
limit: {
|
|
39
|
-
type: 'integer',
|
|
40
|
-
description: 'Max number of results that should be returned',
|
|
41
|
-
},
|
|
42
|
-
next_page: {
|
|
43
|
-
type: 'string',
|
|
44
|
-
description: 'Cursor that indicates where the next page of results should start.',
|
|
45
|
-
},
|
|
46
|
-
jq_filter: {
|
|
47
|
-
type: 'string',
|
|
48
|
-
title: 'jq Filter',
|
|
49
|
-
description:
|
|
50
|
-
'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/).',
|
|
51
|
-
},
|
|
52
|
-
},
|
|
53
|
-
required: ['customer_id', 'ending_before', 'starting_on'],
|
|
54
|
-
},
|
|
55
|
-
annotations: {
|
|
56
|
-
readOnlyHint: true,
|
|
57
|
-
},
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
61
|
-
const { jq_filter, ...body } = args as any;
|
|
62
|
-
const response = await client.v1.customers.listCosts(body).asResponse();
|
|
63
|
-
try {
|
|
64
|
-
return asTextContentResult(await maybeFilter(jq_filter, await response.json()));
|
|
65
|
-
} catch (error) {
|
|
66
|
-
if (error instanceof Metronome.APIError || isJqError(error)) {
|
|
67
|
-
return asErrorResult(error.message);
|
|
68
|
-
}
|
|
69
|
-
throw error;
|
|
70
|
-
}
|
|
71
|
-
};
|
|
72
|
-
|
|
73
|
-
export default { metadata, tool, handler };
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { isJqError, maybeFilter } from '@metronome/mcp/filtering';
|
|
4
|
-
import { Metadata, asErrorResult, asTextContentResult } from '@metronome/mcp/tools/types';
|
|
5
|
-
|
|
6
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
7
|
-
import Metronome from '@metronome/sdk';
|
|
8
|
-
|
|
9
|
-
export const metadata: Metadata = {
|
|
10
|
-
resource: 'v1.customers',
|
|
11
|
-
operation: 'read',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'get',
|
|
14
|
-
httpPath: '/v1/customers',
|
|
15
|
-
operationId: 'listCustomers-v1',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'list_v1_customers',
|
|
20
|
-
description:
|
|
21
|
-
"When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nGets a paginated list of all customers in your Metronome account. Use this endpoint to browse your customer base, implement customer search functionality, or sync customer data with external systems. Returns customer details including IDs, names, and configuration settings. Supports filtering and pagination parameters for efficient data retrieval.\n\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n items: {\n $ref: '#/$defs/customer_detail'\n }\n },\n next_page: {\n type: 'string'\n }\n },\n required: [ 'data',\n 'next_page'\n ],\n $defs: {\n customer_detail: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'the Metronome ID of the customer'\n },\n created_at: {\n type: 'string',\n description: 'RFC 3339 timestamp indicating when the customer was created.',\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 customer_config: {\n type: 'object',\n properties: {\n salesforce_account_id: {\n type: 'string',\n description: 'The Salesforce account ID for the customer'\n }\n },\n required: [ 'salesforce_account_id'\n ]\n },\n external_id: {\n type: 'string',\n description: '(deprecated, use ingest_aliases instead) the first ID (Metronome or ingest alias) that can be used in usage events'\n },\n ingest_aliases: {\n type: 'array',\n description: 'aliases for this customer that can be used instead of the Metronome customer ID in usage events',\n items: {\n type: 'string'\n }\n },\n name: {\n type: 'string'\n },\n updated_at: {\n type: 'string',\n description: 'RFC 3339 timestamp indicating when the customer was last updated.',\n format: 'date-time'\n },\n archived_at: {\n type: 'string',\n description: 'RFC 3339 timestamp indicating when the customer was archived. Null if the customer is active.',\n format: 'date-time'\n },\n current_billable_status: {\n type: 'object',\n description: 'This field\\'s availability is dependent on your client\\'s configuration.',\n properties: {\n value: {\n type: 'string',\n enum: [ 'billable',\n 'unbillable'\n ]\n },\n effective_at: {\n type: 'string',\n format: 'date-time'\n }\n },\n required: [ 'value'\n ]\n }\n },\n required: [ 'id',\n 'created_at',\n 'custom_fields',\n 'customer_config',\n 'external_id',\n 'ingest_aliases',\n 'name',\n 'updated_at'\n ]\n }\n }\n}\n```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
customer_ids: {
|
|
26
|
-
type: 'array',
|
|
27
|
-
description: 'Filter the customer list by customer_id. Up to 100 ids can be provided.',
|
|
28
|
-
items: {
|
|
29
|
-
type: 'string',
|
|
30
|
-
},
|
|
31
|
-
},
|
|
32
|
-
ingest_alias: {
|
|
33
|
-
type: 'string',
|
|
34
|
-
description: 'Filter the customer list by ingest_alias',
|
|
35
|
-
},
|
|
36
|
-
limit: {
|
|
37
|
-
type: 'integer',
|
|
38
|
-
description: 'Max number of results that should be returned',
|
|
39
|
-
},
|
|
40
|
-
next_page: {
|
|
41
|
-
type: 'string',
|
|
42
|
-
description: 'Cursor that indicates where the next page of results should start.',
|
|
43
|
-
},
|
|
44
|
-
only_archived: {
|
|
45
|
-
type: 'boolean',
|
|
46
|
-
description:
|
|
47
|
-
'Filter the customer list to only return archived customers. By default, only active customers are returned.',
|
|
48
|
-
},
|
|
49
|
-
salesforce_account_ids: {
|
|
50
|
-
type: 'array',
|
|
51
|
-
description: 'Filter the customer list by salesforce_account_id. Up to 100 ids can be provided.',
|
|
52
|
-
items: {
|
|
53
|
-
type: 'string',
|
|
54
|
-
},
|
|
55
|
-
},
|
|
56
|
-
jq_filter: {
|
|
57
|
-
type: 'string',
|
|
58
|
-
title: 'jq Filter',
|
|
59
|
-
description:
|
|
60
|
-
'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
|
|
61
|
-
},
|
|
62
|
-
},
|
|
63
|
-
required: [],
|
|
64
|
-
},
|
|
65
|
-
annotations: {
|
|
66
|
-
readOnlyHint: true,
|
|
67
|
-
},
|
|
68
|
-
};
|
|
69
|
-
|
|
70
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
71
|
-
const { jq_filter, ...body } = args as any;
|
|
72
|
-
const response = await client.v1.customers.list(body).asResponse();
|
|
73
|
-
try {
|
|
74
|
-
return asTextContentResult(await maybeFilter(jq_filter, await response.json()));
|
|
75
|
-
} catch (error) {
|
|
76
|
-
if (error instanceof Metronome.APIError || isJqError(error)) {
|
|
77
|
-
return asErrorResult(error.message);
|
|
78
|
-
}
|
|
79
|
-
throw error;
|
|
80
|
-
}
|
|
81
|
-
};
|
|
82
|
-
|
|
83
|
-
export default { metadata, tool, handler };
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { isJqError, maybeFilter } from '@metronome/mcp/filtering';
|
|
4
|
-
import { Metadata, asErrorResult, asTextContentResult } from '@metronome/mcp/tools/types';
|
|
5
|
-
|
|
6
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
7
|
-
import Metronome from '@metronome/sdk';
|
|
8
|
-
|
|
9
|
-
export const metadata: Metadata = {
|
|
10
|
-
resource: 'v1.customers.named_schedules',
|
|
11
|
-
operation: 'write',
|
|
12
|
-
tags: [],
|
|
13
|
-
httpMethod: 'post',
|
|
14
|
-
httpPath: '/v1/customers/getNamedSchedule',
|
|
15
|
-
operationId: 'getCustomerNamedSchedule-v1',
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
export const tool: Tool = {
|
|
19
|
-
name: 'retrieve_customers_v1_named_schedules',
|
|
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\nGet a named schedule for the given customer. This endpoint's availability is dependent on your client's configuration.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/named_schedule_retrieve_response',\n $defs: {\n named_schedule_retrieve_response: {\n type: 'object',\n properties: {\n data: {\n type: 'array',\n items: {\n type: 'object',\n properties: {\n starting_at: {\n type: 'string',\n format: 'date-time'\n },\n value: {\n type: 'object',\n additionalProperties: true\n },\n ending_before: {\n type: 'string',\n format: 'date-time'\n }\n },\n required: [ 'starting_at',\n 'value'\n ]\n }\n }\n },\n required: [ 'data'\n ]\n }\n }\n}\n```",
|
|
22
|
-
inputSchema: {
|
|
23
|
-
type: 'object',
|
|
24
|
-
properties: {
|
|
25
|
-
customer_id: {
|
|
26
|
-
type: 'string',
|
|
27
|
-
description: 'ID of the customer whose named schedule is to be retrieved',
|
|
28
|
-
},
|
|
29
|
-
schedule_name: {
|
|
30
|
-
type: 'string',
|
|
31
|
-
description: 'The identifier for the schedule to be retrieved',
|
|
32
|
-
},
|
|
33
|
-
covering_date: {
|
|
34
|
-
type: 'string',
|
|
35
|
-
description:
|
|
36
|
-
'If provided, at most one schedule segment will be returned (the one that covers this date). If not provided, all segments will be returned.',
|
|
37
|
-
format: 'date-time',
|
|
38
|
-
},
|
|
39
|
-
jq_filter: {
|
|
40
|
-
type: 'string',
|
|
41
|
-
title: 'jq Filter',
|
|
42
|
-
description:
|
|
43
|
-
'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/).',
|
|
44
|
-
},
|
|
45
|
-
},
|
|
46
|
-
required: ['customer_id', 'schedule_name'],
|
|
47
|
-
},
|
|
48
|
-
annotations: {},
|
|
49
|
-
};
|
|
50
|
-
|
|
51
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
52
|
-
const { jq_filter, ...body } = args as any;
|
|
53
|
-
try {
|
|
54
|
-
return asTextContentResult(
|
|
55
|
-
await maybeFilter(jq_filter, await client.v1.customers.namedSchedules.retrieve(body)),
|
|
56
|
-
);
|
|
57
|
-
} catch (error) {
|
|
58
|
-
if (error instanceof Metronome.APIError || isJqError(error)) {
|
|
59
|
-
return asErrorResult(error.message);
|
|
60
|
-
}
|
|
61
|
-
throw error;
|
|
62
|
-
}
|
|
63
|
-
};
|
|
64
|
-
|
|
65
|
-
export default { metadata, tool, handler };
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { Metadata, asTextContentResult } from '@metronome/mcp/tools/types';
|
|
4
|
-
|
|
5
|
-
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import Metronome from '@metronome/sdk';
|
|
7
|
-
|
|
8
|
-
export const metadata: Metadata = {
|
|
9
|
-
resource: 'v1.customers.named_schedules',
|
|
10
|
-
operation: 'write',
|
|
11
|
-
tags: [],
|
|
12
|
-
httpMethod: 'post',
|
|
13
|
-
httpPath: '/v1/customers/updateNamedSchedule',
|
|
14
|
-
operationId: 'updateCustomerNamedSchedule-v1',
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export const tool: Tool = {
|
|
18
|
-
name: 'update_customers_v1_named_schedules',
|
|
19
|
-
description:
|
|
20
|
-
"Update a named schedule for the given customer. This endpoint's availability is dependent on your client's configuration.",
|
|
21
|
-
inputSchema: {
|
|
22
|
-
type: 'object',
|
|
23
|
-
properties: {
|
|
24
|
-
customer_id: {
|
|
25
|
-
type: 'string',
|
|
26
|
-
description: 'ID of the customer whose named schedule is to be updated',
|
|
27
|
-
},
|
|
28
|
-
schedule_name: {
|
|
29
|
-
type: 'string',
|
|
30
|
-
description: 'The identifier for the schedule to be updated',
|
|
31
|
-
},
|
|
32
|
-
starting_at: {
|
|
33
|
-
type: 'string',
|
|
34
|
-
format: 'date-time',
|
|
35
|
-
},
|
|
36
|
-
value: {
|
|
37
|
-
type: 'object',
|
|
38
|
-
description:
|
|
39
|
-
'The value to set for the named schedule. The structure of this object is specific to the named schedule.',
|
|
40
|
-
additionalProperties: true,
|
|
41
|
-
},
|
|
42
|
-
ending_before: {
|
|
43
|
-
type: 'string',
|
|
44
|
-
format: 'date-time',
|
|
45
|
-
},
|
|
46
|
-
},
|
|
47
|
-
required: ['customer_id', 'schedule_name', 'starting_at', 'value'],
|
|
48
|
-
},
|
|
49
|
-
annotations: {},
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
export const handler = async (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
53
|
-
const body = args as any;
|
|
54
|
-
const response = await client.v1.customers.namedSchedules.update(body).asResponse();
|
|
55
|
-
return asTextContentResult(await response.text());
|
|
56
|
-
};
|
|
57
|
-
|
|
58
|
-
export default { metadata, tool, handler };
|