conductor-node 12.11.0 → 12.13.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 (202) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/core.d.ts +5 -2
  3. package/core.d.ts.map +1 -1
  4. package/core.js +11 -6
  5. package/core.js.map +1 -1
  6. package/core.mjs +11 -6
  7. package/core.mjs.map +1 -1
  8. package/index.d.mts +1 -0
  9. package/index.d.ts +1 -0
  10. package/index.d.ts.map +1 -1
  11. package/index.js +7 -3
  12. package/index.js.map +1 -1
  13. package/index.mjs +7 -3
  14. package/index.mjs.map +1 -1
  15. package/package.json +1 -1
  16. package/resources/end-users.d.ts +6 -2
  17. package/resources/end-users.d.ts.map +1 -1
  18. package/resources/qbd/accounts.d.ts +12 -6
  19. package/resources/qbd/accounts.d.ts.map +1 -1
  20. package/resources/qbd/bill-check-payments.d.ts +12 -6
  21. package/resources/qbd/bill-check-payments.d.ts.map +1 -1
  22. package/resources/qbd/bill-check-payments.js.map +1 -1
  23. package/resources/qbd/bill-check-payments.mjs.map +1 -1
  24. package/resources/qbd/bill-credit-card-payments.d.ts +12 -6
  25. package/resources/qbd/bill-credit-card-payments.d.ts.map +1 -1
  26. package/resources/qbd/bill-credit-card-payments.js.map +1 -1
  27. package/resources/qbd/bill-credit-card-payments.mjs.map +1 -1
  28. package/resources/qbd/bills.d.ts +9 -6
  29. package/resources/qbd/bills.d.ts.map +1 -1
  30. package/resources/qbd/bills.js.map +1 -1
  31. package/resources/qbd/bills.mjs.map +1 -1
  32. package/resources/qbd/checks.d.ts +12 -6
  33. package/resources/qbd/checks.d.ts.map +1 -1
  34. package/resources/qbd/checks.js.map +1 -1
  35. package/resources/qbd/checks.mjs.map +1 -1
  36. package/resources/qbd/classes.d.ts +12 -6
  37. package/resources/qbd/classes.d.ts.map +1 -1
  38. package/resources/qbd/credit-card-charges.d.ts +12 -6
  39. package/resources/qbd/credit-card-charges.d.ts.map +1 -1
  40. package/resources/qbd/credit-card-charges.js.map +1 -1
  41. package/resources/qbd/credit-card-charges.mjs.map +1 -1
  42. package/resources/qbd/credit-card-credits.d.ts +12 -6
  43. package/resources/qbd/credit-card-credits.d.ts.map +1 -1
  44. package/resources/qbd/credit-card-credits.js.map +1 -1
  45. package/resources/qbd/credit-card-credits.mjs.map +1 -1
  46. package/resources/qbd/credit-memos.d.ts +9 -5
  47. package/resources/qbd/credit-memos.d.ts.map +1 -1
  48. package/resources/qbd/credit-memos.js.map +1 -1
  49. package/resources/qbd/credit-memos.mjs.map +1 -1
  50. package/resources/qbd/customers.d.ts +12 -6
  51. package/resources/qbd/customers.d.ts.map +1 -1
  52. package/resources/qbd/customers.js.map +1 -1
  53. package/resources/qbd/customers.mjs.map +1 -1
  54. package/resources/qbd/date-driven-terms.d.ts +12 -6
  55. package/resources/qbd/date-driven-terms.d.ts.map +1 -1
  56. package/resources/qbd/discount-items.d.ts +12 -6
  57. package/resources/qbd/discount-items.d.ts.map +1 -1
  58. package/resources/qbd/discount-items.js.map +1 -1
  59. package/resources/qbd/discount-items.mjs.map +1 -1
  60. package/resources/qbd/employees.d.ts +12 -6
  61. package/resources/qbd/employees.d.ts.map +1 -1
  62. package/resources/qbd/employees.js.map +1 -1
  63. package/resources/qbd/employees.mjs.map +1 -1
  64. package/resources/qbd/estimates.d.ts +7 -4
  65. package/resources/qbd/estimates.d.ts.map +1 -1
  66. package/resources/qbd/estimates.js.map +1 -1
  67. package/resources/qbd/estimates.mjs.map +1 -1
  68. package/resources/qbd/inventory-adjustments.d.ts +12 -6
  69. package/resources/qbd/inventory-adjustments.d.ts.map +1 -1
  70. package/resources/qbd/inventory-assembly-items.d.ts +12 -6
  71. package/resources/qbd/inventory-assembly-items.d.ts.map +1 -1
  72. package/resources/qbd/inventory-assembly-items.js.map +1 -1
  73. package/resources/qbd/inventory-assembly-items.mjs.map +1 -1
  74. package/resources/qbd/inventory-items.d.ts +12 -6
  75. package/resources/qbd/inventory-items.d.ts.map +1 -1
  76. package/resources/qbd/inventory-items.js.map +1 -1
  77. package/resources/qbd/inventory-items.mjs.map +1 -1
  78. package/resources/qbd/inventory-sites.d.ts +12 -6
  79. package/resources/qbd/inventory-sites.d.ts.map +1 -1
  80. package/resources/qbd/invoices.d.ts +7 -4
  81. package/resources/qbd/invoices.d.ts.map +1 -1
  82. package/resources/qbd/invoices.js.map +1 -1
  83. package/resources/qbd/invoices.mjs.map +1 -1
  84. package/resources/qbd/item-groups.d.ts +12 -6
  85. package/resources/qbd/item-groups.d.ts.map +1 -1
  86. package/resources/qbd/item-groups.js.map +1 -1
  87. package/resources/qbd/item-groups.mjs.map +1 -1
  88. package/resources/qbd/item-receipts.d.ts +11 -6
  89. package/resources/qbd/item-receipts.d.ts.map +1 -1
  90. package/resources/qbd/item-receipts.js.map +1 -1
  91. package/resources/qbd/item-receipts.mjs.map +1 -1
  92. package/resources/qbd/journal-entries.d.ts +12 -6
  93. package/resources/qbd/journal-entries.d.ts.map +1 -1
  94. package/resources/qbd/journal-entries.js.map +1 -1
  95. package/resources/qbd/journal-entries.mjs.map +1 -1
  96. package/resources/qbd/non-inventory-items.d.ts +12 -6
  97. package/resources/qbd/non-inventory-items.d.ts.map +1 -1
  98. package/resources/qbd/non-inventory-items.js.map +1 -1
  99. package/resources/qbd/non-inventory-items.mjs.map +1 -1
  100. package/resources/qbd/other-names.d.ts +12 -6
  101. package/resources/qbd/other-names.d.ts.map +1 -1
  102. package/resources/qbd/payment-methods.d.ts +12 -6
  103. package/resources/qbd/payment-methods.d.ts.map +1 -1
  104. package/resources/qbd/payroll-wage-items.d.ts +12 -6
  105. package/resources/qbd/payroll-wage-items.d.ts.map +1 -1
  106. package/resources/qbd/payroll-wage-items.js.map +1 -1
  107. package/resources/qbd/payroll-wage-items.mjs.map +1 -1
  108. package/resources/qbd/price-levels.d.ts +12 -6
  109. package/resources/qbd/price-levels.d.ts.map +1 -1
  110. package/resources/qbd/purchase-orders.d.ts +12 -6
  111. package/resources/qbd/purchase-orders.d.ts.map +1 -1
  112. package/resources/qbd/purchase-orders.js.map +1 -1
  113. package/resources/qbd/purchase-orders.mjs.map +1 -1
  114. package/resources/qbd/receive-payments.d.ts +12 -6
  115. package/resources/qbd/receive-payments.d.ts.map +1 -1
  116. package/resources/qbd/receive-payments.js.map +1 -1
  117. package/resources/qbd/receive-payments.mjs.map +1 -1
  118. package/resources/qbd/sales-orders.d.ts +9 -5
  119. package/resources/qbd/sales-orders.d.ts.map +1 -1
  120. package/resources/qbd/sales-orders.js.map +1 -1
  121. package/resources/qbd/sales-orders.mjs.map +1 -1
  122. package/resources/qbd/sales-receipts.d.ts +12 -6
  123. package/resources/qbd/sales-receipts.d.ts.map +1 -1
  124. package/resources/qbd/sales-receipts.js.map +1 -1
  125. package/resources/qbd/sales-receipts.mjs.map +1 -1
  126. package/resources/qbd/sales-representatives.d.ts +12 -6
  127. package/resources/qbd/sales-representatives.d.ts.map +1 -1
  128. package/resources/qbd/sales-tax-codes.d.ts +12 -6
  129. package/resources/qbd/sales-tax-codes.d.ts.map +1 -1
  130. package/resources/qbd/sales-tax-items.d.ts +12 -6
  131. package/resources/qbd/sales-tax-items.d.ts.map +1 -1
  132. package/resources/qbd/sales-tax-items.js.map +1 -1
  133. package/resources/qbd/sales-tax-items.mjs.map +1 -1
  134. package/resources/qbd/service-items.d.ts +12 -6
  135. package/resources/qbd/service-items.d.ts.map +1 -1
  136. package/resources/qbd/service-items.js.map +1 -1
  137. package/resources/qbd/service-items.mjs.map +1 -1
  138. package/resources/qbd/standard-terms.d.ts +12 -6
  139. package/resources/qbd/standard-terms.d.ts.map +1 -1
  140. package/resources/qbd/subtotal-items.d.ts +12 -6
  141. package/resources/qbd/subtotal-items.d.ts.map +1 -1
  142. package/resources/qbd/subtotal-items.js.map +1 -1
  143. package/resources/qbd/subtotal-items.mjs.map +1 -1
  144. package/resources/qbd/transactions.d.ts +9 -5
  145. package/resources/qbd/transactions.d.ts.map +1 -1
  146. package/resources/qbd/transactions.js.map +1 -1
  147. package/resources/qbd/transactions.mjs.map +1 -1
  148. package/resources/qbd/vendor-credits.d.ts +12 -6
  149. package/resources/qbd/vendor-credits.d.ts.map +1 -1
  150. package/resources/qbd/vendor-credits.js.map +1 -1
  151. package/resources/qbd/vendor-credits.mjs.map +1 -1
  152. package/resources/qbd/vendors.d.ts +12 -6
  153. package/resources/qbd/vendors.d.ts.map +1 -1
  154. package/resources/qbd/vendors.js.map +1 -1
  155. package/resources/qbd/vendors.mjs.map +1 -1
  156. package/src/core.ts +11 -4
  157. package/src/index.ts +9 -1
  158. package/src/resources/end-users.ts +2 -2
  159. package/src/resources/qbd/accounts.ts +12 -6
  160. package/src/resources/qbd/bill-check-payments.ts +12 -6
  161. package/src/resources/qbd/bill-credit-card-payments.ts +12 -6
  162. package/src/resources/qbd/bills.ts +9 -6
  163. package/src/resources/qbd/checks.ts +12 -6
  164. package/src/resources/qbd/classes.ts +12 -6
  165. package/src/resources/qbd/credit-card-charges.ts +12 -6
  166. package/src/resources/qbd/credit-card-credits.ts +12 -6
  167. package/src/resources/qbd/credit-memos.ts +9 -5
  168. package/src/resources/qbd/customers.ts +12 -6
  169. package/src/resources/qbd/date-driven-terms.ts +12 -6
  170. package/src/resources/qbd/discount-items.ts +12 -6
  171. package/src/resources/qbd/employees.ts +12 -6
  172. package/src/resources/qbd/estimates.ts +7 -4
  173. package/src/resources/qbd/inventory-adjustments.ts +12 -6
  174. package/src/resources/qbd/inventory-assembly-items.ts +12 -6
  175. package/src/resources/qbd/inventory-items.ts +12 -6
  176. package/src/resources/qbd/inventory-sites.ts +12 -6
  177. package/src/resources/qbd/invoices.ts +7 -4
  178. package/src/resources/qbd/item-groups.ts +12 -6
  179. package/src/resources/qbd/item-receipts.ts +11 -6
  180. package/src/resources/qbd/journal-entries.ts +12 -6
  181. package/src/resources/qbd/non-inventory-items.ts +12 -6
  182. package/src/resources/qbd/other-names.ts +12 -6
  183. package/src/resources/qbd/payment-methods.ts +12 -6
  184. package/src/resources/qbd/payroll-wage-items.ts +12 -6
  185. package/src/resources/qbd/price-levels.ts +12 -6
  186. package/src/resources/qbd/purchase-orders.ts +12 -6
  187. package/src/resources/qbd/receive-payments.ts +12 -6
  188. package/src/resources/qbd/sales-orders.ts +9 -5
  189. package/src/resources/qbd/sales-receipts.ts +12 -6
  190. package/src/resources/qbd/sales-representatives.ts +12 -6
  191. package/src/resources/qbd/sales-tax-codes.ts +12 -6
  192. package/src/resources/qbd/sales-tax-items.ts +12 -6
  193. package/src/resources/qbd/service-items.ts +12 -6
  194. package/src/resources/qbd/standard-terms.ts +12 -6
  195. package/src/resources/qbd/subtotal-items.ts +12 -6
  196. package/src/resources/qbd/transactions.ts +9 -5
  197. package/src/resources/qbd/vendor-credits.ts +12 -6
  198. package/src/resources/qbd/vendors.ts +12 -6
  199. package/src/version.ts +1 -1
  200. package/version.d.ts +1 -1
  201. package/version.js +1 -1
  202. package/version.mjs +1 -1
