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
|
@@ -13,7 +13,7 @@ exports.metadata = {
|
|
|
13
13
|
};
|
|
14
14
|
exports.tool = {
|
|
15
15
|
name: 'retrieve_qbd_time_tracking_activities',
|
|
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 time tracking activity by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/time_tracking_activity',\n $defs: {\n time_tracking_activity: {\n type: 'object',\n title: 'The Time Tracking Activity object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this time tracking activity. This ID is unique across all transaction types.'\n },\n billingStatus: {\n type: 'string',\n description: 'The billing status of this time tracking activity.\\n\\n**IMPORTANT**: When this field is set to \"billable\" for time tracking activities, both `customer` and `serviceItem` are required so that an invoice can be created.',\n enum: [ 'billable',\n 'has_been_billed',\n 'not_billable'\n ]\n },\n class: {\n type: 'object',\n description: 'The time tracking activity\\'s class. Classes can be used to categorize objects into meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default.',\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 createdAt: {\n type: 'string',\n description: 'The date and time when this time tracking activity 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 customer: {\n type: 'object',\n description: 'The customer or customer-job to which this time tracking activity could be billed. If `billingStatus` is set to \"billable\", this field is required.',\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 duration: {\n type: 'string',\n description: 'The time spent performing the service during this time tracking activity, in ISO 8601 format for time intervals (PTnHnMnS). For example, 1 hour and 30 minutes is represented as PT1H30M.\\n\\n**NOTE**: Although seconds can be specified when creating a time tracking activity, they are not returned in responses since QuickBooks Desktop\\'s UI does not display seconds.\\n\\n**IMPORTANT**: This field is required for updating time tracking activities, even if the field is not being modified, because of a bug in QuickBooks itself.'\n },\n entity: {\n type: 'object',\n description: 'The employee, vendor, or person on QuickBooks\\'s \"Other Names\" list whose time is being tracked in this time tracking activity. This cannot refer to a customer - use the `customer` field to associate a customer or customer-job with this time tracking activity.',\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 externalId: {\n type: 'string',\n description: 'A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.'\n },\n isBilled: {\n type: 'boolean',\n description: 'Indicates whether this time tracking activity has been billed.'\n },\n note: {\n type: 'string',\n description: 'A note or comment about this time tracking activity.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_time_tracking_activity\"`.',\n enum: [ 'qbd_time_tracking_activity'\n ]\n },\n payrollWageItem: {\n type: 'object',\n description: 'The payroll wage item (e.g., Regular Pay, Overtime Pay) to use for this time tracking activity. This field can only be used for time tracking if: (1) the person specified in `entity` is an employee in QuickBooks, and (2) the \"Use time data to create paychecks\" preference is enabled in their payroll settings.',\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 time tracking activity 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 serviceItem: {\n type: 'object',\n description: 'The type of service performed during this time tracking activity, referring to billable or purchasable services such as specialized labor, consulting hours, and professional fees.\\n\\n**NOTE**: This field is not required if no `customer` is specified. However, if `billingStatus` is set to \"billable\", both this field and `customer` are required.',\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 transactionDate: {\n type: 'string',\n description: 'The date of this time tracking activity, in ISO 8601 format (YYYY-MM-DD).',\n format: 'date'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this time tracking activity 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 'billingStatus',\n 'class',\n 'createdAt',\n 'customer',\n 'duration',\n 'entity',\n 'externalId',\n 'isBilled',\n 'note',\n 'objectType',\n 'payrollWageItem',\n 'revisionNumber',\n 'serviceItem',\n 'transactionDate',\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 time tracking activity by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific time tracking activities 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/time_tracking_activity',\n $defs: {\n time_tracking_activity: {\n type: 'object',\n title: 'The Time Tracking Activity object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this time tracking activity. This ID is unique across all transaction types.'\n },\n billingStatus: {\n type: 'string',\n description: 'The billing status of this time tracking activity.\\n\\n**IMPORTANT**: When this field is set to \"billable\" for time tracking activities, both `customer` and `serviceItem` are required so that an invoice can be created.',\n enum: [ 'billable',\n 'has_been_billed',\n 'not_billable'\n ]\n },\n class: {\n type: 'object',\n description: 'The time tracking activity\\'s class. Classes can be used to categorize objects into meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default.',\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 createdAt: {\n type: 'string',\n description: 'The date and time when this time tracking activity 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 customer: {\n type: 'object',\n description: 'The customer or customer-job to which this time tracking activity could be billed. If `billingStatus` is set to \"billable\", this field is required.',\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 duration: {\n type: 'string',\n description: 'The time spent performing the service during this time tracking activity, in ISO 8601 format for time intervals (PTnHnMnS). For example, 1 hour and 30 minutes is represented as PT1H30M.\\n\\n**NOTE**: Although seconds can be specified when creating a time tracking activity, they are not returned in responses since QuickBooks Desktop\\'s UI does not display seconds.\\n\\n**IMPORTANT**: This field is required for updating time tracking activities, even if the field is not being modified, because of a bug in QuickBooks itself.'\n },\n entity: {\n type: 'object',\n description: 'The employee, vendor, or person on QuickBooks\\'s \"Other Names\" list whose time is being tracked in this time tracking activity. This cannot refer to a customer - use the `customer` field to associate a customer or customer-job with this time tracking activity.',\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 externalId: {\n type: 'string',\n description: 'A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.'\n },\n isBilled: {\n type: 'boolean',\n description: 'Indicates whether this time tracking activity has been billed.'\n },\n note: {\n type: 'string',\n description: 'A note or comment about this time tracking activity.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_time_tracking_activity\"`.',\n enum: [ 'qbd_time_tracking_activity'\n ]\n },\n payrollWageItem: {\n type: 'object',\n description: 'The payroll wage item (e.g., Regular Pay, Overtime Pay) to use for this time tracking activity. This field can only be used for time tracking if: (1) the person specified in `entity` is an employee in QuickBooks, and (2) the \"Use time data to create paychecks\" preference is enabled in their payroll settings.',\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 time tracking activity 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 serviceItem: {\n type: 'object',\n description: 'The type of service performed during this time tracking activity, referring to billable or purchasable services such as specialized labor, consulting hours, and professional fees.\\n\\n**NOTE**: This field is not required if no `customer` is specified. However, if `billingStatus` is set to \"billable\", both this field and `customer` are required.',\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 transactionDate: {\n type: 'string',\n description: 'The date of this time tracking activity, in ISO 8601 format (YYYY-MM-DD).',\n format: 'date'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this time tracking activity 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 'billingStatus',\n 'class',\n 'createdAt',\n 'customer',\n 'duration',\n 'entity',\n 'externalId',\n 'isBilled',\n 'note',\n 'objectType',\n 'payrollWageItem',\n 'revisionNumber',\n 'serviceItem',\n 'transactionDate',\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-time-tracking-activities.js","sourceRoot":"","sources":["../../../src/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,8BAA8B;IACxC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,mDAAmD;CAC9D,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,uCAAuC;IAC7C,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-time-tracking-activities.js","sourceRoot":"","sources":["../../../src/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,8BAA8B;IACxC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,mDAAmD;CAC9D,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,uCAAuC;IAC7C,WAAW,EACT,6gSAA6gS;IAC/gS,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,sFAAsF;aACpG;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,EACxB,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,sBAAsB,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAC5F,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: 'retrieve_qbd_time_tracking_activities',
|
|
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 time tracking activity by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/time_tracking_activity',\n $defs: {\n time_tracking_activity: {\n type: 'object',\n title: 'The Time Tracking Activity object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this time tracking activity. This ID is unique across all transaction types.'\n },\n billingStatus: {\n type: 'string',\n description: 'The billing status of this time tracking activity.\\n\\n**IMPORTANT**: When this field is set to \"billable\" for time tracking activities, both `customer` and `serviceItem` are required so that an invoice can be created.',\n enum: [ 'billable',\n 'has_been_billed',\n 'not_billable'\n ]\n },\n class: {\n type: 'object',\n description: 'The time tracking activity\\'s class. Classes can be used to categorize objects into meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default.',\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 createdAt: {\n type: 'string',\n description: 'The date and time when this time tracking activity 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 customer: {\n type: 'object',\n description: 'The customer or customer-job to which this time tracking activity could be billed. If `billingStatus` is set to \"billable\", this field is required.',\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 duration: {\n type: 'string',\n description: 'The time spent performing the service during this time tracking activity, in ISO 8601 format for time intervals (PTnHnMnS). For example, 1 hour and 30 minutes is represented as PT1H30M.\\n\\n**NOTE**: Although seconds can be specified when creating a time tracking activity, they are not returned in responses since QuickBooks Desktop\\'s UI does not display seconds.\\n\\n**IMPORTANT**: This field is required for updating time tracking activities, even if the field is not being modified, because of a bug in QuickBooks itself.'\n },\n entity: {\n type: 'object',\n description: 'The employee, vendor, or person on QuickBooks\\'s \"Other Names\" list whose time is being tracked in this time tracking activity. This cannot refer to a customer - use the `customer` field to associate a customer or customer-job with this time tracking activity.',\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 externalId: {\n type: 'string',\n description: 'A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.'\n },\n isBilled: {\n type: 'boolean',\n description: 'Indicates whether this time tracking activity has been billed.'\n },\n note: {\n type: 'string',\n description: 'A note or comment about this time tracking activity.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_time_tracking_activity\"`.',\n enum: [ 'qbd_time_tracking_activity'\n ]\n },\n payrollWageItem: {\n type: 'object',\n description: 'The payroll wage item (e.g., Regular Pay, Overtime Pay) to use for this time tracking activity. This field can only be used for time tracking if: (1) the person specified in `entity` is an employee in QuickBooks, and (2) the \"Use time data to create paychecks\" preference is enabled in their payroll settings.',\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 time tracking activity 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 serviceItem: {\n type: 'object',\n description: 'The type of service performed during this time tracking activity, referring to billable or purchasable services such as specialized labor, consulting hours, and professional fees.\\n\\n**NOTE**: This field is not required if no `customer` is specified. However, if `billingStatus` is set to \"billable\", both this field and `customer` are required.',\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 transactionDate: {\n type: 'string',\n description: 'The date of this time tracking activity, in ISO 8601 format (YYYY-MM-DD).',\n format: 'date'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this time tracking activity 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 'billingStatus',\n 'class',\n 'createdAt',\n 'customer',\n 'duration',\n 'entity',\n 'externalId',\n 'isBilled',\n 'note',\n 'objectType',\n 'payrollWageItem',\n 'revisionNumber',\n 'serviceItem',\n 'transactionDate',\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 time tracking activity by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific time tracking activities 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/time_tracking_activity',\n $defs: {\n time_tracking_activity: {\n type: 'object',\n title: 'The Time Tracking Activity object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this time tracking activity. This ID is unique across all transaction types.'\n },\n billingStatus: {\n type: 'string',\n description: 'The billing status of this time tracking activity.\\n\\n**IMPORTANT**: When this field is set to \"billable\" for time tracking activities, both `customer` and `serviceItem` are required so that an invoice can be created.',\n enum: [ 'billable',\n 'has_been_billed',\n 'not_billable'\n ]\n },\n class: {\n type: 'object',\n description: 'The time tracking activity\\'s class. Classes can be used to categorize objects into meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default.',\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 createdAt: {\n type: 'string',\n description: 'The date and time when this time tracking activity 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 customer: {\n type: 'object',\n description: 'The customer or customer-job to which this time tracking activity could be billed. If `billingStatus` is set to \"billable\", this field is required.',\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 duration: {\n type: 'string',\n description: 'The time spent performing the service during this time tracking activity, in ISO 8601 format for time intervals (PTnHnMnS). For example, 1 hour and 30 minutes is represented as PT1H30M.\\n\\n**NOTE**: Although seconds can be specified when creating a time tracking activity, they are not returned in responses since QuickBooks Desktop\\'s UI does not display seconds.\\n\\n**IMPORTANT**: This field is required for updating time tracking activities, even if the field is not being modified, because of a bug in QuickBooks itself.'\n },\n entity: {\n type: 'object',\n description: 'The employee, vendor, or person on QuickBooks\\'s \"Other Names\" list whose time is being tracked in this time tracking activity. This cannot refer to a customer - use the `customer` field to associate a customer or customer-job with this time tracking activity.',\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 externalId: {\n type: 'string',\n description: 'A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.'\n },\n isBilled: {\n type: 'boolean',\n description: 'Indicates whether this time tracking activity has been billed.'\n },\n note: {\n type: 'string',\n description: 'A note or comment about this time tracking activity.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_time_tracking_activity\"`.',\n enum: [ 'qbd_time_tracking_activity'\n ]\n },\n payrollWageItem: {\n type: 'object',\n description: 'The payroll wage item (e.g., Regular Pay, Overtime Pay) to use for this time tracking activity. This field can only be used for time tracking if: (1) the person specified in `entity` is an employee in QuickBooks, and (2) the \"Use time data to create paychecks\" preference is enabled in their payroll settings.',\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 time tracking activity 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 serviceItem: {\n type: 'object',\n description: 'The type of service performed during this time tracking activity, referring to billable or purchasable services such as specialized labor, consulting hours, and professional fees.\\n\\n**NOTE**: This field is not required if no `customer` is specified. However, if `billingStatus` is set to \"billable\", both this field and `customer` are required.',\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 transactionDate: {\n type: 'string',\n description: 'The date of this time tracking activity, in ISO 8601 format (YYYY-MM-DD).',\n format: 'date'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this time tracking activity 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 'billingStatus',\n 'class',\n 'createdAt',\n 'customer',\n 'duration',\n 'entity',\n 'externalId',\n 'isBilled',\n 'note',\n 'objectType',\n 'payrollWageItem',\n 'revisionNumber',\n 'serviceItem',\n 'transactionDate',\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-time-tracking-activities.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.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,8BAA8B;IACxC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,mDAAmD;CAC9D,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,uCAAuC;IAC7C,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-time-tracking-activities.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.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,8BAA8B;IACxC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,mDAAmD;CAC9D,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,uCAAuC;IAC7C,WAAW,EACT,6gSAA6gS;IAC/gS,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,sFAAsF;aACpG;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,CACxB,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,sBAAsB,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAC5F,CAAC;AACJ,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_transactions',
|
|
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 transaction by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/transaction',\n $defs: {\n transaction: {\n type: 'object',\n title: 'The Transaction object',\n properties: {\n account: {\n type: 'object',\n description: 'The account associated with this transaction.',\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 amount: {\n type: 'string',\n description: 'The monetary amount of this transaction, represented as a decimal string.'\n },\n amountInHomeCurrency: {\n type: 'string',\n description: 'The monetary amount of this transaction converted to the home currency of the QuickBooks company file. Represented as a decimal string.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this transaction 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 currency: {\n type: 'object',\n description: 'The transaction\\'s currency. For built-in currencies, the name and code are standard international values. For user-defined currencies, all values are editable.',\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 entity: {\n type: 'object',\n description: 'The customer, vendor, employee, or person on QuickBooks\\'s \"Other Names\" list associated with this transaction.',\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 exchangeRate: {\n type: 'number',\n description: 'The market exchange rate between this transaction\\'s currency and the home currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency).'\n },\n memo: {\n type: 'string',\n description: 'A memo or note for this transaction.'\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number for this transaction, which can be used to identify the transaction in QuickBooks. This value is not required to be unique and can be arbitrarily changed by the QuickBooks user.'\n },\n transactionDate: {\n type: 'string',\n description: 'The date of this transaction, in ISO 8601 format (YYYY-MM-DD).',\n format: 'date'\n },\n transactionId: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of this transaction. If `transactionLineId` is also defined, this is the identifier of the line\\'s parent transaction object.'\n },\n transactionLineId: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of this transaction line. If `null`, this result is a transaction object.'\n },\n transactionType: {\n type: 'string',\n description: 'The type of transaction.',\n enum: [ 'ar_refund_credit_card',\n 'bill',\n 'bill_payment_check',\n 'bill_payment_credit_card',\n 'build_assembly',\n 'charge',\n 'check',\n 'credit_card_charge',\n 'credit_card_credit',\n 'credit_memo',\n 'deposit',\n 'estimate',\n 'inventory_adjustment',\n 'invoice',\n 'item_receipt',\n 'journal_entry',\n 'liability_adjustment',\n 'paycheck',\n 'payroll_liability_check',\n 'purchase_order',\n 'receive_payment',\n 'sales_order',\n 'sales_receipt',\n 'sales_tax_payment_check',\n 'transfer',\n 'vendor_credit',\n 'ytd_adjustment'\n ]\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this transaction 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: [ 'account',\n 'amount',\n 'amountInHomeCurrency',\n 'createdAt',\n 'currency',\n 'entity',\n 'exchangeRate',\n 'memo',\n 'refNumber',\n 'transactionDate',\n 'transactionId',\n 'transactionLineId',\n 'transactionType',\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 transaction by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific transactions 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/transaction',\n $defs: {\n transaction: {\n type: 'object',\n title: 'The Transaction object',\n properties: {\n account: {\n type: 'object',\n description: 'The account associated with this transaction.',\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 amount: {\n type: 'string',\n description: 'The monetary amount of this transaction, represented as a decimal string.'\n },\n amountInHomeCurrency: {\n type: 'string',\n description: 'The monetary amount of this transaction converted to the home currency of the QuickBooks company file. Represented as a decimal string.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this transaction 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 currency: {\n type: 'object',\n description: 'The transaction\\'s currency. For built-in currencies, the name and code are standard international values. For user-defined currencies, all values are editable.',\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 entity: {\n type: 'object',\n description: 'The customer, vendor, employee, or person on QuickBooks\\'s \"Other Names\" list associated with this transaction.',\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 exchangeRate: {\n type: 'number',\n description: 'The market exchange rate between this transaction\\'s currency and the home currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency).'\n },\n memo: {\n type: 'string',\n description: 'A memo or note for this transaction.'\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number for this transaction, which can be used to identify the transaction in QuickBooks. This value is not required to be unique and can be arbitrarily changed by the QuickBooks user.'\n },\n transactionDate: {\n type: 'string',\n description: 'The date of this transaction, in ISO 8601 format (YYYY-MM-DD).',\n format: 'date'\n },\n transactionId: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of this transaction. If `transactionLineId` is also defined, this is the identifier of the line\\'s parent transaction object.'\n },\n transactionLineId: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of this transaction line. If `null`, this result is a transaction object.'\n },\n transactionType: {\n type: 'string',\n description: 'The type of transaction.',\n enum: [ 'ar_refund_credit_card',\n 'bill',\n 'bill_payment_check',\n 'bill_payment_credit_card',\n 'build_assembly',\n 'charge',\n 'check',\n 'credit_card_charge',\n 'credit_card_credit',\n 'credit_memo',\n 'deposit',\n 'estimate',\n 'inventory_adjustment',\n 'invoice',\n 'item_receipt',\n 'journal_entry',\n 'liability_adjustment',\n 'paycheck',\n 'payroll_liability_check',\n 'purchase_order',\n 'receive_payment',\n 'sales_order',\n 'sales_receipt',\n 'sales_tax_payment_check',\n 'transfer',\n 'vendor_credit',\n 'ytd_adjustment'\n ]\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this transaction 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: [ 'account',\n 'amount',\n 'amountInHomeCurrency',\n 'createdAt',\n 'currency',\n 'entity',\n 'exchangeRate',\n 'memo',\n 'refNumber',\n 'transactionDate',\n 'transactionId',\n 'transactionLineId',\n 'transactionType',\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-transactions.js","sourceRoot":"","sources":["../../../src/tools/qbd/transactions/retrieve-qbd-transactions.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,kBAAkB;IAC5B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,uCAAuC;CAClD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-transactions.js","sourceRoot":"","sources":["../../../src/tools/qbd/transactions/retrieve-qbd-transactions.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,kBAAkB;IAC5B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,uCAAuC;CAClD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EACT,6rNAA6rN;IAC/rN,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,2EAA2E;aACzF;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,EACxB,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,YAAY,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAClF,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: 'retrieve_qbd_transactions',
|
|
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 transaction by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/transaction',\n $defs: {\n transaction: {\n type: 'object',\n title: 'The Transaction object',\n properties: {\n account: {\n type: 'object',\n description: 'The account associated with this transaction.',\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 amount: {\n type: 'string',\n description: 'The monetary amount of this transaction, represented as a decimal string.'\n },\n amountInHomeCurrency: {\n type: 'string',\n description: 'The monetary amount of this transaction converted to the home currency of the QuickBooks company file. Represented as a decimal string.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this transaction 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 currency: {\n type: 'object',\n description: 'The transaction\\'s currency. For built-in currencies, the name and code are standard international values. For user-defined currencies, all values are editable.',\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 entity: {\n type: 'object',\n description: 'The customer, vendor, employee, or person on QuickBooks\\'s \"Other Names\" list associated with this transaction.',\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 exchangeRate: {\n type: 'number',\n description: 'The market exchange rate between this transaction\\'s currency and the home currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency).'\n },\n memo: {\n type: 'string',\n description: 'A memo or note for this transaction.'\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number for this transaction, which can be used to identify the transaction in QuickBooks. This value is not required to be unique and can be arbitrarily changed by the QuickBooks user.'\n },\n transactionDate: {\n type: 'string',\n description: 'The date of this transaction, in ISO 8601 format (YYYY-MM-DD).',\n format: 'date'\n },\n transactionId: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of this transaction. If `transactionLineId` is also defined, this is the identifier of the line\\'s parent transaction object.'\n },\n transactionLineId: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of this transaction line. If `null`, this result is a transaction object.'\n },\n transactionType: {\n type: 'string',\n description: 'The type of transaction.',\n enum: [ 'ar_refund_credit_card',\n 'bill',\n 'bill_payment_check',\n 'bill_payment_credit_card',\n 'build_assembly',\n 'charge',\n 'check',\n 'credit_card_charge',\n 'credit_card_credit',\n 'credit_memo',\n 'deposit',\n 'estimate',\n 'inventory_adjustment',\n 'invoice',\n 'item_receipt',\n 'journal_entry',\n 'liability_adjustment',\n 'paycheck',\n 'payroll_liability_check',\n 'purchase_order',\n 'receive_payment',\n 'sales_order',\n 'sales_receipt',\n 'sales_tax_payment_check',\n 'transfer',\n 'vendor_credit',\n 'ytd_adjustment'\n ]\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this transaction 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: [ 'account',\n 'amount',\n 'amountInHomeCurrency',\n 'createdAt',\n 'currency',\n 'entity',\n 'exchangeRate',\n 'memo',\n 'refNumber',\n 'transactionDate',\n 'transactionId',\n 'transactionLineId',\n 'transactionType',\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 transaction by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific transactions 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/transaction',\n $defs: {\n transaction: {\n type: 'object',\n title: 'The Transaction object',\n properties: {\n account: {\n type: 'object',\n description: 'The account associated with this transaction.',\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 amount: {\n type: 'string',\n description: 'The monetary amount of this transaction, represented as a decimal string.'\n },\n amountInHomeCurrency: {\n type: 'string',\n description: 'The monetary amount of this transaction converted to the home currency of the QuickBooks company file. Represented as a decimal string.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this transaction 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 currency: {\n type: 'object',\n description: 'The transaction\\'s currency. For built-in currencies, the name and code are standard international values. For user-defined currencies, all values are editable.',\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 entity: {\n type: 'object',\n description: 'The customer, vendor, employee, or person on QuickBooks\\'s \"Other Names\" list associated with this transaction.',\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 exchangeRate: {\n type: 'number',\n description: 'The market exchange rate between this transaction\\'s currency and the home currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency).'\n },\n memo: {\n type: 'string',\n description: 'A memo or note for this transaction.'\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number for this transaction, which can be used to identify the transaction in QuickBooks. This value is not required to be unique and can be arbitrarily changed by the QuickBooks user.'\n },\n transactionDate: {\n type: 'string',\n description: 'The date of this transaction, in ISO 8601 format (YYYY-MM-DD).',\n format: 'date'\n },\n transactionId: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of this transaction. If `transactionLineId` is also defined, this is the identifier of the line\\'s parent transaction object.'\n },\n transactionLineId: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of this transaction line. If `null`, this result is a transaction object.'\n },\n transactionType: {\n type: 'string',\n description: 'The type of transaction.',\n enum: [ 'ar_refund_credit_card',\n 'bill',\n 'bill_payment_check',\n 'bill_payment_credit_card',\n 'build_assembly',\n 'charge',\n 'check',\n 'credit_card_charge',\n 'credit_card_credit',\n 'credit_memo',\n 'deposit',\n 'estimate',\n 'inventory_adjustment',\n 'invoice',\n 'item_receipt',\n 'journal_entry',\n 'liability_adjustment',\n 'paycheck',\n 'payroll_liability_check',\n 'purchase_order',\n 'receive_payment',\n 'sales_order',\n 'sales_receipt',\n 'sales_tax_payment_check',\n 'transfer',\n 'vendor_credit',\n 'ytd_adjustment'\n ]\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this transaction 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: [ 'account',\n 'amount',\n 'amountInHomeCurrency',\n 'createdAt',\n 'currency',\n 'entity',\n 'exchangeRate',\n 'memo',\n 'refNumber',\n 'transactionDate',\n 'transactionId',\n 'transactionLineId',\n 'transactionType',\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-transactions.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/transactions/retrieve-qbd-transactions.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,kBAAkB;IAC5B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,uCAAuC;CAClD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-transactions.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/transactions/retrieve-qbd-transactions.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,kBAAkB;IAC5B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,uCAAuC;CAClD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EACT,6rNAA6rN;IAC/rN,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,2EAA2E;aACzF;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,CACxB,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,YAAY,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAClF,CAAC;AACJ,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_transfers',
|
|
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 transfer by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/transfer',\n $defs: {\n transfer: {\n type: 'object',\n title: 'The Transfer object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this transfer. This ID is unique across all transaction types.'\n },\n amount: {\n type: 'string',\n description: 'The monetary amount of this transfer, represented as a decimal string.'\n },\n class: {\n type: 'object',\n description: 'The transfer\\'s class. Classes can be used to categorize objects into meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default.',\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 createdAt: {\n type: 'string',\n description: 'The date and time when this transfer 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 memo: {\n type: 'string',\n description: 'A memo or note for this transfer.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_transfer\"`.',\n enum: [ 'qbd_transfer'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this transfer 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 sourceAccount: {\n type: 'object',\n description: 'The account from which money will be transferred.',\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 sourceAccountBalance: {\n type: 'string',\n description: 'The balance of the account from which money will be transferred.'\n },\n targetAccount: {\n type: 'object',\n description: 'The account to which money will be transferred.',\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 targetAccountBalance: {\n type: 'string',\n description: 'The balance of the account to which money will be transferred.'\n },\n transactionDate: {\n type: 'string',\n description: 'The date of this transfer, in ISO 8601 format (YYYY-MM-DD).',\n format: 'date'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this transfer 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 'amount',\n 'class',\n 'createdAt',\n 'memo',\n 'objectType',\n 'revisionNumber',\n 'sourceAccount',\n 'sourceAccountBalance',\n 'targetAccount',\n 'targetAccountBalance',\n 'transactionDate',\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 transfer by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific transfers 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/transfer',\n $defs: {\n transfer: {\n type: 'object',\n title: 'The Transfer object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this transfer. This ID is unique across all transaction types.'\n },\n amount: {\n type: 'string',\n description: 'The monetary amount of this transfer, represented as a decimal string.'\n },\n class: {\n type: 'object',\n description: 'The transfer\\'s class. Classes can be used to categorize objects into meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default.',\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 createdAt: {\n type: 'string',\n description: 'The date and time when this transfer 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 memo: {\n type: 'string',\n description: 'A memo or note for this transfer.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_transfer\"`.',\n enum: [ 'qbd_transfer'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this transfer 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 sourceAccount: {\n type: 'object',\n description: 'The account from which money will be transferred.',\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 sourceAccountBalance: {\n type: 'string',\n description: 'The balance of the account from which money will be transferred.'\n },\n targetAccount: {\n type: 'object',\n description: 'The account to which money will be transferred.',\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 targetAccountBalance: {\n type: 'string',\n description: 'The balance of the account to which money will be transferred.'\n },\n transactionDate: {\n type: 'string',\n description: 'The date of this transfer, in ISO 8601 format (YYYY-MM-DD).',\n format: 'date'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this transfer 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 'amount',\n 'class',\n 'createdAt',\n 'memo',\n 'objectType',\n 'revisionNumber',\n 'sourceAccount',\n 'sourceAccountBalance',\n 'targetAccount',\n 'targetAccountBalance',\n 'transactionDate',\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-transfers.js","sourceRoot":"","sources":["../../../src/tools/qbd/transfers/retrieve-qbd-transfers.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,eAAe;IACzB,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,oCAAoC;CAC/C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,wBAAwB;IAC9B,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-transfers.js","sourceRoot":"","sources":["../../../src/tools/qbd/transfers/retrieve-qbd-transfers.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,eAAe;IACzB,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,oCAAoC;CAC/C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,wBAAwB;IAC9B,WAAW,EACT,q7KAAq7K;IACv7K,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,wEAAwE;aACtF;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,SAAS,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;AAC7G,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_transfers',
|
|
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 transfer by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/transfer',\n $defs: {\n transfer: {\n type: 'object',\n title: 'The Transfer object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this transfer. This ID is unique across all transaction types.'\n },\n amount: {\n type: 'string',\n description: 'The monetary amount of this transfer, represented as a decimal string.'\n },\n class: {\n type: 'object',\n description: 'The transfer\\'s class. Classes can be used to categorize objects into meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default.',\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 createdAt: {\n type: 'string',\n description: 'The date and time when this transfer 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 memo: {\n type: 'string',\n description: 'A memo or note for this transfer.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_transfer\"`.',\n enum: [ 'qbd_transfer'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this transfer 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 sourceAccount: {\n type: 'object',\n description: 'The account from which money will be transferred.',\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 sourceAccountBalance: {\n type: 'string',\n description: 'The balance of the account from which money will be transferred.'\n },\n targetAccount: {\n type: 'object',\n description: 'The account to which money will be transferred.',\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 targetAccountBalance: {\n type: 'string',\n description: 'The balance of the account to which money will be transferred.'\n },\n transactionDate: {\n type: 'string',\n description: 'The date of this transfer, in ISO 8601 format (YYYY-MM-DD).',\n format: 'date'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this transfer 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 'amount',\n 'class',\n 'createdAt',\n 'memo',\n 'objectType',\n 'revisionNumber',\n 'sourceAccount',\n 'sourceAccountBalance',\n 'targetAccount',\n 'targetAccountBalance',\n 'transactionDate',\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 transfer by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific transfers 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/transfer',\n $defs: {\n transfer: {\n type: 'object',\n title: 'The Transfer object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this transfer. This ID is unique across all transaction types.'\n },\n amount: {\n type: 'string',\n description: 'The monetary amount of this transfer, represented as a decimal string.'\n },\n class: {\n type: 'object',\n description: 'The transfer\\'s class. Classes can be used to categorize objects into meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default.',\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 createdAt: {\n type: 'string',\n description: 'The date and time when this transfer 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 memo: {\n type: 'string',\n description: 'A memo or note for this transfer.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_transfer\"`.',\n enum: [ 'qbd_transfer'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this transfer 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 sourceAccount: {\n type: 'object',\n description: 'The account from which money will be transferred.',\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 sourceAccountBalance: {\n type: 'string',\n description: 'The balance of the account from which money will be transferred.'\n },\n targetAccount: {\n type: 'object',\n description: 'The account to which money will be transferred.',\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 targetAccountBalance: {\n type: 'string',\n description: 'The balance of the account to which money will be transferred.'\n },\n transactionDate: {\n type: 'string',\n description: 'The date of this transfer, in ISO 8601 format (YYYY-MM-DD).',\n format: 'date'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this transfer 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 'amount',\n 'class',\n 'createdAt',\n 'memo',\n 'objectType',\n 'revisionNumber',\n 'sourceAccount',\n 'sourceAccountBalance',\n 'targetAccount',\n 'targetAccountBalance',\n 'transactionDate',\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-transfers.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/transfers/retrieve-qbd-transfers.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,eAAe;IACzB,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,oCAAoC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,wBAAwB;IAC9B,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-transfers.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/transfers/retrieve-qbd-transfers.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,eAAe;IACzB,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,oCAAoC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,wBAAwB;IAC9B,WAAW,EACT,q7KAAq7K;IACv7K,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,wEAAwE;aACtF;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,SAAS,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;AAC7G,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_unit_of_measure_sets',
|
|
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 an unit-of-measure set by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/unit_of_measure_set',\n $defs: {\n unit_of_measure_set: {\n type: 'object',\n title: 'The Unit-Of-Measure Set object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this unit-of-measure set. This ID is unique across all unit-of-measure sets but not across different QuickBooks object types.'\n },\n baseUnit: {\n type: 'object',\n title: 'The Base Unit object',\n description: 'The unit-of-measure set\\'s base unit used to track and price item quantities. If the company file is enabled for a single unit of measure per item, the base unit is the only unit available on transaction line items. If enabled for multiple units per item, the base unit is the default unless overridden by the set\\'s default units.',\n properties: {\n abbreviation: {\n type: 'string',\n description: 'The base unit\\'s short identifier shown in the QuickBooks U/M field on transaction line items.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this base unit, unique across all base units.\\n\\n**NOTE**: Base units do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n }\n },\n required: [ 'abbreviation',\n 'name'\n ]\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this unit-of-measure set 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 defaultUnits: {\n type: 'array',\n description: 'The unit-of-measure set\\'s default units to appear in the U/M field on transaction line items. You can specify separate defaults for purchases, sales, and shipping.',\n items: {\n type: 'object',\n title: 'The Default Unit object',\n properties: {\n unit: {\n type: 'string',\n description: 'The unit name for this default unit, as displayed in the U/M field. If the company file is enabled for multiple units per item, this appears as an available unit for the item. Must correspond to the base unit or a related unit defined in this set.'\n },\n unitUsedFor: {\n type: 'string',\n description: 'Where this default unit is used as the default: purchase line items, sales line items, or shipping lines.',\n enum: [ 'purchase',\n 'sales',\n 'shipping'\n ]\n }\n },\n required: [ 'unit',\n 'unitUsedFor'\n ]\n }\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this unit-of-measure set 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 unique name of this unit-of-measure set, unique across all unit-of-measure sets. To ensure this set appears in the QuickBooks UI for companies configured with a single unit per item, prefix the name with \"By the\" (e.g., \"By the Barrel\").\\n\\n**NOTE**: Unit-of-measure sets do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_unit_of_measure_set\"`.',\n enum: [ 'qbd_unit_of_measure_set'\n ]\n },\n relatedUnits: {\n type: 'array',\n description: 'The unit-of-measure set\\'s related units, each specifying how many base units they represent (conversion ratio).',\n items: {\n type: 'object',\n title: 'The Related Unit object',\n properties: {\n abbreviation: {\n type: 'string',\n description: 'The related unit\\'s short identifier shown in the QuickBooks U/M field on transaction line items.'\n },\n conversionRatio: {\n type: 'string',\n description: 'The number of base units in this related unit, represented as a decimal string. For example, if the base unit is \"box\" and this related unit is \"case\" with `conversionRatio` = \"10\", that means there are 10 boxes in one case.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this related unit, unique across all related units.\\n\\n**NOTE**: Related units do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n }\n },\n required: [ 'abbreviation',\n 'conversionRatio',\n 'name'\n ]\n }\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this unit-of-measure set 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 unitOfMeasureType: {\n type: 'string',\n description: 'The unit-of-measure set\\'s type. Use \"other\" for a custom type defined in QuickBooks.',\n enum: [ 'area',\n 'count',\n 'length',\n 'other',\n 'time',\n 'volume',\n 'weight'\n ]\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this unit-of-measure set 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 'baseUnit',\n 'createdAt',\n 'defaultUnits',\n 'isActive',\n 'name',\n 'objectType',\n 'relatedUnits',\n 'revisionNumber',\n 'unitOfMeasureType',\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 an unit-of-measure set by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific unit-of-measure sets 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/unit_of_measure_set',\n $defs: {\n unit_of_measure_set: {\n type: 'object',\n title: 'The Unit-Of-Measure Set object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this unit-of-measure set. This ID is unique across all unit-of-measure sets but not across different QuickBooks object types.'\n },\n baseUnit: {\n type: 'object',\n title: 'The Base Unit object',\n description: 'The unit-of-measure set\\'s base unit used to track and price item quantities. If the company file is enabled for a single unit of measure per item, the base unit is the only unit available on transaction line items. If enabled for multiple units per item, the base unit is the default unless overridden by the set\\'s default units.',\n properties: {\n abbreviation: {\n type: 'string',\n description: 'The base unit\\'s short identifier shown in the QuickBooks U/M field on transaction line items.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this base unit, unique across all base units.\\n\\n**NOTE**: Base units do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n }\n },\n required: [ 'abbreviation',\n 'name'\n ]\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this unit-of-measure set 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 defaultUnits: {\n type: 'array',\n description: 'The unit-of-measure set\\'s default units to appear in the U/M field on transaction line items. You can specify separate defaults for purchases, sales, and shipping.',\n items: {\n type: 'object',\n title: 'The Default Unit object',\n properties: {\n unit: {\n type: 'string',\n description: 'The unit name for this default unit, as displayed in the U/M field. If the company file is enabled for multiple units per item, this appears as an available unit for the item. Must correspond to the base unit or a related unit defined in this set.'\n },\n unitUsedFor: {\n type: 'string',\n description: 'Where this default unit is used as the default: purchase line items, sales line items, or shipping lines.',\n enum: [ 'purchase',\n 'sales',\n 'shipping'\n ]\n }\n },\n required: [ 'unit',\n 'unitUsedFor'\n ]\n }\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this unit-of-measure set 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 unique name of this unit-of-measure set, unique across all unit-of-measure sets. To ensure this set appears in the QuickBooks UI for companies configured with a single unit per item, prefix the name with \"By the\" (e.g., \"By the Barrel\").\\n\\n**NOTE**: Unit-of-measure sets do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_unit_of_measure_set\"`.',\n enum: [ 'qbd_unit_of_measure_set'\n ]\n },\n relatedUnits: {\n type: 'array',\n description: 'The unit-of-measure set\\'s related units, each specifying how many base units they represent (conversion ratio).',\n items: {\n type: 'object',\n title: 'The Related Unit object',\n properties: {\n abbreviation: {\n type: 'string',\n description: 'The related unit\\'s short identifier shown in the QuickBooks U/M field on transaction line items.'\n },\n conversionRatio: {\n type: 'string',\n description: 'The number of base units in this related unit, represented as a decimal string. For example, if the base unit is \"box\" and this related unit is \"case\" with `conversionRatio` = \"10\", that means there are 10 boxes in one case.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this related unit, unique across all related units.\\n\\n**NOTE**: Related units do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n }\n },\n required: [ 'abbreviation',\n 'conversionRatio',\n 'name'\n ]\n }\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this unit-of-measure set 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 unitOfMeasureType: {\n type: 'string',\n description: 'The unit-of-measure set\\'s type. Use \"other\" for a custom type defined in QuickBooks.',\n enum: [ 'area',\n 'count',\n 'length',\n 'other',\n 'time',\n 'volume',\n 'weight'\n ]\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this unit-of-measure set 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 'baseUnit',\n 'createdAt',\n 'defaultUnits',\n 'isActive',\n 'name',\n 'objectType',\n 'relatedUnits',\n 'revisionNumber',\n 'unitOfMeasureType',\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-unit-of-measure-sets.js","sourceRoot":"","sources":["../../../src/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,0BAA0B;IACpC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,+CAA+C;CAC1D,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,mCAAmC;IACzC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-unit-of-measure-sets.js","sourceRoot":"","sources":["../../../src/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,0BAA0B;IACpC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,+CAA+C;CAC1D,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,mCAAmC;IACzC,WAAW,EACT,opOAAopO;IACtpO,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,mFAAmF;aACjG;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;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,EACxB,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,iBAAiB,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACvF,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: 'retrieve_qbd_unit_of_measure_sets',
|
|
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 an unit-of-measure set by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/unit_of_measure_set',\n $defs: {\n unit_of_measure_set: {\n type: 'object',\n title: 'The Unit-Of-Measure Set object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this unit-of-measure set. This ID is unique across all unit-of-measure sets but not across different QuickBooks object types.'\n },\n baseUnit: {\n type: 'object',\n title: 'The Base Unit object',\n description: 'The unit-of-measure set\\'s base unit used to track and price item quantities. If the company file is enabled for a single unit of measure per item, the base unit is the only unit available on transaction line items. If enabled for multiple units per item, the base unit is the default unless overridden by the set\\'s default units.',\n properties: {\n abbreviation: {\n type: 'string',\n description: 'The base unit\\'s short identifier shown in the QuickBooks U/M field on transaction line items.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this base unit, unique across all base units.\\n\\n**NOTE**: Base units do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n }\n },\n required: [ 'abbreviation',\n 'name'\n ]\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this unit-of-measure set 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 defaultUnits: {\n type: 'array',\n description: 'The unit-of-measure set\\'s default units to appear in the U/M field on transaction line items. You can specify separate defaults for purchases, sales, and shipping.',\n items: {\n type: 'object',\n title: 'The Default Unit object',\n properties: {\n unit: {\n type: 'string',\n description: 'The unit name for this default unit, as displayed in the U/M field. If the company file is enabled for multiple units per item, this appears as an available unit for the item. Must correspond to the base unit or a related unit defined in this set.'\n },\n unitUsedFor: {\n type: 'string',\n description: 'Where this default unit is used as the default: purchase line items, sales line items, or shipping lines.',\n enum: [ 'purchase',\n 'sales',\n 'shipping'\n ]\n }\n },\n required: [ 'unit',\n 'unitUsedFor'\n ]\n }\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this unit-of-measure set 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 unique name of this unit-of-measure set, unique across all unit-of-measure sets. To ensure this set appears in the QuickBooks UI for companies configured with a single unit per item, prefix the name with \"By the\" (e.g., \"By the Barrel\").\\n\\n**NOTE**: Unit-of-measure sets do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_unit_of_measure_set\"`.',\n enum: [ 'qbd_unit_of_measure_set'\n ]\n },\n relatedUnits: {\n type: 'array',\n description: 'The unit-of-measure set\\'s related units, each specifying how many base units they represent (conversion ratio).',\n items: {\n type: 'object',\n title: 'The Related Unit object',\n properties: {\n abbreviation: {\n type: 'string',\n description: 'The related unit\\'s short identifier shown in the QuickBooks U/M field on transaction line items.'\n },\n conversionRatio: {\n type: 'string',\n description: 'The number of base units in this related unit, represented as a decimal string. For example, if the base unit is \"box\" and this related unit is \"case\" with `conversionRatio` = \"10\", that means there are 10 boxes in one case.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this related unit, unique across all related units.\\n\\n**NOTE**: Related units do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n }\n },\n required: [ 'abbreviation',\n 'conversionRatio',\n 'name'\n ]\n }\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this unit-of-measure set 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 unitOfMeasureType: {\n type: 'string',\n description: 'The unit-of-measure set\\'s type. Use \"other\" for a custom type defined in QuickBooks.',\n enum: [ 'area',\n 'count',\n 'length',\n 'other',\n 'time',\n 'volume',\n 'weight'\n ]\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this unit-of-measure set 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 'baseUnit',\n 'createdAt',\n 'defaultUnits',\n 'isActive',\n 'name',\n 'objectType',\n 'relatedUnits',\n 'revisionNumber',\n 'unitOfMeasureType',\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 an unit-of-measure set by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific unit-of-measure sets 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/unit_of_measure_set',\n $defs: {\n unit_of_measure_set: {\n type: 'object',\n title: 'The Unit-Of-Measure Set object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this unit-of-measure set. This ID is unique across all unit-of-measure sets but not across different QuickBooks object types.'\n },\n baseUnit: {\n type: 'object',\n title: 'The Base Unit object',\n description: 'The unit-of-measure set\\'s base unit used to track and price item quantities. If the company file is enabled for a single unit of measure per item, the base unit is the only unit available on transaction line items. If enabled for multiple units per item, the base unit is the default unless overridden by the set\\'s default units.',\n properties: {\n abbreviation: {\n type: 'string',\n description: 'The base unit\\'s short identifier shown in the QuickBooks U/M field on transaction line items.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this base unit, unique across all base units.\\n\\n**NOTE**: Base units do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n }\n },\n required: [ 'abbreviation',\n 'name'\n ]\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this unit-of-measure set 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 defaultUnits: {\n type: 'array',\n description: 'The unit-of-measure set\\'s default units to appear in the U/M field on transaction line items. You can specify separate defaults for purchases, sales, and shipping.',\n items: {\n type: 'object',\n title: 'The Default Unit object',\n properties: {\n unit: {\n type: 'string',\n description: 'The unit name for this default unit, as displayed in the U/M field. If the company file is enabled for multiple units per item, this appears as an available unit for the item. Must correspond to the base unit or a related unit defined in this set.'\n },\n unitUsedFor: {\n type: 'string',\n description: 'Where this default unit is used as the default: purchase line items, sales line items, or shipping lines.',\n enum: [ 'purchase',\n 'sales',\n 'shipping'\n ]\n }\n },\n required: [ 'unit',\n 'unitUsedFor'\n ]\n }\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this unit-of-measure set 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 unique name of this unit-of-measure set, unique across all unit-of-measure sets. To ensure this set appears in the QuickBooks UI for companies configured with a single unit per item, prefix the name with \"By the\" (e.g., \"By the Barrel\").\\n\\n**NOTE**: Unit-of-measure sets do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_unit_of_measure_set\"`.',\n enum: [ 'qbd_unit_of_measure_set'\n ]\n },\n relatedUnits: {\n type: 'array',\n description: 'The unit-of-measure set\\'s related units, each specifying how many base units they represent (conversion ratio).',\n items: {\n type: 'object',\n title: 'The Related Unit object',\n properties: {\n abbreviation: {\n type: 'string',\n description: 'The related unit\\'s short identifier shown in the QuickBooks U/M field on transaction line items.'\n },\n conversionRatio: {\n type: 'string',\n description: 'The number of base units in this related unit, represented as a decimal string. For example, if the base unit is \"box\" and this related unit is \"case\" with `conversionRatio` = \"10\", that means there are 10 boxes in one case.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this related unit, unique across all related units.\\n\\n**NOTE**: Related units do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n }\n },\n required: [ 'abbreviation',\n 'conversionRatio',\n 'name'\n ]\n }\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this unit-of-measure set 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 unitOfMeasureType: {\n type: 'string',\n description: 'The unit-of-measure set\\'s type. Use \"other\" for a custom type defined in QuickBooks.',\n enum: [ 'area',\n 'count',\n 'length',\n 'other',\n 'time',\n 'volume',\n 'weight'\n ]\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this unit-of-measure set 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 'baseUnit',\n 'createdAt',\n 'defaultUnits',\n 'isActive',\n 'name',\n 'objectType',\n 'relatedUnits',\n 'revisionNumber',\n 'unitOfMeasureType',\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-unit-of-measure-sets.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.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,0BAA0B;IACpC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,+CAA+C;CAC1D,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,mCAAmC;IACzC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-unit-of-measure-sets.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.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,0BAA0B;IACpC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,+CAA+C;CAC1D,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,mCAAmC;IACzC,WAAW,EACT,opOAAopO;IACtpO,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,mFAAmF;aACjG;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;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,CACxB,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,iBAAiB,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACvF,CAAC;AACJ,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_vendor_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 vendor credit. The deletion will fail if the vendor 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 vendor credit. The deletion will fail if the vendor credit is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/vendor_credit_delete_response',\n $defs: {\n vendor_credit_delete_response: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of the deleted vendor credit.'\n },\n deleted: {\n type: 'boolean',\n description: 'Indicates whether the vendor credit was deleted.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_vendor_credit\"`.',\n enum: [ 'qbd_vendor_credit'\n ]\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number of the deleted vendor 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-vendor-credits.js","sourceRoot":"","sources":["../../../src/tools/qbd/vendor-credits/delete-qbd-vendor-credits.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,yCAAyC;CACpD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"delete-qbd-vendor-credits.js","sourceRoot":"","sources":["../../../src/tools/qbd/vendor-credits/delete-qbd-vendor-credits.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,yCAAyC;CACpD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EACT,sxCAAsxC;IACxxC,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,2EAA2E;aACzF;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,aAAa,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACjF,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_vendor_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 vendor credit. The deletion will fail if the vendor 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 vendor credit. The deletion will fail if the vendor credit is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/vendor_credit_delete_response',\n $defs: {\n vendor_credit_delete_response: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of the deleted vendor credit.'\n },\n deleted: {\n type: 'boolean',\n description: 'Indicates whether the vendor credit was deleted.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_vendor_credit\"`.',\n enum: [ 'qbd_vendor_credit'\n ]\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number of the deleted vendor 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: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-qbd-vendor-credits.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/vendor-credits/delete-qbd-vendor-credits.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,oBAAoB;IAC9B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,yCAAyC;CACpD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"delete-qbd-vendor-credits.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/vendor-credits/delete-qbd-vendor-credits.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,oBAAoB;IAC9B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,QAAQ;IACpB,QAAQ,EAAE,yCAAyC;CACpD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EACT,sxCAAsxC;IACxxC,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,2EAA2E;aACzF;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,aAAa,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACjF,CAAC;AACJ,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_vendor_credits',
|
|
15
|
-
description: 'Retrieves a vendor credit by ID.\n\nNOTE: The response automatically includes any linked transactions.',
|
|
15
|
+
description: 'Retrieves a vendor credit by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific vendor credits 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-vendor-credits.js","sourceRoot":"","sources":["../../../src/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,yCAAyC;CACpD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-vendor-credits.js","sourceRoot":"","sources":["../../../src/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,yCAAyC;CACpD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,0VAA0V;IAC5V,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,6EAA6E;aAC3F;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,aAAa,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC;AACnF,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_vendor_credits',
|
|
12
|
-
description: 'Retrieves a vendor credit by ID.\n\nNOTE: The response automatically includes any linked transactions.',
|
|
12
|
+
description: 'Retrieves a vendor credit by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific vendor credits 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-vendor-credits.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,yCAAyC;CACpD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-vendor-credits.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,yCAAyC;CACpD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,0VAA0V;IAC5V,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,6EAA6E;aAC3F;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,aAAa,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC;AACnF,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-vendors.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/vendors/retrieve-qbd-vendors.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-vendors.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/vendors/retrieve-qbd-vendors.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-vendors.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/vendors/retrieve-qbd-vendors.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-vendors.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/vendors/retrieve-qbd-vendors.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_vendors',
|
|
15
|
-
description: 'Retrieves a vendor by ID.',
|
|
15
|
+
description: 'Retrieves a vendor by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific vendors 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-vendors.js","sourceRoot":"","sources":["../../../src/tools/qbd/vendors/retrieve-qbd-vendors.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,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,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-vendors.js","sourceRoot":"","sources":["../../../src/tools/qbd/vendors/retrieve-qbd-vendors.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,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,sQAAsQ;IACxQ,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,sEAAsE;aACpF;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,OAAO,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC;AAC7E,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_vendors',
|
|
12
|
-
description: 'Retrieves a vendor by ID.',
|
|
12
|
+
description: 'Retrieves a vendor by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific vendors 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: {
|