conductor-node-mcp 12.14.0 → 12.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/filtering.d.mts +2 -0
- package/filtering.d.mts.map +1 -0
- package/filtering.d.ts +2 -0
- package/filtering.d.ts.map +1 -0
- package/filtering.js +17 -0
- package/filtering.js.map +1 -0
- package/filtering.mjs +14 -0
- package/filtering.mjs.map +1 -0
- package/package.json +3 -2
- package/server.js +1 -1
- package/server.mjs +1 -1
- package/src/filtering.ts +13 -0
- package/src/server.ts +1 -1
- package/src/tools/auth-sessions/create-auth-sessions.ts +9 -2
- package/src/tools/end-users/create-end-users.ts +10 -2
- package/src/tools/end-users/delete-end-users.ts +10 -2
- package/src/tools/end-users/list-end-users.ts +12 -3
- package/src/tools/end-users/passthrough-end-users.ts +11 -2
- package/src/tools/end-users/retrieve-end-users.ts +10 -2
- package/src/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.ts +9 -2
- package/src/tools/qbd/accounts/create-qbd-accounts.ts +2 -1
- package/src/tools/qbd/accounts/list-qbd-accounts.ts +1 -1
- package/src/tools/qbd/accounts/retrieve-qbd-accounts.ts +2 -1
- package/src/tools/qbd/accounts/update-qbd-accounts.ts +2 -1
- package/src/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.ts +2 -1
- package/src/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.ts +9 -2
- package/src/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.ts +3 -2
- package/src/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.ts +2 -1
- package/src/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.ts +2 -1
- package/src/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.ts +2 -1
- package/src/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.ts +11 -2
- package/src/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.ts +3 -2
- package/src/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.ts +2 -1
- package/src/tools/qbd/bills/create-qbd-bills.ts +2 -1
- package/src/tools/qbd/bills/delete-qbd-bills.ts +9 -2
- package/src/tools/qbd/bills/list-qbd-bills.ts +4 -2
- package/src/tools/qbd/bills/retrieve-qbd-bills.ts +2 -1
- package/src/tools/qbd/bills/update-qbd-bills.ts +2 -1
- package/src/tools/qbd/build-assemblies/create-qbd-build-assemblies.ts +2 -1
- package/src/tools/qbd/build-assemblies/delete-qbd-build-assemblies.ts +9 -2
- package/src/tools/qbd/build-assemblies/list-qbd-build-assemblies.ts +3 -2
- package/src/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.ts +2 -1
- package/src/tools/qbd/build-assemblies/update-qbd-build-assemblies.ts +2 -1
- package/src/tools/qbd/checks/create-qbd-checks.ts +2 -1
- package/src/tools/qbd/checks/delete-qbd-checks.ts +9 -2
- package/src/tools/qbd/checks/list-qbd-checks.ts +4 -2
- package/src/tools/qbd/checks/retrieve-qbd-checks.ts +2 -1
- package/src/tools/qbd/checks/update-qbd-checks.ts +2 -1
- package/src/tools/qbd/classes/create-qbd-classes.ts +10 -2
- package/src/tools/qbd/classes/list-qbd-classes.ts +9 -2
- package/src/tools/qbd/classes/retrieve-qbd-classes.ts +10 -2
- package/src/tools/qbd/classes/update-qbd-classes.ts +10 -2
- package/src/tools/qbd/company/retrieve-qbd-company.ts +1 -1
- package/src/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.ts +2 -1
- package/src/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.ts +9 -2
- package/src/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.ts +3 -2
- package/src/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.ts +2 -1
- package/src/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.ts +2 -1
- package/src/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.ts +2 -1
- package/src/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.ts +9 -2
- package/src/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.ts +3 -2
- package/src/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.ts +2 -1
- package/src/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.ts +2 -1
- package/src/tools/qbd/credit-memos/create-qbd-credit-memos.ts +2 -1
- package/src/tools/qbd/credit-memos/delete-qbd-credit-memos.ts +9 -2
- package/src/tools/qbd/credit-memos/list-qbd-credit-memos.ts +4 -2
- package/src/tools/qbd/credit-memos/retrieve-qbd-credit-memos.ts +2 -1
- package/src/tools/qbd/credit-memos/update-qbd-credit-memos.ts +2 -1
- package/src/tools/qbd/customers/create-qbd-customers.ts +2 -1
- package/src/tools/qbd/customers/list-qbd-customers.ts +4 -2
- package/src/tools/qbd/customers/retrieve-qbd-customers.ts +2 -1
- package/src/tools/qbd/customers/update-qbd-customers.ts +2 -1
- package/src/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.ts +10 -2
- package/src/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.ts +9 -2
- package/src/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.ts +10 -2
- package/src/tools/qbd/discount-items/create-qbd-discount-items.ts +2 -1
- package/src/tools/qbd/discount-items/list-qbd-discount-items.ts +3 -2
- package/src/tools/qbd/discount-items/retrieve-qbd-discount-items.ts +2 -1
- package/src/tools/qbd/discount-items/update-qbd-discount-items.ts +2 -1
- package/src/tools/qbd/employees/create-qbd-employees.ts +2 -1
- package/src/tools/qbd/employees/list-qbd-employees.ts +4 -2
- package/src/tools/qbd/employees/retrieve-qbd-employees.ts +2 -1
- package/src/tools/qbd/employees/update-qbd-employees.ts +2 -1
- package/src/tools/qbd/estimates/create-qbd-estimates.ts +2 -1
- package/src/tools/qbd/estimates/delete-qbd-estimates.ts +9 -2
- package/src/tools/qbd/estimates/list-qbd-estimates.ts +4 -2
- package/src/tools/qbd/estimates/retrieve-qbd-estimates.ts +2 -1
- package/src/tools/qbd/estimates/update-qbd-estimates.ts +2 -1
- package/src/tools/qbd/health-check-qbd.ts +9 -2
- package/src/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.ts +2 -1
- package/src/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.ts +11 -2
- package/src/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.ts +1 -1
- package/src/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.ts +2 -1
- package/src/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.ts +2 -1
- package/src/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.ts +2 -1
- package/src/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.ts +3 -2
- package/src/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.ts +2 -1
- package/src/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.ts +2 -1
- package/src/tools/qbd/inventory-items/create-qbd-inventory-items.ts +2 -1
- package/src/tools/qbd/inventory-items/list-qbd-inventory-items.ts +3 -2
- package/src/tools/qbd/inventory-items/retrieve-qbd-inventory-items.ts +2 -1
- package/src/tools/qbd/inventory-items/update-qbd-inventory-items.ts +2 -1
- package/src/tools/qbd/inventory-sites/create-qbd-inventory-sites.ts +10 -2
- package/src/tools/qbd/inventory-sites/list-qbd-inventory-sites.ts +9 -2
- package/src/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.ts +10 -2
- package/src/tools/qbd/inventory-sites/update-qbd-inventory-sites.ts +10 -2
- package/src/tools/qbd/invoices/create-qbd-invoices.ts +2 -1
- package/src/tools/qbd/invoices/delete-qbd-invoices.ts +9 -2
- package/src/tools/qbd/invoices/list-qbd-invoices.ts +4 -2
- package/src/tools/qbd/invoices/retrieve-qbd-invoices.ts +2 -1
- package/src/tools/qbd/invoices/update-qbd-invoices.ts +2 -1
- package/src/tools/qbd/item-groups/create-qbd-item-groups.ts +2 -1
- package/src/tools/qbd/item-groups/list-qbd-item-groups.ts +4 -2
- package/src/tools/qbd/item-groups/retrieve-qbd-item-groups.ts +10 -2
- package/src/tools/qbd/item-groups/update-qbd-item-groups.ts +2 -1
- package/src/tools/qbd/item-receipts/create-qbd-item-receipts.ts +2 -1
- package/src/tools/qbd/item-receipts/delete-qbd-item-receipts.ts +9 -2
- package/src/tools/qbd/item-receipts/list-qbd-item-receipts.ts +4 -2
- package/src/tools/qbd/item-receipts/retrieve-qbd-item-receipts.ts +2 -1
- package/src/tools/qbd/item-receipts/update-qbd-item-receipts.ts +2 -1
- package/src/tools/qbd/item-sites/list-qbd-item-sites.ts +4 -2
- package/src/tools/qbd/item-sites/retrieve-qbd-item-sites.ts +10 -2
- package/src/tools/qbd/journal-entries/create-qbd-journal-entries.ts +2 -1
- package/src/tools/qbd/journal-entries/delete-qbd-journal-entries.ts +9 -2
- package/src/tools/qbd/journal-entries/list-qbd-journal-entries.ts +3 -2
- package/src/tools/qbd/journal-entries/retrieve-qbd-journal-entries.ts +2 -1
- package/src/tools/qbd/journal-entries/update-qbd-journal-entries.ts +2 -1
- package/src/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.ts +2 -1
- package/src/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.ts +3 -2
- package/src/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.ts +2 -1
- package/src/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.ts +2 -1
- package/src/tools/qbd/other-names/create-qbd-other-names.ts +2 -1
- package/src/tools/qbd/other-names/list-qbd-other-names.ts +1 -1
- package/src/tools/qbd/other-names/retrieve-qbd-other-names.ts +10 -2
- package/src/tools/qbd/other-names/update-qbd-other-names.ts +2 -1
- package/src/tools/qbd/payment-methods/create-qbd-payment-methods.ts +10 -2
- package/src/tools/qbd/payment-methods/list-qbd-payment-methods.ts +9 -2
- package/src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts +10 -2
- package/src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts +10 -2
- package/src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts +10 -2
- package/src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts +12 -2
- package/src/tools/qbd/preferences/retrieve-qbd-preferences.ts +1 -1
- package/src/tools/qbd/price-levels/create-qbd-price-levels.ts +10 -2
- package/src/tools/qbd/price-levels/list-qbd-price-levels.ts +1 -1
- package/src/tools/qbd/price-levels/retrieve-qbd-price-levels.ts +10 -2
- package/src/tools/qbd/price-levels/update-qbd-price-levels.ts +2 -1
- package/src/tools/qbd/purchase-orders/create-qbd-purchase-orders.ts +2 -1
- package/src/tools/qbd/purchase-orders/delete-qbd-purchase-orders.ts +9 -2
- package/src/tools/qbd/purchase-orders/list-qbd-purchase-orders.ts +3 -2
- package/src/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.ts +2 -1
- package/src/tools/qbd/purchase-orders/update-qbd-purchase-orders.ts +2 -1
- package/src/tools/qbd/receive-payments/create-qbd-receive-payments.ts +2 -1
- package/src/tools/qbd/receive-payments/delete-qbd-receive-payments.ts +9 -2
- package/src/tools/qbd/receive-payments/list-qbd-receive-payments.ts +3 -2
- package/src/tools/qbd/receive-payments/retrieve-qbd-receive-payments.ts +2 -1
- package/src/tools/qbd/receive-payments/update-qbd-receive-payments.ts +2 -1
- package/src/tools/qbd/sales-orders/create-qbd-sales-orders.ts +2 -1
- package/src/tools/qbd/sales-orders/delete-qbd-sales-orders.ts +9 -2
- package/src/tools/qbd/sales-orders/list-qbd-sales-orders.ts +4 -2
- package/src/tools/qbd/sales-orders/retrieve-qbd-sales-orders.ts +2 -1
- package/src/tools/qbd/sales-orders/update-qbd-sales-orders.ts +2 -1
- package/src/tools/qbd/sales-receipts/create-qbd-sales-receipts.ts +2 -1
- package/src/tools/qbd/sales-receipts/delete-qbd-sales-receipts.ts +9 -2
- package/src/tools/qbd/sales-receipts/list-qbd-sales-receipts.ts +3 -2
- package/src/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.ts +2 -1
- package/src/tools/qbd/sales-receipts/update-qbd-sales-receipts.ts +2 -1
- package/src/tools/qbd/sales-representatives/create-qbd-sales-representatives.ts +10 -2
- package/src/tools/qbd/sales-representatives/list-qbd-sales-representatives.ts +9 -2
- package/src/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.ts +12 -2
- package/src/tools/qbd/sales-representatives/update-qbd-sales-representatives.ts +12 -2
- package/src/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.ts +10 -2
- package/src/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.ts +9 -2
- package/src/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.ts +10 -2
- package/src/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.ts +10 -2
- package/src/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.ts +2 -1
- package/src/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.ts +3 -2
- package/src/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.ts +10 -2
- package/src/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.ts +2 -1
- package/src/tools/qbd/service-items/create-qbd-service-items.ts +2 -1
- package/src/tools/qbd/service-items/list-qbd-service-items.ts +4 -2
- package/src/tools/qbd/service-items/retrieve-qbd-service-items.ts +2 -1
- package/src/tools/qbd/service-items/update-qbd-service-items.ts +2 -1
- package/src/tools/qbd/standard-terms/create-qbd-standard-terms.ts +10 -2
- package/src/tools/qbd/standard-terms/list-qbd-standard-terms.ts +9 -2
- package/src/tools/qbd/standard-terms/retrieve-qbd-standard-terms.ts +10 -2
- package/src/tools/qbd/subtotal-items/create-qbd-subtotal-items.ts +10 -2
- package/src/tools/qbd/subtotal-items/list-qbd-subtotal-items.ts +3 -2
- package/src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts +10 -2
- package/src/tools/qbd/subtotal-items/update-qbd-subtotal-items.ts +10 -2
- package/src/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.ts +2 -1
- package/src/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.ts +11 -2
- package/src/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.ts +3 -2
- package/src/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.ts +12 -2
- package/src/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.ts +2 -1
- package/src/tools/qbd/transactions/list-qbd-transactions.ts +3 -2
- package/src/tools/qbd/transactions/retrieve-qbd-transactions.ts +10 -2
- package/src/tools/qbd/transfers/create-qbd-transfers.ts +10 -2
- package/src/tools/qbd/transfers/list-qbd-transfers.ts +11 -2
- package/src/tools/qbd/transfers/retrieve-qbd-transfers.ts +10 -2
- package/src/tools/qbd/transfers/update-qbd-transfers.ts +10 -2
- package/src/tools/qbd/vendor-credits/create-qbd-vendor-credits.ts +2 -1
- package/src/tools/qbd/vendor-credits/delete-qbd-vendor-credits.ts +9 -2
- package/src/tools/qbd/vendor-credits/list-qbd-vendor-credits.ts +3 -2
- package/src/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.ts +2 -1
- package/src/tools/qbd/vendor-credits/update-qbd-vendor-credits.ts +2 -1
- package/src/tools/qbd/vendors/create-qbd-vendors.ts +2 -1
- package/src/tools/qbd/vendors/list-qbd-vendors.ts +4 -2
- package/src/tools/qbd/vendors/retrieve-qbd-vendors.ts +2 -1
- package/src/tools/qbd/vendors/update-qbd-vendors.ts +2 -1
- package/src/tools/types.ts +1 -1
- package/tools/auth-sessions/create-auth-sessions.d.mts.map +1 -1
- package/tools/auth-sessions/create-auth-sessions.d.ts.map +1 -1
- package/tools/auth-sessions/create-auth-sessions.js +8 -2
- package/tools/auth-sessions/create-auth-sessions.js.map +1 -1
- package/tools/auth-sessions/create-auth-sessions.mjs +8 -2
- package/tools/auth-sessions/create-auth-sessions.mjs.map +1 -1
- package/tools/end-users/create-end-users.d.mts.map +1 -1
- package/tools/end-users/create-end-users.d.ts.map +1 -1
- package/tools/end-users/create-end-users.js +8 -2
- package/tools/end-users/create-end-users.js.map +1 -1
- package/tools/end-users/create-end-users.mjs +8 -2
- package/tools/end-users/create-end-users.mjs.map +1 -1
- package/tools/end-users/delete-end-users.d.mts.map +1 -1
- package/tools/end-users/delete-end-users.d.ts.map +1 -1
- package/tools/end-users/delete-end-users.js +8 -2
- package/tools/end-users/delete-end-users.js.map +1 -1
- package/tools/end-users/delete-end-users.mjs +8 -2
- package/tools/end-users/delete-end-users.mjs.map +1 -1
- package/tools/end-users/list-end-users.d.mts.map +1 -1
- package/tools/end-users/list-end-users.d.ts.map +1 -1
- package/tools/end-users/list-end-users.js +10 -3
- package/tools/end-users/list-end-users.js.map +1 -1
- package/tools/end-users/list-end-users.mjs +10 -3
- package/tools/end-users/list-end-users.mjs.map +1 -1
- package/tools/end-users/passthrough-end-users.d.mts.map +1 -1
- package/tools/end-users/passthrough-end-users.d.ts.map +1 -1
- package/tools/end-users/passthrough-end-users.js +8 -2
- package/tools/end-users/passthrough-end-users.js.map +1 -1
- package/tools/end-users/passthrough-end-users.mjs +8 -2
- package/tools/end-users/passthrough-end-users.mjs.map +1 -1
- package/tools/end-users/retrieve-end-users.d.mts.map +1 -1
- package/tools/end-users/retrieve-end-users.d.ts.map +1 -1
- package/tools/end-users/retrieve-end-users.js +8 -2
- package/tools/end-users/retrieve-end-users.js.map +1 -1
- package/tools/end-users/retrieve-end-users.mjs +8 -2
- package/tools/end-users/retrieve-end-users.mjs.map +1 -1
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.mts.map +1 -1
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.ts.map +1 -1
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.js +8 -2
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.js.map +1 -1
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.mjs +8 -2
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.mjs.map +1 -1
- package/tools/qbd/accounts/create-qbd-accounts.d.mts.map +1 -1
- package/tools/qbd/accounts/create-qbd-accounts.d.ts.map +1 -1
- package/tools/qbd/accounts/create-qbd-accounts.js +1 -1
- package/tools/qbd/accounts/create-qbd-accounts.js.map +1 -1
- package/tools/qbd/accounts/create-qbd-accounts.mjs +1 -1
- package/tools/qbd/accounts/create-qbd-accounts.mjs.map +1 -1
- package/tools/qbd/accounts/list-qbd-accounts.js +1 -1
- package/tools/qbd/accounts/list-qbd-accounts.js.map +1 -1
- package/tools/qbd/accounts/list-qbd-accounts.mjs +1 -1
- package/tools/qbd/accounts/list-qbd-accounts.mjs.map +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.d.mts.map +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.d.ts.map +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.js +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.js.map +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.mjs +1 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.mjs.map +1 -1
- package/tools/qbd/accounts/update-qbd-accounts.d.mts.map +1 -1
- package/tools/qbd/accounts/update-qbd-accounts.d.ts.map +1 -1
- package/tools/qbd/accounts/update-qbd-accounts.js +1 -1
- package/tools/qbd/accounts/update-qbd-accounts.js.map +1 -1
- package/tools/qbd/accounts/update-qbd-accounts.mjs +1 -1
- package/tools/qbd/accounts/update-qbd-accounts.mjs.map +1 -1
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.mts.map +1 -1
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.ts.map +1 -1
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.js +1 -1
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.js.map +1 -1
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.mjs +1 -1
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.mjs.map +1 -1
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.mts.map +1 -1
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.ts.map +1 -1
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.js +8 -2
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.js.map +1 -1
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.mjs +8 -2
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.mjs.map +1 -1
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.mts.map +1 -1
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.ts.map +1 -1
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js +3 -2
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js.map +1 -1
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs +3 -2
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs.map +1 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.mts.map +1 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.ts.map +1 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.js +1 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.js.map +1 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.mjs +1 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.mjs.map +1 -1
- package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.mts.map +1 -1
- package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.ts.map +1 -1
- package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.js +1 -1
- package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.js.map +1 -1
- package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.mjs +1 -1
- package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.mjs.map +1 -1
- package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.mts.map +1 -1
- package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.ts.map +1 -1
- package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.js +1 -1
- package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.js.map +1 -1
- package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.mjs +1 -1
- package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.mjs.map +1 -1
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.mts.map +1 -1
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.ts.map +1 -1
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.js +8 -2
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.js.map +1 -1
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.mjs +8 -2
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.mjs.map +1 -1
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.mts.map +1 -1
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.ts.map +1 -1
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js +3 -2
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js.map +1 -1
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs +3 -2
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs.map +1 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.mts.map +1 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.ts.map +1 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.js +1 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.js.map +1 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.mjs +1 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.mjs.map +1 -1
- package/tools/qbd/bills/create-qbd-bills.d.mts.map +1 -1
- package/tools/qbd/bills/create-qbd-bills.d.ts.map +1 -1
- package/tools/qbd/bills/create-qbd-bills.js +1 -1
- package/tools/qbd/bills/create-qbd-bills.js.map +1 -1
- package/tools/qbd/bills/create-qbd-bills.mjs +1 -1
- package/tools/qbd/bills/create-qbd-bills.mjs.map +1 -1
- package/tools/qbd/bills/delete-qbd-bills.d.mts.map +1 -1
- package/tools/qbd/bills/delete-qbd-bills.d.ts.map +1 -1
- package/tools/qbd/bills/delete-qbd-bills.js +8 -2
- package/tools/qbd/bills/delete-qbd-bills.js.map +1 -1
- package/tools/qbd/bills/delete-qbd-bills.mjs +8 -2
- package/tools/qbd/bills/delete-qbd-bills.mjs.map +1 -1
- package/tools/qbd/bills/list-qbd-bills.d.mts.map +1 -1
- package/tools/qbd/bills/list-qbd-bills.d.ts.map +1 -1
- package/tools/qbd/bills/list-qbd-bills.js +3 -2
- package/tools/qbd/bills/list-qbd-bills.js.map +1 -1
- package/tools/qbd/bills/list-qbd-bills.mjs +3 -2
- package/tools/qbd/bills/list-qbd-bills.mjs.map +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.d.mts.map +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.d.ts.map +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.js +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.js.map +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.mjs +1 -1
- package/tools/qbd/bills/retrieve-qbd-bills.mjs.map +1 -1
- package/tools/qbd/bills/update-qbd-bills.d.mts.map +1 -1
- package/tools/qbd/bills/update-qbd-bills.d.ts.map +1 -1
- package/tools/qbd/bills/update-qbd-bills.js +1 -1
- package/tools/qbd/bills/update-qbd-bills.js.map +1 -1
- package/tools/qbd/bills/update-qbd-bills.mjs +1 -1
- package/tools/qbd/bills/update-qbd-bills.mjs.map +1 -1
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.mts.map +1 -1
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.ts.map +1 -1
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.js +1 -1
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.js.map +1 -1
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.mjs +1 -1
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.mjs.map +1 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.mts.map +1 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.ts.map +1 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js +8 -2
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js.map +1 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs +8 -2
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs.map +1 -1
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.mts.map +1 -1
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.ts.map +1 -1
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js +3 -2
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js.map +1 -1
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs +3 -2
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs.map +1 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.mts.map +1 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.ts.map +1 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.js +1 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.js.map +1 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.mjs +1 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.mjs.map +1 -1
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.mts.map +1 -1
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.ts.map +1 -1
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.js +1 -1
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.js.map +1 -1
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.mjs +1 -1
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.mjs.map +1 -1
- package/tools/qbd/checks/create-qbd-checks.d.mts.map +1 -1
- package/tools/qbd/checks/create-qbd-checks.d.ts.map +1 -1
- package/tools/qbd/checks/create-qbd-checks.js +1 -1
- package/tools/qbd/checks/create-qbd-checks.js.map +1 -1
- package/tools/qbd/checks/create-qbd-checks.mjs +1 -1
- package/tools/qbd/checks/create-qbd-checks.mjs.map +1 -1
- package/tools/qbd/checks/delete-qbd-checks.d.mts.map +1 -1
- package/tools/qbd/checks/delete-qbd-checks.d.ts.map +1 -1
- package/tools/qbd/checks/delete-qbd-checks.js +8 -2
- package/tools/qbd/checks/delete-qbd-checks.js.map +1 -1
- package/tools/qbd/checks/delete-qbd-checks.mjs +8 -2
- package/tools/qbd/checks/delete-qbd-checks.mjs.map +1 -1
- package/tools/qbd/checks/list-qbd-checks.d.mts.map +1 -1
- package/tools/qbd/checks/list-qbd-checks.d.ts.map +1 -1
- package/tools/qbd/checks/list-qbd-checks.js +3 -2
- package/tools/qbd/checks/list-qbd-checks.js.map +1 -1
- package/tools/qbd/checks/list-qbd-checks.mjs +3 -2
- package/tools/qbd/checks/list-qbd-checks.mjs.map +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.d.mts.map +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.d.ts.map +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.js +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.js.map +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.mjs +1 -1
- package/tools/qbd/checks/retrieve-qbd-checks.mjs.map +1 -1
- package/tools/qbd/checks/update-qbd-checks.d.mts.map +1 -1
- package/tools/qbd/checks/update-qbd-checks.d.ts.map +1 -1
- package/tools/qbd/checks/update-qbd-checks.js +1 -1
- package/tools/qbd/checks/update-qbd-checks.js.map +1 -1
- package/tools/qbd/checks/update-qbd-checks.mjs +1 -1
- package/tools/qbd/checks/update-qbd-checks.mjs.map +1 -1
- package/tools/qbd/classes/create-qbd-classes.d.mts.map +1 -1
- package/tools/qbd/classes/create-qbd-classes.d.ts.map +1 -1
- package/tools/qbd/classes/create-qbd-classes.js +8 -2
- package/tools/qbd/classes/create-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/create-qbd-classes.mjs +8 -2
- package/tools/qbd/classes/create-qbd-classes.mjs.map +1 -1
- package/tools/qbd/classes/list-qbd-classes.d.mts.map +1 -1
- package/tools/qbd/classes/list-qbd-classes.d.ts.map +1 -1
- package/tools/qbd/classes/list-qbd-classes.js +8 -2
- package/tools/qbd/classes/list-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/list-qbd-classes.mjs +8 -2
- package/tools/qbd/classes/list-qbd-classes.mjs.map +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.d.mts.map +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.d.ts.map +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.js +8 -2
- package/tools/qbd/classes/retrieve-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.mjs +8 -2
- package/tools/qbd/classes/retrieve-qbd-classes.mjs.map +1 -1
- package/tools/qbd/classes/update-qbd-classes.d.mts.map +1 -1
- package/tools/qbd/classes/update-qbd-classes.d.ts.map +1 -1
- package/tools/qbd/classes/update-qbd-classes.js +8 -2
- package/tools/qbd/classes/update-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/update-qbd-classes.mjs +8 -2
- package/tools/qbd/classes/update-qbd-classes.mjs.map +1 -1
- package/tools/qbd/company/retrieve-qbd-company.js +1 -1
- package/tools/qbd/company/retrieve-qbd-company.js.map +1 -1
- package/tools/qbd/company/retrieve-qbd-company.mjs +1 -1
- package/tools/qbd/company/retrieve-qbd-company.mjs.map +1 -1
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.mts.map +1 -1
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.ts.map +1 -1
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.js +1 -1
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.js.map +1 -1
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.mjs +1 -1
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.mjs.map +1 -1
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.mts.map +1 -1
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.ts.map +1 -1
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.js +8 -2
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.js.map +1 -1
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.mjs +8 -2
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.mjs.map +1 -1
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.mts.map +1 -1
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.ts.map +1 -1
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js +3 -2
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js.map +1 -1
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs +3 -2
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs.map +1 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.mts.map +1 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.ts.map +1 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.js +1 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.js.map +1 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.mjs +1 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.mjs.map +1 -1
- package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.mts.map +1 -1
- package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.ts.map +1 -1
- package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.js +1 -1
- package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.js.map +1 -1
- package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.mjs +1 -1
- package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.mjs.map +1 -1
- package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.mts.map +1 -1
- package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.ts.map +1 -1
- package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.js +1 -1
- package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.js.map +1 -1
- package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.mjs +1 -1
- package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.mjs.map +1 -1
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.mts.map +1 -1
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.ts.map +1 -1
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.js +8 -2
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.js.map +1 -1
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.mjs +8 -2
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.mjs.map +1 -1
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.mts.map +1 -1
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.ts.map +1 -1
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js +3 -2
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js.map +1 -1
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs +3 -2
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs.map +1 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.mts.map +1 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.ts.map +1 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.js +1 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.js.map +1 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.mjs +1 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.mjs.map +1 -1
- package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.mts.map +1 -1
- package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.ts.map +1 -1
- package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.js +1 -1
- package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.js.map +1 -1
- package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.mjs +1 -1
- package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.mjs.map +1 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.d.mts.map +1 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.d.ts.map +1 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.js +1 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.mjs +1 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.mts.map +1 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.ts.map +1 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.js +8 -2
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.mjs +8 -2
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/credit-memos/list-qbd-credit-memos.d.mts.map +1 -1
- package/tools/qbd/credit-memos/list-qbd-credit-memos.d.ts.map +1 -1
- package/tools/qbd/credit-memos/list-qbd-credit-memos.js +3 -2
- package/tools/qbd/credit-memos/list-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs +3 -2
- package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.mts.map +1 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.ts.map +1 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.js +1 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.mjs +1 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.d.mts.map +1 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.d.ts.map +1 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.js +1 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.mjs +1 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/customers/create-qbd-customers.d.mts.map +1 -1
- package/tools/qbd/customers/create-qbd-customers.d.ts.map +1 -1
- package/tools/qbd/customers/create-qbd-customers.js +1 -1
- package/tools/qbd/customers/create-qbd-customers.js.map +1 -1
- package/tools/qbd/customers/create-qbd-customers.mjs +1 -1
- package/tools/qbd/customers/create-qbd-customers.mjs.map +1 -1
- package/tools/qbd/customers/list-qbd-customers.d.mts.map +1 -1
- package/tools/qbd/customers/list-qbd-customers.d.ts.map +1 -1
- package/tools/qbd/customers/list-qbd-customers.js +3 -2
- package/tools/qbd/customers/list-qbd-customers.js.map +1 -1
- package/tools/qbd/customers/list-qbd-customers.mjs +3 -2
- package/tools/qbd/customers/list-qbd-customers.mjs.map +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.d.mts.map +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.d.ts.map +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.js +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.js.map +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.mjs +1 -1
- package/tools/qbd/customers/retrieve-qbd-customers.mjs.map +1 -1
- package/tools/qbd/customers/update-qbd-customers.d.mts.map +1 -1
- package/tools/qbd/customers/update-qbd-customers.d.ts.map +1 -1
- package/tools/qbd/customers/update-qbd-customers.js +1 -1
- package/tools/qbd/customers/update-qbd-customers.js.map +1 -1
- package/tools/qbd/customers/update-qbd-customers.mjs +1 -1
- package/tools/qbd/customers/update-qbd-customers.mjs.map +1 -1
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.mts.map +1 -1
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.ts.map +1 -1
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js +8 -2
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js.map +1 -1
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.mjs +8 -2
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.mjs.map +1 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.mts.map +1 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.ts.map +1 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js +8 -2
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js.map +1 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs +8 -2
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs.map +1 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.mts.map +1 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.ts.map +1 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js +8 -2
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js.map +1 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs +8 -2
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs.map +1 -1
- package/tools/qbd/discount-items/create-qbd-discount-items.d.mts.map +1 -1
- package/tools/qbd/discount-items/create-qbd-discount-items.d.ts.map +1 -1
- package/tools/qbd/discount-items/create-qbd-discount-items.js +1 -1
- package/tools/qbd/discount-items/create-qbd-discount-items.js.map +1 -1
- package/tools/qbd/discount-items/create-qbd-discount-items.mjs +1 -1
- package/tools/qbd/discount-items/create-qbd-discount-items.mjs.map +1 -1
- package/tools/qbd/discount-items/list-qbd-discount-items.d.mts.map +1 -1
- package/tools/qbd/discount-items/list-qbd-discount-items.d.ts.map +1 -1
- package/tools/qbd/discount-items/list-qbd-discount-items.js +3 -2
- package/tools/qbd/discount-items/list-qbd-discount-items.js.map +1 -1
- package/tools/qbd/discount-items/list-qbd-discount-items.mjs +3 -2
- package/tools/qbd/discount-items/list-qbd-discount-items.mjs.map +1 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.mts.map +1 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.ts.map +1 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.js +1 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.js.map +1 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.mjs +1 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.mjs.map +1 -1
- package/tools/qbd/discount-items/update-qbd-discount-items.d.mts.map +1 -1
- package/tools/qbd/discount-items/update-qbd-discount-items.d.ts.map +1 -1
- package/tools/qbd/discount-items/update-qbd-discount-items.js +1 -1
- package/tools/qbd/discount-items/update-qbd-discount-items.js.map +1 -1
- package/tools/qbd/discount-items/update-qbd-discount-items.mjs +1 -1
- package/tools/qbd/discount-items/update-qbd-discount-items.mjs.map +1 -1
- package/tools/qbd/employees/create-qbd-employees.d.mts.map +1 -1
- package/tools/qbd/employees/create-qbd-employees.d.ts.map +1 -1
- package/tools/qbd/employees/create-qbd-employees.js +1 -1
- package/tools/qbd/employees/create-qbd-employees.js.map +1 -1
- package/tools/qbd/employees/create-qbd-employees.mjs +1 -1
- package/tools/qbd/employees/create-qbd-employees.mjs.map +1 -1
- package/tools/qbd/employees/list-qbd-employees.d.mts.map +1 -1
- package/tools/qbd/employees/list-qbd-employees.d.ts.map +1 -1
- package/tools/qbd/employees/list-qbd-employees.js +3 -2
- package/tools/qbd/employees/list-qbd-employees.js.map +1 -1
- package/tools/qbd/employees/list-qbd-employees.mjs +3 -2
- package/tools/qbd/employees/list-qbd-employees.mjs.map +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.d.mts.map +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.d.ts.map +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.js +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.js.map +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.mjs +1 -1
- package/tools/qbd/employees/retrieve-qbd-employees.mjs.map +1 -1
- package/tools/qbd/employees/update-qbd-employees.d.mts.map +1 -1
- package/tools/qbd/employees/update-qbd-employees.d.ts.map +1 -1
- package/tools/qbd/employees/update-qbd-employees.js +1 -1
- package/tools/qbd/employees/update-qbd-employees.js.map +1 -1
- package/tools/qbd/employees/update-qbd-employees.mjs +1 -1
- package/tools/qbd/employees/update-qbd-employees.mjs.map +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.d.mts.map +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.d.ts.map +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.js +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.mjs +1 -1
- package/tools/qbd/estimates/create-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.d.mts.map +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.d.ts.map +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.js +8 -2
- package/tools/qbd/estimates/delete-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/delete-qbd-estimates.mjs +8 -2
- package/tools/qbd/estimates/delete-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/estimates/list-qbd-estimates.d.mts.map +1 -1
- package/tools/qbd/estimates/list-qbd-estimates.d.ts.map +1 -1
- package/tools/qbd/estimates/list-qbd-estimates.js +3 -2
- package/tools/qbd/estimates/list-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/list-qbd-estimates.mjs +3 -2
- package/tools/qbd/estimates/list-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.d.mts.map +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.d.ts.map +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.js +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.mjs +1 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.d.mts.map +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.d.ts.map +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.js +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.mjs +1 -1
- package/tools/qbd/estimates/update-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/health-check-qbd.d.mts.map +1 -1
- package/tools/qbd/health-check-qbd.d.ts.map +1 -1
- package/tools/qbd/health-check-qbd.js +8 -2
- package/tools/qbd/health-check-qbd.js.map +1 -1
- package/tools/qbd/health-check-qbd.mjs +8 -2
- package/tools/qbd/health-check-qbd.mjs.map +1 -1
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.mts.map +1 -1
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.ts.map +1 -1
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.js +1 -1
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.js.map +1 -1
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.mjs +1 -1
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.mjs.map +1 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.mts.map +1 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.ts.map +1 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.js +8 -2
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.js.map +1 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.mjs +8 -2
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.mjs.map +1 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js +1 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js.map +1 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs +1 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs.map +1 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.mts.map +1 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.ts.map +1 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.js +1 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.js.map +1 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.mjs +1 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.mjs.map +1 -1
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.mts.map +1 -1
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.ts.map +1 -1
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.js +1 -1
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.js.map +1 -1
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.mjs +1 -1
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.mjs.map +1 -1
- package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.mts.map +1 -1
- package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.ts.map +1 -1
- package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.js +1 -1
- package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.js.map +1 -1
- package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.mjs +1 -1
- package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.mjs.map +1 -1
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.mts.map +1 -1
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.ts.map +1 -1
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js +3 -2
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js.map +1 -1
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.mjs +3 -2
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.mjs.map +1 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.mts.map +1 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.ts.map +1 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.js +1 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.js.map +1 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.mjs +1 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.mjs.map +1 -1
- package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.mts.map +1 -1
- package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.ts.map +1 -1
- package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.js +1 -1
- package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.js.map +1 -1
- package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.mjs +1 -1
- package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.mjs.map +1 -1
- package/tools/qbd/inventory-items/create-qbd-inventory-items.d.mts.map +1 -1
- package/tools/qbd/inventory-items/create-qbd-inventory-items.d.ts.map +1 -1
- package/tools/qbd/inventory-items/create-qbd-inventory-items.js +1 -1
- package/tools/qbd/inventory-items/create-qbd-inventory-items.js.map +1 -1
- package/tools/qbd/inventory-items/create-qbd-inventory-items.mjs +1 -1
- package/tools/qbd/inventory-items/create-qbd-inventory-items.mjs.map +1 -1
- package/tools/qbd/inventory-items/list-qbd-inventory-items.d.mts.map +1 -1
- package/tools/qbd/inventory-items/list-qbd-inventory-items.d.ts.map +1 -1
- package/tools/qbd/inventory-items/list-qbd-inventory-items.js +3 -2
- package/tools/qbd/inventory-items/list-qbd-inventory-items.js.map +1 -1
- package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs +3 -2
- package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs.map +1 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.mts.map +1 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.ts.map +1 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.js +1 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.js.map +1 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.mjs +1 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.mjs.map +1 -1
- package/tools/qbd/inventory-items/update-qbd-inventory-items.d.mts.map +1 -1
- package/tools/qbd/inventory-items/update-qbd-inventory-items.d.ts.map +1 -1
- package/tools/qbd/inventory-items/update-qbd-inventory-items.js +1 -1
- package/tools/qbd/inventory-items/update-qbd-inventory-items.js.map +1 -1
- package/tools/qbd/inventory-items/update-qbd-inventory-items.mjs +1 -1
- package/tools/qbd/inventory-items/update-qbd-inventory-items.mjs.map +1 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.mts.map +1 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.ts.map +1 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js +8 -2
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs +8 -2
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs.map +1 -1
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.mts.map +1 -1
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.ts.map +1 -1
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js +8 -2
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs +8 -2
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs.map +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.mts.map +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.ts.map +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js +8 -2
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs +8 -2
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs.map +1 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.mts.map +1 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.ts.map +1 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.js +8 -2
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.mjs +8 -2
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.mjs.map +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.d.mts.map +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.d.ts.map +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.js +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.mjs +1 -1
- package/tools/qbd/invoices/create-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.d.mts.map +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.d.ts.map +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.js +8 -2
- package/tools/qbd/invoices/delete-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/delete-qbd-invoices.mjs +8 -2
- package/tools/qbd/invoices/delete-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/invoices/list-qbd-invoices.d.mts.map +1 -1
- package/tools/qbd/invoices/list-qbd-invoices.d.ts.map +1 -1
- package/tools/qbd/invoices/list-qbd-invoices.js +3 -2
- package/tools/qbd/invoices/list-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/list-qbd-invoices.mjs +3 -2
- package/tools/qbd/invoices/list-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.d.mts.map +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.d.ts.map +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.js +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.mjs +1 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.d.mts.map +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.d.ts.map +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.js +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.mjs +1 -1
- package/tools/qbd/invoices/update-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/item-groups/create-qbd-item-groups.d.mts.map +1 -1
- package/tools/qbd/item-groups/create-qbd-item-groups.d.ts.map +1 -1
- package/tools/qbd/item-groups/create-qbd-item-groups.js +1 -1
- package/tools/qbd/item-groups/create-qbd-item-groups.js.map +1 -1
- package/tools/qbd/item-groups/create-qbd-item-groups.mjs +1 -1
- package/tools/qbd/item-groups/create-qbd-item-groups.mjs.map +1 -1
- package/tools/qbd/item-groups/list-qbd-item-groups.d.mts.map +1 -1
- package/tools/qbd/item-groups/list-qbd-item-groups.d.ts.map +1 -1
- package/tools/qbd/item-groups/list-qbd-item-groups.js +3 -2
- package/tools/qbd/item-groups/list-qbd-item-groups.js.map +1 -1
- package/tools/qbd/item-groups/list-qbd-item-groups.mjs +3 -2
- package/tools/qbd/item-groups/list-qbd-item-groups.mjs.map +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.mts.map +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.ts.map +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.js +8 -2
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.js.map +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs +8 -2
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs.map +1 -1
- package/tools/qbd/item-groups/update-qbd-item-groups.d.mts.map +1 -1
- package/tools/qbd/item-groups/update-qbd-item-groups.d.ts.map +1 -1
- package/tools/qbd/item-groups/update-qbd-item-groups.js +1 -1
- package/tools/qbd/item-groups/update-qbd-item-groups.js.map +1 -1
- package/tools/qbd/item-groups/update-qbd-item-groups.mjs +1 -1
- package/tools/qbd/item-groups/update-qbd-item-groups.mjs.map +1 -1
- package/tools/qbd/item-receipts/create-qbd-item-receipts.d.mts.map +1 -1
- package/tools/qbd/item-receipts/create-qbd-item-receipts.d.ts.map +1 -1
- package/tools/qbd/item-receipts/create-qbd-item-receipts.js +1 -1
- package/tools/qbd/item-receipts/create-qbd-item-receipts.js.map +1 -1
- package/tools/qbd/item-receipts/create-qbd-item-receipts.mjs +1 -1
- package/tools/qbd/item-receipts/create-qbd-item-receipts.mjs.map +1 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.mts.map +1 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.ts.map +1 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.js +8 -2
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.js.map +1 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.mjs +8 -2
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.mjs.map +1 -1
- package/tools/qbd/item-receipts/list-qbd-item-receipts.d.mts.map +1 -1
- package/tools/qbd/item-receipts/list-qbd-item-receipts.d.ts.map +1 -1
- package/tools/qbd/item-receipts/list-qbd-item-receipts.js +3 -2
- package/tools/qbd/item-receipts/list-qbd-item-receipts.js.map +1 -1
- package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs +3 -2
- package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs.map +1 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.mts.map +1 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.ts.map +1 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.js +1 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.js.map +1 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.mjs +1 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.mjs.map +1 -1
- package/tools/qbd/item-receipts/update-qbd-item-receipts.d.mts.map +1 -1
- package/tools/qbd/item-receipts/update-qbd-item-receipts.d.ts.map +1 -1
- package/tools/qbd/item-receipts/update-qbd-item-receipts.js +1 -1
- package/tools/qbd/item-receipts/update-qbd-item-receipts.js.map +1 -1
- package/tools/qbd/item-receipts/update-qbd-item-receipts.mjs +1 -1
- package/tools/qbd/item-receipts/update-qbd-item-receipts.mjs.map +1 -1
- package/tools/qbd/item-sites/list-qbd-item-sites.d.mts.map +1 -1
- package/tools/qbd/item-sites/list-qbd-item-sites.d.ts.map +1 -1
- package/tools/qbd/item-sites/list-qbd-item-sites.js +3 -2
- package/tools/qbd/item-sites/list-qbd-item-sites.js.map +1 -1
- package/tools/qbd/item-sites/list-qbd-item-sites.mjs +3 -2
- package/tools/qbd/item-sites/list-qbd-item-sites.mjs.map +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.mts.map +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.ts.map +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.js +8 -2
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.js.map +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs +8 -2
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs.map +1 -1
- package/tools/qbd/journal-entries/create-qbd-journal-entries.d.mts.map +1 -1
- package/tools/qbd/journal-entries/create-qbd-journal-entries.d.ts.map +1 -1
- package/tools/qbd/journal-entries/create-qbd-journal-entries.js +1 -1
- package/tools/qbd/journal-entries/create-qbd-journal-entries.js.map +1 -1
- package/tools/qbd/journal-entries/create-qbd-journal-entries.mjs +1 -1
- package/tools/qbd/journal-entries/create-qbd-journal-entries.mjs.map +1 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.mts.map +1 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.ts.map +1 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.js +8 -2
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.js.map +1 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.mjs +8 -2
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.mjs.map +1 -1
- package/tools/qbd/journal-entries/list-qbd-journal-entries.d.mts.map +1 -1
- package/tools/qbd/journal-entries/list-qbd-journal-entries.d.ts.map +1 -1
- package/tools/qbd/journal-entries/list-qbd-journal-entries.js +3 -2
- package/tools/qbd/journal-entries/list-qbd-journal-entries.js.map +1 -1
- package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs +3 -2
- package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs.map +1 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.mts.map +1 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.ts.map +1 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.js +1 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.js.map +1 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.mjs +1 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.mjs.map +1 -1
- package/tools/qbd/journal-entries/update-qbd-journal-entries.d.mts.map +1 -1
- package/tools/qbd/journal-entries/update-qbd-journal-entries.d.ts.map +1 -1
- package/tools/qbd/journal-entries/update-qbd-journal-entries.js +1 -1
- package/tools/qbd/journal-entries/update-qbd-journal-entries.js.map +1 -1
- package/tools/qbd/journal-entries/update-qbd-journal-entries.mjs +1 -1
- package/tools/qbd/journal-entries/update-qbd-journal-entries.mjs.map +1 -1
- package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.mts.map +1 -1
- package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.ts.map +1 -1
- package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.js +1 -1
- package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.js.map +1 -1
- package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.mjs +1 -1
- package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.mjs.map +1 -1
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.mts.map +1 -1
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.ts.map +1 -1
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js +3 -2
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js.map +1 -1
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.mjs +3 -2
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.mjs.map +1 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.mts.map +1 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.ts.map +1 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.js +1 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.js.map +1 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.mjs +1 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.mjs.map +1 -1
- package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.mts.map +1 -1
- package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.ts.map +1 -1
- package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.js +1 -1
- package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.js.map +1 -1
- package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.mjs +1 -1
- package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.mjs.map +1 -1
- package/tools/qbd/other-names/create-qbd-other-names.d.mts.map +1 -1
- package/tools/qbd/other-names/create-qbd-other-names.d.ts.map +1 -1
- package/tools/qbd/other-names/create-qbd-other-names.js +1 -1
- package/tools/qbd/other-names/create-qbd-other-names.js.map +1 -1
- package/tools/qbd/other-names/create-qbd-other-names.mjs +1 -1
- package/tools/qbd/other-names/create-qbd-other-names.mjs.map +1 -1
- package/tools/qbd/other-names/list-qbd-other-names.js +1 -1
- package/tools/qbd/other-names/list-qbd-other-names.js.map +1 -1
- package/tools/qbd/other-names/list-qbd-other-names.mjs +1 -1
- package/tools/qbd/other-names/list-qbd-other-names.mjs.map +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.d.mts.map +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.d.ts.map +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.js +8 -2
- package/tools/qbd/other-names/retrieve-qbd-other-names.js.map +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.mjs +8 -2
- package/tools/qbd/other-names/retrieve-qbd-other-names.mjs.map +1 -1
- package/tools/qbd/other-names/update-qbd-other-names.d.mts.map +1 -1
- package/tools/qbd/other-names/update-qbd-other-names.d.ts.map +1 -1
- package/tools/qbd/other-names/update-qbd-other-names.js +1 -1
- package/tools/qbd/other-names/update-qbd-other-names.js.map +1 -1
- package/tools/qbd/other-names/update-qbd-other-names.mjs +1 -1
- package/tools/qbd/other-names/update-qbd-other-names.mjs.map +1 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.d.mts.map +1 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.d.ts.map +1 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.js +8 -2
- package/tools/qbd/payment-methods/create-qbd-payment-methods.js.map +1 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.mjs +8 -2
- package/tools/qbd/payment-methods/create-qbd-payment-methods.mjs.map +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.d.mts.map +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.d.ts.map +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.js +8 -2
- package/tools/qbd/payment-methods/list-qbd-payment-methods.js.map +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs +8 -2
- package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs.map +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.mts.map +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.ts.map +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js +8 -2
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js.map +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs +8 -2
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs.map +1 -1
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.mts.map +1 -1
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.ts.map +1 -1
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.js +8 -2
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.js.map +1 -1
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.mjs +8 -2
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.mjs.map +1 -1
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.mts.map +1 -1
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.ts.map +1 -1
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js +9 -2
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js.map +1 -1
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.mjs +9 -2
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.mjs.map +1 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.mts.map +1 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.ts.map +1 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js +8 -2
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js.map +1 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs +8 -2
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs.map +1 -1
- package/tools/qbd/preferences/retrieve-qbd-preferences.js +1 -1
- package/tools/qbd/preferences/retrieve-qbd-preferences.js.map +1 -1
- package/tools/qbd/preferences/retrieve-qbd-preferences.mjs +1 -1
- package/tools/qbd/preferences/retrieve-qbd-preferences.mjs.map +1 -1
- package/tools/qbd/price-levels/create-qbd-price-levels.d.mts.map +1 -1
- package/tools/qbd/price-levels/create-qbd-price-levels.d.ts.map +1 -1
- package/tools/qbd/price-levels/create-qbd-price-levels.js +8 -2
- package/tools/qbd/price-levels/create-qbd-price-levels.js.map +1 -1
- package/tools/qbd/price-levels/create-qbd-price-levels.mjs +8 -2
- package/tools/qbd/price-levels/create-qbd-price-levels.mjs.map +1 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.js +1 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.js.map +1 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.mjs +1 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.mjs.map +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.mts.map +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.ts.map +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.js +8 -2
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.js.map +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs +8 -2
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs.map +1 -1
- package/tools/qbd/price-levels/update-qbd-price-levels.d.mts.map +1 -1
- package/tools/qbd/price-levels/update-qbd-price-levels.d.ts.map +1 -1
- package/tools/qbd/price-levels/update-qbd-price-levels.js +1 -1
- package/tools/qbd/price-levels/update-qbd-price-levels.js.map +1 -1
- package/tools/qbd/price-levels/update-qbd-price-levels.mjs +1 -1
- package/tools/qbd/price-levels/update-qbd-price-levels.mjs.map +1 -1
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.mts.map +1 -1
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.ts.map +1 -1
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.js +1 -1
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.js.map +1 -1
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.mjs +1 -1
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.mjs.map +1 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.mts.map +1 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.ts.map +1 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.js +8 -2
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.js.map +1 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.mjs +8 -2
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.mjs.map +1 -1
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.mts.map +1 -1
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.ts.map +1 -1
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js +3 -2
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js.map +1 -1
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs +3 -2
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs.map +1 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.mts.map +1 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.ts.map +1 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.js +1 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.js.map +1 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.mjs +1 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.mjs.map +1 -1
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.mts.map +1 -1
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.ts.map +1 -1
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.js +1 -1
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.js.map +1 -1
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.mjs +1 -1
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.mjs.map +1 -1
- package/tools/qbd/receive-payments/create-qbd-receive-payments.d.mts.map +1 -1
- package/tools/qbd/receive-payments/create-qbd-receive-payments.d.ts.map +1 -1
- package/tools/qbd/receive-payments/create-qbd-receive-payments.js +1 -1
- package/tools/qbd/receive-payments/create-qbd-receive-payments.js.map +1 -1
- package/tools/qbd/receive-payments/create-qbd-receive-payments.mjs +1 -1
- package/tools/qbd/receive-payments/create-qbd-receive-payments.mjs.map +1 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.mts.map +1 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.ts.map +1 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.js +8 -2
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.js.map +1 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.mjs +8 -2
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.mjs.map +1 -1
- package/tools/qbd/receive-payments/list-qbd-receive-payments.d.mts.map +1 -1
- package/tools/qbd/receive-payments/list-qbd-receive-payments.d.ts.map +1 -1
- package/tools/qbd/receive-payments/list-qbd-receive-payments.js +3 -2
- package/tools/qbd/receive-payments/list-qbd-receive-payments.js.map +1 -1
- package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs +3 -2
- package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs.map +1 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.mts.map +1 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.ts.map +1 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.js +1 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.js.map +1 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.mjs +1 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.mjs.map +1 -1
- package/tools/qbd/receive-payments/update-qbd-receive-payments.d.mts.map +1 -1
- package/tools/qbd/receive-payments/update-qbd-receive-payments.d.ts.map +1 -1
- package/tools/qbd/receive-payments/update-qbd-receive-payments.js +1 -1
- package/tools/qbd/receive-payments/update-qbd-receive-payments.js.map +1 -1
- package/tools/qbd/receive-payments/update-qbd-receive-payments.mjs +1 -1
- package/tools/qbd/receive-payments/update-qbd-receive-payments.mjs.map +1 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.d.mts.map +1 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.d.ts.map +1 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.js +1 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.mjs +1 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.mts.map +1 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.ts.map +1 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.js +8 -2
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.mjs +8 -2
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-orders/list-qbd-sales-orders.d.mts.map +1 -1
- package/tools/qbd/sales-orders/list-qbd-sales-orders.d.ts.map +1 -1
- package/tools/qbd/sales-orders/list-qbd-sales-orders.js +3 -2
- package/tools/qbd/sales-orders/list-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs +3 -2
- package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.mts.map +1 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.ts.map +1 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.js +1 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.mjs +1 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.d.mts.map +1 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.d.ts.map +1 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.js +1 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.mjs +1 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.mts.map +1 -1
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.ts.map +1 -1
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.js +1 -1
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.js.map +1 -1
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.mjs +1 -1
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.mjs.map +1 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.mts.map +1 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.ts.map +1 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.js +8 -2
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.js.map +1 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.mjs +8 -2
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.mjs.map +1 -1
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.mts.map +1 -1
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.ts.map +1 -1
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js +3 -2
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js.map +1 -1
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs +3 -2
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs.map +1 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.mts.map +1 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.ts.map +1 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.js +1 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.js.map +1 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.mjs +1 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.mjs.map +1 -1
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.mts.map +1 -1
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.ts.map +1 -1
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.js +1 -1
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.js.map +1 -1
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.mjs +1 -1
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.mjs.map +1 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.mts.map +1 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.ts.map +1 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js +8 -2
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs +8 -2
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.mts.map +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.ts.map +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js +8 -2
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs +8 -2
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.mts.map +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.ts.map +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js +8 -2
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs +8 -2
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.mts.map +1 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.ts.map +1 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.js +8 -2
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.mjs +8 -2
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.mts.map +1 -1
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.ts.map +1 -1
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.js +8 -2
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.js.map +1 -1
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.mjs +8 -2
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.mjs.map +1 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.mts.map +1 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.ts.map +1 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js +8 -2
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js.map +1 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs +8 -2
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs.map +1 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.mts.map +1 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.ts.map +1 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js +8 -2
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js.map +1 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.mjs +8 -2
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.mjs.map +1 -1
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.mts.map +1 -1
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.ts.map +1 -1
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.js +8 -2
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.js.map +1 -1
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs +8 -2
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs.map +1 -1
- package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.mts.map +1 -1
- package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.ts.map +1 -1
- package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.js +1 -1
- package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.js.map +1 -1
- package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.mjs +1 -1
- package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.mjs.map +1 -1
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.mts.map +1 -1
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.ts.map +1 -1
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js +3 -2
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js.map +1 -1
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.mjs +3 -2
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.mjs.map +1 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.mts.map +1 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.ts.map +1 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js +8 -2
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js.map +1 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs +8 -2
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs.map +1 -1
- package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.mts.map +1 -1
- package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.ts.map +1 -1
- package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.js +1 -1
- package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.js.map +1 -1
- package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.mjs +1 -1
- package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.mjs.map +1 -1
- package/tools/qbd/service-items/create-qbd-service-items.d.mts.map +1 -1
- package/tools/qbd/service-items/create-qbd-service-items.d.ts.map +1 -1
- package/tools/qbd/service-items/create-qbd-service-items.js +1 -1
- package/tools/qbd/service-items/create-qbd-service-items.js.map +1 -1
- package/tools/qbd/service-items/create-qbd-service-items.mjs +1 -1
- package/tools/qbd/service-items/create-qbd-service-items.mjs.map +1 -1
- package/tools/qbd/service-items/list-qbd-service-items.d.mts.map +1 -1
- package/tools/qbd/service-items/list-qbd-service-items.d.ts.map +1 -1
- package/tools/qbd/service-items/list-qbd-service-items.js +3 -2
- package/tools/qbd/service-items/list-qbd-service-items.js.map +1 -1
- package/tools/qbd/service-items/list-qbd-service-items.mjs +3 -2
- package/tools/qbd/service-items/list-qbd-service-items.mjs.map +1 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.d.mts.map +1 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.d.ts.map +1 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.js +1 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.js.map +1 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.mjs +1 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.mjs.map +1 -1
- package/tools/qbd/service-items/update-qbd-service-items.d.mts.map +1 -1
- package/tools/qbd/service-items/update-qbd-service-items.d.ts.map +1 -1
- package/tools/qbd/service-items/update-qbd-service-items.js +1 -1
- package/tools/qbd/service-items/update-qbd-service-items.js.map +1 -1
- package/tools/qbd/service-items/update-qbd-service-items.mjs +1 -1
- package/tools/qbd/service-items/update-qbd-service-items.mjs.map +1 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.d.mts.map +1 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.d.ts.map +1 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.js +8 -2
- package/tools/qbd/standard-terms/create-qbd-standard-terms.js.map +1 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.mjs +8 -2
- package/tools/qbd/standard-terms/create-qbd-standard-terms.mjs.map +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.d.mts.map +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.d.ts.map +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.js +8 -2
- package/tools/qbd/standard-terms/list-qbd-standard-terms.js.map +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs +8 -2
- package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs.map +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.mts.map +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.ts.map +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js +8 -2
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js.map +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs +8 -2
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs.map +1 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.mts.map +1 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.ts.map +1 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.js +8 -2
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.mjs +8 -2
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.mjs.map +1 -1
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.mts.map +1 -1
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.ts.map +1 -1
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js +3 -2
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs +3 -2
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs.map +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.mts.map +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.ts.map +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js +8 -2
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs +8 -2
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs.map +1 -1
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.mts.map +1 -1
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.ts.map +1 -1
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.js +8 -2
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.mjs +8 -2
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.mjs.map +1 -1
- package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.mts.map +1 -1
- package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.ts.map +1 -1
- package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.js +1 -1
- package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.js.map +1 -1
- package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.mjs +1 -1
- package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.mjs.map +1 -1
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.mts.map +1 -1
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.ts.map +1 -1
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.js +8 -2
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.js.map +1 -1
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.mjs +8 -2
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.mjs.map +1 -1
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.mts.map +1 -1
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.ts.map +1 -1
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.js +3 -2
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.js.map +1 -1
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.mjs +3 -2
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.mjs.map +1 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.mts.map +1 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.ts.map +1 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js +8 -2
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js.map +1 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs +8 -2
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs.map +1 -1
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.mts.map +1 -1
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.ts.map +1 -1
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.js +1 -1
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.js.map +1 -1
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.mjs +1 -1
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.mjs.map +1 -1
- package/tools/qbd/transactions/list-qbd-transactions.d.mts.map +1 -1
- package/tools/qbd/transactions/list-qbd-transactions.d.ts.map +1 -1
- package/tools/qbd/transactions/list-qbd-transactions.js +3 -2
- package/tools/qbd/transactions/list-qbd-transactions.js.map +1 -1
- package/tools/qbd/transactions/list-qbd-transactions.mjs +3 -2
- package/tools/qbd/transactions/list-qbd-transactions.mjs.map +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.d.mts.map +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.d.ts.map +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.js +8 -2
- package/tools/qbd/transactions/retrieve-qbd-transactions.js.map +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.mjs +8 -2
- package/tools/qbd/transactions/retrieve-qbd-transactions.mjs.map +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.d.mts.map +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.d.ts.map +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.js +8 -2
- package/tools/qbd/transfers/create-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.mjs +8 -2
- package/tools/qbd/transfers/create-qbd-transfers.mjs.map +1 -1
- package/tools/qbd/transfers/list-qbd-transfers.d.mts.map +1 -1
- package/tools/qbd/transfers/list-qbd-transfers.d.ts.map +1 -1
- package/tools/qbd/transfers/list-qbd-transfers.js +9 -2
- package/tools/qbd/transfers/list-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/list-qbd-transfers.mjs +9 -2
- package/tools/qbd/transfers/list-qbd-transfers.mjs.map +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.d.mts.map +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.d.ts.map +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.js +8 -2
- package/tools/qbd/transfers/retrieve-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.mjs +8 -2
- package/tools/qbd/transfers/retrieve-qbd-transfers.mjs.map +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.d.mts.map +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.d.ts.map +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.js +8 -2
- package/tools/qbd/transfers/update-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.mjs +8 -2
- package/tools/qbd/transfers/update-qbd-transfers.mjs.map +1 -1
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.mts.map +1 -1
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.ts.map +1 -1
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.js +1 -1
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.js.map +1 -1
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.mjs +1 -1
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.mjs.map +1 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.mts.map +1 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.ts.map +1 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.js +8 -2
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.js.map +1 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.mjs +8 -2
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.mjs.map +1 -1
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.mts.map +1 -1
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.ts.map +1 -1
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js +3 -2
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js.map +1 -1
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs +3 -2
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs.map +1 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.mts.map +1 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.ts.map +1 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.js +1 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.js.map +1 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.mjs +1 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.mjs.map +1 -1
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.mts.map +1 -1
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.ts.map +1 -1
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.js +1 -1
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.js.map +1 -1
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.mjs +1 -1
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.mjs.map +1 -1
- package/tools/qbd/vendors/create-qbd-vendors.d.mts.map +1 -1
- package/tools/qbd/vendors/create-qbd-vendors.d.ts.map +1 -1
- package/tools/qbd/vendors/create-qbd-vendors.js +1 -1
- package/tools/qbd/vendors/create-qbd-vendors.js.map +1 -1
- package/tools/qbd/vendors/create-qbd-vendors.mjs +1 -1
- package/tools/qbd/vendors/create-qbd-vendors.mjs.map +1 -1
- package/tools/qbd/vendors/list-qbd-vendors.d.mts.map +1 -1
- package/tools/qbd/vendors/list-qbd-vendors.d.ts.map +1 -1
- package/tools/qbd/vendors/list-qbd-vendors.js +3 -2
- package/tools/qbd/vendors/list-qbd-vendors.js.map +1 -1
- package/tools/qbd/vendors/list-qbd-vendors.mjs +3 -2
- package/tools/qbd/vendors/list-qbd-vendors.mjs.map +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.d.mts.map +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.d.ts.map +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.js +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.js.map +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.mjs +1 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.mjs.map +1 -1
- package/tools/qbd/vendors/update-qbd-vendors.d.mts.map +1 -1
- package/tools/qbd/vendors/update-qbd-vendors.d.ts.map +1 -1
- package/tools/qbd/vendors/update-qbd-vendors.js +1 -1
- package/tools/qbd/vendors/update-qbd-vendors.js.map +1 -1
- package/tools/qbd/vendors/update-qbd-vendors.mjs +1 -1
- package/tools/qbd/vendors/update-qbd-vendors.mjs.map +1 -1
- package/tools/types.d.mts +1 -1
- package/tools/types.d.mts.map +1 -1
- package/tools/types.d.ts +1 -1
- package/tools/types.d.ts.map +1 -1
- package/tools/types.js.map +1 -1
- package/tools/types.mjs.map +1 -1
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.handler = exports.tool = exports.metadata = void 0;
|
|
5
|
+
const filtering_1 = require("conductor-node-mcp/filtering");
|
|
5
6
|
const types_1 = require("conductor-node-mcp/tools/types");
|
|
6
7
|
exports.metadata = {
|
|
7
8
|
resource: 'qbd.standard_terms',
|
|
@@ -12,7 +13,7 @@ exports.metadata = {
|
|
|
12
13
|
};
|
|
13
14
|
exports.tool = {
|
|
14
15
|
name: 'retrieve_qbd_standard_terms',
|
|
15
|
-
description: '
|
|
16
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves a standard term by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/standard_term',\n $defs: {\n standard_term: {\n type: 'object',\n title: 'The Standard Term object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this standard term. This ID is unique across all standard terms but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this standard term 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 discountDays: {\n type: 'number',\n description: 'The number of days within which payment must be received to qualify for the discount specified by `discountPercentage`.'\n },\n discountPercentage: {\n type: 'string',\n description: 'The discount percentage applied to the payment if received within the number of days specified by `discountDays`. The value is between 0 and 100.'\n },\n dueDays: {\n type: 'number',\n description: 'The number of days until payment is due.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this standard term is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this standard term, unique across all standard terms.\\n\\n**NOTE**: Standard terms 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_standard_term\"`.',\n enum: [ 'qbd_standard_term'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this standard term 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 standard term 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 'discountDays',\n 'discountPercentage',\n 'dueDays',\n 'isActive',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
16
17
|
inputSchema: {
|
|
17
18
|
type: 'object',
|
|
18
19
|
properties: {
|
|
@@ -24,12 +25,17 @@ exports.tool = {
|
|
|
24
25
|
type: 'string',
|
|
25
26
|
description: 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
|
|
26
27
|
},
|
|
28
|
+
jq_filter: {
|
|
29
|
+
type: 'string',
|
|
30
|
+
title: 'jq Filter',
|
|
31
|
+
description: '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
|
+
},
|
|
27
33
|
},
|
|
28
34
|
},
|
|
29
35
|
};
|
|
30
36
|
const handler = async (conductor, args) => {
|
|
31
37
|
const { id, ...body } = args;
|
|
32
|
-
return (0, types_1.asTextContentResult)(await conductor.qbd.standardTerms.retrieve(id, body));
|
|
38
|
+
return (0, types_1.asTextContentResult)(await (0, filtering_1.maybeFilter)(args, await conductor.qbd.standardTerms.retrieve(id, body)));
|
|
33
39
|
};
|
|
34
40
|
exports.handler = handler;
|
|
35
41
|
exports.default = { metadata: exports.metadata, tool: exports.tool, handler: exports.handler };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-standard-terms.js","sourceRoot":"","sources":["../../../src/tools/qbd/standard-terms/retrieve-qbd-standard-terms.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAAqE;AAMxD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,yCAAyC;CACpD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-standard-terms.js","sourceRoot":"","sources":["../../../src/tools/qbd/standard-terms/retrieve-qbd-standard-terms.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAAqE;AAMxD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,yCAAyC;CACpD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,4nGAA4nG;IAC9nG,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,6EAA6E;aAC3F;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,IAAI,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,aAAa,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;AAC5G,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { maybeFilter } from 'conductor-node-mcp/filtering';
|
|
2
3
|
import { asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
3
4
|
export const metadata = {
|
|
4
5
|
resource: 'qbd.standard_terms',
|
|
@@ -9,7 +10,7 @@ export const metadata = {
|
|
|
9
10
|
};
|
|
10
11
|
export const tool = {
|
|
11
12
|
name: 'retrieve_qbd_standard_terms',
|
|
12
|
-
description: '
|
|
13
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves a standard term by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/standard_term',\n $defs: {\n standard_term: {\n type: 'object',\n title: 'The Standard Term object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this standard term. This ID is unique across all standard terms but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this standard term 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 discountDays: {\n type: 'number',\n description: 'The number of days within which payment must be received to qualify for the discount specified by `discountPercentage`.'\n },\n discountPercentage: {\n type: 'string',\n description: 'The discount percentage applied to the payment if received within the number of days specified by `discountDays`. The value is between 0 and 100.'\n },\n dueDays: {\n type: 'number',\n description: 'The number of days until payment is due.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this standard term is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this standard term, unique across all standard terms.\\n\\n**NOTE**: Standard terms 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_standard_term\"`.',\n enum: [ 'qbd_standard_term'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this standard term 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 standard term 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 'discountDays',\n 'discountPercentage',\n 'dueDays',\n 'isActive',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
13
14
|
inputSchema: {
|
|
14
15
|
type: 'object',
|
|
15
16
|
properties: {
|
|
@@ -21,12 +22,17 @@ export const tool = {
|
|
|
21
22
|
type: 'string',
|
|
22
23
|
description: 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
|
|
23
24
|
},
|
|
25
|
+
jq_filter: {
|
|
26
|
+
type: 'string',
|
|
27
|
+
title: 'jq Filter',
|
|
28
|
+
description: '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/).',
|
|
29
|
+
},
|
|
24
30
|
},
|
|
25
31
|
},
|
|
26
32
|
};
|
|
27
33
|
export const handler = async (conductor, args) => {
|
|
28
34
|
const { id, ...body } = args;
|
|
29
|
-
return asTextContentResult(await conductor.qbd.standardTerms.retrieve(id, body));
|
|
35
|
+
return asTextContentResult(await maybeFilter(args, await conductor.qbd.standardTerms.retrieve(id, body)));
|
|
30
36
|
};
|
|
31
37
|
export default { metadata, tool, handler };
|
|
32
38
|
//# sourceMappingURL=retrieve-qbd-standard-terms.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-standard-terms.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/standard-terms/retrieve-qbd-standard-terms.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,yCAAyC;CACpD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-standard-terms.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/standard-terms/retrieve-qbd-standard-terms.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,yCAAyC;CACpD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,4nGAA4nG;IAC9nG,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,6EAA6E;aAC3F;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,IAAI,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,aAAa,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;AAC5G,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-qbd-subtotal-items.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/create-qbd-subtotal-items.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-qbd-subtotal-items.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/create-qbd-subtotal-items.ts"],"names":[],"mappings":"OAKO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA2DlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-qbd-subtotal-items.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/create-qbd-subtotal-items.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-qbd-subtotal-items.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/create-qbd-subtotal-items.ts"],"names":[],"mappings":"OAKO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA2DlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.handler = exports.tool = exports.metadata = void 0;
|
|
5
|
+
const filtering_1 = require("conductor-node-mcp/filtering");
|
|
5
6
|
const types_1 = require("conductor-node-mcp/tools/types");
|
|
6
7
|
exports.metadata = {
|
|
7
8
|
resource: 'qbd.subtotal_items',
|
|
@@ -12,7 +13,7 @@ exports.metadata = {
|
|
|
12
13
|
};
|
|
13
14
|
exports.tool = {
|
|
14
15
|
name: 'create_qbd_subtotal_items',
|
|
15
|
-
description: '
|
|
16
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreates a new subtotal item.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/subtotal_item',\n $defs: {\n subtotal_item: {\n type: 'object',\n title: 'The Subtotal Item object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this subtotal item. This ID is unique across all subtotal items but not across different QuickBooks object types.'\n },\n barcode: {\n type: 'string',\n description: 'The subtotal item\\'s barcode.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this subtotal item was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n customFields: {\n type: 'array',\n description: 'The custom fields for the subtotal item object, added as user-defined data extensions, not included in the standard QuickBooks object.',\n items: {\n type: 'object',\n title: 'The Custom Field object',\n properties: {\n name: {\n type: 'string',\n description: 'The name of the custom field, unique for the specified `ownerId`. For public custom fields, this name is visible as a label in the QuickBooks UI.'\n },\n ownerId: {\n type: 'string',\n description: 'The identifier of the owner of the custom field, which QuickBooks internally calls a \"data extension\". For public custom fields visible in the UI, such as those added by the QuickBooks user, this is always \"0\". For private custom fields that are only visible to the application that created them, this is a valid GUID identifying the owning application. Internally, Conductor always fetches all public custom fields (those with an `ownerId` of \"0\") for all objects.'\n },\n type: {\n type: 'string',\n description: 'The data type of this custom field.',\n enum: [ 'amount_type',\n 'date_time_type',\n 'integer_type',\n 'percent_type',\n 'price_type',\n 'quantity_type',\n 'string_1024_type',\n 'string_255_type'\n ]\n },\n value: {\n type: 'string',\n description: 'The value of this custom field. The maximum length depends on the field\\'s data type.'\n }\n },\n required: [ 'name',\n 'ownerId',\n 'type',\n 'value'\n ]\n }\n },\n description: {\n type: 'string',\n description: 'The subtotal item\\'s description that will appear on sales forms that include this item.'\n },\n externalId: {\n type: 'string',\n description: 'A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this subtotal item is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this subtotal item, unique across all subtotal items.\\n\\n**NOTE**: Subtotal items 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_subtotal_item\"`.',\n enum: [ 'qbd_subtotal_item'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this subtotal item 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 specialItemType: {\n type: 'string',\n description: 'The type of special item for this subtotal item.',\n enum: [ 'finance_charge',\n 'reimbursable_expense_group',\n 'reimbursable_expense_subtotal'\n ]\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this subtotal item was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n }\n },\n required: [ 'id',\n 'barcode',\n 'createdAt',\n 'customFields',\n 'description',\n 'externalId',\n 'isActive',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'specialItemType',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
16
17
|
inputSchema: {
|
|
17
18
|
type: 'object',
|
|
18
19
|
properties: {
|
|
@@ -55,12 +56,17 @@ exports.tool = {
|
|
|
55
56
|
type: 'boolean',
|
|
56
57
|
description: 'Indicates whether this subtotal item is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.',
|
|
57
58
|
},
|
|
59
|
+
jq_filter: {
|
|
60
|
+
type: 'string',
|
|
61
|
+
title: 'jq Filter',
|
|
62
|
+
description: '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/).',
|
|
63
|
+
},
|
|
58
64
|
},
|
|
59
65
|
},
|
|
60
66
|
};
|
|
61
67
|
const handler = async (conductor, args) => {
|
|
62
68
|
const body = args;
|
|
63
|
-
return (0, types_1.asTextContentResult)(await conductor.qbd.subtotalItems.create(body));
|
|
69
|
+
return (0, types_1.asTextContentResult)(await (0, filtering_1.maybeFilter)(args, await conductor.qbd.subtotalItems.create(body)));
|
|
64
70
|
};
|
|
65
71
|
exports.handler = handler;
|
|
66
72
|
exports.default = { metadata: exports.metadata, tool: exports.tool, handler: exports.handler };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-qbd-subtotal-items.js","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/create-qbd-subtotal-items.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAAqE;AAMxD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,oCAAoC;CAC/C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,
|
|
1
|
+
{"version":3,"file":"create-qbd-subtotal-items.js","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/create-qbd-subtotal-items.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAAqE;AAMxD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,oCAAoC;CAC/C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EACT,s5KAAs5K;IACx5K,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,iTAAiT;aACpT;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,OAAO,EAAE;gBACP,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,8BAA8B;gBAC3C,UAAU,EAAE;oBACV,aAAa,EAAE;wBACb,IAAI,EAAE,SAAS;wBACf,WAAW,EAAE,0DAA0D;qBACxE;oBACD,gBAAgB,EAAE;wBAChB,IAAI,EAAE,SAAS;wBACf,WAAW,EAAE,qEAAqE;qBACnF;oBACD,KAAK,EAAE;wBACL,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,2BAA2B;qBACzC;iBACF;gBACD,QAAQ,EAAE,EAAE;aACb;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,yFAAyF;aAC5F;YACD,UAAU,EAAE;gBACV,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,uSAAuS;aAC1S;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,iJAAiJ;aACpJ;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,IAAI,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AACtG,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { maybeFilter } from 'conductor-node-mcp/filtering';
|
|
2
3
|
import { asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
3
4
|
export const metadata = {
|
|
4
5
|
resource: 'qbd.subtotal_items',
|
|
@@ -9,7 +10,7 @@ export const metadata = {
|
|
|
9
10
|
};
|
|
10
11
|
export const tool = {
|
|
11
12
|
name: 'create_qbd_subtotal_items',
|
|
12
|
-
description: '
|
|
13
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreates a new subtotal item.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/subtotal_item',\n $defs: {\n subtotal_item: {\n type: 'object',\n title: 'The Subtotal Item object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this subtotal item. This ID is unique across all subtotal items but not across different QuickBooks object types.'\n },\n barcode: {\n type: 'string',\n description: 'The subtotal item\\'s barcode.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this subtotal item was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n customFields: {\n type: 'array',\n description: 'The custom fields for the subtotal item object, added as user-defined data extensions, not included in the standard QuickBooks object.',\n items: {\n type: 'object',\n title: 'The Custom Field object',\n properties: {\n name: {\n type: 'string',\n description: 'The name of the custom field, unique for the specified `ownerId`. For public custom fields, this name is visible as a label in the QuickBooks UI.'\n },\n ownerId: {\n type: 'string',\n description: 'The identifier of the owner of the custom field, which QuickBooks internally calls a \"data extension\". For public custom fields visible in the UI, such as those added by the QuickBooks user, this is always \"0\". For private custom fields that are only visible to the application that created them, this is a valid GUID identifying the owning application. Internally, Conductor always fetches all public custom fields (those with an `ownerId` of \"0\") for all objects.'\n },\n type: {\n type: 'string',\n description: 'The data type of this custom field.',\n enum: [ 'amount_type',\n 'date_time_type',\n 'integer_type',\n 'percent_type',\n 'price_type',\n 'quantity_type',\n 'string_1024_type',\n 'string_255_type'\n ]\n },\n value: {\n type: 'string',\n description: 'The value of this custom field. The maximum length depends on the field\\'s data type.'\n }\n },\n required: [ 'name',\n 'ownerId',\n 'type',\n 'value'\n ]\n }\n },\n description: {\n type: 'string',\n description: 'The subtotal item\\'s description that will appear on sales forms that include this item.'\n },\n externalId: {\n type: 'string',\n description: 'A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this subtotal item is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this subtotal item, unique across all subtotal items.\\n\\n**NOTE**: Subtotal items 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_subtotal_item\"`.',\n enum: [ 'qbd_subtotal_item'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this subtotal item 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 specialItemType: {\n type: 'string',\n description: 'The type of special item for this subtotal item.',\n enum: [ 'finance_charge',\n 'reimbursable_expense_group',\n 'reimbursable_expense_subtotal'\n ]\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this subtotal item was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n }\n },\n required: [ 'id',\n 'barcode',\n 'createdAt',\n 'customFields',\n 'description',\n 'externalId',\n 'isActive',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'specialItemType',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
13
14
|
inputSchema: {
|
|
14
15
|
type: 'object',
|
|
15
16
|
properties: {
|
|
@@ -52,12 +53,17 @@ export const tool = {
|
|
|
52
53
|
type: 'boolean',
|
|
53
54
|
description: 'Indicates whether this subtotal item is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.',
|
|
54
55
|
},
|
|
56
|
+
jq_filter: {
|
|
57
|
+
type: 'string',
|
|
58
|
+
title: 'jq Filter',
|
|
59
|
+
description: '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/).',
|
|
60
|
+
},
|
|
55
61
|
},
|
|
56
62
|
},
|
|
57
63
|
};
|
|
58
64
|
export const handler = async (conductor, args) => {
|
|
59
65
|
const body = args;
|
|
60
|
-
return asTextContentResult(await conductor.qbd.subtotalItems.create(body));
|
|
66
|
+
return asTextContentResult(await maybeFilter(args, await conductor.qbd.subtotalItems.create(body)));
|
|
61
67
|
};
|
|
62
68
|
export default { metadata, tool, handler };
|
|
63
69
|
//# sourceMappingURL=create-qbd-subtotal-items.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-qbd-subtotal-items.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/create-qbd-subtotal-items.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,oCAAoC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,
|
|
1
|
+
{"version":3,"file":"create-qbd-subtotal-items.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/create-qbd-subtotal-items.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,oCAAoC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EACT,s5KAAs5K;IACx5K,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,iTAAiT;aACpT;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,OAAO,EAAE;gBACP,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,8BAA8B;gBAC3C,UAAU,EAAE;oBACV,aAAa,EAAE;wBACb,IAAI,EAAE,SAAS;wBACf,WAAW,EAAE,0DAA0D;qBACxE;oBACD,gBAAgB,EAAE;wBAChB,IAAI,EAAE,SAAS;wBACf,WAAW,EAAE,qEAAqE;qBACnF;oBACD,KAAK,EAAE;wBACL,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,2BAA2B;qBACzC;iBACF;gBACD,QAAQ,EAAE,EAAE;aACb;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,yFAAyF;aAC5F;YACD,UAAU,EAAE;gBACV,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,uSAAuS;aAC1S;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,iJAAiJ;aACpJ;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,IAAI,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,aAAa,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AACtG,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-qbd-subtotal-items.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/list-qbd-subtotal-items.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAgFlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,
|
|
1
|
+
{"version":3,"file":"list-qbd-subtotal-items.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/list-qbd-subtotal-items.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAgFlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAI5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAJuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAM7F,wBAA2C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-qbd-subtotal-items.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/list-qbd-subtotal-items.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAgFlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,
|
|
1
|
+
{"version":3,"file":"list-qbd-subtotal-items.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/list-qbd-subtotal-items.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAgFlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAI5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAJuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAM7F,wBAA2C"}
|
|
@@ -12,7 +12,7 @@ exports.metadata = {
|
|
|
12
12
|
};
|
|
13
13
|
exports.tool = {
|
|
14
14
|
name: 'list_qbd_subtotal_items',
|
|
15
|
-
description: '
|
|
15
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of subtotal items. Use the `cursor` parameter to paginate through the results.",
|
|
16
16
|
inputSchema: {
|
|
17
17
|
type: 'object',
|
|
18
18
|
properties: {
|
|
@@ -80,7 +80,8 @@ exports.tool = {
|
|
|
80
80
|
};
|
|
81
81
|
const handler = async (conductor, args) => {
|
|
82
82
|
const body = args;
|
|
83
|
-
|
|
83
|
+
const response = await conductor.qbd.subtotalItems.list(body).asResponse();
|
|
84
|
+
return (0, types_1.asTextContentResult)(await response.json());
|
|
84
85
|
};
|
|
85
86
|
exports.handler = handler;
|
|
86
87
|
exports.default = { metadata: exports.metadata, tool: exports.tool, handler: exports.handler };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-qbd-subtotal-items.js","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/list-qbd-subtotal-items.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAAqE;AAMxD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,oCAAoC;CAC/C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EACT
|
|
1
|
+
{"version":3,"file":"list-qbd-subtotal-items.js","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/list-qbd-subtotal-items.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAAqE;AAMxD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,oCAAoC;CAC/C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EACT,uQAAuQ;IACzQ,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gPAAgP;aACnP;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,6TAA6T;gBAC/T,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,gZAAgZ;aACnZ;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mLAAmL;aACtL;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,oLAAoL;aACvL;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,4WAA4W;gBAC9W,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,oLAAoL;aACvL;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,4FAA4F;aAC/F;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,+DAA+D;gBAC5E,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC;aACpC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,sMAAsM;aACzM;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,uMAAuM;aAC1M;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,MAAM,QAAQ,GAAG,MAAM,SAAS,CAAC,GAAG,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE,CAAC;IAC3E,OAAO,IAAA,2BAAmB,EAAC,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC,CAAC;AACpD,CAAC,CAAC;AAJW,QAAA,OAAO,WAIlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -9,7 +9,7 @@ export const metadata = {
|
|
|
9
9
|
};
|
|
10
10
|
export const tool = {
|
|
11
11
|
name: 'list_qbd_subtotal_items',
|
|
12
|
-
description: '
|
|
12
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of subtotal items. Use the `cursor` parameter to paginate through the results.",
|
|
13
13
|
inputSchema: {
|
|
14
14
|
type: 'object',
|
|
15
15
|
properties: {
|
|
@@ -77,7 +77,8 @@ export const tool = {
|
|
|
77
77
|
};
|
|
78
78
|
export const handler = async (conductor, args) => {
|
|
79
79
|
const body = args;
|
|
80
|
-
|
|
80
|
+
const response = await conductor.qbd.subtotalItems.list(body).asResponse();
|
|
81
|
+
return asTextContentResult(await response.json());
|
|
81
82
|
};
|
|
82
83
|
export default { metadata, tool, handler };
|
|
83
84
|
//# sourceMappingURL=list-qbd-subtotal-items.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-qbd-subtotal-items.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/list-qbd-subtotal-items.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,oCAAoC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EACT
|
|
1
|
+
{"version":3,"file":"list-qbd-subtotal-items.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/list-qbd-subtotal-items.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,oCAAoC;CAC/C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EACT,uQAAuQ;IACzQ,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gPAAgP;aACnP;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,6TAA6T;gBAC/T,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,gZAAgZ;aACnZ;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mLAAmL;aACtL;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,oLAAoL;aACvL;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,4WAA4W;gBAC9W,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,oLAAoL;aACvL;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,4FAA4F;aAC/F;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,+DAA+D;gBAC5E,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC;aACpC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,sMAAsM;aACzM;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,uMAAuM;aAC1M;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,MAAM,QAAQ,GAAG,MAAM,SAAS,CAAC,GAAG,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE,CAAC;IAC3E,OAAO,mBAAmB,CAAC,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC,CAAC;AACpD,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-subtotal-items.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-subtotal-items.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts"],"names":[],"mappings":"OAKO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAwBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-subtotal-items.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-subtotal-items.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts"],"names":[],"mappings":"OAKO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAwBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.handler = exports.tool = exports.metadata = void 0;
|
|
5
|
+
const filtering_1 = require("conductor-node-mcp/filtering");
|
|
5
6
|
const types_1 = require("conductor-node-mcp/tools/types");
|
|
6
7
|
exports.metadata = {
|
|
7
8
|
resource: 'qbd.subtotal_items',
|
|
@@ -12,7 +13,7 @@ exports.metadata = {
|
|
|
12
13
|
};
|
|
13
14
|
exports.tool = {
|
|
14
15
|
name: 'retrieve_qbd_subtotal_items',
|
|
15
|
-
description: '
|
|
16
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves a subtotal item by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/subtotal_item',\n $defs: {\n subtotal_item: {\n type: 'object',\n title: 'The Subtotal Item object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this subtotal item. This ID is unique across all subtotal items but not across different QuickBooks object types.'\n },\n barcode: {\n type: 'string',\n description: 'The subtotal item\\'s barcode.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this subtotal item was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n customFields: {\n type: 'array',\n description: 'The custom fields for the subtotal item object, added as user-defined data extensions, not included in the standard QuickBooks object.',\n items: {\n type: 'object',\n title: 'The Custom Field object',\n properties: {\n name: {\n type: 'string',\n description: 'The name of the custom field, unique for the specified `ownerId`. For public custom fields, this name is visible as a label in the QuickBooks UI.'\n },\n ownerId: {\n type: 'string',\n description: 'The identifier of the owner of the custom field, which QuickBooks internally calls a \"data extension\". For public custom fields visible in the UI, such as those added by the QuickBooks user, this is always \"0\". For private custom fields that are only visible to the application that created them, this is a valid GUID identifying the owning application. Internally, Conductor always fetches all public custom fields (those with an `ownerId` of \"0\") for all objects.'\n },\n type: {\n type: 'string',\n description: 'The data type of this custom field.',\n enum: [ 'amount_type',\n 'date_time_type',\n 'integer_type',\n 'percent_type',\n 'price_type',\n 'quantity_type',\n 'string_1024_type',\n 'string_255_type'\n ]\n },\n value: {\n type: 'string',\n description: 'The value of this custom field. The maximum length depends on the field\\'s data type.'\n }\n },\n required: [ 'name',\n 'ownerId',\n 'type',\n 'value'\n ]\n }\n },\n description: {\n type: 'string',\n description: 'The subtotal item\\'s description that will appear on sales forms that include this item.'\n },\n externalId: {\n type: 'string',\n description: 'A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this subtotal item is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this subtotal item, unique across all subtotal items.\\n\\n**NOTE**: Subtotal items 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_subtotal_item\"`.',\n enum: [ 'qbd_subtotal_item'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this subtotal item 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 specialItemType: {\n type: 'string',\n description: 'The type of special item for this subtotal item.',\n enum: [ 'finance_charge',\n 'reimbursable_expense_group',\n 'reimbursable_expense_subtotal'\n ]\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this subtotal item was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n }\n },\n required: [ 'id',\n 'barcode',\n 'createdAt',\n 'customFields',\n 'description',\n 'externalId',\n 'isActive',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'specialItemType',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
16
17
|
inputSchema: {
|
|
17
18
|
type: 'object',
|
|
18
19
|
properties: {
|
|
@@ -24,12 +25,17 @@ exports.tool = {
|
|
|
24
25
|
type: 'string',
|
|
25
26
|
description: 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
|
|
26
27
|
},
|
|
28
|
+
jq_filter: {
|
|
29
|
+
type: 'string',
|
|
30
|
+
title: 'jq Filter',
|
|
31
|
+
description: '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
|
+
},
|
|
27
33
|
},
|
|
28
34
|
},
|
|
29
35
|
};
|
|
30
36
|
const handler = async (conductor, args) => {
|
|
31
37
|
const { id, ...body } = args;
|
|
32
|
-
return (0, types_1.asTextContentResult)(await conductor.qbd.subtotalItems.retrieve(id, body));
|
|
38
|
+
return (0, types_1.asTextContentResult)(await (0, filtering_1.maybeFilter)(args, await conductor.qbd.subtotalItems.retrieve(id, body)));
|
|
33
39
|
};
|
|
34
40
|
exports.handler = handler;
|
|
35
41
|
exports.default = { metadata: exports.metadata, tool: exports.tool, handler: exports.handler };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-subtotal-items.js","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAAqE;AAMxD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,yCAAyC;CACpD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-subtotal-items.js","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAAqE;AAMxD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,yCAAyC;CACpD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,05KAA05K;IAC55K,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,6EAA6E;aAC3F;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,IAAI,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,aAAa,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;AAC5G,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { maybeFilter } from 'conductor-node-mcp/filtering';
|
|
2
3
|
import { asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
3
4
|
export const metadata = {
|
|
4
5
|
resource: 'qbd.subtotal_items',
|
|
@@ -9,7 +10,7 @@ export const metadata = {
|
|
|
9
10
|
};
|
|
10
11
|
export const tool = {
|
|
11
12
|
name: 'retrieve_qbd_subtotal_items',
|
|
12
|
-
description: '
|
|
13
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves a subtotal item by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/subtotal_item',\n $defs: {\n subtotal_item: {\n type: 'object',\n title: 'The Subtotal Item object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this subtotal item. This ID is unique across all subtotal items but not across different QuickBooks object types.'\n },\n barcode: {\n type: 'string',\n description: 'The subtotal item\\'s barcode.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this subtotal item was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n customFields: {\n type: 'array',\n description: 'The custom fields for the subtotal item object, added as user-defined data extensions, not included in the standard QuickBooks object.',\n items: {\n type: 'object',\n title: 'The Custom Field object',\n properties: {\n name: {\n type: 'string',\n description: 'The name of the custom field, unique for the specified `ownerId`. For public custom fields, this name is visible as a label in the QuickBooks UI.'\n },\n ownerId: {\n type: 'string',\n description: 'The identifier of the owner of the custom field, which QuickBooks internally calls a \"data extension\". For public custom fields visible in the UI, such as those added by the QuickBooks user, this is always \"0\". For private custom fields that are only visible to the application that created them, this is a valid GUID identifying the owning application. Internally, Conductor always fetches all public custom fields (those with an `ownerId` of \"0\") for all objects.'\n },\n type: {\n type: 'string',\n description: 'The data type of this custom field.',\n enum: [ 'amount_type',\n 'date_time_type',\n 'integer_type',\n 'percent_type',\n 'price_type',\n 'quantity_type',\n 'string_1024_type',\n 'string_255_type'\n ]\n },\n value: {\n type: 'string',\n description: 'The value of this custom field. The maximum length depends on the field\\'s data type.'\n }\n },\n required: [ 'name',\n 'ownerId',\n 'type',\n 'value'\n ]\n }\n },\n description: {\n type: 'string',\n description: 'The subtotal item\\'s description that will appear on sales forms that include this item.'\n },\n externalId: {\n type: 'string',\n description: 'A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this subtotal item is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this subtotal item, unique across all subtotal items.\\n\\n**NOTE**: Subtotal items 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_subtotal_item\"`.',\n enum: [ 'qbd_subtotal_item'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this subtotal item 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 specialItemType: {\n type: 'string',\n description: 'The type of special item for this subtotal item.',\n enum: [ 'finance_charge',\n 'reimbursable_expense_group',\n 'reimbursable_expense_subtotal'\n ]\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this subtotal item was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n }\n },\n required: [ 'id',\n 'barcode',\n 'createdAt',\n 'customFields',\n 'description',\n 'externalId',\n 'isActive',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'specialItemType',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
13
14
|
inputSchema: {
|
|
14
15
|
type: 'object',
|
|
15
16
|
properties: {
|
|
@@ -21,12 +22,17 @@ export const tool = {
|
|
|
21
22
|
type: 'string',
|
|
22
23
|
description: 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
|
|
23
24
|
},
|
|
25
|
+
jq_filter: {
|
|
26
|
+
type: 'string',
|
|
27
|
+
title: 'jq Filter',
|
|
28
|
+
description: '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/).',
|
|
29
|
+
},
|
|
24
30
|
},
|
|
25
31
|
},
|
|
26
32
|
};
|
|
27
33
|
export const handler = async (conductor, args) => {
|
|
28
34
|
const { id, ...body } = args;
|
|
29
|
-
return asTextContentResult(await conductor.qbd.subtotalItems.retrieve(id, body));
|
|
35
|
+
return asTextContentResult(await maybeFilter(args, await conductor.qbd.subtotalItems.retrieve(id, body)));
|
|
30
36
|
};
|
|
31
37
|
export default { metadata, tool, handler };
|
|
32
38
|
//# sourceMappingURL=retrieve-qbd-subtotal-items.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-subtotal-items.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,yCAAyC;CACpD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-subtotal-items.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,yCAAyC;CACpD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,05KAA05K;IAC55K,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,6EAA6E;aAC3F;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,IAAI,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,aAAa,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;AAC5G,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-qbd-subtotal-items.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/update-qbd-subtotal-items.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"update-qbd-subtotal-items.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/update-qbd-subtotal-items.ts"],"names":[],"mappings":"OAKO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA+DlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-qbd-subtotal-items.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/update-qbd-subtotal-items.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"update-qbd-subtotal-items.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/update-qbd-subtotal-items.ts"],"names":[],"mappings":"OAKO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA+DlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.handler = exports.tool = exports.metadata = void 0;
|
|
5
|
+
const filtering_1 = require("conductor-node-mcp/filtering");
|
|
5
6
|
const types_1 = require("conductor-node-mcp/tools/types");
|
|
6
7
|
exports.metadata = {
|
|
7
8
|
resource: 'qbd.subtotal_items',
|
|
@@ -12,7 +13,7 @@ exports.metadata = {
|
|
|
12
13
|
};
|
|
13
14
|
exports.tool = {
|
|
14
15
|
name: 'update_qbd_subtotal_items',
|
|
15
|
-
description: '
|
|
16
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nUpdates an existing subtotal item.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/subtotal_item',\n $defs: {\n subtotal_item: {\n type: 'object',\n title: 'The Subtotal Item object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this subtotal item. This ID is unique across all subtotal items but not across different QuickBooks object types.'\n },\n barcode: {\n type: 'string',\n description: 'The subtotal item\\'s barcode.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this subtotal item was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n customFields: {\n type: 'array',\n description: 'The custom fields for the subtotal item object, added as user-defined data extensions, not included in the standard QuickBooks object.',\n items: {\n type: 'object',\n title: 'The Custom Field object',\n properties: {\n name: {\n type: 'string',\n description: 'The name of the custom field, unique for the specified `ownerId`. For public custom fields, this name is visible as a label in the QuickBooks UI.'\n },\n ownerId: {\n type: 'string',\n description: 'The identifier of the owner of the custom field, which QuickBooks internally calls a \"data extension\". For public custom fields visible in the UI, such as those added by the QuickBooks user, this is always \"0\". For private custom fields that are only visible to the application that created them, this is a valid GUID identifying the owning application. Internally, Conductor always fetches all public custom fields (those with an `ownerId` of \"0\") for all objects.'\n },\n type: {\n type: 'string',\n description: 'The data type of this custom field.',\n enum: [ 'amount_type',\n 'date_time_type',\n 'integer_type',\n 'percent_type',\n 'price_type',\n 'quantity_type',\n 'string_1024_type',\n 'string_255_type'\n ]\n },\n value: {\n type: 'string',\n description: 'The value of this custom field. The maximum length depends on the field\\'s data type.'\n }\n },\n required: [ 'name',\n 'ownerId',\n 'type',\n 'value'\n ]\n }\n },\n description: {\n type: 'string',\n description: 'The subtotal item\\'s description that will appear on sales forms that include this item.'\n },\n externalId: {\n type: 'string',\n description: 'A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this subtotal item is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this subtotal item, unique across all subtotal items.\\n\\n**NOTE**: Subtotal items 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_subtotal_item\"`.',\n enum: [ 'qbd_subtotal_item'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this subtotal item 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 specialItemType: {\n type: 'string',\n description: 'The type of special item for this subtotal item.',\n enum: [ 'finance_charge',\n 'reimbursable_expense_group',\n 'reimbursable_expense_subtotal'\n ]\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this subtotal item was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n }\n },\n required: [ 'id',\n 'barcode',\n 'createdAt',\n 'customFields',\n 'description',\n 'externalId',\n 'isActive',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'specialItemType',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
16
17
|
inputSchema: {
|
|
17
18
|
type: 'object',
|
|
18
19
|
properties: {
|
|
@@ -59,12 +60,17 @@ exports.tool = {
|
|
|
59
60
|
type: 'string',
|
|
60
61
|
description: 'The case-insensitive unique name of this subtotal item, unique across all subtotal items.\n\n**NOTE**: Subtotal items 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: 31 characters.',
|
|
61
62
|
},
|
|
63
|
+
jq_filter: {
|
|
64
|
+
type: 'string',
|
|
65
|
+
title: 'jq Filter',
|
|
66
|
+
description: '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/).',
|
|
67
|
+
},
|
|
62
68
|
},
|
|
63
69
|
},
|
|
64
70
|
};
|
|
65
71
|
const handler = async (conductor, args) => {
|
|
66
72
|
const { id, ...body } = args;
|
|
67
|
-
return (0, types_1.asTextContentResult)(await conductor.qbd.subtotalItems.update(id, body));
|
|
73
|
+
return (0, types_1.asTextContentResult)(await (0, filtering_1.maybeFilter)(args, await conductor.qbd.subtotalItems.update(id, body)));
|
|
68
74
|
};
|
|
69
75
|
exports.handler = handler;
|
|
70
76
|
exports.default = { metadata: exports.metadata, tool: exports.tool, handler: exports.handler };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-qbd-subtotal-items.js","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/update-qbd-subtotal-items.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAAqE;AAMxD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,yCAAyC;CACpD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,
|
|
1
|
+
{"version":3,"file":"update-qbd-subtotal-items.js","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/update-qbd-subtotal-items.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAAqE;AAMxD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,yCAAyC;CACpD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EACT,45KAA45K;IAC95K,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,2EAA2E;aACzF;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mRAAmR;aACtR;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,OAAO,EAAE;gBACP,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,8BAA8B;gBAC3C,UAAU,EAAE;oBACV,aAAa,EAAE;wBACb,IAAI,EAAE,SAAS;wBACf,WAAW,EAAE,0DAA0D;qBACxE;oBACD,gBAAgB,EAAE;wBAChB,IAAI,EAAE,SAAS;wBACf,WAAW,EAAE,qEAAqE;qBACnF;oBACD,KAAK,EAAE;wBACL,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,2BAA2B;qBACzC;iBACF;gBACD,QAAQ,EAAE,EAAE;aACb;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,yFAAyF;aAC5F;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,iJAAiJ;aACpJ;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,iTAAiT;aACpT;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,IAAI,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,aAAa,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;AAC1G,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { maybeFilter } from 'conductor-node-mcp/filtering';
|
|
2
3
|
import { asTextContentResult } from 'conductor-node-mcp/tools/types';
|
|
3
4
|
export const metadata = {
|
|
4
5
|
resource: 'qbd.subtotal_items',
|
|
@@ -9,7 +10,7 @@ export const metadata = {
|
|
|
9
10
|
};
|
|
10
11
|
export const tool = {
|
|
11
12
|
name: 'update_qbd_subtotal_items',
|
|
12
|
-
description: '
|
|
13
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nUpdates an existing subtotal item.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/subtotal_item',\n $defs: {\n subtotal_item: {\n type: 'object',\n title: 'The Subtotal Item object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this subtotal item. This ID is unique across all subtotal items but not across different QuickBooks object types.'\n },\n barcode: {\n type: 'string',\n description: 'The subtotal item\\'s barcode.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this subtotal item was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n customFields: {\n type: 'array',\n description: 'The custom fields for the subtotal item object, added as user-defined data extensions, not included in the standard QuickBooks object.',\n items: {\n type: 'object',\n title: 'The Custom Field object',\n properties: {\n name: {\n type: 'string',\n description: 'The name of the custom field, unique for the specified `ownerId`. For public custom fields, this name is visible as a label in the QuickBooks UI.'\n },\n ownerId: {\n type: 'string',\n description: 'The identifier of the owner of the custom field, which QuickBooks internally calls a \"data extension\". For public custom fields visible in the UI, such as those added by the QuickBooks user, this is always \"0\". For private custom fields that are only visible to the application that created them, this is a valid GUID identifying the owning application. Internally, Conductor always fetches all public custom fields (those with an `ownerId` of \"0\") for all objects.'\n },\n type: {\n type: 'string',\n description: 'The data type of this custom field.',\n enum: [ 'amount_type',\n 'date_time_type',\n 'integer_type',\n 'percent_type',\n 'price_type',\n 'quantity_type',\n 'string_1024_type',\n 'string_255_type'\n ]\n },\n value: {\n type: 'string',\n description: 'The value of this custom field. The maximum length depends on the field\\'s data type.'\n }\n },\n required: [ 'name',\n 'ownerId',\n 'type',\n 'value'\n ]\n }\n },\n description: {\n type: 'string',\n description: 'The subtotal item\\'s description that will appear on sales forms that include this item.'\n },\n externalId: {\n type: 'string',\n description: 'A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this subtotal item is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this subtotal item, unique across all subtotal items.\\n\\n**NOTE**: Subtotal items 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_subtotal_item\"`.',\n enum: [ 'qbd_subtotal_item'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this subtotal item 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 specialItemType: {\n type: 'string',\n description: 'The type of special item for this subtotal item.',\n enum: [ 'finance_charge',\n 'reimbursable_expense_group',\n 'reimbursable_expense_subtotal'\n ]\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this subtotal item was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n }\n },\n required: [ 'id',\n 'barcode',\n 'createdAt',\n 'customFields',\n 'description',\n 'externalId',\n 'isActive',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'specialItemType',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
13
14
|
inputSchema: {
|
|
14
15
|
type: 'object',
|
|
15
16
|
properties: {
|
|
@@ -56,12 +57,17 @@ export const tool = {
|
|
|
56
57
|
type: 'string',
|
|
57
58
|
description: 'The case-insensitive unique name of this subtotal item, unique across all subtotal items.\n\n**NOTE**: Subtotal items 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: 31 characters.',
|
|
58
59
|
},
|
|
60
|
+
jq_filter: {
|
|
61
|
+
type: 'string',
|
|
62
|
+
title: 'jq Filter',
|
|
63
|
+
description: '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/).',
|
|
64
|
+
},
|
|
59
65
|
},
|
|
60
66
|
},
|
|
61
67
|
};
|
|
62
68
|
export const handler = async (conductor, args) => {
|
|
63
69
|
const { id, ...body } = args;
|
|
64
|
-
return asTextContentResult(await conductor.qbd.subtotalItems.update(id, body));
|
|
70
|
+
return asTextContentResult(await maybeFilter(args, await conductor.qbd.subtotalItems.update(id, body)));
|
|
65
71
|
};
|
|
66
72
|
export default { metadata, tool, handler };
|
|
67
73
|
//# sourceMappingURL=update-qbd-subtotal-items.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-qbd-subtotal-items.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/update-qbd-subtotal-items.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,yCAAyC;CACpD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,
|
|
1
|
+
{"version":3,"file":"update-qbd-subtotal-items.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/subtotal-items/update-qbd-subtotal-items.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,oBAAoB;IAC9B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,yCAAyC;CACpD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EACT,45KAA45K;IAC95K,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,2EAA2E;aACzF;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mRAAmR;aACtR;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,OAAO,EAAE;gBACP,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,8BAA8B;gBAC3C,UAAU,EAAE;oBACV,aAAa,EAAE;wBACb,IAAI,EAAE,SAAS;wBACf,WAAW,EAAE,0DAA0D;qBACxE;oBACD,gBAAgB,EAAE;wBAChB,IAAI,EAAE,SAAS;wBACf,WAAW,EAAE,qEAAqE;qBACnF;oBACD,KAAK,EAAE;wBACL,IAAI,EAAE,QAAQ;wBACd,WAAW,EAAE,2BAA2B;qBACzC;iBACF;gBACD,QAAQ,EAAE,EAAE;aACb;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,yFAAyF;aAC5F;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,iJAAiJ;aACpJ;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,iTAAiT;aACpT;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,IAAI,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,aAAa,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;AAC1G,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-qbd-time-tracking-activities.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"create-qbd-time-tracking-activities.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAgElB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-qbd-time-tracking-activities.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"create-qbd-time-tracking-activities.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAgElB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
|