conductor-node-mcp 12.29.0 → 12.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/code-tool.d.mts +1 -1
- package/code-tool.d.mts.map +1 -1
- package/code-tool.d.ts +1 -1
- package/code-tool.d.ts.map +1 -1
- package/code-tool.js +40 -6
- package/code-tool.js.map +1 -1
- package/code-tool.mjs +4 -3
- package/code-tool.mjs.map +1 -1
- package/http.d.mts +5 -1
- package/http.d.mts.map +1 -1
- package/http.d.ts +5 -1
- package/http.d.ts.map +1 -1
- package/http.js +7 -9
- package/http.js.map +1 -1
- package/http.mjs +7 -9
- package/http.mjs.map +1 -1
- package/index.js +3 -3
- package/index.js.map +1 -1
- package/index.mjs +3 -3
- package/index.mjs.map +1 -1
- package/options.js +2 -2
- package/options.js.map +1 -1
- package/options.mjs +2 -2
- package/options.mjs.map +1 -1
- package/package.json +2 -2
- package/server.d.mts +1 -1
- package/server.d.mts.map +1 -1
- package/server.d.ts +1 -1
- package/server.d.ts.map +1 -1
- package/server.js +8 -8
- package/server.js.map +1 -1
- package/server.mjs +8 -8
- package/server.mjs.map +1 -1
- package/src/code-tool.ts +5 -3
- package/src/http.ts +35 -23
- package/src/index.ts +3 -3
- package/src/options.ts +2 -2
- package/src/server.ts +9 -9
- package/src/tools/index.ts +8 -0
- package/src/tools/qbd/accounts/list-qbd-accounts.ts +2 -2
- package/src/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.ts +4 -4
- package/src/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.ts +4 -4
- package/src/tools/qbd/bills/list-qbd-bills.ts +4 -4
- package/src/tools/qbd/build-assemblies/list-qbd-build-assemblies.ts +4 -4
- package/src/tools/qbd/checks/list-qbd-checks.ts +4 -4
- package/src/tools/qbd/classes/create-qbd-classes.ts +1 -1
- package/src/tools/qbd/classes/list-qbd-classes.ts +3 -3
- package/src/tools/qbd/classes/retrieve-qbd-classes.ts +1 -1
- package/src/tools/qbd/classes/update-qbd-classes.ts +1 -1
- package/src/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.ts +4 -4
- package/src/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.ts +4 -4
- package/src/tools/qbd/credit-memos/list-qbd-credit-memos.ts +4 -4
- package/src/tools/qbd/currencies/create-qbd-currencies.ts +92 -0
- package/src/tools/qbd/currencies/list-qbd-currencies.ts +101 -0
- package/src/tools/qbd/currencies/retrieve-qbd-currencies.ts +52 -0
- package/src/tools/qbd/currencies/update-qbd-currencies.ts +101 -0
- package/src/tools/qbd/customers/list-qbd-customers.ts +2 -2
- package/src/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.ts +1 -1
- package/src/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.ts +3 -3
- package/src/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.ts +1 -1
- package/src/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.ts +3 -3
- package/src/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.ts +3 -3
- package/src/tools/qbd/discount-items/list-qbd-discount-items.ts +2 -2
- package/src/tools/qbd/employees/list-qbd-employees.ts +2 -2
- package/src/tools/qbd/estimates/list-qbd-estimates.ts +4 -4
- package/src/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.ts +4 -4
- package/src/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.ts +2 -2
- package/src/tools/qbd/inventory-items/list-qbd-inventory-items.ts +2 -2
- package/src/tools/qbd/inventory-sites/create-qbd-inventory-sites.ts +1 -1
- package/src/tools/qbd/inventory-sites/list-qbd-inventory-sites.ts +2 -2
- package/src/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.ts +1 -1
- package/src/tools/qbd/inventory-sites/update-qbd-inventory-sites.ts +1 -1
- package/src/tools/qbd/invoices/list-qbd-invoices.ts +4 -4
- package/src/tools/qbd/item-groups/list-qbd-item-groups.ts +2 -2
- package/src/tools/qbd/item-groups/retrieve-qbd-item-groups.ts +1 -1
- package/src/tools/qbd/item-receipts/list-qbd-item-receipts.ts +4 -4
- package/src/tools/qbd/item-sites/retrieve-qbd-item-sites.ts +1 -1
- package/src/tools/qbd/journal-entries/list-qbd-journal-entries.ts +4 -4
- package/src/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.ts +2 -2
- package/src/tools/qbd/other-charge-items/list-qbd-other-charge-items.ts +2 -2
- package/src/tools/qbd/other-names/list-qbd-other-names.ts +2 -2
- package/src/tools/qbd/other-names/retrieve-qbd-other-names.ts +1 -1
- package/src/tools/qbd/payment-methods/create-qbd-payment-methods.ts +1 -1
- package/src/tools/qbd/payment-methods/list-qbd-payment-methods.ts +3 -3
- package/src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts +1 -1
- package/src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts +1 -1
- package/src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts +3 -3
- package/src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts +1 -1
- package/src/tools/qbd/price-levels/list-qbd-price-levels.ts +2 -2
- package/src/tools/qbd/price-levels/retrieve-qbd-price-levels.ts +1 -1
- package/src/tools/qbd/purchase-orders/list-qbd-purchase-orders.ts +4 -4
- package/src/tools/qbd/receive-payments/list-qbd-receive-payments.ts +4 -4
- package/src/tools/qbd/sales-orders/list-qbd-sales-orders.ts +4 -4
- package/src/tools/qbd/sales-receipts/list-qbd-sales-receipts.ts +4 -4
- package/src/tools/qbd/sales-representatives/create-qbd-sales-representatives.ts +1 -1
- package/src/tools/qbd/sales-representatives/list-qbd-sales-representatives.ts +3 -3
- package/src/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.ts +1 -1
- package/src/tools/qbd/sales-representatives/update-qbd-sales-representatives.ts +1 -1
- package/src/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.ts +1 -1
- package/src/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.ts +3 -3
- package/src/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.ts +1 -1
- package/src/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.ts +1 -1
- package/src/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.ts +2 -2
- package/src/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.ts +1 -1
- package/src/tools/qbd/service-items/list-qbd-service-items.ts +2 -2
- package/src/tools/qbd/standard-terms/create-qbd-standard-terms.ts +1 -1
- package/src/tools/qbd/standard-terms/list-qbd-standard-terms.ts +3 -3
- package/src/tools/qbd/standard-terms/retrieve-qbd-standard-terms.ts +1 -1
- package/src/tools/qbd/subtotal-items/create-qbd-subtotal-items.ts +1 -1
- package/src/tools/qbd/subtotal-items/list-qbd-subtotal-items.ts +2 -2
- package/src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts +1 -1
- package/src/tools/qbd/subtotal-items/update-qbd-subtotal-items.ts +1 -1
- package/src/tools/qbd/templates/list-qbd-templates.ts +1 -1
- package/src/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.ts +4 -4
- package/src/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.ts +1 -1
- package/src/tools/qbd/transactions/list-qbd-transactions.ts +4 -4
- package/src/tools/qbd/transactions/retrieve-qbd-transactions.ts +1 -1
- package/src/tools/qbd/transfers/create-qbd-transfers.ts +1 -1
- package/src/tools/qbd/transfers/list-qbd-transfers.ts +7 -15
- package/src/tools/qbd/transfers/retrieve-qbd-transfers.ts +1 -1
- package/src/tools/qbd/transfers/update-qbd-transfers.ts +1 -1
- package/src/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.ts +2 -2
- package/src/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.ts +1 -1
- package/src/tools/qbd/vendor-credits/list-qbd-vendor-credits.ts +4 -4
- package/src/tools/qbd/vendors/list-qbd-vendors.ts +2 -2
- package/tools/index.d.mts.map +1 -1
- package/tools/index.d.ts.map +1 -1
- package/tools/index.js +8 -0
- package/tools/index.js.map +1 -1
- package/tools/index.mjs +8 -0
- package/tools/index.mjs.map +1 -1
- package/tools/qbd/accounts/list-qbd-accounts.js +2 -2
- package/tools/qbd/accounts/list-qbd-accounts.js.map +1 -1
- package/tools/qbd/accounts/list-qbd-accounts.mjs +2 -2
- package/tools/qbd/accounts/list-qbd-accounts.mjs.map +1 -1
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js +4 -4
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js.map +1 -1
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs +4 -4
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs.map +1 -1
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js +4 -4
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js.map +1 -1
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs +4 -4
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs.map +1 -1
- package/tools/qbd/bills/list-qbd-bills.js +4 -4
- package/tools/qbd/bills/list-qbd-bills.js.map +1 -1
- package/tools/qbd/bills/list-qbd-bills.mjs +4 -4
- package/tools/qbd/bills/list-qbd-bills.mjs.map +1 -1
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js +4 -4
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js.map +1 -1
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs +4 -4
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs.map +1 -1
- package/tools/qbd/checks/list-qbd-checks.js +4 -4
- package/tools/qbd/checks/list-qbd-checks.js.map +1 -1
- package/tools/qbd/checks/list-qbd-checks.mjs +4 -4
- package/tools/qbd/checks/list-qbd-checks.mjs.map +1 -1
- package/tools/qbd/classes/create-qbd-classes.js +1 -1
- package/tools/qbd/classes/create-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/create-qbd-classes.mjs +1 -1
- package/tools/qbd/classes/create-qbd-classes.mjs.map +1 -1
- package/tools/qbd/classes/list-qbd-classes.js +3 -3
- package/tools/qbd/classes/list-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/list-qbd-classes.mjs +3 -3
- package/tools/qbd/classes/list-qbd-classes.mjs.map +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.js +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.mjs +1 -1
- package/tools/qbd/classes/retrieve-qbd-classes.mjs.map +1 -1
- package/tools/qbd/classes/update-qbd-classes.js +1 -1
- package/tools/qbd/classes/update-qbd-classes.js.map +1 -1
- package/tools/qbd/classes/update-qbd-classes.mjs +1 -1
- package/tools/qbd/classes/update-qbd-classes.mjs.map +1 -1
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js +4 -4
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js.map +1 -1
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs +4 -4
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs.map +1 -1
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js +4 -4
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js.map +1 -1
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs +4 -4
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs.map +1 -1
- package/tools/qbd/credit-memos/list-qbd-credit-memos.js +4 -4
- package/tools/qbd/credit-memos/list-qbd-credit-memos.js.map +1 -1
- package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs +4 -4
- package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs.map +1 -1
- package/tools/qbd/currencies/create-qbd-currencies.d.mts +45 -0
- package/tools/qbd/currencies/create-qbd-currencies.d.mts.map +1 -0
- package/tools/qbd/currencies/create-qbd-currencies.d.ts +45 -0
- package/tools/qbd/currencies/create-qbd-currencies.d.ts.map +1 -0
- package/tools/qbd/currencies/create-qbd-currencies.js +78 -0
- package/tools/qbd/currencies/create-qbd-currencies.js.map +1 -0
- package/tools/qbd/currencies/create-qbd-currencies.mjs +74 -0
- package/tools/qbd/currencies/create-qbd-currencies.mjs.map +1 -0
- package/tools/qbd/currencies/list-qbd-currencies.d.mts +45 -0
- package/tools/qbd/currencies/list-qbd-currencies.d.mts.map +1 -0
- package/tools/qbd/currencies/list-qbd-currencies.d.ts +45 -0
- package/tools/qbd/currencies/list-qbd-currencies.d.ts.map +1 -0
- package/tools/qbd/currencies/list-qbd-currencies.js +87 -0
- package/tools/qbd/currencies/list-qbd-currencies.js.map +1 -0
- package/tools/qbd/currencies/list-qbd-currencies.mjs +83 -0
- package/tools/qbd/currencies/list-qbd-currencies.mjs.map +1 -0
- package/tools/qbd/currencies/retrieve-qbd-currencies.d.mts +45 -0
- package/tools/qbd/currencies/retrieve-qbd-currencies.d.mts.map +1 -0
- package/tools/qbd/currencies/retrieve-qbd-currencies.d.ts +45 -0
- package/tools/qbd/currencies/retrieve-qbd-currencies.d.ts.map +1 -0
- package/tools/qbd/currencies/retrieve-qbd-currencies.js +46 -0
- package/tools/qbd/currencies/retrieve-qbd-currencies.js.map +1 -0
- package/tools/qbd/currencies/retrieve-qbd-currencies.mjs +42 -0
- package/tools/qbd/currencies/retrieve-qbd-currencies.mjs.map +1 -0
- package/tools/qbd/currencies/update-qbd-currencies.d.mts +45 -0
- package/tools/qbd/currencies/update-qbd-currencies.d.mts.map +1 -0
- package/tools/qbd/currencies/update-qbd-currencies.d.ts +45 -0
- package/tools/qbd/currencies/update-qbd-currencies.d.ts.map +1 -0
- package/tools/qbd/currencies/update-qbd-currencies.js +86 -0
- package/tools/qbd/currencies/update-qbd-currencies.js.map +1 -0
- package/tools/qbd/currencies/update-qbd-currencies.mjs +82 -0
- package/tools/qbd/currencies/update-qbd-currencies.mjs.map +1 -0
- package/tools/qbd/customers/list-qbd-customers.js +2 -2
- package/tools/qbd/customers/list-qbd-customers.js.map +1 -1
- package/tools/qbd/customers/list-qbd-customers.mjs +2 -2
- package/tools/qbd/customers/list-qbd-customers.mjs.map +1 -1
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js +1 -1
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js.map +1 -1
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.mjs +1 -1
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.mjs.map +1 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js +3 -3
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js.map +1 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs +3 -3
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs.map +1 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js +1 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js.map +1 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs +1 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs.map +1 -1
- package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.js +3 -3
- package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.js.map +1 -1
- package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.mjs +3 -3
- package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.mjs.map +1 -1
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.js +3 -3
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.js.map +1 -1
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.mjs +3 -3
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.mjs.map +1 -1
- package/tools/qbd/discount-items/list-qbd-discount-items.js +2 -2
- package/tools/qbd/discount-items/list-qbd-discount-items.js.map +1 -1
- package/tools/qbd/discount-items/list-qbd-discount-items.mjs +2 -2
- package/tools/qbd/discount-items/list-qbd-discount-items.mjs.map +1 -1
- package/tools/qbd/employees/list-qbd-employees.js +2 -2
- package/tools/qbd/employees/list-qbd-employees.js.map +1 -1
- package/tools/qbd/employees/list-qbd-employees.mjs +2 -2
- package/tools/qbd/employees/list-qbd-employees.mjs.map +1 -1
- package/tools/qbd/estimates/list-qbd-estimates.js +4 -4
- package/tools/qbd/estimates/list-qbd-estimates.js.map +1 -1
- package/tools/qbd/estimates/list-qbd-estimates.mjs +4 -4
- package/tools/qbd/estimates/list-qbd-estimates.mjs.map +1 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js +4 -4
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js.map +1 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs +4 -4
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs.map +1 -1
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js +2 -2
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js.map +1 -1
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.mjs +2 -2
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.mjs.map +1 -1
- package/tools/qbd/inventory-items/list-qbd-inventory-items.js +2 -2
- package/tools/qbd/inventory-items/list-qbd-inventory-items.js.map +1 -1
- package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs +2 -2
- package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs.map +1 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js +1 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs +1 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs.map +1 -1
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js +2 -2
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs +2 -2
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs.map +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs +1 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs.map +1 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.js +1 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.js.map +1 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.mjs +1 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.mjs.map +1 -1
- package/tools/qbd/invoices/list-qbd-invoices.js +4 -4
- package/tools/qbd/invoices/list-qbd-invoices.js.map +1 -1
- package/tools/qbd/invoices/list-qbd-invoices.mjs +4 -4
- package/tools/qbd/invoices/list-qbd-invoices.mjs.map +1 -1
- package/tools/qbd/item-groups/list-qbd-item-groups.js +2 -2
- package/tools/qbd/item-groups/list-qbd-item-groups.js.map +1 -1
- package/tools/qbd/item-groups/list-qbd-item-groups.mjs +2 -2
- package/tools/qbd/item-groups/list-qbd-item-groups.mjs.map +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.js +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.js.map +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs +1 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs.map +1 -1
- package/tools/qbd/item-receipts/list-qbd-item-receipts.js +4 -4
- package/tools/qbd/item-receipts/list-qbd-item-receipts.js.map +1 -1
- package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs +4 -4
- package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs.map +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.js +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.js.map +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs +1 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs.map +1 -1
- package/tools/qbd/journal-entries/list-qbd-journal-entries.js +4 -4
- package/tools/qbd/journal-entries/list-qbd-journal-entries.js.map +1 -1
- package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs +4 -4
- package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs.map +1 -1
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js +2 -2
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js.map +1 -1
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.mjs +2 -2
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.mjs.map +1 -1
- package/tools/qbd/other-charge-items/list-qbd-other-charge-items.js +2 -2
- package/tools/qbd/other-charge-items/list-qbd-other-charge-items.js.map +1 -1
- package/tools/qbd/other-charge-items/list-qbd-other-charge-items.mjs +2 -2
- package/tools/qbd/other-charge-items/list-qbd-other-charge-items.mjs.map +1 -1
- package/tools/qbd/other-names/list-qbd-other-names.js +2 -2
- package/tools/qbd/other-names/list-qbd-other-names.js.map +1 -1
- package/tools/qbd/other-names/list-qbd-other-names.mjs +2 -2
- package/tools/qbd/other-names/list-qbd-other-names.mjs.map +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.js +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.js.map +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.mjs +1 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.mjs.map +1 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.js +1 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.js.map +1 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.mjs +1 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.mjs.map +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.js +3 -3
- package/tools/qbd/payment-methods/list-qbd-payment-methods.js.map +1 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs +3 -3
- package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs.map +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js.map +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs +1 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs.map +1 -1
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.js +1 -1
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.js.map +1 -1
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.mjs +1 -1
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.mjs.map +1 -1
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js +3 -3
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js.map +1 -1
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.mjs +3 -3
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.mjs.map +1 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js +1 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js.map +1 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs +1 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs.map +1 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.js +2 -2
- package/tools/qbd/price-levels/list-qbd-price-levels.js.map +1 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.mjs +2 -2
- package/tools/qbd/price-levels/list-qbd-price-levels.mjs.map +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.js +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.js.map +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs +1 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs.map +1 -1
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js +4 -4
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js.map +1 -1
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs +4 -4
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs.map +1 -1
- package/tools/qbd/receive-payments/list-qbd-receive-payments.js +4 -4
- package/tools/qbd/receive-payments/list-qbd-receive-payments.js.map +1 -1
- package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs +4 -4
- package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs.map +1 -1
- package/tools/qbd/sales-orders/list-qbd-sales-orders.js +4 -4
- package/tools/qbd/sales-orders/list-qbd-sales-orders.js.map +1 -1
- package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs +4 -4
- package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs.map +1 -1
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js +4 -4
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js.map +1 -1
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs +4 -4
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs.map +1 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js +1 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs +1 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js +3 -3
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs +3 -3
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs +1 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.js +1 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.js.map +1 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.mjs +1 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.mjs.map +1 -1
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.js +1 -1
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.js.map +1 -1
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.mjs +1 -1
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.mjs.map +1 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js +3 -3
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js.map +1 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs +3 -3
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs.map +1 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js +1 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js.map +1 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.mjs +1 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.mjs.map +1 -1
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.js +1 -1
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.js.map +1 -1
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs +1 -1
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs.map +1 -1
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js +2 -2
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js.map +1 -1
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.mjs +2 -2
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.mjs.map +1 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js +1 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js.map +1 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs +1 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs.map +1 -1
- package/tools/qbd/service-items/list-qbd-service-items.js +2 -2
- package/tools/qbd/service-items/list-qbd-service-items.js.map +1 -1
- package/tools/qbd/service-items/list-qbd-service-items.mjs +2 -2
- package/tools/qbd/service-items/list-qbd-service-items.mjs.map +1 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.js +1 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.js.map +1 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.mjs +1 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.mjs.map +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.js +3 -3
- package/tools/qbd/standard-terms/list-qbd-standard-terms.js.map +1 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs +3 -3
- package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs.map +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js.map +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs +1 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs.map +1 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.js +1 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.mjs +1 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.mjs.map +1 -1
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js +2 -2
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs +2 -2
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs.map +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs +1 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs.map +1 -1
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.js +1 -1
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.js.map +1 -1
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.mjs +1 -1
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.mjs.map +1 -1
- package/tools/qbd/templates/list-qbd-templates.js +1 -1
- package/tools/qbd/templates/list-qbd-templates.js.map +1 -1
- package/tools/qbd/templates/list-qbd-templates.mjs +1 -1
- package/tools/qbd/templates/list-qbd-templates.mjs.map +1 -1
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.js +4 -4
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.js.map +1 -1
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.mjs +4 -4
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.mjs.map +1 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js +1 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js.map +1 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs +1 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs.map +1 -1
- package/tools/qbd/transactions/list-qbd-transactions.js +4 -4
- package/tools/qbd/transactions/list-qbd-transactions.js.map +1 -1
- package/tools/qbd/transactions/list-qbd-transactions.mjs +4 -4
- package/tools/qbd/transactions/list-qbd-transactions.mjs.map +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.js +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.js.map +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.mjs +1 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.mjs.map +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.js +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.mjs +1 -1
- package/tools/qbd/transfers/create-qbd-transfers.mjs.map +1 -1
- package/tools/qbd/transfers/list-qbd-transfers.d.mts.map +1 -1
- package/tools/qbd/transfers/list-qbd-transfers.d.ts.map +1 -1
- package/tools/qbd/transfers/list-qbd-transfers.js +7 -13
- package/tools/qbd/transfers/list-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/list-qbd-transfers.mjs +7 -13
- package/tools/qbd/transfers/list-qbd-transfers.mjs.map +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.js +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.mjs +1 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.mjs.map +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.js +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.js.map +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.mjs +1 -1
- package/tools/qbd/transfers/update-qbd-transfers.mjs.map +1 -1
- package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.js +2 -2
- package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.js.map +1 -1
- package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.mjs +2 -2
- package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.mjs.map +1 -1
- package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.js +1 -1
- package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.js.map +1 -1
- package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.mjs +1 -1
- package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.mjs.map +1 -1
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js +4 -4
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js.map +1 -1
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs +4 -4
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs.map +1 -1
- package/tools/qbd/vendors/list-qbd-vendors.js +2 -2
- package/tools/qbd/vendors/list-qbd-vendors.js.map +1 -1
- package/tools/qbd/vendors/list-qbd-vendors.mjs +2 -2
- package/tools/qbd/vendors/list-qbd-vendors.mjs.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-qbd-other-names.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/other-names/list-qbd-other-names.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,iBAAiB;IAC3B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,iCAAiC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EACT,mLAAmL;IACrL,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,0TAA0T;gBAC5T,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,4hBAA4hB;aAC/hB;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gLAAgL;aACnL;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,iLAAiL;aACpL;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,4FAA4F;aAC/F;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,uWAAuW;gBACzW,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,iLAAiL;aACpL;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,yFAAyF;aAC5F;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,4DAA4D;gBACzE,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC;aACpC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"list-qbd-other-names.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/other-names/list-qbd-other-names.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,iBAAiB;IAC3B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,iCAAiC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EACT,mLAAmL;IACrL,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,0TAA0T;gBAC5T,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,4hBAA4hB;aAC/hB;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gLAAgL;aACnL;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,iLAAiL;aACpL;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,4FAA4F;aAC/F;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,uWAAuW;gBACzW,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,iLAAiL;aACpL;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,yFAAyF;aAC5F;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,4DAA4D;gBACzE,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC;aACpC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,6kBAA6kB;aAChlB;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,4kBAA4kB;aAC/kB;SACF;QACD,QAAQ,EAAE,CAAC,oBAAoB,CAAC;KACjC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,OAAO,mBAAmB,CAAC,MAAM,SAAS,CAAC,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;AACxE,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -13,7 +13,7 @@ exports.metadata = {
|
|
|
13
13
|
};
|
|
14
14
|
exports.tool = {
|
|
15
15
|
name: 'retrieve_qbd_other_names',
|
|
16
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves an other-name by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/other_name',\n $defs: {\n other_name: {\n type: 'object',\n title: 'The Other-Name object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this other-name. This ID is unique across all other-names but not across different QuickBooks object types.'\n },\n accountNumber: {\n type: 'string',\n description: 'The other-name\\'s account number, which appears in the QuickBooks chart of accounts, reports, and graphs.\\n\\nNote that if the \"Use Account Numbers\" preference is turned off in QuickBooks, the account number may not be visible in the user interface, but it can still be set and retrieved through the API.'\n },\n address: {\n type: 'object',\n title: 'The Address object',\n description: 'The other-name\\'s address.',\n properties: {\n city: {\n type: 'string',\n description: 'The city, district, suburb, town, or village name of the address.'\n },\n country: {\n type: 'string',\n description: 'The country name of the address.'\n },\n line1: {\n type: 'string',\n description: 'The first line of the address (e.g., street, PO Box, or company name).'\n },\n line2: {\n type: 'string',\n description: 'The second line of the address, if needed (e.g., apartment, suite, unit, or building).'\n },\n line3: {\n type: 'string',\n description: 'The third line of the address, if needed.'\n },\n line4: {\n type: 'string',\n description: 'The fourth line of the address, if needed.'\n },\n line5: {\n type: 'string',\n description: 'The fifth line of the address, if needed.'\n },\n note: {\n type: 'string',\n description: 'A note written at the bottom of the address in the form in which it appears, such as the invoice form.'\n },\n postalCode: {\n type: 'string',\n description: 'The postal code or ZIP code of the address.'\n },\n state: {\n type: 'string',\n description: 'The state, county, province, or region name of the address.'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'line3',\n 'line4',\n 'line5',\n 'note',\n 'postalCode',\n 'state'\n ]\n },\n alternateContact: {\n type: 'string',\n description: 'The name of a alternate contact person for this other-name.'\n },\n alternatePhone: {\n type: 'string',\n description: 'The other-name\\'s alternate telephone number.'\n },\n companyName: {\n type: 'string',\n description: 'The name of the company associated with this other-name. This name is used on invoices, checks, and other forms.'\n },\n contact: {\n type: 'string',\n description: 'The name of the primary contact person for this other-name.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this other-name was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm),
|
|
16
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves an other-name by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/other_name',\n $defs: {\n other_name: {\n type: 'object',\n title: 'The Other-Name object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this other-name. This ID is unique across all other-names but not across different QuickBooks object types.'\n },\n accountNumber: {\n type: 'string',\n description: 'The other-name\\'s account number, which appears in the QuickBooks chart of accounts, reports, and graphs.\\n\\nNote that if the \"Use Account Numbers\" preference is turned off in QuickBooks, the account number may not be visible in the user interface, but it can still be set and retrieved through the API.'\n },\n address: {\n type: 'object',\n title: 'The Address object',\n description: 'The other-name\\'s address.',\n properties: {\n city: {\n type: 'string',\n description: 'The city, district, suburb, town, or village name of the address.'\n },\n country: {\n type: 'string',\n description: 'The country name of the address.'\n },\n line1: {\n type: 'string',\n description: 'The first line of the address (e.g., street, PO Box, or company name).'\n },\n line2: {\n type: 'string',\n description: 'The second line of the address, if needed (e.g., apartment, suite, unit, or building).'\n },\n line3: {\n type: 'string',\n description: 'The third line of the address, if needed.'\n },\n line4: {\n type: 'string',\n description: 'The fourth line of the address, if needed.'\n },\n line5: {\n type: 'string',\n description: 'The fifth line of the address, if needed.'\n },\n note: {\n type: 'string',\n description: 'A note written at the bottom of the address in the form in which it appears, such as the invoice form.'\n },\n postalCode: {\n type: 'string',\n description: 'The postal code or ZIP code of the address.'\n },\n state: {\n type: 'string',\n description: 'The state, county, province, or region name of the address.'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'line3',\n 'line4',\n 'line5',\n 'note',\n 'postalCode',\n 'state'\n ]\n },\n alternateContact: {\n type: 'string',\n description: 'The name of a alternate contact person for this other-name.'\n },\n alternatePhone: {\n type: 'string',\n description: 'The other-name\\'s alternate telephone number.'\n },\n companyName: {\n type: 'string',\n description: 'The name of the company associated with this other-name. This name is used on invoices, checks, and other forms.'\n },\n contact: {\n type: 'string',\n description: 'The name of the primary contact person for this other-name.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this other-name was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n customFields: {\n type: 'array',\n description: 'The custom fields for the other-name 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 email: {\n type: 'string',\n description: 'The other-name\\'s email address.'\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 fax: {\n type: 'string',\n description: 'The other-name\\'s fax number.'\n },\n firstName: {\n type: 'string',\n description: 'The first name of the contact person for this other-name.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this other-name is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n lastName: {\n type: 'string',\n description: 'The last name of the contact person for this other-name.'\n },\n middleName: {\n type: 'string',\n description: 'The middle name of the contact person for this other-name.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this other-name, unique across all other-names.\\n\\n**NOTE**: Other-names 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 note: {\n type: 'string',\n description: 'A note or comment about this other-name.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_other_name\"`.',\n enum: [ 'qbd_other_name'\n ]\n },\n phone: {\n type: 'string',\n description: 'The other-name\\'s primary telephone number.'\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this other-name 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 salutation: {\n type: 'string',\n description: 'The formal salutation title that precedes the name of the contact person for this other-name, such as \"Mr.\", \"Ms.\", or \"Dr.\".'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this other-name was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'accountNumber',\n 'address',\n 'alternateContact',\n 'alternatePhone',\n 'companyName',\n 'contact',\n 'createdAt',\n 'customFields',\n 'email',\n 'externalId',\n 'fax',\n 'firstName',\n 'isActive',\n 'lastName',\n 'middleName',\n 'name',\n 'note',\n 'objectType',\n 'phone',\n 'revisionNumber',\n 'salutation',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
17
17
|
inputSchema: {
|
|
18
18
|
type: 'object',
|
|
19
19
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-other-names.js","sourceRoot":"","sources":["../../../src/tools/qbd/other-names/retrieve-qbd-other-names.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,iBAAiB;IAC3B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,sCAAsC;CACjD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,0BAA0B;IAChC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-other-names.js","sourceRoot":"","sources":["../../../src/tools/qbd/other-names/retrieve-qbd-other-names.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,iBAAiB;IAC3B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,sCAAsC;CACjD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,0BAA0B;IAChC,WAAW,EACT,qqSAAqqS;IACvqS,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,0EAA0E;aACxF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;AAC9G,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -10,7 +10,7 @@ export const metadata = {
|
|
|
10
10
|
};
|
|
11
11
|
export const tool = {
|
|
12
12
|
name: 'retrieve_qbd_other_names',
|
|
13
|
-
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves an other-name by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/other_name',\n $defs: {\n other_name: {\n type: 'object',\n title: 'The Other-Name object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this other-name. This ID is unique across all other-names but not across different QuickBooks object types.'\n },\n accountNumber: {\n type: 'string',\n description: 'The other-name\\'s account number, which appears in the QuickBooks chart of accounts, reports, and graphs.\\n\\nNote that if the \"Use Account Numbers\" preference is turned off in QuickBooks, the account number may not be visible in the user interface, but it can still be set and retrieved through the API.'\n },\n address: {\n type: 'object',\n title: 'The Address object',\n description: 'The other-name\\'s address.',\n properties: {\n city: {\n type: 'string',\n description: 'The city, district, suburb, town, or village name of the address.'\n },\n country: {\n type: 'string',\n description: 'The country name of the address.'\n },\n line1: {\n type: 'string',\n description: 'The first line of the address (e.g., street, PO Box, or company name).'\n },\n line2: {\n type: 'string',\n description: 'The second line of the address, if needed (e.g., apartment, suite, unit, or building).'\n },\n line3: {\n type: 'string',\n description: 'The third line of the address, if needed.'\n },\n line4: {\n type: 'string',\n description: 'The fourth line of the address, if needed.'\n },\n line5: {\n type: 'string',\n description: 'The fifth line of the address, if needed.'\n },\n note: {\n type: 'string',\n description: 'A note written at the bottom of the address in the form in which it appears, such as the invoice form.'\n },\n postalCode: {\n type: 'string',\n description: 'The postal code or ZIP code of the address.'\n },\n state: {\n type: 'string',\n description: 'The state, county, province, or region name of the address.'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'line3',\n 'line4',\n 'line5',\n 'note',\n 'postalCode',\n 'state'\n ]\n },\n alternateContact: {\n type: 'string',\n description: 'The name of a alternate contact person for this other-name.'\n },\n alternatePhone: {\n type: 'string',\n description: 'The other-name\\'s alternate telephone number.'\n },\n companyName: {\n type: 'string',\n description: 'The name of the company associated with this other-name. This name is used on invoices, checks, and other forms.'\n },\n contact: {\n type: 'string',\n description: 'The name of the primary contact person for this other-name.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this other-name was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm),
|
|
13
|
+
description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves an other-name by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/other_name',\n $defs: {\n other_name: {\n type: 'object',\n title: 'The Other-Name object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this other-name. This ID is unique across all other-names but not across different QuickBooks object types.'\n },\n accountNumber: {\n type: 'string',\n description: 'The other-name\\'s account number, which appears in the QuickBooks chart of accounts, reports, and graphs.\\n\\nNote that if the \"Use Account Numbers\" preference is turned off in QuickBooks, the account number may not be visible in the user interface, but it can still be set and retrieved through the API.'\n },\n address: {\n type: 'object',\n title: 'The Address object',\n description: 'The other-name\\'s address.',\n properties: {\n city: {\n type: 'string',\n description: 'The city, district, suburb, town, or village name of the address.'\n },\n country: {\n type: 'string',\n description: 'The country name of the address.'\n },\n line1: {\n type: 'string',\n description: 'The first line of the address (e.g., street, PO Box, or company name).'\n },\n line2: {\n type: 'string',\n description: 'The second line of the address, if needed (e.g., apartment, suite, unit, or building).'\n },\n line3: {\n type: 'string',\n description: 'The third line of the address, if needed.'\n },\n line4: {\n type: 'string',\n description: 'The fourth line of the address, if needed.'\n },\n line5: {\n type: 'string',\n description: 'The fifth line of the address, if needed.'\n },\n note: {\n type: 'string',\n description: 'A note written at the bottom of the address in the form in which it appears, such as the invoice form.'\n },\n postalCode: {\n type: 'string',\n description: 'The postal code or ZIP code of the address.'\n },\n state: {\n type: 'string',\n description: 'The state, county, province, or region name of the address.'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'line3',\n 'line4',\n 'line5',\n 'note',\n 'postalCode',\n 'state'\n ]\n },\n alternateContact: {\n type: 'string',\n description: 'The name of a alternate contact person for this other-name.'\n },\n alternatePhone: {\n type: 'string',\n description: 'The other-name\\'s alternate telephone number.'\n },\n companyName: {\n type: 'string',\n description: 'The name of the company associated with this other-name. This name is used on invoices, checks, and other forms.'\n },\n contact: {\n type: 'string',\n description: 'The name of the primary contact person for this other-name.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this other-name was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n customFields: {\n type: 'array',\n description: 'The custom fields for the other-name 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 email: {\n type: 'string',\n description: 'The other-name\\'s email address.'\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 fax: {\n type: 'string',\n description: 'The other-name\\'s fax number.'\n },\n firstName: {\n type: 'string',\n description: 'The first name of the contact person for this other-name.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this other-name is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n lastName: {\n type: 'string',\n description: 'The last name of the contact person for this other-name.'\n },\n middleName: {\n type: 'string',\n description: 'The middle name of the contact person for this other-name.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this other-name, unique across all other-names.\\n\\n**NOTE**: Other-names 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 note: {\n type: 'string',\n description: 'A note or comment about this other-name.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_other_name\"`.',\n enum: [ 'qbd_other_name'\n ]\n },\n phone: {\n type: 'string',\n description: 'The other-name\\'s primary telephone number.'\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this other-name 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 salutation: {\n type: 'string',\n description: 'The formal salutation title that precedes the name of the contact person for this other-name, such as \"Mr.\", \"Ms.\", or \"Dr.\".'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this other-name was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'accountNumber',\n 'address',\n 'alternateContact',\n 'alternatePhone',\n 'companyName',\n 'contact',\n 'createdAt',\n 'customFields',\n 'email',\n 'externalId',\n 'fax',\n 'firstName',\n 'isActive',\n 'lastName',\n 'middleName',\n 'name',\n 'note',\n 'objectType',\n 'phone',\n 'revisionNumber',\n 'salutation',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
14
14
|
inputSchema: {
|
|
15
15
|
type: 'object',
|
|
16
16
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-other-names.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/other-names/retrieve-qbd-other-names.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,iBAAiB;IAC3B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,sCAAsC;CACjD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,0BAA0B;IAChC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-other-names.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/other-names/retrieve-qbd-other-names.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,iBAAiB;IAC3B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,sCAAsC;CACjD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,0BAA0B;IAChC,WAAW,EACT,qqSAAqqS;IACvqS,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,0EAA0E;aACxF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;AAC9G,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -13,7 +13,7 @@ exports.metadata = {
|
|
|
13
13
|
};
|
|
14
14
|
exports.tool = {
|
|
15
15
|
name: 'create_qbd_payment_methods',
|
|
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 payment method.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/payment_method',\n $defs: {\n payment_method: {\n type: 'object',\n title: 'The Payment Method object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payment method. This ID is unique across all payment methods but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payment method was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm),
|
|
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 payment method.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/payment_method',\n $defs: {\n payment_method: {\n type: 'object',\n title: 'The Payment Method object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payment method. This ID is unique across all payment methods but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payment method was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this payment method 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 payment method, unique across all payment methods.\\n\\n**NOTE**: Payment methods 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_payment_method\"`.',\n enum: [ 'qbd_payment_method'\n ]\n },\n paymentMethodType: {\n type: 'string',\n description: 'This payment method\\'s type.',\n enum: [ 'american_express',\n 'cash',\n 'check',\n 'debit_card',\n 'discover',\n 'e_check',\n 'gift_card',\n 'master_card',\n 'other',\n 'other_credit_card',\n 'visa'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this payment method 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 payment method was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'createdAt',\n 'isActive',\n 'name',\n 'objectType',\n 'paymentMethodType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
17
17
|
inputSchema: {
|
|
18
18
|
type: 'object',
|
|
19
19
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-qbd-payment-methods.js","sourceRoot":"","sources":["../../../src/tools/qbd/payment-methods/create-qbd-payment-methods.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,qBAAqB;IAC/B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,qCAAqC;CAChD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,4BAA4B;IAClC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"create-qbd-payment-methods.js","sourceRoot":"","sources":["../../../src/tools/qbd/payment-methods/create-qbd-payment-methods.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,qBAAqB;IAC/B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,qCAAqC;CAChD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,4BAA4B;IAClC,WAAW,EACT,u/FAAu/F;IACz/F,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,oTAAoT;aACvT;YACD,iBAAiB,EAAE;gBACjB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,6BAA6B;gBAC1C,IAAI,EAAE;oBACJ,kBAAkB;oBAClB,MAAM;oBACN,OAAO;oBACP,YAAY;oBACZ,UAAU;oBACV,SAAS;oBACT,WAAW;oBACX,aAAa;oBACb,OAAO;oBACP,mBAAmB;oBACnB,MAAM;iBACP;aACF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,kJAAkJ;aACrJ;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,MAAM,EAAE,mBAAmB,EAAE,oBAAoB,CAAC;KAC9D;IACD,WAAW,EAAE,EAAE;CAChB,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,cAAc,CAAC,MAAM,CAAC,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"}
|
|
@@ -10,7 +10,7 @@ export const metadata = {
|
|
|
10
10
|
};
|
|
11
11
|
export const tool = {
|
|
12
12
|
name: 'create_qbd_payment_methods',
|
|
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 payment method.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/payment_method',\n $defs: {\n payment_method: {\n type: 'object',\n title: 'The Payment Method object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payment method. This ID is unique across all payment methods but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payment method was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm),
|
|
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 payment method.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/payment_method',\n $defs: {\n payment_method: {\n type: 'object',\n title: 'The Payment Method object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payment method. This ID is unique across all payment methods but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payment method was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this payment method 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 payment method, unique across all payment methods.\\n\\n**NOTE**: Payment methods 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_payment_method\"`.',\n enum: [ 'qbd_payment_method'\n ]\n },\n paymentMethodType: {\n type: 'string',\n description: 'This payment method\\'s type.',\n enum: [ 'american_express',\n 'cash',\n 'check',\n 'debit_card',\n 'discover',\n 'e_check',\n 'gift_card',\n 'master_card',\n 'other',\n 'other_credit_card',\n 'visa'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this payment method 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 payment method was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'createdAt',\n 'isActive',\n 'name',\n 'objectType',\n 'paymentMethodType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
14
14
|
inputSchema: {
|
|
15
15
|
type: 'object',
|
|
16
16
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-qbd-payment-methods.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/payment-methods/create-qbd-payment-methods.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,qBAAqB;IAC/B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,qCAAqC;CAChD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,4BAA4B;IAClC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"create-qbd-payment-methods.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/payment-methods/create-qbd-payment-methods.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,qBAAqB;IAC/B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,qCAAqC;CAChD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,4BAA4B;IAClC,WAAW,EACT,u/FAAu/F;IACz/F,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,oTAAoT;aACvT;YACD,iBAAiB,EAAE;gBACjB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,6BAA6B;gBAC1C,IAAI,EAAE;oBACJ,kBAAkB;oBAClB,MAAM;oBACN,OAAO;oBACP,YAAY;oBACZ,UAAU;oBACV,SAAS;oBACT,WAAW;oBACX,aAAa;oBACb,OAAO;oBACP,mBAAmB;oBACnB,MAAM;iBACP;aACF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,kJAAkJ;aACrJ;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,MAAM,EAAE,mBAAmB,EAAE,oBAAoB,CAAC;KAC9D;IACD,WAAW,EAAE,EAAE;CAChB,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,cAAc,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAC5G,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -13,7 +13,7 @@ exports.metadata = {
|
|
|
13
13
|
};
|
|
14
14
|
exports.tool = {
|
|
15
15
|
name: 'list_qbd_payment_methods',
|
|
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\nReturns a list of payment methods. NOTE: QuickBooks Desktop does not support pagination for payment methods; hence, there is no `cursor` parameter. Users typically have few payment methods.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of payment methods.',\n items: {\n $ref: '#/$defs/payment_method'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ],\n $defs: {\n payment_method: {\n type: 'object',\n title: 'The Payment Method object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payment method. This ID is unique across all payment methods but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payment method was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm),
|
|
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\nReturns a list of payment methods. NOTE: QuickBooks Desktop does not support pagination for payment methods; hence, there is no `cursor` parameter. Users typically have few payment methods.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of payment methods.',\n items: {\n $ref: '#/$defs/payment_method'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ],\n $defs: {\n payment_method: {\n type: 'object',\n title: 'The Payment Method object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payment method. This ID is unique across all payment methods but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payment method was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this payment method 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 payment method, unique across all payment methods.\\n\\n**NOTE**: Payment methods 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_payment_method\"`.',\n enum: [ 'qbd_payment_method'\n ]\n },\n paymentMethodType: {\n type: 'string',\n description: 'This payment method\\'s type.',\n enum: [ 'american_express',\n 'cash',\n 'check',\n 'debit_card',\n 'discover',\n 'e_check',\n 'gift_card',\n 'master_card',\n 'other',\n 'other_credit_card',\n 'visa'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this payment method 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 payment method was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'createdAt',\n 'isActive',\n 'name',\n 'objectType',\n 'paymentMethodType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
17
17
|
inputSchema: {
|
|
18
18
|
type: 'object',
|
|
19
19
|
properties: {
|
|
@@ -83,11 +83,11 @@ exports.tool = {
|
|
|
83
83
|
},
|
|
84
84
|
updatedAfter: {
|
|
85
85
|
type: 'string',
|
|
86
|
-
description:
|
|
86
|
+
description: "Filter for payment methods updated on or after this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
|
|
87
87
|
},
|
|
88
88
|
updatedBefore: {
|
|
89
89
|
type: 'string',
|
|
90
|
-
description:
|
|
90
|
+
description: "Filter for payment methods updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
|
|
91
91
|
},
|
|
92
92
|
jq_filter: {
|
|
93
93
|
type: 'string',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-qbd-payment-methods.js","sourceRoot":"","sources":["../../../src/tools/qbd/payment-methods/list-qbd-payment-methods.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,qBAAqB;IAC/B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,qCAAqC;CAChD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,0BAA0B;IAChC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"list-qbd-payment-methods.js","sourceRoot":"","sources":["../../../src/tools/qbd/payment-methods/list-qbd-payment-methods.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,qBAAqB;IAC/B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,qCAAqC;CAChD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,0BAA0B;IAChC,WAAW,EACT,mpHAAmpH;IACrpH,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,8TAA8T;gBAChU,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,wiBAAwiB;aAC3iB;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,oLAAoL;aACvL;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,qLAAqL;aACxL;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gGAAgG;aACnG;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,8WAA8W;gBAChX,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,qLAAqL;aACxL;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,6FAA6F;aAChG;YACD,iBAAiB,EAAE;gBACjB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,0CAA0C;gBACvD,IAAI,EAAE;oBACJ,kBAAkB;oBAClB,MAAM;oBACN,OAAO;oBACP,YAAY;oBACZ,UAAU;oBACV,SAAS;oBACT,WAAW;oBACX,aAAa;oBACb,OAAO;oBACP,mBAAmB;oBACnB,MAAM;iBACP;aACF;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,gEAAgE;gBAC7E,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC;aACpC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,ilBAAilB;aACplB;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,glBAAglB;aACnlB;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,oBAAoB,CAAC;KACjC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,cAAc,CAAC,IAAI,CAAC,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"}
|
|
@@ -10,7 +10,7 @@ export const metadata = {
|
|
|
10
10
|
};
|
|
11
11
|
export const tool = {
|
|
12
12
|
name: 'list_qbd_payment_methods',
|
|
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\nReturns a list of payment methods. NOTE: QuickBooks Desktop does not support pagination for payment methods; hence, there is no `cursor` parameter. Users typically have few payment methods.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of payment methods.',\n items: {\n $ref: '#/$defs/payment_method'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ],\n $defs: {\n payment_method: {\n type: 'object',\n title: 'The Payment Method object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payment method. This ID is unique across all payment methods but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payment method was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm),
|
|
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\nReturns a list of payment methods. NOTE: QuickBooks Desktop does not support pagination for payment methods; hence, there is no `cursor` parameter. Users typically have few payment methods.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of payment methods.',\n items: {\n $ref: '#/$defs/payment_method'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ],\n $defs: {\n payment_method: {\n type: 'object',\n title: 'The Payment Method object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payment method. This ID is unique across all payment methods but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payment method was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this payment method 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 payment method, unique across all payment methods.\\n\\n**NOTE**: Payment methods 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_payment_method\"`.',\n enum: [ 'qbd_payment_method'\n ]\n },\n paymentMethodType: {\n type: 'string',\n description: 'This payment method\\'s type.',\n enum: [ 'american_express',\n 'cash',\n 'check',\n 'debit_card',\n 'discover',\n 'e_check',\n 'gift_card',\n 'master_card',\n 'other',\n 'other_credit_card',\n 'visa'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this payment method 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 payment method was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'createdAt',\n 'isActive',\n 'name',\n 'objectType',\n 'paymentMethodType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
14
14
|
inputSchema: {
|
|
15
15
|
type: 'object',
|
|
16
16
|
properties: {
|
|
@@ -80,11 +80,11 @@ export const tool = {
|
|
|
80
80
|
},
|
|
81
81
|
updatedAfter: {
|
|
82
82
|
type: 'string',
|
|
83
|
-
description:
|
|
83
|
+
description: "Filter for payment methods updated on or after this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
|
|
84
84
|
},
|
|
85
85
|
updatedBefore: {
|
|
86
86
|
type: 'string',
|
|
87
|
-
description:
|
|
87
|
+
description: "Filter for payment methods updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
|
|
88
88
|
},
|
|
89
89
|
jq_filter: {
|
|
90
90
|
type: 'string',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-qbd-payment-methods.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/payment-methods/list-qbd-payment-methods.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,qBAAqB;IAC/B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,qCAAqC;CAChD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,0BAA0B;IAChC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"list-qbd-payment-methods.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/payment-methods/list-qbd-payment-methods.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,qBAAqB;IAC/B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,qCAAqC;CAChD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,0BAA0B;IAChC,WAAW,EACT,mpHAAmpH;IACrpH,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,8TAA8T;gBAChU,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,wiBAAwiB;aAC3iB;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,oLAAoL;aACvL;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,qLAAqL;aACxL;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gGAAgG;aACnG;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,8WAA8W;gBAChX,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,qLAAqL;aACxL;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,6FAA6F;aAChG;YACD,iBAAiB,EAAE;gBACjB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,0CAA0C;gBACvD,IAAI,EAAE;oBACJ,kBAAkB;oBAClB,MAAM;oBACN,OAAO;oBACP,YAAY;oBACZ,UAAU;oBACV,SAAS;oBACT,WAAW;oBACX,aAAa;oBACb,OAAO;oBACP,mBAAmB;oBACnB,MAAM;iBACP;aACF;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,gEAAgE;gBAC7E,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC;aACpC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,ilBAAilB;aACplB;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,glBAAglB;aACnlB;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,oBAAoB,CAAC;KACjC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAC1G,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -13,7 +13,7 @@ exports.metadata = {
|
|
|
13
13
|
};
|
|
14
14
|
exports.tool = {
|
|
15
15
|
name: 'retrieve_qbd_payment_methods',
|
|
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 payment method by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/payment_method',\n $defs: {\n payment_method: {\n type: 'object',\n title: 'The Payment Method object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payment method. This ID is unique across all payment methods but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payment method was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm),
|
|
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 payment method by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/payment_method',\n $defs: {\n payment_method: {\n type: 'object',\n title: 'The Payment Method object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payment method. This ID is unique across all payment methods but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payment method was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this payment method 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 payment method, unique across all payment methods.\\n\\n**NOTE**: Payment methods 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_payment_method\"`.',\n enum: [ 'qbd_payment_method'\n ]\n },\n paymentMethodType: {\n type: 'string',\n description: 'This payment method\\'s type.',\n enum: [ 'american_express',\n 'cash',\n 'check',\n 'debit_card',\n 'discover',\n 'e_check',\n 'gift_card',\n 'master_card',\n 'other',\n 'other_credit_card',\n 'visa'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this payment method 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 payment method was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'createdAt',\n 'isActive',\n 'name',\n 'objectType',\n 'paymentMethodType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
17
17
|
inputSchema: {
|
|
18
18
|
type: 'object',
|
|
19
19
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-payment-methods.js","sourceRoot":"","sources":["../../../src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,qBAAqB;IAC/B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,0CAA0C;CACrD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,8BAA8B;IACpC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-payment-methods.js","sourceRoot":"","sources":["../../../src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,qBAAqB;IAC/B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,0CAA0C;CACrD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,8BAA8B;IACpC,WAAW,EACT,2/FAA2/F;IAC7/F,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,8EAA8E;aAC5F;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,OAAO,IAAA,2BAAmB,EACxB,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACpF,CAAC;AACJ,CAAC,CAAC;AALW,QAAA,OAAO,WAKlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -10,7 +10,7 @@ export const metadata = {
|
|
|
10
10
|
};
|
|
11
11
|
export const tool = {
|
|
12
12
|
name: 'retrieve_qbd_payment_methods',
|
|
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 payment method by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/payment_method',\n $defs: {\n payment_method: {\n type: 'object',\n title: 'The Payment Method object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payment method. This ID is unique across all payment methods but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payment method was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm),
|
|
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 payment method by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/payment_method',\n $defs: {\n payment_method: {\n type: 'object',\n title: 'The Payment Method object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payment method. This ID is unique across all payment methods but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payment method was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this payment method 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 payment method, unique across all payment methods.\\n\\n**NOTE**: Payment methods 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_payment_method\"`.',\n enum: [ 'qbd_payment_method'\n ]\n },\n paymentMethodType: {\n type: 'string',\n description: 'This payment method\\'s type.',\n enum: [ 'american_express',\n 'cash',\n 'check',\n 'debit_card',\n 'discover',\n 'e_check',\n 'gift_card',\n 'master_card',\n 'other',\n 'other_credit_card',\n 'visa'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this payment method 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 payment method was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n }\n },\n required: [ 'id',\n 'createdAt',\n 'isActive',\n 'name',\n 'objectType',\n 'paymentMethodType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
|
|
14
14
|
inputSchema: {
|
|
15
15
|
type: 'object',
|
|
16
16
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieve-qbd-payment-methods.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,qBAAqB;IAC/B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,0CAA0C;CACrD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,8BAA8B;IACpC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"retrieve-qbd-payment-methods.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,qBAAqB;IAC/B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,0CAA0C;CACrD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,8BAA8B;IACpC,WAAW,EACT,2/FAA2/F;IAC7/F,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,8EAA8E;aAC5F;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,OAAO,mBAAmB,CACxB,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACpF,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -13,7 +13,7 @@ exports.metadata = {
|
|
|
13
13
|
};
|
|
14
14
|
exports.tool = {
|
|
15
15
|
name: 'create_qbd_payroll_wage_items',
|
|
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 payroll wage item.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/payroll_wage_item',\n $defs: {\n payroll_wage_item: {\n type: 'object',\n title: 'The Payroll Wage Item object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payroll wage item. This ID is unique across all payroll wage items but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payroll wage item was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm),
|
|
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 payroll wage item.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/payroll_wage_item',\n $defs: {\n payroll_wage_item: {\n type: 'object',\n title: 'The Payroll Wage Item object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payroll wage item. This ID is unique across all payroll wage items but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payroll wage item was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n expenseAccount: {\n type: 'object',\n description: 'The expense account used to track wage expenses paid through this payroll wage item.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this payroll wage 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 payroll wage item, unique across all payroll wage items.\\n\\n**NOTE**: Payroll wage 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_payroll_wage_item\"`.',\n enum: [ 'qbd_payroll_wage_item'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this payroll wage 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 updatedAt: {\n type: 'string',\n description: 'The date and time when this payroll wage item was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n wageType: {\n type: 'string',\n description: 'Categorizes how this payroll wage item calculates pay - can be hourly (regular, overtime, sick, or vacation), salary (regular, sick, or vacation), bonus, or commission based.',\n enum: [ 'bonus',\n 'commission',\n 'hourly_overtime',\n 'hourly_regular',\n 'hourly_sick',\n 'hourly_vacation',\n 'salary_regular',\n 'salary_sick',\n 'salary_vacation'\n ]\n }\n },\n required: [ 'id',\n 'createdAt',\n 'expenseAccount',\n 'isActive',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'updatedAt',\n 'wageType'\n ]\n }\n }\n}\n```",
|
|
17
17
|
inputSchema: {
|
|
18
18
|
type: 'object',
|
|
19
19
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-qbd-payroll-wage-items.js","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,wCAAwC;CACnD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,+BAA+B;IACrC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"create-qbd-payroll-wage-items.js","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,wCAAwC;CACnD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,+BAA+B;IACrC,WAAW,EACT,89HAA89H;IACh+H,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,gBAAgB,EAAE;gBAChB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,sFAAsF;aACpG;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,6TAA6T;aAChU;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gLAAgL;gBAClL,IAAI,EAAE;oBACJ,OAAO;oBACP,YAAY;oBACZ,iBAAiB;oBACjB,gBAAgB;oBAChB,aAAa;oBACb,iBAAiB;oBACjB,gBAAgB;oBAChB,aAAa;oBACb,iBAAiB;iBAClB;aACF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,qJAAqJ;aACxJ;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,oBAAoB,CAAC;KACzE;IACD,WAAW,EAAE,EAAE;CAChB,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAC9G,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|
|
@@ -10,7 +10,7 @@ export const metadata = {
|
|
|
10
10
|
};
|
|
11
11
|
export const tool = {
|
|
12
12
|
name: 'create_qbd_payroll_wage_items',
|
|
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 payroll wage item.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/payroll_wage_item',\n $defs: {\n payroll_wage_item: {\n type: 'object',\n title: 'The Payroll Wage Item object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payroll wage item. This ID is unique across all payroll wage items but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payroll wage item was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm),
|
|
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 payroll wage item.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/payroll_wage_item',\n $defs: {\n payroll_wage_item: {\n type: 'object',\n title: 'The Payroll Wage Item object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payroll wage item. This ID is unique across all payroll wage items but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payroll wage item was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n expenseAccount: {\n type: 'object',\n description: 'The expense account used to track wage expenses paid through this payroll wage item.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this payroll wage 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 payroll wage item, unique across all payroll wage items.\\n\\n**NOTE**: Payroll wage 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_payroll_wage_item\"`.',\n enum: [ 'qbd_payroll_wage_item'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this payroll wage 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 updatedAt: {\n type: 'string',\n description: 'The date and time when this payroll wage item was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n wageType: {\n type: 'string',\n description: 'Categorizes how this payroll wage item calculates pay - can be hourly (regular, overtime, sick, or vacation), salary (regular, sick, or vacation), bonus, or commission based.',\n enum: [ 'bonus',\n 'commission',\n 'hourly_overtime',\n 'hourly_regular',\n 'hourly_sick',\n 'hourly_vacation',\n 'salary_regular',\n 'salary_sick',\n 'salary_vacation'\n ]\n }\n },\n required: [ 'id',\n 'createdAt',\n 'expenseAccount',\n 'isActive',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'updatedAt',\n 'wageType'\n ]\n }\n }\n}\n```",
|
|
14
14
|
inputSchema: {
|
|
15
15
|
type: 'object',
|
|
16
16
|
properties: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-qbd-payroll-wage-items.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,wCAAwC;CACnD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,+BAA+B;IACrC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"create-qbd-payroll-wage-items.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAY,mBAAmB,EAAE,MAAM,gCAAgC;AAK9E,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,wCAAwC;CACnD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,+BAA+B;IACrC,WAAW,EACT,89HAA89H;IACh+H,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,gBAAgB,EAAE;gBAChB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,sFAAsF;aACpG;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,6TAA6T;aAChU;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gLAAgL;gBAClL,IAAI,EAAE;oBACJ,OAAO;oBACP,YAAY;oBACZ,iBAAiB;oBACjB,gBAAgB;oBAChB,aAAa;oBACb,iBAAiB;oBACjB,gBAAgB;oBAChB,aAAa;oBACb,iBAAiB;iBAClB;aACF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,qJAAqJ;aACxJ;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,oBAAoB,CAAC;KACzE;IACD,WAAW,EAAE,EAAE;CAChB,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAC9G,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -13,7 +13,7 @@ exports.metadata = {
|
|
|
13
13
|
};
|
|
14
14
|
exports.tool = {
|
|
15
15
|
name: 'list_qbd_payroll_wage_items',
|
|
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\nReturns a list of payroll wage items. Use the `cursor` parameter to paginate through the results.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of payroll wage items.',\n items: {\n $ref: '#/$defs/payroll_wage_item'\n }\n },\n hasMore: {\n type: 'boolean',\n description: 'Indicates whether there are more objects to be fetched.'\n },\n nextCursor: {\n type: 'string',\n description: 'The `nextCursor` is a pagination token returned in the response when you use the `limit` parameter in your request. To retrieve subsequent pages of results, include this token as the value of the `cursor` request parameter in your following API calls.\\n\\n**NOTE**: The `nextCursor` value remains constant throughout the pagination process for a specific list instance; continue to use the same `nextCursor` token in each request to fetch additional pages.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n remainingCount: {\n type: 'number',\n description: 'The number of objects remaining to be fetched.'\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'hasMore',\n 'nextCursor',\n 'objectType',\n 'remainingCount',\n 'url'\n ],\n $defs: {\n payroll_wage_item: {\n type: 'object',\n title: 'The Payroll Wage Item object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payroll wage item. This ID is unique across all payroll wage items but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payroll wage item was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm),
|
|
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\nReturns a list of payroll wage items. Use the `cursor` parameter to paginate through the results.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of payroll wage items.',\n items: {\n $ref: '#/$defs/payroll_wage_item'\n }\n },\n hasMore: {\n type: 'boolean',\n description: 'Indicates whether there are more objects to be fetched.'\n },\n nextCursor: {\n type: 'string',\n description: 'The `nextCursor` is a pagination token returned in the response when you use the `limit` parameter in your request. To retrieve subsequent pages of results, include this token as the value of the `cursor` request parameter in your following API calls.\\n\\n**NOTE**: The `nextCursor` value remains constant throughout the pagination process for a specific list instance; continue to use the same `nextCursor` token in each request to fetch additional pages.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n remainingCount: {\n type: 'number',\n description: 'The number of objects remaining to be fetched.'\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'hasMore',\n 'nextCursor',\n 'objectType',\n 'remainingCount',\n 'url'\n ],\n $defs: {\n payroll_wage_item: {\n type: 'object',\n title: 'The Payroll Wage Item object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payroll wage item. This ID is unique across all payroll wage items but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payroll wage item was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n expenseAccount: {\n type: 'object',\n description: 'The expense account used to track wage expenses paid through this payroll wage item.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this payroll wage 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 payroll wage item, unique across all payroll wage items.\\n\\n**NOTE**: Payroll wage 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_payroll_wage_item\"`.',\n enum: [ 'qbd_payroll_wage_item'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this payroll wage 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 updatedAt: {\n type: 'string',\n description: 'The date and time when this payroll wage item was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n wageType: {\n type: 'string',\n description: 'Categorizes how this payroll wage item calculates pay - can be hourly (regular, overtime, sick, or vacation), salary (regular, sick, or vacation), bonus, or commission based.',\n enum: [ 'bonus',\n 'commission',\n 'hourly_overtime',\n 'hourly_regular',\n 'hourly_sick',\n 'hourly_vacation',\n 'salary_regular',\n 'salary_sick',\n 'salary_vacation'\n ]\n }\n },\n required: [ 'id',\n 'createdAt',\n 'expenseAccount',\n 'isActive',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'updatedAt',\n 'wageType'\n ]\n }\n }\n}\n```",
|
|
17
17
|
inputSchema: {
|
|
18
18
|
type: 'object',
|
|
19
19
|
properties: {
|
|
@@ -70,11 +70,11 @@ exports.tool = {
|
|
|
70
70
|
},
|
|
71
71
|
updatedAfter: {
|
|
72
72
|
type: 'string',
|
|
73
|
-
description:
|
|
73
|
+
description: "Filter for payroll wage items updated on or after this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **start of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T00:00:00`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
|
|
74
74
|
},
|
|
75
75
|
updatedBefore: {
|
|
76
76
|
type: 'string',
|
|
77
|
-
description:
|
|
77
|
+
description: "Filter for payroll wage items updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
|
|
78
78
|
},
|
|
79
79
|
jq_filter: {
|
|
80
80
|
type: 'string',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-qbd-payroll-wage-items.js","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,wCAAwC;CACnD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,
|
|
1
|
+
{"version":3,"file":"list-qbd-payroll-wage-items.js","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAA+E;AAKlE,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,wCAAwC;CACnD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,m2KAAm2K;IACr2K,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gPAAgP;aACnP;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,iUAAiU;gBACnU,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,uLAAuL;aAC1L;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wLAAwL;aAC3L;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,oXAAoX;gBACtX,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wLAAwL;aAC3L;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gGAAgG;aACnG;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,mEAAmE;gBAChF,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC;aACpC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,olBAAolB;aACvlB;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mlBAAmlB;aACtlB;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,oBAAoB,CAAC;KACjC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,MAAM,QAAQ,GAAG,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE,CAAC;IAC9E,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;AAClF,CAAC,CAAC;AAJW,QAAA,OAAO,WAIlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
|