@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,74 @@
|
|
|
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.customers.commits',
|
|
9
|
+
operation: 'write',
|
|
10
|
+
tags: [],
|
|
11
|
+
httpMethod: 'post',
|
|
12
|
+
httpPath: '/v1/contracts/customerCommits/list',
|
|
13
|
+
operationId: 'listCustomerCommits-v1',
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const tool: Tool = {
|
|
17
|
+
name: 'list_customers_v1_commits',
|
|
18
|
+
description: 'List commits.\n',
|
|
19
|
+
inputSchema: {
|
|
20
|
+
type: 'object',
|
|
21
|
+
properties: {
|
|
22
|
+
customer_id: {
|
|
23
|
+
type: 'string',
|
|
24
|
+
},
|
|
25
|
+
commit_id: {
|
|
26
|
+
type: 'string',
|
|
27
|
+
},
|
|
28
|
+
covering_date: {
|
|
29
|
+
type: 'string',
|
|
30
|
+
description: 'Include only commits that have access schedules that "cover" the provided date',
|
|
31
|
+
format: 'date-time',
|
|
32
|
+
},
|
|
33
|
+
effective_before: {
|
|
34
|
+
type: 'string',
|
|
35
|
+
description: 'Include only commits that have any access before the provided date (exclusive)',
|
|
36
|
+
format: 'date-time',
|
|
37
|
+
},
|
|
38
|
+
include_archived: {
|
|
39
|
+
type: 'boolean',
|
|
40
|
+
description: 'Include archived commits and commits from archived contracts.',
|
|
41
|
+
},
|
|
42
|
+
include_balance: {
|
|
43
|
+
type: 'boolean',
|
|
44
|
+
description:
|
|
45
|
+
'Include the balance in the response. Setting this flag may cause the query to be slower.',
|
|
46
|
+
},
|
|
47
|
+
include_contract_commits: {
|
|
48
|
+
type: 'boolean',
|
|
49
|
+
description: 'Include commits on the contract level.',
|
|
50
|
+
},
|
|
51
|
+
include_ledgers: {
|
|
52
|
+
type: 'boolean',
|
|
53
|
+
description:
|
|
54
|
+
'Include commit ledgers in the response. Setting this flag may cause the query to be slower.',
|
|
55
|
+
},
|
|
56
|
+
next_page: {
|
|
57
|
+
type: 'string',
|
|
58
|
+
description: 'The next page token from a previous response.',
|
|
59
|
+
},
|
|
60
|
+
starting_at: {
|
|
61
|
+
type: 'string',
|
|
62
|
+
description: 'Include only commits that have any access on or after the provided date',
|
|
63
|
+
format: 'date-time',
|
|
64
|
+
},
|
|
65
|
+
},
|
|
66
|
+
},
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const handler = (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
70
|
+
const body = args as any;
|
|
71
|
+
return client.v1.customers.commits.list(body);
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export default { metadata, tool, handler };
|
|
@@ -0,0 +1,52 @@
|
|
|
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.customers.commits',
|
|
9
|
+
operation: 'write',
|
|
10
|
+
tags: [],
|
|
11
|
+
httpMethod: 'post',
|
|
12
|
+
httpPath: '/v1/contracts/customerCommits/updateEndDate',
|
|
13
|
+
operationId: 'updateCommitEndDate-v1',
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const tool: Tool = {
|
|
17
|
+
name: 'update_end_date_customers_v1_commits',
|
|
18
|
+
description:
|
|
19
|
+
'Pull forward the end date of a prepaid commit. Use the "edit a commit" endpoint to extend the end date of a prepaid commit, or to make other edits to the commit.\n',
|
|
20
|
+
inputSchema: {
|
|
21
|
+
type: 'object',
|
|
22
|
+
properties: {
|
|
23
|
+
commit_id: {
|
|
24
|
+
type: 'string',
|
|
25
|
+
description: 'ID of the commit to update. Only supports "PREPAID" commits.',
|
|
26
|
+
},
|
|
27
|
+
customer_id: {
|
|
28
|
+
type: 'string',
|
|
29
|
+
description: 'ID of the customer whose commit is to be updated',
|
|
30
|
+
},
|
|
31
|
+
access_ending_before: {
|
|
32
|
+
type: 'string',
|
|
33
|
+
description:
|
|
34
|
+
'RFC 3339 timestamp indicating when access to the commit will end and it will no longer be possible to draw it down (exclusive). If not provided, the access will not be updated.',
|
|
35
|
+
format: 'date-time',
|
|
36
|
+
},
|
|
37
|
+
invoices_ending_before: {
|
|
38
|
+
type: 'string',
|
|
39
|
+
description:
|
|
40
|
+
'RFC 3339 timestamp indicating when the commit will stop being invoiced (exclusive). If not provided, the invoice schedule will not be updated.',
|
|
41
|
+
format: 'date-time',
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
},
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export const handler = (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
48
|
+
const body = args as any;
|
|
49
|
+
return client.v1.customers.commits.updateEndDate(body);
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
export default { metadata, tool, handler };
|
|
@@ -0,0 +1,143 @@
|
|
|
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.customers',
|
|
9
|
+
operation: 'write',
|
|
10
|
+
tags: [],
|
|
11
|
+
httpMethod: 'post',
|
|
12
|
+
httpPath: '/v1/customers',
|
|
13
|
+
operationId: 'createCustomer-v1',
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const tool: Tool = {
|
|
17
|
+
name: 'create_v1_customers',
|
|
18
|
+
description: 'Create a new customer',
|
|
19
|
+
inputSchema: {
|
|
20
|
+
type: 'object',
|
|
21
|
+
properties: {
|
|
22
|
+
name: {
|
|
23
|
+
type: 'string',
|
|
24
|
+
description: 'This will be truncated to 160 characters if the provided name is longer.',
|
|
25
|
+
},
|
|
26
|
+
billing_config: {
|
|
27
|
+
type: 'object',
|
|
28
|
+
properties: {
|
|
29
|
+
billing_provider_customer_id: {
|
|
30
|
+
type: 'string',
|
|
31
|
+
},
|
|
32
|
+
billing_provider_type: {
|
|
33
|
+
type: 'string',
|
|
34
|
+
enum: [
|
|
35
|
+
'aws_marketplace',
|
|
36
|
+
'stripe',
|
|
37
|
+
'netsuite',
|
|
38
|
+
'custom',
|
|
39
|
+
'azure_marketplace',
|
|
40
|
+
'quickbooks_online',
|
|
41
|
+
'workday',
|
|
42
|
+
'gcp_marketplace',
|
|
43
|
+
],
|
|
44
|
+
},
|
|
45
|
+
aws_is_subscription_product: {
|
|
46
|
+
type: 'boolean',
|
|
47
|
+
description: 'True if the aws_product_code is a SAAS subscription product, false otherwise.',
|
|
48
|
+
},
|
|
49
|
+
aws_product_code: {
|
|
50
|
+
type: 'string',
|
|
51
|
+
},
|
|
52
|
+
aws_region: {
|
|
53
|
+
type: 'string',
|
|
54
|
+
enum: [
|
|
55
|
+
'af-south-1',
|
|
56
|
+
'ap-east-1',
|
|
57
|
+
'ap-northeast-1',
|
|
58
|
+
'ap-northeast-2',
|
|
59
|
+
'ap-northeast-3',
|
|
60
|
+
'ap-south-1',
|
|
61
|
+
'ap-southeast-1',
|
|
62
|
+
'ap-southeast-2',
|
|
63
|
+
'ca-central-1',
|
|
64
|
+
'cn-north-1',
|
|
65
|
+
'cn-northwest-1',
|
|
66
|
+
'eu-central-1',
|
|
67
|
+
'eu-north-1',
|
|
68
|
+
'eu-south-1',
|
|
69
|
+
'eu-west-1',
|
|
70
|
+
'eu-west-2',
|
|
71
|
+
'eu-west-3',
|
|
72
|
+
'me-south-1',
|
|
73
|
+
'sa-east-1',
|
|
74
|
+
'us-east-1',
|
|
75
|
+
'us-east-2',
|
|
76
|
+
'us-gov-east-1',
|
|
77
|
+
'us-gov-west-1',
|
|
78
|
+
'us-west-1',
|
|
79
|
+
'us-west-2',
|
|
80
|
+
],
|
|
81
|
+
},
|
|
82
|
+
stripe_collection_method: {
|
|
83
|
+
type: 'string',
|
|
84
|
+
enum: ['charge_automatically', 'send_invoice'],
|
|
85
|
+
},
|
|
86
|
+
},
|
|
87
|
+
required: ['billing_provider_customer_id', 'billing_provider_type'],
|
|
88
|
+
},
|
|
89
|
+
custom_fields: {
|
|
90
|
+
type: 'object',
|
|
91
|
+
},
|
|
92
|
+
customer_billing_provider_configurations: {
|
|
93
|
+
type: 'array',
|
|
94
|
+
items: {
|
|
95
|
+
type: 'object',
|
|
96
|
+
properties: {
|
|
97
|
+
billing_provider: {
|
|
98
|
+
type: 'string',
|
|
99
|
+
description: 'The billing provider set for this configuration.',
|
|
100
|
+
enum: ['aws_marketplace', 'azure_marketplace', 'gcp_marketplace', 'stripe', 'netsuite'],
|
|
101
|
+
},
|
|
102
|
+
configuration: {
|
|
103
|
+
type: 'object',
|
|
104
|
+
description:
|
|
105
|
+
'Configuration for the billing provider. The structure of this object is specific to the billing provider and delivery provider combination. Defaults to an empty object, however, for most billing provider + delivery method combinations, it will not be a valid configuration.',
|
|
106
|
+
},
|
|
107
|
+
delivery_method: {
|
|
108
|
+
type: 'string',
|
|
109
|
+
description:
|
|
110
|
+
'The method to use for delivering invoices to this customer. If not provided, the `delivery_method_id` must be provided.',
|
|
111
|
+
enum: ['direct_to_billing_provider', 'aws_sqs', 'tackle', 'aws_sns'],
|
|
112
|
+
},
|
|
113
|
+
delivery_method_id: {
|
|
114
|
+
type: 'string',
|
|
115
|
+
description:
|
|
116
|
+
'ID of the delivery method to use for this customer. If not provided, the `delivery_method` must be provided.',
|
|
117
|
+
},
|
|
118
|
+
},
|
|
119
|
+
required: ['billing_provider'],
|
|
120
|
+
},
|
|
121
|
+
},
|
|
122
|
+
external_id: {
|
|
123
|
+
type: 'string',
|
|
124
|
+
description:
|
|
125
|
+
'(deprecated, use ingest_aliases instead) an alias that can be used to refer to this customer in usage events',
|
|
126
|
+
},
|
|
127
|
+
ingest_aliases: {
|
|
128
|
+
type: 'array',
|
|
129
|
+
description: 'Aliases that can be used to refer to this customer in usage events',
|
|
130
|
+
items: {
|
|
131
|
+
type: 'string',
|
|
132
|
+
},
|
|
133
|
+
},
|
|
134
|
+
},
|
|
135
|
+
},
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
export const handler = (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
139
|
+
const body = args as any;
|
|
140
|
+
return client.v1.customers.create(body);
|
|
141
|
+
};
|
|
142
|
+
|
|
143
|
+
export default { metadata, tool, handler };
|
|
@@ -0,0 +1,156 @@
|
|
|
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.customers.credits',
|
|
9
|
+
operation: 'write',
|
|
10
|
+
tags: [],
|
|
11
|
+
httpMethod: 'post',
|
|
12
|
+
httpPath: '/v1/contracts/customerCredits/create',
|
|
13
|
+
operationId: 'createCustomerCredit-v1',
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const tool: Tool = {
|
|
17
|
+
name: 'create_customers_v1_credits',
|
|
18
|
+
description: 'Create a new credit at the customer level.\n',
|
|
19
|
+
inputSchema: {
|
|
20
|
+
type: 'object',
|
|
21
|
+
properties: {
|
|
22
|
+
access_schedule: {
|
|
23
|
+
type: 'object',
|
|
24
|
+
description: 'Schedule for distributing the credit to the customer.',
|
|
25
|
+
properties: {
|
|
26
|
+
schedule_items: {
|
|
27
|
+
type: 'array',
|
|
28
|
+
items: {
|
|
29
|
+
type: 'object',
|
|
30
|
+
properties: {
|
|
31
|
+
amount: {
|
|
32
|
+
type: 'number',
|
|
33
|
+
},
|
|
34
|
+
ending_before: {
|
|
35
|
+
type: 'string',
|
|
36
|
+
description: 'RFC 3339 timestamp (exclusive)',
|
|
37
|
+
format: 'date-time',
|
|
38
|
+
},
|
|
39
|
+
starting_at: {
|
|
40
|
+
type: 'string',
|
|
41
|
+
description: 'RFC 3339 timestamp (inclusive)',
|
|
42
|
+
format: 'date-time',
|
|
43
|
+
},
|
|
44
|
+
},
|
|
45
|
+
required: ['amount', 'ending_before', 'starting_at'],
|
|
46
|
+
},
|
|
47
|
+
},
|
|
48
|
+
credit_type_id: {
|
|
49
|
+
type: 'string',
|
|
50
|
+
description: 'Defaults to USD (cents) if not passed',
|
|
51
|
+
},
|
|
52
|
+
},
|
|
53
|
+
required: ['schedule_items'],
|
|
54
|
+
},
|
|
55
|
+
customer_id: {
|
|
56
|
+
type: 'string',
|
|
57
|
+
},
|
|
58
|
+
priority: {
|
|
59
|
+
type: 'number',
|
|
60
|
+
description:
|
|
61
|
+
'If multiple credits or commits are applicable, the one with the lower priority will apply first.',
|
|
62
|
+
},
|
|
63
|
+
product_id: {
|
|
64
|
+
type: 'string',
|
|
65
|
+
},
|
|
66
|
+
applicable_contract_ids: {
|
|
67
|
+
type: 'array',
|
|
68
|
+
description:
|
|
69
|
+
'Which contract the credit applies to. If not provided, the credit applies to all contracts.',
|
|
70
|
+
items: {
|
|
71
|
+
type: 'string',
|
|
72
|
+
},
|
|
73
|
+
},
|
|
74
|
+
applicable_product_ids: {
|
|
75
|
+
type: 'array',
|
|
76
|
+
description:
|
|
77
|
+
'Which products the credit applies to. If both applicable_product_ids and applicable_product_tags are not provided, the credit applies to all products.',
|
|
78
|
+
items: {
|
|
79
|
+
type: 'string',
|
|
80
|
+
},
|
|
81
|
+
},
|
|
82
|
+
applicable_product_tags: {
|
|
83
|
+
type: 'array',
|
|
84
|
+
description:
|
|
85
|
+
'Which tags the credit applies to. If both applicable_product_ids and applicable_product_tags are not provided, the credit applies to all products.',
|
|
86
|
+
items: {
|
|
87
|
+
type: 'string',
|
|
88
|
+
},
|
|
89
|
+
},
|
|
90
|
+
custom_fields: {
|
|
91
|
+
type: 'object',
|
|
92
|
+
},
|
|
93
|
+
description: {
|
|
94
|
+
type: 'string',
|
|
95
|
+
description: 'Used only in UI/API. It is not exposed to end customers.',
|
|
96
|
+
},
|
|
97
|
+
name: {
|
|
98
|
+
type: 'string',
|
|
99
|
+
description: 'displayed on invoices',
|
|
100
|
+
},
|
|
101
|
+
netsuite_sales_order_id: {
|
|
102
|
+
type: 'string',
|
|
103
|
+
description: "This field's availability is dependent on your client's configuration.",
|
|
104
|
+
},
|
|
105
|
+
rate_type: {
|
|
106
|
+
type: 'string',
|
|
107
|
+
enum: ['COMMIT_RATE', 'LIST_RATE'],
|
|
108
|
+
},
|
|
109
|
+
salesforce_opportunity_id: {
|
|
110
|
+
type: 'string',
|
|
111
|
+
description: "This field's availability is dependent on your client's configuration.",
|
|
112
|
+
},
|
|
113
|
+
specifiers: {
|
|
114
|
+
type: 'array',
|
|
115
|
+
description:
|
|
116
|
+
"List of filters that determine what kind of customer usage draws down a commit or credit. A customer's usage needs to meet the condition of at least one of the specifiers to contribute to a commit's or credit's drawdown. This field cannot be used together with `applicable_product_ids` or `applicable_product_tags`.",
|
|
117
|
+
items: {
|
|
118
|
+
type: 'object',
|
|
119
|
+
properties: {
|
|
120
|
+
presentation_group_values: {
|
|
121
|
+
type: 'object',
|
|
122
|
+
},
|
|
123
|
+
pricing_group_values: {
|
|
124
|
+
type: 'object',
|
|
125
|
+
},
|
|
126
|
+
product_id: {
|
|
127
|
+
type: 'string',
|
|
128
|
+
description: 'If provided, the specifier will only apply to the product with the specified ID.',
|
|
129
|
+
},
|
|
130
|
+
product_tags: {
|
|
131
|
+
type: 'array',
|
|
132
|
+
description:
|
|
133
|
+
'If provided, the specifier will only apply to products with all the specified tags.',
|
|
134
|
+
items: {
|
|
135
|
+
type: 'string',
|
|
136
|
+
},
|
|
137
|
+
},
|
|
138
|
+
},
|
|
139
|
+
required: [],
|
|
140
|
+
},
|
|
141
|
+
},
|
|
142
|
+
uniqueness_key: {
|
|
143
|
+
type: 'string',
|
|
144
|
+
description:
|
|
145
|
+
'Prevents the creation of duplicates. If a request to create a commit or credit is made with a uniqueness key that was previously used to create a commit or credit, a new record will not be created and the request will fail with a 409 error.',
|
|
146
|
+
},
|
|
147
|
+
},
|
|
148
|
+
},
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
export const handler = (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
152
|
+
const body = args as any;
|
|
153
|
+
return client.v1.customers.credits.create(body);
|
|
154
|
+
};
|
|
155
|
+
|
|
156
|
+
export default { metadata, tool, handler };
|
|
@@ -0,0 +1,74 @@
|
|
|
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.customers.credits',
|
|
9
|
+
operation: 'write',
|
|
10
|
+
tags: [],
|
|
11
|
+
httpMethod: 'post',
|
|
12
|
+
httpPath: '/v1/contracts/customerCredits/list',
|
|
13
|
+
operationId: 'listCustomerCredits-v1',
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const tool: Tool = {
|
|
17
|
+
name: 'list_customers_v1_credits',
|
|
18
|
+
description: 'List credits.\n',
|
|
19
|
+
inputSchema: {
|
|
20
|
+
type: 'object',
|
|
21
|
+
properties: {
|
|
22
|
+
customer_id: {
|
|
23
|
+
type: 'string',
|
|
24
|
+
},
|
|
25
|
+
covering_date: {
|
|
26
|
+
type: 'string',
|
|
27
|
+
description: 'Return only credits that have access schedules that "cover" the provided date',
|
|
28
|
+
format: 'date-time',
|
|
29
|
+
},
|
|
30
|
+
credit_id: {
|
|
31
|
+
type: 'string',
|
|
32
|
+
},
|
|
33
|
+
effective_before: {
|
|
34
|
+
type: 'string',
|
|
35
|
+
description: 'Include only credits that have any access before the provided date (exclusive)',
|
|
36
|
+
format: 'date-time',
|
|
37
|
+
},
|
|
38
|
+
include_archived: {
|
|
39
|
+
type: 'boolean',
|
|
40
|
+
description: 'Include archived credits and credits from archived contracts.',
|
|
41
|
+
},
|
|
42
|
+
include_balance: {
|
|
43
|
+
type: 'boolean',
|
|
44
|
+
description:
|
|
45
|
+
'Include the balance in the response. Setting this flag may cause the query to be slower.',
|
|
46
|
+
},
|
|
47
|
+
include_contract_credits: {
|
|
48
|
+
type: 'boolean',
|
|
49
|
+
description: 'Include credits on the contract level.',
|
|
50
|
+
},
|
|
51
|
+
include_ledgers: {
|
|
52
|
+
type: 'boolean',
|
|
53
|
+
description:
|
|
54
|
+
'Include credit ledgers in the response. Setting this flag may cause the query to be slower.',
|
|
55
|
+
},
|
|
56
|
+
next_page: {
|
|
57
|
+
type: 'string',
|
|
58
|
+
description: 'The next page token from a previous response.',
|
|
59
|
+
},
|
|
60
|
+
starting_at: {
|
|
61
|
+
type: 'string',
|
|
62
|
+
description: 'Include only credits that have any access on or after the provided date',
|
|
63
|
+
format: 'date-time',
|
|
64
|
+
},
|
|
65
|
+
},
|
|
66
|
+
},
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
export const handler = (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
70
|
+
const body = args as any;
|
|
71
|
+
return client.v1.customers.credits.list(body);
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
export default { metadata, tool, handler };
|
|
@@ -0,0 +1,46 @@
|
|
|
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.customers.credits',
|
|
9
|
+
operation: 'write',
|
|
10
|
+
tags: [],
|
|
11
|
+
httpMethod: 'post',
|
|
12
|
+
httpPath: '/v1/contracts/customerCredits/updateEndDate',
|
|
13
|
+
operationId: 'updateCreditEndDate-v1',
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const tool: Tool = {
|
|
17
|
+
name: 'update_end_date_customers_v1_credits',
|
|
18
|
+
description:
|
|
19
|
+
'Pull forward the end date of a credit. Use the "edit a credit" endpoint to extend the end date of a credit, or to make other edits to the credit.\n',
|
|
20
|
+
inputSchema: {
|
|
21
|
+
type: 'object',
|
|
22
|
+
properties: {
|
|
23
|
+
access_ending_before: {
|
|
24
|
+
type: 'string',
|
|
25
|
+
description:
|
|
26
|
+
'RFC 3339 timestamp indicating when access to the credit will end and it will no longer be possible to draw it down (exclusive).',
|
|
27
|
+
format: 'date-time',
|
|
28
|
+
},
|
|
29
|
+
credit_id: {
|
|
30
|
+
type: 'string',
|
|
31
|
+
description: 'ID of the commit to update',
|
|
32
|
+
},
|
|
33
|
+
customer_id: {
|
|
34
|
+
type: 'string',
|
|
35
|
+
description: 'ID of the customer whose credit is to be updated',
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
},
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
export const handler = (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
42
|
+
const body = args as any;
|
|
43
|
+
return client.v1.customers.credits.updateEndDate(body);
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
export default { metadata, tool, handler };
|
|
@@ -0,0 +1,59 @@
|
|
|
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.customers.invoices',
|
|
9
|
+
operation: 'write',
|
|
10
|
+
tags: [],
|
|
11
|
+
httpMethod: 'post',
|
|
12
|
+
httpPath: '/v1/customers/{customer_id}/addCharge',
|
|
13
|
+
operationId: 'addOneTimeCharge-v1',
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const tool: Tool = {
|
|
17
|
+
name: 'add_charge_customers_v1_invoices',
|
|
18
|
+
description: 'Add a one time charge to the specified invoice',
|
|
19
|
+
inputSchema: {
|
|
20
|
+
type: 'object',
|
|
21
|
+
properties: {
|
|
22
|
+
customer_id: {
|
|
23
|
+
type: 'string',
|
|
24
|
+
},
|
|
25
|
+
charge_id: {
|
|
26
|
+
type: 'string',
|
|
27
|
+
description:
|
|
28
|
+
'The Metronome ID of the charge to add to the invoice. Note that the charge must be on a product that is not on the current plan, and the product must have only fixed charges.',
|
|
29
|
+
},
|
|
30
|
+
customer_plan_id: {
|
|
31
|
+
type: 'string',
|
|
32
|
+
description: 'The Metronome ID of the customer plan to add the charge to.',
|
|
33
|
+
},
|
|
34
|
+
description: {
|
|
35
|
+
type: 'string',
|
|
36
|
+
},
|
|
37
|
+
invoice_start_timestamp: {
|
|
38
|
+
type: 'string',
|
|
39
|
+
description: 'The start_timestamp of the invoice to add the charge to.',
|
|
40
|
+
format: 'date-time',
|
|
41
|
+
},
|
|
42
|
+
price: {
|
|
43
|
+
type: 'number',
|
|
44
|
+
description:
|
|
45
|
+
'The price of the charge. This price will match the currency on the invoice, e.g. USD cents.',
|
|
46
|
+
},
|
|
47
|
+
quantity: {
|
|
48
|
+
type: 'number',
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
},
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
export const handler = (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
55
|
+
const body = args as any;
|
|
56
|
+
return client.v1.customers.invoices.addCharge(body);
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
export default { metadata, tool, handler };
|
|
@@ -0,0 +1,78 @@
|
|
|
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.customers.invoices',
|
|
9
|
+
operation: 'read',
|
|
10
|
+
tags: [],
|
|
11
|
+
httpMethod: 'get',
|
|
12
|
+
httpPath: '/v1/customers/{customer_id}/invoices/breakdowns',
|
|
13
|
+
operationId: 'listBreakdownInvoices-v1',
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export const tool: Tool = {
|
|
17
|
+
name: 'list_breakdowns_customers_v1_invoices',
|
|
18
|
+
description:
|
|
19
|
+
'List daily or hourly invoice breakdowns for a given customer, optionally filtered by status, date range, and/or credit type.\nImportant considerations:\n- If we receive backdated usage after an invoice has been finalized, the backdated usage will be included in the response and usage numbers may differ.',
|
|
20
|
+
inputSchema: {
|
|
21
|
+
type: 'object',
|
|
22
|
+
properties: {
|
|
23
|
+
customer_id: {
|
|
24
|
+
type: 'string',
|
|
25
|
+
},
|
|
26
|
+
ending_before: {
|
|
27
|
+
type: 'string',
|
|
28
|
+
description:
|
|
29
|
+
'RFC 3339 timestamp. Breakdowns will only be returned for time windows that end on or before this time.',
|
|
30
|
+
format: 'date-time',
|
|
31
|
+
},
|
|
32
|
+
starting_on: {
|
|
33
|
+
type: 'string',
|
|
34
|
+
description:
|
|
35
|
+
'RFC 3339 timestamp. Breakdowns will only be returned for time windows that start on or after this time.',
|
|
36
|
+
format: 'date-time',
|
|
37
|
+
},
|
|
38
|
+
credit_type_id: {
|
|
39
|
+
type: 'string',
|
|
40
|
+
description: 'Only return invoices for the specified credit type',
|
|
41
|
+
},
|
|
42
|
+
limit: {
|
|
43
|
+
type: 'integer',
|
|
44
|
+
description:
|
|
45
|
+
'Max number of results that should be returned. For daily breakdowns, the response can return up to 35 days worth of breakdowns. For hourly breakdowns, the response can return up to 24 hours. If there are more results, a cursor to the next page is returned.',
|
|
46
|
+
},
|
|
47
|
+
next_page: {
|
|
48
|
+
type: 'string',
|
|
49
|
+
description: 'Cursor that indicates where the next page of results should start.',
|
|
50
|
+
},
|
|
51
|
+
skip_zero_qty_line_items: {
|
|
52
|
+
type: 'boolean',
|
|
53
|
+
description: 'If set, all zero quantity line items will be filtered out of the response',
|
|
54
|
+
},
|
|
55
|
+
sort: {
|
|
56
|
+
type: 'string',
|
|
57
|
+
description: 'Invoice sort order by issued_at, e.g. date_asc or date_desc. Defaults to date_asc.',
|
|
58
|
+
enum: ['date_asc', 'date_desc'],
|
|
59
|
+
},
|
|
60
|
+
status: {
|
|
61
|
+
type: 'string',
|
|
62
|
+
description: 'Invoice status, e.g. DRAFT or FINALIZED',
|
|
63
|
+
},
|
|
64
|
+
window_size: {
|
|
65
|
+
type: 'string',
|
|
66
|
+
description: 'The granularity of the breakdowns to return. Defaults to day.',
|
|
67
|
+
enum: ['HOUR', 'DAY'],
|
|
68
|
+
},
|
|
69
|
+
},
|
|
70
|
+
},
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
export const handler = (client: Metronome, args: Record<string, unknown> | undefined) => {
|
|
74
|
+
const body = args as any;
|
|
75
|
+
return client.v1.customers.invoices.listBreakdowns(body);
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
export default { metadata, tool, handler };
|