conductor-node-mcp 13.1.0 → 14.1.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 +13 -714
- package/code-tool.d.mts +2 -44
- package/code-tool.d.mts.map +1 -1
- package/code-tool.d.ts +2 -44
- package/code-tool.d.ts.map +1 -1
- package/code-tool.js +6 -3
- package/code-tool.js.map +1 -1
- package/code-tool.mjs +6 -3
- package/code-tool.mjs.map +1 -1
- package/docs-search-tool.d.mts +3 -3
- package/docs-search-tool.d.mts.map +1 -1
- package/docs-search-tool.d.ts +3 -3
- package/docs-search-tool.d.ts.map +1 -1
- package/docs-search-tool.js +1 -1
- package/docs-search-tool.js.map +1 -1
- package/docs-search-tool.mjs +1 -1
- package/http.d.mts.map +1 -1
- package/http.d.ts.map +1 -1
- package/http.js +1 -18
- package/http.js.map +1 -1
- package/http.mjs +1 -18
- package/http.mjs.map +1 -1
- package/index.js +4 -40
- package/index.js.map +1 -1
- package/index.mjs +4 -40
- package/index.mjs.map +1 -1
- package/options.d.mts +0 -9
- package/options.d.mts.map +1 -1
- package/options.d.ts +0 -9
- package/options.d.ts.map +1 -1
- package/options.js +4 -359
- package/options.js.map +1 -1
- package/options.mjs +4 -359
- package/options.mjs.map +1 -1
- package/package.json +9 -49
- package/server.d.mts +3 -8
- package/server.d.mts.map +1 -1
- package/server.d.ts +3 -8
- package/server.d.ts.map +1 -1
- package/server.js +12 -65
- package/server.js.map +1 -1
- package/server.mjs +11 -62
- package/server.mjs.map +1 -1
- package/src/code-tool.ts +6 -3
- package/src/docs-search-tool.ts +1 -1
- package/src/http.ts +1 -19
- package/src/index.ts +5 -52
- package/src/options.ts +5 -386
- package/src/server.ts +12 -72
- package/src/stdio.ts +2 -3
- package/src/{tools/types.ts → types.ts} +1 -1
- package/stdio.d.mts +1 -2
- package/stdio.d.mts.map +1 -1
- package/stdio.d.ts +1 -2
- package/stdio.d.ts.map +1 -1
- package/stdio.js +2 -2
- package/stdio.js.map +1 -1
- package/stdio.mjs +2 -2
- package/stdio.mjs.map +1 -1
- package/{tools/types.d.mts → types.d.mts} +1 -1
- package/types.d.mts.map +1 -0
- package/{tools/types.d.ts → types.d.ts} +1 -1
- package/types.d.ts.map +1 -0
- package/types.js.map +1 -0
- package/types.mjs.map +1 -0
- package/compat.d.mts +0 -58
- package/compat.d.mts.map +0 -1
- package/compat.d.ts +0 -58
- package/compat.d.ts.map +0 -1
- package/compat.js +0 -387
- package/compat.js.map +0 -1
- package/compat.mjs +0 -378
- package/compat.mjs.map +0 -1
- package/dynamic-tools.d.mts +0 -12
- package/dynamic-tools.d.mts.map +0 -1
- package/dynamic-tools.d.ts +0 -12
- package/dynamic-tools.d.ts.map +0 -1
- package/dynamic-tools.js +0 -135
- package/dynamic-tools.js.map +0 -1
- package/dynamic-tools.mjs +0 -132
- package/dynamic-tools.mjs.map +0 -1
- package/filtering.d.mts +0 -3
- package/filtering.d.mts.map +0 -1
- package/filtering.d.ts +0 -3
- package/filtering.d.ts.map +0 -1
- package/filtering.js +0 -24
- package/filtering.js.map +0 -1
- package/filtering.mjs +0 -16
- package/filtering.mjs.map +0 -1
- package/src/compat.ts +0 -483
- package/src/dynamic-tools.ts +0 -159
- package/src/filtering.ts +0 -18
- package/src/tools/auth-sessions/create-auth-sessions.ts +0 -67
- package/src/tools/end-users/create-end-users.ts +0 -62
- package/src/tools/end-users/delete-end-users.ts +0 -54
- package/src/tools/end-users/list-end-users.ts +0 -50
- package/src/tools/end-users/passthrough-end-users.ts +0 -64
- package/src/tools/end-users/retrieve-end-users.ts +0 -54
- package/src/tools/index.ts +0 -503
- package/src/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.ts +0 -54
- package/src/tools/qbd/accounts/create-qbd-accounts.ts +0 -122
- package/src/tools/qbd/accounts/list-qbd-accounts.ts +0 -136
- package/src/tools/qbd/accounts/retrieve-qbd-accounts.ts +0 -51
- package/src/tools/qbd/accounts/update-qbd-accounts.ts +0 -131
- package/src/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.ts +0 -147
- package/src/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.ts +0 -60
- package/src/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.ts +0 -147
- package/src/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.ts +0 -51
- package/src/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.ts +0 -145
- package/src/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.ts +0 -148
- package/src/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.ts +0 -60
- package/src/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.ts +0 -147
- package/src/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.ts +0 -51
- package/src/tools/qbd/bills/create-qbd-bills.ts +0 -422
- package/src/tools/qbd/bills/delete-qbd-bills.ts +0 -58
- package/src/tools/qbd/bills/list-qbd-bills.ts +0 -155
- package/src/tools/qbd/bills/retrieve-qbd-bills.ts +0 -51
- package/src/tools/qbd/bills/update-qbd-bills.ts +0 -458
- package/src/tools/qbd/build-assemblies/create-qbd-build-assemblies.ts +0 -105
- package/src/tools/qbd/build-assemblies/delete-qbd-build-assemblies.ts +0 -60
- package/src/tools/qbd/build-assemblies/list-qbd-build-assemblies.ts +0 -137
- package/src/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.ts +0 -51
- package/src/tools/qbd/build-assemblies/update-qbd-build-assemblies.ts +0 -108
- package/src/tools/qbd/checks/create-qbd-checks.ts +0 -429
- package/src/tools/qbd/checks/delete-qbd-checks.ts +0 -58
- package/src/tools/qbd/checks/list-qbd-checks.ts +0 -151
- package/src/tools/qbd/checks/retrieve-qbd-checks.ts +0 -51
- package/src/tools/qbd/checks/update-qbd-checks.ts +0 -473
- package/src/tools/qbd/classes/create-qbd-classes.ts +0 -67
- package/src/tools/qbd/classes/list-qbd-classes.ts +0 -113
- package/src/tools/qbd/classes/retrieve-qbd-classes.ts +0 -58
- package/src/tools/qbd/classes/update-qbd-classes.ts +0 -76
- package/src/tools/qbd/company/retrieve-qbd-company.ts +0 -47
- package/src/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.ts +0 -353
- package/src/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.ts +0 -60
- package/src/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.ts +0 -147
- package/src/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.ts +0 -51
- package/src/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.ts +0 -397
- package/src/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.ts +0 -353
- package/src/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.ts +0 -60
- package/src/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.ts +0 -147
- package/src/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.ts +0 -51
- package/src/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.ts +0 -396
- package/src/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.ts +0 -303
- package/src/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.ts +0 -60
- package/src/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.ts +0 -146
- package/src/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.ts +0 -51
- package/src/tools/qbd/credit-memos/create-qbd-credit-memos.ts +0 -447
- package/src/tools/qbd/credit-memos/delete-qbd-credit-memos.ts +0 -60
- package/src/tools/qbd/credit-memos/list-qbd-credit-memos.ts +0 -151
- package/src/tools/qbd/credit-memos/retrieve-qbd-credit-memos.ts +0 -51
- package/src/tools/qbd/credit-memos/update-qbd-credit-memos.ts +0 -521
- package/src/tools/qbd/currencies/create-qbd-currencies.ts +0 -98
- package/src/tools/qbd/currencies/list-qbd-currencies.ts +0 -107
- package/src/tools/qbd/currencies/retrieve-qbd-currencies.ts +0 -60
- package/src/tools/qbd/currencies/update-qbd-currencies.ts +0 -107
- package/src/tools/qbd/customer-types/create-qbd-customer-types.ts +0 -67
- package/src/tools/qbd/customer-types/list-qbd-customer-types.ts +0 -115
- package/src/tools/qbd/customer-types/retrieve-qbd-customer-types.ts +0 -60
- package/src/tools/qbd/customers/create-qbd-customers.ts +0 -526
- package/src/tools/qbd/customers/list-qbd-customers.ts +0 -152
- package/src/tools/qbd/customers/retrieve-qbd-customers.ts +0 -51
- package/src/tools/qbd/customers/update-qbd-customers.ts +0 -533
- package/src/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.ts +0 -83
- package/src/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.ts +0 -115
- package/src/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.ts +0 -60
- package/src/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.ts +0 -113
- package/src/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.ts +0 -100
- package/src/tools/qbd/discount-items/create-qbd-discount-items.ts +0 -113
- package/src/tools/qbd/discount-items/list-qbd-discount-items.ts +0 -122
- package/src/tools/qbd/discount-items/retrieve-qbd-discount-items.ts +0 -51
- package/src/tools/qbd/discount-items/update-qbd-discount-items.ts +0 -122
- package/src/tools/qbd/employees/create-qbd-employees.ts +0 -578
- package/src/tools/qbd/employees/list-qbd-employees.ts +0 -107
- package/src/tools/qbd/employees/retrieve-qbd-employees.ts +0 -51
- package/src/tools/qbd/employees/update-qbd-employees.ts +0 -581
- package/src/tools/qbd/estimates/create-qbd-estimates.ts +0 -427
- package/src/tools/qbd/estimates/delete-qbd-estimates.ts +0 -58
- package/src/tools/qbd/estimates/list-qbd-estimates.ts +0 -150
- package/src/tools/qbd/estimates/retrieve-qbd-estimates.ts +0 -51
- package/src/tools/qbd/estimates/update-qbd-estimates.ts +0 -496
- package/src/tools/qbd/health-check-qbd.ts +0 -54
- package/src/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.ts +0 -218
- package/src/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.ts +0 -60
- package/src/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.ts +0 -140
- package/src/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.ts +0 -51
- package/src/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.ts +0 -142
- package/src/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.ts +0 -183
- package/src/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.ts +0 -122
- package/src/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.ts +0 -51
- package/src/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.ts +0 -192
- package/src/tools/qbd/inventory-items/create-qbd-inventory-items.ts +0 -169
- package/src/tools/qbd/inventory-items/list-qbd-inventory-items.ts +0 -122
- package/src/tools/qbd/inventory-items/retrieve-qbd-inventory-items.ts +0 -51
- package/src/tools/qbd/inventory-items/update-qbd-inventory-items.ts +0 -173
- package/src/tools/qbd/inventory-sites/create-qbd-inventory-sites.ts +0 -120
- package/src/tools/qbd/inventory-sites/list-qbd-inventory-sites.ts +0 -103
- package/src/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.ts +0 -60
- package/src/tools/qbd/inventory-sites/update-qbd-inventory-sites.ts +0 -143
- package/src/tools/qbd/invoices/create-qbd-invoices.ts +0 -507
- package/src/tools/qbd/invoices/delete-qbd-invoices.ts +0 -58
- package/src/tools/qbd/invoices/list-qbd-invoices.ts +0 -155
- package/src/tools/qbd/invoices/retrieve-qbd-invoices.ts +0 -51
- package/src/tools/qbd/invoices/update-qbd-invoices.ts +0 -558
- package/src/tools/qbd/item-groups/create-qbd-item-groups.ts +0 -115
- package/src/tools/qbd/item-groups/list-qbd-item-groups.ts +0 -113
- package/src/tools/qbd/item-groups/retrieve-qbd-item-groups.ts +0 -60
- package/src/tools/qbd/item-groups/update-qbd-item-groups.ts +0 -129
- package/src/tools/qbd/item-receipts/create-qbd-item-receipts.ts +0 -362
- package/src/tools/qbd/item-receipts/delete-qbd-item-receipts.ts +0 -60
- package/src/tools/qbd/item-receipts/list-qbd-item-receipts.ts +0 -150
- package/src/tools/qbd/item-receipts/retrieve-qbd-item-receipts.ts +0 -51
- package/src/tools/qbd/item-receipts/update-qbd-item-receipts.ts +0 -396
- package/src/tools/qbd/item-sites/list-qbd-item-sites.ts +0 -103
- package/src/tools/qbd/item-sites/retrieve-qbd-item-sites.ts +0 -60
- package/src/tools/qbd/journal-entries/create-qbd-journal-entries.ts +0 -172
- package/src/tools/qbd/journal-entries/delete-qbd-journal-entries.ts +0 -60
- package/src/tools/qbd/journal-entries/list-qbd-journal-entries.ts +0 -147
- package/src/tools/qbd/journal-entries/retrieve-qbd-journal-entries.ts +0 -51
- package/src/tools/qbd/journal-entries/update-qbd-journal-entries.ts +0 -137
- package/src/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.ts +0 -174
- package/src/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.ts +0 -122
- package/src/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.ts +0 -51
- package/src/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.ts +0 -197
- package/src/tools/qbd/other-charge-items/create-qbd-other-charge-items.ts +0 -164
- package/src/tools/qbd/other-charge-items/list-qbd-other-charge-items.ts +0 -122
- package/src/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.ts +0 -51
- package/src/tools/qbd/other-charge-items/update-qbd-other-charge-items.ts +0 -181
- package/src/tools/qbd/other-names/create-qbd-other-names.ts +0 -168
- package/src/tools/qbd/other-names/list-qbd-other-names.ts +0 -108
- package/src/tools/qbd/other-names/retrieve-qbd-other-names.ts +0 -60
- package/src/tools/qbd/other-names/update-qbd-other-names.ts +0 -172
- package/src/tools/qbd/payment-methods/create-qbd-payment-methods.ts +0 -79
- package/src/tools/qbd/payment-methods/list-qbd-payment-methods.ts +0 -132
- package/src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts +0 -60
- package/src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts +0 -99
- package/src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts +0 -114
- package/src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts +0 -60
- package/src/tools/qbd/preferences/retrieve-qbd-preferences.ts +0 -47
- package/src/tools/qbd/price-levels/create-qbd-price-levels.ts +0 -100
- package/src/tools/qbd/price-levels/list-qbd-price-levels.ts +0 -122
- package/src/tools/qbd/price-levels/retrieve-qbd-price-levels.ts +0 -60
- package/src/tools/qbd/price-levels/update-qbd-price-levels.ts +0 -109
- package/src/tools/qbd/purchase-orders/create-qbd-purchase-orders.ts +0 -418
- package/src/tools/qbd/purchase-orders/delete-qbd-purchase-orders.ts +0 -60
- package/src/tools/qbd/purchase-orders/list-qbd-purchase-orders.ts +0 -151
- package/src/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.ts +0 -51
- package/src/tools/qbd/purchase-orders/update-qbd-purchase-orders.ts +0 -497
- package/src/tools/qbd/receive-payments/create-qbd-receive-payments.ts +0 -302
- package/src/tools/qbd/receive-payments/delete-qbd-receive-payments.ts +0 -60
- package/src/tools/qbd/receive-payments/list-qbd-receive-payments.ts +0 -146
- package/src/tools/qbd/receive-payments/retrieve-qbd-receive-payments.ts +0 -51
- package/src/tools/qbd/receive-payments/update-qbd-receive-payments.ts +0 -290
- package/src/tools/qbd/sales-orders/create-qbd-sales-orders.ts +0 -455
- package/src/tools/qbd/sales-orders/delete-qbd-sales-orders.ts +0 -60
- package/src/tools/qbd/sales-orders/list-qbd-sales-orders.ts +0 -143
- package/src/tools/qbd/sales-orders/retrieve-qbd-sales-orders.ts +0 -51
- package/src/tools/qbd/sales-orders/update-qbd-sales-orders.ts +0 -529
- package/src/tools/qbd/sales-receipts/create-qbd-sales-receipts.ts +0 -743
- package/src/tools/qbd/sales-receipts/delete-qbd-sales-receipts.ts +0 -60
- package/src/tools/qbd/sales-receipts/list-qbd-sales-receipts.ts +0 -146
- package/src/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.ts +0 -51
- package/src/tools/qbd/sales-receipts/update-qbd-sales-receipts.ts +0 -532
- package/src/tools/qbd/sales-representatives/create-qbd-sales-representatives.ts +0 -68
- package/src/tools/qbd/sales-representatives/list-qbd-sales-representatives.ts +0 -117
- package/src/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.ts +0 -60
- package/src/tools/qbd/sales-representatives/update-qbd-sales-representatives.ts +0 -77
- package/src/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.ts +0 -76
- package/src/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.ts +0 -115
- package/src/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.ts +0 -60
- package/src/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.ts +0 -87
- package/src/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.ts +0 -102
- package/src/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.ts +0 -122
- package/src/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.ts +0 -60
- package/src/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.ts +0 -106
- package/src/tools/qbd/service-items/create-qbd-service-items.ts +0 -169
- package/src/tools/qbd/service-items/list-qbd-service-items.ts +0 -121
- package/src/tools/qbd/service-items/retrieve-qbd-service-items.ts +0 -51
- package/src/tools/qbd/service-items/update-qbd-service-items.ts +0 -192
- package/src/tools/qbd/standard-terms/create-qbd-standard-terms.ts +0 -76
- package/src/tools/qbd/standard-terms/list-qbd-standard-terms.ts +0 -115
- package/src/tools/qbd/standard-terms/retrieve-qbd-standard-terms.ts +0 -60
- package/src/tools/qbd/subtotal-items/create-qbd-subtotal-items.ts +0 -90
- package/src/tools/qbd/subtotal-items/list-qbd-subtotal-items.ts +0 -114
- package/src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts +0 -60
- package/src/tools/qbd/subtotal-items/update-qbd-subtotal-items.ts +0 -96
- package/src/tools/qbd/templates/list-qbd-templates.ts +0 -54
- package/src/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.ts +0 -94
- package/src/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.ts +0 -60
- package/src/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.ts +0 -96
- package/src/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.ts +0 -60
- package/src/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.ts +0 -98
- package/src/tools/qbd/transactions/list-qbd-transactions.ts +0 -216
- package/src/tools/qbd/transactions/retrieve-qbd-transactions.ts +0 -60
- package/src/tools/qbd/transfers/create-qbd-transfers.ts +0 -78
- package/src/tools/qbd/transfers/list-qbd-transfers.ts +0 -87
- package/src/tools/qbd/transfers/retrieve-qbd-transfers.ts +0 -60
- package/src/tools/qbd/transfers/update-qbd-transfers.ts +0 -87
- package/src/tools/qbd/unit-of-measure-sets/create-qbd-unit-of-measure-sets.ts +0 -126
- package/src/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.ts +0 -108
- package/src/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.ts +0 -60
- package/src/tools/qbd/vendor-credits/create-qbd-vendor-credits.ts +0 -354
- package/src/tools/qbd/vendor-credits/delete-qbd-vendor-credits.ts +0 -60
- package/src/tools/qbd/vendor-credits/list-qbd-vendor-credits.ts +0 -152
- package/src/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.ts +0 -51
- package/src/tools/qbd/vendor-credits/update-qbd-vendor-credits.ts +0 -397
- package/src/tools/qbd/vendors/create-qbd-vendors.ts +0 -421
- package/src/tools/qbd/vendors/list-qbd-vendors.ts +0 -151
- package/src/tools/qbd/vendors/retrieve-qbd-vendors.ts +0 -51
- package/src/tools/qbd/vendors/update-qbd-vendors.ts +0 -428
- package/src/tools.ts +0 -1
- package/tools/auth-sessions/create-auth-sessions.d.mts +0 -51
- package/tools/auth-sessions/create-auth-sessions.d.mts.map +0 -1
- package/tools/auth-sessions/create-auth-sessions.d.ts +0 -51
- package/tools/auth-sessions/create-auth-sessions.d.ts.map +0 -1
- package/tools/auth-sessions/create-auth-sessions.js +0 -64
- package/tools/auth-sessions/create-auth-sessions.js.map +0 -1
- package/tools/auth-sessions/create-auth-sessions.mjs +0 -57
- package/tools/auth-sessions/create-auth-sessions.mjs.map +0 -1
- package/tools/end-users/create-end-users.d.mts +0 -51
- package/tools/end-users/create-end-users.d.mts.map +0 -1
- package/tools/end-users/create-end-users.d.ts +0 -51
- package/tools/end-users/create-end-users.d.ts.map +0 -1
- package/tools/end-users/create-end-users.js +0 -60
- package/tools/end-users/create-end-users.js.map +0 -1
- package/tools/end-users/create-end-users.mjs +0 -53
- package/tools/end-users/create-end-users.mjs.map +0 -1
- package/tools/end-users/delete-end-users.d.mts +0 -51
- package/tools/end-users/delete-end-users.d.mts.map +0 -1
- package/tools/end-users/delete-end-users.d.ts +0 -51
- package/tools/end-users/delete-end-users.d.ts.map +0 -1
- package/tools/end-users/delete-end-users.js +0 -54
- package/tools/end-users/delete-end-users.js.map +0 -1
- package/tools/end-users/delete-end-users.mjs +0 -47
- package/tools/end-users/delete-end-users.mjs.map +0 -1
- package/tools/end-users/list-end-users.d.mts +0 -51
- package/tools/end-users/list-end-users.d.mts.map +0 -1
- package/tools/end-users/list-end-users.d.ts +0 -51
- package/tools/end-users/list-end-users.d.ts.map +0 -1
- package/tools/end-users/list-end-users.js +0 -50
- package/tools/end-users/list-end-users.js.map +0 -1
- package/tools/end-users/list-end-users.mjs +0 -43
- package/tools/end-users/list-end-users.mjs.map +0 -1
- package/tools/end-users/passthrough-end-users.d.mts +0 -51
- package/tools/end-users/passthrough-end-users.d.mts.map +0 -1
- package/tools/end-users/passthrough-end-users.d.ts +0 -51
- package/tools/end-users/passthrough-end-users.d.ts.map +0 -1
- package/tools/end-users/passthrough-end-users.js +0 -62
- package/tools/end-users/passthrough-end-users.js.map +0 -1
- package/tools/end-users/passthrough-end-users.mjs +0 -55
- package/tools/end-users/passthrough-end-users.mjs.map +0 -1
- package/tools/end-users/retrieve-end-users.d.mts +0 -51
- package/tools/end-users/retrieve-end-users.d.mts.map +0 -1
- package/tools/end-users/retrieve-end-users.d.ts +0 -51
- package/tools/end-users/retrieve-end-users.d.ts.map +0 -1
- package/tools/end-users/retrieve-end-users.js +0 -54
- package/tools/end-users/retrieve-end-users.js.map +0 -1
- package/tools/end-users/retrieve-end-users.mjs +0 -47
- package/tools/end-users/retrieve-end-users.mjs.map +0 -1
- package/tools/index.d.mts +0 -10
- package/tools/index.d.mts.map +0 -1
- package/tools/index.d.ts +0 -10
- package/tools/index.d.ts.map +0 -1
- package/tools/index.js +0 -487
- package/tools/index.js.map +0 -1
- package/tools/index.mjs +0 -480
- package/tools/index.mjs.map +0 -1
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.mts +0 -51
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.mts.map +0 -1
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.ts +0 -51
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.ts.map +0 -1
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.js +0 -54
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.js.map +0 -1
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.mjs +0 -47
- package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.mjs.map +0 -1
- package/tools/qbd/accounts/create-qbd-accounts.d.mts +0 -51
- package/tools/qbd/accounts/create-qbd-accounts.d.mts.map +0 -1
- package/tools/qbd/accounts/create-qbd-accounts.d.ts +0 -51
- package/tools/qbd/accounts/create-qbd-accounts.d.ts.map +0 -1
- package/tools/qbd/accounts/create-qbd-accounts.js +0 -113
- package/tools/qbd/accounts/create-qbd-accounts.js.map +0 -1
- package/tools/qbd/accounts/create-qbd-accounts.mjs +0 -106
- package/tools/qbd/accounts/create-qbd-accounts.mjs.map +0 -1
- package/tools/qbd/accounts/list-qbd-accounts.d.mts +0 -51
- package/tools/qbd/accounts/list-qbd-accounts.d.mts.map +0 -1
- package/tools/qbd/accounts/list-qbd-accounts.d.ts +0 -51
- package/tools/qbd/accounts/list-qbd-accounts.d.ts.map +0 -1
- package/tools/qbd/accounts/list-qbd-accounts.js +0 -128
- package/tools/qbd/accounts/list-qbd-accounts.js.map +0 -1
- package/tools/qbd/accounts/list-qbd-accounts.mjs +0 -121
- package/tools/qbd/accounts/list-qbd-accounts.mjs.map +0 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.d.mts +0 -51
- package/tools/qbd/accounts/retrieve-qbd-accounts.d.mts.map +0 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.d.ts +0 -51
- package/tools/qbd/accounts/retrieve-qbd-accounts.d.ts.map +0 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.js +0 -52
- package/tools/qbd/accounts/retrieve-qbd-accounts.js.map +0 -1
- package/tools/qbd/accounts/retrieve-qbd-accounts.mjs +0 -45
- package/tools/qbd/accounts/retrieve-qbd-accounts.mjs.map +0 -1
- package/tools/qbd/accounts/update-qbd-accounts.d.mts +0 -51
- package/tools/qbd/accounts/update-qbd-accounts.d.mts.map +0 -1
- package/tools/qbd/accounts/update-qbd-accounts.d.ts +0 -51
- package/tools/qbd/accounts/update-qbd-accounts.d.ts.map +0 -1
- package/tools/qbd/accounts/update-qbd-accounts.js +0 -121
- package/tools/qbd/accounts/update-qbd-accounts.js.map +0 -1
- package/tools/qbd/accounts/update-qbd-accounts.mjs +0 -114
- package/tools/qbd/accounts/update-qbd-accounts.mjs.map +0 -1
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.mts +0 -51
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.mts.map +0 -1
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.ts +0 -51
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.ts.map +0 -1
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.js +0 -135
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.js.map +0 -1
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.mjs +0 -128
- package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.mjs.map +0 -1
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.mts +0 -51
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.mts.map +0 -1
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.ts +0 -51
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.ts.map +0 -1
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.js +0 -58
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.js.map +0 -1
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.mjs +0 -51
- package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.mjs.map +0 -1
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.mts +0 -51
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.mts.map +0 -1
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.ts +0 -51
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.ts.map +0 -1
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js +0 -134
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js.map +0 -1
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs +0 -127
- package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs.map +0 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.mts +0 -51
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.mts.map +0 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.ts +0 -51
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.ts.map +0 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.js +0 -52
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.js.map +0 -1
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.mjs +0 -45
- package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.mjs.map +0 -1
- package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.mts +0 -51
- package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.mts.map +0 -1
- package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.ts +0 -51
- package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.ts.map +0 -1
- package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.js +0 -135
- package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.js.map +0 -1
- package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.mjs +0 -128
- package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.mjs.map +0 -1
- package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.mts +0 -51
- package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.mts.map +0 -1
- package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.ts +0 -51
- package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.ts.map +0 -1
- package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.js +0 -137
- package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.js.map +0 -1
- package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.mjs +0 -130
- package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.mjs.map +0 -1
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.mts +0 -51
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.mts.map +0 -1
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.ts +0 -51
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.ts.map +0 -1
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.js +0 -58
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.js.map +0 -1
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.mjs +0 -51
- package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.mjs.map +0 -1
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.mts +0 -51
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.mts.map +0 -1
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.ts +0 -51
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.ts.map +0 -1
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js +0 -134
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js.map +0 -1
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs +0 -127
- package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs.map +0 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.mts +0 -51
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.mts.map +0 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.ts +0 -51
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.ts.map +0 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.js +0 -52
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.js.map +0 -1
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.mjs +0 -45
- package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.mjs.map +0 -1
- package/tools/qbd/bills/create-qbd-bills.d.mts +0 -51
- package/tools/qbd/bills/create-qbd-bills.d.mts.map +0 -1
- package/tools/qbd/bills/create-qbd-bills.d.ts +0 -51
- package/tools/qbd/bills/create-qbd-bills.d.ts.map +0 -1
- package/tools/qbd/bills/create-qbd-bills.js +0 -373
- package/tools/qbd/bills/create-qbd-bills.js.map +0 -1
- package/tools/qbd/bills/create-qbd-bills.mjs +0 -366
- package/tools/qbd/bills/create-qbd-bills.mjs.map +0 -1
- package/tools/qbd/bills/delete-qbd-bills.d.mts +0 -51
- package/tools/qbd/bills/delete-qbd-bills.d.mts.map +0 -1
- package/tools/qbd/bills/delete-qbd-bills.d.ts +0 -51
- package/tools/qbd/bills/delete-qbd-bills.d.ts.map +0 -1
- package/tools/qbd/bills/delete-qbd-bills.js +0 -58
- package/tools/qbd/bills/delete-qbd-bills.js.map +0 -1
- package/tools/qbd/bills/delete-qbd-bills.mjs +0 -51
- package/tools/qbd/bills/delete-qbd-bills.mjs.map +0 -1
- package/tools/qbd/bills/list-qbd-bills.d.mts +0 -51
- package/tools/qbd/bills/list-qbd-bills.d.mts.map +0 -1
- package/tools/qbd/bills/list-qbd-bills.d.ts +0 -51
- package/tools/qbd/bills/list-qbd-bills.d.ts.map +0 -1
- package/tools/qbd/bills/list-qbd-bills.js +0 -143
- package/tools/qbd/bills/list-qbd-bills.js.map +0 -1
- package/tools/qbd/bills/list-qbd-bills.mjs +0 -136
- package/tools/qbd/bills/list-qbd-bills.mjs.map +0 -1
- package/tools/qbd/bills/retrieve-qbd-bills.d.mts +0 -51
- package/tools/qbd/bills/retrieve-qbd-bills.d.mts.map +0 -1
- package/tools/qbd/bills/retrieve-qbd-bills.d.ts +0 -51
- package/tools/qbd/bills/retrieve-qbd-bills.d.ts.map +0 -1
- package/tools/qbd/bills/retrieve-qbd-bills.js +0 -52
- package/tools/qbd/bills/retrieve-qbd-bills.js.map +0 -1
- package/tools/qbd/bills/retrieve-qbd-bills.mjs +0 -45
- package/tools/qbd/bills/retrieve-qbd-bills.mjs.map +0 -1
- package/tools/qbd/bills/update-qbd-bills.d.mts +0 -51
- package/tools/qbd/bills/update-qbd-bills.d.mts.map +0 -1
- package/tools/qbd/bills/update-qbd-bills.d.ts +0 -51
- package/tools/qbd/bills/update-qbd-bills.d.ts.map +0 -1
- package/tools/qbd/bills/update-qbd-bills.js +0 -399
- package/tools/qbd/bills/update-qbd-bills.js.map +0 -1
- package/tools/qbd/bills/update-qbd-bills.mjs +0 -392
- package/tools/qbd/bills/update-qbd-bills.mjs.map +0 -1
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.mts +0 -51
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.mts.map +0 -1
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.ts +0 -51
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.ts.map +0 -1
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.js +0 -96
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.js.map +0 -1
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.mjs +0 -89
- package/tools/qbd/build-assemblies/create-qbd-build-assemblies.mjs.map +0 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.mts +0 -51
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.mts.map +0 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.ts +0 -51
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.ts.map +0 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js +0 -58
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js.map +0 -1
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs +0 -51
- package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs.map +0 -1
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.mts +0 -51
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.mts.map +0 -1
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.ts +0 -51
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.ts.map +0 -1
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js +0 -125
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js.map +0 -1
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs +0 -118
- package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs.map +0 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.mts +0 -51
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.mts.map +0 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.ts +0 -51
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.ts.map +0 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.js +0 -52
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.js.map +0 -1
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.mjs +0 -45
- package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.mjs.map +0 -1
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.mts +0 -51
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.mts.map +0 -1
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.ts +0 -51
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.ts.map +0 -1
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.js +0 -100
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.js.map +0 -1
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.mjs +0 -93
- package/tools/qbd/build-assemblies/update-qbd-build-assemblies.mjs.map +0 -1
- package/tools/qbd/checks/create-qbd-checks.d.mts +0 -51
- package/tools/qbd/checks/create-qbd-checks.d.mts.map +0 -1
- package/tools/qbd/checks/create-qbd-checks.d.ts +0 -51
- package/tools/qbd/checks/create-qbd-checks.d.ts.map +0 -1
- package/tools/qbd/checks/create-qbd-checks.js +0 -379
- package/tools/qbd/checks/create-qbd-checks.js.map +0 -1
- package/tools/qbd/checks/create-qbd-checks.mjs +0 -372
- package/tools/qbd/checks/create-qbd-checks.mjs.map +0 -1
- package/tools/qbd/checks/delete-qbd-checks.d.mts +0 -51
- package/tools/qbd/checks/delete-qbd-checks.d.mts.map +0 -1
- package/tools/qbd/checks/delete-qbd-checks.d.ts +0 -51
- package/tools/qbd/checks/delete-qbd-checks.d.ts.map +0 -1
- package/tools/qbd/checks/delete-qbd-checks.js +0 -58
- package/tools/qbd/checks/delete-qbd-checks.js.map +0 -1
- package/tools/qbd/checks/delete-qbd-checks.mjs +0 -51
- package/tools/qbd/checks/delete-qbd-checks.mjs.map +0 -1
- package/tools/qbd/checks/list-qbd-checks.d.mts +0 -51
- package/tools/qbd/checks/list-qbd-checks.d.mts.map +0 -1
- package/tools/qbd/checks/list-qbd-checks.d.ts +0 -51
- package/tools/qbd/checks/list-qbd-checks.d.ts.map +0 -1
- package/tools/qbd/checks/list-qbd-checks.js +0 -138
- package/tools/qbd/checks/list-qbd-checks.js.map +0 -1
- package/tools/qbd/checks/list-qbd-checks.mjs +0 -131
- package/tools/qbd/checks/list-qbd-checks.mjs.map +0 -1
- package/tools/qbd/checks/retrieve-qbd-checks.d.mts +0 -51
- package/tools/qbd/checks/retrieve-qbd-checks.d.mts.map +0 -1
- package/tools/qbd/checks/retrieve-qbd-checks.d.ts +0 -51
- package/tools/qbd/checks/retrieve-qbd-checks.d.ts.map +0 -1
- package/tools/qbd/checks/retrieve-qbd-checks.js +0 -52
- package/tools/qbd/checks/retrieve-qbd-checks.js.map +0 -1
- package/tools/qbd/checks/retrieve-qbd-checks.mjs +0 -45
- package/tools/qbd/checks/retrieve-qbd-checks.mjs.map +0 -1
- package/tools/qbd/checks/update-qbd-checks.d.mts +0 -51
- package/tools/qbd/checks/update-qbd-checks.d.mts.map +0 -1
- package/tools/qbd/checks/update-qbd-checks.d.ts +0 -51
- package/tools/qbd/checks/update-qbd-checks.d.ts.map +0 -1
- package/tools/qbd/checks/update-qbd-checks.js +0 -412
- package/tools/qbd/checks/update-qbd-checks.js.map +0 -1
- package/tools/qbd/checks/update-qbd-checks.mjs +0 -405
- package/tools/qbd/checks/update-qbd-checks.mjs.map +0 -1
- package/tools/qbd/classes/create-qbd-classes.d.mts +0 -51
- package/tools/qbd/classes/create-qbd-classes.d.mts.map +0 -1
- package/tools/qbd/classes/create-qbd-classes.d.ts +0 -51
- package/tools/qbd/classes/create-qbd-classes.d.ts.map +0 -1
- package/tools/qbd/classes/create-qbd-classes.js +0 -64
- package/tools/qbd/classes/create-qbd-classes.js.map +0 -1
- package/tools/qbd/classes/create-qbd-classes.mjs +0 -57
- package/tools/qbd/classes/create-qbd-classes.mjs.map +0 -1
- package/tools/qbd/classes/list-qbd-classes.d.mts +0 -51
- package/tools/qbd/classes/list-qbd-classes.d.mts.map +0 -1
- package/tools/qbd/classes/list-qbd-classes.d.ts +0 -51
- package/tools/qbd/classes/list-qbd-classes.d.ts.map +0 -1
- package/tools/qbd/classes/list-qbd-classes.js +0 -105
- package/tools/qbd/classes/list-qbd-classes.js.map +0 -1
- package/tools/qbd/classes/list-qbd-classes.mjs +0 -98
- package/tools/qbd/classes/list-qbd-classes.mjs.map +0 -1
- package/tools/qbd/classes/retrieve-qbd-classes.d.mts +0 -51
- package/tools/qbd/classes/retrieve-qbd-classes.d.mts.map +0 -1
- package/tools/qbd/classes/retrieve-qbd-classes.d.ts +0 -51
- package/tools/qbd/classes/retrieve-qbd-classes.d.ts.map +0 -1
- package/tools/qbd/classes/retrieve-qbd-classes.js +0 -58
- package/tools/qbd/classes/retrieve-qbd-classes.js.map +0 -1
- package/tools/qbd/classes/retrieve-qbd-classes.mjs +0 -51
- package/tools/qbd/classes/retrieve-qbd-classes.mjs.map +0 -1
- package/tools/qbd/classes/update-qbd-classes.d.mts +0 -51
- package/tools/qbd/classes/update-qbd-classes.d.mts.map +0 -1
- package/tools/qbd/classes/update-qbd-classes.d.ts +0 -51
- package/tools/qbd/classes/update-qbd-classes.d.ts.map +0 -1
- package/tools/qbd/classes/update-qbd-classes.js +0 -72
- package/tools/qbd/classes/update-qbd-classes.js.map +0 -1
- package/tools/qbd/classes/update-qbd-classes.mjs +0 -65
- package/tools/qbd/classes/update-qbd-classes.mjs.map +0 -1
- package/tools/qbd/company/retrieve-qbd-company.d.mts +0 -51
- package/tools/qbd/company/retrieve-qbd-company.d.mts.map +0 -1
- package/tools/qbd/company/retrieve-qbd-company.d.ts +0 -51
- package/tools/qbd/company/retrieve-qbd-company.d.ts.map +0 -1
- package/tools/qbd/company/retrieve-qbd-company.js +0 -48
- package/tools/qbd/company/retrieve-qbd-company.js.map +0 -1
- package/tools/qbd/company/retrieve-qbd-company.mjs +0 -41
- package/tools/qbd/company/retrieve-qbd-company.mjs.map +0 -1
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.mts +0 -51
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.mts.map +0 -1
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.ts +0 -51
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.ts.map +0 -1
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.js +0 -311
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.js.map +0 -1
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.mjs +0 -304
- package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.mjs.map +0 -1
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.mts +0 -51
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.mts.map +0 -1
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.ts +0 -51
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.ts.map +0 -1
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.js +0 -58
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.js.map +0 -1
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.mjs +0 -51
- package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.mjs.map +0 -1
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.mts +0 -51
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.mts.map +0 -1
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.ts +0 -51
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.ts.map +0 -1
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js +0 -134
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js.map +0 -1
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs +0 -127
- package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs.map +0 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.mts +0 -51
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.mts.map +0 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.ts +0 -51
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.ts.map +0 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.js +0 -52
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.js.map +0 -1
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.mjs +0 -45
- package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.mjs.map +0 -1
- package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.mts +0 -51
- package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.mts.map +0 -1
- package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.ts +0 -51
- package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.ts.map +0 -1
- package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.js +0 -344
- package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.js.map +0 -1
- package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.mjs +0 -337
- package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.mjs.map +0 -1
- package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.mts +0 -51
- package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.mts.map +0 -1
- package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.ts +0 -51
- package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.ts.map +0 -1
- package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.js +0 -311
- package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.js.map +0 -1
- package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.mjs +0 -304
- package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.mjs.map +0 -1
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.mts +0 -51
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.mts.map +0 -1
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.ts +0 -51
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.ts.map +0 -1
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.js +0 -58
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.js.map +0 -1
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.mjs +0 -51
- package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.mjs.map +0 -1
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.mts +0 -51
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.mts.map +0 -1
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.ts +0 -51
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.ts.map +0 -1
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js +0 -134
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js.map +0 -1
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs +0 -127
- package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs.map +0 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.mts +0 -51
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.mts.map +0 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.ts +0 -51
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.ts.map +0 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.js +0 -52
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.js.map +0 -1
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.mjs +0 -45
- package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.mjs.map +0 -1
- package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.mts +0 -51
- package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.mts.map +0 -1
- package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.ts +0 -51
- package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.ts.map +0 -1
- package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.js +0 -344
- package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.js.map +0 -1
- package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.mjs +0 -337
- package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.mjs.map +0 -1
- package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.d.mts +0 -51
- package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.d.mts.map +0 -1
- package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.d.ts +0 -51
- package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.d.ts.map +0 -1
- package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.js +0 -272
- package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.js.map +0 -1
- package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.mjs +0 -265
- package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.mjs.map +0 -1
- package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.d.mts +0 -51
- package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.d.mts.map +0 -1
- package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.d.ts +0 -51
- package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.d.ts.map +0 -1
- package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.js +0 -58
- package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.js.map +0 -1
- package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.mjs +0 -51
- package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.mjs.map +0 -1
- package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.d.mts +0 -51
- package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.d.mts.map +0 -1
- package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.d.ts +0 -51
- package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.d.ts.map +0 -1
- package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.js +0 -134
- package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.js.map +0 -1
- package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.mjs +0 -127
- package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.mjs.map +0 -1
- package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.d.mts +0 -51
- package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.d.mts.map +0 -1
- package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.d.ts +0 -51
- package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.d.ts.map +0 -1
- package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.js +0 -52
- package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.js.map +0 -1
- package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.mjs +0 -45
- package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.mjs.map +0 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.d.mts +0 -51
- package/tools/qbd/credit-memos/create-qbd-credit-memos.d.mts.map +0 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.d.ts +0 -51
- package/tools/qbd/credit-memos/create-qbd-credit-memos.d.ts.map +0 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.js +0 -389
- package/tools/qbd/credit-memos/create-qbd-credit-memos.js.map +0 -1
- package/tools/qbd/credit-memos/create-qbd-credit-memos.mjs +0 -382
- package/tools/qbd/credit-memos/create-qbd-credit-memos.mjs.map +0 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.mts +0 -51
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.mts.map +0 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.ts +0 -51
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.ts.map +0 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.js +0 -58
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.js.map +0 -1
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.mjs +0 -51
- package/tools/qbd/credit-memos/delete-qbd-credit-memos.mjs.map +0 -1
- package/tools/qbd/credit-memos/list-qbd-credit-memos.d.mts +0 -51
- package/tools/qbd/credit-memos/list-qbd-credit-memos.d.mts.map +0 -1
- package/tools/qbd/credit-memos/list-qbd-credit-memos.d.ts +0 -51
- package/tools/qbd/credit-memos/list-qbd-credit-memos.d.ts.map +0 -1
- package/tools/qbd/credit-memos/list-qbd-credit-memos.js +0 -138
- package/tools/qbd/credit-memos/list-qbd-credit-memos.js.map +0 -1
- package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs +0 -131
- package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs.map +0 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.mts +0 -51
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.mts.map +0 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.ts +0 -51
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.ts.map +0 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.js +0 -52
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.js.map +0 -1
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.mjs +0 -45
- package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.mjs.map +0 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.d.mts +0 -51
- package/tools/qbd/credit-memos/update-qbd-credit-memos.d.mts.map +0 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.d.ts +0 -51
- package/tools/qbd/credit-memos/update-qbd-credit-memos.d.ts.map +0 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.js +0 -449
- package/tools/qbd/credit-memos/update-qbd-credit-memos.js.map +0 -1
- package/tools/qbd/credit-memos/update-qbd-credit-memos.mjs +0 -442
- package/tools/qbd/credit-memos/update-qbd-credit-memos.mjs.map +0 -1
- package/tools/qbd/currencies/create-qbd-currencies.d.mts +0 -51
- package/tools/qbd/currencies/create-qbd-currencies.d.mts.map +0 -1
- package/tools/qbd/currencies/create-qbd-currencies.d.ts +0 -51
- package/tools/qbd/currencies/create-qbd-currencies.d.ts.map +0 -1
- package/tools/qbd/currencies/create-qbd-currencies.js +0 -90
- package/tools/qbd/currencies/create-qbd-currencies.js.map +0 -1
- package/tools/qbd/currencies/create-qbd-currencies.mjs +0 -83
- package/tools/qbd/currencies/create-qbd-currencies.mjs.map +0 -1
- package/tools/qbd/currencies/list-qbd-currencies.d.mts +0 -51
- package/tools/qbd/currencies/list-qbd-currencies.d.mts.map +0 -1
- package/tools/qbd/currencies/list-qbd-currencies.d.ts +0 -51
- package/tools/qbd/currencies/list-qbd-currencies.d.ts.map +0 -1
- package/tools/qbd/currencies/list-qbd-currencies.js +0 -99
- package/tools/qbd/currencies/list-qbd-currencies.js.map +0 -1
- package/tools/qbd/currencies/list-qbd-currencies.mjs +0 -92
- package/tools/qbd/currencies/list-qbd-currencies.mjs.map +0 -1
- package/tools/qbd/currencies/retrieve-qbd-currencies.d.mts +0 -51
- package/tools/qbd/currencies/retrieve-qbd-currencies.d.mts.map +0 -1
- package/tools/qbd/currencies/retrieve-qbd-currencies.d.ts +0 -51
- package/tools/qbd/currencies/retrieve-qbd-currencies.d.ts.map +0 -1
- package/tools/qbd/currencies/retrieve-qbd-currencies.js +0 -58
- package/tools/qbd/currencies/retrieve-qbd-currencies.js.map +0 -1
- package/tools/qbd/currencies/retrieve-qbd-currencies.mjs +0 -51
- package/tools/qbd/currencies/retrieve-qbd-currencies.mjs.map +0 -1
- package/tools/qbd/currencies/update-qbd-currencies.d.mts +0 -51
- package/tools/qbd/currencies/update-qbd-currencies.d.mts.map +0 -1
- package/tools/qbd/currencies/update-qbd-currencies.d.ts +0 -51
- package/tools/qbd/currencies/update-qbd-currencies.d.ts.map +0 -1
- package/tools/qbd/currencies/update-qbd-currencies.js +0 -98
- package/tools/qbd/currencies/update-qbd-currencies.js.map +0 -1
- package/tools/qbd/currencies/update-qbd-currencies.mjs +0 -91
- package/tools/qbd/currencies/update-qbd-currencies.mjs.map +0 -1
- package/tools/qbd/customer-types/create-qbd-customer-types.d.mts +0 -51
- package/tools/qbd/customer-types/create-qbd-customer-types.d.mts.map +0 -1
- package/tools/qbd/customer-types/create-qbd-customer-types.d.ts +0 -51
- package/tools/qbd/customer-types/create-qbd-customer-types.d.ts.map +0 -1
- package/tools/qbd/customer-types/create-qbd-customer-types.js +0 -64
- package/tools/qbd/customer-types/create-qbd-customer-types.js.map +0 -1
- package/tools/qbd/customer-types/create-qbd-customer-types.mjs +0 -57
- package/tools/qbd/customer-types/create-qbd-customer-types.mjs.map +0 -1
- package/tools/qbd/customer-types/list-qbd-customer-types.d.mts +0 -51
- package/tools/qbd/customer-types/list-qbd-customer-types.d.mts.map +0 -1
- package/tools/qbd/customer-types/list-qbd-customer-types.d.ts +0 -51
- package/tools/qbd/customer-types/list-qbd-customer-types.d.ts.map +0 -1
- package/tools/qbd/customer-types/list-qbd-customer-types.js +0 -105
- package/tools/qbd/customer-types/list-qbd-customer-types.js.map +0 -1
- package/tools/qbd/customer-types/list-qbd-customer-types.mjs +0 -98
- package/tools/qbd/customer-types/list-qbd-customer-types.mjs.map +0 -1
- package/tools/qbd/customer-types/retrieve-qbd-customer-types.d.mts +0 -51
- package/tools/qbd/customer-types/retrieve-qbd-customer-types.d.mts.map +0 -1
- package/tools/qbd/customer-types/retrieve-qbd-customer-types.d.ts +0 -51
- package/tools/qbd/customer-types/retrieve-qbd-customer-types.d.ts.map +0 -1
- package/tools/qbd/customer-types/retrieve-qbd-customer-types.js +0 -58
- package/tools/qbd/customer-types/retrieve-qbd-customer-types.js.map +0 -1
- package/tools/qbd/customer-types/retrieve-qbd-customer-types.mjs +0 -51
- package/tools/qbd/customer-types/retrieve-qbd-customer-types.mjs.map +0 -1
- package/tools/qbd/customers/create-qbd-customers.d.mts +0 -51
- package/tools/qbd/customers/create-qbd-customers.d.mts.map +0 -1
- package/tools/qbd/customers/create-qbd-customers.d.ts +0 -51
- package/tools/qbd/customers/create-qbd-customers.d.ts.map +0 -1
- package/tools/qbd/customers/create-qbd-customers.js +0 -477
- package/tools/qbd/customers/create-qbd-customers.js.map +0 -1
- package/tools/qbd/customers/create-qbd-customers.mjs +0 -470
- package/tools/qbd/customers/create-qbd-customers.mjs.map +0 -1
- package/tools/qbd/customers/list-qbd-customers.d.mts +0 -51
- package/tools/qbd/customers/list-qbd-customers.d.mts.map +0 -1
- package/tools/qbd/customers/list-qbd-customers.d.ts +0 -51
- package/tools/qbd/customers/list-qbd-customers.d.ts.map +0 -1
- package/tools/qbd/customers/list-qbd-customers.js +0 -138
- package/tools/qbd/customers/list-qbd-customers.js.map +0 -1
- package/tools/qbd/customers/list-qbd-customers.mjs +0 -131
- package/tools/qbd/customers/list-qbd-customers.mjs.map +0 -1
- package/tools/qbd/customers/retrieve-qbd-customers.d.mts +0 -51
- package/tools/qbd/customers/retrieve-qbd-customers.d.mts.map +0 -1
- package/tools/qbd/customers/retrieve-qbd-customers.d.ts +0 -51
- package/tools/qbd/customers/retrieve-qbd-customers.d.ts.map +0 -1
- package/tools/qbd/customers/retrieve-qbd-customers.js +0 -52
- package/tools/qbd/customers/retrieve-qbd-customers.js.map +0 -1
- package/tools/qbd/customers/retrieve-qbd-customers.mjs +0 -45
- package/tools/qbd/customers/retrieve-qbd-customers.mjs.map +0 -1
- package/tools/qbd/customers/update-qbd-customers.d.mts +0 -51
- package/tools/qbd/customers/update-qbd-customers.d.mts.map +0 -1
- package/tools/qbd/customers/update-qbd-customers.d.ts +0 -51
- package/tools/qbd/customers/update-qbd-customers.d.ts.map +0 -1
- package/tools/qbd/customers/update-qbd-customers.js +0 -484
- package/tools/qbd/customers/update-qbd-customers.js.map +0 -1
- package/tools/qbd/customers/update-qbd-customers.mjs +0 -477
- package/tools/qbd/customers/update-qbd-customers.mjs.map +0 -1
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.mts +0 -51
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.mts.map +0 -1
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.ts +0 -51
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.ts.map +0 -1
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js +0 -76
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js.map +0 -1
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.mjs +0 -69
- package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.mjs.map +0 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.mts +0 -51
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.mts.map +0 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.ts +0 -51
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.ts.map +0 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js +0 -105
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js.map +0 -1
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs +0 -98
- package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs.map +0 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.mts +0 -51
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.mts.map +0 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.ts +0 -51
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.ts.map +0 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js +0 -58
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js.map +0 -1
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs +0 -51
- package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs.map +0 -1
- package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.d.mts +0 -51
- package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.d.mts.map +0 -1
- package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.d.ts +0 -51
- package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.d.ts.map +0 -1
- package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.js +0 -109
- package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.js.map +0 -1
- package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.mjs +0 -102
- package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.mjs.map +0 -1
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.d.mts +0 -51
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.d.mts.map +0 -1
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.d.ts +0 -51
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.d.ts.map +0 -1
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.js +0 -96
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.js.map +0 -1
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.mjs +0 -89
- package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.mjs.map +0 -1
- package/tools/qbd/discount-items/create-qbd-discount-items.d.mts +0 -51
- package/tools/qbd/discount-items/create-qbd-discount-items.d.mts.map +0 -1
- package/tools/qbd/discount-items/create-qbd-discount-items.d.ts +0 -51
- package/tools/qbd/discount-items/create-qbd-discount-items.d.ts.map +0 -1
- package/tools/qbd/discount-items/create-qbd-discount-items.js +0 -104
- package/tools/qbd/discount-items/create-qbd-discount-items.js.map +0 -1
- package/tools/qbd/discount-items/create-qbd-discount-items.mjs +0 -97
- package/tools/qbd/discount-items/create-qbd-discount-items.mjs.map +0 -1
- package/tools/qbd/discount-items/list-qbd-discount-items.d.mts +0 -51
- package/tools/qbd/discount-items/list-qbd-discount-items.d.mts.map +0 -1
- package/tools/qbd/discount-items/list-qbd-discount-items.d.ts +0 -51
- package/tools/qbd/discount-items/list-qbd-discount-items.d.ts.map +0 -1
- package/tools/qbd/discount-items/list-qbd-discount-items.js +0 -111
- package/tools/qbd/discount-items/list-qbd-discount-items.js.map +0 -1
- package/tools/qbd/discount-items/list-qbd-discount-items.mjs +0 -104
- package/tools/qbd/discount-items/list-qbd-discount-items.mjs.map +0 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.mts +0 -51
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.mts.map +0 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.ts +0 -51
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.ts.map +0 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.js +0 -52
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.js.map +0 -1
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.mjs +0 -45
- package/tools/qbd/discount-items/retrieve-qbd-discount-items.mjs.map +0 -1
- package/tools/qbd/discount-items/update-qbd-discount-items.d.mts +0 -51
- package/tools/qbd/discount-items/update-qbd-discount-items.d.mts.map +0 -1
- package/tools/qbd/discount-items/update-qbd-discount-items.d.ts +0 -51
- package/tools/qbd/discount-items/update-qbd-discount-items.d.ts.map +0 -1
- package/tools/qbd/discount-items/update-qbd-discount-items.js +0 -112
- package/tools/qbd/discount-items/update-qbd-discount-items.js.map +0 -1
- package/tools/qbd/discount-items/update-qbd-discount-items.mjs +0 -105
- package/tools/qbd/discount-items/update-qbd-discount-items.mjs.map +0 -1
- package/tools/qbd/employees/create-qbd-employees.d.mts +0 -51
- package/tools/qbd/employees/create-qbd-employees.d.mts.map +0 -1
- package/tools/qbd/employees/create-qbd-employees.d.ts +0 -51
- package/tools/qbd/employees/create-qbd-employees.d.ts.map +0 -1
- package/tools/qbd/employees/create-qbd-employees.js +0 -538
- package/tools/qbd/employees/create-qbd-employees.js.map +0 -1
- package/tools/qbd/employees/create-qbd-employees.mjs +0 -531
- package/tools/qbd/employees/create-qbd-employees.mjs.map +0 -1
- package/tools/qbd/employees/list-qbd-employees.d.mts +0 -51
- package/tools/qbd/employees/list-qbd-employees.d.mts.map +0 -1
- package/tools/qbd/employees/list-qbd-employees.d.ts +0 -51
- package/tools/qbd/employees/list-qbd-employees.d.ts.map +0 -1
- package/tools/qbd/employees/list-qbd-employees.js +0 -99
- package/tools/qbd/employees/list-qbd-employees.js.map +0 -1
- package/tools/qbd/employees/list-qbd-employees.mjs +0 -92
- package/tools/qbd/employees/list-qbd-employees.mjs.map +0 -1
- package/tools/qbd/employees/retrieve-qbd-employees.d.mts +0 -51
- package/tools/qbd/employees/retrieve-qbd-employees.d.mts.map +0 -1
- package/tools/qbd/employees/retrieve-qbd-employees.d.ts +0 -51
- package/tools/qbd/employees/retrieve-qbd-employees.d.ts.map +0 -1
- package/tools/qbd/employees/retrieve-qbd-employees.js +0 -52
- package/tools/qbd/employees/retrieve-qbd-employees.js.map +0 -1
- package/tools/qbd/employees/retrieve-qbd-employees.mjs +0 -45
- package/tools/qbd/employees/retrieve-qbd-employees.mjs.map +0 -1
- package/tools/qbd/employees/update-qbd-employees.d.mts +0 -51
- package/tools/qbd/employees/update-qbd-employees.d.mts.map +0 -1
- package/tools/qbd/employees/update-qbd-employees.d.ts +0 -51
- package/tools/qbd/employees/update-qbd-employees.d.ts.map +0 -1
- package/tools/qbd/employees/update-qbd-employees.js +0 -541
- package/tools/qbd/employees/update-qbd-employees.js.map +0 -1
- package/tools/qbd/employees/update-qbd-employees.mjs +0 -534
- package/tools/qbd/employees/update-qbd-employees.mjs.map +0 -1
- package/tools/qbd/estimates/create-qbd-estimates.d.mts +0 -51
- package/tools/qbd/estimates/create-qbd-estimates.d.mts.map +0 -1
- package/tools/qbd/estimates/create-qbd-estimates.d.ts +0 -51
- package/tools/qbd/estimates/create-qbd-estimates.d.ts.map +0 -1
- package/tools/qbd/estimates/create-qbd-estimates.js +0 -372
- package/tools/qbd/estimates/create-qbd-estimates.js.map +0 -1
- package/tools/qbd/estimates/create-qbd-estimates.mjs +0 -365
- package/tools/qbd/estimates/create-qbd-estimates.mjs.map +0 -1
- package/tools/qbd/estimates/delete-qbd-estimates.d.mts +0 -51
- package/tools/qbd/estimates/delete-qbd-estimates.d.mts.map +0 -1
- package/tools/qbd/estimates/delete-qbd-estimates.d.ts +0 -51
- package/tools/qbd/estimates/delete-qbd-estimates.d.ts.map +0 -1
- package/tools/qbd/estimates/delete-qbd-estimates.js +0 -58
- package/tools/qbd/estimates/delete-qbd-estimates.js.map +0 -1
- package/tools/qbd/estimates/delete-qbd-estimates.mjs +0 -51
- package/tools/qbd/estimates/delete-qbd-estimates.mjs.map +0 -1
- package/tools/qbd/estimates/list-qbd-estimates.d.mts +0 -51
- package/tools/qbd/estimates/list-qbd-estimates.d.mts.map +0 -1
- package/tools/qbd/estimates/list-qbd-estimates.d.ts +0 -51
- package/tools/qbd/estimates/list-qbd-estimates.d.ts.map +0 -1
- package/tools/qbd/estimates/list-qbd-estimates.js +0 -138
- package/tools/qbd/estimates/list-qbd-estimates.js.map +0 -1
- package/tools/qbd/estimates/list-qbd-estimates.mjs +0 -131
- package/tools/qbd/estimates/list-qbd-estimates.mjs.map +0 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.d.mts +0 -51
- package/tools/qbd/estimates/retrieve-qbd-estimates.d.mts.map +0 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.d.ts +0 -51
- package/tools/qbd/estimates/retrieve-qbd-estimates.d.ts.map +0 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.js +0 -52
- package/tools/qbd/estimates/retrieve-qbd-estimates.js.map +0 -1
- package/tools/qbd/estimates/retrieve-qbd-estimates.mjs +0 -45
- package/tools/qbd/estimates/retrieve-qbd-estimates.mjs.map +0 -1
- package/tools/qbd/estimates/update-qbd-estimates.d.mts +0 -51
- package/tools/qbd/estimates/update-qbd-estimates.d.mts.map +0 -1
- package/tools/qbd/estimates/update-qbd-estimates.d.ts +0 -51
- package/tools/qbd/estimates/update-qbd-estimates.d.ts.map +0 -1
- package/tools/qbd/estimates/update-qbd-estimates.js +0 -428
- package/tools/qbd/estimates/update-qbd-estimates.js.map +0 -1
- package/tools/qbd/estimates/update-qbd-estimates.mjs +0 -421
- package/tools/qbd/estimates/update-qbd-estimates.mjs.map +0 -1
- package/tools/qbd/health-check-qbd.d.mts +0 -51
- package/tools/qbd/health-check-qbd.d.mts.map +0 -1
- package/tools/qbd/health-check-qbd.d.ts +0 -51
- package/tools/qbd/health-check-qbd.d.ts.map +0 -1
- package/tools/qbd/health-check-qbd.js +0 -54
- package/tools/qbd/health-check-qbd.js.map +0 -1
- package/tools/qbd/health-check-qbd.mjs +0 -47
- package/tools/qbd/health-check-qbd.mjs.map +0 -1
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.mts +0 -51
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.mts.map +0 -1
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.ts +0 -51
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.ts.map +0 -1
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.js +0 -192
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.js.map +0 -1
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.mjs +0 -185
- package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.mjs.map +0 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.mts +0 -51
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.mts.map +0 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.ts +0 -51
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.ts.map +0 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.js +0 -58
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.js.map +0 -1
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.mjs +0 -51
- package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.mjs.map +0 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.mts +0 -51
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.mts.map +0 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.ts +0 -51
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.ts.map +0 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js +0 -129
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js.map +0 -1
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs +0 -122
- package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs.map +0 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.mts +0 -51
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.mts.map +0 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.ts +0 -51
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.ts.map +0 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.js +0 -52
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.js.map +0 -1
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.mjs +0 -45
- package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.mjs.map +0 -1
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.mts +0 -51
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.mts.map +0 -1
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.ts +0 -51
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.ts.map +0 -1
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.js +0 -130
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.js.map +0 -1
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.mjs +0 -123
- package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.mjs.map +0 -1
- package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.mts +0 -51
- package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.mts.map +0 -1
- package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.ts +0 -51
- package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.ts.map +0 -1
- package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.js +0 -166
- package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.js.map +0 -1
- package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.mjs +0 -159
- package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.mjs.map +0 -1
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.mts +0 -51
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.mts.map +0 -1
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.ts +0 -51
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.ts.map +0 -1
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js +0 -111
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js.map +0 -1
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.mjs +0 -104
- package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.mjs.map +0 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.mts +0 -51
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.mts.map +0 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.ts +0 -51
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.ts.map +0 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.js +0 -52
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.js.map +0 -1
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.mjs +0 -45
- package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.mjs.map +0 -1
- package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.mts +0 -51
- package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.mts.map +0 -1
- package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.ts +0 -51
- package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.ts.map +0 -1
- package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.js +0 -173
- package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.js.map +0 -1
- package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.mjs +0 -166
- package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.mjs.map +0 -1
- package/tools/qbd/inventory-items/create-qbd-inventory-items.d.mts +0 -51
- package/tools/qbd/inventory-items/create-qbd-inventory-items.d.mts.map +0 -1
- package/tools/qbd/inventory-items/create-qbd-inventory-items.d.ts +0 -51
- package/tools/qbd/inventory-items/create-qbd-inventory-items.d.ts.map +0 -1
- package/tools/qbd/inventory-items/create-qbd-inventory-items.js +0 -153
- package/tools/qbd/inventory-items/create-qbd-inventory-items.js.map +0 -1
- package/tools/qbd/inventory-items/create-qbd-inventory-items.mjs +0 -146
- package/tools/qbd/inventory-items/create-qbd-inventory-items.mjs.map +0 -1
- package/tools/qbd/inventory-items/list-qbd-inventory-items.d.mts +0 -51
- package/tools/qbd/inventory-items/list-qbd-inventory-items.d.mts.map +0 -1
- package/tools/qbd/inventory-items/list-qbd-inventory-items.d.ts +0 -51
- package/tools/qbd/inventory-items/list-qbd-inventory-items.d.ts.map +0 -1
- package/tools/qbd/inventory-items/list-qbd-inventory-items.js +0 -111
- package/tools/qbd/inventory-items/list-qbd-inventory-items.js.map +0 -1
- package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs +0 -104
- package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs.map +0 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.mts +0 -51
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.mts.map +0 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.ts +0 -51
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.ts.map +0 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.js +0 -52
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.js.map +0 -1
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.mjs +0 -45
- package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.mjs.map +0 -1
- package/tools/qbd/inventory-items/update-qbd-inventory-items.d.mts +0 -51
- package/tools/qbd/inventory-items/update-qbd-inventory-items.d.mts.map +0 -1
- package/tools/qbd/inventory-items/update-qbd-inventory-items.d.ts +0 -51
- package/tools/qbd/inventory-items/update-qbd-inventory-items.d.ts.map +0 -1
- package/tools/qbd/inventory-items/update-qbd-inventory-items.js +0 -156
- package/tools/qbd/inventory-items/update-qbd-inventory-items.js.map +0 -1
- package/tools/qbd/inventory-items/update-qbd-inventory-items.mjs +0 -149
- package/tools/qbd/inventory-items/update-qbd-inventory-items.mjs.map +0 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.mts +0 -51
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.mts.map +0 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.ts +0 -51
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.ts.map +0 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js +0 -114
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js.map +0 -1
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs +0 -107
- package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs.map +0 -1
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.mts +0 -51
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.mts.map +0 -1
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.ts +0 -51
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.ts.map +0 -1
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js +0 -95
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js.map +0 -1
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs +0 -88
- package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs.map +0 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.mts +0 -51
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.mts.map +0 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.ts +0 -51
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.ts.map +0 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js +0 -58
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js.map +0 -1
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs +0 -51
- package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs.map +0 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.mts +0 -51
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.mts.map +0 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.ts +0 -51
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.ts.map +0 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.js +0 -134
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.js.map +0 -1
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.mjs +0 -127
- package/tools/qbd/inventory-sites/update-qbd-inventory-sites.mjs.map +0 -1
- package/tools/qbd/invoices/create-qbd-invoices.d.mts +0 -51
- package/tools/qbd/invoices/create-qbd-invoices.d.mts.map +0 -1
- package/tools/qbd/invoices/create-qbd-invoices.d.ts +0 -51
- package/tools/qbd/invoices/create-qbd-invoices.d.ts.map +0 -1
- package/tools/qbd/invoices/create-qbd-invoices.js +0 -442
- package/tools/qbd/invoices/create-qbd-invoices.js.map +0 -1
- package/tools/qbd/invoices/create-qbd-invoices.mjs +0 -435
- package/tools/qbd/invoices/create-qbd-invoices.mjs.map +0 -1
- package/tools/qbd/invoices/delete-qbd-invoices.d.mts +0 -51
- package/tools/qbd/invoices/delete-qbd-invoices.d.mts.map +0 -1
- package/tools/qbd/invoices/delete-qbd-invoices.d.ts +0 -51
- package/tools/qbd/invoices/delete-qbd-invoices.d.ts.map +0 -1
- package/tools/qbd/invoices/delete-qbd-invoices.js +0 -58
- package/tools/qbd/invoices/delete-qbd-invoices.js.map +0 -1
- package/tools/qbd/invoices/delete-qbd-invoices.mjs +0 -51
- package/tools/qbd/invoices/delete-qbd-invoices.mjs.map +0 -1
- package/tools/qbd/invoices/list-qbd-invoices.d.mts +0 -51
- package/tools/qbd/invoices/list-qbd-invoices.d.mts.map +0 -1
- package/tools/qbd/invoices/list-qbd-invoices.d.ts +0 -51
- package/tools/qbd/invoices/list-qbd-invoices.d.ts.map +0 -1
- package/tools/qbd/invoices/list-qbd-invoices.js +0 -143
- package/tools/qbd/invoices/list-qbd-invoices.js.map +0 -1
- package/tools/qbd/invoices/list-qbd-invoices.mjs +0 -136
- package/tools/qbd/invoices/list-qbd-invoices.mjs.map +0 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.d.mts +0 -51
- package/tools/qbd/invoices/retrieve-qbd-invoices.d.mts.map +0 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.d.ts +0 -51
- package/tools/qbd/invoices/retrieve-qbd-invoices.d.ts.map +0 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.js +0 -52
- package/tools/qbd/invoices/retrieve-qbd-invoices.js.map +0 -1
- package/tools/qbd/invoices/retrieve-qbd-invoices.mjs +0 -45
- package/tools/qbd/invoices/retrieve-qbd-invoices.mjs.map +0 -1
- package/tools/qbd/invoices/update-qbd-invoices.d.mts +0 -51
- package/tools/qbd/invoices/update-qbd-invoices.d.mts.map +0 -1
- package/tools/qbd/invoices/update-qbd-invoices.d.ts +0 -51
- package/tools/qbd/invoices/update-qbd-invoices.d.ts.map +0 -1
- package/tools/qbd/invoices/update-qbd-invoices.js +0 -481
- package/tools/qbd/invoices/update-qbd-invoices.js.map +0 -1
- package/tools/qbd/invoices/update-qbd-invoices.mjs +0 -474
- package/tools/qbd/invoices/update-qbd-invoices.mjs.map +0 -1
- package/tools/qbd/item-groups/create-qbd-item-groups.d.mts +0 -51
- package/tools/qbd/item-groups/create-qbd-item-groups.d.mts.map +0 -1
- package/tools/qbd/item-groups/create-qbd-item-groups.d.ts +0 -51
- package/tools/qbd/item-groups/create-qbd-item-groups.d.ts.map +0 -1
- package/tools/qbd/item-groups/create-qbd-item-groups.js +0 -109
- package/tools/qbd/item-groups/create-qbd-item-groups.js.map +0 -1
- package/tools/qbd/item-groups/create-qbd-item-groups.mjs +0 -102
- package/tools/qbd/item-groups/create-qbd-item-groups.mjs.map +0 -1
- package/tools/qbd/item-groups/list-qbd-item-groups.d.mts +0 -51
- package/tools/qbd/item-groups/list-qbd-item-groups.d.mts.map +0 -1
- package/tools/qbd/item-groups/list-qbd-item-groups.d.ts +0 -51
- package/tools/qbd/item-groups/list-qbd-item-groups.d.ts.map +0 -1
- package/tools/qbd/item-groups/list-qbd-item-groups.js +0 -104
- package/tools/qbd/item-groups/list-qbd-item-groups.js.map +0 -1
- package/tools/qbd/item-groups/list-qbd-item-groups.mjs +0 -97
- package/tools/qbd/item-groups/list-qbd-item-groups.mjs.map +0 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.mts +0 -51
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.mts.map +0 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.ts +0 -51
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.ts.map +0 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.js +0 -58
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.js.map +0 -1
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs +0 -51
- package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs.map +0 -1
- package/tools/qbd/item-groups/update-qbd-item-groups.d.mts +0 -51
- package/tools/qbd/item-groups/update-qbd-item-groups.d.mts.map +0 -1
- package/tools/qbd/item-groups/update-qbd-item-groups.d.ts +0 -51
- package/tools/qbd/item-groups/update-qbd-item-groups.d.ts.map +0 -1
- package/tools/qbd/item-groups/update-qbd-item-groups.js +0 -121
- package/tools/qbd/item-groups/update-qbd-item-groups.js.map +0 -1
- package/tools/qbd/item-groups/update-qbd-item-groups.mjs +0 -114
- package/tools/qbd/item-groups/update-qbd-item-groups.mjs.map +0 -1
- package/tools/qbd/item-receipts/create-qbd-item-receipts.d.mts +0 -51
- package/tools/qbd/item-receipts/create-qbd-item-receipts.d.mts.map +0 -1
- package/tools/qbd/item-receipts/create-qbd-item-receipts.d.ts +0 -51
- package/tools/qbd/item-receipts/create-qbd-item-receipts.d.ts.map +0 -1
- package/tools/qbd/item-receipts/create-qbd-item-receipts.js +0 -318
- package/tools/qbd/item-receipts/create-qbd-item-receipts.js.map +0 -1
- package/tools/qbd/item-receipts/create-qbd-item-receipts.mjs +0 -311
- package/tools/qbd/item-receipts/create-qbd-item-receipts.mjs.map +0 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.mts +0 -51
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.mts.map +0 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.ts +0 -51
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.ts.map +0 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.js +0 -58
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.js.map +0 -1
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.mjs +0 -51
- package/tools/qbd/item-receipts/delete-qbd-item-receipts.mjs.map +0 -1
- package/tools/qbd/item-receipts/list-qbd-item-receipts.d.mts +0 -51
- package/tools/qbd/item-receipts/list-qbd-item-receipts.d.mts.map +0 -1
- package/tools/qbd/item-receipts/list-qbd-item-receipts.d.ts +0 -51
- package/tools/qbd/item-receipts/list-qbd-item-receipts.d.ts.map +0 -1
- package/tools/qbd/item-receipts/list-qbd-item-receipts.js +0 -138
- package/tools/qbd/item-receipts/list-qbd-item-receipts.js.map +0 -1
- package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs +0 -131
- package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs.map +0 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.mts +0 -51
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.mts.map +0 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.ts +0 -51
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.ts.map +0 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.js +0 -52
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.js.map +0 -1
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.mjs +0 -45
- package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.mjs.map +0 -1
- package/tools/qbd/item-receipts/update-qbd-item-receipts.d.mts +0 -51
- package/tools/qbd/item-receipts/update-qbd-item-receipts.d.mts.map +0 -1
- package/tools/qbd/item-receipts/update-qbd-item-receipts.d.ts +0 -51
- package/tools/qbd/item-receipts/update-qbd-item-receipts.d.ts.map +0 -1
- package/tools/qbd/item-receipts/update-qbd-item-receipts.js +0 -344
- package/tools/qbd/item-receipts/update-qbd-item-receipts.js.map +0 -1
- package/tools/qbd/item-receipts/update-qbd-item-receipts.mjs +0 -337
- package/tools/qbd/item-receipts/update-qbd-item-receipts.mjs.map +0 -1
- package/tools/qbd/item-sites/list-qbd-item-sites.d.mts +0 -51
- package/tools/qbd/item-sites/list-qbd-item-sites.d.mts.map +0 -1
- package/tools/qbd/item-sites/list-qbd-item-sites.d.ts +0 -51
- package/tools/qbd/item-sites/list-qbd-item-sites.d.ts.map +0 -1
- package/tools/qbd/item-sites/list-qbd-item-sites.js +0 -101
- package/tools/qbd/item-sites/list-qbd-item-sites.js.map +0 -1
- package/tools/qbd/item-sites/list-qbd-item-sites.mjs +0 -94
- package/tools/qbd/item-sites/list-qbd-item-sites.mjs.map +0 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.mts +0 -51
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.mts.map +0 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.ts +0 -51
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.ts.map +0 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.js +0 -58
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.js.map +0 -1
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs +0 -51
- package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs.map +0 -1
- package/tools/qbd/journal-entries/create-qbd-journal-entries.d.mts +0 -51
- package/tools/qbd/journal-entries/create-qbd-journal-entries.d.mts.map +0 -1
- package/tools/qbd/journal-entries/create-qbd-journal-entries.d.ts +0 -51
- package/tools/qbd/journal-entries/create-qbd-journal-entries.d.ts.map +0 -1
- package/tools/qbd/journal-entries/create-qbd-journal-entries.js +0 -157
- package/tools/qbd/journal-entries/create-qbd-journal-entries.js.map +0 -1
- package/tools/qbd/journal-entries/create-qbd-journal-entries.mjs +0 -150
- package/tools/qbd/journal-entries/create-qbd-journal-entries.mjs.map +0 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.mts +0 -51
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.mts.map +0 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.ts +0 -51
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.ts.map +0 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.js +0 -58
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.js.map +0 -1
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.mjs +0 -51
- package/tools/qbd/journal-entries/delete-qbd-journal-entries.mjs.map +0 -1
- package/tools/qbd/journal-entries/list-qbd-journal-entries.d.mts +0 -51
- package/tools/qbd/journal-entries/list-qbd-journal-entries.d.mts.map +0 -1
- package/tools/qbd/journal-entries/list-qbd-journal-entries.d.ts +0 -51
- package/tools/qbd/journal-entries/list-qbd-journal-entries.d.ts.map +0 -1
- package/tools/qbd/journal-entries/list-qbd-journal-entries.js +0 -134
- package/tools/qbd/journal-entries/list-qbd-journal-entries.js.map +0 -1
- package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs +0 -127
- package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs.map +0 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.mts +0 -51
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.mts.map +0 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.ts +0 -51
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.ts.map +0 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.js +0 -52
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.js.map +0 -1
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.mjs +0 -45
- package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.mjs.map +0 -1
- package/tools/qbd/journal-entries/update-qbd-journal-entries.d.mts +0 -51
- package/tools/qbd/journal-entries/update-qbd-journal-entries.d.mts.map +0 -1
- package/tools/qbd/journal-entries/update-qbd-journal-entries.d.ts +0 -51
- package/tools/qbd/journal-entries/update-qbd-journal-entries.d.ts.map +0 -1
- package/tools/qbd/journal-entries/update-qbd-journal-entries.js +0 -127
- package/tools/qbd/journal-entries/update-qbd-journal-entries.js.map +0 -1
- package/tools/qbd/journal-entries/update-qbd-journal-entries.mjs +0 -120
- package/tools/qbd/journal-entries/update-qbd-journal-entries.mjs.map +0 -1
- package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.mts +0 -51
- package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.mts.map +0 -1
- package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.ts +0 -51
- package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.ts.map +0 -1
- package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.js +0 -158
- package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.js.map +0 -1
- package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.mjs +0 -151
- package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.mjs.map +0 -1
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.mts +0 -51
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.mts.map +0 -1
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.ts +0 -51
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.ts.map +0 -1
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js +0 -111
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js.map +0 -1
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.mjs +0 -104
- package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.mjs.map +0 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.mts +0 -51
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.mts.map +0 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.ts +0 -51
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.ts.map +0 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.js +0 -52
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.js.map +0 -1
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.mjs +0 -45
- package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.mjs.map +0 -1
- package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.mts +0 -51
- package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.mts.map +0 -1
- package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.ts +0 -51
- package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.ts.map +0 -1
- package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.js +0 -176
- package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.js.map +0 -1
- package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.mjs +0 -169
- package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.mjs.map +0 -1
- package/tools/qbd/other-charge-items/create-qbd-other-charge-items.d.mts +0 -51
- package/tools/qbd/other-charge-items/create-qbd-other-charge-items.d.mts.map +0 -1
- package/tools/qbd/other-charge-items/create-qbd-other-charge-items.d.ts +0 -51
- package/tools/qbd/other-charge-items/create-qbd-other-charge-items.d.ts.map +0 -1
- package/tools/qbd/other-charge-items/create-qbd-other-charge-items.js +0 -150
- package/tools/qbd/other-charge-items/create-qbd-other-charge-items.js.map +0 -1
- package/tools/qbd/other-charge-items/create-qbd-other-charge-items.mjs +0 -143
- package/tools/qbd/other-charge-items/create-qbd-other-charge-items.mjs.map +0 -1
- package/tools/qbd/other-charge-items/list-qbd-other-charge-items.d.mts +0 -51
- package/tools/qbd/other-charge-items/list-qbd-other-charge-items.d.mts.map +0 -1
- package/tools/qbd/other-charge-items/list-qbd-other-charge-items.d.ts +0 -51
- package/tools/qbd/other-charge-items/list-qbd-other-charge-items.d.ts.map +0 -1
- package/tools/qbd/other-charge-items/list-qbd-other-charge-items.js +0 -111
- package/tools/qbd/other-charge-items/list-qbd-other-charge-items.js.map +0 -1
- package/tools/qbd/other-charge-items/list-qbd-other-charge-items.mjs +0 -104
- package/tools/qbd/other-charge-items/list-qbd-other-charge-items.mjs.map +0 -1
- package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.d.mts +0 -51
- package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.d.mts.map +0 -1
- package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.d.ts +0 -51
- package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.d.ts.map +0 -1
- package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.js +0 -52
- package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.js.map +0 -1
- package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.mjs +0 -45
- package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.mjs.map +0 -1
- package/tools/qbd/other-charge-items/update-qbd-other-charge-items.d.mts +0 -51
- package/tools/qbd/other-charge-items/update-qbd-other-charge-items.d.mts.map +0 -1
- package/tools/qbd/other-charge-items/update-qbd-other-charge-items.d.ts +0 -51
- package/tools/qbd/other-charge-items/update-qbd-other-charge-items.d.ts.map +0 -1
- package/tools/qbd/other-charge-items/update-qbd-other-charge-items.js +0 -164
- package/tools/qbd/other-charge-items/update-qbd-other-charge-items.js.map +0 -1
- package/tools/qbd/other-charge-items/update-qbd-other-charge-items.mjs +0 -157
- package/tools/qbd/other-charge-items/update-qbd-other-charge-items.mjs.map +0 -1
- package/tools/qbd/other-names/create-qbd-other-names.d.mts +0 -51
- package/tools/qbd/other-names/create-qbd-other-names.d.mts.map +0 -1
- package/tools/qbd/other-names/create-qbd-other-names.d.ts +0 -51
- package/tools/qbd/other-names/create-qbd-other-names.d.ts.map +0 -1
- package/tools/qbd/other-names/create-qbd-other-names.js +0 -156
- package/tools/qbd/other-names/create-qbd-other-names.js.map +0 -1
- package/tools/qbd/other-names/create-qbd-other-names.mjs +0 -149
- package/tools/qbd/other-names/create-qbd-other-names.mjs.map +0 -1
- package/tools/qbd/other-names/list-qbd-other-names.d.mts +0 -51
- package/tools/qbd/other-names/list-qbd-other-names.d.mts.map +0 -1
- package/tools/qbd/other-names/list-qbd-other-names.d.ts +0 -51
- package/tools/qbd/other-names/list-qbd-other-names.d.ts.map +0 -1
- package/tools/qbd/other-names/list-qbd-other-names.js +0 -99
- package/tools/qbd/other-names/list-qbd-other-names.js.map +0 -1
- package/tools/qbd/other-names/list-qbd-other-names.mjs +0 -92
- package/tools/qbd/other-names/list-qbd-other-names.mjs.map +0 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.d.mts +0 -51
- package/tools/qbd/other-names/retrieve-qbd-other-names.d.mts.map +0 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.d.ts +0 -51
- package/tools/qbd/other-names/retrieve-qbd-other-names.d.ts.map +0 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.js +0 -58
- package/tools/qbd/other-names/retrieve-qbd-other-names.js.map +0 -1
- package/tools/qbd/other-names/retrieve-qbd-other-names.mjs +0 -51
- package/tools/qbd/other-names/retrieve-qbd-other-names.mjs.map +0 -1
- package/tools/qbd/other-names/update-qbd-other-names.d.mts +0 -51
- package/tools/qbd/other-names/update-qbd-other-names.d.mts.map +0 -1
- package/tools/qbd/other-names/update-qbd-other-names.d.ts +0 -51
- package/tools/qbd/other-names/update-qbd-other-names.d.ts.map +0 -1
- package/tools/qbd/other-names/update-qbd-other-names.js +0 -160
- package/tools/qbd/other-names/update-qbd-other-names.js.map +0 -1
- package/tools/qbd/other-names/update-qbd-other-names.mjs +0 -153
- package/tools/qbd/other-names/update-qbd-other-names.mjs.map +0 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.d.mts +0 -51
- package/tools/qbd/payment-methods/create-qbd-payment-methods.d.mts.map +0 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.d.ts +0 -51
- package/tools/qbd/payment-methods/create-qbd-payment-methods.d.ts.map +0 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.js +0 -77
- package/tools/qbd/payment-methods/create-qbd-payment-methods.js.map +0 -1
- package/tools/qbd/payment-methods/create-qbd-payment-methods.mjs +0 -70
- package/tools/qbd/payment-methods/create-qbd-payment-methods.mjs.map +0 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.d.mts +0 -51
- package/tools/qbd/payment-methods/list-qbd-payment-methods.d.mts.map +0 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.d.ts +0 -51
- package/tools/qbd/payment-methods/list-qbd-payment-methods.d.ts.map +0 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.js +0 -122
- package/tools/qbd/payment-methods/list-qbd-payment-methods.js.map +0 -1
- package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs +0 -115
- package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs.map +0 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.mts +0 -51
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.mts.map +0 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.ts +0 -51
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.ts.map +0 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js +0 -58
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js.map +0 -1
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs +0 -51
- package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs.map +0 -1
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.mts +0 -51
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.mts.map +0 -1
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.ts +0 -51
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.ts.map +0 -1
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.js +0 -91
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.js.map +0 -1
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.mjs +0 -84
- package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.mjs.map +0 -1
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.mts +0 -51
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.mts.map +0 -1
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.ts +0 -51
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.ts.map +0 -1
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js +0 -104
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js.map +0 -1
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.mjs +0 -97
- package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.mjs.map +0 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.mts +0 -51
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.mts.map +0 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.ts +0 -51
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.ts.map +0 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js +0 -58
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js.map +0 -1
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs +0 -51
- package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs.map +0 -1
- package/tools/qbd/preferences/retrieve-qbd-preferences.d.mts +0 -51
- package/tools/qbd/preferences/retrieve-qbd-preferences.d.mts.map +0 -1
- package/tools/qbd/preferences/retrieve-qbd-preferences.d.ts +0 -51
- package/tools/qbd/preferences/retrieve-qbd-preferences.d.ts.map +0 -1
- package/tools/qbd/preferences/retrieve-qbd-preferences.js +0 -48
- package/tools/qbd/preferences/retrieve-qbd-preferences.js.map +0 -1
- package/tools/qbd/preferences/retrieve-qbd-preferences.mjs +0 -41
- package/tools/qbd/preferences/retrieve-qbd-preferences.mjs.map +0 -1
- package/tools/qbd/price-levels/create-qbd-price-levels.d.mts +0 -51
- package/tools/qbd/price-levels/create-qbd-price-levels.d.mts.map +0 -1
- package/tools/qbd/price-levels/create-qbd-price-levels.d.ts +0 -51
- package/tools/qbd/price-levels/create-qbd-price-levels.d.ts.map +0 -1
- package/tools/qbd/price-levels/create-qbd-price-levels.js +0 -93
- package/tools/qbd/price-levels/create-qbd-price-levels.js.map +0 -1
- package/tools/qbd/price-levels/create-qbd-price-levels.mjs +0 -86
- package/tools/qbd/price-levels/create-qbd-price-levels.mjs.map +0 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.d.mts +0 -51
- package/tools/qbd/price-levels/list-qbd-price-levels.d.mts.map +0 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.d.ts +0 -51
- package/tools/qbd/price-levels/list-qbd-price-levels.d.ts.map +0 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.js +0 -113
- package/tools/qbd/price-levels/list-qbd-price-levels.js.map +0 -1
- package/tools/qbd/price-levels/list-qbd-price-levels.mjs +0 -106
- package/tools/qbd/price-levels/list-qbd-price-levels.mjs.map +0 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.mts +0 -51
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.mts.map +0 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.ts +0 -51
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.ts.map +0 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.js +0 -58
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.js.map +0 -1
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs +0 -51
- package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs.map +0 -1
- package/tools/qbd/price-levels/update-qbd-price-levels.d.mts +0 -51
- package/tools/qbd/price-levels/update-qbd-price-levels.d.mts.map +0 -1
- package/tools/qbd/price-levels/update-qbd-price-levels.d.ts +0 -51
- package/tools/qbd/price-levels/update-qbd-price-levels.d.ts.map +0 -1
- package/tools/qbd/price-levels/update-qbd-price-levels.js +0 -101
- package/tools/qbd/price-levels/update-qbd-price-levels.js.map +0 -1
- package/tools/qbd/price-levels/update-qbd-price-levels.mjs +0 -94
- package/tools/qbd/price-levels/update-qbd-price-levels.mjs.map +0 -1
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.mts +0 -51
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.mts.map +0 -1
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.ts +0 -51
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.ts.map +0 -1
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.js +0 -365
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.js.map +0 -1
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.mjs +0 -358
- package/tools/qbd/purchase-orders/create-qbd-purchase-orders.mjs.map +0 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.mts +0 -51
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.mts.map +0 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.ts +0 -51
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.ts.map +0 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.js +0 -58
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.js.map +0 -1
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.mjs +0 -51
- package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.mjs.map +0 -1
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.mts +0 -51
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.mts.map +0 -1
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.ts +0 -51
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.ts.map +0 -1
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js +0 -138
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js.map +0 -1
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs +0 -131
- package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs.map +0 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.mts +0 -51
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.mts.map +0 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.ts +0 -51
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.ts.map +0 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.js +0 -52
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.js.map +0 -1
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.mjs +0 -45
- package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.mjs.map +0 -1
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.mts +0 -51
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.mts.map +0 -1
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.ts +0 -51
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.ts.map +0 -1
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.js +0 -429
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.js.map +0 -1
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.mjs +0 -422
- package/tools/qbd/purchase-orders/update-qbd-purchase-orders.mjs.map +0 -1
- package/tools/qbd/receive-payments/create-qbd-receive-payments.d.mts +0 -51
- package/tools/qbd/receive-payments/create-qbd-receive-payments.d.mts.map +0 -1
- package/tools/qbd/receive-payments/create-qbd-receive-payments.d.ts +0 -51
- package/tools/qbd/receive-payments/create-qbd-receive-payments.d.ts.map +0 -1
- package/tools/qbd/receive-payments/create-qbd-receive-payments.js +0 -268
- package/tools/qbd/receive-payments/create-qbd-receive-payments.js.map +0 -1
- package/tools/qbd/receive-payments/create-qbd-receive-payments.mjs +0 -261
- package/tools/qbd/receive-payments/create-qbd-receive-payments.mjs.map +0 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.mts +0 -51
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.mts.map +0 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.ts +0 -51
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.ts.map +0 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.js +0 -58
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.js.map +0 -1
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.mjs +0 -51
- package/tools/qbd/receive-payments/delete-qbd-receive-payments.mjs.map +0 -1
- package/tools/qbd/receive-payments/list-qbd-receive-payments.d.mts +0 -51
- package/tools/qbd/receive-payments/list-qbd-receive-payments.d.mts.map +0 -1
- package/tools/qbd/receive-payments/list-qbd-receive-payments.d.ts +0 -51
- package/tools/qbd/receive-payments/list-qbd-receive-payments.d.ts.map +0 -1
- package/tools/qbd/receive-payments/list-qbd-receive-payments.js +0 -134
- package/tools/qbd/receive-payments/list-qbd-receive-payments.js.map +0 -1
- package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs +0 -127
- package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs.map +0 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.mts +0 -51
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.mts.map +0 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.ts +0 -51
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.ts.map +0 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.js +0 -52
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.js.map +0 -1
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.mjs +0 -45
- package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.mjs.map +0 -1
- package/tools/qbd/receive-payments/update-qbd-receive-payments.d.mts +0 -51
- package/tools/qbd/receive-payments/update-qbd-receive-payments.d.mts.map +0 -1
- package/tools/qbd/receive-payments/update-qbd-receive-payments.d.ts +0 -51
- package/tools/qbd/receive-payments/update-qbd-receive-payments.d.ts.map +0 -1
- package/tools/qbd/receive-payments/update-qbd-receive-payments.js +0 -259
- package/tools/qbd/receive-payments/update-qbd-receive-payments.js.map +0 -1
- package/tools/qbd/receive-payments/update-qbd-receive-payments.mjs +0 -252
- package/tools/qbd/receive-payments/update-qbd-receive-payments.mjs.map +0 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.d.mts +0 -51
- package/tools/qbd/sales-orders/create-qbd-sales-orders.d.mts.map +0 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.d.ts +0 -51
- package/tools/qbd/sales-orders/create-qbd-sales-orders.d.ts.map +0 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.js +0 -398
- package/tools/qbd/sales-orders/create-qbd-sales-orders.js.map +0 -1
- package/tools/qbd/sales-orders/create-qbd-sales-orders.mjs +0 -391
- package/tools/qbd/sales-orders/create-qbd-sales-orders.mjs.map +0 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.mts +0 -51
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.mts.map +0 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.ts +0 -51
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.ts.map +0 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.js +0 -58
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.js.map +0 -1
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.mjs +0 -51
- package/tools/qbd/sales-orders/delete-qbd-sales-orders.mjs.map +0 -1
- package/tools/qbd/sales-orders/list-qbd-sales-orders.d.mts +0 -51
- package/tools/qbd/sales-orders/list-qbd-sales-orders.d.mts.map +0 -1
- package/tools/qbd/sales-orders/list-qbd-sales-orders.d.ts +0 -51
- package/tools/qbd/sales-orders/list-qbd-sales-orders.d.ts.map +0 -1
- package/tools/qbd/sales-orders/list-qbd-sales-orders.js +0 -131
- package/tools/qbd/sales-orders/list-qbd-sales-orders.js.map +0 -1
- package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs +0 -124
- package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs.map +0 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.mts +0 -51
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.mts.map +0 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.ts +0 -51
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.ts.map +0 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.js +0 -52
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.js.map +0 -1
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.mjs +0 -45
- package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.mjs.map +0 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.d.mts +0 -51
- package/tools/qbd/sales-orders/update-qbd-sales-orders.d.mts.map +0 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.d.ts +0 -51
- package/tools/qbd/sales-orders/update-qbd-sales-orders.d.ts.map +0 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.js +0 -458
- package/tools/qbd/sales-orders/update-qbd-sales-orders.js.map +0 -1
- package/tools/qbd/sales-orders/update-qbd-sales-orders.mjs +0 -451
- package/tools/qbd/sales-orders/update-qbd-sales-orders.mjs.map +0 -1
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.mts +0 -51
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.mts.map +0 -1
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.ts +0 -51
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.ts.map +0 -1
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.js +0 -644
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.js.map +0 -1
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.mjs +0 -637
- package/tools/qbd/sales-receipts/create-qbd-sales-receipts.mjs.map +0 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.mts +0 -51
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.mts.map +0 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.ts +0 -51
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.ts.map +0 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.js +0 -58
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.js.map +0 -1
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.mjs +0 -51
- package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.mjs.map +0 -1
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.mts +0 -51
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.mts.map +0 -1
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.ts +0 -51
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.ts.map +0 -1
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js +0 -134
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js.map +0 -1
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs +0 -127
- package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs.map +0 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.mts +0 -51
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.mts.map +0 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.ts +0 -51
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.ts.map +0 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.js +0 -52
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.js.map +0 -1
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.mjs +0 -45
- package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.mjs.map +0 -1
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.mts +0 -51
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.mts.map +0 -1
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.ts +0 -51
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.ts.map +0 -1
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.js +0 -459
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.js.map +0 -1
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.mjs +0 -452
- package/tools/qbd/sales-receipts/update-qbd-sales-receipts.mjs.map +0 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.mts +0 -51
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.mts.map +0 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.ts +0 -51
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.ts.map +0 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js +0 -64
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js.map +0 -1
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs +0 -57
- package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs.map +0 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.mts +0 -51
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.mts.map +0 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.ts +0 -51
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.ts.map +0 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js +0 -105
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js.map +0 -1
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs +0 -98
- package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs.map +0 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.mts +0 -51
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.mts.map +0 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.ts +0 -51
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.ts.map +0 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js +0 -58
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js.map +0 -1
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs +0 -51
- package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs.map +0 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.mts +0 -51
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.mts.map +0 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.ts +0 -51
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.ts.map +0 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.js +0 -72
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.js.map +0 -1
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.mjs +0 -65
- package/tools/qbd/sales-representatives/update-qbd-sales-representatives.mjs.map +0 -1
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.mts +0 -51
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.mts.map +0 -1
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.ts +0 -51
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.ts.map +0 -1
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.js +0 -72
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.js.map +0 -1
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.mjs +0 -65
- package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.mjs.map +0 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.mts +0 -51
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.mts.map +0 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.ts +0 -51
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.ts.map +0 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js +0 -105
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js.map +0 -1
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs +0 -98
- package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs.map +0 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.mts +0 -51
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.mts.map +0 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.ts +0 -51
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.ts.map +0 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js +0 -58
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js.map +0 -1
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.mjs +0 -51
- package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.mjs.map +0 -1
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.mts +0 -51
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.mts.map +0 -1
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.ts +0 -51
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.ts.map +0 -1
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.js +0 -80
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.js.map +0 -1
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs +0 -73
- package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs.map +0 -1
- package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.mts +0 -51
- package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.mts.map +0 -1
- package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.ts +0 -51
- package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.ts.map +0 -1
- package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.js +0 -96
- package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.js.map +0 -1
- package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.mjs +0 -89
- package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.mjs.map +0 -1
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.mts +0 -51
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.mts.map +0 -1
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.ts +0 -51
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.ts.map +0 -1
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js +0 -111
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js.map +0 -1
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.mjs +0 -104
- package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.mjs.map +0 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.mts +0 -51
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.mts.map +0 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.ts +0 -51
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.ts.map +0 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js +0 -58
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js.map +0 -1
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs +0 -51
- package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs.map +0 -1
- package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.mts +0 -51
- package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.mts.map +0 -1
- package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.ts +0 -51
- package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.ts.map +0 -1
- package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.js +0 -100
- package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.js.map +0 -1
- package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.mjs +0 -93
- package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.mjs.map +0 -1
- package/tools/qbd/service-items/create-qbd-service-items.d.mts +0 -51
- package/tools/qbd/service-items/create-qbd-service-items.d.mts.map +0 -1
- package/tools/qbd/service-items/create-qbd-service-items.d.ts +0 -51
- package/tools/qbd/service-items/create-qbd-service-items.d.ts.map +0 -1
- package/tools/qbd/service-items/create-qbd-service-items.js +0 -154
- package/tools/qbd/service-items/create-qbd-service-items.js.map +0 -1
- package/tools/qbd/service-items/create-qbd-service-items.mjs +0 -147
- package/tools/qbd/service-items/create-qbd-service-items.mjs.map +0 -1
- package/tools/qbd/service-items/list-qbd-service-items.d.mts +0 -51
- package/tools/qbd/service-items/list-qbd-service-items.d.mts.map +0 -1
- package/tools/qbd/service-items/list-qbd-service-items.d.ts +0 -51
- package/tools/qbd/service-items/list-qbd-service-items.d.ts.map +0 -1
- package/tools/qbd/service-items/list-qbd-service-items.js +0 -111
- package/tools/qbd/service-items/list-qbd-service-items.js.map +0 -1
- package/tools/qbd/service-items/list-qbd-service-items.mjs +0 -104
- package/tools/qbd/service-items/list-qbd-service-items.mjs.map +0 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.d.mts +0 -51
- package/tools/qbd/service-items/retrieve-qbd-service-items.d.mts.map +0 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.d.ts +0 -51
- package/tools/qbd/service-items/retrieve-qbd-service-items.d.ts.map +0 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.js +0 -52
- package/tools/qbd/service-items/retrieve-qbd-service-items.js.map +0 -1
- package/tools/qbd/service-items/retrieve-qbd-service-items.mjs +0 -45
- package/tools/qbd/service-items/retrieve-qbd-service-items.mjs.map +0 -1
- package/tools/qbd/service-items/update-qbd-service-items.d.mts +0 -51
- package/tools/qbd/service-items/update-qbd-service-items.d.mts.map +0 -1
- package/tools/qbd/service-items/update-qbd-service-items.d.ts +0 -51
- package/tools/qbd/service-items/update-qbd-service-items.d.ts.map +0 -1
- package/tools/qbd/service-items/update-qbd-service-items.js +0 -172
- package/tools/qbd/service-items/update-qbd-service-items.js.map +0 -1
- package/tools/qbd/service-items/update-qbd-service-items.mjs +0 -165
- package/tools/qbd/service-items/update-qbd-service-items.mjs.map +0 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.d.mts +0 -51
- package/tools/qbd/standard-terms/create-qbd-standard-terms.d.mts.map +0 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.d.ts +0 -51
- package/tools/qbd/standard-terms/create-qbd-standard-terms.d.ts.map +0 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.js +0 -72
- package/tools/qbd/standard-terms/create-qbd-standard-terms.js.map +0 -1
- package/tools/qbd/standard-terms/create-qbd-standard-terms.mjs +0 -65
- package/tools/qbd/standard-terms/create-qbd-standard-terms.mjs.map +0 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.d.mts +0 -51
- package/tools/qbd/standard-terms/list-qbd-standard-terms.d.mts.map +0 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.d.ts +0 -51
- package/tools/qbd/standard-terms/list-qbd-standard-terms.d.ts.map +0 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.js +0 -105
- package/tools/qbd/standard-terms/list-qbd-standard-terms.js.map +0 -1
- package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs +0 -98
- package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs.map +0 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.mts +0 -51
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.mts.map +0 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.ts +0 -51
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.ts.map +0 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js +0 -58
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js.map +0 -1
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs +0 -51
- package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs.map +0 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.mts +0 -51
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.mts.map +0 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.ts +0 -51
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.ts.map +0 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.js +0 -86
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.js.map +0 -1
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.mjs +0 -79
- package/tools/qbd/subtotal-items/create-qbd-subtotal-items.mjs.map +0 -1
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.mts +0 -51
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.mts.map +0 -1
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.ts +0 -51
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.ts.map +0 -1
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js +0 -104
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js.map +0 -1
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs +0 -97
- package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs.map +0 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.mts +0 -51
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.mts.map +0 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.ts +0 -51
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.ts.map +0 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js +0 -58
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js.map +0 -1
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs +0 -51
- package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs.map +0 -1
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.mts +0 -51
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.mts.map +0 -1
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.ts +0 -51
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.ts.map +0 -1
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.js +0 -90
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.js.map +0 -1
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.mjs +0 -83
- package/tools/qbd/subtotal-items/update-qbd-subtotal-items.mjs.map +0 -1
- package/tools/qbd/templates/list-qbd-templates.d.mts +0 -51
- package/tools/qbd/templates/list-qbd-templates.d.mts.map +0 -1
- package/tools/qbd/templates/list-qbd-templates.d.ts +0 -51
- package/tools/qbd/templates/list-qbd-templates.d.ts.map +0 -1
- package/tools/qbd/templates/list-qbd-templates.js +0 -54
- package/tools/qbd/templates/list-qbd-templates.js.map +0 -1
- package/tools/qbd/templates/list-qbd-templates.mjs +0 -47
- package/tools/qbd/templates/list-qbd-templates.mjs.map +0 -1
- package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.mts +0 -51
- package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.mts.map +0 -1
- package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.ts +0 -51
- package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.ts.map +0 -1
- package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.js +0 -88
- package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.js.map +0 -1
- package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.mjs +0 -81
- package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.mjs.map +0 -1
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.mts +0 -51
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.mts.map +0 -1
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.ts +0 -51
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.ts.map +0 -1
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.js +0 -58
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.js.map +0 -1
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.mjs +0 -51
- package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.mjs.map +0 -1
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.mts +0 -51
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.mts.map +0 -1
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.ts +0 -51
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.ts.map +0 -1
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.js +0 -89
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.js.map +0 -1
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.mjs +0 -82
- package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.mjs.map +0 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.mts +0 -51
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.mts.map +0 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.ts +0 -51
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.ts.map +0 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js +0 -58
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js.map +0 -1
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs +0 -51
- package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs.map +0 -1
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.mts +0 -51
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.mts.map +0 -1
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.ts +0 -51
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.ts.map +0 -1
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.js +0 -92
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.js.map +0 -1
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.mjs +0 -85
- package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.mjs.map +0 -1
- package/tools/qbd/transactions/list-qbd-transactions.d.mts +0 -51
- package/tools/qbd/transactions/list-qbd-transactions.d.mts.map +0 -1
- package/tools/qbd/transactions/list-qbd-transactions.d.ts +0 -51
- package/tools/qbd/transactions/list-qbd-transactions.d.ts.map +0 -1
- package/tools/qbd/transactions/list-qbd-transactions.js +0 -196
- package/tools/qbd/transactions/list-qbd-transactions.js.map +0 -1
- package/tools/qbd/transactions/list-qbd-transactions.mjs +0 -189
- package/tools/qbd/transactions/list-qbd-transactions.mjs.map +0 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.d.mts +0 -51
- package/tools/qbd/transactions/retrieve-qbd-transactions.d.mts.map +0 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.d.ts +0 -51
- package/tools/qbd/transactions/retrieve-qbd-transactions.d.ts.map +0 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.js +0 -58
- package/tools/qbd/transactions/retrieve-qbd-transactions.js.map +0 -1
- package/tools/qbd/transactions/retrieve-qbd-transactions.mjs +0 -51
- package/tools/qbd/transactions/retrieve-qbd-transactions.mjs.map +0 -1
- package/tools/qbd/transfers/create-qbd-transfers.d.mts +0 -51
- package/tools/qbd/transfers/create-qbd-transfers.d.mts.map +0 -1
- package/tools/qbd/transfers/create-qbd-transfers.d.ts +0 -51
- package/tools/qbd/transfers/create-qbd-transfers.d.ts.map +0 -1
- package/tools/qbd/transfers/create-qbd-transfers.js +0 -77
- package/tools/qbd/transfers/create-qbd-transfers.js.map +0 -1
- package/tools/qbd/transfers/create-qbd-transfers.mjs +0 -70
- package/tools/qbd/transfers/create-qbd-transfers.mjs.map +0 -1
- package/tools/qbd/transfers/list-qbd-transfers.d.mts +0 -51
- package/tools/qbd/transfers/list-qbd-transfers.d.mts.map +0 -1
- package/tools/qbd/transfers/list-qbd-transfers.d.ts +0 -51
- package/tools/qbd/transfers/list-qbd-transfers.d.ts.map +0 -1
- package/tools/qbd/transfers/list-qbd-transfers.js +0 -82
- package/tools/qbd/transfers/list-qbd-transfers.js.map +0 -1
- package/tools/qbd/transfers/list-qbd-transfers.mjs +0 -75
- package/tools/qbd/transfers/list-qbd-transfers.mjs.map +0 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.d.mts +0 -51
- package/tools/qbd/transfers/retrieve-qbd-transfers.d.mts.map +0 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.d.ts +0 -51
- package/tools/qbd/transfers/retrieve-qbd-transfers.d.ts.map +0 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.js +0 -58
- package/tools/qbd/transfers/retrieve-qbd-transfers.js.map +0 -1
- package/tools/qbd/transfers/retrieve-qbd-transfers.mjs +0 -51
- package/tools/qbd/transfers/retrieve-qbd-transfers.mjs.map +0 -1
- package/tools/qbd/transfers/update-qbd-transfers.d.mts +0 -51
- package/tools/qbd/transfers/update-qbd-transfers.d.mts.map +0 -1
- package/tools/qbd/transfers/update-qbd-transfers.d.ts +0 -51
- package/tools/qbd/transfers/update-qbd-transfers.d.ts.map +0 -1
- package/tools/qbd/transfers/update-qbd-transfers.js +0 -85
- package/tools/qbd/transfers/update-qbd-transfers.js.map +0 -1
- package/tools/qbd/transfers/update-qbd-transfers.mjs +0 -78
- package/tools/qbd/transfers/update-qbd-transfers.mjs.map +0 -1
- package/tools/qbd/unit-of-measure-sets/create-qbd-unit-of-measure-sets.d.mts +0 -51
- package/tools/qbd/unit-of-measure-sets/create-qbd-unit-of-measure-sets.d.mts.map +0 -1
- package/tools/qbd/unit-of-measure-sets/create-qbd-unit-of-measure-sets.d.ts +0 -51
- package/tools/qbd/unit-of-measure-sets/create-qbd-unit-of-measure-sets.d.ts.map +0 -1
- package/tools/qbd/unit-of-measure-sets/create-qbd-unit-of-measure-sets.js +0 -115
- package/tools/qbd/unit-of-measure-sets/create-qbd-unit-of-measure-sets.js.map +0 -1
- package/tools/qbd/unit-of-measure-sets/create-qbd-unit-of-measure-sets.mjs +0 -108
- package/tools/qbd/unit-of-measure-sets/create-qbd-unit-of-measure-sets.mjs.map +0 -1
- package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.d.mts +0 -51
- package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.d.mts.map +0 -1
- package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.d.ts +0 -51
- package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.d.ts.map +0 -1
- package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.js +0 -99
- package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.js.map +0 -1
- package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.mjs +0 -92
- package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.mjs.map +0 -1
- package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.d.mts +0 -51
- package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.d.mts.map +0 -1
- package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.d.ts +0 -51
- package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.d.ts.map +0 -1
- package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.js +0 -58
- package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.js.map +0 -1
- package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.mjs +0 -51
- package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.mjs.map +0 -1
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.mts +0 -51
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.mts.map +0 -1
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.ts +0 -51
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.ts.map +0 -1
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.js +0 -311
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.js.map +0 -1
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.mjs +0 -304
- package/tools/qbd/vendor-credits/create-qbd-vendor-credits.mjs.map +0 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.mts +0 -51
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.mts.map +0 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.ts +0 -51
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.ts.map +0 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.js +0 -58
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.js.map +0 -1
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.mjs +0 -51
- package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.mjs.map +0 -1
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.mts +0 -51
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.mts.map +0 -1
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.ts +0 -51
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.ts.map +0 -1
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js +0 -138
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js.map +0 -1
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs +0 -131
- package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs.map +0 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.mts +0 -51
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.mts.map +0 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.ts +0 -51
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.ts.map +0 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.js +0 -52
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.js.map +0 -1
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.mjs +0 -45
- package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.mjs.map +0 -1
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.mts +0 -51
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.mts.map +0 -1
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.ts +0 -51
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.ts.map +0 -1
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.js +0 -344
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.js.map +0 -1
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.mjs +0 -337
- package/tools/qbd/vendor-credits/update-qbd-vendor-credits.mjs.map +0 -1
- package/tools/qbd/vendors/create-qbd-vendors.d.mts +0 -51
- package/tools/qbd/vendors/create-qbd-vendors.d.mts.map +0 -1
- package/tools/qbd/vendors/create-qbd-vendors.d.ts +0 -51
- package/tools/qbd/vendors/create-qbd-vendors.d.ts.map +0 -1
- package/tools/qbd/vendors/create-qbd-vendors.js +0 -388
- package/tools/qbd/vendors/create-qbd-vendors.js.map +0 -1
- package/tools/qbd/vendors/create-qbd-vendors.mjs +0 -381
- package/tools/qbd/vendors/create-qbd-vendors.mjs.map +0 -1
- package/tools/qbd/vendors/list-qbd-vendors.d.mts +0 -51
- package/tools/qbd/vendors/list-qbd-vendors.d.mts.map +0 -1
- package/tools/qbd/vendors/list-qbd-vendors.d.ts +0 -51
- package/tools/qbd/vendors/list-qbd-vendors.d.ts.map +0 -1
- package/tools/qbd/vendors/list-qbd-vendors.js +0 -138
- package/tools/qbd/vendors/list-qbd-vendors.js.map +0 -1
- package/tools/qbd/vendors/list-qbd-vendors.mjs +0 -131
- package/tools/qbd/vendors/list-qbd-vendors.mjs.map +0 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.d.mts +0 -51
- package/tools/qbd/vendors/retrieve-qbd-vendors.d.mts.map +0 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.d.ts +0 -51
- package/tools/qbd/vendors/retrieve-qbd-vendors.d.ts.map +0 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.js +0 -52
- package/tools/qbd/vendors/retrieve-qbd-vendors.js.map +0 -1
- package/tools/qbd/vendors/retrieve-qbd-vendors.mjs +0 -45
- package/tools/qbd/vendors/retrieve-qbd-vendors.mjs.map +0 -1
- package/tools/qbd/vendors/update-qbd-vendors.d.mts +0 -51
- package/tools/qbd/vendors/update-qbd-vendors.d.mts.map +0 -1
- package/tools/qbd/vendors/update-qbd-vendors.d.ts +0 -51
- package/tools/qbd/vendors/update-qbd-vendors.d.ts.map +0 -1
- package/tools/qbd/vendors/update-qbd-vendors.js +0 -395
- package/tools/qbd/vendors/update-qbd-vendors.js.map +0 -1
- package/tools/qbd/vendors/update-qbd-vendors.mjs +0 -388
- package/tools/qbd/vendors/update-qbd-vendors.mjs.map +0 -1
- package/tools/types.d.mts.map +0 -1
- package/tools/types.d.ts.map +0 -1
- package/tools/types.js.map +0 -1
- package/tools/types.mjs.map +0 -1
- package/tools.d.mts +0 -2
- package/tools.d.mts.map +0 -1
- package/tools.d.ts +0 -2
- package/tools.d.ts.map +0 -1
- package/tools.js +0 -18
- package/tools.js.map +0 -1
- package/tools.mjs +0 -2
- package/tools.mjs.map +0 -1
- /package/{tools/types.js → types.js} +0 -0
- /package/{tools/types.mjs → types.mjs} +0 -0
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ For clients with a configuration JSON, it might look something like this:
|
|
|
23
23
|
"mcpServers": {
|
|
24
24
|
"conductor_node_api": {
|
|
25
25
|
"command": "npx",
|
|
26
|
-
"args": ["-y", "conductor-node-mcp"
|
|
26
|
+
"args": ["-y", "conductor-node-mcp"],
|
|
27
27
|
"env": {
|
|
28
28
|
"CONDUCTOR_SECRET_KEY": "sk_conductor_..."
|
|
29
29
|
}
|
|
@@ -55,110 +55,22 @@ environment variables in Claude Code's `.claude.json`, which can be found in you
|
|
|
55
55
|
claude mcp add --transport stdio conductor_node_api --env CONDUCTOR_SECRET_KEY="Your CONDUCTOR_SECRET_KEY here." -- npx -y conductor-node-mcp
|
|
56
56
|
```
|
|
57
57
|
|
|
58
|
-
##
|
|
58
|
+
## Code Mode
|
|
59
59
|
|
|
60
|
-
|
|
60
|
+
This MCP server is built on the "Code Mode" tool scheme. In this MCP Server,
|
|
61
|
+
your agent will write code against the TypeScript SDK, which will then be executed in an
|
|
62
|
+
isolated sandbox. To accomplish this, the server will expose two tools to your agent:
|
|
61
63
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
3. Exposing a docs search tool and a code execution tool, allowing the client to write code to be executed against the TypeScript client
|
|
64
|
+
- The first tool is a docs search tool, which can be used to generically query for
|
|
65
|
+
documentation about your API/SDK.
|
|
65
66
|
|
|
66
|
-
|
|
67
|
+
- The second tool is a code tool, where the agent can write code against the TypeScript SDK.
|
|
68
|
+
The code will be executed in a sandbox environment without web or filesystem access. Then,
|
|
69
|
+
anything the code returns or prints will be returned to the agent as the result of the
|
|
70
|
+
tool call.
|
|
67
71
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
context window.
|
|
71
|
-
|
|
72
|
-
You can filter by multiple aspects:
|
|
73
|
-
|
|
74
|
-
- `--tool` includes a specific tool by name
|
|
75
|
-
- `--resource` includes all tools under a specific resource, and can have wildcards, e.g. `my.resource*`
|
|
76
|
-
- `--operation` includes just read (get/list) or just write operations
|
|
77
|
-
|
|
78
|
-
### Dynamic tools
|
|
79
|
-
|
|
80
|
-
If you specify `--tools=dynamic` to the MCP server, instead of exposing one tool per endpoint in the API, it will
|
|
81
|
-
expose the following tools:
|
|
82
|
-
|
|
83
|
-
1. `list_api_endpoints` - Discovers available endpoints, with optional filtering by search query
|
|
84
|
-
2. `get_api_endpoint_schema` - Gets detailed schema information for a specific endpoint
|
|
85
|
-
3. `invoke_api_endpoint` - Executes any endpoint with the appropriate parameters
|
|
86
|
-
|
|
87
|
-
This allows you to have the full set of API endpoints available to your MCP Client, while not requiring that all
|
|
88
|
-
of their schemas be loaded into context at once. Instead, the LLM will automatically use these tools together to
|
|
89
|
-
search for, look up, and invoke endpoints dynamically. However, due to the indirect nature of the schemas, it
|
|
90
|
-
can struggle to provide the correct properties a bit more than when tools are imported explicitly. Therefore,
|
|
91
|
-
you can opt-in to explicit tools, the dynamic tools, or both.
|
|
92
|
-
|
|
93
|
-
See more information with `--help`.
|
|
94
|
-
|
|
95
|
-
All of these command-line options can be repeated, combined together, and have corresponding exclusion versions (e.g. `--no-tool`).
|
|
96
|
-
|
|
97
|
-
Use `--list` to see the list of available tools, or see below.
|
|
98
|
-
|
|
99
|
-
### Code execution
|
|
100
|
-
|
|
101
|
-
If you specify `--tools=code` to the MCP server, it will expose just two tools:
|
|
102
|
-
|
|
103
|
-
- `search_docs` - Searches the API documentation and returns a list of markdown results
|
|
104
|
-
- `execute` - Runs code against the TypeScript client
|
|
105
|
-
|
|
106
|
-
This allows the LLM to implement more complex logic by chaining together many API calls without loading
|
|
107
|
-
intermediary results into its context window.
|
|
108
|
-
|
|
109
|
-
The code execution itself happens in a Deno sandbox that has network access only to the base URL for the API.
|
|
110
|
-
|
|
111
|
-
### Specifying the MCP Client
|
|
112
|
-
|
|
113
|
-
Different clients have varying abilities to handle arbitrary tools and schemas.
|
|
114
|
-
|
|
115
|
-
You can specify the client you are using with the `--client` argument, and the MCP server will automatically
|
|
116
|
-
serve tools and schemas that are more compatible with that client.
|
|
117
|
-
|
|
118
|
-
- `--client=<type>`: Set all capabilities based on a known MCP client
|
|
119
|
-
|
|
120
|
-
- Valid values: `openai-agents`, `claude`, `claude-code`, `cursor`
|
|
121
|
-
- Example: `--client=cursor`
|
|
122
|
-
|
|
123
|
-
Additionally, if you have a client not on the above list, or the client has gotten better
|
|
124
|
-
over time, you can manually enable or disable certain capabilities:
|
|
125
|
-
|
|
126
|
-
- `--capability=<name>`: Specify individual client capabilities
|
|
127
|
-
- Available capabilities:
|
|
128
|
-
- `top-level-unions`: Enable support for top-level unions in tool schemas
|
|
129
|
-
- `valid-json`: Enable JSON string parsing for arguments
|
|
130
|
-
- `refs`: Enable support for $ref pointers in schemas
|
|
131
|
-
- `unions`: Enable support for union types (anyOf) in schemas
|
|
132
|
-
- `formats`: Enable support for format validations in schemas (e.g. date-time, email)
|
|
133
|
-
- `tool-name-length=N`: Set maximum tool name length to N characters
|
|
134
|
-
- Example: `--capability=top-level-unions --capability=tool-name-length=40`
|
|
135
|
-
- Example: `--capability=top-level-unions,tool-name-length=40`
|
|
136
|
-
|
|
137
|
-
### Examples
|
|
138
|
-
|
|
139
|
-
1. Filter for read operations on cards:
|
|
140
|
-
|
|
141
|
-
```bash
|
|
142
|
-
--resource=cards --operation=read
|
|
143
|
-
```
|
|
144
|
-
|
|
145
|
-
2. Exclude specific tools while including others:
|
|
146
|
-
|
|
147
|
-
```bash
|
|
148
|
-
--resource=cards --no-tool=create_cards
|
|
149
|
-
```
|
|
150
|
-
|
|
151
|
-
3. Configure for Cursor client with custom max tool name length:
|
|
152
|
-
|
|
153
|
-
```bash
|
|
154
|
-
--client=cursor --capability=tool-name-length=40
|
|
155
|
-
```
|
|
156
|
-
|
|
157
|
-
4. Complex filtering with multiple criteria:
|
|
158
|
-
|
|
159
|
-
```bash
|
|
160
|
-
--resource=cards,accounts --operation=read --tag=kyc --no-tool=create_cards
|
|
161
|
-
```
|
|
72
|
+
Using this scheme, agents are capable of performing very complex tasks deterministically
|
|
73
|
+
and repeatably.
|
|
162
74
|
|
|
163
75
|
## Running remotely
|
|
164
76
|
|
|
@@ -185,616 +97,3 @@ A configuration JSON for this server might look like this, assuming the server i
|
|
|
185
97
|
}
|
|
186
98
|
}
|
|
187
99
|
```
|
|
188
|
-
|
|
189
|
-
The command-line arguments for filtering tools and specifying clients can also be used as query parameters in the URL.
|
|
190
|
-
For example, to exclude specific tools while including others, use the URL:
|
|
191
|
-
|
|
192
|
-
```
|
|
193
|
-
http://localhost:3000?resource=cards&resource=accounts&no_tool=create_cards
|
|
194
|
-
```
|
|
195
|
-
|
|
196
|
-
Or, to configure for the Cursor client, with a custom max tool name length, use the URL:
|
|
197
|
-
|
|
198
|
-
```
|
|
199
|
-
http://localhost:3000?client=cursor&capability=tool-name-length%3D40
|
|
200
|
-
```
|
|
201
|
-
|
|
202
|
-
## Importing the tools and server individually
|
|
203
|
-
|
|
204
|
-
```js
|
|
205
|
-
// Import the server, generated endpoints, or the init function
|
|
206
|
-
import { server, endpoints, init } from "conductor-node-mcp/server";
|
|
207
|
-
|
|
208
|
-
// import a specific tool
|
|
209
|
-
import createAuthSessions from "conductor-node-mcp/tools/auth-sessions/create-auth-sessions";
|
|
210
|
-
|
|
211
|
-
// initialize the server and all endpoints
|
|
212
|
-
init({ server, endpoints });
|
|
213
|
-
|
|
214
|
-
// manually start server
|
|
215
|
-
const transport = new StdioServerTransport();
|
|
216
|
-
await server.connect(transport);
|
|
217
|
-
|
|
218
|
-
// or initialize your own server with specific tools
|
|
219
|
-
const myServer = new McpServer(...);
|
|
220
|
-
|
|
221
|
-
// define your own endpoint
|
|
222
|
-
const myCustomEndpoint = {
|
|
223
|
-
tool: {
|
|
224
|
-
name: 'my_custom_tool',
|
|
225
|
-
description: 'My custom tool',
|
|
226
|
-
inputSchema: zodToJsonSchema(z.object({ a_property: z.string() })),
|
|
227
|
-
},
|
|
228
|
-
handler: async (client: conductor, args: any) => {
|
|
229
|
-
return { myResponse: 'Hello world!' };
|
|
230
|
-
})
|
|
231
|
-
};
|
|
232
|
-
|
|
233
|
-
// initialize the server with your custom endpoints
|
|
234
|
-
init({ server: myServer, endpoints: [createAuthSessions, myCustomEndpoint] });
|
|
235
|
-
```
|
|
236
|
-
|
|
237
|
-
## Available Tools
|
|
238
|
-
|
|
239
|
-
The following tools are available in this MCP server.
|
|
240
|
-
|
|
241
|
-
### Resource `auth_sessions`:
|
|
242
|
-
|
|
243
|
-
- `create_auth_sessions` (`write`): To launch the authentication flow, create an auth session and pass the returned session's `authFlowUrl` to the client for your end-user to visit in their browser. Demo: https://connect.conductor.is/qbd/demo
|
|
244
|
-
|
|
245
|
-
### Resource `end_users`:
|
|
246
|
-
|
|
247
|
-
- `create_end_users` (`write`): Creates an end-user.
|
|
248
|
-
- `retrieve_end_users` (`read`): Retrieves an end-user object.
|
|
249
|
-
- `list_end_users` (`read`): Returns a list of your end-users.
|
|
250
|
-
- `delete_end_users` (`write`): Permanently deletes an end-user object and all of its connections.
|
|
251
|
-
- `passthrough_end_users` (`write`): Sends a request directly to the specified integration connection (e.g., QuickBooks Desktop) on behalf of the end-user.
|
|
252
|
-
|
|
253
|
-
### Resource `qbd`:
|
|
254
|
-
|
|
255
|
-
- `health_check_qbd` (`read`): Checks whether the specified QuickBooks Desktop connection is active and can process requests end-to-end. This is useful for showing a "connection status" indicator in your app. If an error occurs, the typical Conductor error response will be returned. As with any request to QuickBooks Desktop, the health check may fail if the application is not running, the wrong company file is open, or if a modal dialog is open. Timeout is 60 seconds.
|
|
256
|
-
|
|
257
|
-
### Resource `qbd.account_tax_lines`:
|
|
258
|
-
|
|
259
|
-
- `list_qbd_account_tax_lines` (`read`): Returns a list of account tax lines. NOTE: QuickBooks Desktop does not support pagination for account tax lines; hence, there is no `cursor` parameter. Users typically have few account tax lines.
|
|
260
|
-
|
|
261
|
-
### Resource `qbd.accounts`:
|
|
262
|
-
|
|
263
|
-
- `create_qbd_accounts` (`write`): Creates a new financial account. QuickBooks requires you to pick a supported account type for the chart of accounts, and non-posting types can’t be created through the API.
|
|
264
|
-
- `retrieve_qbd_accounts` (`read`): Retrieves an account by ID.
|
|
265
|
-
|
|
266
|
-
**IMPORTANT:** If you need to fetch multiple specific accounts by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
267
|
-
|
|
268
|
-
- `update_qbd_accounts` (`write`): Updates an existing financial account. You can rename the account, adjust numbering, or change supported attributes, but QuickBooks won’t let you convert it to a non-posting type via the API.
|
|
269
|
-
- `list_qbd_accounts` (`read`): Returns a list of accounts. NOTE: QuickBooks Desktop does not support pagination for accounts; hence, there is no `cursor` parameter. Users typically have few accounts.
|
|
270
|
-
|
|
271
|
-
### Resource `qbd.bill_check_payments`:
|
|
272
|
-
|
|
273
|
-
- `create_qbd_bill_check_payments` (`write`): Records a check payment against one vendor’s open bills. Each bill allocation must include a payment amount, discount, or vendor credit, and the accounts payable account has to match the one used on the bills you’re closing.
|
|
274
|
-
- `retrieve_qbd_bill_check_payments` (`read`): Retrieves a bill check payment by ID.
|
|
275
|
-
|
|
276
|
-
**IMPORTANT:** If you need to fetch multiple specific bill check payments by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
277
|
-
|
|
278
|
-
- `update_qbd_bill_check_payments` (`write`): Updates a bill check payment so you can reallocate how amounts, discounts, or credits are applied to the vendor’s bills. When you update a payment, QuickBooks clears the prior allocations but keeps any existing vendor credits unchanged, so submit the full list of bill applications in this request.
|
|
279
|
-
- `list_qbd_bill_check_payments` (`read`): Returns a list of bill check payments. Use the `cursor` parameter to paginate through the results.
|
|
280
|
-
- `delete_qbd_bill_check_payments` (`write`): Permanently deletes a a bill check payment. The deletion will fail if the bill check payment is currently in use or has any linked transactions that are in use.
|
|
281
|
-
|
|
282
|
-
### Resource `qbd.bill_credit_card_payments`:
|
|
283
|
-
|
|
284
|
-
- `create_qbd_bill_credit_card_payments` (`write`): Charges one vendor’s bills to a credit card account. Each bill allocation must supply a payment amount, discount, or credit, and you have to use the same accounts payable account that’s on the bills being closed.
|
|
285
|
-
- `retrieve_qbd_bill_credit_card_payments` (`read`): Retrieves a bill credit card payment by ID.
|
|
286
|
-
|
|
287
|
-
**IMPORTANT:** If you need to fetch multiple specific bill credit card payments by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
288
|
-
|
|
289
|
-
- `list_qbd_bill_credit_card_payments` (`read`): Returns a list of bill credit card payments. Use the `cursor` parameter to paginate through the results.
|
|
290
|
-
- `delete_qbd_bill_credit_card_payments` (`write`): Permanently deletes a a bill credit card payment. The deletion will fail if the bill credit card payment is currently in use or has any linked transactions that are in use.
|
|
291
|
-
|
|
292
|
-
### Resource `qbd.bills`:
|
|
293
|
-
|
|
294
|
-
- `create_qbd_bills` (`write`): Creates a vendor bill and posts it to accounts payable. You can also link eligible purchase orders so QuickBooks pulls their lines onto the bill before it's saved.
|
|
295
|
-
- `retrieve_qbd_bills` (`read`): Retrieves a bill by ID.
|
|
296
|
-
|
|
297
|
-
**IMPORTANT:** If you need to fetch multiple specific bills by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
298
|
-
|
|
299
|
-
NOTE: The response automatically includes any linked transactions.
|
|
300
|
-
|
|
301
|
-
- `update_qbd_bills` (`write`): Updates an existing vendor bill while keeping the required references intact. QuickBooks does not let this update request add new purchase order links, and you must continue to supply the vendor, accounts payable account, and at least one expense or item line when you resubmit the bill.
|
|
302
|
-
- `list_qbd_bills` (`read`): Returns a list of bills. Use the `cursor` parameter to paginate through the results.
|
|
303
|
-
- `delete_qbd_bills` (`write`): Permanently deletes a a bill. The deletion will fail if the bill is currently in use or has any linked transactions that are in use.
|
|
304
|
-
|
|
305
|
-
### Resource `qbd.build_assemblies`:
|
|
306
|
-
|
|
307
|
-
- `create_qbd_build_assemblies` (`write`): Creates a build assembly transaction that consumes component quantities and increases the finished assembly on hand. If components are short you can mark the build as pending instead of failing.
|
|
308
|
-
- `retrieve_qbd_build_assemblies` (`read`): Retrieves a build assembly by ID.
|
|
309
|
-
|
|
310
|
-
**IMPORTANT:** If you need to fetch multiple specific build assemblies by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
311
|
-
|
|
312
|
-
- `update_qbd_build_assemblies` (`write`): Updates an existing build assembly.
|
|
313
|
-
- `list_qbd_build_assemblies` (`read`): Returns a list of build assemblies. Use the `cursor` parameter to paginate through the results.
|
|
314
|
-
- `delete_qbd_build_assemblies` (`write`): Permanently deletes a a build assembly. The deletion will fail if the build assembly is currently in use or has any linked transactions that are in use.
|
|
315
|
-
|
|
316
|
-
### Resource `qbd.checks`:
|
|
317
|
-
|
|
318
|
-
- `create_qbd_checks` (`write`): Creates a non-payroll check from a bank account. QuickBooks uses this request for direct expense disbursements; to pay vendor bills or payroll liabilities you must use the dedicated bill-payment or payroll transactions instead.
|
|
319
|
-
- `retrieve_qbd_checks` (`read`): Retrieves a check by ID.
|
|
320
|
-
|
|
321
|
-
**IMPORTANT:** If you need to fetch multiple specific checks by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
322
|
-
|
|
323
|
-
NOTE: The response automatically includes any linked transactions.
|
|
324
|
-
|
|
325
|
-
- `update_qbd_checks` (`write`): Updates a standard check so you can adjust the issuing account, payee details, memo, transaction date, or expense and item lines. This request cannot modify checks created through the bill-payment workflow.
|
|
326
|
-
- `list_qbd_checks` (`read`): Returns a list of checks. Use the `cursor` parameter to paginate through the results.
|
|
327
|
-
- `delete_qbd_checks` (`write`): Permanently deletes a a check. The deletion will fail if the check is currently in use or has any linked transactions that are in use.
|
|
328
|
-
|
|
329
|
-
### Resource `qbd.classes`:
|
|
330
|
-
|
|
331
|
-
- `create_qbd_classes` (`write`): Creates a new class.
|
|
332
|
-
- `retrieve_qbd_classes` (`read`): Retrieves a class by ID.
|
|
333
|
-
|
|
334
|
-
**IMPORTANT:** If you need to fetch multiple specific classes by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
335
|
-
|
|
336
|
-
- `update_qbd_classes` (`write`): Updates an existing class.
|
|
337
|
-
- `list_qbd_classes` (`read`): Returns a list of classes. NOTE: QuickBooks Desktop does not support pagination for classes; hence, there is no `cursor` parameter. Users typically have few classes.
|
|
338
|
-
|
|
339
|
-
### Resource `qbd.company`:
|
|
340
|
-
|
|
341
|
-
- `retrieve_qbd_company` (`read`): Returns detailed information about the connected QuickBooks company file, including company address, legal name, preferences, and subscribed services. Note that company information cannot be modified through the API, only through the QuickBooks Desktop user interface.
|
|
342
|
-
|
|
343
|
-
### Resource `qbd.credit_card_charges`:
|
|
344
|
-
|
|
345
|
-
- `create_qbd_credit_card_charges` (`write`): Creates a new credit card charge for the specified account.
|
|
346
|
-
- `retrieve_qbd_credit_card_charges` (`read`): Retrieves a credit card charge by ID.
|
|
347
|
-
|
|
348
|
-
**IMPORTANT:** If you need to fetch multiple specific credit card charges by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
349
|
-
|
|
350
|
-
- `update_qbd_credit_card_charges` (`write`): Updates an existing credit card charge so you can adjust the credit card account, payee, memo, transaction date, and expense or item lines. The total is recalculated from the line details.
|
|
351
|
-
- `list_qbd_credit_card_charges` (`read`): Returns a list of credit card charges. Use the `cursor` parameter to paginate through the results.
|
|
352
|
-
- `delete_qbd_credit_card_charges` (`write`): Permanently deletes a a credit card charge. The deletion will fail if the credit card charge is currently in use or has any linked transactions that are in use.
|
|
353
|
-
|
|
354
|
-
### Resource `qbd.credit_card_credits`:
|
|
355
|
-
|
|
356
|
-
- `create_qbd_credit_card_credits` (`write`): Creates a new credit card credit for the specified account.
|
|
357
|
-
- `retrieve_qbd_credit_card_credits` (`read`): Retrieves a credit card credit by ID.
|
|
358
|
-
|
|
359
|
-
**IMPORTANT:** If you need to fetch multiple specific credit card credits by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
360
|
-
|
|
361
|
-
- `update_qbd_credit_card_credits` (`write`): Updates an existing credit card credit.
|
|
362
|
-
- `list_qbd_credit_card_credits` (`read`): Returns a list of credit card credits. Use the `cursor` parameter to paginate through the results.
|
|
363
|
-
- `delete_qbd_credit_card_credits` (`write`): Permanently deletes a a credit card credit. The deletion will fail if the credit card credit is currently in use or has any linked transactions that are in use.
|
|
364
|
-
|
|
365
|
-
### Resource `qbd.credit_card_refunds`:
|
|
366
|
-
|
|
367
|
-
- `create_qbd_credit_card_refunds` (`write`): Creates a credit card refund linked to one or more existing credit transactions, such as credit memos or overpayments. You must supply at least one entry in `refundAppliedToTransactions`, and the refund amount cannot exceed the available balance on the linked credits.
|
|
368
|
-
- `retrieve_qbd_credit_card_refunds` (`read`): Retrieves a credit card refund by ID.
|
|
369
|
-
|
|
370
|
-
**IMPORTANT:** If you need to fetch multiple specific credit card refunds by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
371
|
-
|
|
372
|
-
- `list_qbd_credit_card_refunds` (`read`): Returns a list of credit card refunds. Use the `cursor` parameter to paginate through the results.
|
|
373
|
-
- `delete_qbd_credit_card_refunds` (`write`): Permanently deletes a a credit card refund. The deletion will fail if the credit card refund is currently in use or has any linked transactions that are in use.
|
|
374
|
-
|
|
375
|
-
### Resource `qbd.credit_memos`:
|
|
376
|
-
|
|
377
|
-
- `create_qbd_credit_memos` (`write`): Creates a new credit memo.
|
|
378
|
-
- `retrieve_qbd_credit_memos` (`read`): Retrieves a credit memo by ID.
|
|
379
|
-
|
|
380
|
-
**IMPORTANT:** If you need to fetch multiple specific credit memos by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
381
|
-
|
|
382
|
-
NOTE: The response automatically includes any linked transactions.
|
|
383
|
-
|
|
384
|
-
- `update_qbd_credit_memos` (`write`): Updates an existing credit memo.
|
|
385
|
-
- `list_qbd_credit_memos` (`read`): Returns a list of credit memos. Use the `cursor` parameter to paginate through the results.
|
|
386
|
-
- `delete_qbd_credit_memos` (`write`): Permanently deletes a a credit memo. The deletion will fail if the credit memo is currently in use or has any linked transactions that are in use.
|
|
387
|
-
|
|
388
|
-
### Resource `qbd.currencies`:
|
|
389
|
-
|
|
390
|
-
- `create_qbd_currencies` (`write`): Creates a user-defined currency with the specified name and currency code. Exchange rates for user-defined currencies are not updated automatically by QuickBooks Desktop; update them manually as needed.
|
|
391
|
-
- `retrieve_qbd_currencies` (`read`): Retrieves a currency by ID.
|
|
392
|
-
|
|
393
|
-
**IMPORTANT:** If you need to fetch multiple specific currencies by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
394
|
-
|
|
395
|
-
- `update_qbd_currencies` (`write`): Updates an existing currency. For built-in currencies, only the `isActive` status can be changed; name and currency code are not editable. For user-defined currencies, all fields in this request are editable.
|
|
396
|
-
- `list_qbd_currencies` (`read`): Returns a list of currencies. NOTE: QuickBooks Desktop does not support pagination for currencies; hence, there is no `cursor` parameter. Users typically have few currencies.
|
|
397
|
-
|
|
398
|
-
### Resource `qbd.customer_types`:
|
|
399
|
-
|
|
400
|
-
- `create_qbd_customer_types` (`write`): Creates a new customer type.
|
|
401
|
-
- `retrieve_qbd_customer_types` (`read`): Retrieves a customer type by ID.
|
|
402
|
-
|
|
403
|
-
**IMPORTANT:** If you need to fetch multiple specific customer types by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
404
|
-
|
|
405
|
-
- `list_qbd_customer_types` (`read`): Returns a list of customer types. NOTE: QuickBooks Desktop does not support pagination for customer types; hence, there is no `cursor` parameter. Users typically have few customer types.
|
|
406
|
-
|
|
407
|
-
### Resource `qbd.customers`:
|
|
408
|
-
|
|
409
|
-
- `create_qbd_customers` (`write`): Creates a new customer.
|
|
410
|
-
- `retrieve_qbd_customers` (`read`): Retrieves a customer by ID.
|
|
411
|
-
|
|
412
|
-
**IMPORTANT:** If you need to fetch multiple specific customers by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
413
|
-
|
|
414
|
-
- `update_qbd_customers` (`write`): Updates an existing customer.
|
|
415
|
-
- `list_qbd_customers` (`read`): Returns a list of customers. Use the `cursor` parameter to paginate through the results.
|
|
416
|
-
|
|
417
|
-
### Resource `qbd.date_driven_terms`:
|
|
418
|
-
|
|
419
|
-
- `create_qbd_date_driven_terms` (`write`): Creates a date-driven term that sets the payment due on a specific day of the month and can optionally grant an early-payment discount before `discountDayOfMonth`. Use it when you need due dates tied to calendar days instead of a fixed number of days after the transaction.
|
|
420
|
-
- `retrieve_qbd_date_driven_terms` (`read`): Retrieves a date-driven term by ID.
|
|
421
|
-
|
|
422
|
-
**IMPORTANT:** If you need to fetch multiple specific date-driven terms by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
423
|
-
|
|
424
|
-
- `list_qbd_date_driven_terms` (`read`): Returns a list of date-driven terms. NOTE: QuickBooks Desktop does not support pagination for date-driven terms; hence, there is no `cursor` parameter. Users typically have few date-driven terms.
|
|
425
|
-
|
|
426
|
-
### Resource `qbd.deleted_list_objects`:
|
|
427
|
-
|
|
428
|
-
- `list_qbd_deleted_list_objects` (`read`): Lists deleted non-transaction list-objects (e.g., customers, vendors, employees, items) from the last 90 days. Results are grouped by list-object type and ordered by actual delete time (ascending). For deleted transactions (e.g., invoices, bills, estimates), see the deleted-transactions endpoint.
|
|
429
|
-
|
|
430
|
-
### Resource `qbd.deleted_transactions`:
|
|
431
|
-
|
|
432
|
-
- `list_qbd_deleted_transactions` (`read`): Lists deleted transactions of the specified type(s) (e.g., invoice, bill, estimate) in the last 90 days. Results are grouped by transaction type and ordered by actual delete time (ascending). NOTE: For deleted non-transaction list-objects (e.g., customer, vendor, employee), see the deleted-list-objects endpoint.
|
|
433
|
-
|
|
434
|
-
### Resource `qbd.discount_items`:
|
|
435
|
-
|
|
436
|
-
- `create_qbd_discount_items` (`write`): Creates a discount item that subtracts either a percentage or fixed amount from transaction totals. Percentage discounts only affect the preceding line, while fixed-amount discounts reduce the accumulated amount above them unless you bound the target lines with a subtotal item.
|
|
437
|
-
- `retrieve_qbd_discount_items` (`read`): Retrieves a discount item by ID.
|
|
438
|
-
|
|
439
|
-
**IMPORTANT:** If you need to fetch multiple specific discount items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
440
|
-
|
|
441
|
-
- `update_qbd_discount_items` (`write`): Updates a discount item, including its linked account or discount rate. When changing the account, use `updateExistingTransactionsAccount` to control whether existing transactions that reference the item should also be updated.
|
|
442
|
-
- `list_qbd_discount_items` (`read`): Returns a list of discount items. Use the `cursor` parameter to paginate through the results.
|
|
443
|
-
|
|
444
|
-
### Resource `qbd.employees`:
|
|
445
|
-
|
|
446
|
-
- `create_qbd_employees` (`write`): Creates an employee record that captures personal details, contact information, employment dates, and payroll settings in a single request so the employee is ready for scheduling, time tracking, and payroll processing.
|
|
447
|
-
- `retrieve_qbd_employees` (`read`): Retrieves an employee by ID.
|
|
448
|
-
|
|
449
|
-
**IMPORTANT:** If you need to fetch multiple specific employees by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
450
|
-
|
|
451
|
-
- `update_qbd_employees` (`write`): Updates an employee record, allowing you to revise contact details, employment status dates, supervisory assignments, payroll configuration, and additional notes to keep workforce data current.
|
|
452
|
-
- `list_qbd_employees` (`read`): Returns a list of employees. NOTE: QuickBooks Desktop does not support pagination for employees; hence, there is no `cursor` parameter. Users typically have few employees.
|
|
453
|
-
|
|
454
|
-
### Resource `qbd.estimates`:
|
|
455
|
-
|
|
456
|
-
- `create_qbd_estimates` (`write`): Creates a new estimate.
|
|
457
|
-
- `retrieve_qbd_estimates` (`read`): Retrieves an estimate by ID.
|
|
458
|
-
|
|
459
|
-
**IMPORTANT:** If you need to fetch multiple specific estimates by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
460
|
-
|
|
461
|
-
NOTE: The response automatically includes any linked transactions.
|
|
462
|
-
|
|
463
|
-
- `update_qbd_estimates` (`write`): Updates an existing estimate.
|
|
464
|
-
- `list_qbd_estimates` (`read`): Returns a list of estimates. Use the `cursor` parameter to paginate through the results.
|
|
465
|
-
- `delete_qbd_estimates` (`write`): Permanently deletes a an estimate. The deletion will fail if the estimate is currently in use or has any linked transactions that are in use.
|
|
466
|
-
|
|
467
|
-
### Resource `qbd.inventory_adjustments`:
|
|
468
|
-
|
|
469
|
-
- `create_qbd_inventory_adjustments` (`write`): Creates an inventory adjustment to correct on-hand quantities or values. QuickBooks requires single-user mode unless you're on Enterprise with Advanced Inventory enabled.
|
|
470
|
-
- `retrieve_qbd_inventory_adjustments` (`read`): Retrieves an inventory adjustment by ID.
|
|
471
|
-
|
|
472
|
-
**IMPORTANT:** If you need to fetch multiple specific inventory adjustments by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
473
|
-
|
|
474
|
-
- `update_qbd_inventory_adjustments` (`write`): Updates an existing inventory adjustment.
|
|
475
|
-
- `list_qbd_inventory_adjustments` (`read`): Returns a list of inventory adjustments. NOTE: QuickBooks Desktop does not support pagination for inventory adjustments; hence, there is no `cursor` parameter. Users typically have few inventory adjustments.
|
|
476
|
-
- `delete_qbd_inventory_adjustments` (`write`): Permanently deletes a an inventory adjustment. The deletion will fail if the inventory adjustment is currently in use or has any linked transactions that are in use.
|
|
477
|
-
|
|
478
|
-
### Resource `qbd.inventory_assembly_items`:
|
|
479
|
-
|
|
480
|
-
- `create_qbd_inventory_assembly_items` (`write`): Creates an inventory assembly item that bundles existing inventory items.
|
|
481
|
-
- `retrieve_qbd_inventory_assembly_items` (`read`): Retrieves an inventory assembly item by ID.
|
|
482
|
-
|
|
483
|
-
**IMPORTANT:** If you need to fetch multiple specific inventory assembly items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
484
|
-
|
|
485
|
-
- `update_qbd_inventory_assembly_items` (`write`): Updates an inventory assembly item. If you change the income account, set `updateExistingTransactionsIncomeAccount` to true so QuickBooks applies the new account to existing transactions that use the assembly.
|
|
486
|
-
- `list_qbd_inventory_assembly_items` (`read`): Returns a list of inventory assembly items. Use the `cursor` parameter to paginate through the results.
|
|
487
|
-
|
|
488
|
-
### Resource `qbd.inventory_items`:
|
|
489
|
-
|
|
490
|
-
- `create_qbd_inventory_items` (`write`): Creates a new inventory item.
|
|
491
|
-
- `retrieve_qbd_inventory_items` (`read`): Retrieves an inventory item by ID.
|
|
492
|
-
|
|
493
|
-
**IMPORTANT:** If you need to fetch multiple specific inventory items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
494
|
-
|
|
495
|
-
- `update_qbd_inventory_items` (`write`): Updates an inventory item. If you switch the income account, set `updateExistingTransactionsIncomeAccount` to true so QuickBooks applies the new account to existing transactions that reference the item.
|
|
496
|
-
- `list_qbd_inventory_items` (`read`): Returns a list of inventory items. Use the `cursor` parameter to paginate through the results.
|
|
497
|
-
|
|
498
|
-
### Resource `qbd.inventory_sites`:
|
|
499
|
-
|
|
500
|
-
- `create_qbd_inventory_sites` (`write`): Creates an inventory site for companies using QuickBooks Enterprise with Advanced Inventory.
|
|
501
|
-
- `retrieve_qbd_inventory_sites` (`read`): Retrieves an inventory site by ID.
|
|
502
|
-
|
|
503
|
-
**IMPORTANT:** If you need to fetch multiple specific inventory sites by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
504
|
-
|
|
505
|
-
- `update_qbd_inventory_sites` (`write`): Updates an existing inventory site.
|
|
506
|
-
- `list_qbd_inventory_sites` (`read`): Returns a list of inventory sites. NOTE: QuickBooks Desktop does not support pagination for inventory sites; hence, there is no `cursor` parameter. Users typically have few inventory sites.
|
|
507
|
-
|
|
508
|
-
### Resource `qbd.invoices`:
|
|
509
|
-
|
|
510
|
-
- `create_qbd_invoices` (`write`): Creates an invoice to bill a customer when goods or services were delivered before payment. Use a sales receipt instead if the sale was paid in full.
|
|
511
|
-
- `retrieve_qbd_invoices` (`read`): Retrieves an invoice by ID.
|
|
512
|
-
|
|
513
|
-
**IMPORTANT:** If you need to fetch multiple specific invoices by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
514
|
-
|
|
515
|
-
NOTE: The response automatically includes any linked transactions.
|
|
516
|
-
|
|
517
|
-
- `update_qbd_invoices` (`write`): Updates an existing invoice.
|
|
518
|
-
- `list_qbd_invoices` (`read`): Returns a list of invoices. Use the `cursor` parameter to paginate through the results.
|
|
519
|
-
- `delete_qbd_invoices` (`write`): Permanently deletes a an invoice. The deletion will fail if the invoice is currently in use or has any linked transactions that are in use.
|
|
520
|
-
|
|
521
|
-
### Resource `qbd.item_groups`:
|
|
522
|
-
|
|
523
|
-
- `create_qbd_item_groups` (`write`): Creates a new item group.
|
|
524
|
-
- `retrieve_qbd_item_groups` (`read`): Retrieves an item group by ID.
|
|
525
|
-
|
|
526
|
-
**IMPORTANT:** If you need to fetch multiple specific item groups by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
527
|
-
|
|
528
|
-
- `update_qbd_item_groups` (`write`): Updates an existing item group.
|
|
529
|
-
- `list_qbd_item_groups` (`read`): Returns a list of item groups. Use the `cursor` parameter to paginate through the results.
|
|
530
|
-
|
|
531
|
-
### Resource `qbd.item_receipts`:
|
|
532
|
-
|
|
533
|
-
- `create_qbd_item_receipts` (`write`): Creates an item receipt to record inventory received from a vendor. You can link it to a purchase order during creation to pull in the order's lines automatically and update quantities, but that link can't be added later with an update.
|
|
534
|
-
- `retrieve_qbd_item_receipts` (`read`): Retrieves an item receipt by ID.
|
|
535
|
-
|
|
536
|
-
**IMPORTANT:** If you need to fetch multiple specific item receipts by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
537
|
-
|
|
538
|
-
NOTE: The response automatically includes any linked transactions.
|
|
539
|
-
|
|
540
|
-
- `update_qbd_item_receipts` (`write`): Updates an existing item receipt.
|
|
541
|
-
- `list_qbd_item_receipts` (`read`): Returns a list of item receipts. Use the `cursor` parameter to paginate through the results.
|
|
542
|
-
- `delete_qbd_item_receipts` (`write`): Permanently deletes a an item receipt. The deletion will fail if the item receipt is currently in use or has any linked transactions that are in use.
|
|
543
|
-
|
|
544
|
-
### Resource `qbd.item_sites`:
|
|
545
|
-
|
|
546
|
-
- `retrieve_qbd_item_sites` (`read`): Retrieves an item site by ID.
|
|
547
|
-
|
|
548
|
-
**IMPORTANT:** If you need to fetch multiple specific item sites by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
549
|
-
|
|
550
|
-
- `list_qbd_item_sites` (`read`): Returns a list of item sites. Use the `cursor` parameter to paginate through the results.
|
|
551
|
-
|
|
552
|
-
### Resource `qbd.journal_entries`:
|
|
553
|
-
|
|
554
|
-
- `create_qbd_journal_entries` (`write`): Creates a journal entry with balanced debit and credit lines. QuickBooks Desktop requires total debits to equal total credits, and any line that posts to Accounts Receivable or Accounts Payable must include the related customer or vendor reference.
|
|
555
|
-
- `retrieve_qbd_journal_entries` (`read`): Retrieves a journal entry by ID.
|
|
556
|
-
|
|
557
|
-
**IMPORTANT:** If you need to fetch multiple specific journal entries by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
558
|
-
|
|
559
|
-
- `update_qbd_journal_entries` (`write`): Updates an existing journal entry. Keep the debits and credits in balance, and include the related customer or vendor on any A/R or A/P line you submit in the update body.
|
|
560
|
-
- `list_qbd_journal_entries` (`read`): Returns a list of journal entries. Use the `cursor` parameter to paginate through the results.
|
|
561
|
-
- `delete_qbd_journal_entries` (`write`): Permanently deletes a a journal entry. The deletion will fail if the journal entry is currently in use or has any linked transactions that are in use.
|
|
562
|
-
|
|
563
|
-
### Resource `qbd.non_inventory_items`:
|
|
564
|
-
|
|
565
|
-
- `create_qbd_non_inventory_items` (`write`): Creates a new non-inventory item.
|
|
566
|
-
- `retrieve_qbd_non_inventory_items` (`read`): Retrieves a non-inventory item by ID.
|
|
567
|
-
|
|
568
|
-
**IMPORTANT:** If you need to fetch multiple specific non-inventory items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
569
|
-
|
|
570
|
-
- `update_qbd_non_inventory_items` (`write`): Updates a non-inventory item. You can modify either `salesOrPurchaseDetails` or `salesAndPurchaseDetails`, but the item must keep the same configuration it was created with. When you change `postingAccount`, `incomeAccount`, or `expenseAccount`, include the matching `updateExistingTransactions...` flag so QuickBooks applies the new account to existing transactions and doesn’t reject the update when historical activity is present.
|
|
571
|
-
- `list_qbd_non_inventory_items` (`read`): Returns a list of non-inventory items. Use the `cursor` parameter to paginate through the results.
|
|
572
|
-
|
|
573
|
-
### Resource `qbd.other_charge_items`:
|
|
574
|
-
|
|
575
|
-
- `create_qbd_other_charge_items` (`write`): Creates a new other charge item.
|
|
576
|
-
- `retrieve_qbd_other_charge_items` (`read`): Retrieves an other charge item by ID.
|
|
577
|
-
|
|
578
|
-
**IMPORTANT:** If you need to fetch multiple specific other charge items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
579
|
-
|
|
580
|
-
- `update_qbd_other_charge_items` (`write`): Updates an existing other charge item.
|
|
581
|
-
- `list_qbd_other_charge_items` (`read`): Returns a list of other charge items. Use the `cursor` parameter to paginate through the results.
|
|
582
|
-
|
|
583
|
-
### Resource `qbd.other_names`:
|
|
584
|
-
|
|
585
|
-
- `create_qbd_other_names` (`write`): Creates a new other-name.
|
|
586
|
-
- `retrieve_qbd_other_names` (`read`): Retrieves an other-name by ID.
|
|
587
|
-
|
|
588
|
-
**IMPORTANT:** If you need to fetch multiple specific other-names by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
589
|
-
|
|
590
|
-
- `update_qbd_other_names` (`write`): Updates an existing other-name.
|
|
591
|
-
- `list_qbd_other_names` (`read`): Returns a list of other-names. NOTE: QuickBooks Desktop does not support pagination for other-names; hence, there is no `cursor` parameter. Users typically have few other-names.
|
|
592
|
-
|
|
593
|
-
### Resource `qbd.payment_methods`:
|
|
594
|
-
|
|
595
|
-
- `create_qbd_payment_methods` (`write`): Creates a new payment method.
|
|
596
|
-
- `retrieve_qbd_payment_methods` (`read`): Retrieves a payment method by ID.
|
|
597
|
-
|
|
598
|
-
**IMPORTANT:** If you need to fetch multiple specific payment methods by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
599
|
-
|
|
600
|
-
- `list_qbd_payment_methods` (`read`): Returns 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.
|
|
601
|
-
|
|
602
|
-
### Resource `qbd.payroll_wage_items`:
|
|
603
|
-
|
|
604
|
-
- `create_qbd_payroll_wage_items` (`write`): Creates a new payroll wage item.
|
|
605
|
-
- `retrieve_qbd_payroll_wage_items` (`read`): Retrieves a payroll wage item by ID.
|
|
606
|
-
|
|
607
|
-
**IMPORTANT:** If you need to fetch multiple specific payroll wage items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
608
|
-
|
|
609
|
-
- `list_qbd_payroll_wage_items` (`read`): Returns a list of payroll wage items. Use the `cursor` parameter to paginate through the results.
|
|
610
|
-
|
|
611
|
-
### Resource `qbd.preferences`:
|
|
612
|
-
|
|
613
|
-
- `retrieve_qbd_preferences` (`read`): Returns the preferences that the QuickBooks administrator has set for all users of the connected company file. Note that preferences cannot be modified through the API, only through the QuickBooks Desktop user interface.
|
|
614
|
-
|
|
615
|
-
### Resource `qbd.price_levels`:
|
|
616
|
-
|
|
617
|
-
- `create_qbd_price_levels` (`write`): Creates a new price level.
|
|
618
|
-
- `retrieve_qbd_price_levels` (`read`): Retrieves a price level by ID.
|
|
619
|
-
|
|
620
|
-
**IMPORTANT:** If you need to fetch multiple specific price levels by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
621
|
-
|
|
622
|
-
- `update_qbd_price_levels` (`write`): Updates an existing price level.
|
|
623
|
-
- `list_qbd_price_levels` (`read`): Returns a list of price levels. NOTE: QuickBooks Desktop does not support pagination for price levels; hence, there is no `cursor` parameter. Users typically have few price levels.
|
|
624
|
-
|
|
625
|
-
### Resource `qbd.purchase_orders`:
|
|
626
|
-
|
|
627
|
-
- `create_qbd_purchase_orders` (`write`): Creates a new purchase order.
|
|
628
|
-
- `retrieve_qbd_purchase_orders` (`read`): Retrieves a purchase order by ID.
|
|
629
|
-
|
|
630
|
-
**IMPORTANT:** If you need to fetch multiple specific purchase orders by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
631
|
-
|
|
632
|
-
NOTE: The response automatically includes any linked transactions.
|
|
633
|
-
|
|
634
|
-
- `update_qbd_purchase_orders` (`write`): Updates an existing purchase order.
|
|
635
|
-
- `list_qbd_purchase_orders` (`read`): Returns a list of purchase orders. Use the `cursor` parameter to paginate through the results.
|
|
636
|
-
- `delete_qbd_purchase_orders` (`write`): Permanently deletes a a purchase order. The deletion will fail if the purchase order is currently in use or has any linked transactions that are in use.
|
|
637
|
-
|
|
638
|
-
### Resource `qbd.receive_payments`:
|
|
639
|
-
|
|
640
|
-
- `create_qbd_receive_payments` (`write`): Records a customer payment and optionally applies it to specific invoices or credits. All allocations must target the same accounts receivable account as those invoices, and each one has to include a payment amount, discount, or credit so QuickBooks can close out the balance.
|
|
641
|
-
- `retrieve_qbd_receive_payments` (`read`): Retrieves a receive-payment by ID.
|
|
642
|
-
|
|
643
|
-
**IMPORTANT:** If you need to fetch multiple specific receive-payments by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
644
|
-
|
|
645
|
-
- `update_qbd_receive_payments` (`write`): Updates a received payment. When you resubmit applications to invoices, keep them on the same accounts receivable account and include the payment amount, discount, or credit on every allocation you send.
|
|
646
|
-
- `list_qbd_receive_payments` (`read`): Returns a list of receive-payments. Use the `cursor` parameter to paginate through the results.
|
|
647
|
-
- `delete_qbd_receive_payments` (`write`): Permanently deletes a a receive-payment. The deletion will fail if the receive-payment is currently in use or has any linked transactions that are in use.
|
|
648
|
-
|
|
649
|
-
### Resource `qbd.sales_orders`:
|
|
650
|
-
|
|
651
|
-
- `create_qbd_sales_orders` (`write`): Creates a new sales order.
|
|
652
|
-
- `retrieve_qbd_sales_orders` (`read`): Retrieves a sales order by ID.
|
|
653
|
-
|
|
654
|
-
**IMPORTANT:** If you need to fetch multiple specific sales orders by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
655
|
-
|
|
656
|
-
NOTE: The response automatically includes any linked transactions.
|
|
657
|
-
|
|
658
|
-
- `update_qbd_sales_orders` (`write`): Updates an existing sales order.
|
|
659
|
-
- `list_qbd_sales_orders` (`read`): Returns a list of sales orders. Use the `cursor` parameter to paginate through the results.
|
|
660
|
-
- `delete_qbd_sales_orders` (`write`): Permanently deletes a a sales order. The deletion will fail if the sales order is currently in use or has any linked transactions that are in use.
|
|
661
|
-
|
|
662
|
-
### Resource `qbd.sales_receipts`:
|
|
663
|
-
|
|
664
|
-
- `create_qbd_sales_receipts` (`write`): Creates a sales receipt for a sale paid in full. If you include credit card transaction details, QuickBooks requires the payment method to reference a credit card type and automatically deposits the funds to Undeposited Funds rather than a specific bank account.
|
|
665
|
-
- `retrieve_qbd_sales_receipts` (`read`): Retrieves a sales receipt by ID.
|
|
666
|
-
|
|
667
|
-
**IMPORTANT:** If you need to fetch multiple specific sales receipts by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
668
|
-
|
|
669
|
-
- `update_qbd_sales_receipts` (`write`): Updates an existing sales receipt. Credit card payments still have to use a credit-card payment method and remain deposited to Undeposited Funds, so don’t switch the deposit account in those scenarios.
|
|
670
|
-
- `list_qbd_sales_receipts` (`read`): Returns a list of sales receipts. Use the `cursor` parameter to paginate through the results.
|
|
671
|
-
- `delete_qbd_sales_receipts` (`write`): Permanently deletes a a sales receipt. The deletion will fail if the sales receipt is currently in use or has any linked transactions that are in use.
|
|
672
|
-
|
|
673
|
-
### Resource `qbd.sales_representatives`:
|
|
674
|
-
|
|
675
|
-
- `create_qbd_sales_representatives` (`write`): Creates a sales representative that references an existing employee, vendor, or other-name record so it can be assigned on sales forms.
|
|
676
|
-
- `retrieve_qbd_sales_representatives` (`read`): Retrieves a sales representative by ID.
|
|
677
|
-
|
|
678
|
-
**IMPORTANT:** If you need to fetch multiple specific sales representatives by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
679
|
-
|
|
680
|
-
- `update_qbd_sales_representatives` (`write`): Updates an existing sales representative.
|
|
681
|
-
- `list_qbd_sales_representatives` (`read`): Returns a list of sales representatives. NOTE: QuickBooks Desktop does not support pagination for sales representatives; hence, there is no `cursor` parameter. Users typically have few sales representatives.
|
|
682
|
-
|
|
683
|
-
### Resource `qbd.sales_tax_codes`:
|
|
684
|
-
|
|
685
|
-
- `create_qbd_sales_tax_codes` (`write`): Creates a new sales-tax code.
|
|
686
|
-
- `retrieve_qbd_sales_tax_codes` (`read`): Retrieves a sales-tax code by ID.
|
|
687
|
-
|
|
688
|
-
**IMPORTANT:** If you need to fetch multiple specific sales-tax codes by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
689
|
-
|
|
690
|
-
- `update_qbd_sales_tax_codes` (`write`): Updates a sales-tax code’s name, activity status, or linked tax items. Once a code has been used you can’t flip it between taxable and non-taxable, and the built-in TAX/NON codes keep their original taxable setting, so plan new codes if you need a different tax status.
|
|
691
|
-
- `list_qbd_sales_tax_codes` (`read`): Returns a list of sales-tax codes. NOTE: QuickBooks Desktop does not support pagination for sales-tax codes; hence, there is no `cursor` parameter. Users typically have few sales-tax codes.
|
|
692
|
-
|
|
693
|
-
### Resource `qbd.sales_tax_items`:
|
|
694
|
-
|
|
695
|
-
- `create_qbd_sales_tax_items` (`write`): Creates a new sales-tax item.
|
|
696
|
-
- `retrieve_qbd_sales_tax_items` (`read`): Retrieves a sales-tax item by ID.
|
|
697
|
-
|
|
698
|
-
**IMPORTANT:** If you need to fetch multiple specific sales-tax items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
699
|
-
|
|
700
|
-
- `update_qbd_sales_tax_items` (`write`): Updates an existing sales-tax item.
|
|
701
|
-
- `list_qbd_sales_tax_items` (`read`): Returns a list of sales-tax items. Use the `cursor` parameter to paginate through the results.
|
|
702
|
-
|
|
703
|
-
### Resource `qbd.service_items`:
|
|
704
|
-
|
|
705
|
-
- `create_qbd_service_items` (`write`): Creates a new service item.
|
|
706
|
-
- `retrieve_qbd_service_items` (`read`): Retrieves a service item by ID.
|
|
707
|
-
|
|
708
|
-
**IMPORTANT:** If you need to fetch multiple specific service items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
709
|
-
|
|
710
|
-
- `update_qbd_service_items` (`write`): Updates a service item’s details, including its accounts and unit-of-measure set. QuickBooks won’t let you convert a sell-only service into a buy-and-sell service (or the reverse); create a separate item instead. If you’re switching the unit of measure, set `forceUnitOfMeasureChange` so QuickBooks replaces it on existing forms.
|
|
711
|
-
- `list_qbd_service_items` (`read`): Returns a list of service items. Use the `cursor` parameter to paginate through the results.
|
|
712
|
-
|
|
713
|
-
### Resource `qbd.standard_terms`:
|
|
714
|
-
|
|
715
|
-
- `create_qbd_standard_terms` (`write`): Creates a new standard term.
|
|
716
|
-
- `retrieve_qbd_standard_terms` (`read`): Retrieves a standard term by ID.
|
|
717
|
-
|
|
718
|
-
**IMPORTANT:** If you need to fetch multiple specific standard terms by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
719
|
-
|
|
720
|
-
- `list_qbd_standard_terms` (`read`): Returns a list of standard terms. NOTE: QuickBooks Desktop does not support pagination for standard terms; hence, there is no `cursor` parameter. Users typically have few standard terms.
|
|
721
|
-
|
|
722
|
-
### Resource `qbd.subtotal_items`:
|
|
723
|
-
|
|
724
|
-
- `create_qbd_subtotal_items` (`write`): Creates a new subtotal item.
|
|
725
|
-
- `retrieve_qbd_subtotal_items` (`read`): Retrieves a subtotal item by ID.
|
|
726
|
-
|
|
727
|
-
**IMPORTANT:** If you need to fetch multiple specific subtotal items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
728
|
-
|
|
729
|
-
- `update_qbd_subtotal_items` (`write`): Updates an existing subtotal item.
|
|
730
|
-
- `list_qbd_subtotal_items` (`read`): Returns a list of subtotal items. Use the `cursor` parameter to paginate through the results.
|
|
731
|
-
|
|
732
|
-
### Resource `qbd.templates`:
|
|
733
|
-
|
|
734
|
-
- `list_qbd_templates` (`read`): Returns a list of templates. Use the `cursor` parameter to paginate through the results.
|
|
735
|
-
|
|
736
|
-
### Resource `qbd.time_tracking_activities`:
|
|
737
|
-
|
|
738
|
-
- `create_qbd_time_tracking_activities` (`write`): Creates a new time tracking activity.
|
|
739
|
-
- `retrieve_qbd_time_tracking_activities` (`read`): Retrieves a time tracking activity by ID.
|
|
740
|
-
|
|
741
|
-
**IMPORTANT:** If you need to fetch multiple specific time tracking activities by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
742
|
-
|
|
743
|
-
- `update_qbd_time_tracking_activities` (`write`): Updates an existing time tracking activity.
|
|
744
|
-
- `list_qbd_time_tracking_activities` (`read`): Returns a list of time tracking activities. Use the `cursor` parameter to paginate through the results.
|
|
745
|
-
- `delete_qbd_time_tracking_activities` (`write`): Permanently deletes a a time tracking activity. The deletion will fail if the time tracking activity is currently in use or has any linked transactions that are in use.
|
|
746
|
-
|
|
747
|
-
### Resource `qbd.transactions`:
|
|
748
|
-
|
|
749
|
-
- `retrieve_qbd_transactions` (`read`): Retrieves a transaction by ID.
|
|
750
|
-
|
|
751
|
-
**IMPORTANT:** If you need to fetch multiple specific transactions by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
752
|
-
|
|
753
|
-
- `list_qbd_transactions` (`read`): Searches across all transaction types. Unlike transaction-specific queries, this endpoint only returns fields common to all transaction types, such as ID, type, dates, account, and reference numbers. For more details specific to that transaction type, make a subsequent call to the relevant transaction-specific endpoint (such as invoices, bills, etc.). NOTE: This endpoint does not support time tracking activities.
|
|
754
|
-
|
|
755
|
-
### Resource `qbd.transfers`:
|
|
756
|
-
|
|
757
|
-
- `create_qbd_transfers` (`write`): Creates a new transfer.
|
|
758
|
-
- `retrieve_qbd_transfers` (`read`): Retrieves a transfer by ID.
|
|
759
|
-
|
|
760
|
-
**IMPORTANT:** If you need to fetch multiple specific transfers by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
761
|
-
|
|
762
|
-
- `update_qbd_transfers` (`write`): Updates an existing transfer.
|
|
763
|
-
- `list_qbd_transfers` (`read`): Returns a list of transfers. Use the `cursor` parameter to paginate through the results.
|
|
764
|
-
|
|
765
|
-
### Resource `qbd.unit_of_measure_sets`:
|
|
766
|
-
|
|
767
|
-
- `create_qbd_unit_of_measure_sets` (`write`): Creates a new unit-of-measure set.
|
|
768
|
-
|
|
769
|
-
NOTE: The QuickBooks company file must have unit-of-measure enabled (either a single unit per item or multiple units per item). To support both configurations, prefix all UOM set names with "By the" (for example, "By the Barrel"); otherwise, the set may not appear in the QuickBooks UI when the company file is configured for a single unit per item.
|
|
770
|
-
|
|
771
|
-
- `retrieve_qbd_unit_of_measure_sets` (`read`): Retrieves an unit-of-measure set by ID.
|
|
772
|
-
|
|
773
|
-
**IMPORTANT:** If you need to fetch multiple specific unit-of-measure sets by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
774
|
-
|
|
775
|
-
- `list_qbd_unit_of_measure_sets` (`read`): Lists all unit-of-measure sets. NOTE: QuickBooks Desktop does not support pagination for unit-of-measure sets; hence, there is no cursor parameter. Users typically have few unit-of-measure sets.
|
|
776
|
-
|
|
777
|
-
NOTE: The QuickBooks company file must have unit-of-measure enabled (either a single unit per item or multiple units per item).
|
|
778
|
-
|
|
779
|
-
### Resource `qbd.vendor_credits`:
|
|
780
|
-
|
|
781
|
-
- `create_qbd_vendor_credits` (`write`): Creates a vendor credit to capture returns, rebates, or other amounts a vendor owes so you can apply the credit when recording future bill payments.
|
|
782
|
-
- `retrieve_qbd_vendor_credits` (`read`): Retrieves a vendor credit by ID.
|
|
783
|
-
|
|
784
|
-
**IMPORTANT:** If you need to fetch multiple specific vendor credits by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
785
|
-
|
|
786
|
-
NOTE: The response automatically includes any linked transactions.
|
|
787
|
-
|
|
788
|
-
- `update_qbd_vendor_credits` (`write`): Updates a vendor credit before you apply it to bills, letting you adjust the amounts, memo, or line allocations that make up the credit.
|
|
789
|
-
- `list_qbd_vendor_credits` (`read`): Returns a list of vendor credits. Use the `cursor` parameter to paginate through the results.
|
|
790
|
-
- `delete_qbd_vendor_credits` (`write`): Permanently deletes a a vendor credit. The deletion will fail if the vendor credit is currently in use or has any linked transactions that are in use.
|
|
791
|
-
|
|
792
|
-
### Resource `qbd.vendors`:
|
|
793
|
-
|
|
794
|
-
- `create_qbd_vendors` (`write`): Creates a new vendor.
|
|
795
|
-
- `retrieve_qbd_vendors` (`read`): Retrieves a vendor by ID.
|
|
796
|
-
|
|
797
|
-
**IMPORTANT:** If you need to fetch multiple specific vendors by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
|
|
798
|
-
|
|
799
|
-
- `update_qbd_vendors` (`write`): Updates an existing vendor.
|
|
800
|
-
- `list_qbd_vendors` (`read`): Returns a list of vendors. Use the `cursor` parameter to paginate through the results.
|