conductor-node-mcp 12.12.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 (968) hide show
  1. package/package.json +2 -2
  2. package/server.js +1 -1
  3. package/server.mjs +1 -1
  4. package/src/server.ts +1 -1
  5. package/src/tools/qbd/accounts/list-qbd-accounts.ts +3 -3
  6. package/src/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.ts +3 -3
  7. package/src/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.ts +3 -3
  8. package/src/tools/qbd/bills/list-qbd-bills.ts +3 -3
  9. package/src/tools/qbd/checks/list-qbd-checks.ts +3 -3
  10. package/src/tools/qbd/classes/list-qbd-classes.ts +3 -3
  11. package/src/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.ts +3 -3
  12. package/src/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.ts +3 -3
  13. package/src/tools/qbd/credit-memos/list-qbd-credit-memos.ts +3 -3
  14. package/src/tools/qbd/customers/list-qbd-customers.ts +3 -3
  15. package/src/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.ts +3 -3
  16. package/src/tools/qbd/discount-items/list-qbd-discount-items.ts +3 -3
  17. package/src/tools/qbd/employees/list-qbd-employees.ts +3 -3
  18. package/src/tools/qbd/estimates/list-qbd-estimates.ts +3 -3
  19. package/src/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.ts +3 -3
  20. package/src/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.ts +3 -3
  21. package/src/tools/qbd/inventory-items/list-qbd-inventory-items.ts +3 -3
  22. package/src/tools/qbd/inventory-sites/list-qbd-inventory-sites.ts +3 -3
  23. package/src/tools/qbd/invoices/list-qbd-invoices.ts +3 -3
  24. package/src/tools/qbd/item-groups/list-qbd-item-groups.ts +3 -3
  25. package/src/tools/qbd/item-receipts/list-qbd-item-receipts.ts +3 -3
  26. package/src/tools/qbd/journal-entries/list-qbd-journal-entries.ts +3 -3
  27. package/src/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.ts +3 -3
  28. package/src/tools/qbd/other-names/list-qbd-other-names.ts +3 -3
  29. package/src/tools/qbd/payment-methods/list-qbd-payment-methods.ts +3 -3
  30. package/src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts +3 -3
  31. package/src/tools/qbd/price-levels/list-qbd-price-levels.ts +3 -3
  32. package/src/tools/qbd/purchase-orders/list-qbd-purchase-orders.ts +3 -3
  33. package/src/tools/qbd/receive-payments/list-qbd-receive-payments.ts +3 -3
  34. package/src/tools/qbd/sales-orders/list-qbd-sales-orders.ts +3 -3
  35. package/src/tools/qbd/sales-receipts/list-qbd-sales-receipts.ts +3 -3
  36. package/src/tools/qbd/sales-representatives/list-qbd-sales-representatives.ts +3 -3
  37. package/src/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.ts +3 -3
  38. package/src/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.ts +3 -3
  39. package/src/tools/qbd/service-items/list-qbd-service-items.ts +3 -3
  40. package/src/tools/qbd/standard-terms/list-qbd-standard-terms.ts +3 -3
  41. package/src/tools/qbd/subtotal-items/list-qbd-subtotal-items.ts +3 -3
  42. package/src/tools/qbd/transactions/list-qbd-transactions.ts +3 -3
  43. package/src/tools/qbd/vendor-credits/list-qbd-vendor-credits.ts +3 -3
  44. package/src/tools/qbd/vendors/list-qbd-vendors.ts +3 -3
  45. package/tools/auth-sessions/create-auth-sessions.d.mts +4 -0
  46. package/tools/auth-sessions/create-auth-sessions.d.mts.map +1 -1
  47. package/tools/auth-sessions/create-auth-sessions.d.ts +4 -0
  48. package/tools/auth-sessions/create-auth-sessions.d.ts.map +1 -1
  49. package/tools/end-users/create-end-users.d.mts +4 -0
  50. package/tools/end-users/create-end-users.d.mts.map +1 -1
  51. package/tools/end-users/create-end-users.d.ts +4 -0
  52. package/tools/end-users/create-end-users.d.ts.map +1 -1
  53. package/tools/end-users/delete-end-users.d.mts +4 -0
  54. package/tools/end-users/delete-end-users.d.mts.map +1 -1
  55. package/tools/end-users/delete-end-users.d.ts +4 -0
  56. package/tools/end-users/delete-end-users.d.ts.map +1 -1
  57. package/tools/end-users/list-end-users.d.mts +4 -0
  58. package/tools/end-users/list-end-users.d.mts.map +1 -1
  59. package/tools/end-users/list-end-users.d.ts +4 -0
  60. package/tools/end-users/list-end-users.d.ts.map +1 -1
  61. package/tools/end-users/passthrough-end-users.d.mts +4 -0
  62. package/tools/end-users/passthrough-end-users.d.mts.map +1 -1
  63. package/tools/end-users/passthrough-end-users.d.ts +4 -0
  64. package/tools/end-users/passthrough-end-users.d.ts.map +1 -1
  65. package/tools/end-users/retrieve-end-users.d.mts +4 -0
  66. package/tools/end-users/retrieve-end-users.d.mts.map +1 -1
  67. package/tools/end-users/retrieve-end-users.d.ts +4 -0
  68. package/tools/end-users/retrieve-end-users.d.ts.map +1 -1
  69. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.mts +4 -0
  70. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.mts.map +1 -1
  71. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.ts +4 -0
  72. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.ts.map +1 -1
  73. package/tools/qbd/accounts/create-qbd-accounts.d.mts +4 -0
  74. package/tools/qbd/accounts/create-qbd-accounts.d.mts.map +1 -1
  75. package/tools/qbd/accounts/create-qbd-accounts.d.ts +4 -0
  76. package/tools/qbd/accounts/create-qbd-accounts.d.ts.map +1 -1
  77. package/tools/qbd/accounts/list-qbd-accounts.d.mts +4 -0
  78. package/tools/qbd/accounts/list-qbd-accounts.d.mts.map +1 -1
  79. package/tools/qbd/accounts/list-qbd-accounts.d.ts +4 -0
  80. package/tools/qbd/accounts/list-qbd-accounts.d.ts.map +1 -1
  81. package/tools/qbd/accounts/list-qbd-accounts.js +3 -3
  82. package/tools/qbd/accounts/list-qbd-accounts.js.map +1 -1
  83. package/tools/qbd/accounts/list-qbd-accounts.mjs +3 -3
  84. package/tools/qbd/accounts/list-qbd-accounts.mjs.map +1 -1
  85. package/tools/qbd/accounts/retrieve-qbd-accounts.d.mts +4 -0
  86. package/tools/qbd/accounts/retrieve-qbd-accounts.d.mts.map +1 -1
  87. package/tools/qbd/accounts/retrieve-qbd-accounts.d.ts +4 -0
  88. package/tools/qbd/accounts/retrieve-qbd-accounts.d.ts.map +1 -1
  89. package/tools/qbd/accounts/update-qbd-accounts.d.mts +4 -0
  90. package/tools/qbd/accounts/update-qbd-accounts.d.mts.map +1 -1
  91. package/tools/qbd/accounts/update-qbd-accounts.d.ts +4 -0
  92. package/tools/qbd/accounts/update-qbd-accounts.d.ts.map +1 -1
  93. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.mts +4 -0
  94. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.mts.map +1 -1
  95. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.ts +4 -0
  96. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.ts.map +1 -1
  97. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.mts +4 -0
  98. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.mts.map +1 -1
  99. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.ts +4 -0
  100. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.ts.map +1 -1
  101. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.mts +4 -0
  102. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.mts.map +1 -1
  103. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.ts +4 -0
  104. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.ts.map +1 -1
  105. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js +3 -3
  106. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js.map +1 -1
  107. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs +3 -3
  108. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs.map +1 -1
  109. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.mts +4 -0
  110. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.mts.map +1 -1
  111. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.ts +4 -0
  112. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.ts.map +1 -1
  113. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.mts +4 -0
  114. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.mts.map +1 -1
  115. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.ts +4 -0
  116. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.ts.map +1 -1
  117. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.mts +4 -0
  118. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.mts.map +1 -1
  119. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.ts +4 -0
  120. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.ts.map +1 -1
  121. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.mts +4 -0
  122. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.mts.map +1 -1
  123. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.ts +4 -0
  124. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.ts.map +1 -1
  125. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.mts +4 -0
  126. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.mts.map +1 -1
  127. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.ts +4 -0
  128. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.ts.map +1 -1
  129. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js +3 -3
  130. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js.map +1 -1
  131. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs +3 -3
  132. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs.map +1 -1
  133. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.mts +4 -0
  134. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.mts.map +1 -1
  135. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.ts +4 -0
  136. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.ts.map +1 -1
  137. package/tools/qbd/bills/create-qbd-bills.d.mts +4 -0
  138. package/tools/qbd/bills/create-qbd-bills.d.mts.map +1 -1
  139. package/tools/qbd/bills/create-qbd-bills.d.ts +4 -0
  140. package/tools/qbd/bills/create-qbd-bills.d.ts.map +1 -1
  141. package/tools/qbd/bills/delete-qbd-bills.d.mts +4 -0
  142. package/tools/qbd/bills/delete-qbd-bills.d.mts.map +1 -1
  143. package/tools/qbd/bills/delete-qbd-bills.d.ts +4 -0
  144. package/tools/qbd/bills/delete-qbd-bills.d.ts.map +1 -1
  145. package/tools/qbd/bills/list-qbd-bills.d.mts +4 -0
  146. package/tools/qbd/bills/list-qbd-bills.d.mts.map +1 -1
  147. package/tools/qbd/bills/list-qbd-bills.d.ts +4 -0
  148. package/tools/qbd/bills/list-qbd-bills.d.ts.map +1 -1
  149. package/tools/qbd/bills/list-qbd-bills.js +3 -3
  150. package/tools/qbd/bills/list-qbd-bills.js.map +1 -1
  151. package/tools/qbd/bills/list-qbd-bills.mjs +3 -3
  152. package/tools/qbd/bills/list-qbd-bills.mjs.map +1 -1
  153. package/tools/qbd/bills/retrieve-qbd-bills.d.mts +4 -0
  154. package/tools/qbd/bills/retrieve-qbd-bills.d.mts.map +1 -1
  155. package/tools/qbd/bills/retrieve-qbd-bills.d.ts +4 -0
  156. package/tools/qbd/bills/retrieve-qbd-bills.d.ts.map +1 -1
  157. package/tools/qbd/bills/update-qbd-bills.d.mts +4 -0
  158. package/tools/qbd/bills/update-qbd-bills.d.mts.map +1 -1
  159. package/tools/qbd/bills/update-qbd-bills.d.ts +4 -0
  160. package/tools/qbd/bills/update-qbd-bills.d.ts.map +1 -1
  161. package/tools/qbd/checks/create-qbd-checks.d.mts +4 -0
  162. package/tools/qbd/checks/create-qbd-checks.d.mts.map +1 -1
  163. package/tools/qbd/checks/create-qbd-checks.d.ts +4 -0
  164. package/tools/qbd/checks/create-qbd-checks.d.ts.map +1 -1
  165. package/tools/qbd/checks/delete-qbd-checks.d.mts +4 -0
  166. package/tools/qbd/checks/delete-qbd-checks.d.mts.map +1 -1
  167. package/tools/qbd/checks/delete-qbd-checks.d.ts +4 -0
  168. package/tools/qbd/checks/delete-qbd-checks.d.ts.map +1 -1
  169. package/tools/qbd/checks/list-qbd-checks.d.mts +4 -0
  170. package/tools/qbd/checks/list-qbd-checks.d.mts.map +1 -1
  171. package/tools/qbd/checks/list-qbd-checks.d.ts +4 -0
  172. package/tools/qbd/checks/list-qbd-checks.d.ts.map +1 -1
  173. package/tools/qbd/checks/list-qbd-checks.js +3 -3
  174. package/tools/qbd/checks/list-qbd-checks.js.map +1 -1
  175. package/tools/qbd/checks/list-qbd-checks.mjs +3 -3
  176. package/tools/qbd/checks/list-qbd-checks.mjs.map +1 -1
  177. package/tools/qbd/checks/retrieve-qbd-checks.d.mts +4 -0
  178. package/tools/qbd/checks/retrieve-qbd-checks.d.mts.map +1 -1
  179. package/tools/qbd/checks/retrieve-qbd-checks.d.ts +4 -0
  180. package/tools/qbd/checks/retrieve-qbd-checks.d.ts.map +1 -1
  181. package/tools/qbd/checks/update-qbd-checks.d.mts +4 -0
  182. package/tools/qbd/checks/update-qbd-checks.d.mts.map +1 -1
  183. package/tools/qbd/checks/update-qbd-checks.d.ts +4 -0
  184. package/tools/qbd/checks/update-qbd-checks.d.ts.map +1 -1
  185. package/tools/qbd/classes/create-qbd-classes.d.mts +4 -0
  186. package/tools/qbd/classes/create-qbd-classes.d.mts.map +1 -1
  187. package/tools/qbd/classes/create-qbd-classes.d.ts +4 -0
  188. package/tools/qbd/classes/create-qbd-classes.d.ts.map +1 -1
  189. package/tools/qbd/classes/list-qbd-classes.d.mts +4 -0
  190. package/tools/qbd/classes/list-qbd-classes.d.mts.map +1 -1
  191. package/tools/qbd/classes/list-qbd-classes.d.ts +4 -0
  192. package/tools/qbd/classes/list-qbd-classes.d.ts.map +1 -1
  193. package/tools/qbd/classes/list-qbd-classes.js +3 -3
  194. package/tools/qbd/classes/list-qbd-classes.js.map +1 -1
  195. package/tools/qbd/classes/list-qbd-classes.mjs +3 -3
  196. package/tools/qbd/classes/list-qbd-classes.mjs.map +1 -1
  197. package/tools/qbd/classes/retrieve-qbd-classes.d.mts +4 -0
  198. package/tools/qbd/classes/retrieve-qbd-classes.d.mts.map +1 -1
  199. package/tools/qbd/classes/retrieve-qbd-classes.d.ts +4 -0
  200. package/tools/qbd/classes/retrieve-qbd-classes.d.ts.map +1 -1
  201. package/tools/qbd/classes/update-qbd-classes.d.mts +4 -0
  202. package/tools/qbd/classes/update-qbd-classes.d.mts.map +1 -1
  203. package/tools/qbd/classes/update-qbd-classes.d.ts +4 -0
  204. package/tools/qbd/classes/update-qbd-classes.d.ts.map +1 -1
  205. package/tools/qbd/company/retrieve-qbd-company.d.mts +4 -0
  206. package/tools/qbd/company/retrieve-qbd-company.d.mts.map +1 -1
  207. package/tools/qbd/company/retrieve-qbd-company.d.ts +4 -0
  208. package/tools/qbd/company/retrieve-qbd-company.d.ts.map +1 -1
  209. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.mts +4 -0
  210. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.mts.map +1 -1
  211. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.ts +4 -0
  212. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.ts.map +1 -1
  213. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.mts +4 -0
  214. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.mts.map +1 -1
  215. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.ts +4 -0
  216. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.ts.map +1 -1
  217. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.mts +4 -0
  218. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.mts.map +1 -1
  219. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.ts +4 -0
  220. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.ts.map +1 -1
  221. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js +3 -3
  222. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js.map +1 -1
  223. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs +3 -3
  224. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs.map +1 -1
  225. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.mts +4 -0
  226. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.mts.map +1 -1
  227. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.ts +4 -0
  228. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.ts.map +1 -1
  229. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.mts +4 -0
  230. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.mts.map +1 -1
  231. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.ts +4 -0
  232. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.ts.map +1 -1
  233. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.mts +4 -0
  234. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.mts.map +1 -1
  235. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.ts +4 -0
  236. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.ts.map +1 -1
  237. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.mts +4 -0
  238. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.mts.map +1 -1
  239. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.ts +4 -0
  240. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.ts.map +1 -1
  241. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.mts +4 -0
  242. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.mts.map +1 -1
  243. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.ts +4 -0
  244. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.ts.map +1 -1
  245. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js +3 -3
  246. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js.map +1 -1
  247. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs +3 -3
  248. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs.map +1 -1
  249. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.mts +4 -0
  250. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.mts.map +1 -1
  251. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.ts +4 -0
  252. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.ts.map +1 -1
  253. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.mts +4 -0
  254. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.mts.map +1 -1
  255. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.ts +4 -0
  256. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.ts.map +1 -1
  257. package/tools/qbd/credit-memos/create-qbd-credit-memos.d.mts +4 -0
  258. package/tools/qbd/credit-memos/create-qbd-credit-memos.d.mts.map +1 -1
  259. package/tools/qbd/credit-memos/create-qbd-credit-memos.d.ts +4 -0
  260. package/tools/qbd/credit-memos/create-qbd-credit-memos.d.ts.map +1 -1
  261. package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.mts +4 -0
  262. package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.mts.map +1 -1
  263. package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.ts +4 -0
  264. package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.ts.map +1 -1
  265. package/tools/qbd/credit-memos/list-qbd-credit-memos.d.mts +4 -0
  266. package/tools/qbd/credit-memos/list-qbd-credit-memos.d.mts.map +1 -1
  267. package/tools/qbd/credit-memos/list-qbd-credit-memos.d.ts +4 -0
  268. package/tools/qbd/credit-memos/list-qbd-credit-memos.d.ts.map +1 -1
  269. package/tools/qbd/credit-memos/list-qbd-credit-memos.js +3 -3
  270. package/tools/qbd/credit-memos/list-qbd-credit-memos.js.map +1 -1
  271. package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs +3 -3
  272. package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs.map +1 -1
  273. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.mts +4 -0
  274. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.mts.map +1 -1
  275. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.ts +4 -0
  276. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.ts.map +1 -1
  277. package/tools/qbd/credit-memos/update-qbd-credit-memos.d.mts +4 -0
  278. package/tools/qbd/credit-memos/update-qbd-credit-memos.d.mts.map +1 -1
  279. package/tools/qbd/credit-memos/update-qbd-credit-memos.d.ts +4 -0
  280. package/tools/qbd/credit-memos/update-qbd-credit-memos.d.ts.map +1 -1
  281. package/tools/qbd/customers/create-qbd-customers.d.mts +4 -0
  282. package/tools/qbd/customers/create-qbd-customers.d.mts.map +1 -1
  283. package/tools/qbd/customers/create-qbd-customers.d.ts +4 -0
  284. package/tools/qbd/customers/create-qbd-customers.d.ts.map +1 -1
  285. package/tools/qbd/customers/list-qbd-customers.d.mts +4 -0
  286. package/tools/qbd/customers/list-qbd-customers.d.mts.map +1 -1
  287. package/tools/qbd/customers/list-qbd-customers.d.ts +4 -0
  288. package/tools/qbd/customers/list-qbd-customers.d.ts.map +1 -1
  289. package/tools/qbd/customers/list-qbd-customers.js +3 -3
  290. package/tools/qbd/customers/list-qbd-customers.js.map +1 -1
  291. package/tools/qbd/customers/list-qbd-customers.mjs +3 -3
  292. package/tools/qbd/customers/list-qbd-customers.mjs.map +1 -1
  293. package/tools/qbd/customers/retrieve-qbd-customers.d.mts +4 -0
  294. package/tools/qbd/customers/retrieve-qbd-customers.d.mts.map +1 -1
  295. package/tools/qbd/customers/retrieve-qbd-customers.d.ts +4 -0
  296. package/tools/qbd/customers/retrieve-qbd-customers.d.ts.map +1 -1
  297. package/tools/qbd/customers/update-qbd-customers.d.mts +4 -0
  298. package/tools/qbd/customers/update-qbd-customers.d.mts.map +1 -1
  299. package/tools/qbd/customers/update-qbd-customers.d.ts +4 -0
  300. package/tools/qbd/customers/update-qbd-customers.d.ts.map +1 -1
  301. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.mts +4 -0
  302. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.mts.map +1 -1
  303. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.ts +4 -0
  304. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.ts.map +1 -1
  305. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.mts +4 -0
  306. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.mts.map +1 -1
  307. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.ts +4 -0
  308. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.ts.map +1 -1
  309. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js +3 -3
  310. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js.map +1 -1
  311. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs +3 -3
  312. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs.map +1 -1
  313. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.mts +4 -0
  314. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.mts.map +1 -1
  315. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.ts +4 -0
  316. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.ts.map +1 -1
  317. package/tools/qbd/discount-items/create-qbd-discount-items.d.mts +4 -0
  318. package/tools/qbd/discount-items/create-qbd-discount-items.d.mts.map +1 -1
  319. package/tools/qbd/discount-items/create-qbd-discount-items.d.ts +4 -0
  320. package/tools/qbd/discount-items/create-qbd-discount-items.d.ts.map +1 -1
  321. package/tools/qbd/discount-items/list-qbd-discount-items.d.mts +4 -0
  322. package/tools/qbd/discount-items/list-qbd-discount-items.d.mts.map +1 -1
  323. package/tools/qbd/discount-items/list-qbd-discount-items.d.ts +4 -0
  324. package/tools/qbd/discount-items/list-qbd-discount-items.d.ts.map +1 -1
  325. package/tools/qbd/discount-items/list-qbd-discount-items.js +3 -3
  326. package/tools/qbd/discount-items/list-qbd-discount-items.js.map +1 -1
  327. package/tools/qbd/discount-items/list-qbd-discount-items.mjs +3 -3
  328. package/tools/qbd/discount-items/list-qbd-discount-items.mjs.map +1 -1
  329. package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.mts +4 -0
  330. package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.mts.map +1 -1
  331. package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.ts +4 -0
  332. package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.ts.map +1 -1
  333. package/tools/qbd/discount-items/update-qbd-discount-items.d.mts +4 -0
  334. package/tools/qbd/discount-items/update-qbd-discount-items.d.mts.map +1 -1
  335. package/tools/qbd/discount-items/update-qbd-discount-items.d.ts +4 -0
  336. package/tools/qbd/discount-items/update-qbd-discount-items.d.ts.map +1 -1
  337. package/tools/qbd/employees/create-qbd-employees.d.mts +4 -0
  338. package/tools/qbd/employees/create-qbd-employees.d.mts.map +1 -1
  339. package/tools/qbd/employees/create-qbd-employees.d.ts +4 -0
  340. package/tools/qbd/employees/create-qbd-employees.d.ts.map +1 -1
  341. package/tools/qbd/employees/list-qbd-employees.d.mts +4 -0
  342. package/tools/qbd/employees/list-qbd-employees.d.mts.map +1 -1
  343. package/tools/qbd/employees/list-qbd-employees.d.ts +4 -0
  344. package/tools/qbd/employees/list-qbd-employees.d.ts.map +1 -1
  345. package/tools/qbd/employees/list-qbd-employees.js +3 -3
  346. package/tools/qbd/employees/list-qbd-employees.js.map +1 -1
  347. package/tools/qbd/employees/list-qbd-employees.mjs +3 -3
  348. package/tools/qbd/employees/list-qbd-employees.mjs.map +1 -1
  349. package/tools/qbd/employees/retrieve-qbd-employees.d.mts +4 -0
  350. package/tools/qbd/employees/retrieve-qbd-employees.d.mts.map +1 -1
  351. package/tools/qbd/employees/retrieve-qbd-employees.d.ts +4 -0
  352. package/tools/qbd/employees/retrieve-qbd-employees.d.ts.map +1 -1
  353. package/tools/qbd/employees/update-qbd-employees.d.mts +4 -0
  354. package/tools/qbd/employees/update-qbd-employees.d.mts.map +1 -1
  355. package/tools/qbd/employees/update-qbd-employees.d.ts +4 -0
  356. package/tools/qbd/employees/update-qbd-employees.d.ts.map +1 -1
  357. package/tools/qbd/estimates/create-qbd-estimates.d.mts +4 -0
  358. package/tools/qbd/estimates/create-qbd-estimates.d.mts.map +1 -1
  359. package/tools/qbd/estimates/create-qbd-estimates.d.ts +4 -0
  360. package/tools/qbd/estimates/create-qbd-estimates.d.ts.map +1 -1
  361. package/tools/qbd/estimates/delete-qbd-estimates.d.mts +4 -0
  362. package/tools/qbd/estimates/delete-qbd-estimates.d.mts.map +1 -1
  363. package/tools/qbd/estimates/delete-qbd-estimates.d.ts +4 -0
  364. package/tools/qbd/estimates/delete-qbd-estimates.d.ts.map +1 -1
  365. package/tools/qbd/estimates/list-qbd-estimates.d.mts +4 -0
  366. package/tools/qbd/estimates/list-qbd-estimates.d.mts.map +1 -1
  367. package/tools/qbd/estimates/list-qbd-estimates.d.ts +4 -0
  368. package/tools/qbd/estimates/list-qbd-estimates.d.ts.map +1 -1
  369. package/tools/qbd/estimates/list-qbd-estimates.js +3 -3
  370. package/tools/qbd/estimates/list-qbd-estimates.js.map +1 -1
  371. package/tools/qbd/estimates/list-qbd-estimates.mjs +3 -3
  372. package/tools/qbd/estimates/list-qbd-estimates.mjs.map +1 -1
  373. package/tools/qbd/estimates/retrieve-qbd-estimates.d.mts +4 -0
  374. package/tools/qbd/estimates/retrieve-qbd-estimates.d.mts.map +1 -1
  375. package/tools/qbd/estimates/retrieve-qbd-estimates.d.ts +4 -0
  376. package/tools/qbd/estimates/retrieve-qbd-estimates.d.ts.map +1 -1
  377. package/tools/qbd/estimates/update-qbd-estimates.d.mts +4 -0
  378. package/tools/qbd/estimates/update-qbd-estimates.d.mts.map +1 -1
  379. package/tools/qbd/estimates/update-qbd-estimates.d.ts +4 -0
  380. package/tools/qbd/estimates/update-qbd-estimates.d.ts.map +1 -1
  381. package/tools/qbd/health-check-qbd.d.mts +4 -0
  382. package/tools/qbd/health-check-qbd.d.mts.map +1 -1
  383. package/tools/qbd/health-check-qbd.d.ts +4 -0
  384. package/tools/qbd/health-check-qbd.d.ts.map +1 -1
  385. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.mts +4 -0
  386. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.mts.map +1 -1
  387. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.ts +4 -0
  388. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.ts.map +1 -1
  389. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.mts +4 -0
  390. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.mts.map +1 -1
  391. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.ts +4 -0
  392. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.ts.map +1 -1
  393. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.mts +4 -0
  394. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.mts.map +1 -1
  395. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.ts +4 -0
  396. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.ts.map +1 -1
  397. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js +3 -3
  398. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js.map +1 -1
  399. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs +3 -3
  400. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs.map +1 -1
  401. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.mts +4 -0
  402. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.mts.map +1 -1
  403. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.ts +4 -0
  404. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.ts.map +1 -1
  405. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.mts +4 -0
  406. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.mts.map +1 -1
  407. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.ts +4 -0
  408. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.ts.map +1 -1
  409. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.mts +4 -0
  410. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.mts.map +1 -1
  411. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.ts +4 -0
  412. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.ts.map +1 -1
  413. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.mts +4 -0
  414. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.mts.map +1 -1
  415. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.ts +4 -0
  416. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.ts.map +1 -1
  417. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js +3 -3
  418. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js.map +1 -1
  419. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.mjs +3 -3
  420. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.mjs.map +1 -1
  421. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.mts +4 -0
  422. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.mts.map +1 -1
  423. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.ts +4 -0
  424. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.ts.map +1 -1
  425. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.mts +4 -0
  426. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.mts.map +1 -1
  427. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.ts +4 -0
  428. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.ts.map +1 -1
  429. package/tools/qbd/inventory-items/create-qbd-inventory-items.d.mts +4 -0
  430. package/tools/qbd/inventory-items/create-qbd-inventory-items.d.mts.map +1 -1
  431. package/tools/qbd/inventory-items/create-qbd-inventory-items.d.ts +4 -0
  432. package/tools/qbd/inventory-items/create-qbd-inventory-items.d.ts.map +1 -1
  433. package/tools/qbd/inventory-items/list-qbd-inventory-items.d.mts +4 -0
  434. package/tools/qbd/inventory-items/list-qbd-inventory-items.d.mts.map +1 -1
  435. package/tools/qbd/inventory-items/list-qbd-inventory-items.d.ts +4 -0
  436. package/tools/qbd/inventory-items/list-qbd-inventory-items.d.ts.map +1 -1
  437. package/tools/qbd/inventory-items/list-qbd-inventory-items.js +3 -3
  438. package/tools/qbd/inventory-items/list-qbd-inventory-items.js.map +1 -1
  439. package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs +3 -3
  440. package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs.map +1 -1
  441. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.mts +4 -0
  442. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.mts.map +1 -1
  443. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.ts +4 -0
  444. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.ts.map +1 -1
  445. package/tools/qbd/inventory-items/update-qbd-inventory-items.d.mts +4 -0
  446. package/tools/qbd/inventory-items/update-qbd-inventory-items.d.mts.map +1 -1
  447. package/tools/qbd/inventory-items/update-qbd-inventory-items.d.ts +4 -0
  448. package/tools/qbd/inventory-items/update-qbd-inventory-items.d.ts.map +1 -1
  449. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.mts +4 -0
  450. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.mts.map +1 -1
  451. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.ts +4 -0
  452. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.ts.map +1 -1
  453. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.mts +4 -0
  454. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.mts.map +1 -1
  455. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.ts +4 -0
  456. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.ts.map +1 -1
  457. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js +3 -3
  458. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js.map +1 -1
  459. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs +3 -3
  460. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs.map +1 -1
  461. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.mts +4 -0
  462. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.mts.map +1 -1
  463. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.ts +4 -0
  464. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.ts.map +1 -1
  465. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.mts +4 -0
  466. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.mts.map +1 -1
  467. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.ts +4 -0
  468. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.ts.map +1 -1
  469. package/tools/qbd/invoices/create-qbd-invoices.d.mts +4 -0
  470. package/tools/qbd/invoices/create-qbd-invoices.d.mts.map +1 -1
  471. package/tools/qbd/invoices/create-qbd-invoices.d.ts +4 -0
  472. package/tools/qbd/invoices/create-qbd-invoices.d.ts.map +1 -1
  473. package/tools/qbd/invoices/delete-qbd-invoices.d.mts +4 -0
  474. package/tools/qbd/invoices/delete-qbd-invoices.d.mts.map +1 -1
  475. package/tools/qbd/invoices/delete-qbd-invoices.d.ts +4 -0
  476. package/tools/qbd/invoices/delete-qbd-invoices.d.ts.map +1 -1
  477. package/tools/qbd/invoices/list-qbd-invoices.d.mts +4 -0
  478. package/tools/qbd/invoices/list-qbd-invoices.d.mts.map +1 -1
  479. package/tools/qbd/invoices/list-qbd-invoices.d.ts +4 -0
  480. package/tools/qbd/invoices/list-qbd-invoices.d.ts.map +1 -1
  481. package/tools/qbd/invoices/list-qbd-invoices.js +3 -3
  482. package/tools/qbd/invoices/list-qbd-invoices.js.map +1 -1
  483. package/tools/qbd/invoices/list-qbd-invoices.mjs +3 -3
  484. package/tools/qbd/invoices/list-qbd-invoices.mjs.map +1 -1
  485. package/tools/qbd/invoices/retrieve-qbd-invoices.d.mts +4 -0
  486. package/tools/qbd/invoices/retrieve-qbd-invoices.d.mts.map +1 -1
  487. package/tools/qbd/invoices/retrieve-qbd-invoices.d.ts +4 -0
  488. package/tools/qbd/invoices/retrieve-qbd-invoices.d.ts.map +1 -1
  489. package/tools/qbd/invoices/update-qbd-invoices.d.mts +4 -0
  490. package/tools/qbd/invoices/update-qbd-invoices.d.mts.map +1 -1
  491. package/tools/qbd/invoices/update-qbd-invoices.d.ts +4 -0
  492. package/tools/qbd/invoices/update-qbd-invoices.d.ts.map +1 -1
  493. package/tools/qbd/item-groups/create-qbd-item-groups.d.mts +4 -0
  494. package/tools/qbd/item-groups/create-qbd-item-groups.d.mts.map +1 -1
  495. package/tools/qbd/item-groups/create-qbd-item-groups.d.ts +4 -0
  496. package/tools/qbd/item-groups/create-qbd-item-groups.d.ts.map +1 -1
  497. package/tools/qbd/item-groups/list-qbd-item-groups.d.mts +4 -0
  498. package/tools/qbd/item-groups/list-qbd-item-groups.d.mts.map +1 -1
  499. package/tools/qbd/item-groups/list-qbd-item-groups.d.ts +4 -0
  500. package/tools/qbd/item-groups/list-qbd-item-groups.d.ts.map +1 -1
  501. package/tools/qbd/item-groups/list-qbd-item-groups.js +3 -3
  502. package/tools/qbd/item-groups/list-qbd-item-groups.js.map +1 -1
  503. package/tools/qbd/item-groups/list-qbd-item-groups.mjs +3 -3
  504. package/tools/qbd/item-groups/list-qbd-item-groups.mjs.map +1 -1
  505. package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.mts +4 -0
  506. package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.mts.map +1 -1
  507. package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.ts +4 -0
  508. package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.ts.map +1 -1
  509. package/tools/qbd/item-groups/update-qbd-item-groups.d.mts +4 -0
  510. package/tools/qbd/item-groups/update-qbd-item-groups.d.mts.map +1 -1
  511. package/tools/qbd/item-groups/update-qbd-item-groups.d.ts +4 -0
  512. package/tools/qbd/item-groups/update-qbd-item-groups.d.ts.map +1 -1
  513. package/tools/qbd/item-receipts/create-qbd-item-receipts.d.mts +4 -0
  514. package/tools/qbd/item-receipts/create-qbd-item-receipts.d.mts.map +1 -1
  515. package/tools/qbd/item-receipts/create-qbd-item-receipts.d.ts +4 -0
  516. package/tools/qbd/item-receipts/create-qbd-item-receipts.d.ts.map +1 -1
  517. package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.mts +4 -0
  518. package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.mts.map +1 -1
  519. package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.ts +4 -0
  520. package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.ts.map +1 -1
  521. package/tools/qbd/item-receipts/list-qbd-item-receipts.d.mts +4 -0
  522. package/tools/qbd/item-receipts/list-qbd-item-receipts.d.mts.map +1 -1
  523. package/tools/qbd/item-receipts/list-qbd-item-receipts.d.ts +4 -0
  524. package/tools/qbd/item-receipts/list-qbd-item-receipts.d.ts.map +1 -1
  525. package/tools/qbd/item-receipts/list-qbd-item-receipts.js +3 -3
  526. package/tools/qbd/item-receipts/list-qbd-item-receipts.js.map +1 -1
  527. package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs +3 -3
  528. package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs.map +1 -1
  529. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.mts +4 -0
  530. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.mts.map +1 -1
  531. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.ts +4 -0
  532. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.ts.map +1 -1
  533. package/tools/qbd/item-receipts/update-qbd-item-receipts.d.mts +4 -0
  534. package/tools/qbd/item-receipts/update-qbd-item-receipts.d.mts.map +1 -1
  535. package/tools/qbd/item-receipts/update-qbd-item-receipts.d.ts +4 -0
  536. package/tools/qbd/item-receipts/update-qbd-item-receipts.d.ts.map +1 -1
  537. package/tools/qbd/item-sites/list-qbd-item-sites.d.mts +4 -0
  538. package/tools/qbd/item-sites/list-qbd-item-sites.d.mts.map +1 -1
  539. package/tools/qbd/item-sites/list-qbd-item-sites.d.ts +4 -0
  540. package/tools/qbd/item-sites/list-qbd-item-sites.d.ts.map +1 -1
  541. package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.mts +4 -0
  542. package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.mts.map +1 -1
  543. package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.ts +4 -0
  544. package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.ts.map +1 -1
  545. package/tools/qbd/journal-entries/create-qbd-journal-entries.d.mts +4 -0
  546. package/tools/qbd/journal-entries/create-qbd-journal-entries.d.mts.map +1 -1
  547. package/tools/qbd/journal-entries/create-qbd-journal-entries.d.ts +4 -0
  548. package/tools/qbd/journal-entries/create-qbd-journal-entries.d.ts.map +1 -1
  549. package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.mts +4 -0
  550. package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.mts.map +1 -1
  551. package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.ts +4 -0
  552. package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.ts.map +1 -1
  553. package/tools/qbd/journal-entries/list-qbd-journal-entries.d.mts +4 -0
  554. package/tools/qbd/journal-entries/list-qbd-journal-entries.d.mts.map +1 -1
  555. package/tools/qbd/journal-entries/list-qbd-journal-entries.d.ts +4 -0
  556. package/tools/qbd/journal-entries/list-qbd-journal-entries.d.ts.map +1 -1
  557. package/tools/qbd/journal-entries/list-qbd-journal-entries.js +3 -3
  558. package/tools/qbd/journal-entries/list-qbd-journal-entries.js.map +1 -1
  559. package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs +3 -3
  560. package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs.map +1 -1
  561. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.mts +4 -0
  562. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.mts.map +1 -1
  563. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.ts +4 -0
  564. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.ts.map +1 -1
  565. package/tools/qbd/journal-entries/update-qbd-journal-entries.d.mts +4 -0
  566. package/tools/qbd/journal-entries/update-qbd-journal-entries.d.mts.map +1 -1
  567. package/tools/qbd/journal-entries/update-qbd-journal-entries.d.ts +4 -0
  568. package/tools/qbd/journal-entries/update-qbd-journal-entries.d.ts.map +1 -1
  569. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.mts +4 -0
  570. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.mts.map +1 -1
  571. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.ts +4 -0
  572. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.ts.map +1 -1
  573. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.mts +4 -0
  574. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.mts.map +1 -1
  575. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.ts +4 -0
  576. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.ts.map +1 -1
  577. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js +3 -3
  578. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js.map +1 -1
  579. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.mjs +3 -3
  580. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.mjs.map +1 -1
  581. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.mts +4 -0
  582. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.mts.map +1 -1
  583. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.ts +4 -0
  584. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.ts.map +1 -1
  585. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.mts +4 -0
  586. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.mts.map +1 -1
  587. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.ts +4 -0
  588. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.ts.map +1 -1
  589. package/tools/qbd/other-names/create-qbd-other-names.d.mts +4 -0
  590. package/tools/qbd/other-names/create-qbd-other-names.d.mts.map +1 -1
  591. package/tools/qbd/other-names/create-qbd-other-names.d.ts +4 -0
  592. package/tools/qbd/other-names/create-qbd-other-names.d.ts.map +1 -1
  593. package/tools/qbd/other-names/list-qbd-other-names.d.mts +4 -0
  594. package/tools/qbd/other-names/list-qbd-other-names.d.mts.map +1 -1
  595. package/tools/qbd/other-names/list-qbd-other-names.d.ts +4 -0
  596. package/tools/qbd/other-names/list-qbd-other-names.d.ts.map +1 -1
  597. package/tools/qbd/other-names/list-qbd-other-names.js +3 -3
  598. package/tools/qbd/other-names/list-qbd-other-names.js.map +1 -1
  599. package/tools/qbd/other-names/list-qbd-other-names.mjs +3 -3
  600. package/tools/qbd/other-names/list-qbd-other-names.mjs.map +1 -1
  601. package/tools/qbd/other-names/retrieve-qbd-other-names.d.mts +4 -0
  602. package/tools/qbd/other-names/retrieve-qbd-other-names.d.mts.map +1 -1
  603. package/tools/qbd/other-names/retrieve-qbd-other-names.d.ts +4 -0
  604. package/tools/qbd/other-names/retrieve-qbd-other-names.d.ts.map +1 -1
  605. package/tools/qbd/other-names/update-qbd-other-names.d.mts +4 -0
  606. package/tools/qbd/other-names/update-qbd-other-names.d.mts.map +1 -1
  607. package/tools/qbd/other-names/update-qbd-other-names.d.ts +4 -0
  608. package/tools/qbd/other-names/update-qbd-other-names.d.ts.map +1 -1
  609. package/tools/qbd/payment-methods/create-qbd-payment-methods.d.mts +4 -0
  610. package/tools/qbd/payment-methods/create-qbd-payment-methods.d.mts.map +1 -1
  611. package/tools/qbd/payment-methods/create-qbd-payment-methods.d.ts +4 -0
  612. package/tools/qbd/payment-methods/create-qbd-payment-methods.d.ts.map +1 -1
  613. package/tools/qbd/payment-methods/list-qbd-payment-methods.d.mts +4 -0
  614. package/tools/qbd/payment-methods/list-qbd-payment-methods.d.mts.map +1 -1
  615. package/tools/qbd/payment-methods/list-qbd-payment-methods.d.ts +4 -0
  616. package/tools/qbd/payment-methods/list-qbd-payment-methods.d.ts.map +1 -1
  617. package/tools/qbd/payment-methods/list-qbd-payment-methods.js +3 -3
  618. package/tools/qbd/payment-methods/list-qbd-payment-methods.js.map +1 -1
  619. package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs +3 -3
  620. package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs.map +1 -1
  621. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.mts +4 -0
  622. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.mts.map +1 -1
  623. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.ts +4 -0
  624. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.ts.map +1 -1
  625. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.mts +4 -0
  626. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.mts.map +1 -1
  627. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.ts +4 -0
  628. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.ts.map +1 -1
  629. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.mts +4 -0
  630. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.mts.map +1 -1
  631. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.ts +4 -0
  632. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.ts.map +1 -1
  633. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js +3 -3
  634. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js.map +1 -1
  635. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.mjs +3 -3
  636. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.mjs.map +1 -1
  637. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.mts +4 -0
  638. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.mts.map +1 -1
  639. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.ts +4 -0
  640. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.ts.map +1 -1
  641. package/tools/qbd/preferences/retrieve-qbd-preferences.d.mts +4 -0
  642. package/tools/qbd/preferences/retrieve-qbd-preferences.d.mts.map +1 -1
  643. package/tools/qbd/preferences/retrieve-qbd-preferences.d.ts +4 -0
  644. package/tools/qbd/preferences/retrieve-qbd-preferences.d.ts.map +1 -1
  645. package/tools/qbd/price-levels/create-qbd-price-levels.d.mts +4 -0
  646. package/tools/qbd/price-levels/create-qbd-price-levels.d.mts.map +1 -1
  647. package/tools/qbd/price-levels/create-qbd-price-levels.d.ts +4 -0
  648. package/tools/qbd/price-levels/create-qbd-price-levels.d.ts.map +1 -1
  649. package/tools/qbd/price-levels/list-qbd-price-levels.d.mts +4 -0
  650. package/tools/qbd/price-levels/list-qbd-price-levels.d.mts.map +1 -1
  651. package/tools/qbd/price-levels/list-qbd-price-levels.d.ts +4 -0
  652. package/tools/qbd/price-levels/list-qbd-price-levels.d.ts.map +1 -1
  653. package/tools/qbd/price-levels/list-qbd-price-levels.js +3 -3
  654. package/tools/qbd/price-levels/list-qbd-price-levels.js.map +1 -1
  655. package/tools/qbd/price-levels/list-qbd-price-levels.mjs +3 -3
  656. package/tools/qbd/price-levels/list-qbd-price-levels.mjs.map +1 -1
  657. package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.mts +4 -0
  658. package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.mts.map +1 -1
  659. package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.ts +4 -0
  660. package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.ts.map +1 -1
  661. package/tools/qbd/price-levels/update-qbd-price-levels.d.mts +4 -0
  662. package/tools/qbd/price-levels/update-qbd-price-levels.d.mts.map +1 -1
  663. package/tools/qbd/price-levels/update-qbd-price-levels.d.ts +4 -0
  664. package/tools/qbd/price-levels/update-qbd-price-levels.d.ts.map +1 -1
  665. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.mts +4 -0
  666. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.mts.map +1 -1
  667. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.ts +4 -0
  668. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.ts.map +1 -1
  669. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.mts +4 -0
  670. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.mts.map +1 -1
  671. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.ts +4 -0
  672. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.ts.map +1 -1
  673. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.mts +4 -0
  674. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.mts.map +1 -1
  675. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.ts +4 -0
  676. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.ts.map +1 -1
  677. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js +3 -3
  678. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js.map +1 -1
  679. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs +3 -3
  680. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs.map +1 -1
  681. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.mts +4 -0
  682. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.mts.map +1 -1
  683. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.ts +4 -0
  684. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.ts.map +1 -1
  685. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.mts +4 -0
  686. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.mts.map +1 -1
  687. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.ts +4 -0
  688. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.ts.map +1 -1
  689. package/tools/qbd/receive-payments/create-qbd-receive-payments.d.mts +4 -0
  690. package/tools/qbd/receive-payments/create-qbd-receive-payments.d.mts.map +1 -1
  691. package/tools/qbd/receive-payments/create-qbd-receive-payments.d.ts +4 -0
  692. package/tools/qbd/receive-payments/create-qbd-receive-payments.d.ts.map +1 -1
  693. package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.mts +4 -0
  694. package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.mts.map +1 -1
  695. package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.ts +4 -0
  696. package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.ts.map +1 -1
  697. package/tools/qbd/receive-payments/list-qbd-receive-payments.d.mts +4 -0
  698. package/tools/qbd/receive-payments/list-qbd-receive-payments.d.mts.map +1 -1
  699. package/tools/qbd/receive-payments/list-qbd-receive-payments.d.ts +4 -0
  700. package/tools/qbd/receive-payments/list-qbd-receive-payments.d.ts.map +1 -1
  701. package/tools/qbd/receive-payments/list-qbd-receive-payments.js +3 -3
  702. package/tools/qbd/receive-payments/list-qbd-receive-payments.js.map +1 -1
  703. package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs +3 -3
  704. package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs.map +1 -1
  705. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.mts +4 -0
  706. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.mts.map +1 -1
  707. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.ts +4 -0
  708. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.ts.map +1 -1
  709. package/tools/qbd/receive-payments/update-qbd-receive-payments.d.mts +4 -0
  710. package/tools/qbd/receive-payments/update-qbd-receive-payments.d.mts.map +1 -1
  711. package/tools/qbd/receive-payments/update-qbd-receive-payments.d.ts +4 -0
  712. package/tools/qbd/receive-payments/update-qbd-receive-payments.d.ts.map +1 -1
  713. package/tools/qbd/sales-orders/create-qbd-sales-orders.d.mts +4 -0
  714. package/tools/qbd/sales-orders/create-qbd-sales-orders.d.mts.map +1 -1
  715. package/tools/qbd/sales-orders/create-qbd-sales-orders.d.ts +4 -0
  716. package/tools/qbd/sales-orders/create-qbd-sales-orders.d.ts.map +1 -1
  717. package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.mts +4 -0
  718. package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.mts.map +1 -1
  719. package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.ts +4 -0
  720. package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.ts.map +1 -1
  721. package/tools/qbd/sales-orders/list-qbd-sales-orders.d.mts +4 -0
  722. package/tools/qbd/sales-orders/list-qbd-sales-orders.d.mts.map +1 -1
  723. package/tools/qbd/sales-orders/list-qbd-sales-orders.d.ts +4 -0
  724. package/tools/qbd/sales-orders/list-qbd-sales-orders.d.ts.map +1 -1
  725. package/tools/qbd/sales-orders/list-qbd-sales-orders.js +3 -3
  726. package/tools/qbd/sales-orders/list-qbd-sales-orders.js.map +1 -1
  727. package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs +3 -3
  728. package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs.map +1 -1
  729. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.mts +4 -0
  730. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.mts.map +1 -1
  731. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.ts +4 -0
  732. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.ts.map +1 -1
  733. package/tools/qbd/sales-orders/update-qbd-sales-orders.d.mts +4 -0
  734. package/tools/qbd/sales-orders/update-qbd-sales-orders.d.mts.map +1 -1
  735. package/tools/qbd/sales-orders/update-qbd-sales-orders.d.ts +4 -0
  736. package/tools/qbd/sales-orders/update-qbd-sales-orders.d.ts.map +1 -1
  737. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.mts +4 -0
  738. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.mts.map +1 -1
  739. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.ts +4 -0
  740. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.ts.map +1 -1
  741. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.mts +4 -0
  742. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.mts.map +1 -1
  743. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.ts +4 -0
  744. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.ts.map +1 -1
  745. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.mts +4 -0
  746. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.mts.map +1 -1
  747. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.ts +4 -0
  748. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.ts.map +1 -1
  749. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js +3 -3
  750. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js.map +1 -1
  751. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs +3 -3
  752. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs.map +1 -1
  753. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.mts +4 -0
  754. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.mts.map +1 -1
  755. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.ts +4 -0
  756. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.ts.map +1 -1
  757. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.mts +4 -0
  758. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.mts.map +1 -1
  759. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.ts +4 -0
  760. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.ts.map +1 -1
  761. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.mts +4 -0
  762. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.mts.map +1 -1
  763. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.ts +4 -0
  764. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.ts.map +1 -1
  765. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.mts +4 -0
  766. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.mts.map +1 -1
  767. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.ts +4 -0
  768. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.ts.map +1 -1
  769. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js +3 -3
  770. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js.map +1 -1
  771. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs +3 -3
  772. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs.map +1 -1
  773. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.mts +4 -0
  774. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.mts.map +1 -1
  775. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.ts +4 -0
  776. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.ts.map +1 -1
  777. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.mts +4 -0
  778. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.mts.map +1 -1
  779. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.ts +4 -0
  780. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.ts.map +1 -1
  781. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.mts +4 -0
  782. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.mts.map +1 -1
  783. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.ts +4 -0
  784. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.ts.map +1 -1
  785. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.mts +4 -0
  786. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.mts.map +1 -1
  787. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.ts +4 -0
  788. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.ts.map +1 -1
  789. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js +3 -3
  790. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js.map +1 -1
  791. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs +3 -3
  792. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs.map +1 -1
  793. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.mts +4 -0
  794. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.mts.map +1 -1
  795. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.ts +4 -0
  796. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.ts.map +1 -1
  797. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.mts +4 -0
  798. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.mts.map +1 -1
  799. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.ts +4 -0
  800. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.ts.map +1 -1
  801. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.mts +4 -0
  802. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.mts.map +1 -1
  803. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.ts +4 -0
  804. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.ts.map +1 -1
  805. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.mts +4 -0
  806. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.mts.map +1 -1
  807. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.ts +4 -0
  808. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.ts.map +1 -1
  809. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js +3 -3
  810. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js.map +1 -1
  811. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.mjs +3 -3
  812. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.mjs.map +1 -1
  813. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.mts +4 -0
  814. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.mts.map +1 -1
  815. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.ts +4 -0
  816. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.ts.map +1 -1
  817. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.mts +4 -0
  818. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.mts.map +1 -1
  819. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.ts +4 -0
  820. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.ts.map +1 -1
  821. package/tools/qbd/service-items/create-qbd-service-items.d.mts +4 -0
  822. package/tools/qbd/service-items/create-qbd-service-items.d.mts.map +1 -1
  823. package/tools/qbd/service-items/create-qbd-service-items.d.ts +4 -0
  824. package/tools/qbd/service-items/create-qbd-service-items.d.ts.map +1 -1
  825. package/tools/qbd/service-items/list-qbd-service-items.d.mts +4 -0
  826. package/tools/qbd/service-items/list-qbd-service-items.d.mts.map +1 -1
  827. package/tools/qbd/service-items/list-qbd-service-items.d.ts +4 -0
  828. package/tools/qbd/service-items/list-qbd-service-items.d.ts.map +1 -1
  829. package/tools/qbd/service-items/list-qbd-service-items.js +3 -3
  830. package/tools/qbd/service-items/list-qbd-service-items.js.map +1 -1
  831. package/tools/qbd/service-items/list-qbd-service-items.mjs +3 -3
  832. package/tools/qbd/service-items/list-qbd-service-items.mjs.map +1 -1
  833. package/tools/qbd/service-items/retrieve-qbd-service-items.d.mts +4 -0
  834. package/tools/qbd/service-items/retrieve-qbd-service-items.d.mts.map +1 -1
  835. package/tools/qbd/service-items/retrieve-qbd-service-items.d.ts +4 -0
  836. package/tools/qbd/service-items/retrieve-qbd-service-items.d.ts.map +1 -1
  837. package/tools/qbd/service-items/update-qbd-service-items.d.mts +4 -0
  838. package/tools/qbd/service-items/update-qbd-service-items.d.mts.map +1 -1
  839. package/tools/qbd/service-items/update-qbd-service-items.d.ts +4 -0
  840. package/tools/qbd/service-items/update-qbd-service-items.d.ts.map +1 -1
  841. package/tools/qbd/standard-terms/create-qbd-standard-terms.d.mts +4 -0
  842. package/tools/qbd/standard-terms/create-qbd-standard-terms.d.mts.map +1 -1
  843. package/tools/qbd/standard-terms/create-qbd-standard-terms.d.ts +4 -0
  844. package/tools/qbd/standard-terms/create-qbd-standard-terms.d.ts.map +1 -1
  845. package/tools/qbd/standard-terms/list-qbd-standard-terms.d.mts +4 -0
  846. package/tools/qbd/standard-terms/list-qbd-standard-terms.d.mts.map +1 -1
  847. package/tools/qbd/standard-terms/list-qbd-standard-terms.d.ts +4 -0
  848. package/tools/qbd/standard-terms/list-qbd-standard-terms.d.ts.map +1 -1
  849. package/tools/qbd/standard-terms/list-qbd-standard-terms.js +3 -3
  850. package/tools/qbd/standard-terms/list-qbd-standard-terms.js.map +1 -1
  851. package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs +3 -3
  852. package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs.map +1 -1
  853. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.mts +4 -0
  854. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.mts.map +1 -1
  855. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.ts +4 -0
  856. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.ts.map +1 -1
  857. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.mts +4 -0
  858. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.mts.map +1 -1
  859. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.ts +4 -0
  860. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.ts.map +1 -1
  861. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.mts +4 -0
  862. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.mts.map +1 -1
  863. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.ts +4 -0
  864. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.ts.map +1 -1
  865. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js +3 -3
  866. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js.map +1 -1
  867. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs +3 -3
  868. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs.map +1 -1
  869. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.mts +4 -0
  870. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.mts.map +1 -1
  871. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.ts +4 -0
  872. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.ts.map +1 -1
  873. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.mts +4 -0
  874. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.mts.map +1 -1
  875. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.ts +4 -0
  876. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.ts.map +1 -1
  877. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.mts +4 -0
  878. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.mts.map +1 -1
  879. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.ts +4 -0
  880. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.ts.map +1 -1
  881. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.mts +4 -0
  882. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.mts.map +1 -1
  883. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.ts +4 -0
  884. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.ts.map +1 -1
  885. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.mts +4 -0
  886. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.mts.map +1 -1
  887. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.ts +4 -0
  888. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.ts.map +1 -1
  889. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.mts +4 -0
  890. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.mts.map +1 -1
  891. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.ts +4 -0
  892. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.ts.map +1 -1
  893. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.mts +4 -0
  894. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.mts.map +1 -1
  895. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.ts +4 -0
  896. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.ts.map +1 -1
  897. package/tools/qbd/transactions/list-qbd-transactions.d.mts +4 -0
  898. package/tools/qbd/transactions/list-qbd-transactions.d.mts.map +1 -1
  899. package/tools/qbd/transactions/list-qbd-transactions.d.ts +4 -0
  900. package/tools/qbd/transactions/list-qbd-transactions.d.ts.map +1 -1
  901. package/tools/qbd/transactions/list-qbd-transactions.js +3 -3
  902. package/tools/qbd/transactions/list-qbd-transactions.js.map +1 -1
  903. package/tools/qbd/transactions/list-qbd-transactions.mjs +3 -3
  904. package/tools/qbd/transactions/list-qbd-transactions.mjs.map +1 -1
  905. package/tools/qbd/transactions/retrieve-qbd-transactions.d.mts +4 -0
  906. package/tools/qbd/transactions/retrieve-qbd-transactions.d.mts.map +1 -1
  907. package/tools/qbd/transactions/retrieve-qbd-transactions.d.ts +4 -0
  908. package/tools/qbd/transactions/retrieve-qbd-transactions.d.ts.map +1 -1
  909. package/tools/qbd/transfers/create-qbd-transfers.d.mts +4 -0
  910. package/tools/qbd/transfers/create-qbd-transfers.d.mts.map +1 -1
  911. package/tools/qbd/transfers/create-qbd-transfers.d.ts +4 -0
  912. package/tools/qbd/transfers/create-qbd-transfers.d.ts.map +1 -1
  913. package/tools/qbd/transfers/list-qbd-transfers.d.mts +4 -0
  914. package/tools/qbd/transfers/list-qbd-transfers.d.mts.map +1 -1
  915. package/tools/qbd/transfers/list-qbd-transfers.d.ts +4 -0
  916. package/tools/qbd/transfers/list-qbd-transfers.d.ts.map +1 -1
  917. package/tools/qbd/transfers/retrieve-qbd-transfers.d.mts +4 -0
  918. package/tools/qbd/transfers/retrieve-qbd-transfers.d.mts.map +1 -1
  919. package/tools/qbd/transfers/retrieve-qbd-transfers.d.ts +4 -0
  920. package/tools/qbd/transfers/retrieve-qbd-transfers.d.ts.map +1 -1
  921. package/tools/qbd/transfers/update-qbd-transfers.d.mts +4 -0
  922. package/tools/qbd/transfers/update-qbd-transfers.d.mts.map +1 -1
  923. package/tools/qbd/transfers/update-qbd-transfers.d.ts +4 -0
  924. package/tools/qbd/transfers/update-qbd-transfers.d.ts.map +1 -1
  925. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.mts +4 -0
  926. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.mts.map +1 -1
  927. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.ts +4 -0
  928. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.ts.map +1 -1
  929. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.mts +4 -0
  930. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.mts.map +1 -1
  931. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.ts +4 -0
  932. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.ts.map +1 -1
  933. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.mts +4 -0
  934. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.mts.map +1 -1
  935. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.ts +4 -0
  936. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.ts.map +1 -1
  937. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js +3 -3
  938. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js.map +1 -1
  939. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs +3 -3
  940. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs.map +1 -1
  941. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.mts +4 -0
  942. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.mts.map +1 -1
  943. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.ts +4 -0
  944. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.ts.map +1 -1
  945. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.mts +4 -0
  946. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.mts.map +1 -1
  947. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.ts +4 -0
  948. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.ts.map +1 -1
  949. package/tools/qbd/vendors/create-qbd-vendors.d.mts +4 -0
  950. package/tools/qbd/vendors/create-qbd-vendors.d.mts.map +1 -1
  951. package/tools/qbd/vendors/create-qbd-vendors.d.ts +4 -0
  952. package/tools/qbd/vendors/create-qbd-vendors.d.ts.map +1 -1
  953. package/tools/qbd/vendors/list-qbd-vendors.d.mts +4 -0
  954. package/tools/qbd/vendors/list-qbd-vendors.d.mts.map +1 -1
  955. package/tools/qbd/vendors/list-qbd-vendors.d.ts +4 -0
  956. package/tools/qbd/vendors/list-qbd-vendors.d.ts.map +1 -1
  957. package/tools/qbd/vendors/list-qbd-vendors.js +3 -3
  958. package/tools/qbd/vendors/list-qbd-vendors.js.map +1 -1
  959. package/tools/qbd/vendors/list-qbd-vendors.mjs +3 -3
  960. package/tools/qbd/vendors/list-qbd-vendors.mjs.map +1 -1
  961. package/tools/qbd/vendors/retrieve-qbd-vendors.d.mts +4 -0
  962. package/tools/qbd/vendors/retrieve-qbd-vendors.d.mts.map +1 -1
  963. package/tools/qbd/vendors/retrieve-qbd-vendors.d.ts +4 -0
  964. package/tools/qbd/vendors/retrieve-qbd-vendors.d.ts.map +1 -1
  965. package/tools/qbd/vendors/update-qbd-vendors.d.mts +4 -0
  966. package/tools/qbd/vendors/update-qbd-vendors.d.mts.map +1 -1
  967. package/tools/qbd/vendors/update-qbd-vendors.d.ts +4 -0
  968. package/tools/qbd/vendors/update-qbd-vendors.d.ts.map +1 -1
