conductor-node 14.16.0 → 14.17.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 +9 -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 +20 -12
- package/resources/qbd/customers.d.mts.map +1 -1
- package/resources/qbd/customers.d.ts +20 -12
- 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/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 +20 -12
- package/resources/qbd/vendors.d.mts.map +1 -1
- package/resources/qbd/vendors.d.ts +20 -12
- 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 +20 -12
- package/src/resources/qbd/discount-items.ts +16 -12
- 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 +20 -12
- 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
|
@@ -350,9 +350,10 @@ export interface SalesReceipt {
|
|
|
350
350
|
* non-taxable. This can be overridden at the transaction-line level.
|
|
351
351
|
*
|
|
352
352
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
353
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
354
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
355
|
-
* non-taxable code to all
|
|
353
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
354
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
355
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
356
|
+
* sales.
|
|
356
357
|
*/
|
|
357
358
|
salesTaxCode: SalesReceipt.SalesTaxCode | null;
|
|
358
359
|
|
|
@@ -1109,9 +1110,10 @@ export namespace SalesReceipt {
|
|
|
1109
1110
|
* the parent transaction or the associated item.
|
|
1110
1111
|
*
|
|
1111
1112
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1112
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1113
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1114
|
-
* non-taxable code to all
|
|
1113
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1114
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1115
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1116
|
+
* sales.
|
|
1115
1117
|
*/
|
|
1116
1118
|
salesTaxCode: Line.SalesTaxCode | null;
|
|
1117
1119
|
|
|
@@ -1455,9 +1457,10 @@ export namespace SalesReceipt {
|
|
|
1455
1457
|
* the parent transaction or the associated item.
|
|
1456
1458
|
*
|
|
1457
1459
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1458
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1459
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1460
|
-
* non-taxable code to all
|
|
1460
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1461
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1462
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1463
|
+
* sales.
|
|
1461
1464
|
*/
|
|
1462
1465
|
export interface SalesTaxCode {
|
|
1463
1466
|
/**
|
|
@@ -1642,9 +1645,10 @@ export namespace SalesReceipt {
|
|
|
1642
1645
|
* the parent transaction or the associated item.
|
|
1643
1646
|
*
|
|
1644
1647
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1645
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1646
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1647
|
-
* non-taxable code to all
|
|
1648
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1649
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1650
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1651
|
+
* sales.
|
|
1648
1652
|
*/
|
|
1649
1653
|
salesTaxCode: Line.SalesTaxCode | null;
|
|
1650
1654
|
|
|
@@ -1988,9 +1992,10 @@ export namespace SalesReceipt {
|
|
|
1988
1992
|
* the parent transaction or the associated item.
|
|
1989
1993
|
*
|
|
1990
1994
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1991
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1992
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1993
|
-
* non-taxable code to all
|
|
1995
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1996
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1997
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1998
|
+
* sales.
|
|
1994
1999
|
*/
|
|
1995
2000
|
export interface SalesTaxCode {
|
|
1996
2001
|
/**
|
|
@@ -2053,9 +2058,10 @@ export namespace SalesReceipt {
|
|
|
2053
2058
|
* non-taxable. This can be overridden at the transaction-line level.
|
|
2054
2059
|
*
|
|
2055
2060
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2056
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2057
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2058
|
-
* non-taxable code to all
|
|
2061
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2062
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2063
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2064
|
+
* sales.
|
|
2059
2065
|
*/
|
|
2060
2066
|
export interface SalesTaxCode {
|
|
2061
2067
|
/**
|
|
@@ -2412,9 +2418,10 @@ export interface SalesReceiptCreateParams {
|
|
|
2412
2418
|
* taxable or non-taxable. This can be overridden at the transaction-line level.
|
|
2413
2419
|
*
|
|
2414
2420
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2415
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2416
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2417
|
-
* non-taxable code to all
|
|
2421
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2422
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2423
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2424
|
+
* sales.
|
|
2418
2425
|
*/
|
|
2419
2426
|
salesTaxCodeId?: string;
|
|
2420
2427
|
|
|
@@ -2917,9 +2924,10 @@ export namespace SalesReceiptCreateParams {
|
|
|
2917
2924
|
* the parent transaction or the associated item.
|
|
2918
2925
|
*
|
|
2919
2926
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2920
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2921
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2922
|
-
* non-taxable code to all
|
|
2927
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2928
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2929
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2930
|
+
* sales.
|
|
2923
2931
|
*/
|
|
2924
2932
|
salesTaxCodeId?: string;
|
|
2925
2933
|
|
|
@@ -3388,9 +3396,10 @@ export interface SalesReceiptUpdateParams {
|
|
|
3388
3396
|
* taxable or non-taxable. This can be overridden at the transaction-line level.
|
|
3389
3397
|
*
|
|
3390
3398
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
3391
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
3392
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
3393
|
-
* non-taxable code to all
|
|
3399
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
3400
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
3401
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
3402
|
+
* sales.
|
|
3394
3403
|
*/
|
|
3395
3404
|
salesTaxCodeId?: string;
|
|
3396
3405
|
|
|
@@ -3726,9 +3735,10 @@ export namespace SalesReceiptUpdateParams {
|
|
|
3726
3735
|
* the parent transaction or the associated item.
|
|
3727
3736
|
*
|
|
3728
3737
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
3729
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
3730
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
3731
|
-
* non-taxable code to all
|
|
3738
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
3739
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
3740
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
3741
|
+
* sales.
|
|
3732
3742
|
*/
|
|
3733
3743
|
salesTaxCodeId?: string;
|
|
3734
3744
|
|
|
@@ -3896,9 +3906,10 @@ export namespace SalesReceiptUpdateParams {
|
|
|
3896
3906
|
* the parent transaction or the associated item.
|
|
3897
3907
|
*
|
|
3898
3908
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
3899
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
3900
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
3901
|
-
* non-taxable code to all
|
|
3909
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
3910
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
3911
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
3912
|
+
* sales.
|
|
3902
3913
|
*/
|
|
3903
3914
|
salesTaxCodeId?: string;
|
|
3904
3915
|
|
|
@@ -225,9 +225,10 @@ export interface ServiceItem {
|
|
|
225
225
|
* taxable or non-taxable. This can be overridden at the transaction-line level.
|
|
226
226
|
*
|
|
227
227
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
228
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
229
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
230
|
-
* non-taxable code to all
|
|
228
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
229
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
230
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
231
|
+
* sales.
|
|
231
232
|
*/
|
|
232
233
|
salesTaxCode: ServiceItem.SalesTaxCode | null;
|
|
233
234
|
|
|
@@ -532,9 +533,10 @@ export namespace ServiceItem {
|
|
|
532
533
|
* taxable or non-taxable. This can be overridden at the transaction-line level.
|
|
533
534
|
*
|
|
534
535
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
535
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
536
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
537
|
-
* non-taxable code to all
|
|
536
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
537
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
538
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
539
|
+
* sales.
|
|
538
540
|
*/
|
|
539
541
|
export interface SalesTaxCode {
|
|
540
542
|
/**
|
|
@@ -655,9 +657,10 @@ export interface ServiceItemCreateParams {
|
|
|
655
657
|
* transaction-line level.
|
|
656
658
|
*
|
|
657
659
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
658
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
659
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
660
|
-
* non-taxable code to all
|
|
660
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
661
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
662
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
663
|
+
* sales.
|
|
661
664
|
*/
|
|
662
665
|
salesTaxCodeId?: string;
|
|
663
666
|
|
|
@@ -883,9 +886,10 @@ export interface ServiceItemUpdateParams {
|
|
|
883
886
|
* transaction-line level.
|
|
884
887
|
*
|
|
885
888
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
886
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
887
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
888
|
-
* non-taxable code to all
|
|
889
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
890
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
891
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
892
|
+
* sales.
|
|
889
893
|
*/
|
|
890
894
|
salesTaxCodeId?: string;
|
|
891
895
|
|
|
@@ -277,8 +277,7 @@ export interface VendorCredit {
|
|
|
277
277
|
|
|
278
278
|
/**
|
|
279
279
|
* The Accounts-Payable (A/P) account to which this vendor credit is assigned, used
|
|
280
|
-
*
|
|
281
|
-
* default A/P account.
|
|
280
|
+
* for accounts-payable tracking.
|
|
282
281
|
*
|
|
283
282
|
* **IMPORTANT**: If this vendor credit is linked to other transactions, this A/P
|
|
284
283
|
* account must match the `payablesAccount` used in those other transactions.
|
|
@@ -306,9 +305,10 @@ export interface VendorCredit {
|
|
|
306
305
|
* This can be overridden on the vendor credit's individual lines.
|
|
307
306
|
*
|
|
308
307
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
309
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
310
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
311
|
-
* non-taxable code to all
|
|
308
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
309
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
310
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
311
|
+
* sales.
|
|
312
312
|
*/
|
|
313
313
|
salesTaxCode: VendorCredit.SalesTaxCode | null;
|
|
314
314
|
|
|
@@ -459,9 +459,10 @@ export namespace VendorCredit {
|
|
|
459
459
|
* transaction or the associated item.
|
|
460
460
|
*
|
|
461
461
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
462
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
463
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
464
|
-
* non-taxable code to all
|
|
462
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
463
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
464
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
465
|
+
* sales.
|
|
465
466
|
*/
|
|
466
467
|
salesTaxCode: ExpenseLine.SalesTaxCode | null;
|
|
467
468
|
}
|
|
@@ -597,9 +598,10 @@ export namespace VendorCredit {
|
|
|
597
598
|
* transaction or the associated item.
|
|
598
599
|
*
|
|
599
600
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
600
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
601
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
602
|
-
* non-taxable code to all
|
|
601
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
602
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
603
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
604
|
+
* sales.
|
|
603
605
|
*/
|
|
604
606
|
export interface SalesTaxCode {
|
|
605
607
|
/**
|
|
@@ -868,9 +870,10 @@ export namespace VendorCredit {
|
|
|
868
870
|
* transaction or the associated item.
|
|
869
871
|
*
|
|
870
872
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
871
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
872
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
873
|
-
* non-taxable code to all
|
|
873
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
874
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
875
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
876
|
+
* sales.
|
|
874
877
|
*/
|
|
875
878
|
salesTaxCode: ItemLine.SalesTaxCode | null;
|
|
876
879
|
|
|
@@ -1081,9 +1084,10 @@ export namespace VendorCredit {
|
|
|
1081
1084
|
* transaction or the associated item.
|
|
1082
1085
|
*
|
|
1083
1086
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1084
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1085
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1086
|
-
* non-taxable code to all
|
|
1087
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1088
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1089
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1090
|
+
* sales.
|
|
1087
1091
|
*/
|
|
1088
1092
|
export interface SalesTaxCode {
|
|
1089
1093
|
/**
|
|
@@ -1251,9 +1255,10 @@ export namespace VendorCredit {
|
|
|
1251
1255
|
* transaction or the associated item.
|
|
1252
1256
|
*
|
|
1253
1257
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1254
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1255
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1256
|
-
* non-taxable code to all
|
|
1258
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1259
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1260
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1261
|
+
* sales.
|
|
1257
1262
|
*/
|
|
1258
1263
|
salesTaxCode: ItemLine.SalesTaxCode | null;
|
|
1259
1264
|
|
|
@@ -1464,9 +1469,10 @@ export namespace VendorCredit {
|
|
|
1464
1469
|
* transaction or the associated item.
|
|
1465
1470
|
*
|
|
1466
1471
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1467
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1468
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1469
|
-
* non-taxable code to all
|
|
1472
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1473
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1474
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1475
|
+
* sales.
|
|
1470
1476
|
*/
|
|
1471
1477
|
export interface SalesTaxCode {
|
|
1472
1478
|
/**
|
|
@@ -1558,8 +1564,7 @@ export namespace VendorCredit {
|
|
|
1558
1564
|
|
|
1559
1565
|
/**
|
|
1560
1566
|
* The Accounts-Payable (A/P) account to which this vendor credit is assigned, used
|
|
1561
|
-
*
|
|
1562
|
-
* default A/P account.
|
|
1567
|
+
* for accounts-payable tracking.
|
|
1563
1568
|
*
|
|
1564
1569
|
* **IMPORTANT**: If this vendor credit is linked to other transactions, this A/P
|
|
1565
1570
|
* account must match the `payablesAccount` used in those other transactions.
|
|
@@ -1586,9 +1591,10 @@ export namespace VendorCredit {
|
|
|
1586
1591
|
* This can be overridden on the vendor credit's individual lines.
|
|
1587
1592
|
*
|
|
1588
1593
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1589
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1590
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1591
|
-
* non-taxable code to all
|
|
1594
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1595
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1596
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1597
|
+
* sales.
|
|
1592
1598
|
*/
|
|
1593
1599
|
export interface SalesTaxCode {
|
|
1594
1600
|
/**
|
|
@@ -1745,8 +1751,8 @@ export interface VendorCreditCreateParams {
|
|
|
1745
1751
|
|
|
1746
1752
|
/**
|
|
1747
1753
|
* Body param: The Accounts-Payable (A/P) account to which this vendor credit is
|
|
1748
|
-
* assigned, used
|
|
1749
|
-
*
|
|
1754
|
+
* assigned, used for accounts-payable tracking. If omitted, QuickBooks Desktop
|
|
1755
|
+
* uses the default A/P account configured in the company file.
|
|
1750
1756
|
*
|
|
1751
1757
|
* **IMPORTANT**: If this vendor credit is linked to other transactions, this A/P
|
|
1752
1758
|
* account must match the `payablesAccount` used in those other transactions.
|
|
@@ -1770,9 +1776,10 @@ export interface VendorCreditCreateParams {
|
|
|
1770
1776
|
* the vendor. This can be overridden on the vendor credit's individual lines.
|
|
1771
1777
|
*
|
|
1772
1778
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1773
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1774
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1775
|
-
* non-taxable code to all
|
|
1779
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1780
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1781
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1782
|
+
* sales.
|
|
1776
1783
|
*/
|
|
1777
1784
|
salesTaxCodeId?: string;
|
|
1778
1785
|
}
|
|
@@ -1839,9 +1846,10 @@ export namespace VendorCreditCreateParams {
|
|
|
1839
1846
|
* transaction or the associated item.
|
|
1840
1847
|
*
|
|
1841
1848
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1842
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1843
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1844
|
-
* non-taxable code to all
|
|
1849
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1850
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1851
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1852
|
+
* sales.
|
|
1845
1853
|
*/
|
|
1846
1854
|
salesTaxCodeId?: string;
|
|
1847
1855
|
}
|
|
@@ -2088,9 +2096,10 @@ export namespace VendorCreditCreateParams {
|
|
|
2088
2096
|
* transaction or the associated item.
|
|
2089
2097
|
*
|
|
2090
2098
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2091
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2092
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2093
|
-
* non-taxable code to all
|
|
2099
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2100
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2101
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2102
|
+
* sales.
|
|
2094
2103
|
*/
|
|
2095
2104
|
salesTaxCodeId?: string;
|
|
2096
2105
|
|
|
@@ -2285,8 +2294,8 @@ export interface VendorCreditUpdateParams {
|
|
|
2285
2294
|
|
|
2286
2295
|
/**
|
|
2287
2296
|
* Body param: The Accounts-Payable (A/P) account to which this vendor credit is
|
|
2288
|
-
* assigned, used
|
|
2289
|
-
*
|
|
2297
|
+
* assigned, used for accounts-payable tracking. If omitted, QuickBooks Desktop
|
|
2298
|
+
* uses the default A/P account configured in the company file.
|
|
2290
2299
|
*
|
|
2291
2300
|
* **IMPORTANT**: If this vendor credit is linked to other transactions, this A/P
|
|
2292
2301
|
* account must match the `payablesAccount` used in those other transactions.
|
|
@@ -2309,9 +2318,10 @@ export interface VendorCreditUpdateParams {
|
|
|
2309
2318
|
* the vendor. This can be overridden on the vendor credit's individual lines.
|
|
2310
2319
|
*
|
|
2311
2320
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2312
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2313
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2314
|
-
* non-taxable code to all
|
|
2321
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2322
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2323
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2324
|
+
* sales.
|
|
2315
2325
|
*/
|
|
2316
2326
|
salesTaxCodeId?: string;
|
|
2317
2327
|
|
|
@@ -2391,9 +2401,10 @@ export namespace VendorCreditUpdateParams {
|
|
|
2391
2401
|
* transaction or the associated item.
|
|
2392
2402
|
*
|
|
2393
2403
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2394
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2395
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2396
|
-
* non-taxable code to all
|
|
2404
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2405
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2406
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2407
|
+
* sales.
|
|
2397
2408
|
*/
|
|
2398
2409
|
salesTaxCodeId?: string;
|
|
2399
2410
|
}
|
|
@@ -2585,9 +2596,10 @@ export namespace VendorCreditUpdateParams {
|
|
|
2585
2596
|
* transaction or the associated item.
|
|
2586
2597
|
*
|
|
2587
2598
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2588
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2589
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2590
|
-
* non-taxable code to all
|
|
2599
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2600
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2601
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2602
|
+
* sales.
|
|
2591
2603
|
*/
|
|
2592
2604
|
salesTaxCodeId?: string;
|
|
2593
2605
|
|
|
@@ -2731,9 +2743,10 @@ export namespace VendorCreditUpdateParams {
|
|
|
2731
2743
|
* transaction or the associated item.
|
|
2732
2744
|
*
|
|
2733
2745
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
2734
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
2735
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
2736
|
-
* non-taxable code to all
|
|
2746
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
2747
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
2748
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
2749
|
+
* sales.
|
|
2737
2750
|
*/
|
|
2738
2751
|
salesTaxCodeId?: string;
|
|
2739
2752
|
|
|
@@ -348,9 +348,10 @@ export interface Vendor {
|
|
|
348
348
|
* the transaction or transaction-line level.
|
|
349
349
|
*
|
|
350
350
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
351
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
352
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
353
|
-
* non-taxable code to all
|
|
351
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
352
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
353
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
354
|
+
* sales.
|
|
354
355
|
*/
|
|
355
356
|
salesTaxCode: Vendor.SalesTaxCode | null;
|
|
356
357
|
|
|
@@ -741,9 +742,10 @@ export namespace Vendor {
|
|
|
741
742
|
* the transaction or transaction-line level.
|
|
742
743
|
*
|
|
743
744
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
744
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
745
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
746
|
-
* non-taxable code to all
|
|
745
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
746
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
747
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
748
|
+
* sales.
|
|
747
749
|
*/
|
|
748
750
|
export interface SalesTaxCode {
|
|
749
751
|
/**
|
|
@@ -956,6 +958,8 @@ export interface VendorCreateParams {
|
|
|
956
958
|
/**
|
|
957
959
|
* Body param: The name of the company associated with this vendor. This name is
|
|
958
960
|
* used on invoices, checks, and other forms.
|
|
961
|
+
*
|
|
962
|
+
* Maximum length: 41 characters.
|
|
959
963
|
*/
|
|
960
964
|
companyName?: string;
|
|
961
965
|
|
|
@@ -1128,9 +1132,10 @@ export interface VendorCreateParams {
|
|
|
1128
1132
|
* overridden at the transaction or transaction-line level.
|
|
1129
1133
|
*
|
|
1130
1134
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1131
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1132
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1133
|
-
* non-taxable code to all
|
|
1135
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1136
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1137
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1138
|
+
* sales.
|
|
1134
1139
|
*/
|
|
1135
1140
|
salesTaxCodeId?: string;
|
|
1136
1141
|
|
|
@@ -1480,6 +1485,8 @@ export interface VendorUpdateParams {
|
|
|
1480
1485
|
/**
|
|
1481
1486
|
* Body param: The name of the company associated with this vendor. This name is
|
|
1482
1487
|
* used on invoices, checks, and other forms.
|
|
1488
|
+
*
|
|
1489
|
+
* Maximum length: 41 characters.
|
|
1483
1490
|
*/
|
|
1484
1491
|
companyName?: string;
|
|
1485
1492
|
|
|
@@ -1642,9 +1649,10 @@ export interface VendorUpdateParams {
|
|
|
1642
1649
|
* overridden at the transaction or transaction-line level.
|
|
1643
1650
|
*
|
|
1644
1651
|
* Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
|
|
1645
|
-
* can also be created in QuickBooks. If QuickBooks is not set up
|
|
1646
|
-
* tax (via the "Do You Charge Sales Tax?" preference), it
|
|
1647
|
-
* non-taxable code to all
|
|
1652
|
+
* can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
|
|
1653
|
+
* to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
|
|
1654
|
+
* the default non-taxable sales-tax code configured in the company file to all
|
|
1655
|
+
* sales.
|
|
1648
1656
|
*/
|
|
1649
1657
|
salesTaxCodeId?: string;
|
|
1650
1658
|
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '14.
|
|
1
|
+
export const VERSION = '14.17.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "14.
|
|
1
|
+
export declare const VERSION = "14.17.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "14.
|
|
1
|
+
export declare const VERSION = "14.17.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '14.
|
|
1
|
+
export const VERSION = '14.17.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|