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
|
@@ -348,16 +348,17 @@ 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
|
|
|
357
358
|
/**
|
|
358
359
|
* The country for which sales tax is collected for this vendor.
|
|
359
360
|
*/
|
|
360
|
-
salesTaxCountry:
|
|
361
|
+
salesTaxCountry: string | null;
|
|
361
362
|
|
|
362
363
|
/**
|
|
363
364
|
* The vendor's sales tax return information, used for tracking and reporting sales
|
|
@@ -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.18.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.18.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.18.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.18.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|