@@ -63,12 +63,12 @@ export const tool: Tool = {
63
63
  nameContains: {
64
64
  type: 'string',
65
65
  description:
66
- 'Filter for non-inventory items whose `name` contains this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
66
+ 'Filter for non-inventory items whose `name` contains this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
67
67
  },
68
68
  nameEndsWith: {
69
69
  type: 'string',
70
70
  description:
71
- 'Filter for non-inventory items whose `name` ends with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
71
+ 'Filter for non-inventory items whose `name` ends with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
72
72
  },
73
73
  nameFrom: {
74
74
  type: 'string',
@@ -78,7 +78,7 @@ export const tool: Tool = {
78
78
  nameStartsWith: {
79
79
  type: 'string',
80
80
  description:
81
- 'Filter for non-inventory items whose `name` starts with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
81
+ 'Filter for non-inventory items whose `name` starts with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
82
82
  },
83
83
  nameTo: {
84
84
  type: 'string',
@@ -42,12 +42,12 @@ export const tool: Tool = {
42
42
  nameContains: {
43
43
  type: 'string',
44
44
  description:
45
- 'Filter for other-names whose `name` contains this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
45
+ 'Filter for other-names whose `name` contains this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
46
46
  },
47
47
  nameEndsWith: {
48
48
  type: 'string',
49
49
  description:
50
- 'Filter for other-names whose `name` ends with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
50
+ 'Filter for other-names whose `name` ends with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
51
51
  },
52
52
  nameFrom: {
53
53
  type: 'string',
@@ -65,7 +65,7 @@ export const tool: Tool = {
65
65
  nameStartsWith: {
66
66
  type: 'string',
67
67
  description:
68
- 'Filter for other-names whose `name` starts with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
68
+ 'Filter for other-names whose `name` starts with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
69
69
  },
70
70
  nameTo: {
71
71
  type: 'string',
@@ -42,12 +42,12 @@ export const tool: Tool = {
42
42
  nameContains: {
43
43
  type: 'string',
44
44
  description:
45
- 'Filter for payment methods whose `name` contains this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
45
+ 'Filter for payment methods whose `name` contains this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
46
46
  },
47
47
  nameEndsWith: {
48
48
  type: 'string',
49
49
  description:
50
- 'Filter for payment methods whose `name` ends with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
50
+ 'Filter for payment methods whose `name` ends with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
51
51
  },
52
52
  nameFrom: {
53
53
  type: 'string',
@@ -65,7 +65,7 @@ export const tool: Tool = {
65
65
  nameStartsWith: {
66
66
  type: 'string',
67
67
  description:
68
- 'Filter for payment methods whose `name` starts with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
68
+ 'Filter for payment methods whose `name` starts with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
69
69
  },
70
70
  nameTo: {
71
71
  type: 'string',
@@ -47,12 +47,12 @@ export const tool: Tool = {
47
47
  nameContains: {
48
48
  type: 'string',
49
49
  description:
50
- 'Filter for payroll wage items whose `name` contains this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
50
+ 'Filter for payroll wage items whose `name` contains this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
51
51
  },
52
52
  nameEndsWith: {
53
53
  type: 'string',
54
54
  description:
55
- 'Filter for payroll wage items whose `name` ends with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
55
+ 'Filter for payroll wage items whose `name` ends with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
56
56
  },
57
57
  nameFrom: {
58
58
  type: 'string',
@@ -70,7 +70,7 @@ export const tool: Tool = {
70
70
  nameStartsWith: {
71
71
  type: 'string',
72
72
  description:
73
- 'Filter for payroll wage items whose `name` starts with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
73
+ 'Filter for payroll wage items whose `name` starts with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
74
74
  },
75
75
  nameTo: {
76
76
  type: 'string',
@@ -56,12 +56,12 @@ export const tool: Tool = {
56
56
  nameContains: {
57
57
  type: 'string',
58
58
  description:
59
- 'Filter for price levels whose `name` contains this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
59
+ 'Filter for price levels whose `name` contains this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
60
60
  },
61
61
  nameEndsWith: {
62
62
  type: 'string',
63
63
  description:
64
- 'Filter for price levels whose `name` ends with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
64
+ 'Filter for price levels whose `name` ends with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
65
65
  },
66
66
  nameFrom: {
67
67
  type: 'string',
@@ -79,7 +79,7 @@ export const tool: Tool = {
79
79
  nameStartsWith: {
80
80
  type: 'string',
81
81
  description:
82
- 'Filter for price levels whose `name` starts with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
82
+ 'Filter for price levels whose `name` starts with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
83
83
  },
84
84
  nameTo: {
85
85
  type: 'string',
@@ -70,12 +70,12 @@ export const tool: Tool = {
70
70
  refNumberContains: {
71
71
  type: 'string',
72
72
  description:
73
- 'Filter for purchase orders whose `refNumber` contains this substring. NOTE: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
73
+ 'Filter for purchase orders whose `refNumber` contains this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
74
74
  },
75
75
  refNumberEndsWith: {
76
76
  type: 'string',
77
77
  description:
78
- 'Filter for purchase orders whose `refNumber` ends with this substring. NOTE: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
78
+ 'Filter for purchase orders whose `refNumber` ends with this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
79
79
  },
80
80
  refNumberFrom: {
81
81
  type: 'string',
@@ -93,7 +93,7 @@ export const tool: Tool = {
93
93
  refNumberStartsWith: {
94
94
  type: 'string',
95
95
  description:
96
- 'Filter for purchase orders whose `refNumber` starts with this substring. NOTE: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
96
+ 'Filter for purchase orders whose `refNumber` starts with this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
97
97
  },
98
98
  refNumberTo: {
99
99
  type: 'string',
@@ -72,12 +72,12 @@ export const tool: Tool = {
72
72
  refNumberContains: {
73
73
  type: 'string',
74
74
  description:
75
- 'Filter for receive-payments whose `refNumber` contains this substring. NOTE: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
75
+ 'Filter for receive-payments whose `refNumber` contains this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
76
76
  },
77
77
  refNumberEndsWith: {
78
78
  type: 'string',
79
79
  description:
80
- 'Filter for receive-payments whose `refNumber` ends with this substring. NOTE: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
80
+ 'Filter for receive-payments whose `refNumber` ends with this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
81
81
  },
82
82
  refNumberFrom: {
83
83
  type: 'string',
@@ -95,7 +95,7 @@ export const tool: Tool = {
95
95
  refNumberStartsWith: {
96
96
  type: 'string',
97
97
  description:
98
- 'Filter for receive-payments whose `refNumber` starts with this substring. NOTE: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
98
+ 'Filter for receive-payments whose `refNumber` starts with this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
99
99
  },
100
100
  refNumberTo: {
101
101
  type: 'string',
@@ -69,12 +69,12 @@ export const tool: Tool = {
69
69
  refNumberContains: {
70
70
  type: 'string',
71
71
  description:
72
- 'Filter for sales orders whose `refNumber` contains this substring. NOTE: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
72
+ 'Filter for sales orders whose `refNumber` contains this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
73
73
  },
74
74
  refNumberEndsWith: {
75
75
  type: 'string',
76
76
  description:
77
- 'Filter for sales orders whose `refNumber` ends with this substring. NOTE: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
77
+ 'Filter for sales orders whose `refNumber` ends with this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
78
78
  },
79
79
  refNumberFrom: {
80
80
  type: 'string',
@@ -92,7 +92,7 @@ export const tool: Tool = {
92
92
  refNumberStartsWith: {
93
93
  type: 'string',
94
94
  description:
95
- 'Filter for sales orders whose `refNumber` starts with this substring. NOTE: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
95
+ 'Filter for sales orders whose `refNumber` starts with this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
96
96
  },
97
97
  refNumberTo: {
98
98
  type: 'string',
@@ -72,12 +72,12 @@ export const tool: Tool = {
72
72
  refNumberContains: {
73
73
  type: 'string',
74
74
  description:
75
- 'Filter for sales receipts whose `refNumber` contains this substring. NOTE: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
75
+ 'Filter for sales receipts whose `refNumber` contains this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
76
76
  },
77
77
  refNumberEndsWith: {
78
78
  type: 'string',
79
79
  description:
80
- 'Filter for sales receipts whose `refNumber` ends with this substring. NOTE: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
80
+ 'Filter for sales receipts whose `refNumber` ends with this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
81
81
  },
82
82
  refNumberFrom: {
83
83
  type: 'string',
@@ -95,7 +95,7 @@ export const tool: Tool = {
95
95
  refNumberStartsWith: {
96
96
  type: 'string',
97
97
  description:
98
- 'Filter for sales receipts whose `refNumber` starts with this substring. NOTE: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
98
+ 'Filter for sales receipts whose `refNumber` starts with this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
99
99
  },
100
100
  refNumberTo: {
101
101
  type: 'string',
@@ -42,12 +42,12 @@ export const tool: Tool = {
42
42
  nameContains: {
43
43
  type: 'string',
44
44
  description:
45
- 'Filter for sales representatives whose `name` contains this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
45
+ 'Filter for sales representatives whose `name` contains this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
46
46
  },
47
47
  nameEndsWith: {
48
48
  type: 'string',
49
49
  description:
50
- 'Filter for sales representatives whose `name` ends with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
50
+ 'Filter for sales representatives whose `name` ends with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
51
51
  },
52
52
  nameFrom: {
53
53
  type: 'string',
@@ -65,7 +65,7 @@ export const tool: Tool = {
65
65
  nameStartsWith: {
66
66
  type: 'string',
67
67
  description:
68
- 'Filter for sales representatives whose `name` starts with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
68
+ 'Filter for sales representatives whose `name` starts with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
69
69
  },
70
70
  nameTo: {
71
71
  type: 'string',
@@ -42,12 +42,12 @@ export const tool: Tool = {
42
42
  nameContains: {
43
43
  type: 'string',
44
44
  description:
45
- 'Filter for sales-tax codes whose `name` contains this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
45
+ 'Filter for sales-tax codes whose `name` contains this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
46
46
  },
47
47
  nameEndsWith: {
48
48
  type: 'string',
49
49
  description:
50
- 'Filter for sales-tax codes whose `name` ends with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
50
+ 'Filter for sales-tax codes whose `name` ends with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
51
51
  },
52
52
  nameFrom: {
53
53
  type: 'string',
@@ -65,7 +65,7 @@ export const tool: Tool = {
65
65
  nameStartsWith: {
66
66
  type: 'string',
67
67
  description:
68
- 'Filter for sales-tax codes whose `name` starts with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
68
+ 'Filter for sales-tax codes whose `name` starts with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
69
69
  },
70
70
  nameTo: {
71
71
  type: 'string',
@@ -55,12 +55,12 @@ export const tool: Tool = {
55
55
  nameContains: {
56
56
  type: 'string',
57
57
  description:
58
- 'Filter for sales-tax items whose `name` contains this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
58
+ 'Filter for sales-tax items whose `name` contains this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
59
59
  },
60
60
  nameEndsWith: {
61
61
  type: 'string',
62
62
  description:
63
- 'Filter for sales-tax items whose `name` ends with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
63
+ 'Filter for sales-tax items whose `name` ends with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
64
64
  },
65
65
  nameFrom: {
66
66
  type: 'string',
@@ -78,7 +78,7 @@ export const tool: Tool = {
78
78
  nameStartsWith: {
79
79
  type: 'string',
80
80
  description:
81
- 'Filter for sales-tax items whose `name` starts with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
81
+ 'Filter for sales-tax items whose `name` starts with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
82
82
  },
83
83
  nameTo: {
84
84
  type: 'string',
@@ -62,12 +62,12 @@ export const tool: Tool = {
62
62
  nameContains: {
63
63
  type: 'string',
64
64
  description:
65
- 'Filter for service items whose `name` contains this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
65
+ 'Filter for service items whose `name` contains this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
66
66
  },
67
67
  nameEndsWith: {
68
68
  type: 'string',
69
69
  description:
70
- 'Filter for service items whose `name` ends with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
70
+ 'Filter for service items whose `name` ends with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
71
71
  },
72
72
  nameFrom: {
73
73
  type: 'string',
@@ -77,7 +77,7 @@ export const tool: Tool = {
77
77
  nameStartsWith: {
78
78
  type: 'string',
79
79
  description:
80
- 'Filter for service items whose `name` starts with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
80
+ 'Filter for service items whose `name` starts with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
81
81
  },
82
82
  nameTo: {
83
83
  type: 'string',
@@ -42,12 +42,12 @@ export const tool: Tool = {
42
42
  nameContains: {
43
43
  type: 'string',
44
44
  description:
45
- 'Filter for standard terms whose `name` contains this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
45
+ 'Filter for standard terms whose `name` contains this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
46
46
  },
47
47
  nameEndsWith: {
48
48
  type: 'string',
49
49
  description:
50
- 'Filter for standard terms whose `name` ends with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
50
+ 'Filter for standard terms whose `name` ends with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
51
51
  },
52
52
  nameFrom: {
53
53
  type: 'string',
@@ -65,7 +65,7 @@ export const tool: Tool = {
65
65
  nameStartsWith: {
66
66
  type: 'string',
67
67
  description:
68
- 'Filter for standard terms whose `name` starts with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
68
+ 'Filter for standard terms whose `name` starts with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
69
69
  },
70
70
  nameTo: {
71
71
  type: 'string',
@@ -47,12 +47,12 @@ export const tool: Tool = {
47
47
  nameContains: {
48
48
  type: 'string',
49
49
  description:
50
- 'Filter for subtotal items whose `name` contains this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
50
+ 'Filter for subtotal items whose `name` contains this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
51
51
  },
52
52
  nameEndsWith: {
53
53
  type: 'string',
54
54
  description:
55
- 'Filter for subtotal items whose `name` ends with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
55
+ 'Filter for subtotal items whose `name` ends with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
56
56
  },
57
57
  nameFrom: {
58
58
  type: 'string',
@@ -70,7 +70,7 @@ export const tool: Tool = {
70
70
  nameStartsWith: {
71
71
  type: 'string',
72
72
  description:
73
- 'Filter for subtotal items whose `name` starts with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
73
+ 'Filter for subtotal items whose `name` starts with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
74
74
  },
75
75
  nameTo: {
76
76
  type: 'string',
@@ -104,12 +104,12 @@ export const tool: Tool = {
104
104
  refNumberContains: {
105
105
  type: 'string',
106
106
  description:
107
- 'Filter for transactions whose `refNumber` contains this substring. NOTE: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
107
+ 'Filter for transactions whose `refNumber` contains this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
108
108
  },
109
109
  refNumberEndsWith: {
110
110
  type: 'string',
111
111
  description:
112
- 'Filter for transactions whose `refNumber` ends with this substring. NOTE: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
112
+ 'Filter for transactions whose `refNumber` ends with this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
113
113
  },
114
114
  refNumberFrom: {
115
115
  type: 'string',
@@ -127,7 +127,7 @@ export const tool: Tool = {
127
127
  refNumberStartsWith: {
128
128
  type: 'string',
129
129
  description:
130
- 'Filter for transactions whose `refNumber` starts with this substring. NOTE: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
130
+ 'Filter for transactions whose `refNumber` starts with this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
131
131
  },
132
132
  refNumberTo: {
133
133
  type: 'string',
@@ -70,12 +70,12 @@ export const tool: Tool = {
70
70
  refNumberContains: {
71
71
  type: 'string',
72
72
  description:
73
- 'Filter for vendor credits whose `refNumber` contains this substring. NOTE: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
73
+ 'Filter for vendor credits whose `refNumber` contains this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
74
74
  },
75
75
  refNumberEndsWith: {
76
76
  type: 'string',
77
77
  description:
78
- 'Filter for vendor credits whose `refNumber` ends with this substring. NOTE: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
78
+ 'Filter for vendor credits whose `refNumber` ends with this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
79
79
  },
80
80
  refNumberFrom: {
81
81
  type: 'string',
@@ -93,7 +93,7 @@ export const tool: Tool = {
93
93
  refNumberStartsWith: {
94
94
  type: 'string',
95
95
  description:
96
- 'Filter for vendor credits whose `refNumber` starts with this substring. NOTE: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
96
+ 'Filter for vendor credits whose `refNumber` starts with this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
97
97
  },
98
98
  refNumberTo: {
99
99
  type: 'string',
@@ -61,12 +61,12 @@ export const tool: Tool = {
61
61
  nameContains: {
62
62
  type: 'string',
63
63
  description:
64
- 'Filter for vendors whose `name` contains this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
64
+ 'Filter for vendors whose `name` contains this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
65
65
  },
66
66
  nameEndsWith: {
67
67
  type: 'string',
68
68
  description:
69
- 'Filter for vendors whose `name` ends with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
69
+ 'Filter for vendors whose `name` ends with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
70
70
  },
71
71
  nameFrom: {
72
72
  type: 'string',
@@ -83,7 +83,7 @@ export const tool: Tool = {
83
83
  nameStartsWith: {
84
84
  type: 'string',
85
85
  description:
86
- 'Filter for vendors whose `name` starts with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
86
+ 'Filter for vendors whose `name` starts with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
87
87
  },
88
88
  nameTo: {
89
89
  type: 'string',
@@ -17,6 +17,7 @@ declare const _default: {
17
17
  } | undefined;
18
18
  required?: string[] | undefined;
19
19
  };
20
+ title?: string | undefined;
20
21
  description?: string | undefined;
21
22
  outputSchema?: {
22
23
  [x: string]: unknown;
@@ -34,6 +35,9 @@ declare const _default: {
34
35
  idempotentHint?: boolean | undefined;
35
36
  openWorldHint?: boolean | undefined;
36
37
  } | undefined;
38
+ _meta?: {
39
+ [x: string]: unknown;
40
+ } | undefined;
37
41
  };
38
42
  handler: (conductor: Conductor, args: Record<string, unknown> | undefined) => Promise<import("conductor-node-mcp/tools/types").ToolCallResult>;
39
43
  };
@@ -1 +1 @@
1
- {"version":3,"file":"create-auth-sessions.d.mts","sourceRoot":"","sources":["../../src/tools/auth-sessions/create-auth-sessions.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA4BlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
1
+ {"version":3,"file":"create-auth-sessions.d.mts","sourceRoot":"","sources":["../../src/tools/auth-sessions/create-auth-sessions.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA4BlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
@@ -17,6 +17,7 @@ declare const _default: {
17
17
  } | undefined;
18
18
  required?: string[] | undefined;
19
19
  };
20
+ title?: string | undefined;
20
21
  description?: string | undefined;
21
22
  outputSchema?: {
22
23
  [x: string]: unknown;
@@ -34,6 +35,9 @@ declare const _default: {
34
35
  idempotentHint?: boolean | undefined;
35
36
  openWorldHint?: boolean | undefined;
36
37
  } | undefined;
38
+ _meta?: {
39
+ [x: string]: unknown;
40
+ } | undefined;
37
41
  };
38
42
  handler: (conductor: Conductor, args: Record<string, unknown> | undefined) => Promise<import("conductor-node-mcp/tools/types").ToolCallResult>;
39
43
  };
@@ -1 +1 @@
1
- {"version":3,"file":"create-auth-sessions.d.ts","sourceRoot":"","sources":["../../src/tools/auth-sessions/create-auth-sessions.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA4BlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
1
+ {"version":3,"file":"create-auth-sessions.d.ts","sourceRoot":"","sources":["../../src/tools/auth-sessions/create-auth-sessions.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA4BlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
@@ -17,6 +17,7 @@ declare const _default: {
17
17
  } | undefined;
18
18
  required?: string[] | undefined;
19
19
  };
20
+ title?: string | undefined;
20
21
  description?: string | undefined;
21
22
  outputSchema?: {
22
23
  [x: string]: unknown;
@@ -34,6 +35,9 @@ declare const _default: {
34
35
  idempotentHint?: boolean | undefined;
35
36
  openWorldHint?: boolean | undefined;
36
37
  } | undefined;
38
+ _meta?: {
39
+ [x: string]: unknown;
40
+ } | undefined;
37
41
  };
38
42
  handler: (conductor: Conductor, args: Record<string, unknown> | undefined) => Promise<import("conductor-node-mcp/tools/types").ToolCallResult>;
39
43
  };
@@ -1 +1 @@
1
- {"version":3,"file":"create-end-users.d.mts","sourceRoot":"","sources":["../../src/tools/end-users/create-end-users.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAsBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
1
+ {"version":3,"file":"create-end-users.d.mts","sourceRoot":"","sources":["../../src/tools/end-users/create-end-users.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAsBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
@@ -17,6 +17,7 @@ declare const _default: {
17
17
  } | undefined;
18
18
  required?: string[] | undefined;
19
19
  };
20
+ title?: string | undefined;
20
21
  description?: string | undefined;
21
22
  outputSchema?: {
22
23
  [x: string]: unknown;
@@ -34,6 +35,9 @@ declare const _default: {
34
35
  idempotentHint?: boolean | undefined;
35
36
  openWorldHint?: boolean | undefined;
36
37
  } | undefined;
38
+ _meta?: {
39
+ [x: string]: unknown;
40
+ } | undefined;
37
41
  };
38
42
  handler: (conductor: Conductor, args: Record<string, unknown> | undefined) => Promise<import("conductor-node-mcp/tools/types").ToolCallResult>;
39
43
  };
@@ -1 +1 @@
1
- {"version":3,"file":"create-end-users.d.ts","sourceRoot":"","sources":["../../src/tools/end-users/create-end-users.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAsBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
1
+ {"version":3,"file":"create-end-users.d.ts","sourceRoot":"","sources":["../../src/tools/end-users/create-end-users.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAsBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
@@ -17,6 +17,7 @@ declare const _default: {
17
17
  } | undefined;
18
18
  required?: string[] | undefined;
19
19
  };
20
+ title?: string | undefined;
20
21
  description?: string | undefined;
21
22
  outputSchema?: {
22
23
  [x: string]: unknown;
@@ -34,6 +35,9 @@ declare const _default: {
34
35
  idempotentHint?: boolean | undefined;
35
36
  openWorldHint?: boolean | undefined;
36
37
  } | undefined;
38
+ _meta?: {
39
+ [x: string]: unknown;
40
+ } | undefined;
37
41
  };
38
42
  handler: (conductor: Conductor, args: Record<string, unknown> | undefined) => Promise<import("conductor-node-mcp/tools/types").ToolCallResult>;
39
43
  };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-end-users.d.mts","sourceRoot":"","sources":["../../src/tools/end-users/delete-end-users.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAYlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
1
+ {"version":3,"file":"delete-end-users.d.mts","sourceRoot":"","sources":["../../src/tools/end-users/delete-end-users.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAYlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
@@ -17,6 +17,7 @@ declare const _default: {
17
17
  } | undefined;
18
18
  required?: string[] | undefined;
19
19
  };
20
+ title?: string | undefined;
20
21
  description?: string | undefined;
21
22
  outputSchema?: {
22
23
  [x: string]: unknown;
@@ -34,6 +35,9 @@ declare const _default: {
34
35
  idempotentHint?: boolean | undefined;
35
36
  openWorldHint?: boolean | undefined;
36
37
  } | undefined;
38
+ _meta?: {
39
+ [x: string]: unknown;
40
+ } | undefined;
37
41
  };
38
42
  handler: (conductor: Conductor, args: Record<string, unknown> | undefined) => Promise<import("conductor-node-mcp/tools/types").ToolCallResult>;
39
43
  };
@@ -1 +1 @@
1
- {"version":3,"file":"delete-end-users.d.ts","sourceRoot":"","sources":["../../src/tools/end-users/delete-end-users.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAYlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
1
+ {"version":3,"file":"delete-end-users.d.ts","sourceRoot":"","sources":["../../src/tools/end-users/delete-end-users.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAYlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
@@ -17,6 +17,7 @@ declare const _default: {
17
17
  } | undefined;
18
18
  required?: string[] | undefined;
19
19
  };
20
+ title?: string | undefined;
20
21
  description?: string | undefined;
21
22
  outputSchema?: {
22
23
  [x: string]: unknown;
@@ -34,6 +35,9 @@ declare const _default: {
34
35
  idempotentHint?: boolean | undefined;
35
36
  openWorldHint?: boolean | undefined;
36
37
  } | undefined;
38
+ _meta?: {
39
+ [x: string]: unknown;
40
+ } | undefined;
37
41
  };
38
42
  handler: (conductor: Conductor, args: Record<string, unknown> | undefined) => Promise<import("conductor-node-mcp/tools/types").ToolCallResult>;
39
43
  };