conductor-node-mcp 12.14.0 → 12.15.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/filtering.d.mts +2 -0
- package/filtering.d.mts.map +1 -0
- package/filtering.d.ts +2 -0
- package/filtering.d.ts.map +1 -0
- package/filtering.js +17 -0
- package/filtering.js.map +1 -0
- package/filtering.mjs +14 -0
- package/filtering.mjs.map +1 -0
- package/package.json +3 -2
- package/server.js +1 -1
- package/server.mjs +1 -1
- package/src/filtering.ts +13 -0
- package/src/server.ts +1 -1
- package/src/tools/auth-sessions/create-auth-sessions.ts +9 -2
- package/src/tools/end-users/create-end-users.ts +10 -2
- package/src/tools/end-users/delete-end-users.ts +10 -2
- package/src/tools/end-users/list-end-users.ts +12 -3
- package/src/tools/end-users/passthrough-end-users.ts +11 -2
- package/src/tools/end-users/retrieve-end-users.ts +10 -2
- package/src/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.ts +9 -2
- package/src/tools/qbd/accounts/create-qbd-accounts.ts +2 -1
- package/src/tools/qbd/accounts/list-qbd-accounts.ts +1 -1
- package/src/tools/qbd/accounts/retrieve-qbd-accounts.ts +2 -1
- package/src/tools/qbd/accounts/update-qbd-accounts.ts +2 -1
- package/src/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.ts +2 -1
- package/src/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.ts +9 -2
- package/src/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.ts +3 -2
- package/src/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.ts +2 -1
- package/src/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.ts +2 -1
- package/src/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.ts +2 -1
- package/src/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.ts +11 -2
- package/src/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.ts +3 -2
- package/src/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.ts +2 -1
- package/src/tools/qbd/bills/create-qbd-bills.ts +2 -1
- package/src/tools/qbd/bills/delete-qbd-bills.ts +9 -2
- package/src/tools/qbd/bills/list-qbd-bills.ts +4 -2
- package/src/tools/qbd/bills/retrieve-qbd-bills.ts +2 -1
- package/src/tools/qbd/bills/update-qbd-bills.ts +2 -1
- package/src/tools/qbd/build-assemblies/create-qbd-build-assemblies.ts +2 -1
- package/src/tools/qbd/build-assemblies/delete-qbd-build-assemblies.ts +9 -2
- package/src/tools/qbd/build-assemblies/list-qbd-build-assemblies.ts +3 -2
- package/src/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.ts +2 -1
- package/src/tools/qbd/build-assemblies/update-qbd-build-assemblies.ts +2 -1
- package/src/tools/qbd/checks/create-qbd-checks.ts +2 -1
- package/src/tools/qbd/checks/delete-qbd-checks.ts +9 -2
- package/src/tools/qbd/checks/list-qbd-checks.ts +4 -2
- package/src/tools/qbd/checks/retrieve-qbd-checks.ts +2 -1
- package/src/tools/qbd/checks/update-qbd-checks.ts +2 -1
- package/src/tools/qbd/classes/create-qbd-classes.ts +10 -2
- package/src/tools/qbd/classes/list-qbd-classes.ts +9 -2
- package/src/tools/qbd/classes/retrieve-qbd-classes.ts +10 -2
- package/src/tools/qbd/classes/update-qbd-classes.ts +10 -2
- package/src/tools/qbd/company/retrieve-qbd-company.ts +1 -1
- package/src/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.ts +2 -1
- package/src/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.ts +9 -2
- package/src/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.ts +3 -2
- package/src/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.ts +2 -1
- package/src/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.ts +2 -1
- package/src/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.ts +2 -1
- package/src/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.ts +9 -2
- package/src/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.ts +3 -2
- package/src/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.ts +2 -1
- package/src/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.ts +2 -1
- package/src/tools/qbd/credit-memos/create-qbd-credit-memos.ts +2 -1
- package/src/tools/qbd/credit-memos/delete-qbd-credit-memos.ts +9 -2
- package/src/tools/qbd/credit-memos/list-qbd-credit-memos.ts +4 -2
- package/src/tools/qbd/credit-memos/retrieve-qbd-credit-memos.ts +2 -1
- package/src/tools/qbd/credit-memos/update-qbd-credit-memos.ts +2 -1
- package/src/tools/qbd/customers/create-qbd-customers.ts +2 -1
- package/src/tools/qbd/customers/list-qbd-customers.ts +4 -2
- package/src/tools/qbd/customers/retrieve-qbd-customers.ts +2 -1
- package/src/tools/qbd/customers/update-qbd-customers.ts +2 -1
- package/src/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.ts +10 -2
- package/src/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.ts +9 -2
- package/src/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.ts +10 -2
- package/src/tools/qbd/discount-items/create-qbd-discount-items.ts +2 -1
- package/src/tools/qbd/discount-items/list-qbd-discount-items.ts +3 -2
- package/src/tools/qbd/discount-items/retrieve-qbd-discount-items.ts +2 -1
- package/src/tools/qbd/discount-items/update-qbd-discount-items.ts +2 -1
- package/src/tools/qbd/employees/create-qbd-employees.ts +2 -1
- package/src/tools/qbd/employees/list-qbd-employees.ts +4 -2
- package/src/tools/qbd/employees/retrieve-qbd-employees.ts +2 -1
- package/src/tools/qbd/employees/update-qbd-employees.ts +2 -1
- package/src/tools/qbd/estimates/create-qbd-estimates.ts +2 -1
- package/src/tools/qbd/estimates/delete-qbd-estimates.ts +9 -2
- package/src/tools/qbd/estimates/list-qbd-estimates.ts +4 -2
- package/src/tools/qbd/estimates/retrieve-qbd-estimates.ts +2 -1
- package/src/tools/qbd/estimates/update-qbd-estimates.ts +2 -1
- package/src/tools/qbd/health-check-qbd.ts +9 -2
- package/src/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.ts +2 -1
- package/src/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.ts +11 -2
- package/src/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.ts +1 -1
- package/src/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.ts +2 -1
- package/src/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.ts +2 -1
- package/src/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.ts +2 -1
- package/src/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.ts +3 -2
- package/src/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.ts +2 -1
- package/src/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.ts +2 -1
- package/src/tools/qbd/inventory-items/create-qbd-inventory-items.ts +2 -1
- package/src/tools/qbd/inventory-items/list-qbd-inventory-items.ts +3 -2
- package/src/tools/qbd/inventory-items/retrieve-qbd-inventory-items.ts +2 -1
- package/src/tools/qbd/inventory-items/update-qbd-inventory-items.ts +2 -1
- package/src/tools/qbd/inventory-sites/create-qbd-inventory-sites.ts +10 -2
- package/src/tools/qbd/inventory-sites/list-qbd-inventory-sites.ts +9 -2
- package/src/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.ts +10 -2
- package/src/tools/qbd/inventory-sites/update-qbd-inventory-sites.ts +10 -2
- package/src/tools/qbd/invoices/create-qbd-invoices.ts +2 -1
- package/src/tools/qbd/invoices/delete-qbd-invoices.ts +9 -2
- package/src/tools/qbd/invoices/list-qbd-invoices.ts +4 -2
- package/src/tools/qbd/invoices/retrieve-qbd-invoices.ts +2 -1
- package/src/tools/qbd/invoices/update-qbd-invoices.ts +2 -1
- package/src/tools/qbd/item-groups/create-qbd-item-groups.ts +2 -1
- package/src/tools/qbd/item-groups/list-qbd-item-groups.ts +4 -2
- package/src/tools/qbd/item-groups/retrieve-qbd-item-groups.ts +10 -2
- package/src/tools/qbd/item-groups/update-qbd-item-groups.ts +2 -1
- package/src/tools/qbd/item-receipts/create-qbd-item-receipts.ts +2 -1
- package/src/tools/qbd/item-receipts/delete-qbd-item-receipts.ts +9 -2
- package/src/tools/qbd/item-receipts/list-qbd-item-receipts.ts +4 -2
- package/src/tools/qbd/item-receipts/retrieve-qbd-item-receipts.ts +2 -1
- package/src/tools/qbd/item-receipts/update-qbd-item-receipts.ts +2 -1
- package/src/tools/qbd/item-sites/list-qbd-item-sites.ts +4 -2
- package/src/tools/qbd/item-sites/retrieve-qbd-item-sites.ts +10 -2
- package/src/tools/qbd/journal-entries/create-qbd-journal-entries.ts +2 -1
- package/src/tools/qbd/journal-entries/delete-qbd-journal-entries.ts +9 -2
- package/src/tools/qbd/journal-entries/list-qbd-journal-entries.ts +3 -2
- package/src/tools/qbd/journal-entries/retrieve-qbd-journal-entries.ts +2 -1
- package/src/tools/qbd/journal-entries/update-qbd-journal-entries.ts +2 -1
- package/src/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.ts +2 -1
- package/src/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.ts +3 -2
- package/src/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.ts +2 -1
- package/src/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.ts +2 -1
- package/src/tools/qbd/other-names/create-qbd-other-names.ts +2 -1
- package/src/tools/qbd/other-names/list-qbd-other-names.ts +1 -1
- package/src/tools/qbd/other-names/retrieve-qbd-other-names.ts +10 -2
- package/src/tools/qbd/other-names/update-qbd-other-names.ts +2 -1
- package/src/tools/qbd/payment-methods/create-qbd-payment-methods.ts +10 -2
- package/src/tools/qbd/payment-methods/list-qbd-payment-methods.ts +9 -2
- package/src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts +10 -2
- package/src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts +10 -2
- package/src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts +10 -2
- package/src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts +12 -2
- package/src/tools/qbd/preferences/retrieve-qbd-preferences.ts +1 -1
- package/src/tools/qbd/price-levels/create-qbd-price-levels.ts +10 -2
- package/src/tools/qbd/price-levels/list-qbd-price-levels.ts +1 -1
- package/src/tools/qbd/price-levels/retrieve-qbd-price-levels.ts +10 -2
- package/src/tools/qbd/price-levels/update-qbd-price-levels.ts +2 -1
- package/src/tools/qbd/purchase-orders/create-qbd-purchase-orders.ts +2 -1
- package/src/tools/qbd/purchase-orders/delete-qbd-purchase-orders.ts +9 -2
- package/src/tools/qbd/purchase-orders/list-qbd-purchase-orders.ts +3 -2
- package/src/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.ts +2 -1
- package/src/tools/qbd/purchase-orders/update-qbd-purchase-orders.ts +2 -1
- package/src/tools/qbd/receive-payments/create-qbd-receive-payments.ts +2 -1
- package/src/tools/qbd/receive-payments/delete-qbd-receive-payments.ts +9 -2
- package/src/tools/qbd/receive-payments/list-qbd-receive-payments.ts +3 -2
- package/src/tools/qbd/receive-payments/retrieve-qbd-receive-payments.ts +2 -1
- package/src/tools/qbd/receive-payments/update-qbd-receive-payments.ts +2 -1
- package/src/tools/qbd/sales-orders/create-qbd-sales-orders.ts +2 -1
- package/src/tools/qbd/sales-orders/delete-qbd-sales-orders.ts +9 -2
- package/src/tools/qbd/sales-orders/list-qbd-sales-orders.ts +4 -2
- package/src/tools/qbd/sales-orders/retrieve-qbd-sales-orders.ts +2 -1
- package/src/tools/qbd/sales-orders/update-qbd-sales-orders.ts +2 -1
- package/src/tools/qbd/sales-receipts/create-qbd-sales-receipts.ts +2 -1
- package/src/tools/qbd/sales-receipts/delete-qbd-sales-receipts.ts +9 -2
- package/src/tools/qbd/sales-receipts/list-qbd-sales-receipts.ts +3 -2
- package/src/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.ts +2 -1
- package/src/tools/qbd/sales-receipts/update-qbd-sales-receipts.ts +2 -1
- package/src/tools/qbd/sales-representatives/create-qbd-sales-representatives.ts +10 -2
- package/src/tools/qbd/sales-representatives/list-qbd-sales-representatives.ts +9 -2
- package/src/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.ts +12 -2
- package/src/tools/qbd/sales-representatives/update-qbd-sales-representatives.ts +12 -2
- package/src/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.ts +10 -2
- package/src/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.ts +9 -2
- package/src/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.ts +10 -2
- package/src/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.ts +10 -2
- package/src/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.ts +2 -1
- package/src/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.ts +3 -2
- package/src/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.ts +10 -2
- package/src/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.ts +2 -1
- package/src/tools/qbd/service-items/create-qbd-service-items.ts +2 -1
- package/src/tools/qbd/service-items/list-qbd-service-items.ts +4 -2
- package/src/tools/qbd/service-items/retrieve-qbd-service-items.ts +2 -1
- package/src/tools/qbd/service-items/update-qbd-service-items.ts +2 -1
- package/src/tools/qbd/standard-terms/create-qbd-standard-terms.ts +10 -2
- package/src/tools/qbd/standard-terms/list-qbd-standard-terms.ts +9 -2
- package/src/tools/qbd/standard-terms/retrieve-qbd-standard-terms.ts +10 -2
- package/src/tools/qbd/subtotal-items/create-qbd-subtotal-items.ts +10 -2
- package/src/tools/qbd/subtotal-items/list-qbd-subtotal-items.ts +3 -2
- package/src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts +10 -2
- package/src/tools/qbd/subtotal-items/update-qbd-subtotal-items.ts +10 -2
- package/src/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.ts +2 -1
- package/src/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.ts +11 -2
- package/src/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.ts +3 -2
- package/src/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.ts +12 -2
- package/src/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.ts +2 -1
- package/src/tools/qbd/transactions/list-qbd-transactions.ts +3 -2
- package/src/tools/qbd/transactions/retrieve-qbd-transactions.ts +10 -2
- package/src/tools/qbd/transfers/create-qbd-transfers.ts +10 -2
- package/src/tools/qbd/transfers/list-qbd-transfers.ts +11 -2
- package/src/tools/qbd/transfers/retrieve-qbd-transfers.ts +10 -2
- package/src/tools/qbd/transfers/update-qbd-transfers.ts +10 -2
- package/src/tools/qbd/vendor-credits/create-qbd-vendor-credits.ts +2 -1
- package/src/tools/qbd/vendor-credits/delete-qbd-vendor-credits.ts +9 -2
- package/src/tools/qbd/vendor-credits/list-qbd-vendor-credits.ts +3 -2
- package/src/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.ts +2 -1
- package/src/tools/qbd/vendor-credits/update-qbd-vendor-credits.ts +2 -1
- package/src/tools/qbd/vendors/create-qbd-vendors.ts +2 -1
- package/src/tools/qbd/vendors/list-qbd-vendors.ts +4 -2
- package/src/tools/qbd/vendors/retrieve-qbd-vendors.ts +2 -1
- package/src/tools/qbd/vendors/update-qbd-vendors.ts +2 -1
- package/src/tools/types.ts +1 -1
- package/tools/auth-sessions/create-auth-sessions.d.mts.map +1 -1
- package/tools/auth-sessions/create-auth-sessions.d.ts.map +1 -1
- package/tools/auth-sessions/create-auth-sessions.js +8 -2
- package/tools/auth-sessions/create-auth-sessions.js.map +1 -1
- package/tools/auth-sessions/create-auth-sessions.mjs +8 -2
- package/tools/auth-sessions/create-auth-sessions.mjs.map +1 -1
- package/tools/end-users/create-end-users.d.mts.map +1 -1
- package/tools/end-users/create-end-users.d.ts.map +1 -1
- package/tools/end-users/create-end-users.js +8 -2
- package/tools/end-users/create-end-users.js.map +1 -1
- package/tools/end-users/create-end-users.mjs +8 -2
- package/tools/end-users/create-end-users.mjs.map +1 -1
- package/tools/end-users/delete-end-users.d.mts.map +1 -1
- package/tools/end-users/delete-end-users.d.ts.map +1 -1
- package/tools/end-users/delete-end-users.js +8 -2
- package/tools/end-users/delete-end-users.js.map +1 -1
- package/tools/end-users/delete-end-users.mjs +8 -2
- package/tools/end-users/delete-end-users.mjs.map +1 -1
- package/tools/end-users/list-end-users.d.mts.map +1 -1
- package/tools/end-users/list-end-users.d.ts.map +1 -1
- package/tools/end-users/list-end-users.js +10 -3
- package/tools/end-users/list-end-users.js.map +1 -1
- package/tools/end-users/list-end-users.mjs +10 -3
- package/tools/end-users/list-end-users.mjs.map +1 -1
- package/tools/end-users/passthrough-end-users.d.mts.map +1 -1
- package/tools/end-users/passthrough-end-users.d.ts.map +1 -1
- package/tools/end-users/passthrough-end-users.js +8 -2
- package/tools/end-users/passthrough-end-users.js.map +1 -1
- package/tools/end-users/passthrough-end-users.mjs +8 -2
- package/tools/end-users/passthrough-end-users.mjs.map +1 -1
- package/tools/end-users/retrieve-end-users.d.mts.map +1 -1
- package/tools/end-users/retrieve-end-users.d.ts.map +1 -1
- package/tools/end-users/retrieve-end-users.js +8 -2
- package/tools/end-users/retrieve-end-users.js.map +1 -1
- package/tools/end-users/retrieve-end-users.mjs +8 -2
- package/tools/end-users/retrieve-end-users.mjs.map +1 -1
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.mts.map +1 -1
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.ts.map +1 -1
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.js +8 -2
- 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 +8 -2
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.mjs.map +1 -1
- package/tools/qbd/accounts/create-qbd-accounts.d.mts.map +1 -1
- package/tools/qbd/accounts/create-qbd-accounts.d.ts.map +1 -1
- package/tools/qbd/accounts/create-qbd-accounts.js +1 -1
- package/tools/qbd/accounts/create-qbd-accounts.js.map +1 -1
- package/tools/qbd/accounts/create-qbd-accounts.mjs +1 -1
- package/tools/qbd/accounts/create-qbd-accounts.mjs.map +1 -1
- package/tools/qbd/accounts/list-qbd-accounts.js +1 -1
- package/tools/qbd/accounts/list-qbd-accounts.js.map +1 -1
- package/tools/qbd/accounts/list-qbd-accounts.mjs +1 -1
- package/tools/qbd/accounts/list-qbd-accounts.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/accounts/update-qbd-accounts.d.mts.map +1 -1
- package/tools/qbd/accounts/update-qbd-accounts.d.ts.map +1 -1
- package/tools/qbd/accounts/update-qbd-accounts.js +1 -1
- package/tools/qbd/accounts/update-qbd-accounts.js.map +1 -1
- package/tools/qbd/accounts/update-qbd-accounts.mjs +1 -1
- package/tools/qbd/accounts/update-qbd-accounts.mjs.map +1 -1
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.mts.map +1 -1
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.ts.map +1 -1
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.js +1 -1
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.js.map +1 -1
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.mjs +1 -1
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.mjs.map +1 -1
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.mts.map +1 -1
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.ts.map +1 -1
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.js +8 -2
- 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 +8 -2
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.mjs.map +1 -1
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.mts.map +1 -1
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.ts.map +1 -1
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js +3 -2
- 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 +3 -2
- package/tools/qbd/bill-check-payments/list-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-check-payments/update-qbd-bill-check-payments.d.mts.map +1 -1
- package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.ts.map +1 -1
- package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.js +1 -1
- package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.js.map +1 -1
- package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.mjs +1 -1
- package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.mjs.map +1 -1
- package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.mts.map +1 -1
- package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.ts.map +1 -1
- package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.js +1 -1
- package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.js.map +1 -1
- package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.mjs +1 -1
- package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.mjs.map +1 -1
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.mts.map +1 -1
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.ts.map +1 -1
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.js +8 -2
- 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 +8 -2
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.mjs.map +1 -1
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.mts.map +1 -1
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.ts.map +1 -1
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js +3 -2
- 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 +3 -2
- package/tools/qbd/bill-credit-card-payments/list-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/create-qbd-bills.d.mts.map +1 -1
- package/tools/qbd/bills/create-qbd-bills.d.ts.map +1 -1
- package/tools/qbd/bills/create-qbd-bills.js +1 -1
- package/tools/qbd/bills/create-qbd-bills.js.map +1 -1
- package/tools/qbd/bills/create-qbd-bills.mjs +1 -1
- package/tools/qbd/bills/create-qbd-bills.mjs.map +1 -1
- package/tools/qbd/bills/delete-qbd-bills.d.mts.map +1 -1
- package/tools/qbd/bills/delete-qbd-bills.d.ts.map +1 -1
- package/tools/qbd/bills/delete-qbd-bills.js +8 -2
- package/tools/qbd/bills/delete-qbd-bills.js.map +1 -1
- package/tools/qbd/bills/delete-qbd-bills.mjs +8 -2
- package/tools/qbd/bills/delete-qbd-bills.mjs.map +1 -1
- package/tools/qbd/bills/list-qbd-bills.d.mts.map +1 -1
- package/tools/qbd/bills/list-qbd-bills.d.ts.map +1 -1
- package/tools/qbd/bills/list-qbd-bills.js +3 -2
- package/tools/qbd/bills/list-qbd-bills.js.map +1 -1
- package/tools/qbd/bills/list-qbd-bills.mjs +3 -2
- package/tools/qbd/bills/list-qbd-bills.mjs.map +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.d.mts.map +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.d.ts.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/bills/update-qbd-bills.d.mts.map +1 -1
- package/tools/qbd/bills/update-qbd-bills.d.ts.map +1 -1
- package/tools/qbd/bills/update-qbd-bills.js +1 -1
- package/tools/qbd/bills/update-qbd-bills.js.map +1 -1
- package/tools/qbd/bills/update-qbd-bills.mjs +1 -1
- package/tools/qbd/bills/update-qbd-bills.mjs.map +1 -1
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.mts.map +1 -1
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.ts.map +1 -1
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.js +1 -1
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.js.map +1 -1
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.mjs +1 -1
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.mjs.map +1 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.mts.map +1 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.ts.map +1 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js +8 -2
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js.map +1 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs +8 -2
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs.map +1 -1
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.mts.map +1 -1
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.ts.map +1 -1
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js +3 -2
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js.map +1 -1
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs +3 -2
- package/tools/qbd/build-assemblies/list-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/build-assemblies/update-qbd-build-assemblies.d.mts.map +1 -1
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.ts.map +1 -1
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.js +1 -1
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.js.map +1 -1
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.mjs +1 -1
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.mjs.map +1 -1
- package/tools/qbd/checks/create-qbd-checks.d.mts.map +1 -1
- package/tools/qbd/checks/create-qbd-checks.d.ts.map +1 -1
- package/tools/qbd/checks/create-qbd-checks.js +1 -1
- package/tools/qbd/checks/create-qbd-checks.js.map +1 -1
- package/tools/qbd/checks/create-qbd-checks.mjs +1 -1
- package/tools/qbd/checks/create-qbd-checks.mjs.map +1 -1
- package/tools/qbd/checks/delete-qbd-checks.d.mts.map +1 -1
- package/tools/qbd/checks/delete-qbd-checks.d.ts.map +1 -1
- package/tools/qbd/checks/delete-qbd-checks.js +8 -2
- package/tools/qbd/checks/delete-qbd-checks.js.map +1 -1
- package/tools/qbd/checks/delete-qbd-checks.mjs +8 -2
- package/tools/qbd/checks/delete-qbd-checks.mjs.map +1 -1
- package/tools/qbd/checks/list-qbd-checks.d.mts.map +1 -1
- package/tools/qbd/checks/list-qbd-checks.d.ts.map +1 -1
- package/tools/qbd/checks/list-qbd-checks.js +3 -2
- package/tools/qbd/checks/list-qbd-checks.js.map +1 -1
- package/tools/qbd/checks/list-qbd-checks.mjs +3 -2
- package/tools/qbd/checks/list-qbd-checks.mjs.map +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.d.mts.map +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.d.ts.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/checks/update-qbd-checks.d.mts.map +1 -1
- package/tools/qbd/checks/update-qbd-checks.d.ts.map +1 -1
- package/tools/qbd/checks/update-qbd-checks.js +1 -1
- package/tools/qbd/checks/update-qbd-checks.js.map +1 -1
- package/tools/qbd/checks/update-qbd-checks.mjs +1 -1
- package/tools/qbd/checks/update-qbd-checks.mjs.map +1 -1
- package/tools/qbd/classes/create-qbd-classes.d.mts.map +1 -1
- package/tools/qbd/classes/create-qbd-classes.d.ts.map +1 -1
- package/tools/qbd/classes/create-qbd-classes.js +8 -2
- package/tools/qbd/classes/create-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/create-qbd-classes.mjs +8 -2
- package/tools/qbd/classes/create-qbd-classes.mjs.map +1 -1
- package/tools/qbd/classes/list-qbd-classes.d.mts.map +1 -1
- package/tools/qbd/classes/list-qbd-classes.d.ts.map +1 -1
- package/tools/qbd/classes/list-qbd-classes.js +8 -2
- package/tools/qbd/classes/list-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/list-qbd-classes.mjs +8 -2
- package/tools/qbd/classes/list-qbd-classes.mjs.map +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.d.mts.map +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.d.ts.map +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.js +8 -2
- package/tools/qbd/classes/retrieve-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.mjs +8 -2
- package/tools/qbd/classes/retrieve-qbd-classes.mjs.map +1 -1
- package/tools/qbd/classes/update-qbd-classes.d.mts.map +1 -1
- package/tools/qbd/classes/update-qbd-classes.d.ts.map +1 -1
- package/tools/qbd/classes/update-qbd-classes.js +8 -2
- package/tools/qbd/classes/update-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/update-qbd-classes.mjs +8 -2
- package/tools/qbd/classes/update-qbd-classes.mjs.map +1 -1
- package/tools/qbd/company/retrieve-qbd-company.js +1 -1
- package/tools/qbd/company/retrieve-qbd-company.js.map +1 -1
- package/tools/qbd/company/retrieve-qbd-company.mjs +1 -1
- package/tools/qbd/company/retrieve-qbd-company.mjs.map +1 -1
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.mts.map +1 -1
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.ts.map +1 -1
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.js +1 -1
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.js.map +1 -1
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.mjs +1 -1
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.mjs.map +1 -1
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.mts.map +1 -1
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.ts.map +1 -1
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.js +8 -2
- 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 +8 -2
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.mjs.map +1 -1
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.mts.map +1 -1
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.ts.map +1 -1
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js +3 -2
- 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 +3 -2
- package/tools/qbd/credit-card-charges/list-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-charges/update-qbd-credit-card-charges.d.mts.map +1 -1
- package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.ts.map +1 -1
- package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.js +1 -1
- package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.js.map +1 -1
- package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.mjs +1 -1
- package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.mjs.map +1 -1
- package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.mts.map +1 -1
- package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.ts.map +1 -1
- package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.js +1 -1
- package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.js.map +1 -1
- package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.mjs +1 -1
- package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.mjs.map +1 -1
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.mts.map +1 -1
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.ts.map +1 -1
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.js +8 -2
- 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 +8 -2
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.mjs.map +1 -1
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.mts.map +1 -1
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.ts.map +1 -1
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js +3 -2
- 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 +3 -2
- package/tools/qbd/credit-card-credits/list-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-credits/update-qbd-credit-card-credits.d.mts.map +1 -1
- package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.ts.map +1 -1
- package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.js +1 -1
- package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.js.map +1 -1
- package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.mjs +1 -1
- package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.mjs.map +1 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.d.mts.map +1 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.d.ts.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.d.mts.map +1 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.ts.map +1 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.js +8 -2
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.mjs +8 -2
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/credit-memos/list-qbd-credit-memos.d.mts.map +1 -1
- package/tools/qbd/credit-memos/list-qbd-credit-memos.d.ts.map +1 -1
- package/tools/qbd/credit-memos/list-qbd-credit-memos.js +3 -2
- package/tools/qbd/credit-memos/list-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs +3 -2
- package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.mts.map +1 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.ts.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.d.mts.map +1 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.d.ts.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/customers/create-qbd-customers.d.mts.map +1 -1
- package/tools/qbd/customers/create-qbd-customers.d.ts.map +1 -1
- package/tools/qbd/customers/create-qbd-customers.js +1 -1
- package/tools/qbd/customers/create-qbd-customers.js.map +1 -1
- package/tools/qbd/customers/create-qbd-customers.mjs +1 -1
- package/tools/qbd/customers/create-qbd-customers.mjs.map +1 -1
- package/tools/qbd/customers/list-qbd-customers.d.mts.map +1 -1
- package/tools/qbd/customers/list-qbd-customers.d.ts.map +1 -1
- package/tools/qbd/customers/list-qbd-customers.js +3 -2
- package/tools/qbd/customers/list-qbd-customers.js.map +1 -1
- package/tools/qbd/customers/list-qbd-customers.mjs +3 -2
- package/tools/qbd/customers/list-qbd-customers.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/customers/update-qbd-customers.d.mts.map +1 -1
- package/tools/qbd/customers/update-qbd-customers.d.ts.map +1 -1
- package/tools/qbd/customers/update-qbd-customers.js +1 -1
- package/tools/qbd/customers/update-qbd-customers.js.map +1 -1
- package/tools/qbd/customers/update-qbd-customers.mjs +1 -1
- package/tools/qbd/customers/update-qbd-customers.mjs.map +1 -1
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.mts.map +1 -1
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.ts.map +1 -1
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js +8 -2
- 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 +8 -2
- 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.d.mts.map +1 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.ts.map +1 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js +8 -2
- 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 +8 -2
- 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.d.mts.map +1 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.ts.map +1 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js +8 -2
- 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 +8 -2
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs.map +1 -1
- package/tools/qbd/discount-items/create-qbd-discount-items.d.mts.map +1 -1
- package/tools/qbd/discount-items/create-qbd-discount-items.d.ts.map +1 -1
- package/tools/qbd/discount-items/create-qbd-discount-items.js +1 -1
- package/tools/qbd/discount-items/create-qbd-discount-items.js.map +1 -1
- package/tools/qbd/discount-items/create-qbd-discount-items.mjs +1 -1
- package/tools/qbd/discount-items/create-qbd-discount-items.mjs.map +1 -1
- package/tools/qbd/discount-items/list-qbd-discount-items.d.mts.map +1 -1
- package/tools/qbd/discount-items/list-qbd-discount-items.d.ts.map +1 -1
- package/tools/qbd/discount-items/list-qbd-discount-items.js +3 -2
- package/tools/qbd/discount-items/list-qbd-discount-items.js.map +1 -1
- package/tools/qbd/discount-items/list-qbd-discount-items.mjs +3 -2
- package/tools/qbd/discount-items/list-qbd-discount-items.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/discount-items/update-qbd-discount-items.d.mts.map +1 -1
- package/tools/qbd/discount-items/update-qbd-discount-items.d.ts.map +1 -1
- package/tools/qbd/discount-items/update-qbd-discount-items.js +1 -1
- package/tools/qbd/discount-items/update-qbd-discount-items.js.map +1 -1
- package/tools/qbd/discount-items/update-qbd-discount-items.mjs +1 -1
- package/tools/qbd/discount-items/update-qbd-discount-items.mjs.map +1 -1
- package/tools/qbd/employees/create-qbd-employees.d.mts.map +1 -1
- package/tools/qbd/employees/create-qbd-employees.d.ts.map +1 -1
- package/tools/qbd/employees/create-qbd-employees.js +1 -1
- package/tools/qbd/employees/create-qbd-employees.js.map +1 -1
- package/tools/qbd/employees/create-qbd-employees.mjs +1 -1
- package/tools/qbd/employees/create-qbd-employees.mjs.map +1 -1
- package/tools/qbd/employees/list-qbd-employees.d.mts.map +1 -1
- package/tools/qbd/employees/list-qbd-employees.d.ts.map +1 -1
- package/tools/qbd/employees/list-qbd-employees.js +3 -2
- package/tools/qbd/employees/list-qbd-employees.js.map +1 -1
- package/tools/qbd/employees/list-qbd-employees.mjs +3 -2
- package/tools/qbd/employees/list-qbd-employees.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/employees/update-qbd-employees.d.mts.map +1 -1
- package/tools/qbd/employees/update-qbd-employees.d.ts.map +1 -1
- package/tools/qbd/employees/update-qbd-employees.js +1 -1
- package/tools/qbd/employees/update-qbd-employees.js.map +1 -1
- package/tools/qbd/employees/update-qbd-employees.mjs +1 -1
- package/tools/qbd/employees/update-qbd-employees.mjs.map +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.d.mts.map +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.d.ts.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.d.mts.map +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.d.ts.map +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.js +8 -2
- package/tools/qbd/estimates/delete-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.mjs +8 -2
- package/tools/qbd/estimates/delete-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/estimates/list-qbd-estimates.d.mts.map +1 -1
- package/tools/qbd/estimates/list-qbd-estimates.d.ts.map +1 -1
- package/tools/qbd/estimates/list-qbd-estimates.js +3 -2
- package/tools/qbd/estimates/list-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/list-qbd-estimates.mjs +3 -2
- package/tools/qbd/estimates/list-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.d.mts.map +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.d.ts.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.d.mts.map +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.d.ts.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.d.mts.map +1 -1
- package/tools/qbd/health-check-qbd.d.ts.map +1 -1
- package/tools/qbd/health-check-qbd.js +8 -2
- package/tools/qbd/health-check-qbd.js.map +1 -1
- package/tools/qbd/health-check-qbd.mjs +8 -2
- package/tools/qbd/health-check-qbd.mjs.map +1 -1
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.mts.map +1 -1
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.ts.map +1 -1
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.js +1 -1
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.js.map +1 -1
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.mjs +1 -1
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.mjs.map +1 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.mts.map +1 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.ts.map +1 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.js +8 -2
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.js.map +1 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.mjs +8 -2
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.mjs.map +1 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js +1 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js.map +1 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs +1 -1
- package/tools/qbd/inventory-adjustments/list-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-adjustments/update-qbd-inventory-adjustments.d.mts.map +1 -1
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.ts.map +1 -1
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.js +1 -1
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.js.map +1 -1
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.mjs +1 -1
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.mjs.map +1 -1
- package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.mts.map +1 -1
- package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.ts.map +1 -1
- package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.js +1 -1
- package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.js.map +1 -1
- package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.mjs +1 -1
- package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.mjs.map +1 -1
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.mts.map +1 -1
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.ts.map +1 -1
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js +3 -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 +3 -2
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.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-assembly-items/update-qbd-inventory-assembly-items.d.mts.map +1 -1
- package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.ts.map +1 -1
- package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.js +1 -1
- package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.js.map +1 -1
- package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.mjs +1 -1
- package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.mjs.map +1 -1
- package/tools/qbd/inventory-items/create-qbd-inventory-items.d.mts.map +1 -1
- package/tools/qbd/inventory-items/create-qbd-inventory-items.d.ts.map +1 -1
- package/tools/qbd/inventory-items/create-qbd-inventory-items.js +1 -1
- package/tools/qbd/inventory-items/create-qbd-inventory-items.js.map +1 -1
- package/tools/qbd/inventory-items/create-qbd-inventory-items.mjs +1 -1
- package/tools/qbd/inventory-items/create-qbd-inventory-items.mjs.map +1 -1
- package/tools/qbd/inventory-items/list-qbd-inventory-items.d.mts.map +1 -1
- package/tools/qbd/inventory-items/list-qbd-inventory-items.d.ts.map +1 -1
- package/tools/qbd/inventory-items/list-qbd-inventory-items.js +3 -2
- package/tools/qbd/inventory-items/list-qbd-inventory-items.js.map +1 -1
- package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs +3 -2
- package/tools/qbd/inventory-items/list-qbd-inventory-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-items/update-qbd-inventory-items.d.mts.map +1 -1
- package/tools/qbd/inventory-items/update-qbd-inventory-items.d.ts.map +1 -1
- package/tools/qbd/inventory-items/update-qbd-inventory-items.js +1 -1
- package/tools/qbd/inventory-items/update-qbd-inventory-items.js.map +1 -1
- package/tools/qbd/inventory-items/update-qbd-inventory-items.mjs +1 -1
- package/tools/qbd/inventory-items/update-qbd-inventory-items.mjs.map +1 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.mts.map +1 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.ts.map +1 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js +8 -2
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs +8 -2
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs.map +1 -1
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.mts.map +1 -1
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.ts.map +1 -1
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js +8 -2
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs +8 -2
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs.map +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.mts.map +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.ts.map +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js +8 -2
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs +8 -2
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs.map +1 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.mts.map +1 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.ts.map +1 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.js +8 -2
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.mjs +8 -2
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.mjs.map +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.d.mts.map +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.d.ts.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.d.mts.map +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.d.ts.map +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.js +8 -2
- package/tools/qbd/invoices/delete-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.mjs +8 -2
- package/tools/qbd/invoices/delete-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/invoices/list-qbd-invoices.d.mts.map +1 -1
- package/tools/qbd/invoices/list-qbd-invoices.d.ts.map +1 -1
- package/tools/qbd/invoices/list-qbd-invoices.js +3 -2
- package/tools/qbd/invoices/list-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/list-qbd-invoices.mjs +3 -2
- package/tools/qbd/invoices/list-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.d.mts.map +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.d.ts.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.d.mts.map +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.d.ts.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/create-qbd-item-groups.d.mts.map +1 -1
- package/tools/qbd/item-groups/create-qbd-item-groups.d.ts.map +1 -1
- package/tools/qbd/item-groups/create-qbd-item-groups.js +1 -1
- package/tools/qbd/item-groups/create-qbd-item-groups.js.map +1 -1
- package/tools/qbd/item-groups/create-qbd-item-groups.mjs +1 -1
- package/tools/qbd/item-groups/create-qbd-item-groups.mjs.map +1 -1
- package/tools/qbd/item-groups/list-qbd-item-groups.d.mts.map +1 -1
- package/tools/qbd/item-groups/list-qbd-item-groups.d.ts.map +1 -1
- package/tools/qbd/item-groups/list-qbd-item-groups.js +3 -2
- package/tools/qbd/item-groups/list-qbd-item-groups.js.map +1 -1
- package/tools/qbd/item-groups/list-qbd-item-groups.mjs +3 -2
- package/tools/qbd/item-groups/list-qbd-item-groups.mjs.map +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.mts.map +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.ts.map +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.js +8 -2
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.js.map +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs +8 -2
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs.map +1 -1
- package/tools/qbd/item-groups/update-qbd-item-groups.d.mts.map +1 -1
- package/tools/qbd/item-groups/update-qbd-item-groups.d.ts.map +1 -1
- package/tools/qbd/item-groups/update-qbd-item-groups.js +1 -1
- package/tools/qbd/item-groups/update-qbd-item-groups.js.map +1 -1
- package/tools/qbd/item-groups/update-qbd-item-groups.mjs +1 -1
- package/tools/qbd/item-groups/update-qbd-item-groups.mjs.map +1 -1
- package/tools/qbd/item-receipts/create-qbd-item-receipts.d.mts.map +1 -1
- package/tools/qbd/item-receipts/create-qbd-item-receipts.d.ts.map +1 -1
- package/tools/qbd/item-receipts/create-qbd-item-receipts.js +1 -1
- package/tools/qbd/item-receipts/create-qbd-item-receipts.js.map +1 -1
- package/tools/qbd/item-receipts/create-qbd-item-receipts.mjs +1 -1
- package/tools/qbd/item-receipts/create-qbd-item-receipts.mjs.map +1 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.mts.map +1 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.ts.map +1 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.js +8 -2
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.js.map +1 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.mjs +8 -2
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.mjs.map +1 -1
- package/tools/qbd/item-receipts/list-qbd-item-receipts.d.mts.map +1 -1
- package/tools/qbd/item-receipts/list-qbd-item-receipts.d.ts.map +1 -1
- package/tools/qbd/item-receipts/list-qbd-item-receipts.js +3 -2
- package/tools/qbd/item-receipts/list-qbd-item-receipts.js.map +1 -1
- package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs +3 -2
- package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs.map +1 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.mts.map +1 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.ts.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-receipts/update-qbd-item-receipts.d.mts.map +1 -1
- package/tools/qbd/item-receipts/update-qbd-item-receipts.d.ts.map +1 -1
- package/tools/qbd/item-receipts/update-qbd-item-receipts.js +1 -1
- package/tools/qbd/item-receipts/update-qbd-item-receipts.js.map +1 -1
- package/tools/qbd/item-receipts/update-qbd-item-receipts.mjs +1 -1
- package/tools/qbd/item-receipts/update-qbd-item-receipts.mjs.map +1 -1
- package/tools/qbd/item-sites/list-qbd-item-sites.d.mts.map +1 -1
- package/tools/qbd/item-sites/list-qbd-item-sites.d.ts.map +1 -1
- package/tools/qbd/item-sites/list-qbd-item-sites.js +3 -2
- package/tools/qbd/item-sites/list-qbd-item-sites.js.map +1 -1
- package/tools/qbd/item-sites/list-qbd-item-sites.mjs +3 -2
- package/tools/qbd/item-sites/list-qbd-item-sites.mjs.map +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.mts.map +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.ts.map +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.js +8 -2
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.js.map +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs +8 -2
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs.map +1 -1
- package/tools/qbd/journal-entries/create-qbd-journal-entries.d.mts.map +1 -1
- package/tools/qbd/journal-entries/create-qbd-journal-entries.d.ts.map +1 -1
- package/tools/qbd/journal-entries/create-qbd-journal-entries.js +1 -1
- package/tools/qbd/journal-entries/create-qbd-journal-entries.js.map +1 -1
- package/tools/qbd/journal-entries/create-qbd-journal-entries.mjs +1 -1
- package/tools/qbd/journal-entries/create-qbd-journal-entries.mjs.map +1 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.mts.map +1 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.ts.map +1 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.js +8 -2
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.js.map +1 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.mjs +8 -2
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.mjs.map +1 -1
- package/tools/qbd/journal-entries/list-qbd-journal-entries.d.mts.map +1 -1
- package/tools/qbd/journal-entries/list-qbd-journal-entries.d.ts.map +1 -1
- package/tools/qbd/journal-entries/list-qbd-journal-entries.js +3 -2
- package/tools/qbd/journal-entries/list-qbd-journal-entries.js.map +1 -1
- package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs +3 -2
- package/tools/qbd/journal-entries/list-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/journal-entries/update-qbd-journal-entries.d.mts.map +1 -1
- package/tools/qbd/journal-entries/update-qbd-journal-entries.d.ts.map +1 -1
- package/tools/qbd/journal-entries/update-qbd-journal-entries.js +1 -1
- package/tools/qbd/journal-entries/update-qbd-journal-entries.js.map +1 -1
- package/tools/qbd/journal-entries/update-qbd-journal-entries.mjs +1 -1
- package/tools/qbd/journal-entries/update-qbd-journal-entries.mjs.map +1 -1
- package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.mts.map +1 -1
- package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.ts.map +1 -1
- package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.js +1 -1
- package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.js.map +1 -1
- package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.mjs +1 -1
- package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.mjs.map +1 -1
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.mts.map +1 -1
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.ts.map +1 -1
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js +3 -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 +3 -2
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.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/non-inventory-items/update-qbd-non-inventory-items.d.mts.map +1 -1
- package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.ts.map +1 -1
- package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.js +1 -1
- package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.js.map +1 -1
- package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.mjs +1 -1
- package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.mjs.map +1 -1
- package/tools/qbd/other-names/create-qbd-other-names.d.mts.map +1 -1
- package/tools/qbd/other-names/create-qbd-other-names.d.ts.map +1 -1
- package/tools/qbd/other-names/create-qbd-other-names.js +1 -1
- package/tools/qbd/other-names/create-qbd-other-names.js.map +1 -1
- package/tools/qbd/other-names/create-qbd-other-names.mjs +1 -1
- package/tools/qbd/other-names/create-qbd-other-names.mjs.map +1 -1
- package/tools/qbd/other-names/list-qbd-other-names.js +1 -1
- package/tools/qbd/other-names/list-qbd-other-names.js.map +1 -1
- package/tools/qbd/other-names/list-qbd-other-names.mjs +1 -1
- package/tools/qbd/other-names/list-qbd-other-names.mjs.map +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.d.mts.map +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.d.ts.map +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.js +8 -2
- package/tools/qbd/other-names/retrieve-qbd-other-names.js.map +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.mjs +8 -2
- package/tools/qbd/other-names/retrieve-qbd-other-names.mjs.map +1 -1
- package/tools/qbd/other-names/update-qbd-other-names.d.mts.map +1 -1
- package/tools/qbd/other-names/update-qbd-other-names.d.ts.map +1 -1
- package/tools/qbd/other-names/update-qbd-other-names.js +1 -1
- package/tools/qbd/other-names/update-qbd-other-names.js.map +1 -1
- package/tools/qbd/other-names/update-qbd-other-names.mjs +1 -1
- package/tools/qbd/other-names/update-qbd-other-names.mjs.map +1 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.d.mts.map +1 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.d.ts.map +1 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.js +8 -2
- package/tools/qbd/payment-methods/create-qbd-payment-methods.js.map +1 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.mjs +8 -2
- package/tools/qbd/payment-methods/create-qbd-payment-methods.mjs.map +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.d.mts.map +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.d.ts.map +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.js +8 -2
- package/tools/qbd/payment-methods/list-qbd-payment-methods.js.map +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs +8 -2
- package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs.map +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.mts.map +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.ts.map +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js +8 -2
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js.map +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs +8 -2
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs.map +1 -1
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.mts.map +1 -1
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.ts.map +1 -1
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.js +8 -2
- 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 +8 -2
- 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.d.mts.map +1 -1
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.ts.map +1 -1
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js +9 -2
- 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 +9 -2
- 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.d.mts.map +1 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.ts.map +1 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js +8 -2
- 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 +8 -2
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs.map +1 -1
- package/tools/qbd/preferences/retrieve-qbd-preferences.js +1 -1
- package/tools/qbd/preferences/retrieve-qbd-preferences.js.map +1 -1
- package/tools/qbd/preferences/retrieve-qbd-preferences.mjs +1 -1
- package/tools/qbd/preferences/retrieve-qbd-preferences.mjs.map +1 -1
- package/tools/qbd/price-levels/create-qbd-price-levels.d.mts.map +1 -1
- package/tools/qbd/price-levels/create-qbd-price-levels.d.ts.map +1 -1
- package/tools/qbd/price-levels/create-qbd-price-levels.js +8 -2
- package/tools/qbd/price-levels/create-qbd-price-levels.js.map +1 -1
- package/tools/qbd/price-levels/create-qbd-price-levels.mjs +8 -2
- package/tools/qbd/price-levels/create-qbd-price-levels.mjs.map +1 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.js +1 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.js.map +1 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.mjs +1 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.mjs.map +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.mts.map +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.ts.map +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.js +8 -2
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.js.map +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs +8 -2
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs.map +1 -1
- package/tools/qbd/price-levels/update-qbd-price-levels.d.mts.map +1 -1
- package/tools/qbd/price-levels/update-qbd-price-levels.d.ts.map +1 -1
- package/tools/qbd/price-levels/update-qbd-price-levels.js +1 -1
- package/tools/qbd/price-levels/update-qbd-price-levels.js.map +1 -1
- package/tools/qbd/price-levels/update-qbd-price-levels.mjs +1 -1
- package/tools/qbd/price-levels/update-qbd-price-levels.mjs.map +1 -1
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.mts.map +1 -1
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.ts.map +1 -1
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.js +1 -1
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.js.map +1 -1
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.mjs +1 -1
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.mjs.map +1 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.mts.map +1 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.ts.map +1 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.js +8 -2
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.js.map +1 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.mjs +8 -2
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.mjs.map +1 -1
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.mts.map +1 -1
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.ts.map +1 -1
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js +3 -2
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js.map +1 -1
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs +3 -2
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs.map +1 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.mts.map +1 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.ts.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/purchase-orders/update-qbd-purchase-orders.d.mts.map +1 -1
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.ts.map +1 -1
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.js +1 -1
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.js.map +1 -1
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.mjs +1 -1
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.mjs.map +1 -1
- package/tools/qbd/receive-payments/create-qbd-receive-payments.d.mts.map +1 -1
- package/tools/qbd/receive-payments/create-qbd-receive-payments.d.ts.map +1 -1
- package/tools/qbd/receive-payments/create-qbd-receive-payments.js +1 -1
- package/tools/qbd/receive-payments/create-qbd-receive-payments.js.map +1 -1
- package/tools/qbd/receive-payments/create-qbd-receive-payments.mjs +1 -1
- package/tools/qbd/receive-payments/create-qbd-receive-payments.mjs.map +1 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.mts.map +1 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.ts.map +1 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.js +8 -2
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.js.map +1 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.mjs +8 -2
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.mjs.map +1 -1
- package/tools/qbd/receive-payments/list-qbd-receive-payments.d.mts.map +1 -1
- package/tools/qbd/receive-payments/list-qbd-receive-payments.d.ts.map +1 -1
- package/tools/qbd/receive-payments/list-qbd-receive-payments.js +3 -2
- package/tools/qbd/receive-payments/list-qbd-receive-payments.js.map +1 -1
- package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs +3 -2
- package/tools/qbd/receive-payments/list-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/receive-payments/update-qbd-receive-payments.d.mts.map +1 -1
- package/tools/qbd/receive-payments/update-qbd-receive-payments.d.ts.map +1 -1
- package/tools/qbd/receive-payments/update-qbd-receive-payments.js +1 -1
- package/tools/qbd/receive-payments/update-qbd-receive-payments.js.map +1 -1
- package/tools/qbd/receive-payments/update-qbd-receive-payments.mjs +1 -1
- package/tools/qbd/receive-payments/update-qbd-receive-payments.mjs.map +1 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.d.mts.map +1 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.d.ts.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.d.mts.map +1 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.ts.map +1 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.js +8 -2
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.mjs +8 -2
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-orders/list-qbd-sales-orders.d.mts.map +1 -1
- package/tools/qbd/sales-orders/list-qbd-sales-orders.d.ts.map +1 -1
- package/tools/qbd/sales-orders/list-qbd-sales-orders.js +3 -2
- package/tools/qbd/sales-orders/list-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs +3 -2
- package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.mts.map +1 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.ts.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.d.mts.map +1 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.d.ts.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/create-qbd-sales-receipts.d.mts.map +1 -1
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.ts.map +1 -1
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.js +1 -1
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.js.map +1 -1
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.mjs +1 -1
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.mjs.map +1 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.mts.map +1 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.ts.map +1 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.js +8 -2
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.js.map +1 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.mjs +8 -2
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.mjs.map +1 -1
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.mts.map +1 -1
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.ts.map +1 -1
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js +3 -2
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js.map +1 -1
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs +3 -2
- package/tools/qbd/sales-receipts/list-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-receipts/update-qbd-sales-receipts.d.mts.map +1 -1
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.ts.map +1 -1
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.js +1 -1
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.js.map +1 -1
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.mjs +1 -1
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.mjs.map +1 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.mts.map +1 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.ts.map +1 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js +8 -2
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs +8 -2
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.mts.map +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.ts.map +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js +8 -2
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs +8 -2
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.mts.map +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.ts.map +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js +8 -2
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs +8 -2
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.mts.map +1 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.ts.map +1 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.js +8 -2
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.mjs +8 -2
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.mts.map +1 -1
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.ts.map +1 -1
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.js +8 -2
- 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 +8 -2
- 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.d.mts.map +1 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.ts.map +1 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js +8 -2
- 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 +8 -2
- 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.d.mts.map +1 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.ts.map +1 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js +8 -2
- 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 +8 -2
- 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.d.mts.map +1 -1
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.ts.map +1 -1
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.js +8 -2
- 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 +8 -2
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs.map +1 -1
- package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.mts.map +1 -1
- package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.ts.map +1 -1
- package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.js +1 -1
- package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.js.map +1 -1
- package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.mjs +1 -1
- package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.mjs.map +1 -1
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.mts.map +1 -1
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.ts.map +1 -1
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js +3 -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 +3 -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.d.mts.map +1 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.ts.map +1 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js +8 -2
- 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 +8 -2
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs.map +1 -1
- package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.mts.map +1 -1
- package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.ts.map +1 -1
- package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.js +1 -1
- package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.js.map +1 -1
- package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.mjs +1 -1
- package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.mjs.map +1 -1
- package/tools/qbd/service-items/create-qbd-service-items.d.mts.map +1 -1
- package/tools/qbd/service-items/create-qbd-service-items.d.ts.map +1 -1
- package/tools/qbd/service-items/create-qbd-service-items.js +1 -1
- package/tools/qbd/service-items/create-qbd-service-items.js.map +1 -1
- package/tools/qbd/service-items/create-qbd-service-items.mjs +1 -1
- package/tools/qbd/service-items/create-qbd-service-items.mjs.map +1 -1
- package/tools/qbd/service-items/list-qbd-service-items.d.mts.map +1 -1
- package/tools/qbd/service-items/list-qbd-service-items.d.ts.map +1 -1
- package/tools/qbd/service-items/list-qbd-service-items.js +3 -2
- package/tools/qbd/service-items/list-qbd-service-items.js.map +1 -1
- package/tools/qbd/service-items/list-qbd-service-items.mjs +3 -2
- package/tools/qbd/service-items/list-qbd-service-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/service-items/update-qbd-service-items.d.mts.map +1 -1
- package/tools/qbd/service-items/update-qbd-service-items.d.ts.map +1 -1
- package/tools/qbd/service-items/update-qbd-service-items.js +1 -1
- package/tools/qbd/service-items/update-qbd-service-items.js.map +1 -1
- package/tools/qbd/service-items/update-qbd-service-items.mjs +1 -1
- package/tools/qbd/service-items/update-qbd-service-items.mjs.map +1 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.d.mts.map +1 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.d.ts.map +1 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.js +8 -2
- package/tools/qbd/standard-terms/create-qbd-standard-terms.js.map +1 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.mjs +8 -2
- package/tools/qbd/standard-terms/create-qbd-standard-terms.mjs.map +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.d.mts.map +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.d.ts.map +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.js +8 -2
- package/tools/qbd/standard-terms/list-qbd-standard-terms.js.map +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs +8 -2
- package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs.map +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.mts.map +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.ts.map +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js +8 -2
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js.map +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs +8 -2
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs.map +1 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.mts.map +1 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.ts.map +1 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.js +8 -2
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.mjs +8 -2
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.mjs.map +1 -1
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.mts.map +1 -1
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.ts.map +1 -1
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js +3 -2
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs +3 -2
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs.map +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.mts.map +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.ts.map +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js +8 -2
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs +8 -2
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs.map +1 -1
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.mts.map +1 -1
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.ts.map +1 -1
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.js +8 -2
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.mjs +8 -2
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.mjs.map +1 -1
- package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.mts.map +1 -1
- package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.ts.map +1 -1
- package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.js +1 -1
- package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.js.map +1 -1
- package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.mjs +1 -1
- package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.mjs.map +1 -1
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.mts.map +1 -1
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.ts.map +1 -1
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.js +8 -2
- 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 +8 -2
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.mjs.map +1 -1
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.mts.map +1 -1
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.ts.map +1 -1
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.js +3 -2
- 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 +3 -2
- 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.d.mts.map +1 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.ts.map +1 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js +8 -2
- 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 +8 -2
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs.map +1 -1
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.mts.map +1 -1
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.ts.map +1 -1
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.js +1 -1
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.js.map +1 -1
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.mjs +1 -1
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.mjs.map +1 -1
- package/tools/qbd/transactions/list-qbd-transactions.d.mts.map +1 -1
- package/tools/qbd/transactions/list-qbd-transactions.d.ts.map +1 -1
- package/tools/qbd/transactions/list-qbd-transactions.js +3 -2
- package/tools/qbd/transactions/list-qbd-transactions.js.map +1 -1
- package/tools/qbd/transactions/list-qbd-transactions.mjs +3 -2
- package/tools/qbd/transactions/list-qbd-transactions.mjs.map +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.d.mts.map +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.d.ts.map +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.js +8 -2
- package/tools/qbd/transactions/retrieve-qbd-transactions.js.map +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.mjs +8 -2
- package/tools/qbd/transactions/retrieve-qbd-transactions.mjs.map +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.d.mts.map +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.d.ts.map +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.js +8 -2
- package/tools/qbd/transfers/create-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.mjs +8 -2
- 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 +9 -2
- package/tools/qbd/transfers/list-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/list-qbd-transfers.mjs +9 -2
- package/tools/qbd/transfers/list-qbd-transfers.mjs.map +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.d.mts.map +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.d.ts.map +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.js +8 -2
- package/tools/qbd/transfers/retrieve-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.mjs +8 -2
- package/tools/qbd/transfers/retrieve-qbd-transfers.mjs.map +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.d.mts.map +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.d.ts.map +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.js +8 -2
- package/tools/qbd/transfers/update-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.mjs +8 -2
- package/tools/qbd/transfers/update-qbd-transfers.mjs.map +1 -1
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.mts.map +1 -1
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.ts.map +1 -1
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.js +1 -1
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.js.map +1 -1
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.mjs +1 -1
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.mjs.map +1 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.mts.map +1 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.ts.map +1 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.js +8 -2
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.js.map +1 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.mjs +8 -2
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.mjs.map +1 -1
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.mts.map +1 -1
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.ts.map +1 -1
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js +3 -2
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js.map +1 -1
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs +3 -2
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs.map +1 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.mts.map +1 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.ts.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/vendor-credits/update-qbd-vendor-credits.d.mts.map +1 -1
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.ts.map +1 -1
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.js +1 -1
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.js.map +1 -1
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.mjs +1 -1
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.mjs.map +1 -1
- package/tools/qbd/vendors/create-qbd-vendors.d.mts.map +1 -1
- package/tools/qbd/vendors/create-qbd-vendors.d.ts.map +1 -1
- package/tools/qbd/vendors/create-qbd-vendors.js +1 -1
- package/tools/qbd/vendors/create-qbd-vendors.js.map +1 -1
- package/tools/qbd/vendors/create-qbd-vendors.mjs +1 -1
- package/tools/qbd/vendors/create-qbd-vendors.mjs.map +1 -1
- package/tools/qbd/vendors/list-qbd-vendors.d.mts.map +1 -1
- package/tools/qbd/vendors/list-qbd-vendors.d.ts.map +1 -1
- package/tools/qbd/vendors/list-qbd-vendors.js +3 -2
- package/tools/qbd/vendors/list-qbd-vendors.js.map +1 -1
- package/tools/qbd/vendors/list-qbd-vendors.mjs +3 -2
- package/tools/qbd/vendors/list-qbd-vendors.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
- package/tools/qbd/vendors/update-qbd-vendors.d.mts.map +1 -1
- package/tools/qbd/vendors/update-qbd-vendors.d.ts.map +1 -1
- package/tools/qbd/vendors/update-qbd-vendors.js +1 -1
- package/tools/qbd/vendors/update-qbd-vendors.js.map +1 -1
- package/tools/qbd/vendors/update-qbd-vendors.mjs +1 -1
- package/tools/qbd/vendors/update-qbd-vendors.mjs.map +1 -1
- package/tools/types.d.mts +1 -1
- package/tools/types.d.mts.map +1 -1
- package/tools/types.d.ts +1 -1
- package/tools/types.d.ts.map +1 -1
- package/tools/types.js.map +1 -1
- package/tools/types.mjs.map +1 -1
|
@@ -1,5 +1,6 @@
|
|
|
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';
|
|
3
4
|
import { asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
4
5
|
|
|
5
6
|
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
@@ -17,7 +18,7 @@ export const metadata: Metadata = {
|
|
|
17
18
|
export const tool: Tool = {
|
|
18
19
|
name: 'delete_qbd_inventory_adjustments',
|
|
19
20
|
description:
|
|
20
|
-
'
|
|
21
|
+
"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 an inventory adjustment. The deletion will fail if the inventory adjustment is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of the deleted inventory adjustment.'\n },\n deleted: {\n type: 'boolean',\n description: 'Indicates whether the inventory adjustment was deleted.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_inventory_adjustment\"`.',\n enum: [ 'qbd_inventory_adjustment'\n ]\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number of the deleted inventory adjustment.'\n }\n },\n required: [ 'id',\n 'deleted',\n 'objectType',\n 'refNumber'\n ]\n}\n```",
|
|
21
22
|
inputSchema: {
|
|
22
23
|
type: 'object',
|
|
23
24
|
properties: {
|
|
@@ -30,13 +31,21 @@ export const tool: Tool = {
|
|
|
30
31
|
description:
|
|
31
32
|
'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
|
|
32
33
|
},
|
|
34
|
+
jq_filter: {
|
|
35
|
+
type: 'string',
|
|
36
|
+
title: 'jq Filter',
|
|
37
|
+
description:
|
|
38
|
+
'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/).',
|
|
39
|
+
},
|
|
33
40
|
},
|
|
34
41
|
},
|
|
35
42
|
};
|
|
36
43
|
|
|
37
44
|
export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
|
|
38
45
|
const { id, ...body } = args as any;
|
|
39
|
-
return asTextContentResult(
|
|
46
|
+
return asTextContentResult(
|
|
47
|
+
await maybeFilter(args, await conductor.qbd.inventoryAdjustments.delete(id, body)),
|
|
48
|
+
);
|
|
40
49
|
};
|
|
41
50
|
|
|
42
51
|
export default { metadata, tool, handler };
|
|
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'list_qbd_inventory_adjustments',
|
|
19
19
|
description:
|
|
20
|
-
'
|
|
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 inventory adjustments. NOTE: QuickBooks Desktop does not support pagination for inventory adjustments; hence, there is no `cursor` parameter. Users typically have few inventory adjustments.",
|
|
21
21
|
inputSchema: {
|
|
22
22
|
type: 'object',
|
|
23
23
|
properties: {
|
|
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|
|
16
16
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'retrieve_qbd_inventory_adjustments',
|
|
19
|
-
description:
|
|
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 inventory adjustment by ID.",
|
|
20
21
|
inputSchema: {
|
|
21
22
|
type: 'object',
|
|
22
23
|
properties: {
|
|
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|
|
16
16
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'update_qbd_inventory_adjustments',
|
|
19
|
-
description:
|
|
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 inventory adjustment.",
|
|
20
21
|
inputSchema: {
|
|
21
22
|
type: 'object',
|
|
22
23
|
properties: {
|
|
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|
|
16
16
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'create_qbd_inventory_assembly_items',
|
|
19
|
-
description:
|
|
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 inventory assembly item.",
|
|
20
21
|
inputSchema: {
|
|
21
22
|
type: 'object',
|
|
22
23
|
properties: {
|
|
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'list_qbd_inventory_assembly_items',
|
|
19
19
|
description:
|
|
20
|
-
'
|
|
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 inventory assembly items. Use the `cursor` parameter to paginate through the results.",
|
|
21
21
|
inputSchema: {
|
|
22
22
|
type: 'object',
|
|
23
23
|
properties: {
|
|
@@ -106,7 +106,8 @@ export const tool: Tool = {
|
|
|
106
106
|
|
|
107
107
|
export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
|
|
108
108
|
const body = args as any;
|
|
109
|
-
|
|
109
|
+
const response = await conductor.qbd.inventoryAssemblyItems.list(body).asResponse();
|
|
110
|
+
return asTextContentResult(await response.json());
|
|
110
111
|
};
|
|
111
112
|
|
|
112
113
|
export default { metadata, tool, handler };
|
|
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|
|
16
16
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'retrieve_qbd_inventory_assembly_items',
|
|
19
|
-
description:
|
|
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 inventory assembly item by ID.",
|
|
20
21
|
inputSchema: {
|
|
21
22
|
type: 'object',
|
|
22
23
|
properties: {
|
|
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|
|
16
16
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'update_qbd_inventory_assembly_items',
|
|
19
|
-
description:
|
|
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 inventory assembly item.",
|
|
20
21
|
inputSchema: {
|
|
21
22
|
type: 'object',
|
|
22
23
|
properties: {
|
|
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|
|
16
16
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'create_qbd_inventory_items',
|
|
19
|
-
description:
|
|
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 inventory item.",
|
|
20
21
|
inputSchema: {
|
|
21
22
|
type: 'object',
|
|
22
23
|
properties: {
|
|
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'list_qbd_inventory_items',
|
|
19
19
|
description:
|
|
20
|
-
'
|
|
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 inventory items. Use the `cursor` parameter to paginate through the results.",
|
|
21
21
|
inputSchema: {
|
|
22
22
|
type: 'object',
|
|
23
23
|
properties: {
|
|
@@ -106,7 +106,8 @@ export const tool: Tool = {
|
|
|
106
106
|
|
|
107
107
|
export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
|
|
108
108
|
const body = args as any;
|
|
109
|
-
|
|
109
|
+
const response = await conductor.qbd.inventoryItems.list(body).asResponse();
|
|
110
|
+
return asTextContentResult(await response.json());
|
|
110
111
|
};
|
|
111
112
|
|
|
112
113
|
export default { metadata, tool, handler };
|
|
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|
|
16
16
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'retrieve_qbd_inventory_items',
|
|
19
|
-
description:
|
|
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 inventory item by ID.",
|
|
20
21
|
inputSchema: {
|
|
21
22
|
type: 'object',
|
|
22
23
|
properties: {
|
|
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|
|
16
16
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'update_qbd_inventory_items',
|
|
19
|
-
description:
|
|
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 inventory item.",
|
|
20
21
|
inputSchema: {
|
|
21
22
|
type: 'object',
|
|
22
23
|
properties: {
|
|
@@ -1,5 +1,6 @@
|
|
|
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';
|
|
3
4
|
import { asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
4
5
|
|
|
5
6
|
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
@@ -16,7 +17,8 @@ export const metadata: Metadata = {
|
|
|
16
17
|
|
|
17
18
|
export const tool: Tool = {
|
|
18
19
|
name: 'create_qbd_inventory_sites',
|
|
19
|
-
description:
|
|
20
|
+
description:
|
|
21
|
+
"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 inventory site.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/inventory_site',\n $defs: {\n inventory_site: {\n type: 'object',\n title: 'The Inventory Site object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this inventory site. This ID is unique across all inventory sites but not across different QuickBooks object types.'\n },\n address: {\n type: 'object',\n title: 'The Site Address object',\n description: 'The inventory site\\'s address.',\n properties: {\n city: {\n type: 'string',\n description: 'The city, district, suburb, town, or village name of the site address.'\n },\n country: {\n type: 'string',\n description: 'The country name of the site address.'\n },\n line1: {\n type: 'string',\n description: 'The first line of the site address (e.g., street, PO Box, or company name).'\n },\n line2: {\n type: 'string',\n description: 'The second line of the site address, if needed (e.g., apartment, suite, unit, or building).'\n },\n line3: {\n type: 'string',\n description: 'The third line of the site address, if needed.'\n },\n line4: {\n type: 'string',\n description: 'The fourth line of the site address, if needed.'\n },\n line5: {\n type: 'string',\n description: 'The fifth line of the site address, if needed.'\n },\n postalCode: {\n type: 'string',\n description: 'The postal code or ZIP code of the site address.'\n },\n state: {\n type: 'string',\n description: 'The state, county, province, or region name of the site address.'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'line3',\n 'line4',\n 'line5',\n 'postalCode',\n 'state'\n ]\n },\n contact: {\n type: 'string',\n description: 'The name of the primary contact person for this inventory site.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this inventory site was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n description: {\n type: 'string',\n description: 'A description of this inventory site.'\n },\n email: {\n type: 'string',\n description: 'The inventory site\\'s email address.'\n },\n fax: {\n type: 'string',\n description: 'The inventory site\\'s fax number.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n isDefault: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is the default site used when no specific site is provided during the creation of other objects.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this inventory site, unique across all inventory sites.\\n\\n**NOTE**: Inventory sites 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_inventory_site\"`.',\n enum: [ 'qbd_inventory_site'\n ]\n },\n parent: {\n type: 'object',\n description: 'The parent inventory site one level above this one in the hierarchy.',\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 phone: {\n type: 'string',\n description: 'The inventory site\\'s primary telephone number.'\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this inventory site 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 updatedAt: {\n type: 'string',\n description: 'The date and time when this inventory site was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n }\n },\n required: [ 'id',\n 'address',\n 'contact',\n 'createdAt',\n 'description',\n 'email',\n 'fax',\n 'isActive',\n 'isDefault',\n 'name',\n 'objectType',\n 'parent',\n 'phone',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
20
22
|
inputSchema: {
|
|
21
23
|
type: 'object',
|
|
22
24
|
properties: {
|
|
@@ -94,13 +96,19 @@ export const tool: Tool = {
|
|
|
94
96
|
type: 'string',
|
|
95
97
|
description: 'The parent inventory site one level above this one in the hierarchy.',
|
|
96
98
|
},
|
|
99
|
+
jq_filter: {
|
|
100
|
+
type: 'string',
|
|
101
|
+
title: 'jq Filter',
|
|
102
|
+
description:
|
|
103
|
+
'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/).',
|
|
104
|
+
},
|
|
97
105
|
},
|
|
98
106
|
},
|
|
99
107
|
};
|
|
100
108
|
|
|
101
109
|
export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
|
|
102
110
|
const body = args as any;
|
|
103
|
-
return asTextContentResult(await conductor.qbd.inventorySites.create(body));
|
|
111
|
+
return asTextContentResult(await maybeFilter(args, await conductor.qbd.inventorySites.create(body)));
|
|
104
112
|
};
|
|
105
113
|
|
|
106
114
|
export default { metadata, tool, handler };
|
|
@@ -1,5 +1,6 @@
|
|
|
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';
|
|
3
4
|
import { asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
4
5
|
|
|
5
6
|
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
@@ -17,7 +18,7 @@ export const metadata: Metadata = {
|
|
|
17
18
|
export const tool: Tool = {
|
|
18
19
|
name: 'list_qbd_inventory_sites',
|
|
19
20
|
description:
|
|
20
|
-
'
|
|
21
|
+
"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 inventory sites. NOTE: QuickBooks Desktop does not support pagination for inventory sites; hence, there is no `cursor` parameter. Users typically have few inventory sites.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of inventory sites.',\n items: {\n $ref: '#/$defs/inventory_site'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ],\n $defs: {\n inventory_site: {\n type: 'object',\n title: 'The Inventory Site object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this inventory site. This ID is unique across all inventory sites but not across different QuickBooks object types.'\n },\n address: {\n type: 'object',\n title: 'The Site Address object',\n description: 'The inventory site\\'s address.',\n properties: {\n city: {\n type: 'string',\n description: 'The city, district, suburb, town, or village name of the site address.'\n },\n country: {\n type: 'string',\n description: 'The country name of the site address.'\n },\n line1: {\n type: 'string',\n description: 'The first line of the site address (e.g., street, PO Box, or company name).'\n },\n line2: {\n type: 'string',\n description: 'The second line of the site address, if needed (e.g., apartment, suite, unit, or building).'\n },\n line3: {\n type: 'string',\n description: 'The third line of the site address, if needed.'\n },\n line4: {\n type: 'string',\n description: 'The fourth line of the site address, if needed.'\n },\n line5: {\n type: 'string',\n description: 'The fifth line of the site address, if needed.'\n },\n postalCode: {\n type: 'string',\n description: 'The postal code or ZIP code of the site address.'\n },\n state: {\n type: 'string',\n description: 'The state, county, province, or region name of the site address.'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'line3',\n 'line4',\n 'line5',\n 'postalCode',\n 'state'\n ]\n },\n contact: {\n type: 'string',\n description: 'The name of the primary contact person for this inventory site.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this inventory site was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n description: {\n type: 'string',\n description: 'A description of this inventory site.'\n },\n email: {\n type: 'string',\n description: 'The inventory site\\'s email address.'\n },\n fax: {\n type: 'string',\n description: 'The inventory site\\'s fax number.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n isDefault: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is the default site used when no specific site is provided during the creation of other objects.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this inventory site, unique across all inventory sites.\\n\\n**NOTE**: Inventory sites 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_inventory_site\"`.',\n enum: [ 'qbd_inventory_site'\n ]\n },\n parent: {\n type: 'object',\n description: 'The parent inventory site one level above this one in the hierarchy.',\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 phone: {\n type: 'string',\n description: 'The inventory site\\'s primary telephone number.'\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this inventory site 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 updatedAt: {\n type: 'string',\n description: 'The date and time when this inventory site was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n }\n },\n required: [ 'id',\n 'address',\n 'contact',\n 'createdAt',\n 'description',\n 'email',\n 'fax',\n 'isActive',\n 'isDefault',\n 'name',\n 'objectType',\n 'parent',\n 'phone',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
21
22
|
inputSchema: {
|
|
22
23
|
type: 'object',
|
|
23
24
|
properties: {
|
|
@@ -82,13 +83,19 @@ export const tool: Tool = {
|
|
|
82
83
|
description:
|
|
83
84
|
'Filter for inventory sites updated on or before this date and time, in ISO 8601 format (YYYY-MM-DDTHH:mm:ss). If you only provide a date (YYYY-MM-DD), the time is assumed to be 23:59:59 of that day.',
|
|
84
85
|
},
|
|
86
|
+
jq_filter: {
|
|
87
|
+
type: 'string',
|
|
88
|
+
title: 'jq Filter',
|
|
89
|
+
description:
|
|
90
|
+
'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/).',
|
|
91
|
+
},
|
|
85
92
|
},
|
|
86
93
|
},
|
|
87
94
|
};
|
|
88
95
|
|
|
89
96
|
export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
|
|
90
97
|
const body = args as any;
|
|
91
|
-
return asTextContentResult(await conductor.qbd.inventorySites.list(body));
|
|
98
|
+
return asTextContentResult(await maybeFilter(args, await conductor.qbd.inventorySites.list(body)));
|
|
92
99
|
};
|
|
93
100
|
|
|
94
101
|
export default { metadata, tool, handler };
|
|
@@ -1,5 +1,6 @@
|
|
|
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';
|
|
3
4
|
import { asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
4
5
|
|
|
5
6
|
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
@@ -16,7 +17,8 @@ export const metadata: Metadata = {
|
|
|
16
17
|
|
|
17
18
|
export const tool: Tool = {
|
|
18
19
|
name: 'retrieve_qbd_inventory_sites',
|
|
19
|
-
description:
|
|
20
|
+
description:
|
|
21
|
+
"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 inventory site by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/inventory_site',\n $defs: {\n inventory_site: {\n type: 'object',\n title: 'The Inventory Site object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this inventory site. This ID is unique across all inventory sites but not across different QuickBooks object types.'\n },\n address: {\n type: 'object',\n title: 'The Site Address object',\n description: 'The inventory site\\'s address.',\n properties: {\n city: {\n type: 'string',\n description: 'The city, district, suburb, town, or village name of the site address.'\n },\n country: {\n type: 'string',\n description: 'The country name of the site address.'\n },\n line1: {\n type: 'string',\n description: 'The first line of the site address (e.g., street, PO Box, or company name).'\n },\n line2: {\n type: 'string',\n description: 'The second line of the site address, if needed (e.g., apartment, suite, unit, or building).'\n },\n line3: {\n type: 'string',\n description: 'The third line of the site address, if needed.'\n },\n line4: {\n type: 'string',\n description: 'The fourth line of the site address, if needed.'\n },\n line5: {\n type: 'string',\n description: 'The fifth line of the site address, if needed.'\n },\n postalCode: {\n type: 'string',\n description: 'The postal code or ZIP code of the site address.'\n },\n state: {\n type: 'string',\n description: 'The state, county, province, or region name of the site address.'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'line3',\n 'line4',\n 'line5',\n 'postalCode',\n 'state'\n ]\n },\n contact: {\n type: 'string',\n description: 'The name of the primary contact person for this inventory site.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this inventory site was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n description: {\n type: 'string',\n description: 'A description of this inventory site.'\n },\n email: {\n type: 'string',\n description: 'The inventory site\\'s email address.'\n },\n fax: {\n type: 'string',\n description: 'The inventory site\\'s fax number.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n isDefault: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is the default site used when no specific site is provided during the creation of other objects.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this inventory site, unique across all inventory sites.\\n\\n**NOTE**: Inventory sites 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_inventory_site\"`.',\n enum: [ 'qbd_inventory_site'\n ]\n },\n parent: {\n type: 'object',\n description: 'The parent inventory site one level above this one in the hierarchy.',\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 phone: {\n type: 'string',\n description: 'The inventory site\\'s primary telephone number.'\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this inventory site 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 updatedAt: {\n type: 'string',\n description: 'The date and time when this inventory site was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n }\n },\n required: [ 'id',\n 'address',\n 'contact',\n 'createdAt',\n 'description',\n 'email',\n 'fax',\n 'isActive',\n 'isDefault',\n 'name',\n 'objectType',\n 'parent',\n 'phone',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
20
22
|
inputSchema: {
|
|
21
23
|
type: 'object',
|
|
22
24
|
properties: {
|
|
@@ -29,13 +31,19 @@ export const tool: Tool = {
|
|
|
29
31
|
description:
|
|
30
32
|
'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
|
|
31
33
|
},
|
|
34
|
+
jq_filter: {
|
|
35
|
+
type: 'string',
|
|
36
|
+
title: 'jq Filter',
|
|
37
|
+
description:
|
|
38
|
+
'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/).',
|
|
39
|
+
},
|
|
32
40
|
},
|
|
33
41
|
},
|
|
34
42
|
};
|
|
35
43
|
|
|
36
44
|
export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
|
|
37
45
|
const { id, ...body } = args as any;
|
|
38
|
-
return asTextContentResult(await conductor.qbd.inventorySites.retrieve(id, body));
|
|
46
|
+
return asTextContentResult(await maybeFilter(args, await conductor.qbd.inventorySites.retrieve(id, body)));
|
|
39
47
|
};
|
|
40
48
|
|
|
41
49
|
export default { metadata, tool, handler };
|
|
@@ -1,5 +1,6 @@
|
|
|
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';
|
|
3
4
|
import { asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
4
5
|
|
|
5
6
|
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
@@ -16,7 +17,8 @@ export const metadata: Metadata = {
|
|
|
16
17
|
|
|
17
18
|
export const tool: Tool = {
|
|
18
19
|
name: 'update_qbd_inventory_sites',
|
|
19
|
-
description:
|
|
20
|
+
description:
|
|
21
|
+
"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 inventory site.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/inventory_site',\n $defs: {\n inventory_site: {\n type: 'object',\n title: 'The Inventory Site object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this inventory site. This ID is unique across all inventory sites but not across different QuickBooks object types.'\n },\n address: {\n type: 'object',\n title: 'The Site Address object',\n description: 'The inventory site\\'s address.',\n properties: {\n city: {\n type: 'string',\n description: 'The city, district, suburb, town, or village name of the site address.'\n },\n country: {\n type: 'string',\n description: 'The country name of the site address.'\n },\n line1: {\n type: 'string',\n description: 'The first line of the site address (e.g., street, PO Box, or company name).'\n },\n line2: {\n type: 'string',\n description: 'The second line of the site address, if needed (e.g., apartment, suite, unit, or building).'\n },\n line3: {\n type: 'string',\n description: 'The third line of the site address, if needed.'\n },\n line4: {\n type: 'string',\n description: 'The fourth line of the site address, if needed.'\n },\n line5: {\n type: 'string',\n description: 'The fifth line of the site address, if needed.'\n },\n postalCode: {\n type: 'string',\n description: 'The postal code or ZIP code of the site address.'\n },\n state: {\n type: 'string',\n description: 'The state, county, province, or region name of the site address.'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'line3',\n 'line4',\n 'line5',\n 'postalCode',\n 'state'\n ]\n },\n contact: {\n type: 'string',\n description: 'The name of the primary contact person for this inventory site.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this inventory site was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n description: {\n type: 'string',\n description: 'A description of this inventory site.'\n },\n email: {\n type: 'string',\n description: 'The inventory site\\'s email address.'\n },\n fax: {\n type: 'string',\n description: 'The inventory site\\'s fax number.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n isDefault: {\n type: 'boolean',\n description: 'Indicates whether this inventory site is the default site used when no specific site is provided during the creation of other objects.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this inventory site, unique across all inventory sites.\\n\\n**NOTE**: Inventory sites 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_inventory_site\"`.',\n enum: [ 'qbd_inventory_site'\n ]\n },\n parent: {\n type: 'object',\n description: 'The parent inventory site one level above this one in the hierarchy.',\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 phone: {\n type: 'string',\n description: 'The inventory site\\'s primary telephone number.'\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this inventory site 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 updatedAt: {\n type: 'string',\n description: 'The date and time when this inventory site was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n }\n },\n required: [ 'id',\n 'address',\n 'contact',\n 'createdAt',\n 'description',\n 'email',\n 'fax',\n 'isActive',\n 'isDefault',\n 'name',\n 'objectType',\n 'parent',\n 'phone',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
20
22
|
inputSchema: {
|
|
21
23
|
type: 'object',
|
|
22
24
|
properties: {
|
|
@@ -115,13 +117,19 @@ export const tool: Tool = {
|
|
|
115
117
|
type: 'string',
|
|
116
118
|
description: "The inventory site's primary telephone number.",
|
|
117
119
|
},
|
|
120
|
+
jq_filter: {
|
|
121
|
+
type: 'string',
|
|
122
|
+
title: 'jq Filter',
|
|
123
|
+
description:
|
|
124
|
+
'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/).',
|
|
125
|
+
},
|
|
118
126
|
},
|
|
119
127
|
},
|
|
120
128
|
};
|
|
121
129
|
|
|
122
130
|
export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
|
|
123
131
|
const { id, ...body } = args as any;
|
|
124
|
-
return asTextContentResult(await conductor.qbd.inventorySites.update(id, body));
|
|
132
|
+
return asTextContentResult(await maybeFilter(args, await conductor.qbd.inventorySites.update(id, body)));
|
|
125
133
|
};
|
|
126
134
|
|
|
127
135
|
export default { metadata, tool, handler };
|
|
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|
|
16
16
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'create_qbd_invoices',
|
|
19
|
-
description:
|
|
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 invoice.",
|
|
20
21
|
inputSchema: {
|
|
21
22
|
type: 'object',
|
|
22
23
|
properties: {
|
|
@@ -1,5 +1,6 @@
|
|
|
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';
|
|
3
4
|
import { asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
4
5
|
|
|
5
6
|
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
@@ -17,7 +18,7 @@ export const metadata: Metadata = {
|
|
|
17
18
|
export const tool: Tool = {
|
|
18
19
|
name: 'delete_qbd_invoices',
|
|
19
20
|
description:
|
|
20
|
-
'
|
|
21
|
+
"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 an invoice. The deletion will fail if the invoice is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of the deleted invoice.'\n },\n deleted: {\n type: 'boolean',\n description: 'Indicates whether the invoice was deleted.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_invoice\"`.',\n enum: [ 'qbd_invoice'\n ]\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number of the deleted invoice.'\n }\n },\n required: [ 'id',\n 'deleted',\n 'objectType',\n 'refNumber'\n ]\n}\n```",
|
|
21
22
|
inputSchema: {
|
|
22
23
|
type: 'object',
|
|
23
24
|
properties: {
|
|
@@ -30,13 +31,19 @@ export const tool: Tool = {
|
|
|
30
31
|
description:
|
|
31
32
|
'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
|
|
32
33
|
},
|
|
34
|
+
jq_filter: {
|
|
35
|
+
type: 'string',
|
|
36
|
+
title: 'jq Filter',
|
|
37
|
+
description:
|
|
38
|
+
'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/).',
|
|
39
|
+
},
|
|
33
40
|
},
|
|
34
41
|
},
|
|
35
42
|
};
|
|
36
43
|
|
|
37
44
|
export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
|
|
38
45
|
const { id, ...body } = args as any;
|
|
39
|
-
return asTextContentResult(await conductor.qbd.invoices.delete(id, body));
|
|
46
|
+
return asTextContentResult(await maybeFilter(args, await conductor.qbd.invoices.delete(id, body)));
|
|
40
47
|
};
|
|
41
48
|
|
|
42
49
|
export default { metadata, tool, handler };
|
|
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|
|
16
16
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'list_qbd_invoices',
|
|
19
|
-
description:
|
|
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 invoices. Use the `cursor` parameter to paginate through the results.",
|
|
20
21
|
inputSchema: {
|
|
21
22
|
type: 'object',
|
|
22
23
|
properties: {
|
|
@@ -139,7 +140,8 @@ export const tool: Tool = {
|
|
|
139
140
|
|
|
140
141
|
export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
|
|
141
142
|
const body = args as any;
|
|
142
|
-
|
|
143
|
+
const response = await conductor.qbd.invoices.list(body).asResponse();
|
|
144
|
+
return asTextContentResult(await response.json());
|
|
143
145
|
};
|
|
144
146
|
|
|
145
147
|
export default { metadata, tool, handler };
|
|
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|
|
16
16
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'retrieve_qbd_invoices',
|
|
19
|
-
description:
|
|
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 invoice by ID.",
|
|
20
21
|
inputSchema: {
|
|
21
22
|
type: 'object',
|
|
22
23
|
properties: {
|
|
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|
|
16
16
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'update_qbd_invoices',
|
|
19
|
-
description:
|
|
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 invoice.",
|
|
20
21
|
inputSchema: {
|
|
21
22
|
type: 'object',
|
|
22
23
|
properties: {
|
|
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|
|
16
16
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'create_qbd_item_groups',
|
|
19
|
-
description:
|
|
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 item group.",
|
|
20
21
|
inputSchema: {
|
|
21
22
|
type: 'object',
|
|
22
23
|
properties: {
|
|
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|
|
16
16
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'list_qbd_item_groups',
|
|
19
|
-
description:
|
|
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 item groups. Use the `cursor` parameter to paginate through the results.",
|
|
20
21
|
inputSchema: {
|
|
21
22
|
type: 'object',
|
|
22
23
|
properties: {
|
|
@@ -97,7 +98,8 @@ export const tool: Tool = {
|
|
|
97
98
|
|
|
98
99
|
export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
|
|
99
100
|
const body = args as any;
|
|
100
|
-
|
|
101
|
+
const response = await conductor.qbd.itemGroups.list(body).asResponse();
|
|
102
|
+
return asTextContentResult(await response.json());
|
|
101
103
|
};
|
|
102
104
|
|
|
103
105
|
export default { metadata, tool, handler };
|
|
@@ -1,5 +1,6 @@
|
|
|
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';
|
|
3
4
|
import { asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
4
5
|
|
|
5
6
|
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
@@ -16,7 +17,8 @@ export const metadata: Metadata = {
|
|
|
16
17
|
|
|
17
18
|
export const tool: Tool = {
|
|
18
19
|
name: 'retrieve_qbd_item_groups',
|
|
19
|
-
description:
|
|
20
|
+
description:
|
|
21
|
+
"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 item group by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/item_group',\n $defs: {\n item_group: {\n type: 'object',\n title: 'The Item Group object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this item group. This ID is unique across all item groups but not across different QuickBooks object types.'\n },\n barcode: {\n type: 'string',\n description: 'The item group\\'s barcode.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this item group was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n customFields: {\n type: 'array',\n description: 'The custom fields for the item group object, added as user-defined data extensions, not included in the standard QuickBooks object.',\n items: {\n type: 'object',\n title: 'The Custom Field object',\n properties: {\n name: {\n type: 'string',\n description: 'The name of the custom field, unique for the specified `ownerId`. For public custom fields, this name is visible as a label in the QuickBooks UI.'\n },\n ownerId: {\n type: 'string',\n description: 'The identifier of the owner of the custom field, which QuickBooks internally calls a \"data extension\". For public custom fields visible in the UI, such as those added by the QuickBooks user, this is always \"0\". For private custom fields that are only visible to the application that created them, this is a valid GUID identifying the owning application. Internally, Conductor always fetches all public custom fields (those with an `ownerId` of \"0\") for all objects.'\n },\n type: {\n type: 'string',\n description: 'The data type of this custom field.',\n enum: [ 'amount_type',\n 'date_time_type',\n 'integer_type',\n 'percent_type',\n 'price_type',\n 'quantity_type',\n 'string_1024_type',\n 'string_255_type'\n ]\n },\n value: {\n type: 'string',\n description: 'The value of this custom field. The maximum length depends on the field\\'s data type.'\n }\n },\n required: [ 'name',\n 'ownerId',\n 'type',\n 'value'\n ]\n }\n },\n description: {\n type: 'string',\n description: 'The item group\\'s description that will appear on sales forms that include this item.'\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 isActive: {\n type: 'boolean',\n description: 'Indicates whether this item group is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n lines: {\n type: 'array',\n description: 'The item lines in this item group.',\n items: {\n type: 'object',\n title: 'The Item Group Line object',\n properties: {\n item: {\n type: 'object',\n description: 'The item associated with this item group line. This can refer to any good or service that the business buys or sells, including item types such as a service item, inventory item, or special calculation item like a discount item or sales-tax item.',\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 quantity: {\n type: 'number',\n description: 'The quantity of the item group associated with this item group line. This field cannot be cleared.\\n\\n**NOTE**: Do not use this field if the associated item group is a discount item group.'\n },\n unitOfMeasure: {\n type: 'string',\n description: 'The unit-of-measure used for the `quantity` in this item group line. Must be a valid unit within the item\\'s available units of measure.'\n }\n },\n required: [ 'item',\n 'quantity',\n 'unitOfMeasure'\n ]\n }\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this item group, unique across all item groups.\\n\\n**NOTE**: Item groups 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_item_group\"`.',\n enum: [ 'qbd_item_group'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this item group 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 shouldPrintItemsInGroup: {\n type: 'boolean',\n description: 'Indicates whether the individual items in this item group and their separate amounts appear on printed forms.'\n },\n specialItemType: {\n type: 'string',\n description: 'The type of special item for this item group.',\n enum: [ 'finance_charge',\n 'reimbursable_expense_group',\n 'reimbursable_expense_subtotal'\n ]\n },\n unitOfMeasureSet: {\n type: 'object',\n description: 'The unit-of-measure set associated with this item group, which consists of a base unit and related units.',\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 updatedAt: {\n type: 'string',\n description: 'The date and time when this item group was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n }\n },\n required: [ 'id',\n 'barcode',\n 'createdAt',\n 'customFields',\n 'description',\n 'externalId',\n 'isActive',\n 'lines',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'shouldPrintItemsInGroup',\n 'specialItemType',\n 'unitOfMeasureSet',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
20
22
|
inputSchema: {
|
|
21
23
|
type: 'object',
|
|
22
24
|
properties: {
|
|
@@ -29,13 +31,19 @@ export const tool: Tool = {
|
|
|
29
31
|
description:
|
|
30
32
|
'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
|
|
31
33
|
},
|
|
34
|
+
jq_filter: {
|
|
35
|
+
type: 'string',
|
|
36
|
+
title: 'jq Filter',
|
|
37
|
+
description:
|
|
38
|
+
'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/).',
|
|
39
|
+
},
|
|
32
40
|
},
|
|
33
41
|
},
|
|
34
42
|
};
|
|
35
43
|
|
|
36
44
|
export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
|
|
37
45
|
const { id, ...body } = args as any;
|
|
38
|
-
return asTextContentResult(await conductor.qbd.itemGroups.retrieve(id, body));
|
|
46
|
+
return asTextContentResult(await maybeFilter(args, await conductor.qbd.itemGroups.retrieve(id, body)));
|
|
39
47
|
};
|
|
40
48
|
|
|
41
49
|
export default { metadata, tool, handler };
|
|
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|
|
16
16
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'update_qbd_item_groups',
|
|
19
|
-
description:
|
|
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 item group.",
|
|
20
21
|
inputSchema: {
|
|
21
22
|
type: 'object',
|
|
22
23
|
properties: {
|
|
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|
|
16
16
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'create_qbd_item_receipts',
|
|
19
|
-
description:
|
|
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 item receipt.",
|
|
20
21
|
inputSchema: {
|
|
21
22
|
type: 'object',
|
|
22
23
|
properties: {
|