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
@@ -238,9 +238,10 @@ export interface NonInventoryItem {
238
238
  * is taxable or non-taxable. This can be overridden at the transaction-line level.
239
239
  *
240
240
  * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
241
- * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
242
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
243
- * non-taxable code to all sales.
241
+ * can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
242
+ * to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
243
+ * the default non-taxable sales-tax code configured in the company file to all
244
+ * sales.
244
245
  */
245
246
  salesTaxCode: NonInventoryItem.SalesTaxCode | null;
246
247
 
@@ -552,9 +553,10 @@ export namespace NonInventoryItem {
552
553
  * is taxable or non-taxable. This can be overridden at the transaction-line level.
553
554
  *
554
555
  * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
555
- * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
556
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
557
- * non-taxable code to all sales.
556
+ * can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
557
+ * to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
558
+ * the default non-taxable sales-tax code configured in the company file to all
559
+ * sales.
558
560
  */
559
561
  export interface SalesTaxCode {
560
562
  /**
@@ -678,9 +680,10 @@ export interface NonInventoryItemCreateParams {
678
680
  * transaction-line level.
679
681
  *
680
682
  * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
681
- * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
682
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
683
- * non-taxable code to all sales.
683
+ * can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
684
+ * to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
685
+ * the default non-taxable sales-tax code configured in the company file to all
686
+ * sales.
684
687
  */
685
688
  salesTaxCodeId?: string;
686
689
 
@@ -916,9 +919,10 @@ export interface NonInventoryItemUpdateParams {
916
919
  * transaction-line level.
917
920
  *
918
921
  * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
919
- * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
920
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
921
- * non-taxable code to all sales.
922
+ * can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
923
+ * to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
924
+ * the default non-taxable sales-tax code configured in the company file to all
925
+ * sales.
922
926
  */
923
927
  salesTaxCodeId?: string;
924
928
 
@@ -232,9 +232,10 @@ export interface OtherChargeItem {
232
232
  * taxable or non-taxable. This can be overridden at the transaction-line level.
233
233
  *
234
234
  * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
235
- * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
236
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
237
- * non-taxable code to all sales.
235
+ * can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
236
+ * to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
237
+ * the default non-taxable sales-tax code configured in the company file to all
238
+ * sales.
238
239
  */
239
240
  salesTaxCode: OtherChargeItem.SalesTaxCode | null;
240
241
 
@@ -539,9 +540,10 @@ export namespace OtherChargeItem {
539
540
  * taxable or non-taxable. This can be overridden at the transaction-line level.
540
541
  *
541
542
  * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
542
- * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
543
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
544
- * non-taxable code to all sales.
543
+ * can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
544
+ * to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
545
+ * the default non-taxable sales-tax code configured in the company file to all
546
+ * sales.
545
547
  */
546
548
  export interface SalesTaxCode {
547
549
  /**
@@ -643,9 +645,10 @@ export interface OtherChargeItemCreateParams {
643
645
  * transaction-line level.
644
646
  *
645
647
  * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
646
- * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
647
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
648
- * non-taxable code to all sales.
648
+ * can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
649
+ * to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
650
+ * the default non-taxable sales-tax code configured in the company file to all
651
+ * sales.
649
652
  */
650
653
  salesTaxCodeId?: string;
651
654
  }
@@ -852,9 +855,10 @@ export interface OtherChargeItemUpdateParams {
852
855
  * transaction-line level.
853
856
  *
854
857
  * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
855
- * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
856
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
857
- * non-taxable code to all sales.
858
+ * can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
859
+ * to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
860
+ * the default non-taxable sales-tax code configured in the company file to all
861
+ * sales.
858
862
  */
859
863
  salesTaxCodeId?: string;
860
864
  }
@@ -399,6 +399,8 @@ export interface OtherNameCreateParams {
399
399
  /**
400
400
  * Body param: The name of the company associated with this other-name. This name
401
401
  * is used on invoices, checks, and other forms.
402
+ *
403
+ * Maximum length: 41 characters.
402
404
  */
403
405
  companyName?: string;
404
406
 
@@ -601,6 +603,8 @@ export interface OtherNameUpdateParams {
601
603
  /**
602
604
  * Body param: The name of the company associated with this other-name. This name
603
605
  * is used on invoices, checks, and other forms.
606
+ *
607
+ * Maximum length: 41 characters.
604
608
  */
605
609
  companyName?: string;
606
610
 
@@ -315,9 +315,10 @@ export interface PurchaseOrder {
315
315
  * This can be overridden on the purchase order's individual lines.
316
316
  *
317
317
  * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
318
- * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
319
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
320
- * non-taxable code to all sales.
318
+ * can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
319
+ * to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
320
+ * the default non-taxable sales-tax code configured in the company file to all
321
+ * sales.
321
322
  */
322
323
  salesTaxCode: PurchaseOrder.SalesTaxCode | null;
323
324
 
@@ -792,9 +793,10 @@ export namespace PurchaseOrder {
792
793
  * the parent transaction or the associated item.
793
794
  *
794
795
  * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
795
- * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
796
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
797
- * non-taxable code to all sales.
796
+ * can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
797
+ * to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
798
+ * the default non-taxable sales-tax code configured in the company file to all
799
+ * sales.
798
800
  */
799
801
  salesTaxCode: Line.SalesTaxCode | null;
800
802
 
@@ -979,9 +981,10 @@ export namespace PurchaseOrder {
979
981
  * the parent transaction or the associated item.
980
982
  *
981
983
  * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
982
- * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
983
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
984
- * non-taxable code to all sales.
984
+ * can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
985
+ * to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
986
+ * the default non-taxable sales-tax code configured in the company file to all
987
+ * sales.
985
988
  */
986
989
  export interface SalesTaxCode {
987
990
  /**
@@ -1160,9 +1163,10 @@ export namespace PurchaseOrder {
1160
1163
  * the parent transaction or the associated item.
1161
1164
  *
1162
1165
  * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
1163
- * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
1164
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
1165
- * non-taxable code to all sales.
1166
+ * can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
1167
+ * to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
1168
+ * the default non-taxable sales-tax code configured in the company file to all
1169
+ * sales.
1166
1170
  */
1167
1171
  salesTaxCode: Line.SalesTaxCode | null;
1168
1172
 
@@ -1347,9 +1351,10 @@ export namespace PurchaseOrder {
1347
1351
  * the parent transaction or the associated item.
1348
1352
  *
1349
1353
  * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
1350
- * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
1351
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
1352
- * non-taxable code to all sales.
1354
+ * can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
1355
+ * to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
1356
+ * the default non-taxable sales-tax code configured in the company file to all
1357
+ * sales.
1353
1358
  */
1354
1359
  export interface SalesTaxCode {
1355
1360
  /**
@@ -1445,9 +1450,10 @@ export namespace PurchaseOrder {
1445
1450
  * This can be overridden on the purchase order's individual lines.
1446
1451
  *
1447
1452
  * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
1448
- * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
1449
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
1450
- * non-taxable code to all sales.
1453
+ * can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
1454
+ * to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
1455
+ * the default non-taxable sales-tax code configured in the company file to all
1456
+ * sales.
1451
1457
  */
1452
1458
  export interface SalesTaxCode {
1453
1459
  /**
@@ -1816,9 +1822,10 @@ export interface PurchaseOrderCreateParams {
1816
1822
  * the vendor. This can be overridden on the purchase order's individual lines.
1817
1823
  *
1818
1824
  * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
1819
- * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
1820
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
1821
- * non-taxable code to all sales.
1825
+ * can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
1826
+ * to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
1827
+ * the default non-taxable sales-tax code configured in the company file to all
1828
+ * sales.
1822
1829
  */
1823
1830
  salesTaxCodeId?: string;
1824
1831
 
@@ -2050,9 +2057,10 @@ export namespace PurchaseOrderCreateParams {
2050
2057
  * the parent transaction or the associated item.
2051
2058
  *
2052
2059
  * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
2053
- * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
2054
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
2055
- * non-taxable code to all sales.
2060
+ * can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
2061
+ * to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
2062
+ * the default non-taxable sales-tax code configured in the company file to all
2063
+ * sales.
2056
2064
  */
2057
2065
  salesTaxCodeId?: string;
2058
2066
 
@@ -2412,9 +2420,10 @@ export interface PurchaseOrderUpdateParams {
2412
2420
  * the vendor. This can be overridden on the purchase order's individual lines.
2413
2421
  *
2414
2422
  * 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 to charge sales
2416
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
2417
- * non-taxable code to all sales.
2423
+ * can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
2424
+ * to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
2425
+ * the default non-taxable sales-tax code configured in the company file to all
2426
+ * sales.
2418
2427
  */
2419
2428
  salesTaxCodeId?: string;
2420
2429
 
@@ -2667,9 +2676,10 @@ export namespace PurchaseOrderUpdateParams {
2667
2676
  * the parent transaction or the associated item.
2668
2677
  *
2669
2678
  * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
2670
- * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
2671
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
2672
- * non-taxable code to all sales.
2679
+ * can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
2680
+ * to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
2681
+ * the default non-taxable sales-tax code configured in the company file to all
2682
+ * sales.
2673
2683
  */
2674
2684
  salesTaxCodeId?: string;
2675
2685
 
@@ -2822,9 +2832,10 @@ export namespace PurchaseOrderUpdateParams {
2822
2832
  * the parent transaction or the associated item.
2823
2833
  *
2824
2834
  * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
2825
- * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
2826
- * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
2827
- * non-taxable code to all sales.
2835
+ * can also be created in QuickBooks Desktop. If QuickBooks Desktop is not set up
2836
+ * to charge sales tax (via the "Do You Charge Sales Tax?" preference), it assigns
2837
+ * the default non-taxable sales-tax code configured in the company file to all
2838
+ * sales.
2828
2839
  */
2829
2840
  salesTaxCodeId?: string;
2830
2841
 
@@ -59,6 +59,8 @@ import {
59
59
  Bills,
60
60
  BillsCursorPage,
61
61
  } from './bills';
62
+ import * as BillsToPayAPI from './bills-to-pay';
63
+ import { BillToPay, BillsToPay, BillsToPayListParams, BillsToPayListResponse } from './bills-to-pay';
62
64
  import * as BuildAssembliesAPI from './build-assemblies';
63
65
  import {
64
66
  BuildAssemblies,
@@ -632,6 +634,7 @@ export class Qbd extends APIResource {
632
634
  billCreditCardPayments: BillCreditCardPaymentsAPI.BillCreditCardPayments =
633
635
  new BillCreditCardPaymentsAPI.BillCreditCardPayments(this._client);
634
636
  bills: BillsAPI.Bills = new BillsAPI.Bills(this._client);
637
+ billsToPay: BillsToPayAPI.BillsToPay = new BillsToPayAPI.BillsToPay(this._client);
635
638
  buildAssemblies: BuildAssembliesAPI.BuildAssemblies = new BuildAssembliesAPI.BuildAssemblies(this._client);
636
639
  checks: ChecksAPI.Checks = new ChecksAPI.Checks(this._client);
637
640
  classes: ClassesAPI.Classes = new ClassesAPI.Classes(this._client);
@@ -758,6 +761,7 @@ Qbd.Accounts = Accounts;
758
761
  Qbd.BillCheckPayments = BillCheckPayments;
759
762
  Qbd.BillCreditCardPayments = BillCreditCardPayments;
760
763
  Qbd.Bills = Bills;
764
+ Qbd.BillsToPay = BillsToPay;
761
765
  Qbd.BuildAssemblies = BuildAssemblies;
762
766
  Qbd.Checks = Checks;
763
767
  Qbd.Classes = Classes;
@@ -876,6 +880,13 @@ export declare namespace Qbd {
876
880
  type BillVoidParams as BillVoidParams,
877
881
  };
878
882
 
883
+ export {
884
+ BillsToPay as BillsToPay,
885
+ type BillToPay as BillToPay,
886
+ type BillsToPayListResponse as BillsToPayListResponse,
887
+ type BillsToPayListParams as BillsToPayListParams,
888
+ };
889
+
879
890
  export {
880
891
  BuildAssemblies as BuildAssemblies,
881
892
  type BuildAssembly as BuildAssembly,
@@ -230,8 +230,8 @@ export interface ReceivePayment {
230
230
 
231
231
  /**
232
232
  * The Accounts-Receivable (A/R) account to which this receive-payment is assigned,
233
- * used to track the amount owed. If not specified, QuickBooks Desktop will use its
234
- * default A/R account.
233
+ * used to track the amount owed. If omitted, QuickBooks Desktop uses the default
234
+ * A/R account configured in the company file.
235
235
  *
236
236
  * **IMPORTANT**: If this receive-payment is linked to other transactions, this A/R
237
237
  * account must match the `receivablesAccount` used in all linked transactions.
@@ -299,63 +299,61 @@ export interface ReceivePayment {
299
299
  export namespace ReceivePayment {
300
300
  export interface AppliedToTransaction {
301
301
  /**
302
- * The monetary amount of this receivable transaction, represented as a decimal
303
- * string.
302
+ * The monetary amount of this target transaction, represented as a decimal string.
304
303
  */
305
304
  amount: string | null;
306
305
 
307
306
  /**
308
- * The outstanding balance of this receivable transaction after applying any
309
- * credits or payments. Represented as a decimal string.
307
+ * The outstanding balance of this target transaction after applying any credits or
308
+ * payments. Represented as a decimal string.
310
309
  */
311
310
  balanceRemaining: string | null;
312
311
 
313
312
  /**
314
- * The financial account used to track this receivable transaction's discount.
313
+ * The financial account used to track this target transaction's discount.
315
314
  */
316
315
  discountAccount: AppliedToTransaction.DiscountAccount | null;
317
316
 
318
317
  /**
319
- * The monetary amount by which to reduce the receivable transaction's receivable
320
- * amount, represented as a decimal string.
318
+ * The monetary amount by which to reduce this target transaction's balance,
319
+ * represented as a decimal string.
321
320
  */
322
321
  discountAmount: string | null;
323
322
 
324
323
  /**
325
- * The class used to track this receivable transaction's discount.
324
+ * The class used to track this target transaction's discount.
326
325
  */
327
326
  discountClass: AppliedToTransaction.DiscountClass | null;
328
327
 
329
328
  /**
330
- * The receivable transaction's linked transactions, such as payments applied,
331
- * credits used, or associated purchase orders.
329
+ * The target transaction's linked transactions, such as payments applied, credits
330
+ * used, or associated purchase orders.
332
331
  *
333
332
  * **IMPORTANT**: You must specify the parameter `includeLinkedTransactions` when
334
- * fetching a list of receivable transactions to receive this field because it is
335
- * not returned by default.
333
+ * fetching a list of target transactions to receive this field because it is not
334
+ * returned by default.
336
335
  */
337
336
  linkedTransactions: Array<AppliedToTransaction.LinkedTransaction>;
338
337
 
339
338
  /**
340
- * The case-sensitive user-defined reference number for this receivable
341
- * transaction, which can be used to identify the transaction in QuickBooks. This
342
- * value is not required to be unique and can be arbitrarily changed by the
343
- * QuickBooks user.
339
+ * The case-sensitive user-defined reference number for this target transaction,
340
+ * which can be used to identify the transaction in QuickBooks. This value is not
341
+ * required to be unique and can be arbitrarily changed by the QuickBooks user.
344
342
  */
345
343
  refNumber: string | null;
346
344
 
347
345
  /**
348
- * The date of this receivable transaction, in ISO 8601 format (YYYY-MM-DD).
346
+ * The date of this target transaction, in ISO 8601 format (YYYY-MM-DD).
349
347
  */
350
348
  transactionDate: string | null;
351
349
 
352
350
  /**
353
- * The ID of the receivable transaction to which this payment is applied.
351
+ * The ID of the target transaction to which this payment is applied.
354
352
  */
355
353
  transactionId: string;
356
354
 
357
355
  /**
358
- * The type of transaction for this receivable transaction.
356
+ * The type of transaction for this target transaction.
359
357
  */
360
358
  transactionType:
361
359
  | 'ar_refund_credit_card'
@@ -389,7 +387,7 @@ export namespace ReceivePayment {
389
387
 
390
388
  export namespace AppliedToTransaction {
391
389
  /**
392
- * The financial account used to track this receivable transaction's discount.
390
+ * The financial account used to track this target transaction's discount.
393
391
  */
394
392
  export interface DiscountAccount {
395
393
  /**
@@ -408,7 +406,7 @@ export namespace ReceivePayment {
408
406
  }
409
407
 
410
408
  /**
411
- * The class used to track this receivable transaction's discount.
409
+ * The class used to track this target transaction's discount.
412
410
  */
413
411
  export interface DiscountClass {
414
412
  /**
@@ -783,8 +781,8 @@ export namespace ReceivePayment {
783
781
 
784
782
  /**
785
783
  * The Accounts-Receivable (A/R) account to which this receive-payment is assigned,
786
- * used to track the amount owed. If not specified, QuickBooks Desktop will use its
787
- * default A/R account.
784
+ * used to track the amount owed. If omitted, QuickBooks Desktop uses the default
785
+ * A/R account configured in the company file.
788
786
  *
789
787
  * **IMPORTANT**: If this receive-payment is linked to other transactions, this A/R
790
788
  * account must match the `receivablesAccount` used in all linked transactions.
@@ -883,8 +881,8 @@ export interface ReceivePaymentCreateParams {
883
881
 
884
882
  /**
885
883
  * Body param: The account where the funds for this receive-payment will be or have
886
- * been deposited. If omitted, QuickBooks will use the default Undeposited Funds
887
- * account.
884
+ * been deposited. If omitted, QuickBooks Desktop uses the default Undeposited
885
+ * Funds account configured in the company file.
888
886
  */
889
887
  depositToAccountId?: string;
890
888
 
@@ -937,8 +935,8 @@ export interface ReceivePaymentCreateParams {
937
935
 
938
936
  /**
939
937
  * Body param: The Accounts-Receivable (A/R) account to which this receive-payment
940
- * is assigned, used to track the amount owed. If not specified, QuickBooks Desktop
941
- * will use its default A/R account.
938
+ * is assigned, used to track the amount owed. If omitted, QuickBooks Desktop uses
939
+ * the default A/R account configured in the company file.
942
940
  *
943
941
  * **IMPORTANT**: If this receive-payment is linked to other transactions, this A/R
944
942
  * account must match the `receivablesAccount` used in all linked transactions.
@@ -960,32 +958,31 @@ export interface ReceivePaymentCreateParams {
960
958
  export namespace ReceivePaymentCreateParams {
961
959
  export interface ApplyToTransaction {
962
960
  /**
963
- * The ID of the receivable transaction to which this payment is applied.
961
+ * The ID of the target transaction to which this payment is applied.
964
962
  */
965
963
  transactionId: string;
966
964
 
967
965
  /**
968
- * Credits to apply to this receivable transaction, reducing its balance. This
969
- * creates a link between this receivable transaction and the specified credit
970
- * transactions.
966
+ * Credits to apply to this target transaction, reducing its balance. This creates
967
+ * a link between this target transaction and the specified credit transactions.
971
968
  *
972
969
  * **IMPORTANT**: By default, QuickBooks will not return any information about the
973
970
  * linked transactions in this endpoint's response even when this request is
974
- * successful. To see the transactions linked via this field, refetch the
975
- * receivable transaction and check the `linkedTransactions` response field. If
976
- * fetching a list of receivable transactions, you must also specify the parameter
971
+ * successful. To see the transactions linked via this field, refetch the target
972
+ * transaction and check the `linkedTransactions` response field. If fetching a
973
+ * list of target transactions, you must also specify the parameter
977
974
  * `includeLinkedTransactions=true` to see the `linkedTransactions` response field.
978
975
  */
979
976
  applyCredits?: Array<ApplyToTransaction.ApplyCredit>;
980
977
 
981
978
  /**
982
- * The financial account used to track this receivable transaction's discount.
979
+ * The financial account used to track this target transaction's discount.
983
980
  */
984
981
  discountAccountId?: string;
985
982
 
986
983
  /**
987
- * The monetary amount by which to reduce the receivable transaction's receivable
988
- * amount, represented as a decimal string.
984
+ * The monetary amount by which to reduce this target transaction's balance,
985
+ * represented as a decimal string.
989
986
  *
990
987
  * Decimal string format: exactly 2 decimal places when cents are included and up
991
988
  * to 13 digits before the decimal point (for example, "123.45").
@@ -993,13 +990,13 @@ export namespace ReceivePaymentCreateParams {
993
990
  discountAmount?: string;
994
991
 
995
992
  /**
996
- * The class used to track this receivable transaction's discount.
993
+ * The class used to track this target transaction's discount.
997
994
  */
998
995
  discountClassId?: string;
999
996
 
1000
997
  /**
1001
- * The monetary amount to apply to the receivable transaction, represented as a
1002
- * decimal string.
998
+ * The monetary amount to apply to the target transaction, represented as a decimal
999
+ * string.
1003
1000
  *
1004
1001
  * Decimal string format: exactly 2 decimal places when cents are included and up
1005
1002
  * to 13 digits before the decimal point (for example, "123.45").
@@ -1010,8 +1007,8 @@ export namespace ReceivePaymentCreateParams {
1010
1007
  export namespace ApplyToTransaction {
1011
1008
  export interface ApplyCredit {
1012
1009
  /**
1013
- * The amount of credit applied to this transaction. This could include customer
1014
- * deposits, payments, or credits. Represented as a decimal string.
1010
+ * The amount of the selected credit transaction to apply to this transaction,
1011
+ * represented as a decimal string.
1015
1012
  *
1016
1013
  * Decimal string format: exactly 2 decimal places when cents are included and up
1017
1014
  * to 13 digits before the decimal point (for example, "123.45").
@@ -1274,8 +1271,8 @@ export interface ReceivePaymentUpdateParams {
1274
1271
 
1275
1272
  /**
1276
1273
  * Body param: The Accounts-Receivable (A/R) account to which this receive-payment
1277
- * is assigned, used to track the amount owed. If not specified, QuickBooks Desktop
1278
- * will use its default A/R account.
1274
+ * is assigned, used to track the amount owed. If omitted, QuickBooks Desktop uses
1275
+ * the default A/R account configured in the company file.
1279
1276
  *
1280
1277
  * **IMPORTANT**: If this receive-payment is linked to other transactions, this A/R
1281
1278
  * account must match the `receivablesAccount` used in all linked transactions.
@@ -1313,32 +1310,31 @@ export interface ReceivePaymentUpdateParams {
1313
1310
  export namespace ReceivePaymentUpdateParams {
1314
1311
  export interface ApplyToTransaction {
1315
1312
  /**
1316
- * The ID of the receivable transaction to which this payment is applied.
1313
+ * The ID of the target transaction to which this payment is applied.
1317
1314
  */
1318
1315
  transactionId: string;
1319
1316
 
1320
1317
  /**
1321
- * Credits to apply to this receivable transaction, reducing its balance. This
1322
- * creates a link between this receivable transaction and the specified credit
1323
- * transactions.
1318
+ * Credits to apply to this target transaction, reducing its balance. This creates
1319
+ * a link between this target transaction and the specified credit transactions.
1324
1320
  *
1325
1321
  * **IMPORTANT**: By default, QuickBooks will not return any information about the
1326
1322
  * linked transactions in this endpoint's response even when this request is
1327
- * successful. To see the transactions linked via this field, refetch the
1328
- * receivable transaction and check the `linkedTransactions` response field. If
1329
- * fetching a list of receivable transactions, you must also specify the parameter
1323
+ * successful. To see the transactions linked via this field, refetch the target
1324
+ * transaction and check the `linkedTransactions` response field. If fetching a
1325
+ * list of target transactions, you must also specify the parameter
1330
1326
  * `includeLinkedTransactions=true` to see the `linkedTransactions` response field.
1331
1327
  */
1332
1328
  applyCredits?: Array<ApplyToTransaction.ApplyCredit>;
1333
1329
 
1334
1330
  /**
1335
- * The financial account used to track this receivable transaction's discount.
1331
+ * The financial account used to track this target transaction's discount.
1336
1332
  */
1337
1333
  discountAccountId?: string;
1338
1334
 
1339
1335
  /**
1340
- * The monetary amount by which to reduce the receivable transaction's receivable
1341
- * amount, represented as a decimal string.
1336
+ * The monetary amount by which to reduce this target transaction's balance,
1337
+ * represented as a decimal string.
1342
1338
  *
1343
1339
  * Decimal string format: exactly 2 decimal places when cents are included and up
1344
1340
  * to 13 digits before the decimal point (for example, "123.45").
@@ -1346,13 +1342,13 @@ export namespace ReceivePaymentUpdateParams {
1346
1342
  discountAmount?: string;
1347
1343
 
1348
1344
  /**
1349
- * The class used to track this receivable transaction's discount.
1345
+ * The class used to track this target transaction's discount.
1350
1346
  */
1351
1347
  discountClassId?: string;
1352
1348
 
1353
1349
  /**
1354
- * The monetary amount to apply to the receivable transaction, represented as a
1355
- * decimal string.
1350
+ * The monetary amount to apply to the target transaction, represented as a decimal
1351
+ * string.
1356
1352
  *
1357
1353
  * Decimal string format: exactly 2 decimal places when cents are included and up
1358
1354
  * to 13 digits before the decimal point (for example, "123.45").
@@ -1363,8 +1359,8 @@ export namespace ReceivePaymentUpdateParams {
1363
1359
  export namespace ApplyToTransaction {
1364
1360
  export interface ApplyCredit {
1365
1361
  /**
1366
- * The amount of credit applied to this transaction. This could include customer
1367
- * deposits, payments, or credits. Represented as a decimal string.
1362
+ * The amount of the selected credit transaction to apply to this transaction,
1363
+ * represented as a decimal string.
1368
1364
  *
1369
1365
  * Decimal string format: exactly 2 decimal places when cents are included and up
1370
1366
  * to 13 digits before the decimal point (for example, "123.45").