conductor-node-mcp 12.14.0 → 12.15.1
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 +21 -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 +15 -0
- package/src/server.ts +1 -1
- package/src/tools/auth-sessions/create-auth-sessions.ts +10 -4
- package/src/tools/end-users/create-end-users.ts +11 -4
- package/src/tools/end-users/delete-end-users.ts +11 -4
- package/src/tools/end-users/list-end-users.ts +13 -5
- package/src/tools/end-users/passthrough-end-users.ts +12 -4
- package/src/tools/end-users/retrieve-end-users.ts +11 -4
- package/src/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.ts +12 -6
- package/src/tools/qbd/accounts/create-qbd-accounts.ts +5 -5
- package/src/tools/qbd/accounts/list-qbd-accounts.ts +4 -5
- package/src/tools/qbd/accounts/retrieve-qbd-accounts.ts +5 -5
- package/src/tools/qbd/accounts/update-qbd-accounts.ts +5 -5
- package/src/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.ts +5 -5
- package/src/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.ts +12 -6
- package/src/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.ts +6 -6
- package/src/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.ts +5 -5
- package/src/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.ts +5 -5
- package/src/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.ts +5 -5
- package/src/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.ts +14 -6
- package/src/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.ts +6 -6
- package/src/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.ts +5 -5
- package/src/tools/qbd/bills/create-qbd-bills.ts +5 -5
- package/src/tools/qbd/bills/delete-qbd-bills.ts +12 -6
- package/src/tools/qbd/bills/list-qbd-bills.ts +7 -6
- package/src/tools/qbd/bills/retrieve-qbd-bills.ts +5 -5
- package/src/tools/qbd/bills/update-qbd-bills.ts +5 -5
- package/src/tools/qbd/build-assemblies/create-qbd-build-assemblies.ts +5 -5
- package/src/tools/qbd/build-assemblies/delete-qbd-build-assemblies.ts +12 -6
- package/src/tools/qbd/build-assemblies/list-qbd-build-assemblies.ts +6 -6
- package/src/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.ts +5 -5
- package/src/tools/qbd/build-assemblies/update-qbd-build-assemblies.ts +5 -5
- package/src/tools/qbd/checks/create-qbd-checks.ts +5 -5
- package/src/tools/qbd/checks/delete-qbd-checks.ts +12 -6
- package/src/tools/qbd/checks/list-qbd-checks.ts +7 -6
- package/src/tools/qbd/checks/retrieve-qbd-checks.ts +5 -5
- package/src/tools/qbd/checks/update-qbd-checks.ts +5 -5
- package/src/tools/qbd/classes/create-qbd-classes.ts +13 -6
- package/src/tools/qbd/classes/list-qbd-classes.ts +12 -6
- package/src/tools/qbd/classes/retrieve-qbd-classes.ts +13 -6
- package/src/tools/qbd/classes/update-qbd-classes.ts +13 -6
- package/src/tools/qbd/company/retrieve-qbd-company.ts +4 -5
- package/src/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.ts +5 -5
- package/src/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.ts +12 -6
- package/src/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.ts +6 -6
- package/src/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.ts +5 -5
- package/src/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.ts +5 -5
- package/src/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.ts +5 -5
- package/src/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.ts +12 -6
- package/src/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.ts +6 -6
- package/src/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.ts +5 -5
- package/src/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.ts +5 -5
- package/src/tools/qbd/credit-memos/create-qbd-credit-memos.ts +5 -5
- package/src/tools/qbd/credit-memos/delete-qbd-credit-memos.ts +12 -6
- package/src/tools/qbd/credit-memos/list-qbd-credit-memos.ts +7 -6
- package/src/tools/qbd/credit-memos/retrieve-qbd-credit-memos.ts +5 -5
- package/src/tools/qbd/credit-memos/update-qbd-credit-memos.ts +5 -5
- package/src/tools/qbd/customers/create-qbd-customers.ts +5 -5
- package/src/tools/qbd/customers/list-qbd-customers.ts +7 -6
- package/src/tools/qbd/customers/retrieve-qbd-customers.ts +5 -5
- package/src/tools/qbd/customers/update-qbd-customers.ts +5 -5
- package/src/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.ts +13 -6
- package/src/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.ts +12 -6
- package/src/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.ts +13 -6
- package/src/tools/qbd/discount-items/create-qbd-discount-items.ts +5 -5
- package/src/tools/qbd/discount-items/list-qbd-discount-items.ts +6 -6
- package/src/tools/qbd/discount-items/retrieve-qbd-discount-items.ts +5 -5
- package/src/tools/qbd/discount-items/update-qbd-discount-items.ts +5 -5
- package/src/tools/qbd/employees/create-qbd-employees.ts +5 -5
- package/src/tools/qbd/employees/list-qbd-employees.ts +7 -6
- package/src/tools/qbd/employees/retrieve-qbd-employees.ts +5 -5
- package/src/tools/qbd/employees/update-qbd-employees.ts +5 -5
- package/src/tools/qbd/estimates/create-qbd-estimates.ts +5 -5
- package/src/tools/qbd/estimates/delete-qbd-estimates.ts +12 -6
- package/src/tools/qbd/estimates/list-qbd-estimates.ts +7 -6
- package/src/tools/qbd/estimates/retrieve-qbd-estimates.ts +5 -5
- package/src/tools/qbd/estimates/update-qbd-estimates.ts +5 -5
- package/src/tools/qbd/health-check-qbd.ts +12 -6
- package/src/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.ts +5 -5
- package/src/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.ts +14 -6
- package/src/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.ts +4 -5
- package/src/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.ts +5 -5
- package/src/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.ts +5 -5
- package/src/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.ts +5 -5
- package/src/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.ts +6 -6
- package/src/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.ts +5 -5
- package/src/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.ts +5 -5
- package/src/tools/qbd/inventory-items/create-qbd-inventory-items.ts +5 -5
- package/src/tools/qbd/inventory-items/list-qbd-inventory-items.ts +6 -6
- package/src/tools/qbd/inventory-items/retrieve-qbd-inventory-items.ts +5 -5
- package/src/tools/qbd/inventory-items/update-qbd-inventory-items.ts +5 -5
- package/src/tools/qbd/inventory-sites/create-qbd-inventory-sites.ts +13 -6
- package/src/tools/qbd/inventory-sites/list-qbd-inventory-sites.ts +12 -6
- package/src/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.ts +13 -6
- package/src/tools/qbd/inventory-sites/update-qbd-inventory-sites.ts +13 -6
- package/src/tools/qbd/invoices/create-qbd-invoices.ts +5 -5
- package/src/tools/qbd/invoices/delete-qbd-invoices.ts +12 -6
- package/src/tools/qbd/invoices/list-qbd-invoices.ts +7 -6
- package/src/tools/qbd/invoices/retrieve-qbd-invoices.ts +5 -5
- package/src/tools/qbd/invoices/update-qbd-invoices.ts +5 -5
- package/src/tools/qbd/item-groups/create-qbd-item-groups.ts +5 -5
- package/src/tools/qbd/item-groups/list-qbd-item-groups.ts +7 -6
- package/src/tools/qbd/item-groups/retrieve-qbd-item-groups.ts +13 -6
- package/src/tools/qbd/item-groups/update-qbd-item-groups.ts +5 -5
- package/src/tools/qbd/item-receipts/create-qbd-item-receipts.ts +5 -5
- package/src/tools/qbd/item-receipts/delete-qbd-item-receipts.ts +12 -6
- package/src/tools/qbd/item-receipts/list-qbd-item-receipts.ts +7 -6
- package/src/tools/qbd/item-receipts/retrieve-qbd-item-receipts.ts +5 -5
- package/src/tools/qbd/item-receipts/update-qbd-item-receipts.ts +5 -5
- package/src/tools/qbd/item-sites/list-qbd-item-sites.ts +7 -6
- package/src/tools/qbd/item-sites/retrieve-qbd-item-sites.ts +13 -6
- package/src/tools/qbd/journal-entries/create-qbd-journal-entries.ts +5 -5
- package/src/tools/qbd/journal-entries/delete-qbd-journal-entries.ts +12 -6
- package/src/tools/qbd/journal-entries/list-qbd-journal-entries.ts +6 -6
- package/src/tools/qbd/journal-entries/retrieve-qbd-journal-entries.ts +5 -5
- package/src/tools/qbd/journal-entries/update-qbd-journal-entries.ts +5 -5
- package/src/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.ts +5 -5
- package/src/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.ts +6 -6
- package/src/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.ts +5 -5
- package/src/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.ts +5 -5
- package/src/tools/qbd/other-names/create-qbd-other-names.ts +5 -5
- package/src/tools/qbd/other-names/list-qbd-other-names.ts +4 -5
- package/src/tools/qbd/other-names/retrieve-qbd-other-names.ts +13 -6
- package/src/tools/qbd/other-names/update-qbd-other-names.ts +5 -5
- package/src/tools/qbd/payment-methods/create-qbd-payment-methods.ts +13 -6
- package/src/tools/qbd/payment-methods/list-qbd-payment-methods.ts +12 -6
- package/src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts +13 -6
- package/src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts +13 -6
- package/src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts +13 -6
- package/src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts +15 -6
- package/src/tools/qbd/preferences/retrieve-qbd-preferences.ts +4 -5
- package/src/tools/qbd/price-levels/create-qbd-price-levels.ts +13 -6
- package/src/tools/qbd/price-levels/list-qbd-price-levels.ts +4 -5
- package/src/tools/qbd/price-levels/retrieve-qbd-price-levels.ts +13 -6
- package/src/tools/qbd/price-levels/update-qbd-price-levels.ts +5 -5
- package/src/tools/qbd/purchase-orders/create-qbd-purchase-orders.ts +5 -5
- package/src/tools/qbd/purchase-orders/delete-qbd-purchase-orders.ts +12 -6
- package/src/tools/qbd/purchase-orders/list-qbd-purchase-orders.ts +6 -6
- package/src/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.ts +5 -5
- package/src/tools/qbd/purchase-orders/update-qbd-purchase-orders.ts +5 -5
- package/src/tools/qbd/receive-payments/create-qbd-receive-payments.ts +5 -5
- package/src/tools/qbd/receive-payments/delete-qbd-receive-payments.ts +12 -6
- package/src/tools/qbd/receive-payments/list-qbd-receive-payments.ts +6 -6
- package/src/tools/qbd/receive-payments/retrieve-qbd-receive-payments.ts +5 -5
- package/src/tools/qbd/receive-payments/update-qbd-receive-payments.ts +5 -5
- package/src/tools/qbd/sales-orders/create-qbd-sales-orders.ts +5 -5
- package/src/tools/qbd/sales-orders/delete-qbd-sales-orders.ts +12 -6
- package/src/tools/qbd/sales-orders/list-qbd-sales-orders.ts +7 -6
- package/src/tools/qbd/sales-orders/retrieve-qbd-sales-orders.ts +5 -5
- package/src/tools/qbd/sales-orders/update-qbd-sales-orders.ts +5 -5
- package/src/tools/qbd/sales-receipts/create-qbd-sales-receipts.ts +5 -5
- package/src/tools/qbd/sales-receipts/delete-qbd-sales-receipts.ts +12 -6
- package/src/tools/qbd/sales-receipts/list-qbd-sales-receipts.ts +6 -6
- package/src/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.ts +5 -5
- package/src/tools/qbd/sales-receipts/update-qbd-sales-receipts.ts +5 -5
- package/src/tools/qbd/sales-representatives/create-qbd-sales-representatives.ts +13 -6
- package/src/tools/qbd/sales-representatives/list-qbd-sales-representatives.ts +12 -6
- package/src/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.ts +15 -6
- package/src/tools/qbd/sales-representatives/update-qbd-sales-representatives.ts +15 -6
- package/src/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.ts +13 -6
- package/src/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.ts +12 -6
- package/src/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.ts +13 -6
- package/src/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.ts +13 -6
- package/src/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.ts +5 -5
- package/src/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.ts +6 -6
- package/src/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.ts +13 -6
- package/src/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.ts +5 -5
- package/src/tools/qbd/service-items/create-qbd-service-items.ts +5 -5
- package/src/tools/qbd/service-items/list-qbd-service-items.ts +7 -6
- package/src/tools/qbd/service-items/retrieve-qbd-service-items.ts +5 -5
- package/src/tools/qbd/service-items/update-qbd-service-items.ts +5 -5
- package/src/tools/qbd/standard-terms/create-qbd-standard-terms.ts +13 -6
- package/src/tools/qbd/standard-terms/list-qbd-standard-terms.ts +12 -6
- package/src/tools/qbd/standard-terms/retrieve-qbd-standard-terms.ts +13 -6
- package/src/tools/qbd/subtotal-items/create-qbd-subtotal-items.ts +13 -6
- package/src/tools/qbd/subtotal-items/list-qbd-subtotal-items.ts +6 -6
- package/src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts +13 -6
- package/src/tools/qbd/subtotal-items/update-qbd-subtotal-items.ts +13 -6
- package/src/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.ts +5 -5
- package/src/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.ts +14 -6
- package/src/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.ts +6 -6
- package/src/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.ts +15 -6
- package/src/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.ts +5 -5
- package/src/tools/qbd/transactions/list-qbd-transactions.ts +6 -6
- package/src/tools/qbd/transactions/retrieve-qbd-transactions.ts +13 -6
- package/src/tools/qbd/transfers/create-qbd-transfers.ts +13 -6
- package/src/tools/qbd/transfers/list-qbd-transfers.ts +14 -6
- package/src/tools/qbd/transfers/retrieve-qbd-transfers.ts +13 -6
- package/src/tools/qbd/transfers/update-qbd-transfers.ts +13 -6
- package/src/tools/qbd/vendor-credits/create-qbd-vendor-credits.ts +5 -5
- package/src/tools/qbd/vendor-credits/delete-qbd-vendor-credits.ts +12 -6
- package/src/tools/qbd/vendor-credits/list-qbd-vendor-credits.ts +6 -6
- package/src/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.ts +5 -5
- package/src/tools/qbd/vendor-credits/update-qbd-vendor-credits.ts +5 -5
- package/src/tools/qbd/vendors/create-qbd-vendors.ts +5 -5
- package/src/tools/qbd/vendors/list-qbd-vendors.ts +7 -6
- package/src/tools/qbd/vendors/retrieve-qbd-vendors.ts +5 -5
- package/src/tools/qbd/vendors/update-qbd-vendors.ts +5 -5
- package/src/tools/types.ts +1 -1
- package/tools/auth-sessions/create-auth-sessions.d.mts +1 -1
- package/tools/auth-sessions/create-auth-sessions.d.mts.map +1 -1
- package/tools/auth-sessions/create-auth-sessions.d.ts +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 +1 -1
- package/tools/end-users/create-end-users.d.mts.map +1 -1
- package/tools/end-users/create-end-users.d.ts +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 +1 -1
- package/tools/end-users/delete-end-users.d.mts.map +1 -1
- package/tools/end-users/delete-end-users.d.ts +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 +1 -1
- package/tools/end-users/list-end-users.d.mts.map +1 -1
- package/tools/end-users/list-end-users.d.ts +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 +1 -1
- package/tools/end-users/passthrough-end-users.d.mts.map +1 -1
- package/tools/end-users/passthrough-end-users.d.ts +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 +1 -1
- package/tools/end-users/retrieve-end-users.d.mts.map +1 -1
- package/tools/end-users/retrieve-end-users.d.ts +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 +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 +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 +10 -4
- 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 +10 -4
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.mjs.map +1 -1
- package/tools/qbd/accounts/create-qbd-accounts.d.mts +1 -1
- package/tools/qbd/accounts/create-qbd-accounts.d.mts.map +1 -1
- package/tools/qbd/accounts/create-qbd-accounts.d.ts +1 -1
- package/tools/qbd/accounts/create-qbd-accounts.d.ts.map +1 -1
- package/tools/qbd/accounts/create-qbd-accounts.js +3 -3
- package/tools/qbd/accounts/create-qbd-accounts.js.map +1 -1
- package/tools/qbd/accounts/create-qbd-accounts.mjs +3 -3
- package/tools/qbd/accounts/create-qbd-accounts.mjs.map +1 -1
- package/tools/qbd/accounts/list-qbd-accounts.d.mts +1 -1
- package/tools/qbd/accounts/list-qbd-accounts.d.mts.map +1 -1
- package/tools/qbd/accounts/list-qbd-accounts.d.ts +1 -1
- package/tools/qbd/accounts/list-qbd-accounts.d.ts.map +1 -1
- package/tools/qbd/accounts/list-qbd-accounts.js +3 -3
- package/tools/qbd/accounts/list-qbd-accounts.js.map +1 -1
- package/tools/qbd/accounts/list-qbd-accounts.mjs +3 -3
- package/tools/qbd/accounts/list-qbd-accounts.mjs.map +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.d.mts +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.d.mts.map +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.d.ts +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.d.ts.map +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.js +3 -3
- package/tools/qbd/accounts/retrieve-qbd-accounts.js.map +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.mjs +3 -3
- package/tools/qbd/accounts/retrieve-qbd-accounts.mjs.map +1 -1
- package/tools/qbd/accounts/update-qbd-accounts.d.mts +1 -1
- package/tools/qbd/accounts/update-qbd-accounts.d.mts.map +1 -1
- package/tools/qbd/accounts/update-qbd-accounts.d.ts +1 -1
- package/tools/qbd/accounts/update-qbd-accounts.d.ts.map +1 -1
- package/tools/qbd/accounts/update-qbd-accounts.js +3 -3
- package/tools/qbd/accounts/update-qbd-accounts.js.map +1 -1
- package/tools/qbd/accounts/update-qbd-accounts.mjs +3 -3
- package/tools/qbd/accounts/update-qbd-accounts.mjs.map +1 -1
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.mts +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 +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 +3 -3
- 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 +3 -3
- 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 +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 +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 +10 -4
- 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 +10 -4
- 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 +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 +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 +5 -4
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js.map +1 -1
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs +5 -4
- 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 +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 +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 +3 -3
- 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 +3 -3
- 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 +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 +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 +3 -3
- 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 +3 -3
- 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 +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 +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 +3 -3
- 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 +3 -3
- 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 +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 +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 +10 -4
- 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 +10 -4
- 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 +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 +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 +5 -4
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js.map +1 -1
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs +5 -4
- 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 +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 +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 +3 -3
- 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 +3 -3
- 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 +1 -1
- package/tools/qbd/bills/create-qbd-bills.d.mts.map +1 -1
- package/tools/qbd/bills/create-qbd-bills.d.ts +1 -1
- package/tools/qbd/bills/create-qbd-bills.d.ts.map +1 -1
- package/tools/qbd/bills/create-qbd-bills.js +3 -3
- package/tools/qbd/bills/create-qbd-bills.js.map +1 -1
- package/tools/qbd/bills/create-qbd-bills.mjs +3 -3
- package/tools/qbd/bills/create-qbd-bills.mjs.map +1 -1
- package/tools/qbd/bills/delete-qbd-bills.d.mts +1 -1
- package/tools/qbd/bills/delete-qbd-bills.d.mts.map +1 -1
- package/tools/qbd/bills/delete-qbd-bills.d.ts +1 -1
- package/tools/qbd/bills/delete-qbd-bills.d.ts.map +1 -1
- package/tools/qbd/bills/delete-qbd-bills.js +10 -4
- package/tools/qbd/bills/delete-qbd-bills.js.map +1 -1
- package/tools/qbd/bills/delete-qbd-bills.mjs +10 -4
- package/tools/qbd/bills/delete-qbd-bills.mjs.map +1 -1
- package/tools/qbd/bills/list-qbd-bills.d.mts +1 -1
- package/tools/qbd/bills/list-qbd-bills.d.mts.map +1 -1
- package/tools/qbd/bills/list-qbd-bills.d.ts +1 -1
- package/tools/qbd/bills/list-qbd-bills.d.ts.map +1 -1
- package/tools/qbd/bills/list-qbd-bills.js +5 -4
- package/tools/qbd/bills/list-qbd-bills.js.map +1 -1
- package/tools/qbd/bills/list-qbd-bills.mjs +5 -4
- package/tools/qbd/bills/list-qbd-bills.mjs.map +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.d.mts +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.d.mts.map +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.d.ts +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.d.ts.map +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.js +3 -3
- package/tools/qbd/bills/retrieve-qbd-bills.js.map +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.mjs +3 -3
- package/tools/qbd/bills/retrieve-qbd-bills.mjs.map +1 -1
- package/tools/qbd/bills/update-qbd-bills.d.mts +1 -1
- package/tools/qbd/bills/update-qbd-bills.d.mts.map +1 -1
- package/tools/qbd/bills/update-qbd-bills.d.ts +1 -1
- package/tools/qbd/bills/update-qbd-bills.d.ts.map +1 -1
- package/tools/qbd/bills/update-qbd-bills.js +3 -3
- package/tools/qbd/bills/update-qbd-bills.js.map +1 -1
- package/tools/qbd/bills/update-qbd-bills.mjs +3 -3
- package/tools/qbd/bills/update-qbd-bills.mjs.map +1 -1
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.mts +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 +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 +3 -3
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.js.map +1 -1
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.mjs +3 -3
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.mjs.map +1 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.mts +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 +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 +10 -4
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js.map +1 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs +10 -4
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs.map +1 -1
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.mts +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 +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 +5 -4
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js.map +1 -1
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs +5 -4
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs.map +1 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.mts +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 +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 +3 -3
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.js.map +1 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.mjs +3 -3
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.mjs.map +1 -1
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.mts +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 +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 +3 -3
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.js.map +1 -1
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.mjs +3 -3
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.mjs.map +1 -1
- package/tools/qbd/checks/create-qbd-checks.d.mts +1 -1
- package/tools/qbd/checks/create-qbd-checks.d.mts.map +1 -1
- package/tools/qbd/checks/create-qbd-checks.d.ts +1 -1
- package/tools/qbd/checks/create-qbd-checks.d.ts.map +1 -1
- package/tools/qbd/checks/create-qbd-checks.js +3 -3
- package/tools/qbd/checks/create-qbd-checks.js.map +1 -1
- package/tools/qbd/checks/create-qbd-checks.mjs +3 -3
- package/tools/qbd/checks/create-qbd-checks.mjs.map +1 -1
- package/tools/qbd/checks/delete-qbd-checks.d.mts +1 -1
- package/tools/qbd/checks/delete-qbd-checks.d.mts.map +1 -1
- package/tools/qbd/checks/delete-qbd-checks.d.ts +1 -1
- package/tools/qbd/checks/delete-qbd-checks.d.ts.map +1 -1
- package/tools/qbd/checks/delete-qbd-checks.js +10 -4
- package/tools/qbd/checks/delete-qbd-checks.js.map +1 -1
- package/tools/qbd/checks/delete-qbd-checks.mjs +10 -4
- package/tools/qbd/checks/delete-qbd-checks.mjs.map +1 -1
- package/tools/qbd/checks/list-qbd-checks.d.mts +1 -1
- package/tools/qbd/checks/list-qbd-checks.d.mts.map +1 -1
- package/tools/qbd/checks/list-qbd-checks.d.ts +1 -1
- package/tools/qbd/checks/list-qbd-checks.d.ts.map +1 -1
- package/tools/qbd/checks/list-qbd-checks.js +5 -4
- package/tools/qbd/checks/list-qbd-checks.js.map +1 -1
- package/tools/qbd/checks/list-qbd-checks.mjs +5 -4
- package/tools/qbd/checks/list-qbd-checks.mjs.map +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.d.mts +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.d.mts.map +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.d.ts +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.d.ts.map +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.js +3 -3
- package/tools/qbd/checks/retrieve-qbd-checks.js.map +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.mjs +3 -3
- package/tools/qbd/checks/retrieve-qbd-checks.mjs.map +1 -1
- package/tools/qbd/checks/update-qbd-checks.d.mts +1 -1
- package/tools/qbd/checks/update-qbd-checks.d.mts.map +1 -1
- package/tools/qbd/checks/update-qbd-checks.d.ts +1 -1
- package/tools/qbd/checks/update-qbd-checks.d.ts.map +1 -1
- package/tools/qbd/checks/update-qbd-checks.js +3 -3
- package/tools/qbd/checks/update-qbd-checks.js.map +1 -1
- package/tools/qbd/checks/update-qbd-checks.mjs +3 -3
- package/tools/qbd/checks/update-qbd-checks.mjs.map +1 -1
- package/tools/qbd/classes/create-qbd-classes.d.mts +1 -1
- package/tools/qbd/classes/create-qbd-classes.d.mts.map +1 -1
- package/tools/qbd/classes/create-qbd-classes.d.ts +1 -1
- package/tools/qbd/classes/create-qbd-classes.d.ts.map +1 -1
- package/tools/qbd/classes/create-qbd-classes.js +10 -4
- package/tools/qbd/classes/create-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/create-qbd-classes.mjs +10 -4
- package/tools/qbd/classes/create-qbd-classes.mjs.map +1 -1
- package/tools/qbd/classes/list-qbd-classes.d.mts +1 -1
- package/tools/qbd/classes/list-qbd-classes.d.mts.map +1 -1
- package/tools/qbd/classes/list-qbd-classes.d.ts +1 -1
- package/tools/qbd/classes/list-qbd-classes.d.ts.map +1 -1
- package/tools/qbd/classes/list-qbd-classes.js +10 -4
- package/tools/qbd/classes/list-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/list-qbd-classes.mjs +10 -4
- package/tools/qbd/classes/list-qbd-classes.mjs.map +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.d.mts +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.d.mts.map +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.d.ts +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.d.ts.map +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.js +10 -4
- package/tools/qbd/classes/retrieve-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.mjs +10 -4
- package/tools/qbd/classes/retrieve-qbd-classes.mjs.map +1 -1
- package/tools/qbd/classes/update-qbd-classes.d.mts +1 -1
- package/tools/qbd/classes/update-qbd-classes.d.mts.map +1 -1
- package/tools/qbd/classes/update-qbd-classes.d.ts +1 -1
- package/tools/qbd/classes/update-qbd-classes.d.ts.map +1 -1
- package/tools/qbd/classes/update-qbd-classes.js +10 -4
- package/tools/qbd/classes/update-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/update-qbd-classes.mjs +10 -4
- package/tools/qbd/classes/update-qbd-classes.mjs.map +1 -1
- package/tools/qbd/company/retrieve-qbd-company.d.mts +1 -1
- package/tools/qbd/company/retrieve-qbd-company.d.mts.map +1 -1
- package/tools/qbd/company/retrieve-qbd-company.d.ts +1 -1
- package/tools/qbd/company/retrieve-qbd-company.d.ts.map +1 -1
- package/tools/qbd/company/retrieve-qbd-company.js +3 -3
- package/tools/qbd/company/retrieve-qbd-company.js.map +1 -1
- package/tools/qbd/company/retrieve-qbd-company.mjs +3 -3
- package/tools/qbd/company/retrieve-qbd-company.mjs.map +1 -1
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.mts +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 +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 +3 -3
- 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 +3 -3
- 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 +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 +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 +10 -4
- 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 +10 -4
- 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 +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 +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 +5 -4
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js.map +1 -1
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs +5 -4
- 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 +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 +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 +3 -3
- 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 +3 -3
- 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 +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 +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 +3 -3
- 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 +3 -3
- 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 +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 +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 +3 -3
- 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 +3 -3
- 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 +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 +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 +10 -4
- 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 +10 -4
- 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 +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 +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 +5 -4
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js.map +1 -1
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs +5 -4
- 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 +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 +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 +3 -3
- 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 +3 -3
- 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 +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 +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 +3 -3
- 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 +3 -3
- 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 +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 +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 +3 -3
- package/tools/qbd/credit-memos/create-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.mjs +3 -3
- package/tools/qbd/credit-memos/create-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.mts +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 +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 +10 -4
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.mjs +10 -4
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/credit-memos/list-qbd-credit-memos.d.mts +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 +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 +5 -4
- package/tools/qbd/credit-memos/list-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs +5 -4
- package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.mts +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 +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 +3 -3
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.mjs +3 -3
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.d.mts +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 +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 +3 -3
- package/tools/qbd/credit-memos/update-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.mjs +3 -3
- package/tools/qbd/credit-memos/update-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/customers/create-qbd-customers.d.mts +1 -1
- package/tools/qbd/customers/create-qbd-customers.d.mts.map +1 -1
- package/tools/qbd/customers/create-qbd-customers.d.ts +1 -1
- package/tools/qbd/customers/create-qbd-customers.d.ts.map +1 -1
- package/tools/qbd/customers/create-qbd-customers.js +3 -3
- package/tools/qbd/customers/create-qbd-customers.js.map +1 -1
- package/tools/qbd/customers/create-qbd-customers.mjs +3 -3
- package/tools/qbd/customers/create-qbd-customers.mjs.map +1 -1
- package/tools/qbd/customers/list-qbd-customers.d.mts +1 -1
- package/tools/qbd/customers/list-qbd-customers.d.mts.map +1 -1
- package/tools/qbd/customers/list-qbd-customers.d.ts +1 -1
- package/tools/qbd/customers/list-qbd-customers.d.ts.map +1 -1
- package/tools/qbd/customers/list-qbd-customers.js +5 -4
- package/tools/qbd/customers/list-qbd-customers.js.map +1 -1
- package/tools/qbd/customers/list-qbd-customers.mjs +5 -4
- package/tools/qbd/customers/list-qbd-customers.mjs.map +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.d.mts +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.d.mts.map +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.d.ts +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.d.ts.map +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.js +3 -3
- package/tools/qbd/customers/retrieve-qbd-customers.js.map +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.mjs +3 -3
- package/tools/qbd/customers/retrieve-qbd-customers.mjs.map +1 -1
- package/tools/qbd/customers/update-qbd-customers.d.mts +1 -1
- package/tools/qbd/customers/update-qbd-customers.d.mts.map +1 -1
- package/tools/qbd/customers/update-qbd-customers.d.ts +1 -1
- package/tools/qbd/customers/update-qbd-customers.d.ts.map +1 -1
- package/tools/qbd/customers/update-qbd-customers.js +3 -3
- package/tools/qbd/customers/update-qbd-customers.js.map +1 -1
- package/tools/qbd/customers/update-qbd-customers.mjs +3 -3
- package/tools/qbd/customers/update-qbd-customers.mjs.map +1 -1
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.mts +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 +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 +10 -4
- 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 +10 -4
- 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 +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 +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 +10 -4
- 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 +10 -4
- 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 +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 +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 +10 -4
- 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 +10 -4
- 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 +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 +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 +3 -3
- package/tools/qbd/discount-items/create-qbd-discount-items.js.map +1 -1
- package/tools/qbd/discount-items/create-qbd-discount-items.mjs +3 -3
- package/tools/qbd/discount-items/create-qbd-discount-items.mjs.map +1 -1
- package/tools/qbd/discount-items/list-qbd-discount-items.d.mts +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 +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 +5 -4
- package/tools/qbd/discount-items/list-qbd-discount-items.js.map +1 -1
- package/tools/qbd/discount-items/list-qbd-discount-items.mjs +5 -4
- package/tools/qbd/discount-items/list-qbd-discount-items.mjs.map +1 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.mts +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 +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 +3 -3
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.js.map +1 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.mjs +3 -3
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.mjs.map +1 -1
- package/tools/qbd/discount-items/update-qbd-discount-items.d.mts +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 +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 +3 -3
- package/tools/qbd/discount-items/update-qbd-discount-items.js.map +1 -1
- package/tools/qbd/discount-items/update-qbd-discount-items.mjs +3 -3
- package/tools/qbd/discount-items/update-qbd-discount-items.mjs.map +1 -1
- package/tools/qbd/employees/create-qbd-employees.d.mts +1 -1
- package/tools/qbd/employees/create-qbd-employees.d.mts.map +1 -1
- package/tools/qbd/employees/create-qbd-employees.d.ts +1 -1
- package/tools/qbd/employees/create-qbd-employees.d.ts.map +1 -1
- package/tools/qbd/employees/create-qbd-employees.js +3 -3
- package/tools/qbd/employees/create-qbd-employees.js.map +1 -1
- package/tools/qbd/employees/create-qbd-employees.mjs +3 -3
- package/tools/qbd/employees/create-qbd-employees.mjs.map +1 -1
- package/tools/qbd/employees/list-qbd-employees.d.mts +1 -1
- package/tools/qbd/employees/list-qbd-employees.d.mts.map +1 -1
- package/tools/qbd/employees/list-qbd-employees.d.ts +1 -1
- package/tools/qbd/employees/list-qbd-employees.d.ts.map +1 -1
- package/tools/qbd/employees/list-qbd-employees.js +5 -4
- package/tools/qbd/employees/list-qbd-employees.js.map +1 -1
- package/tools/qbd/employees/list-qbd-employees.mjs +5 -4
- package/tools/qbd/employees/list-qbd-employees.mjs.map +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.d.mts +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.d.mts.map +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.d.ts +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.d.ts.map +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.js +3 -3
- package/tools/qbd/employees/retrieve-qbd-employees.js.map +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.mjs +3 -3
- package/tools/qbd/employees/retrieve-qbd-employees.mjs.map +1 -1
- package/tools/qbd/employees/update-qbd-employees.d.mts +1 -1
- package/tools/qbd/employees/update-qbd-employees.d.mts.map +1 -1
- package/tools/qbd/employees/update-qbd-employees.d.ts +1 -1
- package/tools/qbd/employees/update-qbd-employees.d.ts.map +1 -1
- package/tools/qbd/employees/update-qbd-employees.js +3 -3
- package/tools/qbd/employees/update-qbd-employees.js.map +1 -1
- package/tools/qbd/employees/update-qbd-employees.mjs +3 -3
- package/tools/qbd/employees/update-qbd-employees.mjs.map +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.d.mts +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.d.mts.map +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.d.ts +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.d.ts.map +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.js +3 -3
- package/tools/qbd/estimates/create-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.mjs +3 -3
- package/tools/qbd/estimates/create-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.d.mts +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.d.mts.map +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.d.ts +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.d.ts.map +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.js +10 -4
- package/tools/qbd/estimates/delete-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.mjs +10 -4
- package/tools/qbd/estimates/delete-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/estimates/list-qbd-estimates.d.mts +1 -1
- package/tools/qbd/estimates/list-qbd-estimates.d.mts.map +1 -1
- package/tools/qbd/estimates/list-qbd-estimates.d.ts +1 -1
- package/tools/qbd/estimates/list-qbd-estimates.d.ts.map +1 -1
- package/tools/qbd/estimates/list-qbd-estimates.js +5 -4
- package/tools/qbd/estimates/list-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/list-qbd-estimates.mjs +5 -4
- package/tools/qbd/estimates/list-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.d.mts +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.d.mts.map +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.d.ts +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.d.ts.map +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.js +3 -3
- package/tools/qbd/estimates/retrieve-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.mjs +3 -3
- package/tools/qbd/estimates/retrieve-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.d.mts +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.d.mts.map +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.d.ts +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.d.ts.map +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.js +3 -3
- package/tools/qbd/estimates/update-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.mjs +3 -3
- package/tools/qbd/estimates/update-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/health-check-qbd.d.mts +1 -1
- package/tools/qbd/health-check-qbd.d.mts.map +1 -1
- package/tools/qbd/health-check-qbd.d.ts +1 -1
- package/tools/qbd/health-check-qbd.d.ts.map +1 -1
- package/tools/qbd/health-check-qbd.js +10 -4
- package/tools/qbd/health-check-qbd.js.map +1 -1
- package/tools/qbd/health-check-qbd.mjs +10 -4
- package/tools/qbd/health-check-qbd.mjs.map +1 -1
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.mts +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 +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 +3 -3
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.js.map +1 -1
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.mjs +3 -3
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.mjs.map +1 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.mts +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 +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 +10 -4
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.js.map +1 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.mjs +10 -4
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.mjs.map +1 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.mts +1 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.mts.map +1 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.ts +1 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.ts.map +1 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js +3 -3
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js.map +1 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs +3 -3
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs.map +1 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.mts +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 +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 +3 -3
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.js.map +1 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.mjs +3 -3
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.mjs.map +1 -1
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.mts +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 +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 +3 -3
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.js.map +1 -1
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.mjs +3 -3
- 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 +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 +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 +3 -3
- 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 +3 -3
- 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 +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 +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 +5 -4
- 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 +5 -4
- 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 +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 +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 +3 -3
- 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 +3 -3
- 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 +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 +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 +3 -3
- 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 +3 -3
- 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 +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 +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 +3 -3
- package/tools/qbd/inventory-items/create-qbd-inventory-items.js.map +1 -1
- package/tools/qbd/inventory-items/create-qbd-inventory-items.mjs +3 -3
- package/tools/qbd/inventory-items/create-qbd-inventory-items.mjs.map +1 -1
- package/tools/qbd/inventory-items/list-qbd-inventory-items.d.mts +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 +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 +5 -4
- package/tools/qbd/inventory-items/list-qbd-inventory-items.js.map +1 -1
- package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs +5 -4
- package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs.map +1 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.mts +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 +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 +3 -3
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.js.map +1 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.mjs +3 -3
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.mjs.map +1 -1
- package/tools/qbd/inventory-items/update-qbd-inventory-items.d.mts +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 +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 +3 -3
- package/tools/qbd/inventory-items/update-qbd-inventory-items.js.map +1 -1
- package/tools/qbd/inventory-items/update-qbd-inventory-items.mjs +3 -3
- package/tools/qbd/inventory-items/update-qbd-inventory-items.mjs.map +1 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.mts +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 +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 +10 -4
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs +10 -4
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs.map +1 -1
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.mts +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 +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 +10 -4
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs +10 -4
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs.map +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.mts +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 +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 +10 -4
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs +10 -4
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs.map +1 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.mts +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 +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 +10 -4
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.mjs +10 -4
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.mjs.map +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.d.mts +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.d.mts.map +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.d.ts +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.d.ts.map +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.js +3 -3
- package/tools/qbd/invoices/create-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.mjs +3 -3
- package/tools/qbd/invoices/create-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.d.mts +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.d.mts.map +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.d.ts +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.d.ts.map +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.js +10 -4
- package/tools/qbd/invoices/delete-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.mjs +10 -4
- package/tools/qbd/invoices/delete-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/invoices/list-qbd-invoices.d.mts +1 -1
- package/tools/qbd/invoices/list-qbd-invoices.d.mts.map +1 -1
- package/tools/qbd/invoices/list-qbd-invoices.d.ts +1 -1
- package/tools/qbd/invoices/list-qbd-invoices.d.ts.map +1 -1
- package/tools/qbd/invoices/list-qbd-invoices.js +5 -4
- package/tools/qbd/invoices/list-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/list-qbd-invoices.mjs +5 -4
- package/tools/qbd/invoices/list-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.d.mts +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.d.mts.map +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.d.ts +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.d.ts.map +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.js +3 -3
- package/tools/qbd/invoices/retrieve-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.mjs +3 -3
- package/tools/qbd/invoices/retrieve-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.d.mts +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.d.mts.map +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.d.ts +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.d.ts.map +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.js +3 -3
- package/tools/qbd/invoices/update-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.mjs +3 -3
- package/tools/qbd/invoices/update-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/item-groups/create-qbd-item-groups.d.mts +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 +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 +3 -3
- package/tools/qbd/item-groups/create-qbd-item-groups.js.map +1 -1
- package/tools/qbd/item-groups/create-qbd-item-groups.mjs +3 -3
- package/tools/qbd/item-groups/create-qbd-item-groups.mjs.map +1 -1
- package/tools/qbd/item-groups/list-qbd-item-groups.d.mts +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 +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 +5 -4
- package/tools/qbd/item-groups/list-qbd-item-groups.js.map +1 -1
- package/tools/qbd/item-groups/list-qbd-item-groups.mjs +5 -4
- package/tools/qbd/item-groups/list-qbd-item-groups.mjs.map +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.mts +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 +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 +10 -4
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.js.map +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs +10 -4
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs.map +1 -1
- package/tools/qbd/item-groups/update-qbd-item-groups.d.mts +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 +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 +3 -3
- package/tools/qbd/item-groups/update-qbd-item-groups.js.map +1 -1
- package/tools/qbd/item-groups/update-qbd-item-groups.mjs +3 -3
- package/tools/qbd/item-groups/update-qbd-item-groups.mjs.map +1 -1
- package/tools/qbd/item-receipts/create-qbd-item-receipts.d.mts +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 +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 +3 -3
- package/tools/qbd/item-receipts/create-qbd-item-receipts.js.map +1 -1
- package/tools/qbd/item-receipts/create-qbd-item-receipts.mjs +3 -3
- package/tools/qbd/item-receipts/create-qbd-item-receipts.mjs.map +1 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.mts +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 +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 +10 -4
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.js.map +1 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.mjs +10 -4
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.mjs.map +1 -1
- package/tools/qbd/item-receipts/list-qbd-item-receipts.d.mts +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 +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 +5 -4
- package/tools/qbd/item-receipts/list-qbd-item-receipts.js.map +1 -1
- package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs +5 -4
- package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs.map +1 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.mts +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 +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 +3 -3
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.js.map +1 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.mjs +3 -3
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.mjs.map +1 -1
- package/tools/qbd/item-receipts/update-qbd-item-receipts.d.mts +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 +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 +3 -3
- package/tools/qbd/item-receipts/update-qbd-item-receipts.js.map +1 -1
- package/tools/qbd/item-receipts/update-qbd-item-receipts.mjs +3 -3
- package/tools/qbd/item-receipts/update-qbd-item-receipts.mjs.map +1 -1
- package/tools/qbd/item-sites/list-qbd-item-sites.d.mts +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 +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 +5 -4
- package/tools/qbd/item-sites/list-qbd-item-sites.js.map +1 -1
- package/tools/qbd/item-sites/list-qbd-item-sites.mjs +5 -4
- package/tools/qbd/item-sites/list-qbd-item-sites.mjs.map +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.mts +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 +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 +10 -4
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.js.map +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs +10 -4
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs.map +1 -1
- package/tools/qbd/journal-entries/create-qbd-journal-entries.d.mts +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 +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 +3 -3
- package/tools/qbd/journal-entries/create-qbd-journal-entries.js.map +1 -1
- package/tools/qbd/journal-entries/create-qbd-journal-entries.mjs +3 -3
- package/tools/qbd/journal-entries/create-qbd-journal-entries.mjs.map +1 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.mts +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 +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 +10 -4
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.js.map +1 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.mjs +10 -4
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.mjs.map +1 -1
- package/tools/qbd/journal-entries/list-qbd-journal-entries.d.mts +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 +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 +5 -4
- package/tools/qbd/journal-entries/list-qbd-journal-entries.js.map +1 -1
- package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs +5 -4
- package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs.map +1 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.mts +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 +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 +3 -3
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.js.map +1 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.mjs +3 -3
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.mjs.map +1 -1
- package/tools/qbd/journal-entries/update-qbd-journal-entries.d.mts +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 +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 +3 -3
- package/tools/qbd/journal-entries/update-qbd-journal-entries.js.map +1 -1
- package/tools/qbd/journal-entries/update-qbd-journal-entries.mjs +3 -3
- 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 +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 +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 +3 -3
- 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 +3 -3
- 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 +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 +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 +5 -4
- 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 +5 -4
- 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 +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 +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 +3 -3
- 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 +3 -3
- 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 +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 +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 +3 -3
- 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 +3 -3
- 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 +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 +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 +3 -3
- package/tools/qbd/other-names/create-qbd-other-names.js.map +1 -1
- package/tools/qbd/other-names/create-qbd-other-names.mjs +3 -3
- package/tools/qbd/other-names/create-qbd-other-names.mjs.map +1 -1
- package/tools/qbd/other-names/list-qbd-other-names.d.mts +1 -1
- package/tools/qbd/other-names/list-qbd-other-names.d.mts.map +1 -1
- package/tools/qbd/other-names/list-qbd-other-names.d.ts +1 -1
- package/tools/qbd/other-names/list-qbd-other-names.d.ts.map +1 -1
- package/tools/qbd/other-names/list-qbd-other-names.js +3 -3
- package/tools/qbd/other-names/list-qbd-other-names.js.map +1 -1
- package/tools/qbd/other-names/list-qbd-other-names.mjs +3 -3
- package/tools/qbd/other-names/list-qbd-other-names.mjs.map +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.d.mts +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 +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 +10 -4
- package/tools/qbd/other-names/retrieve-qbd-other-names.js.map +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.mjs +10 -4
- package/tools/qbd/other-names/retrieve-qbd-other-names.mjs.map +1 -1
- package/tools/qbd/other-names/update-qbd-other-names.d.mts +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 +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 +3 -3
- package/tools/qbd/other-names/update-qbd-other-names.js.map +1 -1
- package/tools/qbd/other-names/update-qbd-other-names.mjs +3 -3
- package/tools/qbd/other-names/update-qbd-other-names.mjs.map +1 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.d.mts +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 +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 +10 -4
- package/tools/qbd/payment-methods/create-qbd-payment-methods.js.map +1 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.mjs +10 -4
- package/tools/qbd/payment-methods/create-qbd-payment-methods.mjs.map +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.d.mts +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 +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 +10 -4
- package/tools/qbd/payment-methods/list-qbd-payment-methods.js.map +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs +10 -4
- package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs.map +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.mts +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 +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 +10 -4
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js.map +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs +10 -4
- 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 +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 +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 +10 -4
- 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 +10 -4
- 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 +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 +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 +11 -4
- 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 +11 -4
- 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 +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 +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 +10 -4
- 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 +10 -4
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs.map +1 -1
- package/tools/qbd/preferences/retrieve-qbd-preferences.d.mts +1 -1
- package/tools/qbd/preferences/retrieve-qbd-preferences.d.mts.map +1 -1
- package/tools/qbd/preferences/retrieve-qbd-preferences.d.ts +1 -1
- package/tools/qbd/preferences/retrieve-qbd-preferences.d.ts.map +1 -1
- package/tools/qbd/preferences/retrieve-qbd-preferences.js +3 -3
- package/tools/qbd/preferences/retrieve-qbd-preferences.js.map +1 -1
- package/tools/qbd/preferences/retrieve-qbd-preferences.mjs +3 -3
- package/tools/qbd/preferences/retrieve-qbd-preferences.mjs.map +1 -1
- package/tools/qbd/price-levels/create-qbd-price-levels.d.mts +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 +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 +10 -4
- package/tools/qbd/price-levels/create-qbd-price-levels.js.map +1 -1
- package/tools/qbd/price-levels/create-qbd-price-levels.mjs +10 -4
- package/tools/qbd/price-levels/create-qbd-price-levels.mjs.map +1 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.d.mts +1 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.d.mts.map +1 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.d.ts +1 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.d.ts.map +1 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.js +3 -3
- package/tools/qbd/price-levels/list-qbd-price-levels.js.map +1 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.mjs +3 -3
- package/tools/qbd/price-levels/list-qbd-price-levels.mjs.map +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.mts +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 +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 +10 -4
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.js.map +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs +10 -4
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs.map +1 -1
- package/tools/qbd/price-levels/update-qbd-price-levels.d.mts +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 +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 +3 -3
- package/tools/qbd/price-levels/update-qbd-price-levels.js.map +1 -1
- package/tools/qbd/price-levels/update-qbd-price-levels.mjs +3 -3
- package/tools/qbd/price-levels/update-qbd-price-levels.mjs.map +1 -1
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.mts +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 +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 +3 -3
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.js.map +1 -1
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.mjs +3 -3
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.mjs.map +1 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.mts +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 +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 +10 -4
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.js.map +1 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.mjs +10 -4
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.mjs.map +1 -1
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.mts +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 +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 +5 -4
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js.map +1 -1
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs +5 -4
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs.map +1 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.mts +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 +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 +3 -3
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.js.map +1 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.mjs +3 -3
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.mjs.map +1 -1
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.mts +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 +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 +3 -3
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.js.map +1 -1
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.mjs +3 -3
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.mjs.map +1 -1
- package/tools/qbd/receive-payments/create-qbd-receive-payments.d.mts +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 +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 +3 -3
- package/tools/qbd/receive-payments/create-qbd-receive-payments.js.map +1 -1
- package/tools/qbd/receive-payments/create-qbd-receive-payments.mjs +3 -3
- package/tools/qbd/receive-payments/create-qbd-receive-payments.mjs.map +1 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.mts +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 +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 +10 -4
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.js.map +1 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.mjs +10 -4
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.mjs.map +1 -1
- package/tools/qbd/receive-payments/list-qbd-receive-payments.d.mts +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 +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 +5 -4
- package/tools/qbd/receive-payments/list-qbd-receive-payments.js.map +1 -1
- package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs +5 -4
- package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs.map +1 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.mts +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 +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 +3 -3
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.js.map +1 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.mjs +3 -3
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.mjs.map +1 -1
- package/tools/qbd/receive-payments/update-qbd-receive-payments.d.mts +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 +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 +3 -3
- package/tools/qbd/receive-payments/update-qbd-receive-payments.js.map +1 -1
- package/tools/qbd/receive-payments/update-qbd-receive-payments.mjs +3 -3
- package/tools/qbd/receive-payments/update-qbd-receive-payments.mjs.map +1 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.d.mts +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 +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 +3 -3
- package/tools/qbd/sales-orders/create-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.mjs +3 -3
- package/tools/qbd/sales-orders/create-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.mts +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 +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 +10 -4
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.mjs +10 -4
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-orders/list-qbd-sales-orders.d.mts +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 +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 +5 -4
- package/tools/qbd/sales-orders/list-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs +5 -4
- package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.mts +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 +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 +3 -3
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.mjs +3 -3
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.d.mts +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 +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 +3 -3
- package/tools/qbd/sales-orders/update-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.mjs +3 -3
- package/tools/qbd/sales-orders/update-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.mts +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 +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 +3 -3
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.js.map +1 -1
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.mjs +3 -3
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.mjs.map +1 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.mts +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 +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 +10 -4
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.js.map +1 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.mjs +10 -4
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.mjs.map +1 -1
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.mts +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 +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 +5 -4
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js.map +1 -1
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs +5 -4
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs.map +1 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.mts +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 +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 +3 -3
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.js.map +1 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.mjs +3 -3
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.mjs.map +1 -1
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.mts +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 +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 +3 -3
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.js.map +1 -1
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.mjs +3 -3
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.mjs.map +1 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.mts +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 +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 +10 -4
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs +10 -4
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.mts +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 +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 +10 -4
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs +10 -4
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.mts +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 +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 +10 -4
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs +10 -4
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.mts +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 +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 +10 -4
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.mjs +10 -4
- 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 +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 +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 +10 -4
- 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 +10 -4
- 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 +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 +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 +10 -4
- 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 +10 -4
- 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 +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 +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 +10 -4
- 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 +10 -4
- 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 +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 +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 +10 -4
- 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 +10 -4
- 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 +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 +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 +3 -3
- 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 +3 -3
- 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 +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 +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 +5 -4
- 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 +5 -4
- 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 +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 +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 +10 -4
- 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 +10 -4
- 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 +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 +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 +3 -3
- 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 +3 -3
- 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 +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 +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 +3 -3
- package/tools/qbd/service-items/create-qbd-service-items.js.map +1 -1
- package/tools/qbd/service-items/create-qbd-service-items.mjs +3 -3
- package/tools/qbd/service-items/create-qbd-service-items.mjs.map +1 -1
- package/tools/qbd/service-items/list-qbd-service-items.d.mts +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 +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 +5 -4
- package/tools/qbd/service-items/list-qbd-service-items.js.map +1 -1
- package/tools/qbd/service-items/list-qbd-service-items.mjs +5 -4
- package/tools/qbd/service-items/list-qbd-service-items.mjs.map +1 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.d.mts +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 +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 +3 -3
- package/tools/qbd/service-items/retrieve-qbd-service-items.js.map +1 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.mjs +3 -3
- package/tools/qbd/service-items/retrieve-qbd-service-items.mjs.map +1 -1
- package/tools/qbd/service-items/update-qbd-service-items.d.mts +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 +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 +3 -3
- package/tools/qbd/service-items/update-qbd-service-items.js.map +1 -1
- package/tools/qbd/service-items/update-qbd-service-items.mjs +3 -3
- package/tools/qbd/service-items/update-qbd-service-items.mjs.map +1 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.d.mts +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 +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 +10 -4
- package/tools/qbd/standard-terms/create-qbd-standard-terms.js.map +1 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.mjs +10 -4
- package/tools/qbd/standard-terms/create-qbd-standard-terms.mjs.map +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.d.mts +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 +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 +10 -4
- package/tools/qbd/standard-terms/list-qbd-standard-terms.js.map +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs +10 -4
- package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs.map +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.mts +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 +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 +10 -4
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js.map +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs +10 -4
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs.map +1 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.mts +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 +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 +10 -4
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.mjs +10 -4
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.mjs.map +1 -1
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.mts +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 +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 +5 -4
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs +5 -4
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs.map +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.mts +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 +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 +10 -4
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs +10 -4
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs.map +1 -1
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.mts +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 +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 +10 -4
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.mjs +10 -4
- 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 +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 +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 +3 -3
- 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 +3 -3
- 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 +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 +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 +10 -4
- 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 +10 -4
- 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 +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 +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 +5 -4
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.js.map +1 -1
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.mjs +5 -4
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.mjs.map +1 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.mts +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 +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 +10 -4
- 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 +10 -4
- 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 +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 +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 +3 -3
- 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 +3 -3
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.mjs.map +1 -1
- package/tools/qbd/transactions/list-qbd-transactions.d.mts +1 -1
- package/tools/qbd/transactions/list-qbd-transactions.d.mts.map +1 -1
- package/tools/qbd/transactions/list-qbd-transactions.d.ts +1 -1
- package/tools/qbd/transactions/list-qbd-transactions.d.ts.map +1 -1
- package/tools/qbd/transactions/list-qbd-transactions.js +5 -4
- package/tools/qbd/transactions/list-qbd-transactions.js.map +1 -1
- package/tools/qbd/transactions/list-qbd-transactions.mjs +5 -4
- package/tools/qbd/transactions/list-qbd-transactions.mjs.map +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.d.mts +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.d.mts.map +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.d.ts +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.d.ts.map +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.js +10 -4
- package/tools/qbd/transactions/retrieve-qbd-transactions.js.map +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.mjs +10 -4
- package/tools/qbd/transactions/retrieve-qbd-transactions.mjs.map +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.d.mts +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.d.mts.map +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.d.ts +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.d.ts.map +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.js +10 -4
- package/tools/qbd/transfers/create-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.mjs +10 -4
- package/tools/qbd/transfers/create-qbd-transfers.mjs.map +1 -1
- package/tools/qbd/transfers/list-qbd-transfers.d.mts +1 -1
- package/tools/qbd/transfers/list-qbd-transfers.d.mts.map +1 -1
- package/tools/qbd/transfers/list-qbd-transfers.d.ts +1 -1
- package/tools/qbd/transfers/list-qbd-transfers.d.ts.map +1 -1
- package/tools/qbd/transfers/list-qbd-transfers.js +11 -4
- package/tools/qbd/transfers/list-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/list-qbd-transfers.mjs +11 -4
- package/tools/qbd/transfers/list-qbd-transfers.mjs.map +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.d.mts +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.d.mts.map +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.d.ts +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.d.ts.map +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.js +10 -4
- package/tools/qbd/transfers/retrieve-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.mjs +10 -4
- package/tools/qbd/transfers/retrieve-qbd-transfers.mjs.map +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.d.mts +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.d.mts.map +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.d.ts +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.d.ts.map +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.js +10 -4
- package/tools/qbd/transfers/update-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.mjs +10 -4
- package/tools/qbd/transfers/update-qbd-transfers.mjs.map +1 -1
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.mts +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 +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 +3 -3
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.js.map +1 -1
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.mjs +3 -3
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.mjs.map +1 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.mts +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 +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 +10 -4
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.js.map +1 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.mjs +10 -4
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.mjs.map +1 -1
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.mts +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 +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 +5 -4
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js.map +1 -1
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs +5 -4
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs.map +1 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.mts +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 +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 +3 -3
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.js.map +1 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.mjs +3 -3
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.mjs.map +1 -1
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.mts +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 +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 +3 -3
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.js.map +1 -1
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.mjs +3 -3
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.mjs.map +1 -1
- package/tools/qbd/vendors/create-qbd-vendors.d.mts +1 -1
- package/tools/qbd/vendors/create-qbd-vendors.d.mts.map +1 -1
- package/tools/qbd/vendors/create-qbd-vendors.d.ts +1 -1
- package/tools/qbd/vendors/create-qbd-vendors.d.ts.map +1 -1
- package/tools/qbd/vendors/create-qbd-vendors.js +3 -3
- package/tools/qbd/vendors/create-qbd-vendors.js.map +1 -1
- package/tools/qbd/vendors/create-qbd-vendors.mjs +3 -3
- package/tools/qbd/vendors/create-qbd-vendors.mjs.map +1 -1
- package/tools/qbd/vendors/list-qbd-vendors.d.mts +1 -1
- package/tools/qbd/vendors/list-qbd-vendors.d.mts.map +1 -1
- package/tools/qbd/vendors/list-qbd-vendors.d.ts +1 -1
- package/tools/qbd/vendors/list-qbd-vendors.d.ts.map +1 -1
- package/tools/qbd/vendors/list-qbd-vendors.js +5 -4
- package/tools/qbd/vendors/list-qbd-vendors.js.map +1 -1
- package/tools/qbd/vendors/list-qbd-vendors.mjs +5 -4
- package/tools/qbd/vendors/list-qbd-vendors.mjs.map +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.d.mts +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.d.mts.map +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.d.ts +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.d.ts.map +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.js +3 -3
- package/tools/qbd/vendors/retrieve-qbd-vendors.js.map +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.mjs +3 -3
- package/tools/qbd/vendors/retrieve-qbd-vendors.mjs.map +1 -1
- package/tools/qbd/vendors/update-qbd-vendors.d.mts +1 -1
- package/tools/qbd/vendors/update-qbd-vendors.d.mts.map +1 -1
- package/tools/qbd/vendors/update-qbd-vendors.d.ts +1 -1
- package/tools/qbd/vendors/update-qbd-vendors.d.ts.map +1 -1
- package/tools/qbd/vendors/update-qbd-vendors.js +3 -3
- package/tools/qbd/vendors/update-qbd-vendors.js.map +1 -1
- package/tools/qbd/vendors/update-qbd-vendors.mjs +3 -3
- 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,9 +1,8 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
3
|
+
import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
4
4
|
|
|
5
5
|
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import type { Metadata } from '../../';
|
|
7
6
|
import Conductor from 'conductor-node';
|
|
8
7
|
|
|
9
8
|
export const metadata: Metadata = {
|
|
@@ -16,7 +15,8 @@ export const metadata: Metadata = {
|
|
|
16
15
|
|
|
17
16
|
export const tool: Tool = {
|
|
18
17
|
name: 'update_qbd_sales_orders',
|
|
19
|
-
description:
|
|
18
|
+
description:
|
|
19
|
+
"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 sales order.",
|
|
20
20
|
inputSchema: {
|
|
21
21
|
type: 'object',
|
|
22
22
|
properties: {
|
|
@@ -29,10 +29,10 @@ export const tool: Tool = {
|
|
|
29
29
|
description:
|
|
30
30
|
"The current QuickBooks-assigned revision number of the sales order object you are updating, which you can get by fetching the object first. Provide the most recent `revisionNumber` to ensure you're working with the latest data; otherwise, the update will return an error.",
|
|
31
31
|
},
|
|
32
|
-
|
|
32
|
+
conductorEndUserId: {
|
|
33
33
|
type: 'string',
|
|
34
34
|
description:
|
|
35
|
-
'The ID of the EndUser to receive this request (e.g., `"
|
|
35
|
+
'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
|
|
36
36
|
},
|
|
37
37
|
billingAddress: {
|
|
38
38
|
type: 'object',
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
3
|
+
import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
4
4
|
|
|
5
5
|
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import type { Metadata } from '../../';
|
|
7
6
|
import Conductor from 'conductor-node';
|
|
8
7
|
|
|
9
8
|
export const metadata: Metadata = {
|
|
@@ -16,7 +15,8 @@ export const metadata: Metadata = {
|
|
|
16
15
|
|
|
17
16
|
export const tool: Tool = {
|
|
18
17
|
name: 'create_qbd_sales_receipts',
|
|
19
|
-
description:
|
|
18
|
+
description:
|
|
19
|
+
"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 sales receipt.",
|
|
20
20
|
inputSchema: {
|
|
21
21
|
type: 'object',
|
|
22
22
|
properties: {
|
|
@@ -29,10 +29,10 @@ export const tool: Tool = {
|
|
|
29
29
|
description: 'The date of this sales receipt, in ISO 8601 format (YYYY-MM-DD).',
|
|
30
30
|
format: 'date',
|
|
31
31
|
},
|
|
32
|
-
|
|
32
|
+
conductorEndUserId: {
|
|
33
33
|
type: 'string',
|
|
34
34
|
description:
|
|
35
|
-
'The ID of the EndUser to receive this request (e.g., `"
|
|
35
|
+
'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
|
|
36
36
|
},
|
|
37
37
|
billingAddress: {
|
|
38
38
|
type: 'object',
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import {
|
|
3
|
+
import { maybeFilter } from 'conductor-node-mcp/filtering';
|
|
4
|
+
import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
4
5
|
|
|
5
6
|
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import type { Metadata } from '../../';
|
|
7
7
|
import Conductor from 'conductor-node';
|
|
8
8
|
|
|
9
9
|
export const metadata: Metadata = {
|
|
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'delete_qbd_sales_receipts',
|
|
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\nPermanently deletes a a sales receipt. The deletion will fail if the sales receipt 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 sales receipt.'\n },\n deleted: {\n type: 'boolean',\n description: 'Indicates whether the sales receipt was deleted.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_sales_receipt\"`.',\n enum: [ 'qbd_sales_receipt'\n ]\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number of the deleted sales receipt.'\n }\n },\n required: [ 'id',\n 'deleted',\n 'objectType',\n 'refNumber'\n ]\n}\n```",
|
|
21
21
|
inputSchema: {
|
|
22
22
|
type: 'object',
|
|
23
23
|
properties: {
|
|
@@ -25,10 +25,16 @@ export const tool: Tool = {
|
|
|
25
25
|
type: 'string',
|
|
26
26
|
description: 'The QuickBooks-assigned unique identifier of the sales receipt to delete.',
|
|
27
27
|
},
|
|
28
|
-
|
|
28
|
+
conductorEndUserId: {
|
|
29
29
|
type: 'string',
|
|
30
30
|
description:
|
|
31
|
-
'The ID of the EndUser to receive this request (e.g., `"
|
|
31
|
+
'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
|
|
32
|
+
},
|
|
33
|
+
jq_filter: {
|
|
34
|
+
type: 'string',
|
|
35
|
+
title: 'jq Filter',
|
|
36
|
+
description:
|
|
37
|
+
'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/).',
|
|
32
38
|
},
|
|
33
39
|
},
|
|
34
40
|
},
|
|
@@ -36,7 +42,7 @@ export const tool: Tool = {
|
|
|
36
42
|
|
|
37
43
|
export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
|
|
38
44
|
const { id, ...body } = args as any;
|
|
39
|
-
return asTextContentResult(await conductor.qbd.salesReceipts.delete(id, body));
|
|
45
|
+
return asTextContentResult(await maybeFilter(args, await conductor.qbd.salesReceipts.delete(id, body)));
|
|
40
46
|
};
|
|
41
47
|
|
|
42
48
|
export default { metadata, tool, handler };
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
3
|
+
import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
4
4
|
|
|
5
5
|
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import type { Metadata } from '../../';
|
|
7
6
|
import Conductor from 'conductor-node';
|
|
8
7
|
|
|
9
8
|
export const metadata: Metadata = {
|
|
@@ -17,14 +16,14 @@ export const metadata: Metadata = {
|
|
|
17
16
|
export const tool: Tool = {
|
|
18
17
|
name: 'list_qbd_sales_receipts',
|
|
19
18
|
description:
|
|
20
|
-
'
|
|
19
|
+
"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 sales receipts. Use the `cursor` parameter to paginate through the results.",
|
|
21
20
|
inputSchema: {
|
|
22
21
|
type: 'object',
|
|
23
22
|
properties: {
|
|
24
|
-
|
|
23
|
+
conductorEndUserId: {
|
|
25
24
|
type: 'string',
|
|
26
25
|
description:
|
|
27
|
-
'The ID of the EndUser to receive this request (e.g., `"
|
|
26
|
+
'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
|
|
28
27
|
},
|
|
29
28
|
accountIds: {
|
|
30
29
|
type: 'array',
|
|
@@ -130,7 +129,8 @@ export const tool: Tool = {
|
|
|
130
129
|
|
|
131
130
|
export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
|
|
132
131
|
const body = args as any;
|
|
133
|
-
|
|
132
|
+
const response = await conductor.qbd.salesReceipts.list(body).asResponse();
|
|
133
|
+
return asTextContentResult(await response.json());
|
|
134
134
|
};
|
|
135
135
|
|
|
136
136
|
export default { metadata, tool, handler };
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
3
|
+
import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
4
4
|
|
|
5
5
|
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import type { Metadata } from '../../';
|
|
7
6
|
import Conductor from 'conductor-node';
|
|
8
7
|
|
|
9
8
|
export const metadata: Metadata = {
|
|
@@ -16,7 +15,8 @@ export const metadata: Metadata = {
|
|
|
16
15
|
|
|
17
16
|
export const tool: Tool = {
|
|
18
17
|
name: 'retrieve_qbd_sales_receipts',
|
|
19
|
-
description:
|
|
18
|
+
description:
|
|
19
|
+
"When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves a sales receipt by ID.",
|
|
20
20
|
inputSchema: {
|
|
21
21
|
type: 'object',
|
|
22
22
|
properties: {
|
|
@@ -24,10 +24,10 @@ export const tool: Tool = {
|
|
|
24
24
|
type: 'string',
|
|
25
25
|
description: 'The QuickBooks-assigned unique identifier of the sales receipt to retrieve.',
|
|
26
26
|
},
|
|
27
|
-
|
|
27
|
+
conductorEndUserId: {
|
|
28
28
|
type: 'string',
|
|
29
29
|
description:
|
|
30
|
-
'The ID of the EndUser to receive this request (e.g., `"
|
|
30
|
+
'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
|
|
31
31
|
},
|
|
32
32
|
},
|
|
33
33
|
},
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
3
|
+
import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
4
4
|
|
|
5
5
|
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import type { Metadata } from '../../';
|
|
7
6
|
import Conductor from 'conductor-node';
|
|
8
7
|
|
|
9
8
|
export const metadata: Metadata = {
|
|
@@ -16,7 +15,8 @@ export const metadata: Metadata = {
|
|
|
16
15
|
|
|
17
16
|
export const tool: Tool = {
|
|
18
17
|
name: 'update_qbd_sales_receipts',
|
|
19
|
-
description:
|
|
18
|
+
description:
|
|
19
|
+
"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 sales receipt.",
|
|
20
20
|
inputSchema: {
|
|
21
21
|
type: 'object',
|
|
22
22
|
properties: {
|
|
@@ -29,10 +29,10 @@ export const tool: Tool = {
|
|
|
29
29
|
description:
|
|
30
30
|
"The current QuickBooks-assigned revision number of the sales receipt object you are updating, which you can get by fetching the object first. Provide the most recent `revisionNumber` to ensure you're working with the latest data; otherwise, the update will return an error.",
|
|
31
31
|
},
|
|
32
|
-
|
|
32
|
+
conductorEndUserId: {
|
|
33
33
|
type: 'string',
|
|
34
34
|
description:
|
|
35
|
-
'The ID of the EndUser to receive this request (e.g., `"
|
|
35
|
+
'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
|
|
36
36
|
},
|
|
37
37
|
billingAddress: {
|
|
38
38
|
type: 'object',
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import {
|
|
3
|
+
import { maybeFilter } from 'conductor-node-mcp/filtering';
|
|
4
|
+
import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
4
5
|
|
|
5
6
|
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import type { Metadata } from '../../';
|
|
7
7
|
import Conductor from 'conductor-node';
|
|
8
8
|
|
|
9
9
|
export const metadata: Metadata = {
|
|
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|
|
16
16
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'create_qbd_sales_representatives',
|
|
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 sales representative.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/sales_representative',\n $defs: {\n sales_representative: {\n type: 'object',\n title: 'The Sales Representative object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this sales representative. This ID is unique across all sales representatives but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this sales representative 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 entity: {\n type: 'object',\n description: 'The sales representative\\'s corresponding person entity in QuickBooks, stored as either an employee, vendor, or other-name entry.',\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 initial: {\n type: 'string',\n description: 'The initials of this sales representative\\'s name.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this sales representative is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_sales_representative\"`.',\n enum: [ 'qbd_sales_representative'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this sales representative 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 sales representative 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 'createdAt',\n 'entity',\n 'initial',\n 'isActive',\n 'objectType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
20
21
|
inputSchema: {
|
|
21
22
|
type: 'object',
|
|
22
23
|
properties: {
|
|
@@ -29,23 +30,29 @@ export const tool: Tool = {
|
|
|
29
30
|
type: 'string',
|
|
30
31
|
description: "The initials of this sales representative's name.\n\nMaximum length: 5 characters.",
|
|
31
32
|
},
|
|
32
|
-
|
|
33
|
+
conductorEndUserId: {
|
|
33
34
|
type: 'string',
|
|
34
35
|
description:
|
|
35
|
-
'The ID of the EndUser to receive this request (e.g., `"
|
|
36
|
+
'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
|
|
36
37
|
},
|
|
37
38
|
isActive: {
|
|
38
39
|
type: 'boolean',
|
|
39
40
|
description:
|
|
40
41
|
'Indicates whether this sales representative is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.',
|
|
41
42
|
},
|
|
43
|
+
jq_filter: {
|
|
44
|
+
type: 'string',
|
|
45
|
+
title: 'jq Filter',
|
|
46
|
+
description:
|
|
47
|
+
'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/).',
|
|
48
|
+
},
|
|
42
49
|
},
|
|
43
50
|
},
|
|
44
51
|
};
|
|
45
52
|
|
|
46
53
|
export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
|
|
47
54
|
const body = args as any;
|
|
48
|
-
return asTextContentResult(await conductor.qbd.salesRepresentatives.create(body));
|
|
55
|
+
return asTextContentResult(await maybeFilter(args, await conductor.qbd.salesRepresentatives.create(body)));
|
|
49
56
|
};
|
|
50
57
|
|
|
51
58
|
export default { metadata, tool, handler };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import {
|
|
3
|
+
import { maybeFilter } from 'conductor-node-mcp/filtering';
|
|
4
|
+
import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
4
5
|
|
|
5
6
|
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import type { Metadata } from '../../';
|
|
7
7
|
import Conductor from 'conductor-node';
|
|
8
8
|
|
|
9
9
|
export const metadata: Metadata = {
|
|
@@ -17,14 +17,14 @@ export const metadata: Metadata = {
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'list_qbd_sales_representatives',
|
|
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 sales representatives. NOTE: QuickBooks Desktop does not support pagination for sales representatives; hence, there is no `cursor` parameter. Users typically have few sales representatives.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of sales representatives.',\n items: {\n $ref: '#/$defs/sales_representative'\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 sales_representative: {\n type: 'object',\n title: 'The Sales Representative object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this sales representative. This ID is unique across all sales representatives but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this sales representative 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 entity: {\n type: 'object',\n description: 'The sales representative\\'s corresponding person entity in QuickBooks, stored as either an employee, vendor, or other-name entry.',\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 initial: {\n type: 'string',\n description: 'The initials of this sales representative\\'s name.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this sales representative is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_sales_representative\"`.',\n enum: [ 'qbd_sales_representative'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this sales representative 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 sales representative 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 'createdAt',\n 'entity',\n 'initial',\n 'isActive',\n 'objectType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
21
21
|
inputSchema: {
|
|
22
22
|
type: 'object',
|
|
23
23
|
properties: {
|
|
24
|
-
|
|
24
|
+
conductorEndUserId: {
|
|
25
25
|
type: 'string',
|
|
26
26
|
description:
|
|
27
|
-
'The ID of the EndUser to receive this request (e.g., `"
|
|
27
|
+
'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
|
|
28
28
|
},
|
|
29
29
|
ids: {
|
|
30
30
|
type: 'array',
|
|
@@ -87,13 +87,19 @@ export const tool: Tool = {
|
|
|
87
87
|
description:
|
|
88
88
|
'Filter for sales representatives 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.',
|
|
89
89
|
},
|
|
90
|
+
jq_filter: {
|
|
91
|
+
type: 'string',
|
|
92
|
+
title: 'jq Filter',
|
|
93
|
+
description:
|
|
94
|
+
'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/).',
|
|
95
|
+
},
|
|
90
96
|
},
|
|
91
97
|
},
|
|
92
98
|
};
|
|
93
99
|
|
|
94
100
|
export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
|
|
95
101
|
const body = args as any;
|
|
96
|
-
return asTextContentResult(await conductor.qbd.salesRepresentatives.list(body));
|
|
102
|
+
return asTextContentResult(await maybeFilter(args, await conductor.qbd.salesRepresentatives.list(body)));
|
|
97
103
|
};
|
|
98
104
|
|
|
99
105
|
export default { metadata, tool, handler };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import {
|
|
3
|
+
import { maybeFilter } from 'conductor-node-mcp/filtering';
|
|
4
|
+
import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
4
5
|
|
|
5
6
|
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import type { Metadata } from '../../';
|
|
7
7
|
import Conductor from 'conductor-node';
|
|
8
8
|
|
|
9
9
|
export const metadata: Metadata = {
|
|
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|
|
16
16
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'retrieve_qbd_sales_representatives',
|
|
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 a sales representative by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/sales_representative',\n $defs: {\n sales_representative: {\n type: 'object',\n title: 'The Sales Representative object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this sales representative. This ID is unique across all sales representatives but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this sales representative 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 entity: {\n type: 'object',\n description: 'The sales representative\\'s corresponding person entity in QuickBooks, stored as either an employee, vendor, or other-name entry.',\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 initial: {\n type: 'string',\n description: 'The initials of this sales representative\\'s name.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this sales representative is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_sales_representative\"`.',\n enum: [ 'qbd_sales_representative'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this sales representative 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 sales representative 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 'createdAt',\n 'entity',\n 'initial',\n 'isActive',\n 'objectType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
20
21
|
inputSchema: {
|
|
21
22
|
type: 'object',
|
|
22
23
|
properties: {
|
|
@@ -24,10 +25,16 @@ export const tool: Tool = {
|
|
|
24
25
|
type: 'string',
|
|
25
26
|
description: 'The QuickBooks-assigned unique identifier of the sales representative to retrieve.',
|
|
26
27
|
},
|
|
27
|
-
|
|
28
|
+
conductorEndUserId: {
|
|
28
29
|
type: 'string',
|
|
29
30
|
description:
|
|
30
|
-
'The ID of the EndUser to receive this request (e.g., `"
|
|
31
|
+
'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
|
|
32
|
+
},
|
|
33
|
+
jq_filter: {
|
|
34
|
+
type: 'string',
|
|
35
|
+
title: 'jq Filter',
|
|
36
|
+
description:
|
|
37
|
+
'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/).',
|
|
31
38
|
},
|
|
32
39
|
},
|
|
33
40
|
},
|
|
@@ -35,7 +42,9 @@ export const tool: Tool = {
|
|
|
35
42
|
|
|
36
43
|
export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
|
|
37
44
|
const { id, ...body } = args as any;
|
|
38
|
-
return asTextContentResult(
|
|
45
|
+
return asTextContentResult(
|
|
46
|
+
await maybeFilter(args, await conductor.qbd.salesRepresentatives.retrieve(id, body)),
|
|
47
|
+
);
|
|
39
48
|
};
|
|
40
49
|
|
|
41
50
|
export default { metadata, tool, handler };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import {
|
|
3
|
+
import { maybeFilter } from 'conductor-node-mcp/filtering';
|
|
4
|
+
import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
4
5
|
|
|
5
6
|
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import type { Metadata } from '../../';
|
|
7
7
|
import Conductor from 'conductor-node';
|
|
8
8
|
|
|
9
9
|
export const metadata: Metadata = {
|
|
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|
|
16
16
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'update_qbd_sales_representatives',
|
|
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 sales representative.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/sales_representative',\n $defs: {\n sales_representative: {\n type: 'object',\n title: 'The Sales Representative object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this sales representative. This ID is unique across all sales representatives but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this sales representative 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 entity: {\n type: 'object',\n description: 'The sales representative\\'s corresponding person entity in QuickBooks, stored as either an employee, vendor, or other-name entry.',\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 initial: {\n type: 'string',\n description: 'The initials of this sales representative\\'s name.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this sales representative is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_sales_representative\"`.',\n enum: [ 'qbd_sales_representative'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this sales representative 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 sales representative 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 'createdAt',\n 'entity',\n 'initial',\n 'isActive',\n 'objectType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
20
21
|
inputSchema: {
|
|
21
22
|
type: 'object',
|
|
22
23
|
properties: {
|
|
@@ -29,10 +30,10 @@ export const tool: Tool = {
|
|
|
29
30
|
description:
|
|
30
31
|
"The current QuickBooks-assigned revision number of the sales representative object you are updating, which you can get by fetching the object first. Provide the most recent `revisionNumber` to ensure you're working with the latest data; otherwise, the update will return an error.",
|
|
31
32
|
},
|
|
32
|
-
|
|
33
|
+
conductorEndUserId: {
|
|
33
34
|
type: 'string',
|
|
34
35
|
description:
|
|
35
|
-
'The ID of the EndUser to receive this request (e.g., `"
|
|
36
|
+
'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
|
|
36
37
|
},
|
|
37
38
|
entityId: {
|
|
38
39
|
type: 'string',
|
|
@@ -48,13 +49,21 @@ export const tool: Tool = {
|
|
|
48
49
|
description:
|
|
49
50
|
'Indicates whether this sales representative is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.',
|
|
50
51
|
},
|
|
52
|
+
jq_filter: {
|
|
53
|
+
type: 'string',
|
|
54
|
+
title: 'jq Filter',
|
|
55
|
+
description:
|
|
56
|
+
'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/).',
|
|
57
|
+
},
|
|
51
58
|
},
|
|
52
59
|
},
|
|
53
60
|
};
|
|
54
61
|
|
|
55
62
|
export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
|
|
56
63
|
const { id, ...body } = args as any;
|
|
57
|
-
return asTextContentResult(
|
|
64
|
+
return asTextContentResult(
|
|
65
|
+
await maybeFilter(args, await conductor.qbd.salesRepresentatives.update(id, body)),
|
|
66
|
+
);
|
|
58
67
|
};
|
|
59
68
|
|
|
60
69
|
export default { metadata, tool, handler };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import {
|
|
3
|
+
import { maybeFilter } from 'conductor-node-mcp/filtering';
|
|
4
|
+
import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
4
5
|
|
|
5
6
|
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import type { Metadata } from '../../';
|
|
7
7
|
import Conductor from 'conductor-node';
|
|
8
8
|
|
|
9
9
|
export const metadata: Metadata = {
|
|
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|
|
16
16
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'create_qbd_sales_tax_codes',
|
|
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 sales-tax code.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/sales_tax_code',\n $defs: {\n sales_tax_code: {\n type: 'object',\n title: 'The Sales-Tax Code object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this sales-tax code. This ID is unique across all sales-tax codes but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this sales-tax code 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 sales-tax code.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this sales-tax code is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n isTaxable: {\n type: 'boolean',\n description: 'Indicates whether this sales-tax code is tracking taxable sales. This field cannot be modified once the sales-tax code has been used in a transaction.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this sales-tax code, unique across all sales-tax codes. This short name will appear on sales forms to identify the tax status of an item.\\n\\n**NOTE**: Sales-tax codes 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_sales_tax_code\"`.',\n enum: [ 'qbd_sales_tax_code'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this sales-tax code 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 salesTaxItem: {\n type: 'object',\n description: 'The sales-tax item used to calculate the actual tax amount for this sales-tax code\\'s transactions by applying a specific tax rate collected for a single tax agency. Unlike `salesTaxCode`, which only indicates general taxability, this field drives the actual tax calculation and reporting.',\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 sales-tax code 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 'createdAt',\n 'description',\n 'isActive',\n 'isTaxable',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'salesTaxItem',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
20
21
|
inputSchema: {
|
|
21
22
|
type: 'object',
|
|
22
23
|
properties: {
|
|
@@ -30,10 +31,10 @@ export const tool: Tool = {
|
|
|
30
31
|
description:
|
|
31
32
|
'The case-insensitive unique name of this sales-tax code, unique across all sales-tax codes. This short name will appear on sales forms to identify the tax status of an item.\n\n**NOTE**: Sales-tax codes 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\nMaximum length: 3 characters.',
|
|
32
33
|
},
|
|
33
|
-
|
|
34
|
+
conductorEndUserId: {
|
|
34
35
|
type: 'string',
|
|
35
36
|
description:
|
|
36
|
-
'The ID of the EndUser to receive this request (e.g., `"
|
|
37
|
+
'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
|
|
37
38
|
},
|
|
38
39
|
description: {
|
|
39
40
|
type: 'string',
|
|
@@ -49,13 +50,19 @@ export const tool: Tool = {
|
|
|
49
50
|
description:
|
|
50
51
|
"The sales-tax item used to calculate the actual tax amount for this sales-tax code's transactions by applying a specific tax rate collected for a single tax agency. Unlike `salesTaxCode`, which only indicates general taxability, this field drives the actual tax calculation and reporting.",
|
|
51
52
|
},
|
|
53
|
+
jq_filter: {
|
|
54
|
+
type: 'string',
|
|
55
|
+
title: 'jq Filter',
|
|
56
|
+
description:
|
|
57
|
+
'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/).',
|
|
58
|
+
},
|
|
52
59
|
},
|
|
53
60
|
},
|
|
54
61
|
};
|
|
55
62
|
|
|
56
63
|
export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
|
|
57
64
|
const body = args as any;
|
|
58
|
-
return asTextContentResult(await conductor.qbd.salesTaxCodes.create(body));
|
|
65
|
+
return asTextContentResult(await maybeFilter(args, await conductor.qbd.salesTaxCodes.create(body)));
|
|
59
66
|
};
|
|
60
67
|
|
|
61
68
|
export default { metadata, tool, handler };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import {
|
|
3
|
+
import { maybeFilter } from 'conductor-node-mcp/filtering';
|
|
4
|
+
import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
4
5
|
|
|
5
6
|
import { Tool } from '@modelcontextprotocol/sdk/types.js';
|
|
6
|
-
import type { Metadata } from '../../';
|
|
7
7
|
import Conductor from 'conductor-node';
|
|
8
8
|
|
|
9
9
|
export const metadata: Metadata = {
|
|
@@ -17,14 +17,14 @@ export const metadata: Metadata = {
|
|
|
17
17
|
export const tool: Tool = {
|
|
18
18
|
name: 'list_qbd_sales_tax_codes',
|
|
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 sales-tax codes. NOTE: QuickBooks Desktop does not support pagination for sales-tax codes; hence, there is no `cursor` parameter. Users typically have few sales-tax codes.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of sales-tax codes.',\n items: {\n $ref: '#/$defs/sales_tax_code'\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 sales_tax_code: {\n type: 'object',\n title: 'The Sales-Tax Code object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this sales-tax code. This ID is unique across all sales-tax codes but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this sales-tax code 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 sales-tax code.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this sales-tax code is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n isTaxable: {\n type: 'boolean',\n description: 'Indicates whether this sales-tax code is tracking taxable sales. This field cannot be modified once the sales-tax code has been used in a transaction.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this sales-tax code, unique across all sales-tax codes. This short name will appear on sales forms to identify the tax status of an item.\\n\\n**NOTE**: Sales-tax codes 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_sales_tax_code\"`.',\n enum: [ 'qbd_sales_tax_code'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this sales-tax code 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 salesTaxItem: {\n type: 'object',\n description: 'The sales-tax item used to calculate the actual tax amount for this sales-tax code\\'s transactions by applying a specific tax rate collected for a single tax agency. Unlike `salesTaxCode`, which only indicates general taxability, this field drives the actual tax calculation and reporting.',\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 sales-tax code 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 'createdAt',\n 'description',\n 'isActive',\n 'isTaxable',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'salesTaxItem',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
21
21
|
inputSchema: {
|
|
22
22
|
type: 'object',
|
|
23
23
|
properties: {
|
|
24
|
-
|
|
24
|
+
conductorEndUserId: {
|
|
25
25
|
type: 'string',
|
|
26
26
|
description:
|
|
27
|
-
'The ID of the EndUser to receive this request (e.g., `"
|
|
27
|
+
'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
|
|
28
28
|
},
|
|
29
29
|
ids: {
|
|
30
30
|
type: 'array',
|
|
@@ -87,13 +87,19 @@ export const tool: Tool = {
|
|
|
87
87
|
description:
|
|
88
88
|
'Filter for sales-tax codes 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.',
|
|
89
89
|
},
|
|
90
|
+
jq_filter: {
|
|
91
|
+
type: 'string',
|
|
92
|
+
title: 'jq Filter',
|
|
93
|
+
description:
|
|
94
|
+
'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/).',
|
|
95
|
+
},
|
|
90
96
|
},
|
|
91
97
|
},
|
|
92
98
|
};
|
|
93
99
|
|
|
94
100
|
export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
|
|
95
101
|
const body = args as any;
|
|
96
|
-
return asTextContentResult(await conductor.qbd.salesTaxCodes.list(body));
|
|
102
|
+
return asTextContentResult(await maybeFilter(args, await conductor.qbd.salesTaxCodes.list(body)));
|
|
97
103
|
};
|
|
98
104
|
|
|
99
105
|
export default { metadata, tool, handler };
|