conductor-node 14.16.0 → 14.18.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/CHANGELOG.md +19 -0
- package/package.json +1 -1
- package/resources/qbd/accounts.d.mts +16 -12
- package/resources/qbd/accounts.d.mts.map +1 -1
- package/resources/qbd/accounts.d.ts +16 -12
- package/resources/qbd/accounts.d.ts.map +1 -1
- package/resources/qbd/bill-check-payments.d.mts +51 -57
- package/resources/qbd/bill-check-payments.d.mts.map +1 -1
- package/resources/qbd/bill-check-payments.d.ts +51 -57
- package/resources/qbd/bill-check-payments.d.ts.map +1 -1
- package/resources/qbd/bill-credit-card-payments.d.mts +37 -42
- package/resources/qbd/bill-credit-card-payments.d.mts.map +1 -1
- package/resources/qbd/bill-credit-card-payments.d.ts +37 -42
- package/resources/qbd/bill-credit-card-payments.d.ts.map +1 -1
- package/resources/qbd/bills-to-pay.d.mts +295 -0
- package/resources/qbd/bills-to-pay.d.mts.map +1 -0
- package/resources/qbd/bills-to-pay.d.ts +295 -0
- package/resources/qbd/bills-to-pay.d.ts.map +1 -0
- package/resources/qbd/bills-to-pay.js +37 -0
- package/resources/qbd/bills-to-pay.js.map +1 -0
- package/resources/qbd/bills-to-pay.mjs +33 -0
- package/resources/qbd/bills-to-pay.mjs.map +1 -0
- package/resources/qbd/bills.d.mts +78 -64
- package/resources/qbd/bills.d.mts.map +1 -1
- package/resources/qbd/bills.d.ts +78 -64
- package/resources/qbd/bills.d.ts.map +1 -1
- package/resources/qbd/checks.d.mts +60 -45
- package/resources/qbd/checks.d.mts.map +1 -1
- package/resources/qbd/checks.d.ts +60 -45
- package/resources/qbd/checks.d.ts.map +1 -1
- package/resources/qbd/company.d.mts +1 -1
- package/resources/qbd/company.d.mts.map +1 -1
- package/resources/qbd/company.d.ts +1 -1
- package/resources/qbd/company.d.ts.map +1 -1
- package/resources/qbd/credit-card-charges.d.mts +60 -45
- package/resources/qbd/credit-card-charges.d.mts.map +1 -1
- package/resources/qbd/credit-card-charges.d.ts +60 -45
- package/resources/qbd/credit-card-charges.d.ts.map +1 -1
- package/resources/qbd/credit-card-credits.d.mts +60 -45
- package/resources/qbd/credit-card-credits.d.mts.map +1 -1
- package/resources/qbd/credit-card-credits.d.ts +60 -45
- package/resources/qbd/credit-card-credits.d.ts.map +1 -1
- package/resources/qbd/credit-card-refunds.d.mts +8 -7
- package/resources/qbd/credit-card-refunds.d.mts.map +1 -1
- package/resources/qbd/credit-card-refunds.d.ts +8 -7
- package/resources/qbd/credit-card-refunds.d.ts.map +1 -1
- package/resources/qbd/credit-memos.d.mts +52 -41
- package/resources/qbd/credit-memos.d.mts.map +1 -1
- package/resources/qbd/credit-memos.d.ts +52 -41
- package/resources/qbd/credit-memos.d.ts.map +1 -1
- package/resources/qbd/customers.d.mts +21 -13
- package/resources/qbd/customers.d.mts.map +1 -1
- package/resources/qbd/customers.d.ts +21 -13
- package/resources/qbd/customers.d.ts.map +1 -1
- package/resources/qbd/discount-items.d.mts +16 -12
- package/resources/qbd/discount-items.d.mts.map +1 -1
- package/resources/qbd/discount-items.d.ts +16 -12
- package/resources/qbd/discount-items.d.ts.map +1 -1
- package/resources/qbd/employees.d.mts +32 -0
- package/resources/qbd/employees.d.mts.map +1 -1
- package/resources/qbd/employees.d.ts +32 -0
- package/resources/qbd/employees.d.ts.map +1 -1
- package/resources/qbd/estimates.d.mts +44 -33
- package/resources/qbd/estimates.d.mts.map +1 -1
- package/resources/qbd/estimates.d.ts +44 -33
- package/resources/qbd/estimates.d.ts.map +1 -1
- package/resources/qbd/index.d.mts +1 -0
- package/resources/qbd/index.d.mts.map +1 -1
- package/resources/qbd/index.d.ts +1 -0
- package/resources/qbd/index.d.ts.map +1 -1
- package/resources/qbd/index.js +4 -2
- package/resources/qbd/index.js.map +1 -1
- package/resources/qbd/index.mjs +1 -0
- package/resources/qbd/index.mjs.map +1 -1
- package/resources/qbd/inventory-assembly-items.d.mts +16 -12
- package/resources/qbd/inventory-assembly-items.d.mts.map +1 -1
- package/resources/qbd/inventory-assembly-items.d.ts +16 -12
- package/resources/qbd/inventory-assembly-items.d.ts.map +1 -1
- package/resources/qbd/inventory-items.d.mts +16 -12
- package/resources/qbd/inventory-items.d.mts.map +1 -1
- package/resources/qbd/inventory-items.d.ts +16 -12
- package/resources/qbd/inventory-items.d.ts.map +1 -1
- package/resources/qbd/invoices.d.mts +57 -47
- package/resources/qbd/invoices.d.mts.map +1 -1
- package/resources/qbd/invoices.d.ts +57 -47
- package/resources/qbd/invoices.d.ts.map +1 -1
- package/resources/qbd/item-receipts.d.mts +66 -53
- package/resources/qbd/item-receipts.d.mts.map +1 -1
- package/resources/qbd/item-receipts.d.ts +66 -53
- package/resources/qbd/item-receipts.d.ts.map +1 -1
- package/resources/qbd/item-sites.d.mts +12 -0
- package/resources/qbd/item-sites.d.mts.map +1 -1
- package/resources/qbd/item-sites.d.ts +12 -0
- package/resources/qbd/item-sites.d.ts.map +1 -1
- package/resources/qbd/non-inventory-items.d.mts +16 -12
- package/resources/qbd/non-inventory-items.d.mts.map +1 -1
- package/resources/qbd/non-inventory-items.d.ts +16 -12
- package/resources/qbd/non-inventory-items.d.ts.map +1 -1
- package/resources/qbd/other-charge-items.d.mts +16 -12
- package/resources/qbd/other-charge-items.d.mts.map +1 -1
- package/resources/qbd/other-charge-items.d.ts +16 -12
- package/resources/qbd/other-charge-items.d.ts.map +1 -1
- package/resources/qbd/other-names.d.mts +4 -0
- package/resources/qbd/other-names.d.mts.map +1 -1
- package/resources/qbd/other-names.d.ts +4 -0
- package/resources/qbd/other-names.d.ts.map +1 -1
- package/resources/qbd/purchase-orders.d.mts +44 -33
- package/resources/qbd/purchase-orders.d.mts.map +1 -1
- package/resources/qbd/purchase-orders.d.ts +44 -33
- package/resources/qbd/purchase-orders.d.ts.map +1 -1
- package/resources/qbd/qbd.d.mts +4 -0
- package/resources/qbd/qbd.d.mts.map +1 -1
- package/resources/qbd/qbd.d.ts +4 -0
- package/resources/qbd/qbd.d.ts.map +1 -1
- package/resources/qbd/qbd.js +4 -0
- package/resources/qbd/qbd.js.map +1 -1
- package/resources/qbd/qbd.mjs +4 -0
- package/resources/qbd/qbd.mjs.map +1 -1
- package/resources/qbd/receive-payments.d.mts +57 -61
- package/resources/qbd/receive-payments.d.mts.map +1 -1
- package/resources/qbd/receive-payments.d.ts +57 -61
- package/resources/qbd/receive-payments.d.ts.map +1 -1
- package/resources/qbd/sales-orders.d.mts +44 -33
- package/resources/qbd/sales-orders.d.mts.map +1 -1
- package/resources/qbd/sales-orders.d.ts +44 -33
- package/resources/qbd/sales-orders.d.ts.map +1 -1
- package/resources/qbd/sales-receipts.d.mts +44 -33
- package/resources/qbd/sales-receipts.d.mts.map +1 -1
- package/resources/qbd/sales-receipts.d.ts +44 -33
- package/resources/qbd/sales-receipts.d.ts.map +1 -1
- package/resources/qbd/service-items.d.mts +16 -12
- package/resources/qbd/service-items.d.mts.map +1 -1
- package/resources/qbd/service-items.d.ts +16 -12
- package/resources/qbd/service-items.d.ts.map +1 -1
- package/resources/qbd/vendor-credits.d.mts +66 -53
- package/resources/qbd/vendor-credits.d.mts.map +1 -1
- package/resources/qbd/vendor-credits.d.ts +66 -53
- package/resources/qbd/vendor-credits.d.ts.map +1 -1
- package/resources/qbd/vendors.d.mts +21 -13
- package/resources/qbd/vendors.d.mts.map +1 -1
- package/resources/qbd/vendors.d.ts +21 -13
- package/resources/qbd/vendors.d.ts.map +1 -1
- package/src/resources/qbd/accounts.ts +16 -12
- package/src/resources/qbd/bill-check-payments.ts +51 -57
- package/src/resources/qbd/bill-credit-card-payments.ts +37 -42
- package/src/resources/qbd/bills-to-pay.ts +401 -0
- package/src/resources/qbd/bills.ts +78 -64
- package/src/resources/qbd/checks.ts +60 -45
- package/src/resources/qbd/company.ts +1 -0
- package/src/resources/qbd/credit-card-charges.ts +60 -45
- package/src/resources/qbd/credit-card-credits.ts +60 -45
- package/src/resources/qbd/credit-card-refunds.ts +8 -7
- package/src/resources/qbd/credit-memos.ts +52 -41
- package/src/resources/qbd/customers.ts +21 -13
- package/src/resources/qbd/discount-items.ts +16 -12
- package/src/resources/qbd/employees.ts +32 -0
- package/src/resources/qbd/estimates.ts +44 -33
- package/src/resources/qbd/index.ts +6 -0
- package/src/resources/qbd/inventory-assembly-items.ts +16 -12
- package/src/resources/qbd/inventory-items.ts +16 -12
- package/src/resources/qbd/invoices.ts +57 -47
- package/src/resources/qbd/item-receipts.ts +66 -53
- package/src/resources/qbd/item-sites.ts +12 -0
- package/src/resources/qbd/non-inventory-items.ts +16 -12
- package/src/resources/qbd/other-charge-items.ts +16 -12
- package/src/resources/qbd/other-names.ts +4 -0
- package/src/resources/qbd/purchase-orders.ts +44 -33
- package/src/resources/qbd/qbd.ts +11 -0
- package/src/resources/qbd/receive-payments.ts +57 -61
- package/src/resources/qbd/sales-orders.ts +44 -33
- package/src/resources/qbd/sales-receipts.ts +44 -33
- package/src/resources/qbd/service-items.ts +16 -12
- package/src/resources/qbd/vendor-credits.ts +66 -53
- package/src/resources/qbd/vendors.ts +21 -13
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 14.18.0 (2026-06-13)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v14.17.0...v14.18.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v14.17.0...v14.18.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([647daa3](https://github.com/conductor-is/quickbooks-desktop-node/commit/647daa36b9c30c00392d97be484cb51b8e8d3e37))
|
|
10
|
+
* **api:** api update ([98fa0f9](https://github.com/conductor-is/quickbooks-desktop-node/commit/98fa0f9a50ae3c4107e72e69229cd0fb3d2a4bf1))
|
|
11
|
+
* **api:** api update ([830bc05](https://github.com/conductor-is/quickbooks-desktop-node/commit/830bc050252d5a0c22f34edf9551bb508c2619ee))
|
|
12
|
+
|
|
13
|
+
## 14.17.0 (2026-06-03)
|
|
14
|
+
|
|
15
|
+
Full Changelog: [v14.16.0...v14.17.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v14.16.0...v14.17.0)
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **api:** api update ([d12ee39](https://github.com/conductor-is/quickbooks-desktop-node/commit/d12ee39252e4b3e82b99af8b867c729680c6be53))
|
|
20
|
+
* **api:** api update ([fa5f55b](https://github.com/conductor-is/quickbooks-desktop-node/commit/fa5f55b1d242cba93f28abfd1e8ad903482abb44))
|
|
21
|
+
|
|
3
22
|
## 14.16.0 (2026-05-29)
|
|
4
23
|
|
|
5
24
|
Full Changelog: [v14.15.0...v14.16.0](https://github.com/conductor-is/quickbooks-desktop-node/compare/v14.15.0...v14.16.0)
|
package/package.json
CHANGED
|
@@ -180,9 +180,10 @@ export interface Account {
|
|
|
180
180
|
* the transaction or transaction-line level.
|
|
181
181
|
*
|
|
182
182
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
183
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
184
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
185
|
-
* non-taxable code to all
|
|
183
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
184
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
185
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
186
|
+
* sales.
|
|
186
187
|
*/
|
|
187
188
|
salesTaxCode: Account.SalesTaxCode | null;
|
|
188
189
|
/**
|
|
@@ -288,9 +289,10 @@ export declare namespace Account {
|
|
|
288
289
|
* the transaction or transaction-line level.
|
|
289
290
|
*
|
|
290
291
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
291
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
292
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
293
|
-
* non-taxable code to all
|
|
292
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
293
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
294
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
295
|
+
* sales.
|
|
294
296
|
*/
|
|
295
297
|
interface SalesTaxCode {
|
|
296
298
|
/**
|
|
@@ -413,9 +415,10 @@ export interface AccountCreateParams {
|
|
|
413
415
|
* overridden at the transaction or transaction-line level.
|
|
414
416
|
*
|
|
415
417
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
416
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
417
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
418
|
-
* non-taxable code to all
|
|
418
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
419
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
420
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
421
|
+
* sales.
|
|
419
422
|
*/
|
|
420
423
|
salesTaxCodeId?: string;
|
|
421
424
|
/**
|
|
@@ -514,9 +517,10 @@ export interface AccountUpdateParams {
|
|
|
514
517
|
* overridden at the transaction or transaction-line level.
|
|
515
518
|
*
|
|
516
519
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
517
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
518
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
519
|
-
* non-taxable code to all
|
|
520
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
521
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
522
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
523
|
+
* sales.
|
|
520
524
|
*/
|
|
521
525
|
salesTaxCodeId?: string;
|
|
522
526
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accounts.d.mts","sourceRoot":"","sources":["../../src/resources/qbd/accounts.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,EAAE,UAAU,EAAE,mCAA+B;AAEpD,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAGhE,qBAAa,QAAS,SAAQ,WAAW;IACvC;;;;;;;;;;;;;OAaG;IACH,MAAM,CAAC,MAAM,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IASlF;;;;;;;;;;;;;;OAcG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAQlG;;;;;;;;;;;;;;;OAeG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAS9F;;;;;;;;;;;;OAYG;IACH,IAAI,CAAC,MAAM,EAAE,iBAAiB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,mBAAmB,CAAC;CAQ3F;AAED,MAAM,WAAW,OAAO;IACtB;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;;;;OAOG;IACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAE7B;;;;;;OAMG;IACH,WAAW,EACP,kBAAkB,GAClB,qBAAqB,GACrB,MAAM,GACN,oBAAoB,GACpB,aAAa,GACb,QAAQ,GACR,SAAS,GACT,aAAa,GACb,QAAQ,GACR,qBAAqB,GACrB,aAAa,GACb,aAAa,GACb,qBAAqB,GACrB,yBAAyB,GACzB,eAAe,GACf,cAAc,CAAC;IAEnB;;;;;OAKG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvB;;;OAGG;IACH,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEjC;;;;;OAKG;IACH,sBAAsB,EAAE,WAAW,GAAG,WAAW,GAAG,MAAM,GAAG,gBAAgB,GAAG,WAAW,GAAG,IAAI,CAAC;IAEnG;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;;OAIG;IACH,QAAQ,EAAE,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC;IAElC;;;OAGG;IACH,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;IAEzC;;OAEG;IACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;;;;;;;;OASG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,QAAQ,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,YAAY,EAAE,OAAO,GAAG,IAAI,CAAC;IAE7B;;;;;;OAMG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,UAAU,EAAE,aAAa,CAAC;IAE1B;;;;;OAKG;IACH,MAAM,EAAE,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAE9B;;;;;OAKG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB
|
|
1
|
+
{"version":3,"file":"accounts.d.mts","sourceRoot":"","sources":["../../src/resources/qbd/accounts.ts"],"names":[],"mappings":"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"}
|
|
@@ -180,9 +180,10 @@ export interface Account {
|
|
|
180
180
|
* the transaction or transaction-line level.
|
|
181
181
|
*
|
|
182
182
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
183
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
184
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
185
|
-
* non-taxable code to all
|
|
183
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
184
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
185
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
186
|
+
* sales.
|
|
186
187
|
*/
|
|
187
188
|
salesTaxCode: Account.SalesTaxCode | null;
|
|
188
189
|
/**
|
|
@@ -288,9 +289,10 @@ export declare namespace Account {
|
|
|
288
289
|
* the transaction or transaction-line level.
|
|
289
290
|
*
|
|
290
291
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
291
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
292
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
293
|
-
* non-taxable code to all
|
|
292
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
293
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
294
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
295
|
+
* sales.
|
|
294
296
|
*/
|
|
295
297
|
interface SalesTaxCode {
|
|
296
298
|
/**
|
|
@@ -413,9 +415,10 @@ export interface AccountCreateParams {
|
|
|
413
415
|
* overridden at the transaction or transaction-line level.
|
|
414
416
|
*
|
|
415
417
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
416
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
417
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
418
|
-
* non-taxable code to all
|
|
418
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
419
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
420
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
421
|
+
* sales.
|
|
419
422
|
*/
|
|
420
423
|
salesTaxCodeId?: string;
|
|
421
424
|
/**
|
|
@@ -514,9 +517,10 @@ export interface AccountUpdateParams {
|
|
|
514
517
|
* overridden at the transaction or transaction-line level.
|
|
515
518
|
*
|
|
516
519
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
517
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
518
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
519
|
-
* non-taxable code to all
|
|
520
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
521
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
522
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
523
|
+
* sales.
|
|
520
524
|
*/
|
|
521
525
|
salesTaxCodeId?: string;
|
|
522
526
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accounts.d.ts","sourceRoot":"","sources":["../../src/resources/qbd/accounts.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,+BAA4B;AAClD,OAAO,EAAE,UAAU,EAAE,kCAA+B;AAEpD,OAAO,EAAE,cAAc,EAAE,0CAAuC;AAGhE,qBAAa,QAAS,SAAQ,WAAW;IACvC;;;;;;;;;;;;;OAaG;IACH,MAAM,CAAC,MAAM,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IASlF;;;;;;;;;;;;;;OAcG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,qBAAqB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAQlG;;;;;;;;;;;;;;;OAeG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAS9F;;;;;;;;;;;;OAYG;IACH,IAAI,CAAC,MAAM,EAAE,iBAAiB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,mBAAmB,CAAC;CAQ3F;AAED,MAAM,WAAW,OAAO;IACtB;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;;;;OAOG;IACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAE7B;;;;;;OAMG;IACH,WAAW,EACP,kBAAkB,GAClB,qBAAqB,GACrB,MAAM,GACN,oBAAoB,GACpB,aAAa,GACb,QAAQ,GACR,SAAS,GACT,aAAa,GACb,QAAQ,GACR,qBAAqB,GACrB,aAAa,GACb,aAAa,GACb,qBAAqB,GACrB,yBAAyB,GACzB,eAAe,GACf,cAAc,CAAC;IAEnB;;;;;OAKG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvB;;;OAGG;IACH,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEjC;;;;;OAKG;IACH,sBAAsB,EAAE,WAAW,GAAG,WAAW,GAAG,MAAM,GAAG,gBAAgB,GAAG,WAAW,GAAG,IAAI,CAAC;IAEnG;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;;OAIG;IACH,QAAQ,EAAE,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC;IAElC;;;OAGG;IACH,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;IAEzC;;OAEG;IACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;;;;;;;;OASG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,QAAQ,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,YAAY,EAAE,OAAO,GAAG,IAAI,CAAC;IAE7B;;;;;;OAMG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,UAAU,EAAE,aAAa,CAAC;IAE1B;;;;;OAKG;IACH,MAAM,EAAE,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAE9B;;;;;OAKG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB
|
|
1
|
+
{"version":3,"file":"accounts.d.ts","sourceRoot":"","sources":["../../src/resources/qbd/accounts.ts"],"names":[],"mappings":"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"}
|
|
@@ -179,8 +179,7 @@ export interface BillCheckPayment {
|
|
|
179
179
|
objectType: 'qbd_bill_check_payment';
|
|
180
180
|
/**
|
|
181
181
|
* The Accounts-Payable (A/P) account to which this bill check payment is assigned,
|
|
182
|
-
* used
|
|
183
|
-
* default A/P account.
|
|
182
|
+
* used for accounts-payable tracking.
|
|
184
183
|
*
|
|
185
184
|
* **IMPORTANT**: If this bill check payment is linked to other transactions, this
|
|
186
185
|
* A/P account must match the `payablesAccount` used in those other transactions.
|
|
@@ -270,60 +269,58 @@ export declare namespace BillCheckPayment {
|
|
|
270
269
|
}
|
|
271
270
|
interface AppliedToTransaction {
|
|
272
271
|
/**
|
|
273
|
-
* The monetary amount of this
|
|
274
|
-
* string.
|
|
272
|
+
* The monetary amount of this target transaction, represented as a decimal string.
|
|
275
273
|
*/
|
|
276
274
|
amount: string | null;
|
|
277
275
|
/**
|
|
278
|
-
* The outstanding balance of this
|
|
279
|
-
*
|
|
276
|
+
* The outstanding balance of this target transaction after applying any credits or
|
|
277
|
+
* payments. Represented as a decimal string.
|
|
280
278
|
*/
|
|
281
279
|
balanceRemaining: string | null;
|
|
282
280
|
/**
|
|
283
|
-
* The financial account used to track this
|
|
281
|
+
* The financial account used to track this target transaction's discount.
|
|
284
282
|
*/
|
|
285
283
|
discountAccount: AppliedToTransaction.DiscountAccount | null;
|
|
286
284
|
/**
|
|
287
|
-
* The monetary amount by which to reduce
|
|
288
|
-
*
|
|
285
|
+
* The monetary amount by which to reduce this target transaction's balance,
|
|
286
|
+
* represented as a decimal string.
|
|
289
287
|
*/
|
|
290
288
|
discountAmount: string | null;
|
|
291
289
|
/**
|
|
292
|
-
* The class used to track this
|
|
290
|
+
* The class used to track this target transaction's discount.
|
|
293
291
|
*/
|
|
294
292
|
discountClass: AppliedToTransaction.DiscountClass | null;
|
|
295
293
|
/**
|
|
296
|
-
* The
|
|
297
|
-
*
|
|
294
|
+
* The target transaction's linked transactions, such as payments applied, credits
|
|
295
|
+
* used, or associated purchase orders.
|
|
298
296
|
*
|
|
299
297
|
* **IMPORTANT**: You must specify the parameter `includeLinkedTransactions` when
|
|
300
|
-
* fetching a list of
|
|
301
|
-
*
|
|
298
|
+
* fetching a list of target transactions to receive this field because it is not
|
|
299
|
+
* returned by default.
|
|
302
300
|
*/
|
|
303
301
|
linkedTransactions: Array<AppliedToTransaction.LinkedTransaction>;
|
|
304
302
|
/**
|
|
305
|
-
* The case-sensitive user-defined reference number for this
|
|
306
|
-
*
|
|
307
|
-
*
|
|
308
|
-
* QuickBooks user.
|
|
303
|
+
* The case-sensitive user-defined reference number for this target transaction,
|
|
304
|
+
* which can be used to identify the transaction in QuickBooks. This value is not
|
|
305
|
+
* required to be unique and can be arbitrarily changed by the QuickBooks user.
|
|
309
306
|
*/
|
|
310
307
|
refNumber: string | null;
|
|
311
308
|
/**
|
|
312
|
-
* The date of this
|
|
309
|
+
* The date of this target transaction, in ISO 8601 format (YYYY-MM-DD).
|
|
313
310
|
*/
|
|
314
311
|
transactionDate: string | null;
|
|
315
312
|
/**
|
|
316
|
-
* The ID of the
|
|
313
|
+
* The ID of the target transaction to which this payment is applied.
|
|
317
314
|
*/
|
|
318
315
|
transactionId: string;
|
|
319
316
|
/**
|
|
320
|
-
* The type of transaction for this
|
|
317
|
+
* The type of transaction for this target transaction.
|
|
321
318
|
*/
|
|
322
319
|
transactionType: 'ar_refund_credit_card' | 'bill' | 'bill_payment_check' | 'bill_payment_credit_card' | 'build_assembly' | 'charge' | 'check' | 'credit_card_charge' | 'credit_card_credit' | 'credit_memo' | 'deposit' | 'estimate' | 'inventory_adjustment' | 'invoice' | 'item_receipt' | 'journal_entry' | 'liability_adjustment' | 'paycheck' | 'payroll_liability_check' | 'purchase_order' | 'receive_payment' | 'sales_order' | 'sales_receipt' | 'sales_tax_payment_check' | 'transfer' | 'vendor_credit' | 'ytd_adjustment';
|
|
323
320
|
}
|
|
324
321
|
namespace AppliedToTransaction {
|
|
325
322
|
/**
|
|
326
|
-
* The financial account used to track this
|
|
323
|
+
* The financial account used to track this target transaction's discount.
|
|
327
324
|
*/
|
|
328
325
|
interface DiscountAccount {
|
|
329
326
|
/**
|
|
@@ -340,7 +337,7 @@ export declare namespace BillCheckPayment {
|
|
|
340
337
|
fullName: string | null;
|
|
341
338
|
}
|
|
342
339
|
/**
|
|
343
|
-
* The class used to track this
|
|
340
|
+
* The class used to track this target transaction's discount.
|
|
344
341
|
*/
|
|
345
342
|
interface DiscountClass {
|
|
346
343
|
/**
|
|
@@ -459,8 +456,7 @@ export declare namespace BillCheckPayment {
|
|
|
459
456
|
}
|
|
460
457
|
/**
|
|
461
458
|
* The Accounts-Payable (A/P) account to which this bill check payment is assigned,
|
|
462
|
-
* used
|
|
463
|
-
* default A/P account.
|
|
459
|
+
* used for accounts-payable tracking.
|
|
464
460
|
*
|
|
465
461
|
* **IMPORTANT**: If this bill check payment is linked to other transactions, this
|
|
466
462
|
* A/P account must match the `payablesAccount` used in those other transactions.
|
|
@@ -616,8 +612,8 @@ export interface BillCheckPaymentCreateParams {
|
|
|
616
612
|
memo?: string;
|
|
617
613
|
/**
|
|
618
614
|
* Body param: The Accounts-Payable (A/P) account to which this bill check payment
|
|
619
|
-
* is assigned, used
|
|
620
|
-
*
|
|
615
|
+
* is assigned, used for accounts-payable tracking. If omitted, QuickBooks Desktop
|
|
616
|
+
* uses the default A/P account configured in the company file.
|
|
621
617
|
*
|
|
622
618
|
* **IMPORTANT**: If this bill check payment is linked to other transactions, this
|
|
623
619
|
* A/P account must match the `payablesAccount` used in those other transactions.
|
|
@@ -639,41 +635,40 @@ export interface BillCheckPaymentCreateParams {
|
|
|
639
635
|
export declare namespace BillCheckPaymentCreateParams {
|
|
640
636
|
interface ApplyToTransaction {
|
|
641
637
|
/**
|
|
642
|
-
* The ID of the
|
|
638
|
+
* The ID of the target transaction to which this payment is applied.
|
|
643
639
|
*/
|
|
644
640
|
transactionId: string;
|
|
645
641
|
/**
|
|
646
|
-
* Credits to apply to this
|
|
647
|
-
*
|
|
648
|
-
* transactions.
|
|
642
|
+
* Credits to apply to this target transaction, reducing its balance. This creates
|
|
643
|
+
* a link between this target transaction and the specified credit transactions.
|
|
649
644
|
*
|
|
650
645
|
* **IMPORTANT**: By default, QuickBooks will not return any information about the
|
|
651
646
|
* linked transactions in this endpoint's response even when this request is
|
|
652
|
-
* successful. To see the transactions linked via this field, refetch the
|
|
653
|
-
*
|
|
654
|
-
*
|
|
647
|
+
* successful. To see the transactions linked via this field, refetch the target
|
|
648
|
+
* transaction and check the `linkedTransactions` response field. If fetching a
|
|
649
|
+
* list of target transactions, you must also specify the parameter
|
|
655
650
|
* `includeLinkedTransactions=true` to see the `linkedTransactions` response field.
|
|
656
651
|
*/
|
|
657
652
|
applyCredits?: Array<ApplyToTransaction.ApplyCredit>;
|
|
658
653
|
/**
|
|
659
|
-
* The financial account used to track this
|
|
654
|
+
* The financial account used to track this target transaction's discount.
|
|
660
655
|
*/
|
|
661
656
|
discountAccountId?: string;
|
|
662
657
|
/**
|
|
663
|
-
* The monetary amount by which to reduce
|
|
664
|
-
*
|
|
658
|
+
* The monetary amount by which to reduce this target transaction's balance,
|
|
659
|
+
* represented as a decimal string.
|
|
665
660
|
*
|
|
666
661
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
667
662
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
668
663
|
*/
|
|
669
664
|
discountAmount?: string;
|
|
670
665
|
/**
|
|
671
|
-
* The class used to track this
|
|
666
|
+
* The class used to track this target transaction's discount.
|
|
672
667
|
*/
|
|
673
668
|
discountClassId?: string;
|
|
674
669
|
/**
|
|
675
|
-
* The monetary amount to apply to the
|
|
676
|
-
*
|
|
670
|
+
* The monetary amount to apply to the target transaction, represented as a decimal
|
|
671
|
+
* string.
|
|
677
672
|
*
|
|
678
673
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
679
674
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -683,8 +678,8 @@ export declare namespace BillCheckPaymentCreateParams {
|
|
|
683
678
|
namespace ApplyToTransaction {
|
|
684
679
|
interface ApplyCredit {
|
|
685
680
|
/**
|
|
686
|
-
* The amount of credit
|
|
687
|
-
*
|
|
681
|
+
* The amount of the selected credit transaction to apply to this transaction,
|
|
682
|
+
* represented as a decimal string.
|
|
688
683
|
*
|
|
689
684
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
690
685
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -783,41 +778,40 @@ export interface BillCheckPaymentUpdateParams {
|
|
|
783
778
|
export declare namespace BillCheckPaymentUpdateParams {
|
|
784
779
|
interface ApplyToTransaction {
|
|
785
780
|
/**
|
|
786
|
-
* The ID of the
|
|
781
|
+
* The ID of the target transaction to which this payment is applied.
|
|
787
782
|
*/
|
|
788
783
|
transactionId: string;
|
|
789
784
|
/**
|
|
790
|
-
* Credits to apply to this
|
|
791
|
-
*
|
|
792
|
-
* transactions.
|
|
785
|
+
* Credits to apply to this target transaction, reducing its balance. This creates
|
|
786
|
+
* a link between this target transaction and the specified credit transactions.
|
|
793
787
|
*
|
|
794
788
|
* **IMPORTANT**: By default, QuickBooks will not return any information about the
|
|
795
789
|
* linked transactions in this endpoint's response even when this request is
|
|
796
|
-
* successful. To see the transactions linked via this field, refetch the
|
|
797
|
-
*
|
|
798
|
-
*
|
|
790
|
+
* successful. To see the transactions linked via this field, refetch the target
|
|
791
|
+
* transaction and check the `linkedTransactions` response field. If fetching a
|
|
792
|
+
* list of target transactions, you must also specify the parameter
|
|
799
793
|
* `includeLinkedTransactions=true` to see the `linkedTransactions` response field.
|
|
800
794
|
*/
|
|
801
795
|
applyCredits?: Array<ApplyToTransaction.ApplyCredit>;
|
|
802
796
|
/**
|
|
803
|
-
* The financial account used to track this
|
|
797
|
+
* The financial account used to track this target transaction's discount.
|
|
804
798
|
*/
|
|
805
799
|
discountAccountId?: string;
|
|
806
800
|
/**
|
|
807
|
-
* The monetary amount by which to reduce
|
|
808
|
-
*
|
|
801
|
+
* The monetary amount by which to reduce this target transaction's balance,
|
|
802
|
+
* represented as a decimal string.
|
|
809
803
|
*
|
|
810
804
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
811
805
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
812
806
|
*/
|
|
813
807
|
discountAmount?: string;
|
|
814
808
|
/**
|
|
815
|
-
* The class used to track this
|
|
809
|
+
* The class used to track this target transaction's discount.
|
|
816
810
|
*/
|
|
817
811
|
discountClassId?: string;
|
|
818
812
|
/**
|
|
819
|
-
* The monetary amount to apply to the
|
|
820
|
-
*
|
|
813
|
+
* The monetary amount to apply to the target transaction, represented as a decimal
|
|
814
|
+
* string.
|
|
821
815
|
*
|
|
822
816
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
823
817
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -827,8 +821,8 @@ export declare namespace BillCheckPaymentUpdateParams {
|
|
|
827
821
|
namespace ApplyToTransaction {
|
|
828
822
|
interface ApplyCredit {
|
|
829
823
|
/**
|
|
830
|
-
* The amount of credit
|
|
831
|
-
*
|
|
824
|
+
* The amount of the selected credit transaction to apply to this transaction,
|
|
825
|
+
* represented as a decimal string.
|
|
832
826
|
*
|
|
833
827
|
* Decimal string format: exactly 2 decimal places when cents are included and up
|
|
834
828
|
* to 13 digits before the decimal point (for example, "123.45").
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bill-check-payments.d.mts","sourceRoot":"","sources":["../../src/resources/qbd/bill-check-payments.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,gCAA4B;AAClD,OAAO,EAAE,UAAU,EAAE,mCAA+B;AACpD,OAAO,EAAE,UAAU,EAAE,KAAK,gBAAgB,EAAE,WAAW,EAAE,kCAA8B;AAEvF,OAAO,EAAE,cAAc,EAAE,2CAAuC;AAGhE,qBAAa,iBAAkB,SAAQ,WAAW;IAChD;;;;;;;;;;;;;;;;;;OAkBG;IACH,MAAM,CAAC,MAAM,EAAE,4BAA4B,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,gBAAgB,CAAC;IASpG;;;;;;;;;;;;;;;;OAgBG;IACH,QAAQ,CACN,EAAE,EAAE,MAAM,EACV,MAAM,EAAE,8BAA8B,EACtC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,gBAAgB,CAAC;IAQ/B;;;;;;;;;;;;;;;;;OAiBG;IACH,MAAM,CACJ,EAAE,EAAE,MAAM,EACV,MAAM,EAAE,4BAA4B,EACpC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,gBAAgB,CAAC;IAS/B;;;;;;;;;;;;;OAaG;IACH,IAAI,CACF,MAAM,EAAE,0BAA0B,EAClC,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,2BAA2B,EAAE,gBAAgB,CAAC;IAS7D;;;;;;;;;;;;;OAaG;IACH,MAAM,CACJ,EAAE,EAAE,MAAM,EACV,MAAM,EAAE,4BAA4B,EACpC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,8BAA8B,CAAC;IAQ7C;;;;;;;;;;;;OAYG;IACH,IAAI,CACF,EAAE,EAAE,MAAM,EACV,MAAM,EAAE,0BAA0B,EAClC,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,4BAA4B,CAAC;CAO5C;AAED,MAAM,MAAM,2BAA2B,GAAG,UAAU,CAAC,gBAAgB,CAAC,CAAC;AAEvE,MAAM,WAAW,gBAAgB;IAC/B;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,OAAO,EAAE,gBAAgB,CAAC,OAAO,GAAG,IAAI,CAAC;IAEzC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpC;;OAEG;IACH,qBAAqB,EAAE,KAAK,CAAC,gBAAgB,CAAC,oBAAoB,CAAC,CAAC;IAEpE;;;;OAIG;IACH,WAAW,EAAE,gBAAgB,CAAC,WAAW,CAAC;IAE1C;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;;OAIG;IACH,QAAQ,EAAE,gBAAgB,CAAC,QAAQ,GAAG,IAAI,CAAC;IAE3C;;;OAGG;IACH,YAAY,EAAE,KAAK,CAAC,gBAAgB,CAAC,WAAW,CAAC,CAAC;IAElD;;;;OAIG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;;;OAIG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAE1B;;;OAGG;IACH,gBAAgB,EAAE,OAAO,GAAG,IAAI,CAAC;IAEjC;;OAEG;IACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpB;;OAEG;IACH,UAAU,EAAE,wBAAwB,CAAC;IAErC
|
|
1
|
+
{"version":3,"file":"bill-check-payments.d.mts","sourceRoot":"","sources":["../../src/resources/qbd/bill-check-payments.ts"],"names":[],"mappings":"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"}
|