conductor-node-mcp 12.36.1 → 12.38.0
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/README.md +135 -0
- package/package.json +2 -2
- package/server.js +1 -1
- package/server.mjs +1 -1
- package/src/server.ts +1 -1
- package/src/tools/end-users/delete-end-users.ts +1 -1
- package/src/tools/end-users/list-end-users.ts +1 -1
- package/src/tools/end-users/passthrough-end-users.ts +1 -1
- package/src/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.ts +1 -1
- package/src/tools/qbd/accounts/retrieve-qbd-accounts.ts +2 -1
- package/src/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.ts +1 -1
- package/src/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.ts +2 -1
- package/src/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.ts +1 -1
- package/src/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.ts +2 -1
- package/src/tools/qbd/bills/delete-qbd-bills.ts +1 -1
- package/src/tools/qbd/bills/retrieve-qbd-bills.ts +1 -1
- package/src/tools/qbd/build-assemblies/delete-qbd-build-assemblies.ts +1 -1
- package/src/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.ts +2 -1
- package/src/tools/qbd/checks/delete-qbd-checks.ts +1 -1
- package/src/tools/qbd/checks/retrieve-qbd-checks.ts +1 -1
- package/src/tools/qbd/classes/list-qbd-classes.ts +1 -1
- package/src/tools/qbd/classes/retrieve-qbd-classes.ts +1 -1
- package/src/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.ts +1 -1
- package/src/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.ts +2 -1
- package/src/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.ts +1 -1
- package/src/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.ts +2 -1
- package/src/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.ts +1 -1
- package/src/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.ts +2 -1
- package/src/tools/qbd/credit-memos/create-qbd-credit-memos.ts +1 -1
- package/src/tools/qbd/credit-memos/delete-qbd-credit-memos.ts +1 -1
- package/src/tools/qbd/credit-memos/retrieve-qbd-credit-memos.ts +1 -1
- package/src/tools/qbd/credit-memos/update-qbd-credit-memos.ts +1 -1
- package/src/tools/qbd/currencies/retrieve-qbd-currencies.ts +1 -1
- package/src/tools/qbd/customers/retrieve-qbd-customers.ts +2 -1
- package/src/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.ts +1 -1
- package/src/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.ts +1 -1
- package/src/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.ts +1 -1
- package/src/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.ts +1 -1
- package/src/tools/qbd/discount-items/retrieve-qbd-discount-items.ts +2 -1
- package/src/tools/qbd/employees/retrieve-qbd-employees.ts +2 -1
- package/src/tools/qbd/estimates/create-qbd-estimates.ts +1 -1
- package/src/tools/qbd/estimates/delete-qbd-estimates.ts +1 -1
- package/src/tools/qbd/estimates/retrieve-qbd-estimates.ts +1 -1
- package/src/tools/qbd/estimates/update-qbd-estimates.ts +1 -1
- package/src/tools/qbd/health-check-qbd.ts +1 -1
- package/src/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.ts +1 -1
- package/src/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.ts +2 -1
- package/src/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.ts +2 -1
- package/src/tools/qbd/inventory-items/retrieve-qbd-inventory-items.ts +2 -1
- package/src/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.ts +1 -1
- package/src/tools/qbd/invoices/create-qbd-invoices.ts +1 -1
- package/src/tools/qbd/invoices/delete-qbd-invoices.ts +1 -1
- package/src/tools/qbd/invoices/retrieve-qbd-invoices.ts +1 -1
- package/src/tools/qbd/invoices/update-qbd-invoices.ts +1 -1
- package/src/tools/qbd/item-groups/retrieve-qbd-item-groups.ts +1 -1
- package/src/tools/qbd/item-receipts/delete-qbd-item-receipts.ts +1 -1
- package/src/tools/qbd/item-receipts/retrieve-qbd-item-receipts.ts +1 -1
- package/src/tools/qbd/item-sites/retrieve-qbd-item-sites.ts +1 -1
- package/src/tools/qbd/journal-entries/delete-qbd-journal-entries.ts +1 -1
- package/src/tools/qbd/journal-entries/retrieve-qbd-journal-entries.ts +2 -1
- package/src/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.ts +2 -1
- package/src/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.ts +2 -1
- package/src/tools/qbd/other-names/retrieve-qbd-other-names.ts +1 -1
- package/src/tools/qbd/payment-methods/list-qbd-payment-methods.ts +1 -1
- package/src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts +1 -1
- package/src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts +1 -1
- package/src/tools/qbd/price-levels/retrieve-qbd-price-levels.ts +1 -1
- package/src/tools/qbd/purchase-orders/delete-qbd-purchase-orders.ts +1 -1
- package/src/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.ts +1 -1
- package/src/tools/qbd/receive-payments/delete-qbd-receive-payments.ts +1 -1
- package/src/tools/qbd/receive-payments/retrieve-qbd-receive-payments.ts +2 -1
- package/src/tools/qbd/sales-orders/create-qbd-sales-orders.ts +1 -1
- package/src/tools/qbd/sales-orders/delete-qbd-sales-orders.ts +1 -1
- package/src/tools/qbd/sales-orders/retrieve-qbd-sales-orders.ts +1 -1
- package/src/tools/qbd/sales-orders/update-qbd-sales-orders.ts +1 -1
- package/src/tools/qbd/sales-receipts/delete-qbd-sales-receipts.ts +1 -1
- package/src/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.ts +2 -1
- package/src/tools/qbd/sales-representatives/list-qbd-sales-representatives.ts +1 -1
- package/src/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.ts +1 -1
- package/src/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.ts +1 -1
- package/src/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.ts +1 -1
- package/src/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.ts +1 -1
- package/src/tools/qbd/service-items/retrieve-qbd-service-items.ts +2 -1
- package/src/tools/qbd/standard-terms/list-qbd-standard-terms.ts +1 -1
- package/src/tools/qbd/standard-terms/retrieve-qbd-standard-terms.ts +1 -1
- package/src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts +1 -1
- package/src/tools/qbd/templates/list-qbd-templates.ts +1 -1
- package/src/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.ts +1 -1
- package/src/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.ts +1 -1
- package/src/tools/qbd/transactions/retrieve-qbd-transactions.ts +1 -1
- package/src/tools/qbd/transfers/retrieve-qbd-transfers.ts +1 -1
- package/src/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.ts +1 -1
- package/src/tools/qbd/vendor-credits/delete-qbd-vendor-credits.ts +1 -1
- package/src/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.ts +1 -1
- package/src/tools/qbd/vendors/retrieve-qbd-vendors.ts +2 -1
- package/tools/end-users/delete-end-users.js +1 -1
- package/tools/end-users/delete-end-users.js.map +1 -1
- package/tools/end-users/delete-end-users.mjs +1 -1
- package/tools/end-users/delete-end-users.mjs.map +1 -1
- package/tools/end-users/list-end-users.js +1 -1
- package/tools/end-users/list-end-users.js.map +1 -1
- package/tools/end-users/list-end-users.mjs +1 -1
- package/tools/end-users/list-end-users.mjs.map +1 -1
- package/tools/end-users/passthrough-end-users.js +1 -1
- package/tools/end-users/passthrough-end-users.js.map +1 -1
- package/tools/end-users/passthrough-end-users.mjs +1 -1
- package/tools/end-users/passthrough-end-users.mjs.map +1 -1
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.js +1 -1
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.js.map +1 -1
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.mjs +1 -1
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.mjs.map +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.d.mts.map +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.d.ts.map +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.js +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.js.map +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.mjs +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.mjs.map +1 -1
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.js +1 -1
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.js.map +1 -1
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.mjs +1 -1
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.mjs.map +1 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.mts.map +1 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.ts.map +1 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.js +1 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.js.map +1 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.mjs +1 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.mjs.map +1 -1
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.js +1 -1
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.js.map +1 -1
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.mjs +1 -1
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.mjs.map +1 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.mts.map +1 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.ts.map +1 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.js +1 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.js.map +1 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.mjs +1 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.mjs.map +1 -1
- package/tools/qbd/bills/delete-qbd-bills.js +1 -1
- package/tools/qbd/bills/delete-qbd-bills.js.map +1 -1
- package/tools/qbd/bills/delete-qbd-bills.mjs +1 -1
- package/tools/qbd/bills/delete-qbd-bills.mjs.map +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.js +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.js.map +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.mjs +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.mjs.map +1 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js +1 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js.map +1 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs +1 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs.map +1 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.mts.map +1 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.ts.map +1 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.js +1 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.js.map +1 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.mjs +1 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.mjs.map +1 -1
- package/tools/qbd/checks/delete-qbd-checks.js +1 -1
- package/tools/qbd/checks/delete-qbd-checks.js.map +1 -1
- package/tools/qbd/checks/delete-qbd-checks.mjs +1 -1
- package/tools/qbd/checks/delete-qbd-checks.mjs.map +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.js +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.js.map +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.mjs +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.mjs.map +1 -1
- package/tools/qbd/classes/list-qbd-classes.js +1 -1
- package/tools/qbd/classes/list-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/list-qbd-classes.mjs +1 -1
- package/tools/qbd/classes/list-qbd-classes.mjs.map +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.js +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.mjs +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.mjs.map +1 -1
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.js +1 -1
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.js.map +1 -1
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.mjs +1 -1
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.mjs.map +1 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.mts.map +1 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.ts.map +1 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.js +1 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.js.map +1 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.mjs +1 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.mjs.map +1 -1
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.js +1 -1
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.js.map +1 -1
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.mjs +1 -1
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.mjs.map +1 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.mts.map +1 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.ts.map +1 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.js +1 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.js.map +1 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.mjs +1 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.mjs.map +1 -1
- package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.js +1 -1
- package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.js.map +1 -1
- package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.mjs +1 -1
- package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.mjs.map +1 -1
- package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.d.mts.map +1 -1
- package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.d.ts.map +1 -1
- package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.js +1 -1
- package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.js.map +1 -1
- package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.mjs +1 -1
- package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.mjs.map +1 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.js +1 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.mjs +1 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.js +1 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.mjs +1 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.js +1 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.mjs +1 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.js +1 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.mjs +1 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/currencies/retrieve-qbd-currencies.js +1 -1
- package/tools/qbd/currencies/retrieve-qbd-currencies.js.map +1 -1
- package/tools/qbd/currencies/retrieve-qbd-currencies.mjs +1 -1
- package/tools/qbd/currencies/retrieve-qbd-currencies.mjs.map +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.d.mts.map +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.d.ts.map +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.js +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.js.map +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.mjs +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.mjs.map +1 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js +1 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js.map +1 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs +1 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs.map +1 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js +1 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js.map +1 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs +1 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs.map +1 -1
- package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.js +1 -1
- package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.js.map +1 -1
- package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.mjs +1 -1
- package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.mjs.map +1 -1
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.js +1 -1
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.js.map +1 -1
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.mjs +1 -1
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.mjs.map +1 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.mts.map +1 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.ts.map +1 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.js +1 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.js.map +1 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.mjs +1 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.mjs.map +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.d.mts.map +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.d.ts.map +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.js +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.js.map +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.mjs +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.mjs.map +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.js +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.mjs +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.js +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.mjs +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.js +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.mjs +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.js +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.mjs +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/health-check-qbd.js +1 -1
- package/tools/qbd/health-check-qbd.js.map +1 -1
- package/tools/qbd/health-check-qbd.mjs +1 -1
- package/tools/qbd/health-check-qbd.mjs.map +1 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.js +1 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.js.map +1 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.mjs +1 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.mjs.map +1 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.mts.map +1 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.ts.map +1 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.js +1 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.js.map +1 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.mjs +1 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.mjs.map +1 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.mts.map +1 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.ts.map +1 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.js +1 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.js.map +1 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.mjs +1 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.mjs.map +1 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.mts.map +1 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.ts.map +1 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.js +1 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.js.map +1 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.mjs +1 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.mjs.map +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs.map +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.js +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.mjs +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.js +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.mjs +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.js +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.mjs +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.js +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.mjs +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.js +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.js.map +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs.map +1 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.js +1 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.js.map +1 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.mjs +1 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.mjs.map +1 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.js +1 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.js.map +1 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.mjs +1 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.mjs.map +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.js +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.js.map +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs.map +1 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.js +1 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.js.map +1 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.mjs +1 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.mjs.map +1 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.mts.map +1 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.ts.map +1 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.js +1 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.js.map +1 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.mjs +1 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.mjs.map +1 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.mts.map +1 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.ts.map +1 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.js +1 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.js.map +1 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.mjs +1 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.mjs.map +1 -1
- package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.d.mts.map +1 -1
- package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.d.ts.map +1 -1
- package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.js +1 -1
- package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.js.map +1 -1
- package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.mjs +1 -1
- package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.mjs.map +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.js +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.js.map +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.mjs +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.mjs.map +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.js +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.js.map +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs.map +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js.map +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs.map +1 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js +1 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js.map +1 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs +1 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs.map +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.js +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.js.map +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs.map +1 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.js +1 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.js.map +1 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.mjs +1 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.mjs.map +1 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.js +1 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.js.map +1 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.mjs +1 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.mjs.map +1 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.js +1 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.js.map +1 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.mjs +1 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.mjs.map +1 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.mts.map +1 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.ts.map +1 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.js +1 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.js.map +1 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.mjs +1 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.mjs.map +1 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.js +1 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.mjs +1 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.js +1 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.mjs +1 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.js +1 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.mjs +1 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.js +1 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.mjs +1 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.js +1 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.js.map +1 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.mjs +1 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.mjs.map +1 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.mts.map +1 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.ts.map +1 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.js +1 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.js.map +1 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.mjs +1 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.mjs.map +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js +1 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js.map +1 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs +1 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs.map +1 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js +1 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js.map +1 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.mjs +1 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.mjs.map +1 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js +1 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js.map +1 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs +1 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs.map +1 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.d.mts.map +1 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.d.ts.map +1 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.js +1 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.js.map +1 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.mjs +1 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.mjs.map +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.js +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.js.map +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs.map +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js.map +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs.map +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs.map +1 -1
- package/tools/qbd/templates/list-qbd-templates.js +1 -1
- package/tools/qbd/templates/list-qbd-templates.js.map +1 -1
- package/tools/qbd/templates/list-qbd-templates.mjs +1 -1
- package/tools/qbd/templates/list-qbd-templates.mjs.map +1 -1
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.js +1 -1
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.js.map +1 -1
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.mjs +1 -1
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.mjs.map +1 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js +1 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js.map +1 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs +1 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs.map +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.js +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.js.map +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.mjs +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.mjs.map +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.js +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.mjs +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.mjs.map +1 -1
- package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.js +1 -1
- package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.js.map +1 -1
- package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.mjs +1 -1
- package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.mjs.map +1 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.js +1 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.js.map +1 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.mjs +1 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.mjs.map +1 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.js +1 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.js.map +1 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.mjs +1 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.mjs.map +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.d.mts.map +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.d.ts.map +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.js +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.js.map +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.mjs +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.mjs.map +1 -1
|
@@ -12,7 +12,7 @@ exports.metadata = {
|
|
|
12
12
|
};
|
|
13
13
|
exports.tool = {
|
|
14
14
|
name: 'retrieve_qbd_bills',
|
|
15
|
-
description: 'Retrieves a bill by ID.\n\nNOTE: The response automatically includes any linked transactions.',
|
|
15
|
+
description: 'Retrieves a bill by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific bills by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.\n\nNOTE: The response automatically includes any linked transactions.',
|
|
16
16
|
inputSchema: {
|
|
17
17
|
type: 'object',
|
|
18
18
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-bills.js","sourceRoot":"","sources":["../../../src/tools/qbd/bills/retrieve-qbd-bills.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,gCAAgC;CAC3C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EACT
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-bills.js","sourceRoot":"","sources":["../../../src/tools/qbd/bills/retrieve-qbd-bills.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,gCAAgC;CAC3C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EACT,wUAAwU;IAC1U,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,oEAAoE;aAClF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,IAAA,2BAAmB,EAAC,MAAM,SAAS,CAAC,GAAG,CAAC,KAAK,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC;AAC3E,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -9,7 +9,7 @@ export const metadata = {
|
|
|
9
9
|
};
|
|
10
10
|
export const tool = {
|
|
11
11
|
name: 'retrieve_qbd_bills',
|
|
12
|
-
description: 'Retrieves a bill by ID.\n\nNOTE: The response automatically includes any linked transactions.',
|
|
12
|
+
description: 'Retrieves a bill by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific bills by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.\n\nNOTE: The response automatically includes any linked transactions.',
|
|
13
13
|
inputSchema: {
|
|
14
14
|
type: 'object',
|
|
15
15
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-bills.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/bills/retrieve-qbd-bills.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,gCAAgC;CAC3C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EACT
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-bills.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/bills/retrieve-qbd-bills.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,WAAW;IACrB,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,gCAAgC;CAC3C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EACT,wUAAwU;IAC1U,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,oEAAoE;aAClF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,mBAAmB,CAAC,MAAM,SAAS,CAAC,GAAG,CAAC,KAAK,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC;AAC3E,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -13,7 +13,7 @@ exports.metadata = {
|
|
|
13
13
|
};
|
|
14
14
|
exports.tool = {
|
|
15
15
|
name: 'delete_qbd_build_assemblies',
|
|
16
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nPermanently deletes a a build assembly. The deletion will fail if the build assembly is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
16
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nPermanently deletes a a build assembly. The deletion will fail if the build assembly is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/build_assembly_delete_response',\n $defs: {\n build_assembly_delete_response: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of the deleted build assembly.'\n },\n deleted: {\n type: 'boolean',\n description: 'Indicates whether the build assembly was deleted.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_build_assembly\"`.',\n enum: [ 'qbd_build_assembly'\n ]\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number of the deleted build assembly.'\n }\n },\n required: [ 'id',\n 'deleted',\n 'objectType',\n 'refNumber'\n ]\n }\n }\n}\n```",
|
|
17
17
|
inputSchema: {
|
|
18
18
|
type: 'object',
|
|
19
19
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-qbd-build-assemblies.js","sourceRoot":"","sources":["../../../src/tools/qbd/build-assemblies/delete-qbd-build-assemblies.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,sBAAsB;IAChC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,2CAA2C;CACtD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT
|
|
1
|
+
{"version":3,"file":"delete-qbd-build-assemblies.js","sourceRoot":"","sources":["../../../src/tools/qbd/build-assemblies/delete-qbd-build-assemblies.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,sBAAsB;IAChC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,2CAA2C;CACtD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,+xCAA+xC;IACjyC,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,4EAA4E;aAC1F;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,cAAc,EAAE,IAAI;KACrB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,OAAO,IAAA,2BAAmB,EACxB,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,eAAe,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACnF,CAAC;AACJ,CAAC,CAAC;AALW,QAAA,OAAO,WAKlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -10,7 +10,7 @@ export const metadata = {
|
|
|
10
10
|
};
|
|
11
11
|
export const tool = {
|
|
12
12
|
name: 'delete_qbd_build_assemblies',
|
|
13
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nPermanently deletes a a build assembly. The deletion will fail if the build assembly is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
13
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nPermanently deletes a a build assembly. The deletion will fail if the build assembly is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/build_assembly_delete_response',\n $defs: {\n build_assembly_delete_response: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of the deleted build assembly.'\n },\n deleted: {\n type: 'boolean',\n description: 'Indicates whether the build assembly was deleted.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_build_assembly\"`.',\n enum: [ 'qbd_build_assembly'\n ]\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number of the deleted build assembly.'\n }\n },\n required: [ 'id',\n 'deleted',\n 'objectType',\n 'refNumber'\n ]\n }\n }\n}\n```",
|
|
14
14
|
inputSchema: {
|
|
15
15
|
type: 'object',
|
|
16
16
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-qbd-build-assemblies.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/build-assemblies/delete-qbd-build-assemblies.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,sBAAsB;IAChC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,2CAA2C;CACtD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT
|
|
1
|
+
{"version":3,"file":"delete-qbd-build-assemblies.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/build-assemblies/delete-qbd-build-assemblies.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,sBAAsB;IAChC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,2CAA2C;CACtD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,+xCAA+xC;IACjyC,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,4EAA4E;aAC1F;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,cAAc,EAAE,IAAI;KACrB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,OAAO,mBAAmB,CACxB,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,eAAe,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACnF,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-build-assemblies.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAuB,MAAM,gCAAgC;OAEvE,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-build-assemblies.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAuB,MAAM,gCAAgC;OAEvE,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAsBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-build-assemblies.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAuB,MAAM,gCAAgC;OAEvE,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-build-assemblies.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAuB,MAAM,gCAAgC;OAEvE,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAsBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
|
|
@@ -12,7 +12,7 @@ exports.metadata = {
|
|
|
12
12
|
};
|
|
13
13
|
exports.tool = {
|
|
14
14
|
name: 'retrieve_qbd_build_assemblies',
|
|
15
|
-
description: 'Retrieves a build assembly by ID.',
|
|
15
|
+
description: 'Retrieves a build assembly by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific build assemblies by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.',
|
|
16
16
|
inputSchema: {
|
|
17
17
|
type: 'object',
|
|
18
18
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-build-assemblies.js","sourceRoot":"","sources":["../../../src/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,sBAAsB;IAChC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,2CAA2C;CACtD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,+BAA+B;IACrC,WAAW,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-build-assemblies.js","sourceRoot":"","sources":["../../../src/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,sBAAsB;IAChC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,2CAA2C;CACtD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,+BAA+B;IACrC,WAAW,EACT,uRAAuR;IACzR,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,8EAA8E;aAC5F;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,IAAA,2BAAmB,EAAC,MAAM,SAAS,CAAC,GAAG,CAAC,eAAe,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC;AACrF,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -9,7 +9,7 @@ export const metadata = {
|
|
|
9
9
|
};
|
|
10
10
|
export const tool = {
|
|
11
11
|
name: 'retrieve_qbd_build_assemblies',
|
|
12
|
-
description: 'Retrieves a build assembly by ID.',
|
|
12
|
+
description: 'Retrieves a build assembly by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific build assemblies by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.',
|
|
13
13
|
inputSchema: {
|
|
14
14
|
type: 'object',
|
|
15
15
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-build-assemblies.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,sBAAsB;IAChC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,2CAA2C;CACtD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,+BAA+B;IACrC,WAAW,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-build-assemblies.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,sBAAsB;IAChC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,2CAA2C;CACtD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,+BAA+B;IACrC,WAAW,EACT,uRAAuR;IACzR,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,8EAA8E;aAC5F;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,mBAAmB,CAAC,MAAM,SAAS,CAAC,GAAG,CAAC,eAAe,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC;AACrF,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -13,7 +13,7 @@ exports.metadata = {
|
|
|
13
13
|
};
|
|
14
14
|
exports.tool = {
|
|
15
15
|
name: 'delete_qbd_checks',
|
|
16
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nPermanently deletes a a check. The deletion will fail if the check is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
16
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nPermanently deletes a a check. The deletion will fail if the check is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/check_delete_response',\n $defs: {\n check_delete_response: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of the deleted check.'\n },\n deleted: {\n type: 'boolean',\n description: 'Indicates whether the check was deleted.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_check\"`.',\n enum: [ 'qbd_check'\n ]\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number of the deleted check.'\n }\n },\n required: [ 'id',\n 'deleted',\n 'objectType',\n 'refNumber'\n ]\n }\n }\n}\n```",
|
|
17
17
|
inputSchema: {
|
|
18
18
|
type: 'object',
|
|
19
19
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-qbd-checks.js","sourceRoot":"","sources":["../../../src/tools/qbd/checks/delete-qbd-checks.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,YAAY;IACtB,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,iCAAiC;CAC5C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,mBAAmB;IACzB,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"delete-qbd-checks.js","sourceRoot":"","sources":["../../../src/tools/qbd/checks/delete-qbd-checks.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,YAAY;IACtB,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,iCAAiC;CAC5C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,mBAAmB;IACzB,WAAW,EACT,8sCAA8sC;IAChtC,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,mEAAmE;aACjF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,cAAc,EAAE,IAAI;KACrB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;AACxG,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -10,7 +10,7 @@ export const metadata = {
|
|
|
10
10
|
};
|
|
11
11
|
export const tool = {
|
|
12
12
|
name: 'delete_qbd_checks',
|
|
13
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nPermanently deletes a a check. The deletion will fail if the check is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
13
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nPermanently deletes a a check. The deletion will fail if the check is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/check_delete_response',\n $defs: {\n check_delete_response: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of the deleted check.'\n },\n deleted: {\n type: 'boolean',\n description: 'Indicates whether the check was deleted.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_check\"`.',\n enum: [ 'qbd_check'\n ]\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number of the deleted check.'\n }\n },\n required: [ 'id',\n 'deleted',\n 'objectType',\n 'refNumber'\n ]\n }\n }\n}\n```",
|
|
14
14
|
inputSchema: {
|
|
15
15
|
type: 'object',
|
|
16
16
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-qbd-checks.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/checks/delete-qbd-checks.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,YAAY;IACtB,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,iCAAiC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,mBAAmB;IACzB,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"delete-qbd-checks.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/checks/delete-qbd-checks.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,YAAY;IACtB,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,iCAAiC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,mBAAmB;IACzB,WAAW,EACT,8sCAA8sC;IAChtC,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,mEAAmE;aACjF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,cAAc,EAAE,IAAI;KACrB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;AACxG,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -12,7 +12,7 @@ exports.metadata = {
|
|
|
12
12
|
};
|
|
13
13
|
exports.tool = {
|
|
14
14
|
name: 'retrieve_qbd_checks',
|
|
15
|
-
description: 'Retrieves a check by ID.\n\nNOTE: The response automatically includes any linked transactions.',
|
|
15
|
+
description: 'Retrieves a check by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific checks by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.\n\nNOTE: The response automatically includes any linked transactions.',
|
|
16
16
|
inputSchema: {
|
|
17
17
|
type: 'object',
|
|
18
18
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-checks.js","sourceRoot":"","sources":["../../../src/tools/qbd/checks/retrieve-qbd-checks.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,YAAY;IACtB,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,iCAAiC;CAC5C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-checks.js","sourceRoot":"","sources":["../../../src/tools/qbd/checks/retrieve-qbd-checks.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,YAAY;IACtB,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,iCAAiC;CAC5C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EACT,0UAA0U;IAC5U,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,qEAAqE;aACnF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,IAAA,2BAAmB,EAAC,MAAM,SAAS,CAAC,GAAG,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC;AAC5E,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -9,7 +9,7 @@ export const metadata = {
|
|
|
9
9
|
};
|
|
10
10
|
export const tool = {
|
|
11
11
|
name: 'retrieve_qbd_checks',
|
|
12
|
-
description: 'Retrieves a check by ID.\n\nNOTE: The response automatically includes any linked transactions.',
|
|
12
|
+
description: 'Retrieves a check by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific checks by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.\n\nNOTE: The response automatically includes any linked transactions.',
|
|
13
13
|
inputSchema: {
|
|
14
14
|
type: 'object',
|
|
15
15
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-checks.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/checks/retrieve-qbd-checks.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,YAAY;IACtB,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,iCAAiC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-checks.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/checks/retrieve-qbd-checks.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,YAAY;IACtB,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,iCAAiC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EACT,0UAA0U;IAC5U,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,qEAAqE;aACnF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,mBAAmB,CAAC,MAAM,SAAS,CAAC,GAAG,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC;AAC5E,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -13,7 +13,7 @@ exports.metadata = {
|
|
|
13
13
|
};
|
|
14
14
|
exports.tool = {
|
|
15
15
|
name: 'list_qbd_classes',
|
|
16
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of classes. NOTE: QuickBooks Desktop does not support pagination for classes; hence, there is no `cursor` parameter. Users typically have few classes.\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
16
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of classes. NOTE: QuickBooks Desktop does not support pagination for classes; hence, there is no `cursor` parameter. Users typically have few classes.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/class_list_response',\n $defs: {\n class_list_response: {\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of classes.',\n items: {\n $ref: '#/$defs/class'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ]\n },\n class: {\n type: 'object',\n title: 'The Class object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this class. This ID is unique across all classes but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this class was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n fullName: {\n type: 'string',\n description: 'The case-insensitive fully-qualified unique name of this class, formed by combining the names of its hierarchical parent objects with its own `name`, separated by colons. For example, if a class is under \"Department\" and has the `name` \"Marketing\", its `fullName` would be \"Department:Marketing\".\\n\\n**NOTE**: Unlike `name`, `fullName` is guaranteed to be unique across all class objects. However, `fullName` can still be arbitrarily changed by the QuickBooks user when they modify the underlying `name` field.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this class is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive name of this class. Not guaranteed to be unique because it does not include the names of its hierarchical parent objects like `fullName` does. For example, two classes could both have the `name` \"Marketing\", but they could have unique `fullName` values, such as \"Department:Marketing\" and \"Internal:Marketing\".'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_class\"`.',\n enum: [ 'qbd_class'\n ]\n },\n parent: {\n type: 'object',\n description: 'The parent class one level above this one in the hierarchy. For example, if this class has a `fullName` of \"Department:Marketing\", its parent has a `fullName` of \"Department\". If this class is at the top level, this field will be `null`.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this class object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n sublevel: {\n type: 'number',\n description: 'The depth level of this class in the hierarchy. A top-level class has a `sublevel` of 0; each subsequent sublevel increases this number by 1. For example, a class with a `fullName` of \"Department:Marketing\" would have a `sublevel` of 1.'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this class was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'createdAt',\n 'fullName',\n 'isActive',\n 'name',\n 'objectType',\n 'parent',\n 'revisionNumber',\n 'sublevel',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
17
17
|
inputSchema: {
|
|
18
18
|
type: 'object',
|
|
19
19
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-qbd-classes.js","sourceRoot":"","sources":["../../../src/tools/qbd/classes/list-qbd-classes.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,aAAa;IACvB,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,6BAA6B;CACxC,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,kBAAkB;IACxB,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"list-qbd-classes.js","sourceRoot":"","sources":["../../../src/tools/qbd/classes/list-qbd-classes.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,aAAa;IACvB,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,6BAA6B;CACxC,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,kBAAkB;IACxB,WAAW,EACT,utKAAutK;IACztK,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,qkBAAqkB;gBACvkB,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,sTAAsT;gBACxT,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,ghBAAghB;aACnhB;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,4KAA4K;aAC/K;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,6KAA6K;aAChL;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,wFAAwF;aACtG;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,6KAA6K;aAChL;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,qFAAqF;aACnG;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,wDAAwD;gBACrE,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC;aACpC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,ykBAAykB;aAC5kB;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wkBAAwkB;aAC3kB;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,oBAAoB,CAAC;KACjC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AACnG,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -10,7 +10,7 @@ export const metadata = {
|
|
|
10
10
|
};
|
|
11
11
|
export const tool = {
|
|
12
12
|
name: 'list_qbd_classes',
|
|
13
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of classes. NOTE: QuickBooks Desktop does not support pagination for classes; hence, there is no `cursor` parameter. Users typically have few classes.\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
13
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of classes. NOTE: QuickBooks Desktop does not support pagination for classes; hence, there is no `cursor` parameter. Users typically have few classes.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/class_list_response',\n $defs: {\n class_list_response: {\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of classes.',\n items: {\n $ref: '#/$defs/class'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ]\n },\n class: {\n type: 'object',\n title: 'The Class object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this class. This ID is unique across all classes but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this class was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n fullName: {\n type: 'string',\n description: 'The case-insensitive fully-qualified unique name of this class, formed by combining the names of its hierarchical parent objects with its own `name`, separated by colons. For example, if a class is under \"Department\" and has the `name` \"Marketing\", its `fullName` would be \"Department:Marketing\".\\n\\n**NOTE**: Unlike `name`, `fullName` is guaranteed to be unique across all class objects. However, `fullName` can still be arbitrarily changed by the QuickBooks user when they modify the underlying `name` field.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this class is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive name of this class. Not guaranteed to be unique because it does not include the names of its hierarchical parent objects like `fullName` does. For example, two classes could both have the `name` \"Marketing\", but they could have unique `fullName` values, such as \"Department:Marketing\" and \"Internal:Marketing\".'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_class\"`.',\n enum: [ 'qbd_class'\n ]\n },\n parent: {\n type: 'object',\n description: 'The parent class one level above this one in the hierarchy. For example, if this class has a `fullName` of \"Department:Marketing\", its parent has a `fullName` of \"Department\". If this class is at the top level, this field will be `null`.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this class object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n sublevel: {\n type: 'number',\n description: 'The depth level of this class in the hierarchy. A top-level class has a `sublevel` of 0; each subsequent sublevel increases this number by 1. For example, a class with a `fullName` of \"Department:Marketing\" would have a `sublevel` of 1.'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this class was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'createdAt',\n 'fullName',\n 'isActive',\n 'name',\n 'objectType',\n 'parent',\n 'revisionNumber',\n 'sublevel',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
14
14
|
inputSchema: {
|
|
15
15
|
type: 'object',
|
|
16
16
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-qbd-classes.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/classes/list-qbd-classes.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,aAAa;IACvB,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,6BAA6B;CACxC,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,kBAAkB;IACxB,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"list-qbd-classes.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/classes/list-qbd-classes.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,aAAa;IACvB,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,6BAA6B;CACxC,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,kBAAkB;IACxB,WAAW,EACT,utKAAutK;IACztK,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,qkBAAqkB;gBACvkB,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,sTAAsT;gBACxT,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,ghBAAghB;aACnhB;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,4KAA4K;aAC/K;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,6KAA6K;aAChL;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,wFAAwF;aACtG;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,6KAA6K;aAChL;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,qFAAqF;aACnG;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,wDAAwD;gBACrE,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC;aACpC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,ykBAAykB;aAC5kB;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wkBAAwkB;aAC3kB;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,oBAAoB,CAAC;KACjC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AACnG,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -13,7 +13,7 @@ exports.metadata = {
|
|
|
13
13
|
};
|
|
14
14
|
exports.tool = {
|
|
15
15
|
name: 'retrieve_qbd_classes',
|
|
16
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves a class by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/class',\n $defs: {\n class: {\n type: 'object',\n title: 'The Class object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this class. This ID is unique across all classes but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this class was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n fullName: {\n type: 'string',\n description: 'The case-insensitive fully-qualified unique name of this class, formed by combining the names of its hierarchical parent objects with its own `name`, separated by colons. For example, if a class is under \"Department\" and has the `name` \"Marketing\", its `fullName` would be \"Department:Marketing\".\\n\\n**NOTE**: Unlike `name`, `fullName` is guaranteed to be unique across all class objects. However, `fullName` can still be arbitrarily changed by the QuickBooks user when they modify the underlying `name` field.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this class is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive name of this class. Not guaranteed to be unique because it does not include the names of its hierarchical parent objects like `fullName` does. For example, two classes could both have the `name` \"Marketing\", but they could have unique `fullName` values, such as \"Department:Marketing\" and \"Internal:Marketing\".'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_class\"`.',\n enum: [ 'qbd_class'\n ]\n },\n parent: {\n type: 'object',\n description: 'The parent class one level above this one in the hierarchy. For example, if this class has a `fullName` of \"Department:Marketing\", its parent has a `fullName` of \"Department\". If this class is at the top level, this field will be `null`.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this class object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n sublevel: {\n type: 'number',\n description: 'The depth level of this class in the hierarchy. A top-level class has a `sublevel` of 0; each subsequent sublevel increases this number by 1. For example, a class with a `fullName` of \"Department:Marketing\" would have a `sublevel` of 1.'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this class was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'createdAt',\n 'fullName',\n 'isActive',\n 'name',\n 'objectType',\n 'parent',\n 'revisionNumber',\n 'sublevel',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
16
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves a class by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific classes by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/class',\n $defs: {\n class: {\n type: 'object',\n title: 'The Class object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this class. This ID is unique across all classes but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this class was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n fullName: {\n type: 'string',\n description: 'The case-insensitive fully-qualified unique name of this class, formed by combining the names of its hierarchical parent objects with its own `name`, separated by colons. For example, if a class is under \"Department\" and has the `name` \"Marketing\", its `fullName` would be \"Department:Marketing\".\\n\\n**NOTE**: Unlike `name`, `fullName` is guaranteed to be unique across all class objects. However, `fullName` can still be arbitrarily changed by the QuickBooks user when they modify the underlying `name` field.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this class is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive name of this class. Not guaranteed to be unique because it does not include the names of its hierarchical parent objects like `fullName` does. For example, two classes could both have the `name` \"Marketing\", but they could have unique `fullName` values, such as \"Department:Marketing\" and \"Internal:Marketing\".'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_class\"`.',\n enum: [ 'qbd_class'\n ]\n },\n parent: {\n type: 'object',\n description: 'The parent class one level above this one in the hierarchy. For example, if this class has a `fullName` of \"Department:Marketing\", its parent has a `fullName` of \"Department\". If this class is at the top level, this field will be `null`.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this class object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n sublevel: {\n type: 'number',\n description: 'The depth level of this class in the hierarchy. A top-level class has a `sublevel` of 0; each subsequent sublevel increases this number by 1. For example, a class with a `fullName` of \"Department:Marketing\" would have a `sublevel` of 1.'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this class was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'createdAt',\n 'fullName',\n 'isActive',\n 'name',\n 'objectType',\n 'parent',\n 'revisionNumber',\n 'sublevel',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
17
17
|
inputSchema: {
|
|
18
18
|
type: 'object',
|
|
19
19
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-classes.js","sourceRoot":"","sources":["../../../src/tools/qbd/classes/retrieve-qbd-classes.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,aAAa;IACvB,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,kCAAkC;CAC7C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-classes.js","sourceRoot":"","sources":["../../../src/tools/qbd/classes/retrieve-qbd-classes.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,aAAa;IACvB,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,kCAAkC;CAC7C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EACT,8oJAA8oJ;IAChpJ,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,qEAAqE;aACnF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;AAC3G,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -10,7 +10,7 @@ export const metadata = {
|
|
|
10
10
|
};
|
|
11
11
|
export const tool = {
|
|
12
12
|
name: 'retrieve_qbd_classes',
|
|
13
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves a class by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/class',\n $defs: {\n class: {\n type: 'object',\n title: 'The Class object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this class. This ID is unique across all classes but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this class was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n fullName: {\n type: 'string',\n description: 'The case-insensitive fully-qualified unique name of this class, formed by combining the names of its hierarchical parent objects with its own `name`, separated by colons. For example, if a class is under \"Department\" and has the `name` \"Marketing\", its `fullName` would be \"Department:Marketing\".\\n\\n**NOTE**: Unlike `name`, `fullName` is guaranteed to be unique across all class objects. However, `fullName` can still be arbitrarily changed by the QuickBooks user when they modify the underlying `name` field.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this class is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive name of this class. Not guaranteed to be unique because it does not include the names of its hierarchical parent objects like `fullName` does. For example, two classes could both have the `name` \"Marketing\", but they could have unique `fullName` values, such as \"Department:Marketing\" and \"Internal:Marketing\".'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_class\"`.',\n enum: [ 'qbd_class'\n ]\n },\n parent: {\n type: 'object',\n description: 'The parent class one level above this one in the hierarchy. For example, if this class has a `fullName` of \"Department:Marketing\", its parent has a `fullName` of \"Department\". If this class is at the top level, this field will be `null`.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this class object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n sublevel: {\n type: 'number',\n description: 'The depth level of this class in the hierarchy. A top-level class has a `sublevel` of 0; each subsequent sublevel increases this number by 1. For example, a class with a `fullName` of \"Department:Marketing\" would have a `sublevel` of 1.'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this class was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'createdAt',\n 'fullName',\n 'isActive',\n 'name',\n 'objectType',\n 'parent',\n 'revisionNumber',\n 'sublevel',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
13
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves a class by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific classes by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/class',\n $defs: {\n class: {\n type: 'object',\n title: 'The Class object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this class. This ID is unique across all classes but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this class was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n fullName: {\n type: 'string',\n description: 'The case-insensitive fully-qualified unique name of this class, formed by combining the names of its hierarchical parent objects with its own `name`, separated by colons. For example, if a class is under \"Department\" and has the `name` \"Marketing\", its `fullName` would be \"Department:Marketing\".\\n\\n**NOTE**: Unlike `name`, `fullName` is guaranteed to be unique across all class objects. However, `fullName` can still be arbitrarily changed by the QuickBooks user when they modify the underlying `name` field.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this class is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive name of this class. Not guaranteed to be unique because it does not include the names of its hierarchical parent objects like `fullName` does. For example, two classes could both have the `name` \"Marketing\", but they could have unique `fullName` values, such as \"Department:Marketing\" and \"Internal:Marketing\".'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_class\"`.',\n enum: [ 'qbd_class'\n ]\n },\n parent: {\n type: 'object',\n description: 'The parent class one level above this one in the hierarchy. For example, if this class has a `fullName` of \"Department:Marketing\", its parent has a `fullName` of \"Department\". If this class is at the top level, this field will be `null`.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this class object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n sublevel: {\n type: 'number',\n description: 'The depth level of this class in the hierarchy. A top-level class has a `sublevel` of 0; each subsequent sublevel increases this number by 1. For example, a class with a `fullName` of \"Department:Marketing\" would have a `sublevel` of 1.'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this class was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'createdAt',\n 'fullName',\n 'isActive',\n 'name',\n 'objectType',\n 'parent',\n 'revisionNumber',\n 'sublevel',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
14
14
|
inputSchema: {
|
|
15
15
|
type: 'object',
|
|
16
16
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-classes.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/classes/retrieve-qbd-classes.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,aAAa;IACvB,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,kCAAkC;CAC7C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-classes.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/classes/retrieve-qbd-classes.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,aAAa;IACvB,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,kCAAkC;CAC7C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EACT,8oJAA8oJ;IAChpJ,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,qEAAqE;aACnF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,OAAO,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;AAC3G,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -13,7 +13,7 @@ exports.metadata = {
|
|
|
13
13
|
};
|
|
14
14
|
exports.tool = {
|
|
15
15
|
name: 'delete_qbd_credit_card_charges',
|
|
16
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nPermanently deletes a a credit card charge. The deletion will fail if the credit card charge is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
16
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nPermanently deletes a a credit card charge. The deletion will fail if the credit card charge is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/credit_card_charge_delete_response',\n $defs: {\n credit_card_charge_delete_response: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of the deleted credit card charge.'\n },\n deleted: {\n type: 'boolean',\n description: 'Indicates whether the credit card charge was deleted.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_credit_card_charge\"`.',\n enum: [ 'qbd_credit_card_charge'\n ]\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number of the deleted credit card charge.'\n }\n },\n required: [ 'id',\n 'deleted',\n 'objectType',\n 'refNumber'\n ]\n }\n }\n}\n```",
|
|
17
17
|
inputSchema: {
|
|
18
18
|
type: 'object',
|
|
19
19
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-qbd-credit-card-charges.js","sourceRoot":"","sources":["../../../src/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,yBAAyB;IACnC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,8CAA8C;CACzD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,gCAAgC;IACtC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"delete-qbd-credit-card-charges.js","sourceRoot":"","sources":["../../../src/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,yBAAyB;IACnC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,8CAA8C;CACzD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,gCAAgC;IACtC,WAAW,EACT,m0CAAm0C;IACr0C,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,gFAAgF;aAC9F;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,cAAc,EAAE,IAAI;KACrB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,OAAO,IAAA,2BAAmB,EACxB,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,iBAAiB,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACrF,CAAC;AACJ,CAAC,CAAC;AALW,QAAA,OAAO,WAKlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -10,7 +10,7 @@ export const metadata = {
|
|
|
10
10
|
};
|
|
11
11
|
export const tool = {
|
|
12
12
|
name: 'delete_qbd_credit_card_charges',
|
|
13
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nPermanently deletes a a credit card charge. The deletion will fail if the credit card charge is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
13
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nPermanently deletes a a credit card charge. The deletion will fail if the credit card charge is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/credit_card_charge_delete_response',\n $defs: {\n credit_card_charge_delete_response: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of the deleted credit card charge.'\n },\n deleted: {\n type: 'boolean',\n description: 'Indicates whether the credit card charge was deleted.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_credit_card_charge\"`.',\n enum: [ 'qbd_credit_card_charge'\n ]\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number of the deleted credit card charge.'\n }\n },\n required: [ 'id',\n 'deleted',\n 'objectType',\n 'refNumber'\n ]\n }\n }\n}\n```",
|
|
14
14
|
inputSchema: {
|
|
15
15
|
type: 'object',
|
|
16
16
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-qbd-credit-card-charges.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,yBAAyB;IACnC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,8CAA8C;CACzD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,gCAAgC;IACtC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"delete-qbd-credit-card-charges.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,yBAAyB;IACnC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,8CAA8C;CACzD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,gCAAgC;IACtC,WAAW,EACT,m0CAAm0C;IACr0C,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,gFAAgF;aAC9F;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,cAAc,EAAE,IAAI;KACrB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,OAAO,mBAAmB,CACxB,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,iBAAiB,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACrF,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-credit-card-charges.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAuB,MAAM,gCAAgC;OAEvE,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-credit-card-charges.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAuB,MAAM,gCAAgC;OAEvE,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAsBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-credit-card-charges.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAuB,MAAM,gCAAgC;OAEvE,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-credit-card-charges.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAuB,MAAM,gCAAgC;OAEvE,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAsBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
|
|
@@ -12,7 +12,7 @@ exports.metadata = {
|
|
|
12
12
|
};
|
|
13
13
|
exports.tool = {
|
|
14
14
|
name: 'retrieve_qbd_credit_card_charges',
|
|
15
|
-
description: 'Retrieves a credit card charge by ID.',
|
|
15
|
+
description: 'Retrieves a credit card charge by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific credit card charges by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.',
|
|
16
16
|
inputSchema: {
|
|
17
17
|
type: 'object',
|
|
18
18
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-credit-card-charges.js","sourceRoot":"","sources":["../../../src/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,yBAAyB;IACnC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,8CAA8C;CACzD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,kCAAkC;IACxC,WAAW,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-credit-card-charges.js","sourceRoot":"","sources":["../../../src/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,yBAAyB;IACnC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,8CAA8C;CACzD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,kCAAkC;IACxC,WAAW,EACT,8RAA8R;IAChS,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,kFAAkF;aAChG;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,IAAA,2BAAmB,EAAC,MAAM,SAAS,CAAC,GAAG,CAAC,iBAAiB,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC;AACvF,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -9,7 +9,7 @@ export const metadata = {
|
|
|
9
9
|
};
|
|
10
10
|
export const tool = {
|
|
11
11
|
name: 'retrieve_qbd_credit_card_charges',
|
|
12
|
-
description: 'Retrieves a credit card charge by ID.',
|
|
12
|
+
description: 'Retrieves a credit card charge by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific credit card charges by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.',
|
|
13
13
|
inputSchema: {
|
|
14
14
|
type: 'object',
|
|
15
15
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-credit-card-charges.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,yBAAyB;IACnC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,8CAA8C;CACzD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,kCAAkC;IACxC,WAAW,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-credit-card-charges.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,yBAAyB;IACnC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,8CAA8C;CACzD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,kCAAkC;IACxC,WAAW,EACT,8RAA8R;IAChS,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,kFAAkF;aAChG;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,mBAAmB,CAAC,MAAM,SAAS,CAAC,GAAG,CAAC,iBAAiB,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC;AACvF,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -13,7 +13,7 @@ exports.metadata = {
|
|
|
13
13
|
};
|
|
14
14
|
exports.tool = {
|
|
15
15
|
name: 'delete_qbd_credit_card_credits',
|
|
16
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nPermanently deletes a a credit card credit. The deletion will fail if the credit card credit is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
16
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nPermanently deletes a a credit card credit. The deletion will fail if the credit card credit is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/credit_card_credit_delete_response',\n $defs: {\n credit_card_credit_delete_response: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of the deleted credit card credit.'\n },\n deleted: {\n type: 'boolean',\n description: 'Indicates whether the credit card credit was deleted.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_credit_card_credit\"`.',\n enum: [ 'qbd_credit_card_credit'\n ]\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number of the deleted credit card credit.'\n }\n },\n required: [ 'id',\n 'deleted',\n 'objectType',\n 'refNumber'\n ]\n }\n }\n}\n```",
|
|
17
17
|
inputSchema: {
|
|
18
18
|
type: 'object',
|
|
19
19
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-qbd-credit-card-credits.js","sourceRoot":"","sources":["../../../src/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,yBAAyB;IACnC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,8CAA8C;CACzD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,gCAAgC;IACtC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"delete-qbd-credit-card-credits.js","sourceRoot":"","sources":["../../../src/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,yBAAyB;IACnC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,8CAA8C;CACzD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,gCAAgC;IACtC,WAAW,EACT,m0CAAm0C;IACr0C,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,gFAAgF;aAC9F;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,cAAc,EAAE,IAAI;KACrB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,OAAO,IAAA,2BAAmB,EACxB,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,iBAAiB,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACrF,CAAC;AACJ,CAAC,CAAC;AALW,QAAA,OAAO,WAKlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -10,7 +10,7 @@ export const metadata = {
|
|
|
10
10
|
};
|
|
11
11
|
export const tool = {
|
|
12
12
|
name: 'delete_qbd_credit_card_credits',
|
|
13
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nPermanently deletes a a credit card credit. The deletion will fail if the credit card credit is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n type: 'object',\n
|
|
13
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nPermanently deletes a a credit card credit. The deletion will fail if the credit card credit is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/credit_card_credit_delete_response',\n $defs: {\n credit_card_credit_delete_response: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of the deleted credit card credit.'\n },\n deleted: {\n type: 'boolean',\n description: 'Indicates whether the credit card credit was deleted.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_credit_card_credit\"`.',\n enum: [ 'qbd_credit_card_credit'\n ]\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number of the deleted credit card credit.'\n }\n },\n required: [ 'id',\n 'deleted',\n 'objectType',\n 'refNumber'\n ]\n }\n }\n}\n```",
|
|
14
14
|
inputSchema: {
|
|
15
15
|
type: 'object',
|
|
16
16
|
properties: {
|