conductor-node-mcp 12.29.0 → 12.31.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 +7 -0
- package/code-tool.d.mts +1 -1
- package/code-tool.d.mts.map +1 -1
- package/code-tool.d.ts +1 -1
- package/code-tool.d.ts.map +1 -1
- package/code-tool.js +40 -6
- package/code-tool.js.map +1 -1
- package/code-tool.mjs +4 -3
- package/code-tool.mjs.map +1 -1
- package/http.d.mts +5 -1
- package/http.d.mts.map +1 -1
- package/http.d.ts +5 -1
- package/http.d.ts.map +1 -1
- package/http.js +7 -9
- package/http.js.map +1 -1
- package/http.mjs +7 -9
- package/http.mjs.map +1 -1
- package/index.js +3 -3
- package/index.js.map +1 -1
- package/index.mjs +3 -3
- package/index.mjs.map +1 -1
- package/options.js +2 -2
- package/options.js.map +1 -1
- package/options.mjs +2 -2
- package/options.mjs.map +1 -1
- package/package.json +2 -2
- package/server.d.mts +1 -1
- package/server.d.mts.map +1 -1
- package/server.d.ts +1 -1
- package/server.d.ts.map +1 -1
- package/server.js +8 -8
- package/server.js.map +1 -1
- package/server.mjs +8 -8
- package/server.mjs.map +1 -1
- package/src/code-tool.ts +5 -3
- package/src/http.ts +35 -23
- package/src/index.ts +3 -3
- package/src/options.ts +2 -2
- package/src/server.ts +9 -9
- package/src/tools/index.ts +8 -0
- package/src/tools/qbd/accounts/list-qbd-accounts.ts +2 -2
- package/src/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.ts +4 -4
- package/src/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.ts +4 -4
- package/src/tools/qbd/bills/list-qbd-bills.ts +4 -4
- package/src/tools/qbd/build-assemblies/list-qbd-build-assemblies.ts +4 -4
- package/src/tools/qbd/checks/list-qbd-checks.ts +4 -4
- package/src/tools/qbd/classes/create-qbd-classes.ts +1 -1
- package/src/tools/qbd/classes/list-qbd-classes.ts +3 -3
- package/src/tools/qbd/classes/retrieve-qbd-classes.ts +1 -1
- package/src/tools/qbd/classes/update-qbd-classes.ts +1 -1
- package/src/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.ts +4 -4
- package/src/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.ts +4 -4
- package/src/tools/qbd/credit-memos/list-qbd-credit-memos.ts +4 -4
- package/src/tools/qbd/currencies/create-qbd-currencies.ts +92 -0
- package/src/tools/qbd/currencies/list-qbd-currencies.ts +101 -0
- package/src/tools/qbd/currencies/retrieve-qbd-currencies.ts +52 -0
- package/src/tools/qbd/currencies/update-qbd-currencies.ts +101 -0
- package/src/tools/qbd/customers/list-qbd-customers.ts +2 -2
- package/src/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.ts +1 -1
- package/src/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.ts +3 -3
- 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 +3 -3
- package/src/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.ts +3 -3
- package/src/tools/qbd/discount-items/list-qbd-discount-items.ts +2 -2
- package/src/tools/qbd/employees/list-qbd-employees.ts +2 -2
- package/src/tools/qbd/estimates/list-qbd-estimates.ts +4 -4
- package/src/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.ts +4 -4
- package/src/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.ts +2 -2
- package/src/tools/qbd/inventory-items/list-qbd-inventory-items.ts +2 -2
- package/src/tools/qbd/inventory-sites/create-qbd-inventory-sites.ts +1 -1
- package/src/tools/qbd/inventory-sites/list-qbd-inventory-sites.ts +2 -2
- package/src/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.ts +1 -1
- package/src/tools/qbd/inventory-sites/update-qbd-inventory-sites.ts +1 -1
- package/src/tools/qbd/invoices/list-qbd-invoices.ts +4 -4
- package/src/tools/qbd/item-groups/list-qbd-item-groups.ts +2 -2
- package/src/tools/qbd/item-groups/retrieve-qbd-item-groups.ts +1 -1
- package/src/tools/qbd/item-receipts/list-qbd-item-receipts.ts +4 -4
- package/src/tools/qbd/item-sites/retrieve-qbd-item-sites.ts +1 -1
- package/src/tools/qbd/journal-entries/list-qbd-journal-entries.ts +4 -4
- package/src/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.ts +2 -2
- package/src/tools/qbd/other-charge-items/list-qbd-other-charge-items.ts +2 -2
- package/src/tools/qbd/other-names/list-qbd-other-names.ts +2 -2
- package/src/tools/qbd/other-names/retrieve-qbd-other-names.ts +1 -1
- package/src/tools/qbd/payment-methods/create-qbd-payment-methods.ts +1 -1
- package/src/tools/qbd/payment-methods/list-qbd-payment-methods.ts +3 -3
- package/src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts +1 -1
- package/src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts +1 -1
- package/src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts +3 -3
- package/src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts +1 -1
- package/src/tools/qbd/price-levels/list-qbd-price-levels.ts +2 -2
- package/src/tools/qbd/price-levels/retrieve-qbd-price-levels.ts +1 -1
- package/src/tools/qbd/purchase-orders/list-qbd-purchase-orders.ts +4 -4
- package/src/tools/qbd/receive-payments/list-qbd-receive-payments.ts +4 -4
- package/src/tools/qbd/sales-orders/list-qbd-sales-orders.ts +4 -4
- package/src/tools/qbd/sales-receipts/list-qbd-sales-receipts.ts +4 -4
- package/src/tools/qbd/sales-representatives/create-qbd-sales-representatives.ts +1 -1
- package/src/tools/qbd/sales-representatives/list-qbd-sales-representatives.ts +3 -3
- package/src/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.ts +1 -1
- package/src/tools/qbd/sales-representatives/update-qbd-sales-representatives.ts +1 -1
- package/src/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.ts +1 -1
- package/src/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.ts +3 -3
- package/src/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.ts +1 -1
- package/src/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.ts +1 -1
- package/src/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.ts +2 -2
- package/src/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.ts +1 -1
- package/src/tools/qbd/service-items/list-qbd-service-items.ts +2 -2
- package/src/tools/qbd/standard-terms/create-qbd-standard-terms.ts +1 -1
- package/src/tools/qbd/standard-terms/list-qbd-standard-terms.ts +3 -3
- package/src/tools/qbd/standard-terms/retrieve-qbd-standard-terms.ts +1 -1
- package/src/tools/qbd/subtotal-items/create-qbd-subtotal-items.ts +1 -1
- package/src/tools/qbd/subtotal-items/list-qbd-subtotal-items.ts +2 -2
- package/src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts +1 -1
- package/src/tools/qbd/subtotal-items/update-qbd-subtotal-items.ts +1 -1
- package/src/tools/qbd/templates/list-qbd-templates.ts +1 -1
- package/src/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.ts +4 -4
- package/src/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.ts +1 -1
- package/src/tools/qbd/transactions/list-qbd-transactions.ts +4 -4
- package/src/tools/qbd/transactions/retrieve-qbd-transactions.ts +1 -1
- package/src/tools/qbd/transfers/create-qbd-transfers.ts +1 -1
- package/src/tools/qbd/transfers/list-qbd-transfers.ts +7 -15
- package/src/tools/qbd/transfers/retrieve-qbd-transfers.ts +1 -1
- package/src/tools/qbd/transfers/update-qbd-transfers.ts +1 -1
- package/src/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.ts +2 -2
- package/src/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.ts +1 -1
- package/src/tools/qbd/vendor-credits/list-qbd-vendor-credits.ts +4 -4
- package/src/tools/qbd/vendors/list-qbd-vendors.ts +2 -2
- package/tools/index.d.mts.map +1 -1
- package/tools/index.d.ts.map +1 -1
- package/tools/index.js +8 -0
- package/tools/index.js.map +1 -1
- package/tools/index.mjs +8 -0
- package/tools/index.mjs.map +1 -1
- package/tools/qbd/accounts/list-qbd-accounts.js +2 -2
- package/tools/qbd/accounts/list-qbd-accounts.js.map +1 -1
- package/tools/qbd/accounts/list-qbd-accounts.mjs +2 -2
- package/tools/qbd/accounts/list-qbd-accounts.mjs.map +1 -1
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js +4 -4
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js.map +1 -1
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs +4 -4
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs.map +1 -1
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js +4 -4
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js.map +1 -1
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs +4 -4
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs.map +1 -1
- package/tools/qbd/bills/list-qbd-bills.js +4 -4
- package/tools/qbd/bills/list-qbd-bills.js.map +1 -1
- package/tools/qbd/bills/list-qbd-bills.mjs +4 -4
- package/tools/qbd/bills/list-qbd-bills.mjs.map +1 -1
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js +4 -4
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js.map +1 -1
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs +4 -4
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs.map +1 -1
- package/tools/qbd/checks/list-qbd-checks.js +4 -4
- package/tools/qbd/checks/list-qbd-checks.js.map +1 -1
- package/tools/qbd/checks/list-qbd-checks.mjs +4 -4
- package/tools/qbd/checks/list-qbd-checks.mjs.map +1 -1
- package/tools/qbd/classes/create-qbd-classes.js +1 -1
- package/tools/qbd/classes/create-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/create-qbd-classes.mjs +1 -1
- package/tools/qbd/classes/create-qbd-classes.mjs.map +1 -1
- package/tools/qbd/classes/list-qbd-classes.js +3 -3
- package/tools/qbd/classes/list-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/list-qbd-classes.mjs +3 -3
- 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/classes/update-qbd-classes.js +1 -1
- package/tools/qbd/classes/update-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/update-qbd-classes.mjs +1 -1
- package/tools/qbd/classes/update-qbd-classes.mjs.map +1 -1
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js +4 -4
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js.map +1 -1
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs +4 -4
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs.map +1 -1
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js +4 -4
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js.map +1 -1
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs +4 -4
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs.map +1 -1
- package/tools/qbd/credit-memos/list-qbd-credit-memos.js +4 -4
- package/tools/qbd/credit-memos/list-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs +4 -4
- package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/currencies/create-qbd-currencies.d.mts +45 -0
- package/tools/qbd/currencies/create-qbd-currencies.d.mts.map +1 -0
- package/tools/qbd/currencies/create-qbd-currencies.d.ts +45 -0
- package/tools/qbd/currencies/create-qbd-currencies.d.ts.map +1 -0
- package/tools/qbd/currencies/create-qbd-currencies.js +78 -0
- package/tools/qbd/currencies/create-qbd-currencies.js.map +1 -0
- package/tools/qbd/currencies/create-qbd-currencies.mjs +74 -0
- package/tools/qbd/currencies/create-qbd-currencies.mjs.map +1 -0
- package/tools/qbd/currencies/list-qbd-currencies.d.mts +45 -0
- package/tools/qbd/currencies/list-qbd-currencies.d.mts.map +1 -0
- package/tools/qbd/currencies/list-qbd-currencies.d.ts +45 -0
- package/tools/qbd/currencies/list-qbd-currencies.d.ts.map +1 -0
- package/tools/qbd/currencies/list-qbd-currencies.js +87 -0
- package/tools/qbd/currencies/list-qbd-currencies.js.map +1 -0
- package/tools/qbd/currencies/list-qbd-currencies.mjs +83 -0
- package/tools/qbd/currencies/list-qbd-currencies.mjs.map +1 -0
- package/tools/qbd/currencies/retrieve-qbd-currencies.d.mts +45 -0
- package/tools/qbd/currencies/retrieve-qbd-currencies.d.mts.map +1 -0
- package/tools/qbd/currencies/retrieve-qbd-currencies.d.ts +45 -0
- package/tools/qbd/currencies/retrieve-qbd-currencies.d.ts.map +1 -0
- package/tools/qbd/currencies/retrieve-qbd-currencies.js +46 -0
- package/tools/qbd/currencies/retrieve-qbd-currencies.js.map +1 -0
- package/tools/qbd/currencies/retrieve-qbd-currencies.mjs +42 -0
- package/tools/qbd/currencies/retrieve-qbd-currencies.mjs.map +1 -0
- package/tools/qbd/currencies/update-qbd-currencies.d.mts +45 -0
- package/tools/qbd/currencies/update-qbd-currencies.d.mts.map +1 -0
- package/tools/qbd/currencies/update-qbd-currencies.d.ts +45 -0
- package/tools/qbd/currencies/update-qbd-currencies.d.ts.map +1 -0
- package/tools/qbd/currencies/update-qbd-currencies.js +86 -0
- package/tools/qbd/currencies/update-qbd-currencies.js.map +1 -0
- package/tools/qbd/currencies/update-qbd-currencies.mjs +82 -0
- package/tools/qbd/currencies/update-qbd-currencies.mjs.map +1 -0
- package/tools/qbd/customers/list-qbd-customers.js +2 -2
- package/tools/qbd/customers/list-qbd-customers.js.map +1 -1
- package/tools/qbd/customers/list-qbd-customers.mjs +2 -2
- package/tools/qbd/customers/list-qbd-customers.mjs.map +1 -1
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js +1 -1
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js.map +1 -1
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.mjs +1 -1
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.mjs.map +1 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.js.map +1 -1
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.mjs +3 -3
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.mjs.map +1 -1
- package/tools/qbd/discount-items/list-qbd-discount-items.js +2 -2
- package/tools/qbd/discount-items/list-qbd-discount-items.js.map +1 -1
- package/tools/qbd/discount-items/list-qbd-discount-items.mjs +2 -2
- package/tools/qbd/discount-items/list-qbd-discount-items.mjs.map +1 -1
- package/tools/qbd/employees/list-qbd-employees.js +2 -2
- package/tools/qbd/employees/list-qbd-employees.js.map +1 -1
- package/tools/qbd/employees/list-qbd-employees.mjs +2 -2
- package/tools/qbd/employees/list-qbd-employees.mjs.map +1 -1
- package/tools/qbd/estimates/list-qbd-estimates.js +4 -4
- package/tools/qbd/estimates/list-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/list-qbd-estimates.mjs +4 -4
- package/tools/qbd/estimates/list-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js +4 -4
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js.map +1 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs +4 -4
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs.map +1 -1
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js +2 -2
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js.map +1 -1
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.mjs +2 -2
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.mjs.map +1 -1
- package/tools/qbd/inventory-items/list-qbd-inventory-items.js +2 -2
- package/tools/qbd/inventory-items/list-qbd-inventory-items.js.map +1 -1
- package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs +2 -2
- package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs.map +1 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js +1 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs +1 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs.map +1 -1
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js +2 -2
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs +2 -2
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.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/inventory-sites/update-qbd-inventory-sites.js +1 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.mjs +1 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.mjs.map +1 -1
- package/tools/qbd/invoices/list-qbd-invoices.js +4 -4
- package/tools/qbd/invoices/list-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/list-qbd-invoices.mjs +4 -4
- package/tools/qbd/invoices/list-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/item-groups/list-qbd-item-groups.js +2 -2
- package/tools/qbd/item-groups/list-qbd-item-groups.js.map +1 -1
- package/tools/qbd/item-groups/list-qbd-item-groups.mjs +2 -2
- package/tools/qbd/item-groups/list-qbd-item-groups.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/list-qbd-item-receipts.js +4 -4
- package/tools/qbd/item-receipts/list-qbd-item-receipts.js.map +1 -1
- package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs +4 -4
- package/tools/qbd/item-receipts/list-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/list-qbd-journal-entries.js +4 -4
- package/tools/qbd/journal-entries/list-qbd-journal-entries.js.map +1 -1
- package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs +4 -4
- package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs.map +1 -1
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js +2 -2
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js.map +1 -1
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.mjs +2 -2
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.mjs.map +1 -1
- package/tools/qbd/other-charge-items/list-qbd-other-charge-items.js +2 -2
- package/tools/qbd/other-charge-items/list-qbd-other-charge-items.js.map +1 -1
- package/tools/qbd/other-charge-items/list-qbd-other-charge-items.mjs +2 -2
- package/tools/qbd/other-charge-items/list-qbd-other-charge-items.mjs.map +1 -1
- package/tools/qbd/other-names/list-qbd-other-names.js +2 -2
- package/tools/qbd/other-names/list-qbd-other-names.js.map +1 -1
- package/tools/qbd/other-names/list-qbd-other-names.mjs +2 -2
- package/tools/qbd/other-names/list-qbd-other-names.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/create-qbd-payment-methods.js +1 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.js.map +1 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.mjs +1 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.mjs.map +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.js +3 -3
- package/tools/qbd/payment-methods/list-qbd-payment-methods.js.map +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs +3 -3
- 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/create-qbd-payroll-wage-items.js +1 -1
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.js.map +1 -1
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.mjs +1 -1
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.mjs.map +1 -1
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js +3 -3
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js.map +1 -1
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.mjs +3 -3
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.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/list-qbd-price-levels.js +2 -2
- package/tools/qbd/price-levels/list-qbd-price-levels.js.map +1 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.mjs +2 -2
- package/tools/qbd/price-levels/list-qbd-price-levels.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/list-qbd-purchase-orders.js +4 -4
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js.map +1 -1
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs +4 -4
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs.map +1 -1
- package/tools/qbd/receive-payments/list-qbd-receive-payments.js +4 -4
- package/tools/qbd/receive-payments/list-qbd-receive-payments.js.map +1 -1
- package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs +4 -4
- package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs.map +1 -1
- package/tools/qbd/sales-orders/list-qbd-sales-orders.js +4 -4
- package/tools/qbd/sales-orders/list-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs +4 -4
- package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js +4 -4
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js.map +1 -1
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs +4 -4
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs.map +1 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js +1 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs +1 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js +3 -3
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs +3 -3
- 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-representatives/update-qbd-sales-representatives.js +1 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.mjs +1 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.js +1 -1
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.js.map +1 -1
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.mjs +1 -1
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.mjs.map +1 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js +3 -3
- 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 +3 -3
- 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-codes/update-qbd-sales-tax-codes.js +1 -1
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.js.map +1 -1
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs +1 -1
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs.map +1 -1
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js +2 -2
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js.map +1 -1
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.mjs +2 -2
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.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/list-qbd-service-items.js +2 -2
- package/tools/qbd/service-items/list-qbd-service-items.js.map +1 -1
- package/tools/qbd/service-items/list-qbd-service-items.mjs +2 -2
- package/tools/qbd/service-items/list-qbd-service-items.mjs.map +1 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.js +1 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.js.map +1 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.mjs +1 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.mjs.map +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.js +3 -3
- package/tools/qbd/standard-terms/list-qbd-standard-terms.js.map +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs +3 -3
- 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/create-qbd-subtotal-items.js +1 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.mjs +1 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.mjs.map +1 -1
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js +2 -2
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs +2 -2
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.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/subtotal-items/update-qbd-subtotal-items.js +1 -1
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.mjs +1 -1
- package/tools/qbd/subtotal-items/update-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/list-qbd-time-tracking-activities.js +4 -4
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.js.map +1 -1
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.mjs +4 -4
- package/tools/qbd/time-tracking-activities/list-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/list-qbd-transactions.js +4 -4
- package/tools/qbd/transactions/list-qbd-transactions.js.map +1 -1
- package/tools/qbd/transactions/list-qbd-transactions.mjs +4 -4
- package/tools/qbd/transactions/list-qbd-transactions.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/create-qbd-transfers.js +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.mjs +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.mjs.map +1 -1
- package/tools/qbd/transfers/list-qbd-transfers.d.mts.map +1 -1
- package/tools/qbd/transfers/list-qbd-transfers.d.ts.map +1 -1
- package/tools/qbd/transfers/list-qbd-transfers.js +7 -13
- package/tools/qbd/transfers/list-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/list-qbd-transfers.mjs +7 -13
- package/tools/qbd/transfers/list-qbd-transfers.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/transfers/update-qbd-transfers.js +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.mjs +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.mjs.map +1 -1
- package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.js +2 -2
- package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.js.map +1 -1
- package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.mjs +2 -2
- package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.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/list-qbd-vendor-credits.js +4 -4
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js.map +1 -1
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs +4 -4
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs.map +1 -1
- package/tools/qbd/vendors/list-qbd-vendors.js +2 -2
- package/tools/qbd/vendors/list-qbd-vendors.js.map +1 -1
- package/tools/qbd/vendors/list-qbd-vendors.mjs +2 -2
- package/tools/qbd/vendors/list-qbd-vendors.mjs.map +1 -1
|
@@ -136,13 +136,13 @@ export const tool: Tool = {
|
|
|
136
136
|
transactionDateFrom: {
|
|
137
137
|
type: 'string',
|
|
138
138
|
description:
|
|
139
|
-
|
|
139
|
+
"Filter for transactions whose `date` field is on or after this date, in ISO 8601 format (YYYY-MM-DD).\n\n**NOTE:** QuickBooks Desktop interprets this date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).",
|
|
140
140
|
format: 'date',
|
|
141
141
|
},
|
|
142
142
|
transactionDateTo: {
|
|
143
143
|
type: 'string',
|
|
144
144
|
description:
|
|
145
|
-
|
|
145
|
+
"Filter for transactions whose `date` field is on or before this date, in ISO 8601 format (YYYY-MM-DD).\n\n**NOTE:** QuickBooks Desktop interprets this date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).",
|
|
146
146
|
format: 'date',
|
|
147
147
|
},
|
|
148
148
|
transactionTypes: {
|
|
@@ -186,12 +186,12 @@ export const tool: Tool = {
|
|
|
186
186
|
updatedAfter: {
|
|
187
187
|
type: 'string',
|
|
188
188
|
description:
|
|
189
|
-
|
|
189
|
+
"Filter for transactions updated on or after this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
|
|
190
190
|
},
|
|
191
191
|
updatedBefore: {
|
|
192
192
|
type: 'string',
|
|
193
193
|
description:
|
|
194
|
-
|
|
194
|
+
"Filter for transactions updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
|
|
195
195
|
},
|
|
196
196
|
},
|
|
197
197
|
required: ['conductorEndUserId'],
|
|
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'retrieve_qbd_transactions',
|
|
19
19
|
description:
|
|
20
|
-
"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),
|
|
20
|
+
"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```",
|
|
21
21
|
inputSchema: {
|
|
22
22
|
type: 'object',
|
|
23
23
|
properties: {
|
|
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'create_qbd_transfers',
|
|
19
19
|
description:
|
|
20
|
-
"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\nCreates a new transfer.\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),
|
|
20
|
+
"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\nCreates a new transfer.\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```",
|
|
21
21
|
inputSchema: {
|
|
22
22
|
type: 'object',
|
|
23
23
|
properties: {
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { maybeFilter } from 'conductor-node-mcp/filtering';
|
|
4
3
|
import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
5
4
|
|
|
6
5
|
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
@@ -16,8 +15,7 @@ export const metadata: Metadata = {
|
|
|
16
15
|
|
|
17
16
|
export const tool: Tool = {
|
|
18
17
|
name: 'list_qbd_transfers',
|
|
19
|
-
description:
|
|
20
|
-
"When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of transfers. Use the `cursor` parameter to paginate through the results.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of transfers.',\n items: {\n $ref: '#/$defs/transfer'\n }\n },\n hasMore: {\n type: 'boolean',\n description: 'Indicates whether there are more objects to be fetched.'\n },\n nextCursor: {\n type: 'string',\n description: 'The `nextCursor` is a pagination token returned in the response when you use the `limit` parameter in your request. To retrieve subsequent pages of results, include this token as the value of the `cursor` request parameter in your following API calls.\\n\\n**NOTE**: The `nextCursor` value remains constant throughout the pagination process for a specific list instance; continue to use the same `nextCursor` token in each request to fetch additional pages.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n remainingCount: {\n type: 'number',\n description: 'The number of objects remaining to be fetched.'\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'hasMore',\n 'nextCursor',\n 'objectType',\n 'remainingCount',\n 'url'\n ],\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), in the QuickBooks Desktop host machine’s local timezone.'\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), in the QuickBooks Desktop host machine’s local timezone.'\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```",
|
|
18
|
+
description: 'Returns a list of transfers. Use the `cursor` parameter to paginate through the results.',
|
|
21
19
|
inputSchema: {
|
|
22
20
|
type: 'object',
|
|
23
21
|
properties: {
|
|
@@ -47,30 +45,24 @@ export const tool: Tool = {
|
|
|
47
45
|
transactionDateFrom: {
|
|
48
46
|
type: 'string',
|
|
49
47
|
description:
|
|
50
|
-
|
|
48
|
+
"Filter for transfers whose `date` field is on or after this date, in ISO 8601 format (YYYY-MM-DD).\n\n**NOTE:** QuickBooks Desktop interprets this date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).",
|
|
51
49
|
format: 'date',
|
|
52
50
|
},
|
|
53
51
|
transactionDateTo: {
|
|
54
52
|
type: 'string',
|
|
55
53
|
description:
|
|
56
|
-
|
|
54
|
+
"Filter for transfers whose `date` field is on or before this date, in ISO 8601 format (YYYY-MM-DD).\n\n**NOTE:** QuickBooks Desktop interprets this date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).",
|
|
57
55
|
format: 'date',
|
|
58
56
|
},
|
|
59
57
|
updatedAfter: {
|
|
60
58
|
type: 'string',
|
|
61
59
|
description:
|
|
62
|
-
|
|
60
|
+
"Filter for transfers updated on or after this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
|
|
63
61
|
},
|
|
64
62
|
updatedBefore: {
|
|
65
63
|
type: 'string',
|
|
66
64
|
description:
|
|
67
|
-
|
|
68
|
-
},
|
|
69
|
-
jq_filter: {
|
|
70
|
-
type: 'string',
|
|
71
|
-
title: 'jq Filter',
|
|
72
|
-
description:
|
|
73
|
-
'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
|
|
65
|
+
"Filter for transfers updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
|
|
74
66
|
},
|
|
75
67
|
},
|
|
76
68
|
required: ['conductorEndUserId'],
|
|
@@ -81,9 +73,9 @@ export const tool: Tool = {
|
|
|
81
73
|
};
|
|
82
74
|
|
|
83
75
|
export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
|
|
84
|
-
const
|
|
76
|
+
const body = args as any;
|
|
85
77
|
const response = await conductor.qbd.transfers.list(body).asResponse();
|
|
86
|
-
return asTextContentResult(await
|
|
78
|
+
return asTextContentResult(await response.json());
|
|
87
79
|
};
|
|
88
80
|
|
|
89
81
|
export default { metadata, tool, handler };
|
|
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'retrieve_qbd_transfers',
|
|
19
19
|
description:
|
|
20
|
-
"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),
|
|
20
|
+
"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```",
|
|
21
21
|
inputSchema: {
|
|
22
22
|
type: 'object',
|
|
23
23
|
properties: {
|
|
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'update_qbd_transfers',
|
|
19
19
|
description:
|
|
20
|
-
"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\nUpdates an existing transfer.\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),
|
|
20
|
+
"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\nUpdates an existing transfer.\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```",
|
|
21
21
|
inputSchema: {
|
|
22
22
|
type: 'object',
|
|
23
23
|
properties: {
|
|
@@ -79,12 +79,12 @@ export const tool: Tool = {
|
|
|
79
79
|
updatedAfter: {
|
|
80
80
|
type: 'string',
|
|
81
81
|
description:
|
|
82
|
-
|
|
82
|
+
"Filter for unit-of-measure sets updated on or after this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
|
|
83
83
|
},
|
|
84
84
|
updatedBefore: {
|
|
85
85
|
type: 'string',
|
|
86
86
|
description:
|
|
87
|
-
|
|
87
|
+
"Filter for unit-of-measure sets updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
|
|
88
88
|
},
|
|
89
89
|
},
|
|
90
90
|
required: ['conductorEndUserId'],
|
|
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'retrieve_qbd_unit_of_measure_sets',
|
|
19
19
|
description:
|
|
20
|
-
"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),
|
|
20
|
+
"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```",
|
|
21
21
|
inputSchema: {
|
|
22
22
|
type: 'object',
|
|
23
23
|
properties: {
|
|
@@ -102,24 +102,24 @@ export const tool: Tool = {
|
|
|
102
102
|
transactionDateFrom: {
|
|
103
103
|
type: 'string',
|
|
104
104
|
description:
|
|
105
|
-
|
|
105
|
+
"Filter for vendor credits whose `date` field is on or after this date, in ISO 8601 format (YYYY-MM-DD).\n\n**NOTE:** QuickBooks Desktop interprets this date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).",
|
|
106
106
|
format: 'date',
|
|
107
107
|
},
|
|
108
108
|
transactionDateTo: {
|
|
109
109
|
type: 'string',
|
|
110
110
|
description:
|
|
111
|
-
|
|
111
|
+
"Filter for vendor credits whose `date` field is on or before this date, in ISO 8601 format (YYYY-MM-DD).\n\n**NOTE:** QuickBooks Desktop interprets this date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).",
|
|
112
112
|
format: 'date',
|
|
113
113
|
},
|
|
114
114
|
updatedAfter: {
|
|
115
115
|
type: 'string',
|
|
116
116
|
description:
|
|
117
|
-
|
|
117
|
+
"Filter for vendor credits updated on or after this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
|
|
118
118
|
},
|
|
119
119
|
updatedBefore: {
|
|
120
120
|
type: 'string',
|
|
121
121
|
description:
|
|
122
|
-
|
|
122
|
+
"Filter for vendor credits updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
|
|
123
123
|
},
|
|
124
124
|
vendorIds: {
|
|
125
125
|
type: 'array',
|
|
@@ -121,12 +121,12 @@ export const tool: Tool = {
|
|
|
121
121
|
updatedAfter: {
|
|
122
122
|
type: 'string',
|
|
123
123
|
description:
|
|
124
|
-
|
|
124
|
+
"Filter for vendors updated on or after this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
|
|
125
125
|
},
|
|
126
126
|
updatedBefore: {
|
|
127
127
|
type: 'string',
|
|
128
128
|
description:
|
|
129
|
-
|
|
129
|
+
"Filter for vendors updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
|
|
130
130
|
},
|
|
131
131
|
},
|
|
132
132
|
required: ['conductorEndUserId'],
|
package/tools/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/tools/index.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAE,QAAQ,EAAE,eAAe,EAAE;AAE9C,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,eAAe,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/tools/index.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAE,QAAQ,EAAE,eAAe,EAAE;AAE9C,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,eAAe,EAAE,CAAC;AAqN/C,eAAO,MAAM,SAAS,EAAE,QAAQ,EAAO,CAAC;AAyNxC,MAAM,MAAM,MAAM,GAAG;IACnB,IAAI,EAAE,UAAU,GAAG,WAAW,GAAG,KAAK,GAAG,MAAM,CAAC;IAChD,EAAE,EAAE,SAAS,GAAG,SAAS,CAAC;IAC1B,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,wBAAgB,KAAK,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,QAAQ,EAAE,CA4B1E"}
|
package/tools/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/tools/index.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAE,QAAQ,EAAE,eAAe,EAAE;AAE9C,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,eAAe,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/tools/index.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAE,QAAQ,EAAE,eAAe,EAAE;AAE9C,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,eAAe,EAAE,CAAC;AAqN/C,eAAO,MAAM,SAAS,EAAE,QAAQ,EAAO,CAAC;AAyNxC,MAAM,MAAM,MAAM,GAAG;IACnB,IAAI,EAAE,UAAU,GAAG,WAAW,GAAG,KAAK,GAAG,MAAM,CAAC;IAChD,EAAE,EAAE,SAAS,GAAG,SAAS,CAAC;IAC1B,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,wBAAgB,KAAK,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,QAAQ,EAAE,CA4B1E"}
|
package/tools/index.js
CHANGED
|
@@ -62,6 +62,10 @@ const retrieve_qbd_credit_memos_1 = __importDefault(require("./qbd/credit-memos/
|
|
|
62
62
|
const update_qbd_credit_memos_1 = __importDefault(require("./qbd/credit-memos/update-qbd-credit-memos.js"));
|
|
63
63
|
const list_qbd_credit_memos_1 = __importDefault(require("./qbd/credit-memos/list-qbd-credit-memos.js"));
|
|
64
64
|
const delete_qbd_credit_memos_1 = __importDefault(require("./qbd/credit-memos/delete-qbd-credit-memos.js"));
|
|
65
|
+
const create_qbd_currencies_1 = __importDefault(require("./qbd/currencies/create-qbd-currencies.js"));
|
|
66
|
+
const retrieve_qbd_currencies_1 = __importDefault(require("./qbd/currencies/retrieve-qbd-currencies.js"));
|
|
67
|
+
const update_qbd_currencies_1 = __importDefault(require("./qbd/currencies/update-qbd-currencies.js"));
|
|
68
|
+
const list_qbd_currencies_1 = __importDefault(require("./qbd/currencies/list-qbd-currencies.js"));
|
|
65
69
|
const create_qbd_customers_1 = __importDefault(require("./qbd/customers/create-qbd-customers.js"));
|
|
66
70
|
const retrieve_qbd_customers_1 = __importDefault(require("./qbd/customers/retrieve-qbd-customers.js"));
|
|
67
71
|
const update_qbd_customers_1 = __importDefault(require("./qbd/customers/update-qbd-customers.js"));
|
|
@@ -272,6 +276,10 @@ addEndpoint(retrieve_qbd_credit_memos_1.default);
|
|
|
272
276
|
addEndpoint(update_qbd_credit_memos_1.default);
|
|
273
277
|
addEndpoint(list_qbd_credit_memos_1.default);
|
|
274
278
|
addEndpoint(delete_qbd_credit_memos_1.default);
|
|
279
|
+
addEndpoint(create_qbd_currencies_1.default);
|
|
280
|
+
addEndpoint(retrieve_qbd_currencies_1.default);
|
|
281
|
+
addEndpoint(update_qbd_currencies_1.default);
|
|
282
|
+
addEndpoint(list_qbd_currencies_1.default);
|
|
275
283
|
addEndpoint(create_qbd_customers_1.default);
|
|
276
284
|
addEndpoint(retrieve_qbd_customers_1.default);
|
|
277
285
|
addEndpoint(update_qbd_customers_1.default);
|
package/tools/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/tools/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/tools/index.ts"],"names":[],"mappings":"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"}
|
package/tools/index.mjs
CHANGED
|
@@ -55,6 +55,10 @@ import retrieve_qbd_credit_memos from "./qbd/credit-memos/retrieve-qbd-credit-me
|
|
|
55
55
|
import update_qbd_credit_memos from "./qbd/credit-memos/update-qbd-credit-memos.mjs";
|
|
56
56
|
import list_qbd_credit_memos from "./qbd/credit-memos/list-qbd-credit-memos.mjs";
|
|
57
57
|
import delete_qbd_credit_memos from "./qbd/credit-memos/delete-qbd-credit-memos.mjs";
|
|
58
|
+
import create_qbd_currencies from "./qbd/currencies/create-qbd-currencies.mjs";
|
|
59
|
+
import retrieve_qbd_currencies from "./qbd/currencies/retrieve-qbd-currencies.mjs";
|
|
60
|
+
import update_qbd_currencies from "./qbd/currencies/update-qbd-currencies.mjs";
|
|
61
|
+
import list_qbd_currencies from "./qbd/currencies/list-qbd-currencies.mjs";
|
|
58
62
|
import create_qbd_customers from "./qbd/customers/create-qbd-customers.mjs";
|
|
59
63
|
import retrieve_qbd_customers from "./qbd/customers/retrieve-qbd-customers.mjs";
|
|
60
64
|
import update_qbd_customers from "./qbd/customers/update-qbd-customers.mjs";
|
|
@@ -265,6 +269,10 @@ addEndpoint(retrieve_qbd_credit_memos);
|
|
|
265
269
|
addEndpoint(update_qbd_credit_memos);
|
|
266
270
|
addEndpoint(list_qbd_credit_memos);
|
|
267
271
|
addEndpoint(delete_qbd_credit_memos);
|
|
272
|
+
addEndpoint(create_qbd_currencies);
|
|
273
|
+
addEndpoint(retrieve_qbd_currencies);
|
|
274
|
+
addEndpoint(update_qbd_currencies);
|
|
275
|
+
addEndpoint(list_qbd_currencies);
|
|
268
276
|
addEndpoint(create_qbd_customers);
|
|
269
277
|
addEndpoint(retrieve_qbd_customers);
|
|
270
278
|
addEndpoint(update_qbd_customers);
|
package/tools/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/tools/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/tools/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -94,11 +94,11 @@ exports.tool = {
|
|
|
94
94
|
},
|
|
95
95
|
updatedAfter: {
|
|
96
96
|
type: 'string',
|
|
97
|
-
description:
|
|
97
|
+
description: "Filter for accounts updated on or after this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
|
|
98
98
|
},
|
|
99
99
|
updatedBefore: {
|
|
100
100
|
type: 'string',
|
|
101
|
-
description:
|
|
101
|
+
description: "Filter for accounts updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
|
|
102
102
|
},
|
|
103
103
|
},
|
|
104
104
|
required: ['conductorEndUserId'],
|