@metronome/mcp 0.1.0-beta.11
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 +201 -0
- package/README.md +350 -0
- package/compat.d.mts +54 -0
- package/compat.d.mts.map +1 -0
- package/compat.d.ts +54 -0
- package/compat.d.ts.map +1 -0
- package/compat.js +345 -0
- package/compat.js.map +1 -0
- package/compat.mjs +336 -0
- package/compat.mjs.map +1 -0
- package/dynamic-tools.d.mts +12 -0
- package/dynamic-tools.d.mts.map +1 -0
- package/dynamic-tools.d.ts +12 -0
- package/dynamic-tools.d.ts.map +1 -0
- package/dynamic-tools.js +134 -0
- package/dynamic-tools.js.map +1 -0
- package/dynamic-tools.mjs +131 -0
- package/dynamic-tools.mjs.map +1 -0
- package/index.d.mts +2 -0
- package/index.d.mts.map +1 -0
- package/index.d.ts +2 -0
- package/index.d.ts.map +1 -0
- package/index.js +86 -0
- package/index.js.map +1 -0
- package/index.mjs +83 -0
- package/index.mjs.map +1 -0
- package/options.d.mts +11 -0
- package/options.d.mts.map +1 -0
- package/options.d.ts +11 -0
- package/options.d.ts.map +1 -0
- package/options.js +337 -0
- package/options.js.map +1 -0
- package/options.mjs +331 -0
- package/options.mjs.map +1 -0
- package/package.json +53 -0
- package/server.d.mts +38 -0
- package/server.d.mts.map +1 -0
- package/server.d.ts +38 -0
- package/server.d.ts.map +1 -0
- package/server.js +104 -0
- package/server.js.map +1 -0
- package/server.mjs +92 -0
- package/server.mjs.map +1 -0
- package/src/compat.ts +438 -0
- package/src/dynamic-tools.ts +153 -0
- package/src/index.ts +102 -0
- package/src/options.ts +361 -0
- package/src/server.ts +128 -0
- package/src/tools/index.ts +283 -0
- package/src/tools/v1/alerts/archive-v1-alerts.ts +39 -0
- package/src/tools/v1/alerts/create-v1-alerts.ts +138 -0
- package/src/tools/v1/audit-logs/list-v1-audit-logs.ts +66 -0
- package/src/tools/v1/billable-metrics/archive-v1-billable-metrics.ts +34 -0
- package/src/tools/v1/billable-metrics/create-v1-billable-metrics.ts +132 -0
- package/src/tools/v1/billable-metrics/list-v1-billable-metrics.ts +43 -0
- package/src/tools/v1/billable-metrics/retrieve-v1-billable-metrics.ts +34 -0
- package/src/tools/v1/contracts/add-manual-balance-entry-v1-contracts.ts +61 -0
- package/src/tools/v1/contracts/amend-v1-contracts.ts +932 -0
- package/src/tools/v1/contracts/archive-v1-contracts.ts +43 -0
- package/src/tools/v1/contracts/create-historical-invoices-v1-contracts.ts +133 -0
- package/src/tools/v1/contracts/create-v1-contracts.ts +1600 -0
- package/src/tools/v1/contracts/list-balances-v1-contracts.ts +73 -0
- package/src/tools/v1/contracts/list-v1-contracts.ts +61 -0
- package/src/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.ts +46 -0
- package/src/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.ts +53 -0
- package/src/tools/v1/contracts/products/archive-contracts-v1-products.ts +35 -0
- package/src/tools/v1/contracts/products/create-contracts-v1-products.ts +141 -0
- package/src/tools/v1/contracts/products/list-contracts-v1-products.ts +44 -0
- package/src/tools/v1/contracts/products/retrieve-contracts-v1-products.ts +34 -0
- package/src/tools/v1/contracts/products/update-contracts-v1-products.ts +153 -0
- package/src/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.ts +34 -0
- package/src/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.ts +84 -0
- package/src/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.ts +43 -0
- package/src/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.ts +50 -0
- package/src/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.ts +57 -0
- package/src/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.ts +41 -0
- package/src/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.ts +52 -0
- package/src/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.ts +148 -0
- package/src/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.ts +139 -0
- package/src/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.ts +87 -0
- package/src/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.ts +35 -0
- package/src/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.ts +86 -0
- package/src/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.ts +64 -0
- package/src/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.ts +92 -0
- package/src/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.ts +41 -0
- package/src/tools/v1/contracts/retrieve-v1-contracts.ts +48 -0
- package/src/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.ts +99 -0
- package/src/tools/v1/contracts/set-usage-filter-v1-contracts.ts +50 -0
- package/src/tools/v1/contracts/update-end-date-v1-contracts.ts +50 -0
- package/src/tools/v1/credit-grants/create-v1-credit-grants.ts +169 -0
- package/src/tools/v1/credit-grants/edit-v1-credit-grants.ts +48 -0
- package/src/tools/v1/credit-grants/list-entries-v1-credit-grants.ts +63 -0
- package/src/tools/v1/credit-grants/list-v1-credit-grants.ts +73 -0
- package/src/tools/v1/credit-grants/void-v1-credit-grants.ts +42 -0
- package/src/tools/v1/custom-fields/add-key-v1-custom-fields.ts +61 -0
- package/src/tools/v1/custom-fields/delete-values-v1-custom-fields.ts +63 -0
- package/src/tools/v1/custom-fields/list-keys-v1-custom-fields.ts +62 -0
- package/src/tools/v1/custom-fields/remove-key-v1-custom-fields.ts +57 -0
- package/src/tools/v1/custom-fields/set-values-v1-custom-fields.ts +61 -0
- package/src/tools/v1/customers/alerts/list-customers-v1-alerts.ts +47 -0
- package/src/tools/v1/customers/alerts/reset-customers-v1-alerts.ts +39 -0
- package/src/tools/v1/customers/alerts/retrieve-customers-v1-alerts.ts +45 -0
- package/src/tools/v1/customers/archive-v1-customers.ts +34 -0
- package/src/tools/v1/customers/billing-config/create-customers-v1-billing-config.ts +89 -0
- package/src/tools/v1/customers/billing-config/delete-customers-v1-billing-config.ts +48 -0
- package/src/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.ts +47 -0
- package/src/tools/v1/customers/commits/create-customers-v1-commits.ts +251 -0
- package/src/tools/v1/customers/commits/list-customers-v1-commits.ts +74 -0
- package/src/tools/v1/customers/commits/update-end-date-customers-v1-commits.ts +52 -0
- package/src/tools/v1/customers/create-v1-customers.ts +143 -0
- package/src/tools/v1/customers/credits/create-customers-v1-credits.ts +156 -0
- package/src/tools/v1/customers/credits/list-customers-v1-credits.ts +74 -0
- package/src/tools/v1/customers/credits/update-end-date-customers-v1-credits.ts +46 -0
- package/src/tools/v1/customers/invoices/add-charge-customers-v1-invoices.ts +59 -0
- package/src/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.ts +78 -0
- package/src/tools/v1/customers/invoices/list-customers-v1-invoices.ts +72 -0
- package/src/tools/v1/customers/invoices/retrieve-customers-v1-invoices.ts +41 -0
- package/src/tools/v1/customers/list-billable-metrics-v1-customers.ts +51 -0
- package/src/tools/v1/customers/list-costs-v1-customers.ts +53 -0
- package/src/tools/v1/customers/list-v1-customers.ts +62 -0
- package/src/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.ts +46 -0
- package/src/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.ts +53 -0
- package/src/tools/v1/customers/plans/add-customers-v1-plans.ts +138 -0
- package/src/tools/v1/customers/plans/end-customers-v1-plans.ts +53 -0
- package/src/tools/v1/customers/plans/list-customers-v1-plans.ts +42 -0
- package/src/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.ts +46 -0
- package/src/tools/v1/customers/retrieve-v1-customers.ts +34 -0
- package/src/tools/v1/customers/set-ingest-aliases-v1-customers.ts +41 -0
- package/src/tools/v1/customers/set-name-v1-customers.ts +39 -0
- package/src/tools/v1/customers/update-config-v1-customers.ts +43 -0
- package/src/tools/v1/dashboards/get-embeddable-url-v1-dashboards.ts +120 -0
- package/src/tools/v1/invoices/regenerate-v1-invoices.ts +35 -0
- package/src/tools/v1/invoices/void-v1-invoices.ts +35 -0
- package/src/tools/v1/plans/get-details-v1-plans.ts +34 -0
- package/src/tools/v1/plans/list-charges-v1-plans.ts +42 -0
- package/src/tools/v1/plans/list-customers-v1-plans.ts +49 -0
- package/src/tools/v1/plans/list-v1-plans.ts +39 -0
- package/src/tools/v1/pricing-units/list-v1-pricing-units.ts +39 -0
- package/src/tools/v1/services/list-v1-services.ts +30 -0
- package/src/tools/v1/usage/ingest-v1-usage.ts +57 -0
- package/src/tools/v1/usage/list-v1-usage.ts +90 -0
- package/src/tools/v1/usage/list-with-groups-v1-usage.ts +83 -0
- package/src/tools/v2/contracts/edit-commit-v2-contracts.ts +218 -0
- package/src/tools/v2/contracts/edit-credit-v2-contracts.ts +149 -0
- package/src/tools/v2/contracts/edit-v2-contracts.ts +2144 -0
- package/src/tools/v2/contracts/get-edit-history-v2-contracts.ts +38 -0
- package/src/tools/v2/contracts/list-v2-contracts.ts +61 -0
- package/src/tools/v2/contracts/retrieve-v2-contracts.ts +53 -0
- package/src/tools.ts +1 -0
- package/src/tsconfig.json +11 -0
- package/tools/index.d.mts +24 -0
- package/tools/index.d.mts.map +1 -0
- package/tools/index.d.ts +24 -0
- package/tools/index.d.ts.map +1 -0
- package/tools/index.js +250 -0
- package/tools/index.js.map +1 -0
- package/tools/index.mjs +243 -0
- package/tools/index.mjs.map +1 -0
- package/tools/v1/alerts/archive-v1-alerts.d.mts +32 -0
- package/tools/v1/alerts/archive-v1-alerts.d.mts.map +1 -0
- package/tools/v1/alerts/archive-v1-alerts.d.ts +32 -0
- package/tools/v1/alerts/archive-v1-alerts.d.ts.map +1 -0
- package/tools/v1/alerts/archive-v1-alerts.js +36 -0
- package/tools/v1/alerts/archive-v1-alerts.js.map +1 -0
- package/tools/v1/alerts/archive-v1-alerts.mjs +32 -0
- package/tools/v1/alerts/archive-v1-alerts.mjs.map +1 -0
- package/tools/v1/alerts/create-v1-alerts.d.mts +32 -0
- package/tools/v1/alerts/create-v1-alerts.d.mts.map +1 -0
- package/tools/v1/alerts/create-v1-alerts.d.ts +32 -0
- package/tools/v1/alerts/create-v1-alerts.d.ts.map +1 -0
- package/tools/v1/alerts/create-v1-alerts.js +126 -0
- package/tools/v1/alerts/create-v1-alerts.js.map +1 -0
- package/tools/v1/alerts/create-v1-alerts.mjs +122 -0
- package/tools/v1/alerts/create-v1-alerts.mjs.map +1 -0
- package/tools/v1/audit-logs/list-v1-audit-logs.d.mts +32 -0
- package/tools/v1/audit-logs/list-v1-audit-logs.d.mts.map +1 -0
- package/tools/v1/audit-logs/list-v1-audit-logs.d.ts +32 -0
- package/tools/v1/audit-logs/list-v1-audit-logs.d.ts.map +1 -0
- package/tools/v1/audit-logs/list-v1-audit-logs.js +59 -0
- package/tools/v1/audit-logs/list-v1-audit-logs.js.map +1 -0
- package/tools/v1/audit-logs/list-v1-audit-logs.mjs +55 -0
- package/tools/v1/audit-logs/list-v1-audit-logs.mjs.map +1 -0
- package/tools/v1/billable-metrics/archive-v1-billable-metrics.d.mts +32 -0
- package/tools/v1/billable-metrics/archive-v1-billable-metrics.d.mts.map +1 -0
- package/tools/v1/billable-metrics/archive-v1-billable-metrics.d.ts +32 -0
- package/tools/v1/billable-metrics/archive-v1-billable-metrics.d.ts.map +1 -0
- package/tools/v1/billable-metrics/archive-v1-billable-metrics.js +31 -0
- package/tools/v1/billable-metrics/archive-v1-billable-metrics.js.map +1 -0
- package/tools/v1/billable-metrics/archive-v1-billable-metrics.mjs +27 -0
- package/tools/v1/billable-metrics/archive-v1-billable-metrics.mjs.map +1 -0
- package/tools/v1/billable-metrics/create-v1-billable-metrics.d.mts +32 -0
- package/tools/v1/billable-metrics/create-v1-billable-metrics.d.mts.map +1 -0
- package/tools/v1/billable-metrics/create-v1-billable-metrics.d.ts +32 -0
- package/tools/v1/billable-metrics/create-v1-billable-metrics.d.ts.map +1 -0
- package/tools/v1/billable-metrics/create-v1-billable-metrics.js +120 -0
- package/tools/v1/billable-metrics/create-v1-billable-metrics.js.map +1 -0
- package/tools/v1/billable-metrics/create-v1-billable-metrics.mjs +116 -0
- package/tools/v1/billable-metrics/create-v1-billable-metrics.mjs.map +1 -0
- package/tools/v1/billable-metrics/list-v1-billable-metrics.d.mts +32 -0
- package/tools/v1/billable-metrics/list-v1-billable-metrics.d.mts.map +1 -0
- package/tools/v1/billable-metrics/list-v1-billable-metrics.d.ts +32 -0
- package/tools/v1/billable-metrics/list-v1-billable-metrics.d.ts.map +1 -0
- package/tools/v1/billable-metrics/list-v1-billable-metrics.js +40 -0
- package/tools/v1/billable-metrics/list-v1-billable-metrics.js.map +1 -0
- package/tools/v1/billable-metrics/list-v1-billable-metrics.mjs +36 -0
- package/tools/v1/billable-metrics/list-v1-billable-metrics.mjs.map +1 -0
- package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.d.mts +32 -0
- package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.d.mts.map +1 -0
- package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.d.ts +32 -0
- package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.d.ts.map +1 -0
- package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.js +31 -0
- package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.js.map +1 -0
- package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.mjs +27 -0
- package/tools/v1/billable-metrics/retrieve-v1-billable-metrics.mjs.map +1 -0
- package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.d.mts +32 -0
- package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.d.mts.map +1 -0
- package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.d.ts +32 -0
- package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.d.ts.map +1 -0
- package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.js +57 -0
- package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.js.map +1 -0
- package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.mjs +53 -0
- package/tools/v1/contracts/add-manual-balance-entry-v1-contracts.mjs.map +1 -0
- package/tools/v1/contracts/amend-v1-contracts.d.mts +32 -0
- package/tools/v1/contracts/amend-v1-contracts.d.mts.map +1 -0
- package/tools/v1/contracts/amend-v1-contracts.d.ts +32 -0
- package/tools/v1/contracts/amend-v1-contracts.d.ts.map +1 -0
- package/tools/v1/contracts/amend-v1-contracts.js +872 -0
- package/tools/v1/contracts/amend-v1-contracts.js.map +1 -0
- package/tools/v1/contracts/amend-v1-contracts.mjs +868 -0
- package/tools/v1/contracts/amend-v1-contracts.mjs.map +1 -0
- package/tools/v1/contracts/archive-v1-contracts.d.mts +32 -0
- package/tools/v1/contracts/archive-v1-contracts.d.mts.map +1 -0
- package/tools/v1/contracts/archive-v1-contracts.d.ts +32 -0
- package/tools/v1/contracts/archive-v1-contracts.d.ts.map +1 -0
- package/tools/v1/contracts/archive-v1-contracts.js +40 -0
- package/tools/v1/contracts/archive-v1-contracts.js.map +1 -0
- package/tools/v1/contracts/archive-v1-contracts.mjs +36 -0
- package/tools/v1/contracts/archive-v1-contracts.mjs.map +1 -0
- package/tools/v1/contracts/create-historical-invoices-v1-contracts.d.mts +32 -0
- package/tools/v1/contracts/create-historical-invoices-v1-contracts.d.mts.map +1 -0
- package/tools/v1/contracts/create-historical-invoices-v1-contracts.d.ts +32 -0
- package/tools/v1/contracts/create-historical-invoices-v1-contracts.d.ts.map +1 -0
- package/tools/v1/contracts/create-historical-invoices-v1-contracts.js +130 -0
- package/tools/v1/contracts/create-historical-invoices-v1-contracts.js.map +1 -0
- package/tools/v1/contracts/create-historical-invoices-v1-contracts.mjs +126 -0
- package/tools/v1/contracts/create-historical-invoices-v1-contracts.mjs.map +1 -0
- package/tools/v1/contracts/create-v1-contracts.d.mts +32 -0
- package/tools/v1/contracts/create-v1-contracts.d.mts.map +1 -0
- package/tools/v1/contracts/create-v1-contracts.d.ts +32 -0
- package/tools/v1/contracts/create-v1-contracts.d.ts.map +1 -0
- package/tools/v1/contracts/create-v1-contracts.js +1499 -0
- package/tools/v1/contracts/create-v1-contracts.js.map +1 -0
- package/tools/v1/contracts/create-v1-contracts.mjs +1495 -0
- package/tools/v1/contracts/create-v1-contracts.mjs.map +1 -0
- package/tools/v1/contracts/list-balances-v1-contracts.d.mts +32 -0
- package/tools/v1/contracts/list-balances-v1-contracts.d.mts.map +1 -0
- package/tools/v1/contracts/list-balances-v1-contracts.d.ts +32 -0
- package/tools/v1/contracts/list-balances-v1-contracts.d.ts.map +1 -0
- package/tools/v1/contracts/list-balances-v1-contracts.js +69 -0
- package/tools/v1/contracts/list-balances-v1-contracts.js.map +1 -0
- package/tools/v1/contracts/list-balances-v1-contracts.mjs +65 -0
- package/tools/v1/contracts/list-balances-v1-contracts.mjs.map +1 -0
- package/tools/v1/contracts/list-v1-contracts.d.mts +32 -0
- package/tools/v1/contracts/list-v1-contracts.d.mts.map +1 -0
- package/tools/v1/contracts/list-v1-contracts.d.ts +32 -0
- package/tools/v1/contracts/list-v1-contracts.d.ts.map +1 -0
- package/tools/v1/contracts/list-v1-contracts.js +53 -0
- package/tools/v1/contracts/list-v1-contracts.js.map +1 -0
- package/tools/v1/contracts/list-v1-contracts.mjs +49 -0
- package/tools/v1/contracts/list-v1-contracts.mjs.map +1 -0
- package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.d.mts +32 -0
- package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.d.mts.map +1 -0
- package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.d.ts +32 -0
- package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.d.ts.map +1 -0
- package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.js +41 -0
- package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.js.map +1 -0
- package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.mjs +37 -0
- package/tools/v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules.mjs.map +1 -0
- package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.d.mts +32 -0
- package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.d.mts.map +1 -0
- package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.d.ts +32 -0
- package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.d.ts.map +1 -0
- package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.js +48 -0
- package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.js.map +1 -0
- package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.mjs +44 -0
- package/tools/v1/contracts/named-schedules/update-contracts-v1-named-schedules.mjs.map +1 -0
- package/tools/v1/contracts/products/archive-contracts-v1-products.d.mts +32 -0
- package/tools/v1/contracts/products/archive-contracts-v1-products.d.mts.map +1 -0
- package/tools/v1/contracts/products/archive-contracts-v1-products.d.ts +32 -0
- package/tools/v1/contracts/products/archive-contracts-v1-products.d.ts.map +1 -0
- package/tools/v1/contracts/products/archive-contracts-v1-products.js +32 -0
- package/tools/v1/contracts/products/archive-contracts-v1-products.js.map +1 -0
- package/tools/v1/contracts/products/archive-contracts-v1-products.mjs +28 -0
- package/tools/v1/contracts/products/archive-contracts-v1-products.mjs.map +1 -0
- package/tools/v1/contracts/products/create-contracts-v1-products.d.mts +32 -0
- package/tools/v1/contracts/products/create-contracts-v1-products.d.mts.map +1 -0
- package/tools/v1/contracts/products/create-contracts-v1-products.d.ts +32 -0
- package/tools/v1/contracts/products/create-contracts-v1-products.d.ts.map +1 -0
- package/tools/v1/contracts/products/create-contracts-v1-products.js +132 -0
- package/tools/v1/contracts/products/create-contracts-v1-products.js.map +1 -0
- package/tools/v1/contracts/products/create-contracts-v1-products.mjs +128 -0
- package/tools/v1/contracts/products/create-contracts-v1-products.mjs.map +1 -0
- package/tools/v1/contracts/products/list-contracts-v1-products.d.mts +32 -0
- package/tools/v1/contracts/products/list-contracts-v1-products.d.mts.map +1 -0
- package/tools/v1/contracts/products/list-contracts-v1-products.d.ts +32 -0
- package/tools/v1/contracts/products/list-contracts-v1-products.d.ts.map +1 -0
- package/tools/v1/contracts/products/list-contracts-v1-products.js +41 -0
- package/tools/v1/contracts/products/list-contracts-v1-products.js.map +1 -0
- package/tools/v1/contracts/products/list-contracts-v1-products.mjs +37 -0
- package/tools/v1/contracts/products/list-contracts-v1-products.mjs.map +1 -0
- package/tools/v1/contracts/products/retrieve-contracts-v1-products.d.mts +32 -0
- package/tools/v1/contracts/products/retrieve-contracts-v1-products.d.mts.map +1 -0
- package/tools/v1/contracts/products/retrieve-contracts-v1-products.d.ts +32 -0
- package/tools/v1/contracts/products/retrieve-contracts-v1-products.d.ts.map +1 -0
- package/tools/v1/contracts/products/retrieve-contracts-v1-products.js +31 -0
- package/tools/v1/contracts/products/retrieve-contracts-v1-products.js.map +1 -0
- package/tools/v1/contracts/products/retrieve-contracts-v1-products.mjs +27 -0
- package/tools/v1/contracts/products/retrieve-contracts-v1-products.mjs.map +1 -0
- package/tools/v1/contracts/products/update-contracts-v1-products.d.mts +32 -0
- package/tools/v1/contracts/products/update-contracts-v1-products.d.mts.map +1 -0
- package/tools/v1/contracts/products/update-contracts-v1-products.d.ts +32 -0
- package/tools/v1/contracts/products/update-contracts-v1-products.d.ts.map +1 -0
- package/tools/v1/contracts/products/update-contracts-v1-products.js +138 -0
- package/tools/v1/contracts/products/update-contracts-v1-products.js.map +1 -0
- package/tools/v1/contracts/products/update-contracts-v1-products.mjs +134 -0
- package/tools/v1/contracts/products/update-contracts-v1-products.mjs.map +1 -0
- package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.d.mts +32 -0
- package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.d.mts.map +1 -0
- package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.d.ts +32 -0
- package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.d.ts.map +1 -0
- package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.js +31 -0
- package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.js.map +1 -0
- package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.mjs +27 -0
- package/tools/v1/contracts/rate-cards/archive-contracts-v1-rate-cards.mjs.map +1 -0
- package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.d.mts +32 -0
- package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.d.mts.map +1 -0
- package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.d.ts +32 -0
- package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.d.ts.map +1 -0
- package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.js +79 -0
- package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.js.map +1 -0
- package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.mjs +75 -0
- package/tools/v1/contracts/rate-cards/create-contracts-v1-rate-cards.mjs.map +1 -0
- package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.d.mts +32 -0
- package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.d.mts.map +1 -0
- package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.d.ts +32 -0
- package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.d.ts.map +1 -0
- package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.js +39 -0
- package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.js.map +1 -0
- package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.mjs +35 -0
- package/tools/v1/contracts/rate-cards/list-contracts-v1-rate-cards.mjs.map +1 -0
- package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.d.mts +32 -0
- package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.d.mts.map +1 -0
- package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.d.ts +32 -0
- package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.d.ts.map +1 -0
- package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.js +45 -0
- package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.js.map +1 -0
- package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.mjs +41 -0
- package/tools/v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules.mjs.map +1 -0
- package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.d.mts +32 -0
- package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.d.mts.map +1 -0
- package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.d.ts +32 -0
- package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.d.ts.map +1 -0
- package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.js +52 -0
- package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.js.map +1 -0
- package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.mjs +48 -0
- package/tools/v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules.mjs.map +1 -0
- package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.d.mts +32 -0
- package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.d.mts.map +1 -0
- package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.d.ts +32 -0
- package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.d.ts.map +1 -0
- package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.js +38 -0
- package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.js.map +1 -0
- package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.mjs +34 -0
- package/tools/v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders.mjs.map +1 -0
- package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.d.mts +32 -0
- package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.d.mts.map +1 -0
- package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.d.ts +32 -0
- package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.d.ts.map +1 -0
- package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.js +49 -0
- package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.js.map +1 -0
- package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.mjs +45 -0
- package/tools/v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders.mjs.map +1 -0
- package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.d.mts +32 -0
- package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.d.mts.map +1 -0
- package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.d.ts +32 -0
- package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.d.ts.map +1 -0
- package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.js +137 -0
- package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.js.map +1 -0
- package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.mjs +133 -0
- package/tools/v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates.mjs.map +1 -0
- package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.d.mts +32 -0
- package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.d.mts.map +1 -0
- package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.d.ts +32 -0
- package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.d.ts.map +1 -0
- package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.js +129 -0
- package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.js.map +1 -0
- package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.mjs +125 -0
- package/tools/v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates.mjs.map +1 -0
- package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.d.mts +32 -0
- package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.d.mts.map +1 -0
- package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.d.ts +32 -0
- package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.d.ts.map +1 -0
- package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.js +79 -0
- package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.js.map +1 -0
- package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.mjs +75 -0
- package/tools/v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates.mjs.map +1 -0
- package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.d.mts +32 -0
- package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.d.mts.map +1 -0
- package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.d.ts +32 -0
- package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.d.ts.map +1 -0
- package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.js +31 -0
- package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.js.map +1 -0
- package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.mjs +27 -0
- package/tools/v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards.mjs.map +1 -0
- package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.d.mts +32 -0
- package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.d.mts.map +1 -0
- package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.d.ts +32 -0
- package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.d.ts.map +1 -0
- package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.js +77 -0
- package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.js.map +1 -0
- package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.mjs +73 -0
- package/tools/v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards.mjs.map +1 -0
- package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.d.mts +32 -0
- package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.d.mts.map +1 -0
- package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.d.ts +32 -0
- package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.d.ts.map +1 -0
- package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.js +60 -0
- package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.js.map +1 -0
- package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.mjs +56 -0
- package/tools/v1/contracts/rate-cards/update-contracts-v1-rate-cards.mjs.map +1 -0
- package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.d.mts +32 -0
- package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.d.mts.map +1 -0
- package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.d.ts +32 -0
- package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.d.ts.map +1 -0
- package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.js +83 -0
- package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.js.map +1 -0
- package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.mjs +79 -0
- package/tools/v1/contracts/retrieve-rate-schedule-v1-contracts.mjs.map +1 -0
- package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.d.mts +32 -0
- package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.d.mts.map +1 -0
- package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.d.ts +32 -0
- package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.d.ts.map +1 -0
- package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.js +37 -0
- package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.js.map +1 -0
- package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.mjs +33 -0
- package/tools/v1/contracts/retrieve-subscription-quantity-history-v1-contracts.mjs.map +1 -0
- package/tools/v1/contracts/retrieve-v1-contracts.d.mts +32 -0
- package/tools/v1/contracts/retrieve-v1-contracts.d.mts.map +1 -0
- package/tools/v1/contracts/retrieve-v1-contracts.d.ts +32 -0
- package/tools/v1/contracts/retrieve-v1-contracts.d.ts.map +1 -0
- package/tools/v1/contracts/retrieve-v1-contracts.js +42 -0
- package/tools/v1/contracts/retrieve-v1-contracts.js.map +1 -0
- package/tools/v1/contracts/retrieve-v1-contracts.mjs +38 -0
- package/tools/v1/contracts/retrieve-v1-contracts.mjs.map +1 -0
- package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.d.mts +32 -0
- package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.d.mts.map +1 -0
- package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.d.ts +32 -0
- package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.d.ts.map +1 -0
- package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.js +93 -0
- package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.js.map +1 -0
- package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.mjs +89 -0
- package/tools/v1/contracts/schedule-pro-services-invoice-v1-contracts.mjs.map +1 -0
- package/tools/v1/contracts/set-usage-filter-v1-contracts.d.mts +32 -0
- package/tools/v1/contracts/set-usage-filter-v1-contracts.d.mts.map +1 -0
- package/tools/v1/contracts/set-usage-filter-v1-contracts.d.ts +32 -0
- package/tools/v1/contracts/set-usage-filter-v1-contracts.d.ts.map +1 -0
- package/tools/v1/contracts/set-usage-filter-v1-contracts.js +47 -0
- package/tools/v1/contracts/set-usage-filter-v1-contracts.js.map +1 -0
- package/tools/v1/contracts/set-usage-filter-v1-contracts.mjs +43 -0
- package/tools/v1/contracts/set-usage-filter-v1-contracts.mjs.map +1 -0
- package/tools/v1/contracts/update-end-date-v1-contracts.d.mts +32 -0
- package/tools/v1/contracts/update-end-date-v1-contracts.d.mts.map +1 -0
- package/tools/v1/contracts/update-end-date-v1-contracts.d.ts +32 -0
- package/tools/v1/contracts/update-end-date-v1-contracts.d.ts.map +1 -0
- package/tools/v1/contracts/update-end-date-v1-contracts.js +45 -0
- package/tools/v1/contracts/update-end-date-v1-contracts.js.map +1 -0
- package/tools/v1/contracts/update-end-date-v1-contracts.mjs +41 -0
- package/tools/v1/contracts/update-end-date-v1-contracts.mjs.map +1 -0
- package/tools/v1/credit-grants/create-v1-credit-grants.d.mts +32 -0
- package/tools/v1/credit-grants/create-v1-credit-grants.d.mts.map +1 -0
- package/tools/v1/credit-grants/create-v1-credit-grants.d.ts +32 -0
- package/tools/v1/credit-grants/create-v1-credit-grants.d.ts.map +1 -0
- package/tools/v1/credit-grants/create-v1-credit-grants.js +162 -0
- package/tools/v1/credit-grants/create-v1-credit-grants.js.map +1 -0
- package/tools/v1/credit-grants/create-v1-credit-grants.mjs +158 -0
- package/tools/v1/credit-grants/create-v1-credit-grants.mjs.map +1 -0
- package/tools/v1/credit-grants/edit-v1-credit-grants.d.mts +32 -0
- package/tools/v1/credit-grants/edit-v1-credit-grants.d.mts.map +1 -0
- package/tools/v1/credit-grants/edit-v1-credit-grants.d.ts +32 -0
- package/tools/v1/credit-grants/edit-v1-credit-grants.d.ts.map +1 -0
- package/tools/v1/credit-grants/edit-v1-credit-grants.js +45 -0
- package/tools/v1/credit-grants/edit-v1-credit-grants.js.map +1 -0
- package/tools/v1/credit-grants/edit-v1-credit-grants.mjs +41 -0
- package/tools/v1/credit-grants/edit-v1-credit-grants.mjs.map +1 -0
- package/tools/v1/credit-grants/list-entries-v1-credit-grants.d.mts +32 -0
- package/tools/v1/credit-grants/list-entries-v1-credit-grants.d.mts.map +1 -0
- package/tools/v1/credit-grants/list-entries-v1-credit-grants.d.ts +32 -0
- package/tools/v1/credit-grants/list-entries-v1-credit-grants.d.ts.map +1 -0
- package/tools/v1/credit-grants/list-entries-v1-credit-grants.js +56 -0
- package/tools/v1/credit-grants/list-entries-v1-credit-grants.js.map +1 -0
- package/tools/v1/credit-grants/list-entries-v1-credit-grants.mjs +52 -0
- package/tools/v1/credit-grants/list-entries-v1-credit-grants.mjs.map +1 -0
- package/tools/v1/credit-grants/list-v1-credit-grants.d.mts +32 -0
- package/tools/v1/credit-grants/list-v1-credit-grants.d.mts.map +1 -0
- package/tools/v1/credit-grants/list-v1-credit-grants.d.ts +32 -0
- package/tools/v1/credit-grants/list-v1-credit-grants.d.ts.map +1 -0
- package/tools/v1/credit-grants/list-v1-credit-grants.js +67 -0
- package/tools/v1/credit-grants/list-v1-credit-grants.js.map +1 -0
- package/tools/v1/credit-grants/list-v1-credit-grants.mjs +63 -0
- package/tools/v1/credit-grants/list-v1-credit-grants.mjs.map +1 -0
- package/tools/v1/credit-grants/void-v1-credit-grants.d.mts +32 -0
- package/tools/v1/credit-grants/void-v1-credit-grants.d.mts.map +1 -0
- package/tools/v1/credit-grants/void-v1-credit-grants.d.ts +32 -0
- package/tools/v1/credit-grants/void-v1-credit-grants.d.ts.map +1 -0
- package/tools/v1/credit-grants/void-v1-credit-grants.js +39 -0
- package/tools/v1/credit-grants/void-v1-credit-grants.js.map +1 -0
- package/tools/v1/credit-grants/void-v1-credit-grants.mjs +35 -0
- package/tools/v1/credit-grants/void-v1-credit-grants.mjs.map +1 -0
- package/tools/v1/custom-fields/add-key-v1-custom-fields.d.mts +32 -0
- package/tools/v1/custom-fields/add-key-v1-custom-fields.d.mts.map +1 -0
- package/tools/v1/custom-fields/add-key-v1-custom-fields.d.ts +32 -0
- package/tools/v1/custom-fields/add-key-v1-custom-fields.d.ts.map +1 -0
- package/tools/v1/custom-fields/add-key-v1-custom-fields.js +57 -0
- package/tools/v1/custom-fields/add-key-v1-custom-fields.js.map +1 -0
- package/tools/v1/custom-fields/add-key-v1-custom-fields.mjs +53 -0
- package/tools/v1/custom-fields/add-key-v1-custom-fields.mjs.map +1 -0
- package/tools/v1/custom-fields/delete-values-v1-custom-fields.d.mts +32 -0
- package/tools/v1/custom-fields/delete-values-v1-custom-fields.d.mts.map +1 -0
- package/tools/v1/custom-fields/delete-values-v1-custom-fields.d.ts +32 -0
- package/tools/v1/custom-fields/delete-values-v1-custom-fields.d.ts.map +1 -0
- package/tools/v1/custom-fields/delete-values-v1-custom-fields.js +60 -0
- package/tools/v1/custom-fields/delete-values-v1-custom-fields.js.map +1 -0
- package/tools/v1/custom-fields/delete-values-v1-custom-fields.mjs +56 -0
- package/tools/v1/custom-fields/delete-values-v1-custom-fields.mjs.map +1 -0
- package/tools/v1/custom-fields/list-keys-v1-custom-fields.d.mts +32 -0
- package/tools/v1/custom-fields/list-keys-v1-custom-fields.d.mts.map +1 -0
- package/tools/v1/custom-fields/list-keys-v1-custom-fields.d.ts +32 -0
- package/tools/v1/custom-fields/list-keys-v1-custom-fields.d.ts.map +1 -0
- package/tools/v1/custom-fields/list-keys-v1-custom-fields.js +59 -0
- package/tools/v1/custom-fields/list-keys-v1-custom-fields.js.map +1 -0
- package/tools/v1/custom-fields/list-keys-v1-custom-fields.mjs +55 -0
- package/tools/v1/custom-fields/list-keys-v1-custom-fields.mjs.map +1 -0
- package/tools/v1/custom-fields/remove-key-v1-custom-fields.d.mts +32 -0
- package/tools/v1/custom-fields/remove-key-v1-custom-fields.d.mts.map +1 -0
- package/tools/v1/custom-fields/remove-key-v1-custom-fields.d.ts +32 -0
- package/tools/v1/custom-fields/remove-key-v1-custom-fields.d.ts.map +1 -0
- package/tools/v1/custom-fields/remove-key-v1-custom-fields.js +54 -0
- package/tools/v1/custom-fields/remove-key-v1-custom-fields.js.map +1 -0
- package/tools/v1/custom-fields/remove-key-v1-custom-fields.mjs +50 -0
- package/tools/v1/custom-fields/remove-key-v1-custom-fields.mjs.map +1 -0
- package/tools/v1/custom-fields/set-values-v1-custom-fields.d.mts +32 -0
- package/tools/v1/custom-fields/set-values-v1-custom-fields.d.mts.map +1 -0
- package/tools/v1/custom-fields/set-values-v1-custom-fields.d.ts +32 -0
- package/tools/v1/custom-fields/set-values-v1-custom-fields.d.ts.map +1 -0
- package/tools/v1/custom-fields/set-values-v1-custom-fields.js +57 -0
- package/tools/v1/custom-fields/set-values-v1-custom-fields.js.map +1 -0
- package/tools/v1/custom-fields/set-values-v1-custom-fields.mjs +53 -0
- package/tools/v1/custom-fields/set-values-v1-custom-fields.mjs.map +1 -0
- package/tools/v1/customers/alerts/list-customers-v1-alerts.d.mts +32 -0
- package/tools/v1/customers/alerts/list-customers-v1-alerts.d.mts.map +1 -0
- package/tools/v1/customers/alerts/list-customers-v1-alerts.d.ts +32 -0
- package/tools/v1/customers/alerts/list-customers-v1-alerts.d.ts.map +1 -0
- package/tools/v1/customers/alerts/list-customers-v1-alerts.js +44 -0
- package/tools/v1/customers/alerts/list-customers-v1-alerts.js.map +1 -0
- package/tools/v1/customers/alerts/list-customers-v1-alerts.mjs +40 -0
- package/tools/v1/customers/alerts/list-customers-v1-alerts.mjs.map +1 -0
- package/tools/v1/customers/alerts/reset-customers-v1-alerts.d.mts +32 -0
- package/tools/v1/customers/alerts/reset-customers-v1-alerts.d.mts.map +1 -0
- package/tools/v1/customers/alerts/reset-customers-v1-alerts.d.ts +32 -0
- package/tools/v1/customers/alerts/reset-customers-v1-alerts.d.ts.map +1 -0
- package/tools/v1/customers/alerts/reset-customers-v1-alerts.js +36 -0
- package/tools/v1/customers/alerts/reset-customers-v1-alerts.js.map +1 -0
- package/tools/v1/customers/alerts/reset-customers-v1-alerts.mjs +32 -0
- package/tools/v1/customers/alerts/reset-customers-v1-alerts.mjs.map +1 -0
- package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.d.mts +32 -0
- package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.d.mts.map +1 -0
- package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.d.ts +32 -0
- package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.d.ts.map +1 -0
- package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.js +41 -0
- package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.js.map +1 -0
- package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.mjs +37 -0
- package/tools/v1/customers/alerts/retrieve-customers-v1-alerts.mjs.map +1 -0
- package/tools/v1/customers/archive-v1-customers.d.mts +32 -0
- package/tools/v1/customers/archive-v1-customers.d.mts.map +1 -0
- package/tools/v1/customers/archive-v1-customers.d.ts +32 -0
- package/tools/v1/customers/archive-v1-customers.d.ts.map +1 -0
- package/tools/v1/customers/archive-v1-customers.js +31 -0
- package/tools/v1/customers/archive-v1-customers.js.map +1 -0
- package/tools/v1/customers/archive-v1-customers.mjs +27 -0
- package/tools/v1/customers/archive-v1-customers.mjs.map +1 -0
- package/tools/v1/customers/billing-config/create-customers-v1-billing-config.d.mts +32 -0
- package/tools/v1/customers/billing-config/create-customers-v1-billing-config.d.mts.map +1 -0
- package/tools/v1/customers/billing-config/create-customers-v1-billing-config.d.ts +32 -0
- package/tools/v1/customers/billing-config/create-customers-v1-billing-config.d.ts.map +1 -0
- package/tools/v1/customers/billing-config/create-customers-v1-billing-config.js +85 -0
- package/tools/v1/customers/billing-config/create-customers-v1-billing-config.js.map +1 -0
- package/tools/v1/customers/billing-config/create-customers-v1-billing-config.mjs +81 -0
- package/tools/v1/customers/billing-config/create-customers-v1-billing-config.mjs.map +1 -0
- package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.d.mts +32 -0
- package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.d.mts.map +1 -0
- package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.d.ts +32 -0
- package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.d.ts.map +1 -0
- package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.js +44 -0
- package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.js.map +1 -0
- package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.mjs +40 -0
- package/tools/v1/customers/billing-config/delete-customers-v1-billing-config.mjs.map +1 -0
- package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.d.mts +32 -0
- package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.d.mts.map +1 -0
- package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.d.ts +32 -0
- package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.d.ts.map +1 -0
- package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.js +44 -0
- package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.js.map +1 -0
- package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.mjs +40 -0
- package/tools/v1/customers/billing-config/retrieve-customers-v1-billing-config.mjs.map +1 -0
- package/tools/v1/customers/commits/create-customers-v1-commits.d.mts +32 -0
- package/tools/v1/customers/commits/create-customers-v1-commits.d.mts.map +1 -0
- package/tools/v1/customers/commits/create-customers-v1-commits.d.ts +32 -0
- package/tools/v1/customers/commits/create-customers-v1-commits.d.ts.map +1 -0
- package/tools/v1/customers/commits/create-customers-v1-commits.js +230 -0
- package/tools/v1/customers/commits/create-customers-v1-commits.js.map +1 -0
- package/tools/v1/customers/commits/create-customers-v1-commits.mjs +226 -0
- package/tools/v1/customers/commits/create-customers-v1-commits.mjs.map +1 -0
- package/tools/v1/customers/commits/list-customers-v1-commits.d.mts +32 -0
- package/tools/v1/customers/commits/list-customers-v1-commits.d.mts.map +1 -0
- package/tools/v1/customers/commits/list-customers-v1-commits.d.ts +32 -0
- package/tools/v1/customers/commits/list-customers-v1-commits.d.ts.map +1 -0
- package/tools/v1/customers/commits/list-customers-v1-commits.js +69 -0
- package/tools/v1/customers/commits/list-customers-v1-commits.js.map +1 -0
- package/tools/v1/customers/commits/list-customers-v1-commits.mjs +65 -0
- package/tools/v1/customers/commits/list-customers-v1-commits.mjs.map +1 -0
- package/tools/v1/customers/commits/update-end-date-customers-v1-commits.d.mts +32 -0
- package/tools/v1/customers/commits/update-end-date-customers-v1-commits.d.mts.map +1 -0
- package/tools/v1/customers/commits/update-end-date-customers-v1-commits.d.ts +32 -0
- package/tools/v1/customers/commits/update-end-date-customers-v1-commits.d.ts.map +1 -0
- package/tools/v1/customers/commits/update-end-date-customers-v1-commits.js +46 -0
- package/tools/v1/customers/commits/update-end-date-customers-v1-commits.js.map +1 -0
- package/tools/v1/customers/commits/update-end-date-customers-v1-commits.mjs +42 -0
- package/tools/v1/customers/commits/update-end-date-customers-v1-commits.mjs.map +1 -0
- package/tools/v1/customers/create-v1-customers.d.mts +32 -0
- package/tools/v1/customers/create-v1-customers.d.mts.map +1 -0
- package/tools/v1/customers/create-v1-customers.d.ts +32 -0
- package/tools/v1/customers/create-v1-customers.d.ts.map +1 -0
- package/tools/v1/customers/create-v1-customers.js +136 -0
- package/tools/v1/customers/create-v1-customers.js.map +1 -0
- package/tools/v1/customers/create-v1-customers.mjs +132 -0
- package/tools/v1/customers/create-v1-customers.mjs.map +1 -0
- package/tools/v1/customers/credits/create-customers-v1-credits.d.mts +32 -0
- package/tools/v1/customers/credits/create-customers-v1-credits.d.mts.map +1 -0
- package/tools/v1/customers/credits/create-customers-v1-credits.d.ts +32 -0
- package/tools/v1/customers/credits/create-customers-v1-credits.d.ts.map +1 -0
- package/tools/v1/customers/credits/create-customers-v1-credits.js +146 -0
- package/tools/v1/customers/credits/create-customers-v1-credits.js.map +1 -0
- package/tools/v1/customers/credits/create-customers-v1-credits.mjs +142 -0
- package/tools/v1/customers/credits/create-customers-v1-credits.mjs.map +1 -0
- package/tools/v1/customers/credits/list-customers-v1-credits.d.mts +32 -0
- package/tools/v1/customers/credits/list-customers-v1-credits.d.mts.map +1 -0
- package/tools/v1/customers/credits/list-customers-v1-credits.d.ts +32 -0
- package/tools/v1/customers/credits/list-customers-v1-credits.d.ts.map +1 -0
- package/tools/v1/customers/credits/list-customers-v1-credits.js +69 -0
- package/tools/v1/customers/credits/list-customers-v1-credits.js.map +1 -0
- package/tools/v1/customers/credits/list-customers-v1-credits.mjs +65 -0
- package/tools/v1/customers/credits/list-customers-v1-credits.mjs.map +1 -0
- package/tools/v1/customers/credits/update-end-date-customers-v1-credits.d.mts +32 -0
- package/tools/v1/customers/credits/update-end-date-customers-v1-credits.d.mts.map +1 -0
- package/tools/v1/customers/credits/update-end-date-customers-v1-credits.d.ts +32 -0
- package/tools/v1/customers/credits/update-end-date-customers-v1-credits.d.ts.map +1 -0
- package/tools/v1/customers/credits/update-end-date-customers-v1-credits.js +41 -0
- package/tools/v1/customers/credits/update-end-date-customers-v1-credits.js.map +1 -0
- package/tools/v1/customers/credits/update-end-date-customers-v1-credits.mjs +37 -0
- package/tools/v1/customers/credits/update-end-date-customers-v1-credits.mjs.map +1 -0
- package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.d.mts +32 -0
- package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.d.mts.map +1 -0
- package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.d.ts +32 -0
- package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.d.ts.map +1 -0
- package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.js +54 -0
- package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.js.map +1 -0
- package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.mjs +50 -0
- package/tools/v1/customers/invoices/add-charge-customers-v1-invoices.mjs.map +1 -0
- package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.d.mts +32 -0
- package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.d.mts.map +1 -0
- package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.d.ts +32 -0
- package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.d.ts.map +1 -0
- package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.js +71 -0
- package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.js.map +1 -0
- package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.mjs +67 -0
- package/tools/v1/customers/invoices/list-breakdowns-customers-v1-invoices.mjs.map +1 -0
- package/tools/v1/customers/invoices/list-customers-v1-invoices.d.mts +32 -0
- package/tools/v1/customers/invoices/list-customers-v1-invoices.d.mts.map +1 -0
- package/tools/v1/customers/invoices/list-customers-v1-invoices.d.ts +32 -0
- package/tools/v1/customers/invoices/list-customers-v1-invoices.d.ts.map +1 -0
- package/tools/v1/customers/invoices/list-customers-v1-invoices.js +66 -0
- package/tools/v1/customers/invoices/list-customers-v1-invoices.js.map +1 -0
- package/tools/v1/customers/invoices/list-customers-v1-invoices.mjs +62 -0
- package/tools/v1/customers/invoices/list-customers-v1-invoices.mjs.map +1 -0
- package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.d.mts +32 -0
- package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.d.mts.map +1 -0
- package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.d.ts +32 -0
- package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.d.ts.map +1 -0
- package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.js +38 -0
- package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.js.map +1 -0
- package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.mjs +34 -0
- package/tools/v1/customers/invoices/retrieve-customers-v1-invoices.mjs.map +1 -0
- package/tools/v1/customers/list-billable-metrics-v1-customers.d.mts +32 -0
- package/tools/v1/customers/list-billable-metrics-v1-customers.d.mts.map +1 -0
- package/tools/v1/customers/list-billable-metrics-v1-customers.d.ts +32 -0
- package/tools/v1/customers/list-billable-metrics-v1-customers.d.ts.map +1 -0
- package/tools/v1/customers/list-billable-metrics-v1-customers.js +47 -0
- package/tools/v1/customers/list-billable-metrics-v1-customers.js.map +1 -0
- package/tools/v1/customers/list-billable-metrics-v1-customers.mjs +43 -0
- package/tools/v1/customers/list-billable-metrics-v1-customers.mjs.map +1 -0
- package/tools/v1/customers/list-costs-v1-customers.d.mts +32 -0
- package/tools/v1/customers/list-costs-v1-customers.d.mts.map +1 -0
- package/tools/v1/customers/list-costs-v1-customers.d.ts +32 -0
- package/tools/v1/customers/list-costs-v1-customers.d.ts.map +1 -0
- package/tools/v1/customers/list-costs-v1-customers.js +49 -0
- package/tools/v1/customers/list-costs-v1-customers.js.map +1 -0
- package/tools/v1/customers/list-costs-v1-customers.mjs +45 -0
- package/tools/v1/customers/list-costs-v1-customers.mjs.map +1 -0
- package/tools/v1/customers/list-v1-customers.d.mts +32 -0
- package/tools/v1/customers/list-v1-customers.d.mts.map +1 -0
- package/tools/v1/customers/list-v1-customers.d.ts +32 -0
- package/tools/v1/customers/list-v1-customers.d.ts.map +1 -0
- package/tools/v1/customers/list-v1-customers.js +58 -0
- package/tools/v1/customers/list-v1-customers.js.map +1 -0
- package/tools/v1/customers/list-v1-customers.mjs +54 -0
- package/tools/v1/customers/list-v1-customers.mjs.map +1 -0
- package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.d.mts +32 -0
- package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.d.mts.map +1 -0
- package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.d.ts +32 -0
- package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.d.ts.map +1 -0
- package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.js +41 -0
- package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.js.map +1 -0
- package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.mjs +37 -0
- package/tools/v1/customers/named-schedules/retrieve-customers-v1-named-schedules.mjs.map +1 -0
- package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.d.mts +32 -0
- package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.d.mts.map +1 -0
- package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.d.ts +32 -0
- package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.d.ts.map +1 -0
- package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.js +48 -0
- package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.js.map +1 -0
- package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.mjs +44 -0
- package/tools/v1/customers/named-schedules/update-customers-v1-named-schedules.mjs.map +1 -0
- package/tools/v1/customers/plans/add-customers-v1-plans.d.mts +32 -0
- package/tools/v1/customers/plans/add-customers-v1-plans.d.mts.map +1 -0
- package/tools/v1/customers/plans/add-customers-v1-plans.d.ts +32 -0
- package/tools/v1/customers/plans/add-customers-v1-plans.d.ts.map +1 -0
- package/tools/v1/customers/plans/add-customers-v1-plans.js +126 -0
- package/tools/v1/customers/plans/add-customers-v1-plans.js.map +1 -0
- package/tools/v1/customers/plans/add-customers-v1-plans.mjs +122 -0
- package/tools/v1/customers/plans/add-customers-v1-plans.mjs.map +1 -0
- package/tools/v1/customers/plans/end-customers-v1-plans.d.mts +32 -0
- package/tools/v1/customers/plans/end-customers-v1-plans.d.mts.map +1 -0
- package/tools/v1/customers/plans/end-customers-v1-plans.d.ts +32 -0
- package/tools/v1/customers/plans/end-customers-v1-plans.d.ts.map +1 -0
- package/tools/v1/customers/plans/end-customers-v1-plans.js +47 -0
- package/tools/v1/customers/plans/end-customers-v1-plans.js.map +1 -0
- package/tools/v1/customers/plans/end-customers-v1-plans.mjs +43 -0
- package/tools/v1/customers/plans/end-customers-v1-plans.mjs.map +1 -0
- package/tools/v1/customers/plans/list-customers-v1-plans.d.mts +32 -0
- package/tools/v1/customers/plans/list-customers-v1-plans.d.mts.map +1 -0
- package/tools/v1/customers/plans/list-customers-v1-plans.d.ts +32 -0
- package/tools/v1/customers/plans/list-customers-v1-plans.d.ts.map +1 -0
- package/tools/v1/customers/plans/list-customers-v1-plans.js +39 -0
- package/tools/v1/customers/plans/list-customers-v1-plans.js.map +1 -0
- package/tools/v1/customers/plans/list-customers-v1-plans.mjs +35 -0
- package/tools/v1/customers/plans/list-customers-v1-plans.mjs.map +1 -0
- package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.d.mts +32 -0
- package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.d.mts.map +1 -0
- package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.d.ts +32 -0
- package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.d.ts.map +1 -0
- package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.js +42 -0
- package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.js.map +1 -0
- package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.mjs +38 -0
- package/tools/v1/customers/plans/list-price-adjustments-customers-v1-plans.mjs.map +1 -0
- package/tools/v1/customers/retrieve-v1-customers.d.mts +32 -0
- package/tools/v1/customers/retrieve-v1-customers.d.mts.map +1 -0
- package/tools/v1/customers/retrieve-v1-customers.d.ts +32 -0
- package/tools/v1/customers/retrieve-v1-customers.d.ts.map +1 -0
- package/tools/v1/customers/retrieve-v1-customers.js +31 -0
- package/tools/v1/customers/retrieve-v1-customers.js.map +1 -0
- package/tools/v1/customers/retrieve-v1-customers.mjs +27 -0
- package/tools/v1/customers/retrieve-v1-customers.mjs.map +1 -0
- package/tools/v1/customers/set-ingest-aliases-v1-customers.d.mts +32 -0
- package/tools/v1/customers/set-ingest-aliases-v1-customers.d.mts.map +1 -0
- package/tools/v1/customers/set-ingest-aliases-v1-customers.d.ts +32 -0
- package/tools/v1/customers/set-ingest-aliases-v1-customers.d.ts.map +1 -0
- package/tools/v1/customers/set-ingest-aliases-v1-customers.js +37 -0
- package/tools/v1/customers/set-ingest-aliases-v1-customers.js.map +1 -0
- package/tools/v1/customers/set-ingest-aliases-v1-customers.mjs +33 -0
- package/tools/v1/customers/set-ingest-aliases-v1-customers.mjs.map +1 -0
- package/tools/v1/customers/set-name-v1-customers.d.mts +32 -0
- package/tools/v1/customers/set-name-v1-customers.d.mts.map +1 -0
- package/tools/v1/customers/set-name-v1-customers.d.ts +32 -0
- package/tools/v1/customers/set-name-v1-customers.d.ts.map +1 -0
- package/tools/v1/customers/set-name-v1-customers.js +35 -0
- package/tools/v1/customers/set-name-v1-customers.js.map +1 -0
- package/tools/v1/customers/set-name-v1-customers.mjs +31 -0
- package/tools/v1/customers/set-name-v1-customers.mjs.map +1 -0
- package/tools/v1/customers/update-config-v1-customers.d.mts +32 -0
- package/tools/v1/customers/update-config-v1-customers.d.mts.map +1 -0
- package/tools/v1/customers/update-config-v1-customers.d.ts +32 -0
- package/tools/v1/customers/update-config-v1-customers.d.ts.map +1 -0
- package/tools/v1/customers/update-config-v1-customers.js +39 -0
- package/tools/v1/customers/update-config-v1-customers.js.map +1 -0
- package/tools/v1/customers/update-config-v1-customers.mjs +35 -0
- package/tools/v1/customers/update-config-v1-customers.mjs.map +1 -0
- package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.d.mts +32 -0
- package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.d.mts.map +1 -0
- package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.d.ts +32 -0
- package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.d.ts.map +1 -0
- package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.js +115 -0
- package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.js.map +1 -0
- package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.mjs +111 -0
- package/tools/v1/dashboards/get-embeddable-url-v1-dashboards.mjs.map +1 -0
- package/tools/v1/invoices/regenerate-v1-invoices.d.mts +32 -0
- package/tools/v1/invoices/regenerate-v1-invoices.d.mts.map +1 -0
- package/tools/v1/invoices/regenerate-v1-invoices.d.ts +32 -0
- package/tools/v1/invoices/regenerate-v1-invoices.d.ts.map +1 -0
- package/tools/v1/invoices/regenerate-v1-invoices.js +32 -0
- package/tools/v1/invoices/regenerate-v1-invoices.js.map +1 -0
- package/tools/v1/invoices/regenerate-v1-invoices.mjs +28 -0
- package/tools/v1/invoices/regenerate-v1-invoices.mjs.map +1 -0
- package/tools/v1/invoices/void-v1-invoices.d.mts +32 -0
- package/tools/v1/invoices/void-v1-invoices.d.mts.map +1 -0
- package/tools/v1/invoices/void-v1-invoices.d.ts +32 -0
- package/tools/v1/invoices/void-v1-invoices.d.ts.map +1 -0
- package/tools/v1/invoices/void-v1-invoices.js +32 -0
- package/tools/v1/invoices/void-v1-invoices.js.map +1 -0
- package/tools/v1/invoices/void-v1-invoices.mjs +28 -0
- package/tools/v1/invoices/void-v1-invoices.mjs.map +1 -0
- package/tools/v1/plans/get-details-v1-plans.d.mts +32 -0
- package/tools/v1/plans/get-details-v1-plans.d.mts.map +1 -0
- package/tools/v1/plans/get-details-v1-plans.d.ts +32 -0
- package/tools/v1/plans/get-details-v1-plans.d.ts.map +1 -0
- package/tools/v1/plans/get-details-v1-plans.js +31 -0
- package/tools/v1/plans/get-details-v1-plans.js.map +1 -0
- package/tools/v1/plans/get-details-v1-plans.mjs +27 -0
- package/tools/v1/plans/get-details-v1-plans.mjs.map +1 -0
- package/tools/v1/plans/list-charges-v1-plans.d.mts +32 -0
- package/tools/v1/plans/list-charges-v1-plans.d.mts.map +1 -0
- package/tools/v1/plans/list-charges-v1-plans.d.ts +32 -0
- package/tools/v1/plans/list-charges-v1-plans.d.ts.map +1 -0
- package/tools/v1/plans/list-charges-v1-plans.js +39 -0
- package/tools/v1/plans/list-charges-v1-plans.js.map +1 -0
- package/tools/v1/plans/list-charges-v1-plans.mjs +35 -0
- package/tools/v1/plans/list-charges-v1-plans.mjs.map +1 -0
- package/tools/v1/plans/list-customers-v1-plans.d.mts +32 -0
- package/tools/v1/plans/list-customers-v1-plans.d.mts.map +1 -0
- package/tools/v1/plans/list-customers-v1-plans.d.ts +32 -0
- package/tools/v1/plans/list-customers-v1-plans.d.ts.map +1 -0
- package/tools/v1/plans/list-customers-v1-plans.js +44 -0
- package/tools/v1/plans/list-customers-v1-plans.js.map +1 -0
- package/tools/v1/plans/list-customers-v1-plans.mjs +40 -0
- package/tools/v1/plans/list-customers-v1-plans.mjs.map +1 -0
- package/tools/v1/plans/list-v1-plans.d.mts +32 -0
- package/tools/v1/plans/list-v1-plans.d.mts.map +1 -0
- package/tools/v1/plans/list-v1-plans.d.ts +32 -0
- package/tools/v1/plans/list-v1-plans.d.ts.map +1 -0
- package/tools/v1/plans/list-v1-plans.js +36 -0
- package/tools/v1/plans/list-v1-plans.js.map +1 -0
- package/tools/v1/plans/list-v1-plans.mjs +32 -0
- package/tools/v1/plans/list-v1-plans.mjs.map +1 -0
- package/tools/v1/pricing-units/list-v1-pricing-units.d.mts +32 -0
- package/tools/v1/pricing-units/list-v1-pricing-units.d.mts.map +1 -0
- package/tools/v1/pricing-units/list-v1-pricing-units.d.ts +32 -0
- package/tools/v1/pricing-units/list-v1-pricing-units.d.ts.map +1 -0
- package/tools/v1/pricing-units/list-v1-pricing-units.js +36 -0
- package/tools/v1/pricing-units/list-v1-pricing-units.js.map +1 -0
- package/tools/v1/pricing-units/list-v1-pricing-units.mjs +32 -0
- package/tools/v1/pricing-units/list-v1-pricing-units.mjs.map +1 -0
- package/tools/v1/services/list-v1-services.d.mts +32 -0
- package/tools/v1/services/list-v1-services.d.mts.map +1 -0
- package/tools/v1/services/list-v1-services.d.ts +32 -0
- package/tools/v1/services/list-v1-services.d.ts.map +1 -0
- package/tools/v1/services/list-v1-services.js +26 -0
- package/tools/v1/services/list-v1-services.js.map +1 -0
- package/tools/v1/services/list-v1-services.mjs +22 -0
- package/tools/v1/services/list-v1-services.mjs.map +1 -0
- package/tools/v1/usage/ingest-v1-usage.d.mts +32 -0
- package/tools/v1/usage/ingest-v1-usage.d.mts.map +1 -0
- package/tools/v1/usage/ingest-v1-usage.d.ts +32 -0
- package/tools/v1/usage/ingest-v1-usage.d.ts.map +1 -0
- package/tools/v1/usage/ingest-v1-usage.js +53 -0
- package/tools/v1/usage/ingest-v1-usage.js.map +1 -0
- package/tools/v1/usage/ingest-v1-usage.mjs +49 -0
- package/tools/v1/usage/ingest-v1-usage.mjs.map +1 -0
- package/tools/v1/usage/list-v1-usage.d.mts +32 -0
- package/tools/v1/usage/list-v1-usage.d.mts.map +1 -0
- package/tools/v1/usage/list-v1-usage.d.ts +32 -0
- package/tools/v1/usage/list-v1-usage.d.ts.map +1 -0
- package/tools/v1/usage/list-v1-usage.js +82 -0
- package/tools/v1/usage/list-v1-usage.js.map +1 -0
- package/tools/v1/usage/list-v1-usage.mjs +78 -0
- package/tools/v1/usage/list-v1-usage.mjs.map +1 -0
- package/tools/v1/usage/list-with-groups-v1-usage.d.mts +32 -0
- package/tools/v1/usage/list-with-groups-v1-usage.d.mts.map +1 -0
- package/tools/v1/usage/list-with-groups-v1-usage.d.ts +32 -0
- package/tools/v1/usage/list-with-groups-v1-usage.d.ts.map +1 -0
- package/tools/v1/usage/list-with-groups-v1-usage.js +76 -0
- package/tools/v1/usage/list-with-groups-v1-usage.js.map +1 -0
- package/tools/v1/usage/list-with-groups-v1-usage.mjs +72 -0
- package/tools/v1/usage/list-with-groups-v1-usage.mjs.map +1 -0
- package/tools/v2/contracts/edit-commit-v2-contracts.d.mts +32 -0
- package/tools/v2/contracts/edit-commit-v2-contracts.d.mts.map +1 -0
- package/tools/v2/contracts/edit-commit-v2-contracts.d.ts +32 -0
- package/tools/v2/contracts/edit-commit-v2-contracts.d.ts.map +1 -0
- package/tools/v2/contracts/edit-commit-v2-contracts.js +210 -0
- package/tools/v2/contracts/edit-commit-v2-contracts.js.map +1 -0
- package/tools/v2/contracts/edit-commit-v2-contracts.mjs +206 -0
- package/tools/v2/contracts/edit-commit-v2-contracts.mjs.map +1 -0
- package/tools/v2/contracts/edit-credit-v2-contracts.d.mts +32 -0
- package/tools/v2/contracts/edit-credit-v2-contracts.d.mts.map +1 -0
- package/tools/v2/contracts/edit-credit-v2-contracts.d.ts +32 -0
- package/tools/v2/contracts/edit-credit-v2-contracts.d.ts.map +1 -0
- package/tools/v2/contracts/edit-credit-v2-contracts.js +141 -0
- package/tools/v2/contracts/edit-credit-v2-contracts.js.map +1 -0
- package/tools/v2/contracts/edit-credit-v2-contracts.mjs +137 -0
- package/tools/v2/contracts/edit-credit-v2-contracts.mjs.map +1 -0
- package/tools/v2/contracts/edit-v2-contracts.d.mts +32 -0
- package/tools/v2/contracts/edit-v2-contracts.d.mts.map +1 -0
- package/tools/v2/contracts/edit-v2-contracts.d.ts +32 -0
- package/tools/v2/contracts/edit-v2-contracts.d.ts.map +1 -0
- package/tools/v2/contracts/edit-v2-contracts.js +2024 -0
- package/tools/v2/contracts/edit-v2-contracts.js.map +1 -0
- package/tools/v2/contracts/edit-v2-contracts.mjs +2020 -0
- package/tools/v2/contracts/edit-v2-contracts.mjs.map +1 -0
- package/tools/v2/contracts/get-edit-history-v2-contracts.d.mts +32 -0
- package/tools/v2/contracts/get-edit-history-v2-contracts.d.mts.map +1 -0
- package/tools/v2/contracts/get-edit-history-v2-contracts.d.ts +32 -0
- package/tools/v2/contracts/get-edit-history-v2-contracts.d.ts.map +1 -0
- package/tools/v2/contracts/get-edit-history-v2-contracts.js +34 -0
- package/tools/v2/contracts/get-edit-history-v2-contracts.js.map +1 -0
- package/tools/v2/contracts/get-edit-history-v2-contracts.mjs +30 -0
- package/tools/v2/contracts/get-edit-history-v2-contracts.mjs.map +1 -0
- package/tools/v2/contracts/list-v2-contracts.d.mts +32 -0
- package/tools/v2/contracts/list-v2-contracts.d.mts.map +1 -0
- package/tools/v2/contracts/list-v2-contracts.d.ts +32 -0
- package/tools/v2/contracts/list-v2-contracts.d.ts.map +1 -0
- package/tools/v2/contracts/list-v2-contracts.js +53 -0
- package/tools/v2/contracts/list-v2-contracts.js.map +1 -0
- package/tools/v2/contracts/list-v2-contracts.mjs +49 -0
- package/tools/v2/contracts/list-v2-contracts.mjs.map +1 -0
- package/tools/v2/contracts/retrieve-v2-contracts.d.mts +32 -0
- package/tools/v2/contracts/retrieve-v2-contracts.d.mts.map +1 -0
- package/tools/v2/contracts/retrieve-v2-contracts.d.ts +32 -0
- package/tools/v2/contracts/retrieve-v2-contracts.d.ts.map +1 -0
- package/tools/v2/contracts/retrieve-v2-contracts.js +47 -0
- package/tools/v2/contracts/retrieve-v2-contracts.js.map +1 -0
- package/tools/v2/contracts/retrieve-v2-contracts.mjs +43 -0
- package/tools/v2/contracts/retrieve-v2-contracts.mjs.map +1 -0
- package/tools.d.mts +2 -0
- package/tools.d.mts.map +1 -0
- package/tools.d.ts +2 -0
- package/tools.d.ts.map +1 -0
- package/tools.js +18 -0
- package/tools.js.map +1 -0
- package/tools.mjs +2 -0
- package/tools.mjs.map +1 -0
|
@@ -0,0 +1,283 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import Metronome from '@metronome/sdk';
|
|
4
|
+
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
5
|
+
|
|
6
|
+
import retrieve_v2_contracts from './v2/contracts/retrieve-v2-contracts';
|
|
7
|
+
import list_v2_contracts from './v2/contracts/list-v2-contracts';
|
|
8
|
+
import edit_v2_contracts from './v2/contracts/edit-v2-contracts';
|
|
9
|
+
import edit_commit_v2_contracts from './v2/contracts/edit-commit-v2-contracts';
|
|
10
|
+
import edit_credit_v2_contracts from './v2/contracts/edit-credit-v2-contracts';
|
|
11
|
+
import get_edit_history_v2_contracts from './v2/contracts/get-edit-history-v2-contracts';
|
|
12
|
+
import create_v1_alerts from './v1/alerts/create-v1-alerts';
|
|
13
|
+
import archive_v1_alerts from './v1/alerts/archive-v1-alerts';
|
|
14
|
+
import list_v1_plans from './v1/plans/list-v1-plans';
|
|
15
|
+
import get_details_v1_plans from './v1/plans/get-details-v1-plans';
|
|
16
|
+
import list_charges_v1_plans from './v1/plans/list-charges-v1-plans';
|
|
17
|
+
import list_v1_plans_customers from './v1/plans/list-customers-v1-plans';
|
|
18
|
+
import create_v1_credit_grants from './v1/credit-grants/create-v1-credit-grants';
|
|
19
|
+
import list_v1_credit_grants from './v1/credit-grants/list-v1-credit-grants';
|
|
20
|
+
import edit_v1_credit_grants from './v1/credit-grants/edit-v1-credit-grants';
|
|
21
|
+
import list_entries_v1_credit_grants from './v1/credit-grants/list-entries-v1-credit-grants';
|
|
22
|
+
import void_v1_credit_grants from './v1/credit-grants/void-v1-credit-grants';
|
|
23
|
+
import list_v1_pricing_units from './v1/pricing-units/list-v1-pricing-units';
|
|
24
|
+
import create_v1_customers from './v1/customers/create-v1-customers';
|
|
25
|
+
import retrieve_v1_customers from './v1/customers/retrieve-v1-customers';
|
|
26
|
+
import list_v1_customers from './v1/customers/list-v1-customers';
|
|
27
|
+
import archive_v1_customers from './v1/customers/archive-v1-customers';
|
|
28
|
+
import list_billable_metrics_v1_customers from './v1/customers/list-billable-metrics-v1-customers';
|
|
29
|
+
import list_costs_v1_customers from './v1/customers/list-costs-v1-customers';
|
|
30
|
+
import set_ingest_aliases_v1_customers from './v1/customers/set-ingest-aliases-v1-customers';
|
|
31
|
+
import set_name_v1_customers from './v1/customers/set-name-v1-customers';
|
|
32
|
+
import update_config_v1_customers from './v1/customers/update-config-v1-customers';
|
|
33
|
+
import retrieve_customers_v1_alerts from './v1/customers/alerts/retrieve-customers-v1-alerts';
|
|
34
|
+
import list_customers_v1_alerts from './v1/customers/alerts/list-customers-v1-alerts';
|
|
35
|
+
import reset_customers_v1_alerts from './v1/customers/alerts/reset-customers-v1-alerts';
|
|
36
|
+
import list_customers_v1_plans from './v1/customers/plans/list-customers-v1-plans';
|
|
37
|
+
import add_customers_v1_plans from './v1/customers/plans/add-customers-v1-plans';
|
|
38
|
+
import end_customers_v1_plans from './v1/customers/plans/end-customers-v1-plans';
|
|
39
|
+
import list_price_adjustments_customers_v1_plans from './v1/customers/plans/list-price-adjustments-customers-v1-plans';
|
|
40
|
+
import retrieve_customers_v1_invoices from './v1/customers/invoices/retrieve-customers-v1-invoices';
|
|
41
|
+
import list_customers_v1_invoices from './v1/customers/invoices/list-customers-v1-invoices';
|
|
42
|
+
import add_charge_customers_v1_invoices from './v1/customers/invoices/add-charge-customers-v1-invoices';
|
|
43
|
+
import list_breakdowns_customers_v1_invoices from './v1/customers/invoices/list-breakdowns-customers-v1-invoices';
|
|
44
|
+
import create_customers_v1_billing_config from './v1/customers/billing-config/create-customers-v1-billing-config';
|
|
45
|
+
import retrieve_customers_v1_billing_config from './v1/customers/billing-config/retrieve-customers-v1-billing-config';
|
|
46
|
+
import delete_customers_v1_billing_config from './v1/customers/billing-config/delete-customers-v1-billing-config';
|
|
47
|
+
import create_customers_v1_commits from './v1/customers/commits/create-customers-v1-commits';
|
|
48
|
+
import list_customers_v1_commits from './v1/customers/commits/list-customers-v1-commits';
|
|
49
|
+
import update_end_date_customers_v1_commits from './v1/customers/commits/update-end-date-customers-v1-commits';
|
|
50
|
+
import create_customers_v1_credits from './v1/customers/credits/create-customers-v1-credits';
|
|
51
|
+
import list_customers_v1_credits from './v1/customers/credits/list-customers-v1-credits';
|
|
52
|
+
import update_end_date_customers_v1_credits from './v1/customers/credits/update-end-date-customers-v1-credits';
|
|
53
|
+
import retrieve_customers_v1_named_schedules from './v1/customers/named-schedules/retrieve-customers-v1-named-schedules';
|
|
54
|
+
import update_customers_v1_named_schedules from './v1/customers/named-schedules/update-customers-v1-named-schedules';
|
|
55
|
+
import get_embeddable_url_v1_dashboards from './v1/dashboards/get-embeddable-url-v1-dashboards';
|
|
56
|
+
import list_v1_usage from './v1/usage/list-v1-usage';
|
|
57
|
+
import ingest_v1_usage from './v1/usage/ingest-v1-usage';
|
|
58
|
+
import list_with_groups_v1_usage from './v1/usage/list-with-groups-v1-usage';
|
|
59
|
+
import list_v1_audit_logs from './v1/audit-logs/list-v1-audit-logs';
|
|
60
|
+
import add_key_v1_custom_fields from './v1/custom-fields/add-key-v1-custom-fields';
|
|
61
|
+
import delete_values_v1_custom_fields from './v1/custom-fields/delete-values-v1-custom-fields';
|
|
62
|
+
import list_keys_v1_custom_fields from './v1/custom-fields/list-keys-v1-custom-fields';
|
|
63
|
+
import remove_key_v1_custom_fields from './v1/custom-fields/remove-key-v1-custom-fields';
|
|
64
|
+
import set_values_v1_custom_fields from './v1/custom-fields/set-values-v1-custom-fields';
|
|
65
|
+
import create_v1_billable_metrics from './v1/billable-metrics/create-v1-billable-metrics';
|
|
66
|
+
import retrieve_v1_billable_metrics from './v1/billable-metrics/retrieve-v1-billable-metrics';
|
|
67
|
+
import list_v1_billable_metrics from './v1/billable-metrics/list-v1-billable-metrics';
|
|
68
|
+
import archive_v1_billable_metrics from './v1/billable-metrics/archive-v1-billable-metrics';
|
|
69
|
+
import list_v1_services from './v1/services/list-v1-services';
|
|
70
|
+
import regenerate_v1_invoices from './v1/invoices/regenerate-v1-invoices';
|
|
71
|
+
import void_v1_invoices from './v1/invoices/void-v1-invoices';
|
|
72
|
+
import create_v1_contracts from './v1/contracts/create-v1-contracts';
|
|
73
|
+
import retrieve_v1_contracts from './v1/contracts/retrieve-v1-contracts';
|
|
74
|
+
import list_v1_contracts from './v1/contracts/list-v1-contracts';
|
|
75
|
+
import add_manual_balance_entry_v1_contracts from './v1/contracts/add-manual-balance-entry-v1-contracts';
|
|
76
|
+
import amend_v1_contracts from './v1/contracts/amend-v1-contracts';
|
|
77
|
+
import archive_v1_contracts from './v1/contracts/archive-v1-contracts';
|
|
78
|
+
import create_historical_invoices_v1_contracts from './v1/contracts/create-historical-invoices-v1-contracts';
|
|
79
|
+
import list_balances_v1_contracts from './v1/contracts/list-balances-v1-contracts';
|
|
80
|
+
import retrieve_rate_schedule_v1_contracts from './v1/contracts/retrieve-rate-schedule-v1-contracts';
|
|
81
|
+
import retrieve_subscription_quantity_history_v1_contracts from './v1/contracts/retrieve-subscription-quantity-history-v1-contracts';
|
|
82
|
+
import schedule_pro_services_invoice_v1_contracts from './v1/contracts/schedule-pro-services-invoice-v1-contracts';
|
|
83
|
+
import set_usage_filter_v1_contracts from './v1/contracts/set-usage-filter-v1-contracts';
|
|
84
|
+
import update_end_date_v1_contracts from './v1/contracts/update-end-date-v1-contracts';
|
|
85
|
+
import create_contracts_v1_products from './v1/contracts/products/create-contracts-v1-products';
|
|
86
|
+
import retrieve_contracts_v1_products from './v1/contracts/products/retrieve-contracts-v1-products';
|
|
87
|
+
import update_contracts_v1_products from './v1/contracts/products/update-contracts-v1-products';
|
|
88
|
+
import list_contracts_v1_products from './v1/contracts/products/list-contracts-v1-products';
|
|
89
|
+
import archive_contracts_v1_products from './v1/contracts/products/archive-contracts-v1-products';
|
|
90
|
+
import create_contracts_v1_rate_cards from './v1/contracts/rate-cards/create-contracts-v1-rate-cards';
|
|
91
|
+
import retrieve_contracts_v1_rate_cards from './v1/contracts/rate-cards/retrieve-contracts-v1-rate-cards';
|
|
92
|
+
import update_contracts_v1_rate_cards from './v1/contracts/rate-cards/update-contracts-v1-rate-cards';
|
|
93
|
+
import list_contracts_v1_rate_cards from './v1/contracts/rate-cards/list-contracts-v1-rate-cards';
|
|
94
|
+
import archive_contracts_v1_rate_cards from './v1/contracts/rate-cards/archive-contracts-v1-rate-cards';
|
|
95
|
+
import retrieve_rate_schedule_contracts_v1_rate_cards from './v1/contracts/rate-cards/retrieve-rate-schedule-contracts-v1-rate-cards';
|
|
96
|
+
import update_rate_cards_contracts_v1_product_orders from './v1/contracts/rate-cards/product-orders/update-rate-cards-contracts-v1-product-orders';
|
|
97
|
+
import set_rate_cards_contracts_v1_product_orders from './v1/contracts/rate-cards/product-orders/set-rate-cards-contracts-v1-product-orders';
|
|
98
|
+
import list_rate_cards_contracts_v1_rates from './v1/contracts/rate-cards/rates/list-rate-cards-contracts-v1-rates';
|
|
99
|
+
import add_rate_cards_contracts_v1_rates from './v1/contracts/rate-cards/rates/add-rate-cards-contracts-v1-rates';
|
|
100
|
+
import add_many_rate_cards_contracts_v1_rates from './v1/contracts/rate-cards/rates/add-many-rate-cards-contracts-v1-rates';
|
|
101
|
+
import retrieve_rate_cards_contracts_v1_named_schedules from './v1/contracts/rate-cards/named-schedules/retrieve-rate-cards-contracts-v1-named-schedules';
|
|
102
|
+
import update_rate_cards_contracts_v1_named_schedules from './v1/contracts/rate-cards/named-schedules/update-rate-cards-contracts-v1-named-schedules';
|
|
103
|
+
import retrieve_contracts_v1_named_schedules from './v1/contracts/named-schedules/retrieve-contracts-v1-named-schedules';
|
|
104
|
+
import update_contracts_v1_named_schedules from './v1/contracts/named-schedules/update-contracts-v1-named-schedules';
|
|
105
|
+
|
|
106
|
+
export type HandlerFunction = (client: Metronome, args: Record<string, unknown> | undefined) => Promise<any>;
|
|
107
|
+
|
|
108
|
+
export type Metadata = {
|
|
109
|
+
resource: string;
|
|
110
|
+
operation: 'read' | 'write';
|
|
111
|
+
tags: string[];
|
|
112
|
+
|
|
113
|
+
httpMethod?: string;
|
|
114
|
+
httpPath?: string;
|
|
115
|
+
operationId?: string;
|
|
116
|
+
};
|
|
117
|
+
|
|
118
|
+
export type Endpoint = {
|
|
119
|
+
metadata: Metadata;
|
|
120
|
+
tool: Tool;
|
|
121
|
+
handler: HandlerFunction;
|
|
122
|
+
};
|
|
123
|
+
|
|
124
|
+
export const endpoints: Endpoint[] = [];
|
|
125
|
+
|
|
126
|
+
function addEndpoint(endpoint: Endpoint) {
|
|
127
|
+
endpoints.push(endpoint);
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
addEndpoint(retrieve_v2_contracts);
|
|
131
|
+
addEndpoint(list_v2_contracts);
|
|
132
|
+
addEndpoint(edit_v2_contracts);
|
|
133
|
+
addEndpoint(edit_commit_v2_contracts);
|
|
134
|
+
addEndpoint(edit_credit_v2_contracts);
|
|
135
|
+
addEndpoint(get_edit_history_v2_contracts);
|
|
136
|
+
addEndpoint(create_v1_alerts);
|
|
137
|
+
addEndpoint(archive_v1_alerts);
|
|
138
|
+
addEndpoint(list_v1_plans);
|
|
139
|
+
addEndpoint(get_details_v1_plans);
|
|
140
|
+
addEndpoint(list_charges_v1_plans);
|
|
141
|
+
addEndpoint(list_v1_plans_customers);
|
|
142
|
+
addEndpoint(create_v1_credit_grants);
|
|
143
|
+
addEndpoint(list_v1_credit_grants);
|
|
144
|
+
addEndpoint(edit_v1_credit_grants);
|
|
145
|
+
addEndpoint(list_entries_v1_credit_grants);
|
|
146
|
+
addEndpoint(void_v1_credit_grants);
|
|
147
|
+
addEndpoint(list_v1_pricing_units);
|
|
148
|
+
addEndpoint(create_v1_customers);
|
|
149
|
+
addEndpoint(retrieve_v1_customers);
|
|
150
|
+
addEndpoint(list_v1_customers);
|
|
151
|
+
addEndpoint(archive_v1_customers);
|
|
152
|
+
addEndpoint(list_billable_metrics_v1_customers);
|
|
153
|
+
addEndpoint(list_costs_v1_customers);
|
|
154
|
+
addEndpoint(set_ingest_aliases_v1_customers);
|
|
155
|
+
addEndpoint(set_name_v1_customers);
|
|
156
|
+
addEndpoint(update_config_v1_customers);
|
|
157
|
+
addEndpoint(retrieve_customers_v1_alerts);
|
|
158
|
+
addEndpoint(list_customers_v1_alerts);
|
|
159
|
+
addEndpoint(reset_customers_v1_alerts);
|
|
160
|
+
addEndpoint(list_customers_v1_plans);
|
|
161
|
+
addEndpoint(add_customers_v1_plans);
|
|
162
|
+
addEndpoint(end_customers_v1_plans);
|
|
163
|
+
addEndpoint(list_price_adjustments_customers_v1_plans);
|
|
164
|
+
addEndpoint(retrieve_customers_v1_invoices);
|
|
165
|
+
addEndpoint(list_customers_v1_invoices);
|
|
166
|
+
addEndpoint(add_charge_customers_v1_invoices);
|
|
167
|
+
addEndpoint(list_breakdowns_customers_v1_invoices);
|
|
168
|
+
addEndpoint(create_customers_v1_billing_config);
|
|
169
|
+
addEndpoint(retrieve_customers_v1_billing_config);
|
|
170
|
+
addEndpoint(delete_customers_v1_billing_config);
|
|
171
|
+
addEndpoint(create_customers_v1_commits);
|
|
172
|
+
addEndpoint(list_customers_v1_commits);
|
|
173
|
+
addEndpoint(update_end_date_customers_v1_commits);
|
|
174
|
+
addEndpoint(create_customers_v1_credits);
|
|
175
|
+
addEndpoint(list_customers_v1_credits);
|
|
176
|
+
addEndpoint(update_end_date_customers_v1_credits);
|
|
177
|
+
addEndpoint(retrieve_customers_v1_named_schedules);
|
|
178
|
+
addEndpoint(update_customers_v1_named_schedules);
|
|
179
|
+
addEndpoint(get_embeddable_url_v1_dashboards);
|
|
180
|
+
addEndpoint(list_v1_usage);
|
|
181
|
+
addEndpoint(ingest_v1_usage);
|
|
182
|
+
addEndpoint(list_with_groups_v1_usage);
|
|
183
|
+
addEndpoint(list_v1_audit_logs);
|
|
184
|
+
addEndpoint(add_key_v1_custom_fields);
|
|
185
|
+
addEndpoint(delete_values_v1_custom_fields);
|
|
186
|
+
addEndpoint(list_keys_v1_custom_fields);
|
|
187
|
+
addEndpoint(remove_key_v1_custom_fields);
|
|
188
|
+
addEndpoint(set_values_v1_custom_fields);
|
|
189
|
+
addEndpoint(create_v1_billable_metrics);
|
|
190
|
+
addEndpoint(retrieve_v1_billable_metrics);
|
|
191
|
+
addEndpoint(list_v1_billable_metrics);
|
|
192
|
+
addEndpoint(archive_v1_billable_metrics);
|
|
193
|
+
addEndpoint(list_v1_services);
|
|
194
|
+
addEndpoint(regenerate_v1_invoices);
|
|
195
|
+
addEndpoint(void_v1_invoices);
|
|
196
|
+
addEndpoint(create_v1_contracts);
|
|
197
|
+
addEndpoint(retrieve_v1_contracts);
|
|
198
|
+
addEndpoint(list_v1_contracts);
|
|
199
|
+
addEndpoint(add_manual_balance_entry_v1_contracts);
|
|
200
|
+
addEndpoint(amend_v1_contracts);
|
|
201
|
+
addEndpoint(archive_v1_contracts);
|
|
202
|
+
addEndpoint(create_historical_invoices_v1_contracts);
|
|
203
|
+
addEndpoint(list_balances_v1_contracts);
|
|
204
|
+
addEndpoint(retrieve_rate_schedule_v1_contracts);
|
|
205
|
+
addEndpoint(retrieve_subscription_quantity_history_v1_contracts);
|
|
206
|
+
addEndpoint(schedule_pro_services_invoice_v1_contracts);
|
|
207
|
+
addEndpoint(set_usage_filter_v1_contracts);
|
|
208
|
+
addEndpoint(update_end_date_v1_contracts);
|
|
209
|
+
addEndpoint(create_contracts_v1_products);
|
|
210
|
+
addEndpoint(retrieve_contracts_v1_products);
|
|
211
|
+
addEndpoint(update_contracts_v1_products);
|
|
212
|
+
addEndpoint(list_contracts_v1_products);
|
|
213
|
+
addEndpoint(archive_contracts_v1_products);
|
|
214
|
+
addEndpoint(create_contracts_v1_rate_cards);
|
|
215
|
+
addEndpoint(retrieve_contracts_v1_rate_cards);
|
|
216
|
+
addEndpoint(update_contracts_v1_rate_cards);
|
|
217
|
+
addEndpoint(list_contracts_v1_rate_cards);
|
|
218
|
+
addEndpoint(archive_contracts_v1_rate_cards);
|
|
219
|
+
addEndpoint(retrieve_rate_schedule_contracts_v1_rate_cards);
|
|
220
|
+
addEndpoint(update_rate_cards_contracts_v1_product_orders);
|
|
221
|
+
addEndpoint(set_rate_cards_contracts_v1_product_orders);
|
|
222
|
+
addEndpoint(list_rate_cards_contracts_v1_rates);
|
|
223
|
+
addEndpoint(add_rate_cards_contracts_v1_rates);
|
|
224
|
+
addEndpoint(add_many_rate_cards_contracts_v1_rates);
|
|
225
|
+
addEndpoint(retrieve_rate_cards_contracts_v1_named_schedules);
|
|
226
|
+
addEndpoint(update_rate_cards_contracts_v1_named_schedules);
|
|
227
|
+
addEndpoint(retrieve_contracts_v1_named_schedules);
|
|
228
|
+
addEndpoint(update_contracts_v1_named_schedules);
|
|
229
|
+
|
|
230
|
+
export type Filter = {
|
|
231
|
+
type: 'resource' | 'operation' | 'tag' | 'tool';
|
|
232
|
+
op: 'include' | 'exclude';
|
|
233
|
+
value: string;
|
|
234
|
+
};
|
|
235
|
+
|
|
236
|
+
export function query(filters: Filter[], endpoints: Endpoint[]): Endpoint[] {
|
|
237
|
+
const allExcludes = filters.length > 0 && filters.every((filter) => filter.op === 'exclude');
|
|
238
|
+
const unmatchedFilters = new Set(filters);
|
|
239
|
+
|
|
240
|
+
const filtered = endpoints.filter((endpoint: Endpoint) => {
|
|
241
|
+
let included = false || allExcludes;
|
|
242
|
+
|
|
243
|
+
for (const filter of filters) {
|
|
244
|
+
if (match(filter, endpoint)) {
|
|
245
|
+
unmatchedFilters.delete(filter);
|
|
246
|
+
included = filter.op === 'include';
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
return included;
|
|
251
|
+
});
|
|
252
|
+
|
|
253
|
+
// Check if any filters didn't match
|
|
254
|
+
if (unmatchedFilters.size > 0) {
|
|
255
|
+
throw new Error(
|
|
256
|
+
`The following filters did not match any endpoints: ${[...unmatchedFilters]
|
|
257
|
+
.map((f) => `${f.type}=${f.value}`)
|
|
258
|
+
.join(', ')}`,
|
|
259
|
+
);
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
return filtered;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
function match({ type, value }: Filter, endpoint: Endpoint): boolean {
|
|
266
|
+
switch (type) {
|
|
267
|
+
case 'resource': {
|
|
268
|
+
const regexStr = '^' + normalizeResource(value).replace(/\*/g, '.*') + '$';
|
|
269
|
+
const regex = new RegExp(regexStr);
|
|
270
|
+
return regex.test(normalizeResource(endpoint.metadata.resource));
|
|
271
|
+
}
|
|
272
|
+
case 'operation':
|
|
273
|
+
return endpoint.metadata.operation === value;
|
|
274
|
+
case 'tag':
|
|
275
|
+
return endpoint.metadata.tags.includes(value);
|
|
276
|
+
case 'tool':
|
|
277
|
+
return endpoint.tool.name === value;
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
function normalizeResource(resource: string): string {
|
|
282
|
+
return resource.toLowerCase().replace(/[^a-z.*\-_]*/g, '');
|
|
283
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
4
|
+
import type { Metadata } from '../../';
|
|
5
|
+
import Metronome from '@metronome/sdk';
|
|
6
|
+
|
|
7
|
+
export const metadata: Metadata = {
|
|
8
|
+
resource: 'v1.alerts',
|
|
9
|
+
operation: 'write',
|
|
10
|
+
tags: [],
|
|
11
|
+
httpMethod: 'post',
|
|
12
|
+
httpPath: '/v1/alerts/archive',
|
|
13
|
+
operationId: 'archiveAlert-v1',
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const tool: Tool = {
|
|
17
|
+
name: 'archive_v1_alerts',
|
|
18
|
+
description: 'Archive an existing alert',
|
|
19
|
+
inputSchema: {
|
|
20
|
+
type: 'object',
|
|
21
|
+
properties: {
|
|
22
|
+
id: {
|
|
23
|
+
type: 'string',
|
|
24
|
+
description: 'The Metronome ID of the alert',
|
|
25
|
+
},
|
|
26
|
+
release_uniqueness_key: {
|
|
27
|
+
type: 'boolean',
|
|
28
|
+
description: 'If true, resets the uniqueness key on this alert so it can be re-used',
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export const handler = (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
35
|
+
const body = args as any;
|
|
36
|
+
return client.v1.alerts.archive(body);
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
export default { metadata, tool, handler };
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
4
|
+
import type { Metadata } from '../../';
|
|
5
|
+
import Metronome from '@metronome/sdk';
|
|
6
|
+
|
|
7
|
+
export const metadata: Metadata = {
|
|
8
|
+
resource: 'v1.alerts',
|
|
9
|
+
operation: 'write',
|
|
10
|
+
tags: [],
|
|
11
|
+
httpMethod: 'post',
|
|
12
|
+
httpPath: '/v1/alerts/create',
|
|
13
|
+
operationId: 'createAlert-v1',
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const tool: Tool = {
|
|
17
|
+
name: 'create_v1_alerts',
|
|
18
|
+
description: 'Create a new alert',
|
|
19
|
+
inputSchema: {
|
|
20
|
+
type: 'object',
|
|
21
|
+
properties: {
|
|
22
|
+
alert_type: {
|
|
23
|
+
type: 'string',
|
|
24
|
+
description: 'Type of the alert',
|
|
25
|
+
enum: [
|
|
26
|
+
'low_credit_balance_reached',
|
|
27
|
+
'spend_threshold_reached',
|
|
28
|
+
'monthly_invoice_total_spend_threshold_reached',
|
|
29
|
+
'low_remaining_days_in_plan_reached',
|
|
30
|
+
'low_remaining_credit_percentage_reached',
|
|
31
|
+
'usage_threshold_reached',
|
|
32
|
+
'low_remaining_days_for_commit_segment_reached',
|
|
33
|
+
'low_remaining_commit_balance_reached',
|
|
34
|
+
'low_remaining_commit_percentage_reached',
|
|
35
|
+
'low_remaining_days_for_contract_credit_segment_reached',
|
|
36
|
+
'low_remaining_contract_credit_balance_reached',
|
|
37
|
+
'low_remaining_contract_credit_percentage_reached',
|
|
38
|
+
'low_remaining_contract_credit_and_commit_balance_reached',
|
|
39
|
+
'invoice_total_reached',
|
|
40
|
+
],
|
|
41
|
+
},
|
|
42
|
+
name: {
|
|
43
|
+
type: 'string',
|
|
44
|
+
description: 'Name of the alert',
|
|
45
|
+
},
|
|
46
|
+
threshold: {
|
|
47
|
+
type: 'number',
|
|
48
|
+
description:
|
|
49
|
+
'Threshold value of the alert policy. Depending upon the alert type, this number may represent a financial amount, the days remaining, or a percentage reached.',
|
|
50
|
+
},
|
|
51
|
+
billable_metric_id: {
|
|
52
|
+
type: 'string',
|
|
53
|
+
description:
|
|
54
|
+
'For alerts of type `usage_threshold_reached`, specifies which billable metric to track the usage for.',
|
|
55
|
+
},
|
|
56
|
+
credit_grant_type_filters: {
|
|
57
|
+
type: 'array',
|
|
58
|
+
description:
|
|
59
|
+
'An array of strings, representing a way to filter the credit grant this alert applies to, by looking at the credit_grant_type field on the credit grant. This field is only defined for CreditPercentage and CreditBalance alerts',
|
|
60
|
+
items: {
|
|
61
|
+
type: 'string',
|
|
62
|
+
},
|
|
63
|
+
},
|
|
64
|
+
credit_type_id: {
|
|
65
|
+
type: 'string',
|
|
66
|
+
},
|
|
67
|
+
custom_field_filters: {
|
|
68
|
+
type: 'array',
|
|
69
|
+
description:
|
|
70
|
+
'A list of custom field filters for alert types that support advanced filtering. Only present for contract invoices.',
|
|
71
|
+
items: {
|
|
72
|
+
type: 'object',
|
|
73
|
+
properties: {
|
|
74
|
+
entity: {
|
|
75
|
+
type: 'string',
|
|
76
|
+
enum: ['Contract', 'Commit', 'ContractCredit'],
|
|
77
|
+
},
|
|
78
|
+
key: {
|
|
79
|
+
type: 'string',
|
|
80
|
+
},
|
|
81
|
+
value: {
|
|
82
|
+
type: 'string',
|
|
83
|
+
},
|
|
84
|
+
},
|
|
85
|
+
required: ['entity', 'key', 'value'],
|
|
86
|
+
},
|
|
87
|
+
},
|
|
88
|
+
customer_id: {
|
|
89
|
+
type: 'string',
|
|
90
|
+
description:
|
|
91
|
+
'If provided, will create this alert for this specific customer. To create an alert for all customers, do not specify a `customer_id`.',
|
|
92
|
+
},
|
|
93
|
+
evaluate_on_create: {
|
|
94
|
+
type: 'boolean',
|
|
95
|
+
description:
|
|
96
|
+
'If true, the alert will evaluate immediately on customers that already meet the alert threshold. If false, it will only evaluate on future customers that trigger the alert threshold. Defaults to true.',
|
|
97
|
+
},
|
|
98
|
+
group_key_filter: {
|
|
99
|
+
type: 'object',
|
|
100
|
+
description:
|
|
101
|
+
'Scopes alert evaluation to a specific presentation group key on individual line items. Only present for spend alerts.',
|
|
102
|
+
properties: {
|
|
103
|
+
key: {
|
|
104
|
+
type: 'string',
|
|
105
|
+
},
|
|
106
|
+
value: {
|
|
107
|
+
type: 'string',
|
|
108
|
+
},
|
|
109
|
+
},
|
|
110
|
+
required: ['key', 'value'],
|
|
111
|
+
},
|
|
112
|
+
invoice_types_filter: {
|
|
113
|
+
type: 'array',
|
|
114
|
+
description: 'Only supported for invoice_total_reached alerts. A list of invoice types to evaluate.',
|
|
115
|
+
items: {
|
|
116
|
+
type: 'string',
|
|
117
|
+
},
|
|
118
|
+
},
|
|
119
|
+
plan_id: {
|
|
120
|
+
type: 'string',
|
|
121
|
+
description:
|
|
122
|
+
'If provided, will create this alert for this specific plan. To create an alert for all customers, do not specify a `plan_id`.',
|
|
123
|
+
},
|
|
124
|
+
uniqueness_key: {
|
|
125
|
+
type: 'string',
|
|
126
|
+
description:
|
|
127
|
+
'Prevents the creation of duplicates. If a request to create a record is made with a previously used uniqueness key, a new record will not be created and the request will fail with a 409 error.',
|
|
128
|
+
},
|
|
129
|
+
},
|
|
130
|
+
},
|
|
131
|
+
};
|
|
132
|
+
|
|
133
|
+
export const handler = (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
134
|
+
const body = args as any;
|
|
135
|
+
return client.v1.alerts.create(body);
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
export default { metadata, tool, handler };
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
4
|
+
import type { Metadata } from '../../';
|
|
5
|
+
import Metronome from '@metronome/sdk';
|
|
6
|
+
|
|
7
|
+
export const metadata: Metadata = {
|
|
8
|
+
resource: 'v1.audit_logs',
|
|
9
|
+
operation: 'read',
|
|
10
|
+
tags: [],
|
|
11
|
+
httpMethod: 'get',
|
|
12
|
+
httpPath: '/v1/auditLogs',
|
|
13
|
+
operationId: 'getAuditLogs-v1',
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const tool: Tool = {
|
|
17
|
+
name: 'list_v1_audit_logs',
|
|
18
|
+
description:
|
|
19
|
+
'Retrieves a range of audit logs. If no further audit logs are currently available, the data array will be empty. As new audit logs are created, subsequent requests using the same next_page value will be in the returned data array, ensuring a continuous and uninterrupted reading of audit logs.\n',
|
|
20
|
+
inputSchema: {
|
|
21
|
+
type: 'object',
|
|
22
|
+
properties: {
|
|
23
|
+
ending_before: {
|
|
24
|
+
type: 'string',
|
|
25
|
+
description: "RFC 3339 timestamp (exclusive). Cannot be used with 'next_page'.",
|
|
26
|
+
format: 'date-time',
|
|
27
|
+
},
|
|
28
|
+
limit: {
|
|
29
|
+
type: 'integer',
|
|
30
|
+
description: 'Max number of results that should be returned',
|
|
31
|
+
},
|
|
32
|
+
next_page: {
|
|
33
|
+
type: 'string',
|
|
34
|
+
description: 'Cursor that indicates where the next page of results should start.',
|
|
35
|
+
},
|
|
36
|
+
resource_id: {
|
|
37
|
+
type: 'string',
|
|
38
|
+
description:
|
|
39
|
+
'Optional parameter that can be used to filter which audit logs are returned. If you specify resource_id, you must also specify resource_type.',
|
|
40
|
+
},
|
|
41
|
+
resource_type: {
|
|
42
|
+
type: 'string',
|
|
43
|
+
description:
|
|
44
|
+
'Optional parameter that can be used to filter which audit logs are returned. If you specify resource_type, you must also specify resource_id.',
|
|
45
|
+
},
|
|
46
|
+
sort: {
|
|
47
|
+
type: 'string',
|
|
48
|
+
description: 'Sort order by timestamp, e.g. date_asc or date_desc. Defaults to date_asc.',
|
|
49
|
+
enum: ['date_asc', 'date_desc'],
|
|
50
|
+
},
|
|
51
|
+
starting_on: {
|
|
52
|
+
type: 'string',
|
|
53
|
+
description:
|
|
54
|
+
"RFC 3339 timestamp of the earliest audit log to return. Cannot be used with 'next_page'.",
|
|
55
|
+
format: 'date-time',
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
export const handler = (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
62
|
+
const body = args as any;
|
|
63
|
+
return client.v1.auditLogs.list(body);
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
export default { metadata, tool, handler };
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
4
|
+
import type { Metadata } from '../../';
|
|
5
|
+
import Metronome from '@metronome/sdk';
|
|
6
|
+
|
|
7
|
+
export const metadata: Metadata = {
|
|
8
|
+
resource: 'v1.billable_metrics',
|
|
9
|
+
operation: 'write',
|
|
10
|
+
tags: [],
|
|
11
|
+
httpMethod: 'post',
|
|
12
|
+
httpPath: '/v1/billable-metrics/archive',
|
|
13
|
+
operationId: 'archiveBillableMetric-v1',
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const tool: Tool = {
|
|
17
|
+
name: 'archive_v1_billable_metrics',
|
|
18
|
+
description: 'Archive an existing billable metric.',
|
|
19
|
+
inputSchema: {
|
|
20
|
+
type: 'object',
|
|
21
|
+
properties: {
|
|
22
|
+
id: {
|
|
23
|
+
type: 'string',
|
|
24
|
+
},
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
export const handler = (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
30
|
+
const body = args as any;
|
|
31
|
+
return client.v1.billableMetrics.archive(body);
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
export default { metadata, tool, handler };
|