conductor-node 14.11.0 → 14.12.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 (167) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +1 -1
  3. package/resources/qbd/bill-check-payments.d.mts +25 -0
  4. package/resources/qbd/bill-check-payments.d.mts.map +1 -1
  5. package/resources/qbd/bill-check-payments.d.ts +25 -0
  6. package/resources/qbd/bill-check-payments.d.ts.map +1 -1
  7. package/resources/qbd/bill-credit-card-payments.d.mts +11 -0
  8. package/resources/qbd/bill-credit-card-payments.d.mts.map +1 -1
  9. package/resources/qbd/bill-credit-card-payments.d.ts +11 -0
  10. package/resources/qbd/bill-credit-card-payments.d.ts.map +1 -1
  11. package/resources/qbd/bills.d.mts +28 -0
  12. package/resources/qbd/bills.d.mts.map +1 -1
  13. package/resources/qbd/bills.d.ts +28 -0
  14. package/resources/qbd/bills.d.ts.map +1 -1
  15. package/resources/qbd/build-assemblies.d.mts +4 -0
  16. package/resources/qbd/build-assemblies.d.mts.map +1 -1
  17. package/resources/qbd/build-assemblies.d.ts +4 -0
  18. package/resources/qbd/build-assemblies.d.ts.map +1 -1
  19. package/resources/qbd/checks.d.mts +34 -0
  20. package/resources/qbd/checks.d.mts.map +1 -1
  21. package/resources/qbd/checks.d.ts +34 -0
  22. package/resources/qbd/checks.d.ts.map +1 -1
  23. package/resources/qbd/credit-card-charges.d.mts +28 -0
  24. package/resources/qbd/credit-card-charges.d.mts.map +1 -1
  25. package/resources/qbd/credit-card-charges.d.ts +28 -0
  26. package/resources/qbd/credit-card-charges.d.ts.map +1 -1
  27. package/resources/qbd/credit-card-credits.d.mts +28 -0
  28. package/resources/qbd/credit-card-credits.d.mts.map +1 -1
  29. package/resources/qbd/credit-card-credits.d.ts +28 -0
  30. package/resources/qbd/credit-card-credits.d.ts.map +1 -1
  31. package/resources/qbd/credit-card-refunds.d.mts +5 -0
  32. package/resources/qbd/credit-card-refunds.d.mts.map +1 -1
  33. package/resources/qbd/credit-card-refunds.d.ts +5 -0
  34. package/resources/qbd/credit-card-refunds.d.ts.map +1 -1
  35. package/resources/qbd/credit-memos.d.mts +26 -0
  36. package/resources/qbd/credit-memos.d.mts.map +1 -1
  37. package/resources/qbd/credit-memos.d.ts +26 -0
  38. package/resources/qbd/credit-memos.d.ts.map +1 -1
  39. package/resources/qbd/customers.d.mts +12 -0
  40. package/resources/qbd/customers.d.mts.map +1 -1
  41. package/resources/qbd/customers.d.ts +12 -0
  42. package/resources/qbd/customers.d.ts.map +1 -1
  43. package/resources/qbd/deposits.d.mts +12 -0
  44. package/resources/qbd/deposits.d.mts.map +1 -1
  45. package/resources/qbd/deposits.d.ts +12 -0
  46. package/resources/qbd/deposits.d.ts.map +1 -1
  47. package/resources/qbd/discount-items.d.mts +9 -3
  48. package/resources/qbd/discount-items.d.mts.map +1 -1
  49. package/resources/qbd/discount-items.d.ts +9 -3
  50. package/resources/qbd/discount-items.d.ts.map +1 -1
  51. package/resources/qbd/employees.d.mts +26 -0
  52. package/resources/qbd/employees.d.mts.map +1 -1
  53. package/resources/qbd/employees.d.ts +26 -0
  54. package/resources/qbd/employees.d.ts.map +1 -1
  55. package/resources/qbd/estimates.d.mts +26 -0
  56. package/resources/qbd/estimates.d.mts.map +1 -1
  57. package/resources/qbd/estimates.d.ts +26 -0
  58. package/resources/qbd/estimates.d.ts.map +1 -1
  59. package/resources/qbd/inventory-adjustments.d.mts +4 -0
  60. package/resources/qbd/inventory-adjustments.d.mts.map +1 -1
  61. package/resources/qbd/inventory-adjustments.d.ts +4 -0
  62. package/resources/qbd/inventory-adjustments.d.ts.map +1 -1
  63. package/resources/qbd/inventory-assembly-items.d.mts +8 -5
  64. package/resources/qbd/inventory-assembly-items.d.mts.map +1 -1
  65. package/resources/qbd/inventory-assembly-items.d.ts +8 -5
  66. package/resources/qbd/inventory-assembly-items.d.ts.map +1 -1
  67. package/resources/qbd/inventory-items.d.mts +8 -5
  68. package/resources/qbd/inventory-items.d.mts.map +1 -1
  69. package/resources/qbd/inventory-items.d.ts +8 -5
  70. package/resources/qbd/inventory-items.d.ts.map +1 -1
  71. package/resources/qbd/inventory-sites.d.mts +4 -0
  72. package/resources/qbd/inventory-sites.d.mts.map +1 -1
  73. package/resources/qbd/inventory-sites.d.ts +4 -0
  74. package/resources/qbd/inventory-sites.d.ts.map +1 -1
  75. package/resources/qbd/invoices.d.mts +32 -0
  76. package/resources/qbd/invoices.d.mts.map +1 -1
  77. package/resources/qbd/invoices.d.ts +32 -0
  78. package/resources/qbd/invoices.d.ts.map +1 -1
  79. package/resources/qbd/item-receipts.d.mts +28 -0
  80. package/resources/qbd/item-receipts.d.mts.map +1 -1
  81. package/resources/qbd/item-receipts.d.ts +28 -0
  82. package/resources/qbd/item-receipts.d.ts.map +1 -1
  83. package/resources/qbd/journal-entries.d.mts +13 -0
  84. package/resources/qbd/journal-entries.d.mts.map +1 -1
  85. package/resources/qbd/journal-entries.d.ts +13 -0
  86. package/resources/qbd/journal-entries.d.ts.map +1 -1
  87. package/resources/qbd/other-names.d.mts +12 -0
  88. package/resources/qbd/other-names.d.mts.map +1 -1
  89. package/resources/qbd/other-names.d.ts +12 -0
  90. package/resources/qbd/other-names.d.ts.map +1 -1
  91. package/resources/qbd/payroll-wage-items.d.mts +3 -0
  92. package/resources/qbd/payroll-wage-items.d.mts.map +1 -1
  93. package/resources/qbd/payroll-wage-items.d.ts +3 -0
  94. package/resources/qbd/payroll-wage-items.d.ts.map +1 -1
  95. package/resources/qbd/price-levels.d.mts +18 -18
  96. package/resources/qbd/price-levels.d.mts.map +1 -1
  97. package/resources/qbd/price-levels.d.ts +18 -18
  98. package/resources/qbd/price-levels.d.ts.map +1 -1
  99. package/resources/qbd/purchase-orders.d.mts +26 -0
  100. package/resources/qbd/purchase-orders.d.mts.map +1 -1
  101. package/resources/qbd/purchase-orders.d.ts +26 -0
  102. package/resources/qbd/purchase-orders.d.ts.map +1 -1
  103. package/resources/qbd/receive-payments.d.mts +28 -0
  104. package/resources/qbd/receive-payments.d.mts.map +1 -1
  105. package/resources/qbd/receive-payments.d.ts +28 -0
  106. package/resources/qbd/receive-payments.d.ts.map +1 -1
  107. package/resources/qbd/sales-orders.d.mts +26 -0
  108. package/resources/qbd/sales-orders.d.mts.map +1 -1
  109. package/resources/qbd/sales-orders.d.ts +26 -0
  110. package/resources/qbd/sales-orders.d.ts.map +1 -1
  111. package/resources/qbd/sales-receipts.d.mts +26 -0
  112. package/resources/qbd/sales-receipts.d.mts.map +1 -1
  113. package/resources/qbd/sales-receipts.d.ts +26 -0
  114. package/resources/qbd/sales-receipts.d.ts.map +1 -1
  115. package/resources/qbd/time-tracking-activities.d.mts +6 -0
  116. package/resources/qbd/time-tracking-activities.d.mts.map +1 -1
  117. package/resources/qbd/time-tracking-activities.d.ts +6 -0
  118. package/resources/qbd/time-tracking-activities.d.ts.map +1 -1
  119. package/resources/qbd/transfers.d.mts +6 -0
  120. package/resources/qbd/transfers.d.mts.map +1 -1
  121. package/resources/qbd/transfers.d.ts +6 -0
  122. package/resources/qbd/transfers.d.ts.map +1 -1
  123. package/resources/qbd/vendor-credits.d.mts +28 -0
  124. package/resources/qbd/vendor-credits.d.mts.map +1 -1
  125. package/resources/qbd/vendor-credits.d.ts +28 -0
  126. package/resources/qbd/vendor-credits.d.ts.map +1 -1
  127. package/resources/qbd/vendors.d.mts +16 -0
  128. package/resources/qbd/vendors.d.mts.map +1 -1
  129. package/resources/qbd/vendors.d.ts +16 -0
  130. package/resources/qbd/vendors.d.ts.map +1 -1
  131. package/src/resources/qbd/bill-check-payments.ts +25 -0
  132. package/src/resources/qbd/bill-credit-card-payments.ts +11 -0
  133. package/src/resources/qbd/bills.ts +28 -0
  134. package/src/resources/qbd/build-assemblies.ts +4 -0
  135. package/src/resources/qbd/checks.ts +34 -0
  136. package/src/resources/qbd/credit-card-charges.ts +28 -0
  137. package/src/resources/qbd/credit-card-credits.ts +28 -0
  138. package/src/resources/qbd/credit-card-refunds.ts +5 -0
  139. package/src/resources/qbd/credit-memos.ts +26 -0
  140. package/src/resources/qbd/customers.ts +12 -0
  141. package/src/resources/qbd/deposits.ts +12 -0
  142. package/src/resources/qbd/discount-items.ts +9 -3
  143. package/src/resources/qbd/employees.ts +26 -0
  144. package/src/resources/qbd/estimates.ts +26 -0
  145. package/src/resources/qbd/inventory-adjustments.ts +4 -0
  146. package/src/resources/qbd/inventory-assembly-items.ts +8 -5
  147. package/src/resources/qbd/inventory-items.ts +8 -5
  148. package/src/resources/qbd/inventory-sites.ts +4 -0
  149. package/src/resources/qbd/invoices.ts +32 -0
  150. package/src/resources/qbd/item-receipts.ts +28 -0
  151. package/src/resources/qbd/journal-entries.ts +13 -0
  152. package/src/resources/qbd/other-names.ts +12 -0
  153. package/src/resources/qbd/payroll-wage-items.ts +3 -0
  154. package/src/resources/qbd/price-levels.ts +20 -20
  155. package/src/resources/qbd/purchase-orders.ts +26 -0
  156. package/src/resources/qbd/receive-payments.ts +28 -0
  157. package/src/resources/qbd/sales-orders.ts +26 -0
  158. package/src/resources/qbd/sales-receipts.ts +26 -0
  159. package/src/resources/qbd/time-tracking-activities.ts +6 -0
  160. package/src/resources/qbd/transfers.ts +6 -0
  161. package/src/resources/qbd/vendor-credits.ts +28 -0
  162. package/src/resources/qbd/vendors.ts +16 -0
  163. package/src/version.ts +1 -1
  164. package/version.d.mts +1 -1
  165. package/version.d.ts +1 -1
  166. package/version.js +1 -1
  167. package/version.mjs +1 -1