@@ -1001,15 +1001,19 @@ export interface JournalEntryListParams extends CursorPageParams {
1001
1001
 
1002
1002
  /**
1003
1003
  * Query param: Filter for journal entries whose `refNumber` contains this
1004
- * substring. NOTE: If you use this parameter, you cannot also use
1005
- * `refNumberStartsWith` or `refNumberEndsWith`.
1004
+ * substring.
1005
+ *
1006
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberStartsWith`
1007
+ * or `refNumberEndsWith`.
1006
1008
  */
1007
1009
  refNumberContains?: string;
1008
1010
 
1009
1011
  /**
1010
1012
  * Query param: Filter for journal entries whose `refNumber` ends with this
1011
- * substring. NOTE: If you use this parameter, you cannot also use
1012
- * `refNumberContains` or `refNumberStartsWith`.
1013
+ * substring.
1014
+ *
1015
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberContains` or
1016
+ * `refNumberStartsWith`.
1013
1017
  */
1014
1018
  refNumberEndsWith?: string;
1015
1019
 
@@ -1036,8 +1040,10 @@ export interface JournalEntryListParams extends CursorPageParams {
1036
1040
 
1037
1041
  /**
1038
1042
  * Query param: Filter for journal entries whose `refNumber` starts with this
1039
- * substring. NOTE: If you use this parameter, you cannot also use
1040
- * `refNumberContains` or `refNumberEndsWith`.
1043
+ * substring.
1044
+ *
1045
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberContains` or
1046
+ * `refNumberEndsWith`.
1041
1047
  */
1042
1048
  refNumberStartsWith?: string;
1043
1049
 
@@ -1113,15 +1113,19 @@ export interface NonInventoryItemListParams extends CursorPageParams {
1113
1113
 
1114
1114
  /**
1115
1115
  * Query param: Filter for non-inventory items whose `name` contains this
1116
- * substring, case-insensitive. NOTE: If you use this parameter, you cannot also
1117
- * use `nameStartsWith` or `nameEndsWith`.
1116
+ * substring, case-insensitive.
1117
+ *
1118
+ * **NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or
1119
+ * `nameEndsWith`.
1118
1120
  */
1119
1121
  nameContains?: string;
1120
1122
 
1121
1123
  /**
1122
1124
  * Query param: Filter for non-inventory items whose `name` ends with this
1123
- * substring, case-insensitive. NOTE: If you use this parameter, you cannot also
1124
- * use `nameContains` or `nameStartsWith`.
1125
+ * substring, case-insensitive.
1126
+ *
1127
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
1128
+ * `nameStartsWith`.
1125
1129
  */
1126
1130
  nameEndsWith?: string;
1127
1131
 
@@ -1133,8 +1137,10 @@ export interface NonInventoryItemListParams extends CursorPageParams {
1133
1137
 
1134
1138
  /**
1135
1139
  * Query param: Filter for non-inventory items whose `name` starts with this
1136
- * substring, case-insensitive. NOTE: If you use this parameter, you cannot also
1137
- * use `nameContains` or `nameEndsWith`.
1140
+ * substring, case-insensitive.
1141
+ *
1142
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
1143
+ * `nameEndsWith`.
1138
1144
  */
1139
1145
  nameStartsWith?: string;
1140
1146
 
@@ -780,15 +780,19 @@ export interface OtherNameListParams {
780
780
 
781
781
  /**
782
782
  * Query param: Filter for other-names whose `name` contains this substring,
783
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
784
- * `nameStartsWith` or `nameEndsWith`.
783
+ * case-insensitive.
784
+ *
785
+ * **NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or
786
+ * `nameEndsWith`.
785
787
  */
786
788
  nameContains?: string;
787
789
 
788
790
  /**
789
791
  * Query param: Filter for other-names whose `name` ends with this substring,
790
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
791
- * `nameContains` or `nameStartsWith`.
792
+ * case-insensitive.
793
+ *
794
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
795
+ * `nameStartsWith`.
792
796
  */
793
797
  nameEndsWith?: string;
794
798
 
@@ -812,8 +816,10 @@ export interface OtherNameListParams {
812
816
 
813
817
  /**
814
818
  * Query param: Filter for other-names whose `name` starts with this substring,
815
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
816
- * `nameContains` or `nameEndsWith`.
819
+ * case-insensitive.
820
+ *
821
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
822
+ * `nameEndsWith`.
817
823
  */
818
824
  nameStartsWith?: string;
819
825
 
@@ -246,15 +246,19 @@ export interface PaymentMethodListParams {
246
246
 
247
247
  /**
248
248
  * Query param: Filter for payment methods whose `name` contains this substring,
249
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
250
- * `nameStartsWith` or `nameEndsWith`.
249
+ * case-insensitive.
250
+ *
251
+ * **NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or
252
+ * `nameEndsWith`.
251
253
  */
252
254
  nameContains?: string;
253
255
 
254
256
  /**
255
257
  * Query param: Filter for payment methods whose `name` ends with this substring,
256
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
257
- * `nameContains` or `nameStartsWith`.
258
+ * case-insensitive.
259
+ *
260
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
261
+ * `nameStartsWith`.
258
262
  */
259
263
  nameEndsWith?: string;
260
264
 
@@ -278,8 +282,10 @@ export interface PaymentMethodListParams {
278
282
 
279
283
  /**
280
284
  * Query param: Filter for payment methods whose `name` starts with this substring,
281
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
282
- * `nameContains` or `nameEndsWith`.
285
+ * case-insensitive.
286
+ *
287
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
288
+ * `nameEndsWith`.
283
289
  */
284
290
  nameStartsWith?: string;
285
291
 
@@ -257,15 +257,19 @@ export interface PayrollWageItemListParams extends CursorPageParams {
257
257
 
258
258
  /**
259
259
  * Query param: Filter for payroll wage items whose `name` contains this substring,
260
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
261
- * `nameStartsWith` or `nameEndsWith`.
260
+ * case-insensitive.
261
+ *
262
+ * **NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or
263
+ * `nameEndsWith`.
262
264
  */
263
265
  nameContains?: string;
264
266
 
265
267
  /**
266
268
  * Query param: Filter for payroll wage items whose `name` ends with this
267
- * substring, case-insensitive. NOTE: If you use this parameter, you cannot also
268
- * use `nameContains` or `nameStartsWith`.
269
+ * substring, case-insensitive.
270
+ *
271
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
272
+ * `nameStartsWith`.
269
273
  */
270
274
  nameEndsWith?: string;
271
275
 
@@ -290,8 +294,10 @@ export interface PayrollWageItemListParams extends CursorPageParams {
290
294
 
291
295
  /**
292
296
  * Query param: Filter for payroll wage items whose `name` starts with this
293
- * substring, case-insensitive. NOTE: If you use this parameter, you cannot also
294
- * use `nameContains` or `nameEndsWith`.
297
+ * substring, case-insensitive.
298
+ *
299
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
300
+ * `nameEndsWith`.
295
301
  */
296
302
  nameStartsWith?: string;
297
303
 
@@ -520,15 +520,19 @@ export interface PriceLevelListParams {
520
520
 
521
521
  /**
522
522
  * Query param: Filter for price levels whose `name` contains this substring,
523
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
524
- * `nameStartsWith` or `nameEndsWith`.
523
+ * case-insensitive.
524
+ *
525
+ * **NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or
526
+ * `nameEndsWith`.
525
527
  */
526
528
  nameContains?: string;
527
529
 
528
530
  /**
529
531
  * Query param: Filter for price levels whose `name` ends with this substring,
530
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
531
- * `nameContains` or `nameStartsWith`.
532
+ * case-insensitive.
533
+ *
534
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
535
+ * `nameStartsWith`.
532
536
  */
533
537
  nameEndsWith?: string;
534
538
 
@@ -552,8 +556,10 @@ export interface PriceLevelListParams {
552
556
 
553
557
  /**
554
558
  * Query param: Filter for price levels whose `name` starts with this substring,
555
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
556
- * `nameContains` or `nameEndsWith`.
559
+ * case-insensitive.
560
+ *
561
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
562
+ * `nameEndsWith`.
557
563
  */
558
564
  nameStartsWith?: string;
559
565
 
@@ -2990,15 +2990,19 @@ export interface PurchaseOrderListParams extends CursorPageParams {
2990
2990
 
2991
2991
  /**
2992
2992
  * Query param: Filter for purchase orders whose `refNumber` contains this
2993
- * substring. NOTE: If you use this parameter, you cannot also use
2994
- * `refNumberStartsWith` or `refNumberEndsWith`.
2993
+ * substring.
2994
+ *
2995
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberStartsWith`
2996
+ * or `refNumberEndsWith`.
2995
2997
  */
2996
2998
  refNumberContains?: string;
2997
2999
 
2998
3000
  /**
2999
3001
  * Query param: Filter for purchase orders whose `refNumber` ends with this
3000
- * substring. NOTE: If you use this parameter, you cannot also use
3001
- * `refNumberContains` or `refNumberStartsWith`.
3002
+ * substring.
3003
+ *
3004
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberContains` or
3005
+ * `refNumberStartsWith`.
3002
3006
  */
3003
3007
  refNumberEndsWith?: string;
3004
3008
 
@@ -3025,8 +3029,10 @@ export interface PurchaseOrderListParams extends CursorPageParams {
3025
3029
 
3026
3030
  /**
3027
3031
  * Query param: Filter for purchase orders whose `refNumber` starts with this
3028
- * substring. NOTE: If you use this parameter, you cannot also use
3029
- * `refNumberContains` or `refNumberEndsWith`.
3032
+ * substring.
3033
+ *
3034
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberContains` or
3035
+ * `refNumberEndsWith`.
3030
3036
  */
3031
3037
  refNumberStartsWith?: string;
3032
3038
 
@@ -1561,15 +1561,19 @@ export interface ReceivePaymentListParams extends CursorPageParams {
1561
1561
 
1562
1562
  /**
1563
1563
  * Query param: Filter for receive-payments whose `refNumber` contains this
1564
- * substring. NOTE: If you use this parameter, you cannot also use
1565
- * `refNumberStartsWith` or `refNumberEndsWith`.
1564
+ * substring.
1565
+ *
1566
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberStartsWith`
1567
+ * or `refNumberEndsWith`.
1566
1568
  */
1567
1569
  refNumberContains?: string;
1568
1570
 
1569
1571
  /**
1570
1572
  * Query param: Filter for receive-payments whose `refNumber` ends with this
1571
- * substring. NOTE: If you use this parameter, you cannot also use
1572
- * `refNumberContains` or `refNumberStartsWith`.
1573
+ * substring.
1574
+ *
1575
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberContains` or
1576
+ * `refNumberStartsWith`.
1573
1577
  */
1574
1578
  refNumberEndsWith?: string;
1575
1579
 
@@ -1596,8 +1600,10 @@ export interface ReceivePaymentListParams extends CursorPageParams {
1596
1600
 
1597
1601
  /**
1598
1602
  * Query param: Filter for receive-payments whose `refNumber` starts with this
1599
- * substring. NOTE: If you use this parameter, you cannot also use
1600
- * `refNumberContains` or `refNumberEndsWith`.
1603
+ * substring.
1604
+ *
1605
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberContains` or
1606
+ * `refNumberEndsWith`.
1601
1607
  */
1602
1608
  refNumberStartsWith?: string;
1603
1609
 
@@ -3088,14 +3088,16 @@ export interface SalesOrderListParams extends CursorPageParams {
3088
3088
 
3089
3089
  /**
3090
3090
  * Query param: Filter for sales orders whose `refNumber` contains this substring.
3091
- * NOTE: If you use this parameter, you cannot also use `refNumberStartsWith` or
3092
- * `refNumberEndsWith`.
3091
+ *
3092
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberStartsWith`
3093
+ * or `refNumberEndsWith`.
3093
3094
  */
3094
3095
  refNumberContains?: string;
3095
3096
 
3096
3097
  /**
3097
3098
  * Query param: Filter for sales orders whose `refNumber` ends with this substring.
3098
- * NOTE: If you use this parameter, you cannot also use `refNumberContains` or
3099
+ *
3100
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberContains` or
3099
3101
  * `refNumberStartsWith`.
3100
3102
  */
3101
3103
  refNumberEndsWith?: string;
@@ -3123,8 +3125,10 @@ export interface SalesOrderListParams extends CursorPageParams {
3123
3125
 
3124
3126
  /**
3125
3127
  * Query param: Filter for sales orders whose `refNumber` starts with this
3126
- * substring. NOTE: If you use this parameter, you cannot also use
3127
- * `refNumberContains` or `refNumberEndsWith`.
3128
+ * substring.
3129
+ *
3130
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberContains` or
3131
+ * `refNumberEndsWith`.
3128
3132
  */
3129
3133
  refNumberStartsWith?: string;
3130
3134
 
@@ -3928,15 +3928,19 @@ export interface SalesReceiptListParams extends CursorPageParams {
3928
3928
 
3929
3929
  /**
3930
3930
  * Query param: Filter for sales receipts whose `refNumber` contains this
3931
- * substring. NOTE: If you use this parameter, you cannot also use
3932
- * `refNumberStartsWith` or `refNumberEndsWith`.
3931
+ * substring.
3932
+ *
3933
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberStartsWith`
3934
+ * or `refNumberEndsWith`.
3933
3935
  */
3934
3936
  refNumberContains?: string;
3935
3937
 
3936
3938
  /**
3937
3939
  * Query param: Filter for sales receipts whose `refNumber` ends with this
3938
- * substring. NOTE: If you use this parameter, you cannot also use
3939
- * `refNumberContains` or `refNumberStartsWith`.
3940
+ * substring.
3941
+ *
3942
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberContains` or
3943
+ * `refNumberStartsWith`.
3940
3944
  */
3941
3945
  refNumberEndsWith?: string;
3942
3946
 
@@ -3963,8 +3967,10 @@ export interface SalesReceiptListParams extends CursorPageParams {
3963
3967
 
3964
3968
  /**
3965
3969
  * Query param: Filter for sales receipts whose `refNumber` starts with this
3966
- * substring. NOTE: If you use this parameter, you cannot also use
3967
- * `refNumberContains` or `refNumberEndsWith`.
3970
+ * substring.
3971
+ *
3972
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberContains` or
3973
+ * `refNumberEndsWith`.
3968
3974
  */
3969
3975
  refNumberStartsWith?: string;
3970
3976
 
@@ -306,15 +306,19 @@ export interface SalesRepresentativeListParams {
306
306
 
307
307
  /**
308
308
  * Query param: Filter for sales representatives whose `name` contains this
309
- * substring, case-insensitive. NOTE: If you use this parameter, you cannot also
310
- * use `nameStartsWith` or `nameEndsWith`.
309
+ * substring, case-insensitive.
310
+ *
311
+ * **NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or
312
+ * `nameEndsWith`.
311
313
  */
312
314
  nameContains?: string;
313
315
 
314
316
  /**
315
317
  * Query param: Filter for sales representatives whose `name` ends with this
316
- * substring, case-insensitive. NOTE: If you use this parameter, you cannot also
317
- * use `nameContains` or `nameStartsWith`.
318
+ * substring, case-insensitive.
319
+ *
320
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
321
+ * `nameStartsWith`.
318
322
  */
319
323
  nameEndsWith?: string;
320
324
 
@@ -339,8 +343,10 @@ export interface SalesRepresentativeListParams {
339
343
 
340
344
  /**
341
345
  * Query param: Filter for sales representatives whose `name` starts with this
342
- * substring, case-insensitive. NOTE: If you use this parameter, you cannot also
343
- * use `nameContains` or `nameEndsWith`.
346
+ * substring, case-insensitive.
347
+ *
348
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
349
+ * `nameEndsWith`.
344
350
  */
345
351
  nameStartsWith?: string;
346
352
 
@@ -362,15 +362,19 @@ export interface SalesTaxCodeListParams {
362
362
 
363
363
  /**
364
364
  * Query param: Filter for sales-tax codes whose `name` contains this substring,
365
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
366
- * `nameStartsWith` or `nameEndsWith`.
365
+ * case-insensitive.
366
+ *
367
+ * **NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or
368
+ * `nameEndsWith`.
367
369
  */
368
370
  nameContains?: string;
369
371
 
370
372
  /**
371
373
  * Query param: Filter for sales-tax codes whose `name` ends with this substring,
372
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
373
- * `nameContains` or `nameStartsWith`.
374
+ * case-insensitive.
375
+ *
376
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
377
+ * `nameStartsWith`.
374
378
  */
375
379
  nameEndsWith?: string;
376
380
 
@@ -394,8 +398,10 @@ export interface SalesTaxCodeListParams {
394
398
 
395
399
  /**
396
400
  * Query param: Filter for sales-tax codes whose `name` starts with this substring,
397
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
398
- * `nameContains` or `nameEndsWith`.
401
+ * case-insensitive.
402
+ *
403
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
404
+ * `nameEndsWith`.
399
405
  */
400
406
  nameStartsWith?: string;
401
407
 
@@ -546,15 +546,19 @@ export interface SalesTaxItemListParams extends CursorPageParams {
546
546
 
547
547
  /**
548
548
  * Query param: Filter for sales-tax items whose `name` contains this substring,
549
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
550
- * `nameStartsWith` or `nameEndsWith`.
549
+ * case-insensitive.
550
+ *
551
+ * **NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or
552
+ * `nameEndsWith`.
551
553
  */
552
554
  nameContains?: string;
553
555
 
554
556
  /**
555
557
  * Query param: Filter for sales-tax items whose `name` ends with this substring,
556
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
557
- * `nameContains` or `nameStartsWith`.
558
+ * case-insensitive.
559
+ *
560
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
561
+ * `nameStartsWith`.
558
562
  */
559
563
  nameEndsWith?: string;
560
564
 
@@ -578,8 +582,10 @@ export interface SalesTaxItemListParams extends CursorPageParams {
578
582
 
579
583
  /**
580
584
  * Query param: Filter for sales-tax items whose `name` starts with this substring,
581
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
582
- * `nameContains` or `nameEndsWith`.
585
+ * case-insensitive.
586
+ *
587
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
588
+ * `nameEndsWith`.
583
589
  */
584
590
  nameStartsWith?: string;
585
591
 
@@ -1080,15 +1080,19 @@ export interface ServiceItemListParams extends CursorPageParams {
1080
1080
 
1081
1081
  /**
1082
1082
  * Query param: Filter for service items whose `name` contains this substring,
1083
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
1084
- * `nameStartsWith` or `nameEndsWith`.
1083
+ * case-insensitive.
1084
+ *
1085
+ * **NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or
1086
+ * `nameEndsWith`.
1085
1087
  */
1086
1088
  nameContains?: string;
1087
1089
 
1088
1090
  /**
1089
1091
  * Query param: Filter for service items whose `name` ends with this substring,
1090
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
1091
- * `nameContains` or `nameStartsWith`.
1092
+ * case-insensitive.
1093
+ *
1094
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
1095
+ * `nameStartsWith`.
1092
1096
  */
1093
1097
  nameEndsWith?: string;
1094
1098
 
@@ -1100,8 +1104,10 @@ export interface ServiceItemListParams extends CursorPageParams {
1100
1104
 
1101
1105
  /**
1102
1106
  * Query param: Filter for service items whose `name` starts with this substring,
1103
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
1104
- * `nameContains` or `nameEndsWith`.
1107
+ * case-insensitive.
1108
+ *
1109
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
1110
+ * `nameEndsWith`.
1105
1111
  */
1106
1112
  nameStartsWith?: string;
1107
1113
 
@@ -247,15 +247,19 @@ export interface StandardTermListParams {
247
247
 
248
248
  /**
249
249
  * Query param: Filter for standard terms whose `name` contains this substring,
250
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
251
- * `nameStartsWith` or `nameEndsWith`.
250
+ * case-insensitive.
251
+ *
252
+ * **NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or
253
+ * `nameEndsWith`.
252
254
  */
253
255
  nameContains?: string;
254
256
 
255
257
  /**
256
258
  * Query param: Filter for standard terms whose `name` ends with this substring,
257
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
258
- * `nameContains` or `nameStartsWith`.
259
+ * case-insensitive.
260
+ *
261
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
262
+ * `nameStartsWith`.
259
263
  */
260
264
  nameEndsWith?: string;
261
265
 
@@ -279,8 +283,10 @@ export interface StandardTermListParams {
279
283
 
280
284
  /**
281
285
  * Query param: Filter for standard terms whose `name` starts with this substring,
282
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
283
- * `nameContains` or `nameEndsWith`.
286
+ * case-insensitive.
287
+ *
288
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
289
+ * `nameEndsWith`.
284
290
  */
285
291
  nameStartsWith?: string;
286
292
 
@@ -393,15 +393,19 @@ export interface SubtotalItemListParams extends CursorPageParams {
393
393
 
394
394
  /**
395
395
  * Query param: Filter for subtotal items whose `name` contains this substring,
396
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
397
- * `nameStartsWith` or `nameEndsWith`.
396
+ * case-insensitive.
397
+ *
398
+ * **NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or
399
+ * `nameEndsWith`.
398
400
  */
399
401
  nameContains?: string;
400
402
 
401
403
  /**
402
404
  * Query param: Filter for subtotal items whose `name` ends with this substring,
403
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
404
- * `nameContains` or `nameStartsWith`.
405
+ * case-insensitive.
406
+ *
407
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
408
+ * `nameStartsWith`.
405
409
  */
406
410
  nameEndsWith?: string;
407
411
 
@@ -425,8 +429,10 @@ export interface SubtotalItemListParams extends CursorPageParams {
425
429
 
426
430
  /**
427
431
  * Query param: Filter for subtotal items whose `name` starts with this substring,
428
- * case-insensitive. NOTE: If you use this parameter, you cannot also use
429
- * `nameContains` or `nameEndsWith`.
432
+ * case-insensitive.
433
+ *
434
+ * **NOTE**: If you use this parameter, you cannot also use `nameContains` or
435
+ * `nameEndsWith`.
430
436
  */
431
437
  nameStartsWith?: string;
432
438
 
@@ -333,14 +333,16 @@ export interface TransactionListParams extends CursorPageParams {
333
333
 
334
334
  /**
335
335
  * Query param: Filter for transactions whose `refNumber` contains this substring.
336
- * NOTE: If you use this parameter, you cannot also use `refNumberStartsWith` or
337
- * `refNumberEndsWith`.
336
+ *
337
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberStartsWith`
338
+ * or `refNumberEndsWith`.
338
339
  */
339
340
  refNumberContains?: string;
340
341
 
341
342
  /**
342
343
  * Query param: Filter for transactions whose `refNumber` ends with this substring.
343
- * NOTE: If you use this parameter, you cannot also use `refNumberContains` or
344
+ *
345
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberContains` or
344
346
  * `refNumberStartsWith`.
345
347
  */
346
348
  refNumberEndsWith?: string;
@@ -368,8 +370,10 @@ export interface TransactionListParams extends CursorPageParams {
368
370
 
369
371
  /**
370
372
  * Query param: Filter for transactions whose `refNumber` starts with this
371
- * substring. NOTE: If you use this parameter, you cannot also use
372
- * `refNumberContains` or `refNumberEndsWith`.
373
+ * substring.
374
+ *
375
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberContains` or
376
+ * `refNumberEndsWith`.
373
377
  */
374
378
  refNumberStartsWith?: string;
375
379
 
@@ -2687,15 +2687,19 @@ export interface VendorCreditListParams extends CursorPageParams {
2687
2687
 
2688
2688
  /**
2689
2689
  * Query param: Filter for vendor credits whose `refNumber` contains this
2690
- * substring. NOTE: If you use this parameter, you cannot also use
2691
- * `refNumberStartsWith` or `refNumberEndsWith`.
2690
+ * substring.
2691
+ *
2692
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberStartsWith`
2693
+ * or `refNumberEndsWith`.
2692
2694
  */
2693
2695
  refNumberContains?: string;
2694
2696
 
2695
2697
  /**
2696
2698
  * Query param: Filter for vendor credits whose `refNumber` ends with this
2697
- * substring. NOTE: If you use this parameter, you cannot also use
2698
- * `refNumberContains` or `refNumberStartsWith`.
2699
+ * substring.
2700
+ *
2701
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberContains` or
2702
+ * `refNumberStartsWith`.
2699
2703
  */
2700
2704
  refNumberEndsWith?: string;
2701
2705
 
@@ -2722,8 +2726,10 @@ export interface VendorCreditListParams extends CursorPageParams {
2722
2726
 
2723
2727
  /**
2724
2728
  * Query param: Filter for vendor credits whose `refNumber` starts with this
2725
- * substring. NOTE: If you use this parameter, you cannot also use
2726
- * `refNumberContains` or `refNumberEndsWith`.
2729
+ * substring.
2730
+ *
2731
+ * **NOTE**: If you use this parameter, you cannot also use `refNumberContains` or
2732
+ * `refNumberEndsWith`.
2727
2733
  */
2728
2734
  refNumberStartsWith?: string;
2729
2735