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.
Files changed (179) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +1 -1
  3. package/resources/qbd/accounts.d.mts +16 -12
  4. package/resources/qbd/accounts.d.mts.map +1 -1
  5. package/resources/qbd/accounts.d.ts +16 -12
  6. package/resources/qbd/accounts.d.ts.map +1 -1
  7. package/resources/qbd/bill-check-payments.d.mts +51 -57
  8. package/resources/qbd/bill-check-payments.d.mts.map +1 -1
  9. package/resources/qbd/bill-check-payments.d.ts +51 -57
  10. package/resources/qbd/bill-check-payments.d.ts.map +1 -1
  11. package/resources/qbd/bill-credit-card-payments.d.mts +37 -42
  12. package/resources/qbd/bill-credit-card-payments.d.mts.map +1 -1
  13. package/resources/qbd/bill-credit-card-payments.d.ts +37 -42
  14. package/resources/qbd/bill-credit-card-payments.d.ts.map +1 -1
  15. package/resources/qbd/bills-to-pay.d.mts +295 -0
  16. package/resources/qbd/bills-to-pay.d.mts.map +1 -0
  17. package/resources/qbd/bills-to-pay.d.ts +295 -0
  18. package/resources/qbd/bills-to-pay.d.ts.map +1 -0
  19. package/resources/qbd/bills-to-pay.js +37 -0
  20. package/resources/qbd/bills-to-pay.js.map +1 -0
  21. package/resources/qbd/bills-to-pay.mjs +33 -0
  22. package/resources/qbd/bills-to-pay.mjs.map +1 -0
  23. package/resources/qbd/bills.d.mts +78 -64
  24. package/resources/qbd/bills.d.mts.map +1 -1
  25. package/resources/qbd/bills.d.ts +78 -64
  26. package/resources/qbd/bills.d.ts.map +1 -1
  27. package/resources/qbd/checks.d.mts +60 -45
  28. package/resources/qbd/checks.d.mts.map +1 -1
  29. package/resources/qbd/checks.d.ts +60 -45
  30. package/resources/qbd/checks.d.ts.map +1 -1
  31. package/resources/qbd/company.d.mts +1 -1
  32. package/resources/qbd/company.d.mts.map +1 -1
  33. package/resources/qbd/company.d.ts +1 -1
  34. package/resources/qbd/company.d.ts.map +1 -1
  35. package/resources/qbd/credit-card-charges.d.mts +60 -45
  36. package/resources/qbd/credit-card-charges.d.mts.map +1 -1
  37. package/resources/qbd/credit-card-charges.d.ts +60 -45
  38. package/resources/qbd/credit-card-charges.d.ts.map +1 -1
  39. package/resources/qbd/credit-card-credits.d.mts +60 -45
  40. package/resources/qbd/credit-card-credits.d.mts.map +1 -1
  41. package/resources/qbd/credit-card-credits.d.ts +60 -45
  42. package/resources/qbd/credit-card-credits.d.ts.map +1 -1
  43. package/resources/qbd/credit-card-refunds.d.mts +8 -7
  44. package/resources/qbd/credit-card-refunds.d.mts.map +1 -1
  45. package/resources/qbd/credit-card-refunds.d.ts +8 -7
  46. package/resources/qbd/credit-card-refunds.d.ts.map +1 -1
  47. package/resources/qbd/credit-memos.d.mts +52 -41
  48. package/resources/qbd/credit-memos.d.mts.map +1 -1
  49. package/resources/qbd/credit-memos.d.ts +52 -41
  50. package/resources/qbd/credit-memos.d.ts.map +1 -1
  51. package/resources/qbd/customers.d.mts +21 -13
  52. package/resources/qbd/customers.d.mts.map +1 -1
  53. package/resources/qbd/customers.d.ts +21 -13
  54. package/resources/qbd/customers.d.ts.map +1 -1
  55. package/resources/qbd/discount-items.d.mts +16 -12
  56. package/resources/qbd/discount-items.d.mts.map +1 -1
  57. package/resources/qbd/discount-items.d.ts +16 -12
  58. package/resources/qbd/discount-items.d.ts.map +1 -1
  59. package/resources/qbd/employees.d.mts +32 -0
  60. package/resources/qbd/employees.d.mts.map +1 -1
  61. package/resources/qbd/employees.d.ts +32 -0
  62. package/resources/qbd/employees.d.ts.map +1 -1
  63. package/resources/qbd/estimates.d.mts +44 -33
  64. package/resources/qbd/estimates.d.mts.map +1 -1
  65. package/resources/qbd/estimates.d.ts +44 -33
  66. package/resources/qbd/estimates.d.ts.map +1 -1
  67. package/resources/qbd/index.d.mts +1 -0
  68. package/resources/qbd/index.d.mts.map +1 -1
  69. package/resources/qbd/index.d.ts +1 -0
  70. package/resources/qbd/index.d.ts.map +1 -1
  71. package/resources/qbd/index.js +4 -2
  72. package/resources/qbd/index.js.map +1 -1
  73. package/resources/qbd/index.mjs +1 -0
  74. package/resources/qbd/index.mjs.map +1 -1
  75. package/resources/qbd/inventory-assembly-items.d.mts +16 -12
  76. package/resources/qbd/inventory-assembly-items.d.mts.map +1 -1
  77. package/resources/qbd/inventory-assembly-items.d.ts +16 -12
  78. package/resources/qbd/inventory-assembly-items.d.ts.map +1 -1
  79. package/resources/qbd/inventory-items.d.mts +16 -12
  80. package/resources/qbd/inventory-items.d.mts.map +1 -1
  81. package/resources/qbd/inventory-items.d.ts +16 -12
  82. package/resources/qbd/inventory-items.d.ts.map +1 -1
  83. package/resources/qbd/invoices.d.mts +57 -47
  84. package/resources/qbd/invoices.d.mts.map +1 -1
  85. package/resources/qbd/invoices.d.ts +57 -47
  86. package/resources/qbd/invoices.d.ts.map +1 -1
  87. package/resources/qbd/item-receipts.d.mts +66 -53
  88. package/resources/qbd/item-receipts.d.mts.map +1 -1
  89. package/resources/qbd/item-receipts.d.ts +66 -53
  90. package/resources/qbd/item-receipts.d.ts.map +1 -1
  91. package/resources/qbd/item-sites.d.mts +12 -0
  92. package/resources/qbd/item-sites.d.mts.map +1 -1
  93. package/resources/qbd/item-sites.d.ts +12 -0
  94. package/resources/qbd/item-sites.d.ts.map +1 -1
  95. package/resources/qbd/non-inventory-items.d.mts +16 -12
  96. package/resources/qbd/non-inventory-items.d.mts.map +1 -1
  97. package/resources/qbd/non-inventory-items.d.ts +16 -12
  98. package/resources/qbd/non-inventory-items.d.ts.map +1 -1
  99. package/resources/qbd/other-charge-items.d.mts +16 -12
  100. package/resources/qbd/other-charge-items.d.mts.map +1 -1
  101. package/resources/qbd/other-charge-items.d.ts +16 -12
  102. package/resources/qbd/other-charge-items.d.ts.map +1 -1
  103. package/resources/qbd/other-names.d.mts +4 -0
  104. package/resources/qbd/other-names.d.mts.map +1 -1
  105. package/resources/qbd/other-names.d.ts +4 -0
  106. package/resources/qbd/other-names.d.ts.map +1 -1
  107. package/resources/qbd/purchase-orders.d.mts +44 -33
  108. package/resources/qbd/purchase-orders.d.mts.map +1 -1
  109. package/resources/qbd/purchase-orders.d.ts +44 -33
  110. package/resources/qbd/purchase-orders.d.ts.map +1 -1
  111. package/resources/qbd/qbd.d.mts +4 -0
  112. package/resources/qbd/qbd.d.mts.map +1 -1
  113. package/resources/qbd/qbd.d.ts +4 -0
  114. package/resources/qbd/qbd.d.ts.map +1 -1
  115. package/resources/qbd/qbd.js +4 -0
  116. package/resources/qbd/qbd.js.map +1 -1
  117. package/resources/qbd/qbd.mjs +4 -0
  118. package/resources/qbd/qbd.mjs.map +1 -1
  119. package/resources/qbd/receive-payments.d.mts +57 -61
  120. package/resources/qbd/receive-payments.d.mts.map +1 -1
  121. package/resources/qbd/receive-payments.d.ts +57 -61
  122. package/resources/qbd/receive-payments.d.ts.map +1 -1
  123. package/resources/qbd/sales-orders.d.mts +44 -33
  124. package/resources/qbd/sales-orders.d.mts.map +1 -1
  125. package/resources/qbd/sales-orders.d.ts +44 -33
  126. package/resources/qbd/sales-orders.d.ts.map +1 -1
  127. package/resources/qbd/sales-receipts.d.mts +44 -33
  128. package/resources/qbd/sales-receipts.d.mts.map +1 -1
  129. package/resources/qbd/sales-receipts.d.ts +44 -33
  130. package/resources/qbd/sales-receipts.d.ts.map +1 -1
  131. package/resources/qbd/service-items.d.mts +16 -12
  132. package/resources/qbd/service-items.d.mts.map +1 -1
  133. package/resources/qbd/service-items.d.ts +16 -12
  134. package/resources/qbd/service-items.d.ts.map +1 -1
  135. package/resources/qbd/vendor-credits.d.mts +66 -53
  136. package/resources/qbd/vendor-credits.d.mts.map +1 -1
  137. package/resources/qbd/vendor-credits.d.ts +66 -53
  138. package/resources/qbd/vendor-credits.d.ts.map +1 -1
  139. package/resources/qbd/vendors.d.mts +21 -13
  140. package/resources/qbd/vendors.d.mts.map +1 -1
  141. package/resources/qbd/vendors.d.ts +21 -13
  142. package/resources/qbd/vendors.d.ts.map +1 -1
  143. package/src/resources/qbd/accounts.ts +16 -12
  144. package/src/resources/qbd/bill-check-payments.ts +51 -57
  145. package/src/resources/qbd/bill-credit-card-payments.ts +37 -42
  146. package/src/resources/qbd/bills-to-pay.ts +401 -0
  147. package/src/resources/qbd/bills.ts +78 -64
  148. package/src/resources/qbd/checks.ts +60 -45
  149. package/src/resources/qbd/company.ts +1 -0
  150. package/src/resources/qbd/credit-card-charges.ts +60 -45
  151. package/src/resources/qbd/credit-card-credits.ts +60 -45
  152. package/src/resources/qbd/credit-card-refunds.ts +8 -7
  153. package/src/resources/qbd/credit-memos.ts +52 -41
  154. package/src/resources/qbd/customers.ts +21 -13
  155. package/src/resources/qbd/discount-items.ts +16 -12
  156. package/src/resources/qbd/employees.ts +32 -0
  157. package/src/resources/qbd/estimates.ts +44 -33
  158. package/src/resources/qbd/index.ts +6 -0
  159. package/src/resources/qbd/inventory-assembly-items.ts +16 -12
  160. package/src/resources/qbd/inventory-items.ts +16 -12
  161. package/src/resources/qbd/invoices.ts +57 -47
  162. package/src/resources/qbd/item-receipts.ts +66 -53
  163. package/src/resources/qbd/item-sites.ts +12 -0
  164. package/src/resources/qbd/non-inventory-items.ts +16 -12
  165. package/src/resources/qbd/other-charge-items.ts +16 -12
  166. package/src/resources/qbd/other-names.ts +4 -0
  167. package/src/resources/qbd/purchase-orders.ts +44 -33
  168. package/src/resources/qbd/qbd.ts +11 -0
  169. package/src/resources/qbd/receive-payments.ts +57 -61
  170. package/src/resources/qbd/sales-orders.ts +44 -33
  171. package/src/resources/qbd/sales-receipts.ts +44 -33
  172. package/src/resources/qbd/service-items.ts +16 -12
  173. package/src/resources/qbd/vendor-credits.ts +66 -53
  174. package/src/resources/qbd/vendors.ts +21 -13
  175. package/src/version.ts +1 -1
  176. package/version.d.mts +1 -1
  177. package/version.d.ts +1 -1
  178. package/version.js +1 -1
  179. 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 to charge sales
352
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
353
- * non-taxable code to all sales.
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: 'australia' | 'canada' | 'uk' | 'us' | null;
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 to charge sales
745
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
746
- * non-taxable code to all sales.
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 to charge sales
1132
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
1133
- * non-taxable code to all sales.
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 to charge sales
1646
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
1647
- * non-taxable code to all sales.
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.16.0'; // x-release-please-version
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.16.0";
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.16.0";
1
+ export declare const VERSION = "14.18.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '14.16.0'; // x-release-please-version
4
+ exports.VERSION = '14.18.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '14.16.0'; // x-release-please-version
1
+ export const VERSION = '14.18.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map