@@ -245,6 +245,9 @@ export interface TransferCreateParams {
245
245
  /**
246
246
  * Body param: The monetary amount of this transfer, represented as a decimal
247
247
  * string.
248
+ *
249
+ * Decimal string format: exactly 2 decimal places when cents are included and up
250
+ * to 13 digits before the decimal point (for example, "123.45").
248
251
  */
249
252
  amount: string;
250
253
 
@@ -305,6 +308,9 @@ export interface TransferUpdateParams {
305
308
  /**
306
309
  * Body param: The monetary amount of this transfer, represented as a decimal
307
310
  * string.
311
+ *
312
+ * Decimal string format: exactly 2 decimal places when cents are included and up
313
+ * to 13 digits before the decimal point (for example, "123.45").
308
314
  */
309
315
  amount?: string;
310
316
 
@@ -1759,6 +1759,8 @@ export interface VendorCreditCreateParams {
1759
1759
  * is not required to be unique and can be arbitrarily changed by the QuickBooks
1760
1760
  * user. When left blank in this create request, this field will be left blank in
1761
1761
  * QuickBooks (i.e., it does _not_ auto-increment).
1762
+ *
1763
+ * Maximum length: 20 characters.
1762
1764
  */
1763
1765
  refNumber?: string;
1764
1766
 
@@ -1787,6 +1789,9 @@ export namespace VendorCreditCreateParams {
1787
1789
 
1788
1790
  /**
1789
1791
  * The monetary amount of this expense line, represented as a decimal string.
1792
+ *
1793
+ * Decimal string format: exactly 2 decimal places when cents are included and up
1794
+ * to 13 digits before the decimal point (for example, "123.45").
1790
1795
  */
1791
1796
  amount?: string;
1792
1797
 
@@ -1943,6 +1948,9 @@ export namespace VendorCreditCreateParams {
1943
1948
  * to calculate `amount`. If `amount`, `cost`, and `quantity` are all unspecified,
1944
1949
  * then QuickBooks will calculate `amount` based on a `quantity` of `1` and the
1945
1950
  * suggested `cost`. This field cannot be cleared.
1951
+ *
1952
+ * Decimal string format: exactly 2 decimal places when cents are included and up
1953
+ * to 13 digits before the decimal point (for example, "123.45").
1946
1954
  */
1947
1955
  amount?: string;
1948
1956
 
@@ -1964,6 +1972,9 @@ export namespace VendorCreditCreateParams {
1964
1972
  * The cost of this item line, represented as a decimal string. If both `quantity`
1965
1973
  * and `amount` are specified but not `cost`, QuickBooks will use them to calculate
1966
1974
  * `cost`.
1975
+ *
1976
+ * Decimal string format: up to 5 decimal places and up to 10 digits before the
1977
+ * decimal point (for example, "123.45").
1967
1978
  */
1968
1979
  cost?: string;
1969
1980
 
@@ -2287,6 +2298,8 @@ export interface VendorCreditUpdateParams {
2287
2298
  * credit, which can be used to identify the transaction in QuickBooks. This value
2288
2299
  * is not required to be unique and can be arbitrarily changed by the QuickBooks
2289
2300
  * user.
2301
+ *
2302
+ * Maximum length: 20 characters.
2290
2303
  */
2291
2304
  refNumber?: string;
2292
2305
 
@@ -2334,6 +2347,9 @@ export namespace VendorCreditUpdateParams {
2334
2347
 
2335
2348
  /**
2336
2349
  * The monetary amount of this expense line, represented as a decimal string.
2350
+ *
2351
+ * Decimal string format: exactly 2 decimal places when cents are included and up
2352
+ * to 13 digits before the decimal point (for example, "123.45").
2337
2353
  */
2338
2354
  amount?: string;
2339
2355
 
@@ -2458,6 +2474,9 @@ export namespace VendorCreditUpdateParams {
2458
2474
  * to calculate `amount`. If `amount`, `cost`, and `quantity` are all unspecified,
2459
2475
  * then QuickBooks will calculate `amount` based on a `quantity` of `1` and the
2460
2476
  * suggested `cost`. This field cannot be cleared.
2477
+ *
2478
+ * Decimal string format: exactly 2 decimal places when cents are included and up
2479
+ * to 13 digits before the decimal point (for example, "123.45").
2461
2480
  */
2462
2481
  amount?: string;
2463
2482
 
@@ -2479,6 +2498,9 @@ export namespace VendorCreditUpdateParams {
2479
2498
  * The cost of this item line, represented as a decimal string. If both `quantity`
2480
2499
  * and `amount` are specified but not `cost`, QuickBooks will use them to calculate
2481
2500
  * `cost`.
2501
+ *
2502
+ * Decimal string format: up to 5 decimal places and up to 10 digits before the
2503
+ * decimal point (for example, "123.45").
2482
2504
  */
2483
2505
  cost?: string;
2484
2506
 
@@ -2598,6 +2620,9 @@ export namespace VendorCreditUpdateParams {
2598
2620
  * to calculate `amount`. If `amount`, `cost`, and `quantity` are all unspecified,
2599
2621
  * then QuickBooks will calculate `amount` based on a `quantity` of `1` and the
2600
2622
  * suggested `cost`. This field cannot be cleared.
2623
+ *
2624
+ * Decimal string format: exactly 2 decimal places when cents are included and up
2625
+ * to 13 digits before the decimal point (for example, "123.45").
2601
2626
  */
2602
2627
  amount?: string;
2603
2628
 
@@ -2619,6 +2644,9 @@ export namespace VendorCreditUpdateParams {
2619
2644
  * The cost of this item line, represented as a decimal string. If both `quantity`
2620
2645
  * and `amount` are specified but not `cost`, QuickBooks will use them to calculate
2621
2646
  * `cost`.
2647
+ *
2648
+ * Decimal string format: up to 5 decimal places and up to 10 digits before the
2649
+ * decimal point (for example, "123.45").
2622
2650
  */
2623
2651
  cost?: string;
2624
2652
 
@@ -924,6 +924,8 @@ export interface VendorCreateParams {
924
924
 
925
925
  /**
926
926
  * Body param: The vendor's alternate telephone number.
927
+ *
928
+ * Maximum length: 21 characters.
927
929
  */
928
930
  alternatePhone?: string;
929
931
 
@@ -1004,6 +1006,8 @@ export interface VendorCreateParams {
1004
1006
 
1005
1007
  /**
1006
1008
  * Body param: The vendor's fax number.
1009
+ *
1010
+ * Maximum length: 21 characters.
1007
1011
  */
1008
1012
  fax?: string;
1009
1013
 
@@ -1072,6 +1076,8 @@ export interface VendorCreateParams {
1072
1076
  /**
1073
1077
  * Body param: The vendor's name as it should appear on checks issued to this
1074
1078
  * vendor.
1079
+ *
1080
+ * Maximum length: 41 characters.
1075
1081
  */
1076
1082
  nameOnCheck?: string;
1077
1083
 
@@ -1094,6 +1100,8 @@ export interface VendorCreateParams {
1094
1100
 
1095
1101
  /**
1096
1102
  * Body param: The vendor's primary telephone number.
1103
+ *
1104
+ * Maximum length: 21 characters.
1097
1105
  */
1098
1106
  phone?: string;
1099
1107
 
@@ -1440,6 +1448,8 @@ export interface VendorUpdateParams {
1440
1448
 
1441
1449
  /**
1442
1450
  * Body param: The vendor's alternate telephone number.
1451
+ *
1452
+ * Maximum length: 21 characters.
1443
1453
  */
1444
1454
  alternatePhone?: string;
1445
1455
 
@@ -1510,6 +1520,8 @@ export interface VendorUpdateParams {
1510
1520
 
1511
1521
  /**
1512
1522
  * Body param: The vendor's fax number.
1523
+ *
1524
+ * Maximum length: 21 characters.
1513
1525
  */
1514
1526
  fax?: string;
1515
1527
 
@@ -1590,6 +1602,8 @@ export interface VendorUpdateParams {
1590
1602
  /**
1591
1603
  * Body param: The vendor's name as it should appear on checks issued to this
1592
1604
  * vendor.
1605
+ *
1606
+ * Maximum length: 41 characters.
1593
1607
  */
1594
1608
  nameOnCheck?: string;
1595
1609
 
@@ -1600,6 +1614,8 @@ export interface VendorUpdateParams {
1600
1614
 
1601
1615
  /**
1602
1616
  * Body param: The vendor's primary telephone number.
1617
+ *
1618
+ * Maximum length: 21 characters.
1603
1619
  */
1604
1620
  phone?: string;
1605
1621
 
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '14.11.0'; // x-release-please-version
1
+ export const VERSION = '14.12.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "14.11.0";
1
+ export declare const VERSION = "14.12.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "14.11.0";
1
+ export declare const VERSION = "14.12.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.11.0'; // x-release-please-version
4
+ exports.VERSION = '14.12.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '14.11.0'; // x-release-please-version
1
+ export const VERSION = '14.12.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map