conductor-node-mcp 12.12.0 → 12.14.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 (1036) hide show
  1. package/README.md +8 -0
  2. package/package.json +2 -2
  3. package/server.js +1 -1
  4. package/server.mjs +1 -1
  5. package/src/server.ts +1 -1
  6. package/src/tools/index.ts +10 -0
  7. package/src/tools/qbd/accounts/list-qbd-accounts.ts +3 -3
  8. package/src/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.ts +3 -3
  9. package/src/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.ts +3 -3
  10. package/src/tools/qbd/bills/list-qbd-bills.ts +3 -3
  11. package/src/tools/qbd/build-assemblies/create-qbd-build-assemblies.ts +97 -0
  12. package/src/tools/qbd/build-assemblies/delete-qbd-build-assemblies.ts +42 -0
  13. package/src/tools/qbd/build-assemblies/list-qbd-build-assemblies.ts +127 -0
  14. package/src/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.ts +41 -0
  15. package/src/tools/qbd/build-assemblies/update-qbd-build-assemblies.ts +101 -0
  16. package/src/tools/qbd/checks/list-qbd-checks.ts +3 -3
  17. package/src/tools/qbd/classes/list-qbd-classes.ts +3 -3
  18. package/src/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.ts +3 -3
  19. package/src/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.ts +3 -3
  20. package/src/tools/qbd/credit-memos/list-qbd-credit-memos.ts +3 -3
  21. package/src/tools/qbd/customers/list-qbd-customers.ts +3 -3
  22. package/src/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.ts +3 -3
  23. package/src/tools/qbd/discount-items/list-qbd-discount-items.ts +3 -3
  24. package/src/tools/qbd/employees/list-qbd-employees.ts +3 -3
  25. package/src/tools/qbd/estimates/list-qbd-estimates.ts +3 -3
  26. package/src/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.ts +5 -5
  27. package/src/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.ts +3 -3
  28. package/src/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.ts +3 -3
  29. package/src/tools/qbd/inventory-items/list-qbd-inventory-items.ts +3 -3
  30. package/src/tools/qbd/inventory-sites/list-qbd-inventory-sites.ts +3 -3
  31. package/src/tools/qbd/invoices/list-qbd-invoices.ts +3 -3
  32. package/src/tools/qbd/item-groups/list-qbd-item-groups.ts +3 -3
  33. package/src/tools/qbd/item-receipts/list-qbd-item-receipts.ts +3 -3
  34. package/src/tools/qbd/journal-entries/list-qbd-journal-entries.ts +3 -3
  35. package/src/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.ts +3 -3
  36. package/src/tools/qbd/other-names/list-qbd-other-names.ts +3 -3
  37. package/src/tools/qbd/payment-methods/list-qbd-payment-methods.ts +3 -3
  38. package/src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts +3 -3
  39. package/src/tools/qbd/price-levels/create-qbd-price-levels.ts +6 -6
  40. package/src/tools/qbd/price-levels/list-qbd-price-levels.ts +3 -3
  41. package/src/tools/qbd/price-levels/update-qbd-price-levels.ts +6 -6
  42. package/src/tools/qbd/purchase-orders/list-qbd-purchase-orders.ts +3 -3
  43. package/src/tools/qbd/receive-payments/list-qbd-receive-payments.ts +3 -3
  44. package/src/tools/qbd/sales-orders/list-qbd-sales-orders.ts +3 -3
  45. package/src/tools/qbd/sales-receipts/list-qbd-sales-receipts.ts +3 -3
  46. package/src/tools/qbd/sales-representatives/list-qbd-sales-representatives.ts +3 -3
  47. package/src/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.ts +3 -3
  48. package/src/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.ts +3 -3
  49. package/src/tools/qbd/service-items/list-qbd-service-items.ts +3 -3
  50. package/src/tools/qbd/standard-terms/list-qbd-standard-terms.ts +3 -3
  51. package/src/tools/qbd/subtotal-items/list-qbd-subtotal-items.ts +3 -3
  52. package/src/tools/qbd/transactions/list-qbd-transactions.ts +3 -3
  53. package/src/tools/qbd/vendor-credits/list-qbd-vendor-credits.ts +3 -3
  54. package/src/tools/qbd/vendors/list-qbd-vendors.ts +3 -3
  55. package/tools/auth-sessions/create-auth-sessions.d.mts +4 -0
  56. package/tools/auth-sessions/create-auth-sessions.d.mts.map +1 -1
  57. package/tools/auth-sessions/create-auth-sessions.d.ts +4 -0
  58. package/tools/auth-sessions/create-auth-sessions.d.ts.map +1 -1
  59. package/tools/end-users/create-end-users.d.mts +4 -0
  60. package/tools/end-users/create-end-users.d.mts.map +1 -1
  61. package/tools/end-users/create-end-users.d.ts +4 -0
  62. package/tools/end-users/create-end-users.d.ts.map +1 -1
  63. package/tools/end-users/delete-end-users.d.mts +4 -0
  64. package/tools/end-users/delete-end-users.d.mts.map +1 -1
  65. package/tools/end-users/delete-end-users.d.ts +4 -0
  66. package/tools/end-users/delete-end-users.d.ts.map +1 -1
  67. package/tools/end-users/list-end-users.d.mts +4 -0
  68. package/tools/end-users/list-end-users.d.mts.map +1 -1
  69. package/tools/end-users/list-end-users.d.ts +4 -0
  70. package/tools/end-users/list-end-users.d.ts.map +1 -1
  71. package/tools/end-users/passthrough-end-users.d.mts +4 -0
  72. package/tools/end-users/passthrough-end-users.d.mts.map +1 -1
  73. package/tools/end-users/passthrough-end-users.d.ts +4 -0
  74. package/tools/end-users/passthrough-end-users.d.ts.map +1 -1
  75. package/tools/end-users/retrieve-end-users.d.mts +4 -0
  76. package/tools/end-users/retrieve-end-users.d.mts.map +1 -1
  77. package/tools/end-users/retrieve-end-users.d.ts +4 -0
  78. package/tools/end-users/retrieve-end-users.d.ts.map +1 -1
  79. package/tools/index.d.mts.map +1 -1
  80. package/tools/index.d.ts.map +1 -1
  81. package/tools/index.js +10 -0
  82. package/tools/index.js.map +1 -1
  83. package/tools/index.mjs +10 -0
  84. package/tools/index.mjs.map +1 -1
  85. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.mts +4 -0
  86. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.mts.map +1 -1
  87. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.ts +4 -0
  88. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.ts.map +1 -1
  89. package/tools/qbd/accounts/create-qbd-accounts.d.mts +4 -0
  90. package/tools/qbd/accounts/create-qbd-accounts.d.mts.map +1 -1
  91. package/tools/qbd/accounts/create-qbd-accounts.d.ts +4 -0
  92. package/tools/qbd/accounts/create-qbd-accounts.d.ts.map +1 -1
  93. package/tools/qbd/accounts/list-qbd-accounts.d.mts +4 -0
  94. package/tools/qbd/accounts/list-qbd-accounts.d.mts.map +1 -1
  95. package/tools/qbd/accounts/list-qbd-accounts.d.ts +4 -0
  96. package/tools/qbd/accounts/list-qbd-accounts.d.ts.map +1 -1
  97. package/tools/qbd/accounts/list-qbd-accounts.js +3 -3
  98. package/tools/qbd/accounts/list-qbd-accounts.js.map +1 -1
  99. package/tools/qbd/accounts/list-qbd-accounts.mjs +3 -3
  100. package/tools/qbd/accounts/list-qbd-accounts.mjs.map +1 -1
  101. package/tools/qbd/accounts/retrieve-qbd-accounts.d.mts +4 -0
  102. package/tools/qbd/accounts/retrieve-qbd-accounts.d.mts.map +1 -1
  103. package/tools/qbd/accounts/retrieve-qbd-accounts.d.ts +4 -0
  104. package/tools/qbd/accounts/retrieve-qbd-accounts.d.ts.map +1 -1
  105. package/tools/qbd/accounts/update-qbd-accounts.d.mts +4 -0
  106. package/tools/qbd/accounts/update-qbd-accounts.d.mts.map +1 -1
  107. package/tools/qbd/accounts/update-qbd-accounts.d.ts +4 -0
  108. package/tools/qbd/accounts/update-qbd-accounts.d.ts.map +1 -1
  109. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.mts +4 -0
  110. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.mts.map +1 -1
  111. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.ts +4 -0
  112. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.ts.map +1 -1
  113. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.mts +4 -0
  114. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.mts.map +1 -1
  115. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.ts +4 -0
  116. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.ts.map +1 -1
  117. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.mts +4 -0
  118. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.mts.map +1 -1
  119. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.ts +4 -0
  120. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.ts.map +1 -1
  121. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js +3 -3
  122. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js.map +1 -1
  123. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs +3 -3
  124. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs.map +1 -1
  125. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.mts +4 -0
  126. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.mts.map +1 -1
  127. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.ts +4 -0
  128. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.ts.map +1 -1
  129. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.mts +4 -0
  130. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.mts.map +1 -1
  131. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.ts +4 -0
  132. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.ts.map +1 -1
  133. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.mts +4 -0
  134. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.mts.map +1 -1
  135. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.ts +4 -0
  136. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.ts.map +1 -1
  137. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.mts +4 -0
  138. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.mts.map +1 -1
  139. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.ts +4 -0
  140. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.ts.map +1 -1
  141. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.mts +4 -0
  142. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.mts.map +1 -1
  143. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.ts +4 -0
  144. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.ts.map +1 -1
  145. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js +3 -3
  146. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js.map +1 -1
  147. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs +3 -3
  148. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs.map +1 -1
  149. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.mts +4 -0
  150. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.mts.map +1 -1
  151. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.ts +4 -0
  152. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.ts.map +1 -1
  153. package/tools/qbd/bills/create-qbd-bills.d.mts +4 -0
  154. package/tools/qbd/bills/create-qbd-bills.d.mts.map +1 -1
  155. package/tools/qbd/bills/create-qbd-bills.d.ts +4 -0
  156. package/tools/qbd/bills/create-qbd-bills.d.ts.map +1 -1
  157. package/tools/qbd/bills/delete-qbd-bills.d.mts +4 -0
  158. package/tools/qbd/bills/delete-qbd-bills.d.mts.map +1 -1
  159. package/tools/qbd/bills/delete-qbd-bills.d.ts +4 -0
  160. package/tools/qbd/bills/delete-qbd-bills.d.ts.map +1 -1
  161. package/tools/qbd/bills/list-qbd-bills.d.mts +4 -0
  162. package/tools/qbd/bills/list-qbd-bills.d.mts.map +1 -1
  163. package/tools/qbd/bills/list-qbd-bills.d.ts +4 -0
  164. package/tools/qbd/bills/list-qbd-bills.d.ts.map +1 -1
  165. package/tools/qbd/bills/list-qbd-bills.js +3 -3
  166. package/tools/qbd/bills/list-qbd-bills.js.map +1 -1
  167. package/tools/qbd/bills/list-qbd-bills.mjs +3 -3
  168. package/tools/qbd/bills/list-qbd-bills.mjs.map +1 -1
  169. package/tools/qbd/bills/retrieve-qbd-bills.d.mts +4 -0
  170. package/tools/qbd/bills/retrieve-qbd-bills.d.mts.map +1 -1
  171. package/tools/qbd/bills/retrieve-qbd-bills.d.ts +4 -0
  172. package/tools/qbd/bills/retrieve-qbd-bills.d.ts.map +1 -1
  173. package/tools/qbd/bills/update-qbd-bills.d.mts +4 -0
  174. package/tools/qbd/bills/update-qbd-bills.d.mts.map +1 -1
  175. package/tools/qbd/bills/update-qbd-bills.d.ts +4 -0
  176. package/tools/qbd/bills/update-qbd-bills.d.ts.map +1 -1
  177. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.mts +45 -0
  178. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.mts.map +1 -0
  179. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.ts +45 -0
  180. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.ts.map +1 -0
  181. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.js +82 -0
  182. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.js.map +1 -0
  183. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.mjs +78 -0
  184. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.mjs.map +1 -0
  185. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.mts +45 -0
  186. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.mts.map +1 -0
  187. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.ts +45 -0
  188. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.ts.map +1 -0
  189. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js +36 -0
  190. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js.map +1 -0
  191. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs +32 -0
  192. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs.map +1 -0
  193. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.mts +45 -0
  194. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.mts.map +1 -0
  195. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.ts +45 -0
  196. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.ts.map +1 -0
  197. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js +108 -0
  198. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js.map +1 -0
  199. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs +104 -0
  200. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs.map +1 -0
  201. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.mts +45 -0
  202. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.mts.map +1 -0
  203. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.ts +45 -0
  204. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.ts.map +1 -0
  205. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.js +36 -0
  206. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.js.map +1 -0
  207. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.mjs +32 -0
  208. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.mjs.map +1 -0
  209. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.mts +45 -0
  210. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.mts.map +1 -0
  211. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.ts +45 -0
  212. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.ts.map +1 -0
  213. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.js +86 -0
  214. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.js.map +1 -0
  215. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.mjs +82 -0
  216. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.mjs.map +1 -0
  217. package/tools/qbd/checks/create-qbd-checks.d.mts +4 -0
  218. package/tools/qbd/checks/create-qbd-checks.d.mts.map +1 -1
  219. package/tools/qbd/checks/create-qbd-checks.d.ts +4 -0
  220. package/tools/qbd/checks/create-qbd-checks.d.ts.map +1 -1
  221. package/tools/qbd/checks/delete-qbd-checks.d.mts +4 -0
  222. package/tools/qbd/checks/delete-qbd-checks.d.mts.map +1 -1
  223. package/tools/qbd/checks/delete-qbd-checks.d.ts +4 -0
  224. package/tools/qbd/checks/delete-qbd-checks.d.ts.map +1 -1
  225. package/tools/qbd/checks/list-qbd-checks.d.mts +4 -0
  226. package/tools/qbd/checks/list-qbd-checks.d.mts.map +1 -1
  227. package/tools/qbd/checks/list-qbd-checks.d.ts +4 -0
  228. package/tools/qbd/checks/list-qbd-checks.d.ts.map +1 -1
  229. package/tools/qbd/checks/list-qbd-checks.js +3 -3
  230. package/tools/qbd/checks/list-qbd-checks.js.map +1 -1
  231. package/tools/qbd/checks/list-qbd-checks.mjs +3 -3
  232. package/tools/qbd/checks/list-qbd-checks.mjs.map +1 -1
  233. package/tools/qbd/checks/retrieve-qbd-checks.d.mts +4 -0
  234. package/tools/qbd/checks/retrieve-qbd-checks.d.mts.map +1 -1
  235. package/tools/qbd/checks/retrieve-qbd-checks.d.ts +4 -0
  236. package/tools/qbd/checks/retrieve-qbd-checks.d.ts.map +1 -1
  237. package/tools/qbd/checks/update-qbd-checks.d.mts +4 -0
  238. package/tools/qbd/checks/update-qbd-checks.d.mts.map +1 -1
  239. package/tools/qbd/checks/update-qbd-checks.d.ts +4 -0
  240. package/tools/qbd/checks/update-qbd-checks.d.ts.map +1 -1
  241. package/tools/qbd/classes/create-qbd-classes.d.mts +4 -0
  242. package/tools/qbd/classes/create-qbd-classes.d.mts.map +1 -1
  243. package/tools/qbd/classes/create-qbd-classes.d.ts +4 -0
  244. package/tools/qbd/classes/create-qbd-classes.d.ts.map +1 -1
  245. package/tools/qbd/classes/list-qbd-classes.d.mts +4 -0
  246. package/tools/qbd/classes/list-qbd-classes.d.mts.map +1 -1
  247. package/tools/qbd/classes/list-qbd-classes.d.ts +4 -0
  248. package/tools/qbd/classes/list-qbd-classes.d.ts.map +1 -1
  249. package/tools/qbd/classes/list-qbd-classes.js +3 -3
  250. package/tools/qbd/classes/list-qbd-classes.js.map +1 -1
  251. package/tools/qbd/classes/list-qbd-classes.mjs +3 -3
  252. package/tools/qbd/classes/list-qbd-classes.mjs.map +1 -1
  253. package/tools/qbd/classes/retrieve-qbd-classes.d.mts +4 -0
  254. package/tools/qbd/classes/retrieve-qbd-classes.d.mts.map +1 -1
  255. package/tools/qbd/classes/retrieve-qbd-classes.d.ts +4 -0
  256. package/tools/qbd/classes/retrieve-qbd-classes.d.ts.map +1 -1
  257. package/tools/qbd/classes/update-qbd-classes.d.mts +4 -0
  258. package/tools/qbd/classes/update-qbd-classes.d.mts.map +1 -1
  259. package/tools/qbd/classes/update-qbd-classes.d.ts +4 -0
  260. package/tools/qbd/classes/update-qbd-classes.d.ts.map +1 -1
  261. package/tools/qbd/company/retrieve-qbd-company.d.mts +4 -0
  262. package/tools/qbd/company/retrieve-qbd-company.d.mts.map +1 -1
  263. package/tools/qbd/company/retrieve-qbd-company.d.ts +4 -0
  264. package/tools/qbd/company/retrieve-qbd-company.d.ts.map +1 -1
  265. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.mts +4 -0
  266. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.mts.map +1 -1
  267. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.ts +4 -0
  268. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.ts.map +1 -1
  269. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.mts +4 -0
  270. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.mts.map +1 -1
  271. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.ts +4 -0
  272. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.ts.map +1 -1
  273. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.mts +4 -0
  274. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.mts.map +1 -1
  275. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.ts +4 -0
  276. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.ts.map +1 -1
  277. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js +3 -3
  278. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js.map +1 -1
  279. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs +3 -3
  280. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs.map +1 -1
  281. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.mts +4 -0
  282. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.mts.map +1 -1
  283. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.ts +4 -0
  284. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.ts.map +1 -1
  285. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.mts +4 -0
  286. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.mts.map +1 -1
  287. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.ts +4 -0
  288. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.ts.map +1 -1
  289. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.mts +4 -0
  290. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.mts.map +1 -1
  291. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.ts +4 -0
  292. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.ts.map +1 -1
  293. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.mts +4 -0
  294. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.mts.map +1 -1
  295. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.ts +4 -0
  296. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.ts.map +1 -1
  297. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.mts +4 -0
  298. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.mts.map +1 -1
  299. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.ts +4 -0
  300. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.ts.map +1 -1
  301. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js +3 -3
  302. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js.map +1 -1
  303. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs +3 -3
  304. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs.map +1 -1
  305. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.mts +4 -0
  306. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.mts.map +1 -1
  307. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.ts +4 -0
  308. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.ts.map +1 -1
  309. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.mts +4 -0
  310. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.mts.map +1 -1
  311. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.ts +4 -0
  312. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.ts.map +1 -1
  313. package/tools/qbd/credit-memos/create-qbd-credit-memos.d.mts +4 -0
  314. package/tools/qbd/credit-memos/create-qbd-credit-memos.d.mts.map +1 -1
  315. package/tools/qbd/credit-memos/create-qbd-credit-memos.d.ts +4 -0
  316. package/tools/qbd/credit-memos/create-qbd-credit-memos.d.ts.map +1 -1
  317. package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.mts +4 -0
  318. package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.mts.map +1 -1
  319. package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.ts +4 -0
  320. package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.ts.map +1 -1
  321. package/tools/qbd/credit-memos/list-qbd-credit-memos.d.mts +4 -0
  322. package/tools/qbd/credit-memos/list-qbd-credit-memos.d.mts.map +1 -1
  323. package/tools/qbd/credit-memos/list-qbd-credit-memos.d.ts +4 -0
  324. package/tools/qbd/credit-memos/list-qbd-credit-memos.d.ts.map +1 -1
  325. package/tools/qbd/credit-memos/list-qbd-credit-memos.js +3 -3
  326. package/tools/qbd/credit-memos/list-qbd-credit-memos.js.map +1 -1
  327. package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs +3 -3
  328. package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs.map +1 -1
  329. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.mts +4 -0
  330. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.mts.map +1 -1
  331. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.ts +4 -0
  332. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.ts.map +1 -1
  333. package/tools/qbd/credit-memos/update-qbd-credit-memos.d.mts +4 -0
  334. package/tools/qbd/credit-memos/update-qbd-credit-memos.d.mts.map +1 -1
  335. package/tools/qbd/credit-memos/update-qbd-credit-memos.d.ts +4 -0
  336. package/tools/qbd/credit-memos/update-qbd-credit-memos.d.ts.map +1 -1
  337. package/tools/qbd/customers/create-qbd-customers.d.mts +4 -0
  338. package/tools/qbd/customers/create-qbd-customers.d.mts.map +1 -1
  339. package/tools/qbd/customers/create-qbd-customers.d.ts +4 -0
  340. package/tools/qbd/customers/create-qbd-customers.d.ts.map +1 -1
  341. package/tools/qbd/customers/list-qbd-customers.d.mts +4 -0
  342. package/tools/qbd/customers/list-qbd-customers.d.mts.map +1 -1
  343. package/tools/qbd/customers/list-qbd-customers.d.ts +4 -0
  344. package/tools/qbd/customers/list-qbd-customers.d.ts.map +1 -1
  345. package/tools/qbd/customers/list-qbd-customers.js +3 -3
  346. package/tools/qbd/customers/list-qbd-customers.js.map +1 -1
  347. package/tools/qbd/customers/list-qbd-customers.mjs +3 -3
  348. package/tools/qbd/customers/list-qbd-customers.mjs.map +1 -1
  349. package/tools/qbd/customers/retrieve-qbd-customers.d.mts +4 -0
  350. package/tools/qbd/customers/retrieve-qbd-customers.d.mts.map +1 -1
  351. package/tools/qbd/customers/retrieve-qbd-customers.d.ts +4 -0
  352. package/tools/qbd/customers/retrieve-qbd-customers.d.ts.map +1 -1
  353. package/tools/qbd/customers/update-qbd-customers.d.mts +4 -0
  354. package/tools/qbd/customers/update-qbd-customers.d.mts.map +1 -1
  355. package/tools/qbd/customers/update-qbd-customers.d.ts +4 -0
  356. package/tools/qbd/customers/update-qbd-customers.d.ts.map +1 -1
  357. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.mts +4 -0
  358. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.mts.map +1 -1
  359. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.ts +4 -0
  360. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.ts.map +1 -1
  361. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.mts +4 -0
  362. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.mts.map +1 -1
  363. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.ts +4 -0
  364. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.ts.map +1 -1
  365. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js +3 -3
  366. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js.map +1 -1
  367. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs +3 -3
  368. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs.map +1 -1
  369. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.mts +4 -0
  370. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.mts.map +1 -1
  371. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.ts +4 -0
  372. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.ts.map +1 -1
  373. package/tools/qbd/discount-items/create-qbd-discount-items.d.mts +4 -0
  374. package/tools/qbd/discount-items/create-qbd-discount-items.d.mts.map +1 -1
  375. package/tools/qbd/discount-items/create-qbd-discount-items.d.ts +4 -0
  376. package/tools/qbd/discount-items/create-qbd-discount-items.d.ts.map +1 -1
  377. package/tools/qbd/discount-items/list-qbd-discount-items.d.mts +4 -0
  378. package/tools/qbd/discount-items/list-qbd-discount-items.d.mts.map +1 -1
  379. package/tools/qbd/discount-items/list-qbd-discount-items.d.ts +4 -0
  380. package/tools/qbd/discount-items/list-qbd-discount-items.d.ts.map +1 -1
  381. package/tools/qbd/discount-items/list-qbd-discount-items.js +3 -3
  382. package/tools/qbd/discount-items/list-qbd-discount-items.js.map +1 -1
  383. package/tools/qbd/discount-items/list-qbd-discount-items.mjs +3 -3
  384. package/tools/qbd/discount-items/list-qbd-discount-items.mjs.map +1 -1
  385. package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.mts +4 -0
  386. package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.mts.map +1 -1
  387. package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.ts +4 -0
  388. package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.ts.map +1 -1
  389. package/tools/qbd/discount-items/update-qbd-discount-items.d.mts +4 -0
  390. package/tools/qbd/discount-items/update-qbd-discount-items.d.mts.map +1 -1
  391. package/tools/qbd/discount-items/update-qbd-discount-items.d.ts +4 -0
  392. package/tools/qbd/discount-items/update-qbd-discount-items.d.ts.map +1 -1
  393. package/tools/qbd/employees/create-qbd-employees.d.mts +4 -0
  394. package/tools/qbd/employees/create-qbd-employees.d.mts.map +1 -1
  395. package/tools/qbd/employees/create-qbd-employees.d.ts +4 -0
  396. package/tools/qbd/employees/create-qbd-employees.d.ts.map +1 -1
  397. package/tools/qbd/employees/list-qbd-employees.d.mts +4 -0
  398. package/tools/qbd/employees/list-qbd-employees.d.mts.map +1 -1
  399. package/tools/qbd/employees/list-qbd-employees.d.ts +4 -0
  400. package/tools/qbd/employees/list-qbd-employees.d.ts.map +1 -1
  401. package/tools/qbd/employees/list-qbd-employees.js +3 -3
  402. package/tools/qbd/employees/list-qbd-employees.js.map +1 -1
  403. package/tools/qbd/employees/list-qbd-employees.mjs +3 -3
  404. package/tools/qbd/employees/list-qbd-employees.mjs.map +1 -1
  405. package/tools/qbd/employees/retrieve-qbd-employees.d.mts +4 -0
  406. package/tools/qbd/employees/retrieve-qbd-employees.d.mts.map +1 -1
  407. package/tools/qbd/employees/retrieve-qbd-employees.d.ts +4 -0
  408. package/tools/qbd/employees/retrieve-qbd-employees.d.ts.map +1 -1
  409. package/tools/qbd/employees/update-qbd-employees.d.mts +4 -0
  410. package/tools/qbd/employees/update-qbd-employees.d.mts.map +1 -1
  411. package/tools/qbd/employees/update-qbd-employees.d.ts +4 -0
  412. package/tools/qbd/employees/update-qbd-employees.d.ts.map +1 -1
  413. package/tools/qbd/estimates/create-qbd-estimates.d.mts +4 -0
  414. package/tools/qbd/estimates/create-qbd-estimates.d.mts.map +1 -1
  415. package/tools/qbd/estimates/create-qbd-estimates.d.ts +4 -0
  416. package/tools/qbd/estimates/create-qbd-estimates.d.ts.map +1 -1
  417. package/tools/qbd/estimates/delete-qbd-estimates.d.mts +4 -0
  418. package/tools/qbd/estimates/delete-qbd-estimates.d.mts.map +1 -1
  419. package/tools/qbd/estimates/delete-qbd-estimates.d.ts +4 -0
  420. package/tools/qbd/estimates/delete-qbd-estimates.d.ts.map +1 -1
  421. package/tools/qbd/estimates/list-qbd-estimates.d.mts +4 -0
  422. package/tools/qbd/estimates/list-qbd-estimates.d.mts.map +1 -1
  423. package/tools/qbd/estimates/list-qbd-estimates.d.ts +4 -0
  424. package/tools/qbd/estimates/list-qbd-estimates.d.ts.map +1 -1
  425. package/tools/qbd/estimates/list-qbd-estimates.js +3 -3
  426. package/tools/qbd/estimates/list-qbd-estimates.js.map +1 -1
  427. package/tools/qbd/estimates/list-qbd-estimates.mjs +3 -3
  428. package/tools/qbd/estimates/list-qbd-estimates.mjs.map +1 -1
  429. package/tools/qbd/estimates/retrieve-qbd-estimates.d.mts +4 -0
  430. package/tools/qbd/estimates/retrieve-qbd-estimates.d.mts.map +1 -1
  431. package/tools/qbd/estimates/retrieve-qbd-estimates.d.ts +4 -0
  432. package/tools/qbd/estimates/retrieve-qbd-estimates.d.ts.map +1 -1
  433. package/tools/qbd/estimates/update-qbd-estimates.d.mts +4 -0
  434. package/tools/qbd/estimates/update-qbd-estimates.d.mts.map +1 -1
  435. package/tools/qbd/estimates/update-qbd-estimates.d.ts +4 -0
  436. package/tools/qbd/estimates/update-qbd-estimates.d.ts.map +1 -1
  437. package/tools/qbd/health-check-qbd.d.mts +4 -0
  438. package/tools/qbd/health-check-qbd.d.mts.map +1 -1
  439. package/tools/qbd/health-check-qbd.d.ts +4 -0
  440. package/tools/qbd/health-check-qbd.d.ts.map +1 -1
  441. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.mts +4 -0
  442. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.mts.map +1 -1
  443. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.ts +4 -0
  444. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.ts.map +1 -1
  445. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.js +5 -5
  446. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.js.map +1 -1
  447. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.mjs +5 -5
  448. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.mjs.map +1 -1
  449. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.mts +4 -0
  450. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.mts.map +1 -1
  451. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.ts +4 -0
  452. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.ts.map +1 -1
  453. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.mts +4 -0
  454. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.mts.map +1 -1
  455. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.ts +4 -0
  456. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.ts.map +1 -1
  457. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js +3 -3
  458. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js.map +1 -1
  459. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs +3 -3
  460. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs.map +1 -1
  461. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.mts +4 -0
  462. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.mts.map +1 -1
  463. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.ts +4 -0
  464. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.ts.map +1 -1
  465. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.mts +4 -0
  466. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.mts.map +1 -1
  467. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.ts +4 -0
  468. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.ts.map +1 -1
  469. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.mts +4 -0
  470. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.mts.map +1 -1
  471. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.ts +4 -0
  472. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.ts.map +1 -1
  473. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.mts +4 -0
  474. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.mts.map +1 -1
  475. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.ts +4 -0
  476. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.ts.map +1 -1
  477. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js +3 -3
  478. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js.map +1 -1
  479. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.mjs +3 -3
  480. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.mjs.map +1 -1
  481. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.mts +4 -0
  482. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.mts.map +1 -1
  483. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.ts +4 -0
  484. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.ts.map +1 -1
  485. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.mts +4 -0
  486. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.mts.map +1 -1
  487. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.ts +4 -0
  488. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.ts.map +1 -1
  489. package/tools/qbd/inventory-items/create-qbd-inventory-items.d.mts +4 -0
  490. package/tools/qbd/inventory-items/create-qbd-inventory-items.d.mts.map +1 -1
  491. package/tools/qbd/inventory-items/create-qbd-inventory-items.d.ts +4 -0
  492. package/tools/qbd/inventory-items/create-qbd-inventory-items.d.ts.map +1 -1
  493. package/tools/qbd/inventory-items/list-qbd-inventory-items.d.mts +4 -0
  494. package/tools/qbd/inventory-items/list-qbd-inventory-items.d.mts.map +1 -1
  495. package/tools/qbd/inventory-items/list-qbd-inventory-items.d.ts +4 -0
  496. package/tools/qbd/inventory-items/list-qbd-inventory-items.d.ts.map +1 -1
  497. package/tools/qbd/inventory-items/list-qbd-inventory-items.js +3 -3
  498. package/tools/qbd/inventory-items/list-qbd-inventory-items.js.map +1 -1
  499. package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs +3 -3
  500. package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs.map +1 -1
  501. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.mts +4 -0
  502. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.mts.map +1 -1
  503. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.ts +4 -0
  504. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.ts.map +1 -1
  505. package/tools/qbd/inventory-items/update-qbd-inventory-items.d.mts +4 -0
  506. package/tools/qbd/inventory-items/update-qbd-inventory-items.d.mts.map +1 -1
  507. package/tools/qbd/inventory-items/update-qbd-inventory-items.d.ts +4 -0
  508. package/tools/qbd/inventory-items/update-qbd-inventory-items.d.ts.map +1 -1
  509. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.mts +4 -0
  510. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.mts.map +1 -1
  511. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.ts +4 -0
  512. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.ts.map +1 -1
  513. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.mts +4 -0
  514. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.mts.map +1 -1
  515. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.ts +4 -0
  516. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.ts.map +1 -1
  517. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js +3 -3
  518. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js.map +1 -1
  519. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs +3 -3
  520. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs.map +1 -1
  521. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.mts +4 -0
  522. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.mts.map +1 -1
  523. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.ts +4 -0
  524. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.ts.map +1 -1
  525. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.mts +4 -0
  526. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.mts.map +1 -1
  527. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.ts +4 -0
  528. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.ts.map +1 -1
  529. package/tools/qbd/invoices/create-qbd-invoices.d.mts +4 -0
  530. package/tools/qbd/invoices/create-qbd-invoices.d.mts.map +1 -1
  531. package/tools/qbd/invoices/create-qbd-invoices.d.ts +4 -0
  532. package/tools/qbd/invoices/create-qbd-invoices.d.ts.map +1 -1
  533. package/tools/qbd/invoices/delete-qbd-invoices.d.mts +4 -0
  534. package/tools/qbd/invoices/delete-qbd-invoices.d.mts.map +1 -1
  535. package/tools/qbd/invoices/delete-qbd-invoices.d.ts +4 -0
  536. package/tools/qbd/invoices/delete-qbd-invoices.d.ts.map +1 -1
  537. package/tools/qbd/invoices/list-qbd-invoices.d.mts +4 -0
  538. package/tools/qbd/invoices/list-qbd-invoices.d.mts.map +1 -1
  539. package/tools/qbd/invoices/list-qbd-invoices.d.ts +4 -0
  540. package/tools/qbd/invoices/list-qbd-invoices.d.ts.map +1 -1
  541. package/tools/qbd/invoices/list-qbd-invoices.js +3 -3
  542. package/tools/qbd/invoices/list-qbd-invoices.js.map +1 -1
  543. package/tools/qbd/invoices/list-qbd-invoices.mjs +3 -3
  544. package/tools/qbd/invoices/list-qbd-invoices.mjs.map +1 -1
  545. package/tools/qbd/invoices/retrieve-qbd-invoices.d.mts +4 -0
  546. package/tools/qbd/invoices/retrieve-qbd-invoices.d.mts.map +1 -1
  547. package/tools/qbd/invoices/retrieve-qbd-invoices.d.ts +4 -0
  548. package/tools/qbd/invoices/retrieve-qbd-invoices.d.ts.map +1 -1
  549. package/tools/qbd/invoices/update-qbd-invoices.d.mts +4 -0
  550. package/tools/qbd/invoices/update-qbd-invoices.d.mts.map +1 -1
  551. package/tools/qbd/invoices/update-qbd-invoices.d.ts +4 -0
  552. package/tools/qbd/invoices/update-qbd-invoices.d.ts.map +1 -1
  553. package/tools/qbd/item-groups/create-qbd-item-groups.d.mts +4 -0
  554. package/tools/qbd/item-groups/create-qbd-item-groups.d.mts.map +1 -1
  555. package/tools/qbd/item-groups/create-qbd-item-groups.d.ts +4 -0
  556. package/tools/qbd/item-groups/create-qbd-item-groups.d.ts.map +1 -1
  557. package/tools/qbd/item-groups/list-qbd-item-groups.d.mts +4 -0
  558. package/tools/qbd/item-groups/list-qbd-item-groups.d.mts.map +1 -1
  559. package/tools/qbd/item-groups/list-qbd-item-groups.d.ts +4 -0
  560. package/tools/qbd/item-groups/list-qbd-item-groups.d.ts.map +1 -1
  561. package/tools/qbd/item-groups/list-qbd-item-groups.js +3 -3
  562. package/tools/qbd/item-groups/list-qbd-item-groups.js.map +1 -1
  563. package/tools/qbd/item-groups/list-qbd-item-groups.mjs +3 -3
  564. package/tools/qbd/item-groups/list-qbd-item-groups.mjs.map +1 -1
  565. package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.mts +4 -0
  566. package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.mts.map +1 -1
  567. package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.ts +4 -0
  568. package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.ts.map +1 -1
  569. package/tools/qbd/item-groups/update-qbd-item-groups.d.mts +4 -0
  570. package/tools/qbd/item-groups/update-qbd-item-groups.d.mts.map +1 -1
  571. package/tools/qbd/item-groups/update-qbd-item-groups.d.ts +4 -0
  572. package/tools/qbd/item-groups/update-qbd-item-groups.d.ts.map +1 -1
  573. package/tools/qbd/item-receipts/create-qbd-item-receipts.d.mts +4 -0
  574. package/tools/qbd/item-receipts/create-qbd-item-receipts.d.mts.map +1 -1
  575. package/tools/qbd/item-receipts/create-qbd-item-receipts.d.ts +4 -0
  576. package/tools/qbd/item-receipts/create-qbd-item-receipts.d.ts.map +1 -1
  577. package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.mts +4 -0
  578. package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.mts.map +1 -1
  579. package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.ts +4 -0
  580. package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.ts.map +1 -1
  581. package/tools/qbd/item-receipts/list-qbd-item-receipts.d.mts +4 -0
  582. package/tools/qbd/item-receipts/list-qbd-item-receipts.d.mts.map +1 -1
  583. package/tools/qbd/item-receipts/list-qbd-item-receipts.d.ts +4 -0
  584. package/tools/qbd/item-receipts/list-qbd-item-receipts.d.ts.map +1 -1
  585. package/tools/qbd/item-receipts/list-qbd-item-receipts.js +3 -3
  586. package/tools/qbd/item-receipts/list-qbd-item-receipts.js.map +1 -1
  587. package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs +3 -3
  588. package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs.map +1 -1
  589. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.mts +4 -0
  590. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.mts.map +1 -1
  591. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.ts +4 -0
  592. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.ts.map +1 -1
  593. package/tools/qbd/item-receipts/update-qbd-item-receipts.d.mts +4 -0
  594. package/tools/qbd/item-receipts/update-qbd-item-receipts.d.mts.map +1 -1
  595. package/tools/qbd/item-receipts/update-qbd-item-receipts.d.ts +4 -0
  596. package/tools/qbd/item-receipts/update-qbd-item-receipts.d.ts.map +1 -1
  597. package/tools/qbd/item-sites/list-qbd-item-sites.d.mts +4 -0
  598. package/tools/qbd/item-sites/list-qbd-item-sites.d.mts.map +1 -1
  599. package/tools/qbd/item-sites/list-qbd-item-sites.d.ts +4 -0
  600. package/tools/qbd/item-sites/list-qbd-item-sites.d.ts.map +1 -1
  601. package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.mts +4 -0
  602. package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.mts.map +1 -1
  603. package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.ts +4 -0
  604. package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.ts.map +1 -1
  605. package/tools/qbd/journal-entries/create-qbd-journal-entries.d.mts +4 -0
  606. package/tools/qbd/journal-entries/create-qbd-journal-entries.d.mts.map +1 -1
  607. package/tools/qbd/journal-entries/create-qbd-journal-entries.d.ts +4 -0
  608. package/tools/qbd/journal-entries/create-qbd-journal-entries.d.ts.map +1 -1
  609. package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.mts +4 -0
  610. package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.mts.map +1 -1
  611. package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.ts +4 -0
  612. package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.ts.map +1 -1
  613. package/tools/qbd/journal-entries/list-qbd-journal-entries.d.mts +4 -0
  614. package/tools/qbd/journal-entries/list-qbd-journal-entries.d.mts.map +1 -1
  615. package/tools/qbd/journal-entries/list-qbd-journal-entries.d.ts +4 -0
  616. package/tools/qbd/journal-entries/list-qbd-journal-entries.d.ts.map +1 -1
  617. package/tools/qbd/journal-entries/list-qbd-journal-entries.js +3 -3
  618. package/tools/qbd/journal-entries/list-qbd-journal-entries.js.map +1 -1
  619. package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs +3 -3
  620. package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs.map +1 -1
  621. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.mts +4 -0
  622. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.mts.map +1 -1
  623. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.ts +4 -0
  624. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.ts.map +1 -1
  625. package/tools/qbd/journal-entries/update-qbd-journal-entries.d.mts +4 -0
  626. package/tools/qbd/journal-entries/update-qbd-journal-entries.d.mts.map +1 -1
  627. package/tools/qbd/journal-entries/update-qbd-journal-entries.d.ts +4 -0
  628. package/tools/qbd/journal-entries/update-qbd-journal-entries.d.ts.map +1 -1
  629. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.mts +4 -0
  630. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.mts.map +1 -1
  631. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.ts +4 -0
  632. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.ts.map +1 -1
  633. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.mts +4 -0
  634. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.mts.map +1 -1
  635. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.ts +4 -0
  636. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.ts.map +1 -1
  637. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js +3 -3
  638. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js.map +1 -1
  639. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.mjs +3 -3
  640. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.mjs.map +1 -1
  641. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.mts +4 -0
  642. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.mts.map +1 -1
  643. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.ts +4 -0
  644. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.ts.map +1 -1
  645. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.mts +4 -0
  646. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.mts.map +1 -1
  647. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.ts +4 -0
  648. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.ts.map +1 -1
  649. package/tools/qbd/other-names/create-qbd-other-names.d.mts +4 -0
  650. package/tools/qbd/other-names/create-qbd-other-names.d.mts.map +1 -1
  651. package/tools/qbd/other-names/create-qbd-other-names.d.ts +4 -0
  652. package/tools/qbd/other-names/create-qbd-other-names.d.ts.map +1 -1
  653. package/tools/qbd/other-names/list-qbd-other-names.d.mts +4 -0
  654. package/tools/qbd/other-names/list-qbd-other-names.d.mts.map +1 -1
  655. package/tools/qbd/other-names/list-qbd-other-names.d.ts +4 -0
  656. package/tools/qbd/other-names/list-qbd-other-names.d.ts.map +1 -1
  657. package/tools/qbd/other-names/list-qbd-other-names.js +3 -3
  658. package/tools/qbd/other-names/list-qbd-other-names.js.map +1 -1
  659. package/tools/qbd/other-names/list-qbd-other-names.mjs +3 -3
  660. package/tools/qbd/other-names/list-qbd-other-names.mjs.map +1 -1
  661. package/tools/qbd/other-names/retrieve-qbd-other-names.d.mts +4 -0
  662. package/tools/qbd/other-names/retrieve-qbd-other-names.d.mts.map +1 -1
  663. package/tools/qbd/other-names/retrieve-qbd-other-names.d.ts +4 -0
  664. package/tools/qbd/other-names/retrieve-qbd-other-names.d.ts.map +1 -1
  665. package/tools/qbd/other-names/update-qbd-other-names.d.mts +4 -0
  666. package/tools/qbd/other-names/update-qbd-other-names.d.mts.map +1 -1
  667. package/tools/qbd/other-names/update-qbd-other-names.d.ts +4 -0
  668. package/tools/qbd/other-names/update-qbd-other-names.d.ts.map +1 -1
  669. package/tools/qbd/payment-methods/create-qbd-payment-methods.d.mts +4 -0
  670. package/tools/qbd/payment-methods/create-qbd-payment-methods.d.mts.map +1 -1
  671. package/tools/qbd/payment-methods/create-qbd-payment-methods.d.ts +4 -0
  672. package/tools/qbd/payment-methods/create-qbd-payment-methods.d.ts.map +1 -1
  673. package/tools/qbd/payment-methods/list-qbd-payment-methods.d.mts +4 -0
  674. package/tools/qbd/payment-methods/list-qbd-payment-methods.d.mts.map +1 -1
  675. package/tools/qbd/payment-methods/list-qbd-payment-methods.d.ts +4 -0
  676. package/tools/qbd/payment-methods/list-qbd-payment-methods.d.ts.map +1 -1
  677. package/tools/qbd/payment-methods/list-qbd-payment-methods.js +3 -3
  678. package/tools/qbd/payment-methods/list-qbd-payment-methods.js.map +1 -1
  679. package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs +3 -3
  680. package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs.map +1 -1
  681. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.mts +4 -0
  682. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.mts.map +1 -1
  683. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.ts +4 -0
  684. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.ts.map +1 -1
  685. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.mts +4 -0
  686. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.mts.map +1 -1
  687. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.ts +4 -0
  688. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.ts.map +1 -1
  689. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.mts +4 -0
  690. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.mts.map +1 -1
  691. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.ts +4 -0
  692. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.ts.map +1 -1
  693. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js +3 -3
  694. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js.map +1 -1
  695. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.mjs +3 -3
  696. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.mjs.map +1 -1
  697. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.mts +4 -0
  698. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.mts.map +1 -1
  699. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.ts +4 -0
  700. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.ts.map +1 -1
  701. package/tools/qbd/preferences/retrieve-qbd-preferences.d.mts +4 -0
  702. package/tools/qbd/preferences/retrieve-qbd-preferences.d.mts.map +1 -1
  703. package/tools/qbd/preferences/retrieve-qbd-preferences.d.ts +4 -0
  704. package/tools/qbd/preferences/retrieve-qbd-preferences.d.ts.map +1 -1
  705. package/tools/qbd/price-levels/create-qbd-price-levels.d.mts +4 -0
  706. package/tools/qbd/price-levels/create-qbd-price-levels.d.mts.map +1 -1
  707. package/tools/qbd/price-levels/create-qbd-price-levels.d.ts +4 -0
  708. package/tools/qbd/price-levels/create-qbd-price-levels.d.ts.map +1 -1
  709. package/tools/qbd/price-levels/create-qbd-price-levels.js +5 -5
  710. package/tools/qbd/price-levels/create-qbd-price-levels.js.map +1 -1
  711. package/tools/qbd/price-levels/create-qbd-price-levels.mjs +5 -5
  712. package/tools/qbd/price-levels/create-qbd-price-levels.mjs.map +1 -1
  713. package/tools/qbd/price-levels/list-qbd-price-levels.d.mts +4 -0
  714. package/tools/qbd/price-levels/list-qbd-price-levels.d.mts.map +1 -1
  715. package/tools/qbd/price-levels/list-qbd-price-levels.d.ts +4 -0
  716. package/tools/qbd/price-levels/list-qbd-price-levels.d.ts.map +1 -1
  717. package/tools/qbd/price-levels/list-qbd-price-levels.js +3 -3
  718. package/tools/qbd/price-levels/list-qbd-price-levels.js.map +1 -1
  719. package/tools/qbd/price-levels/list-qbd-price-levels.mjs +3 -3
  720. package/tools/qbd/price-levels/list-qbd-price-levels.mjs.map +1 -1
  721. package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.mts +4 -0
  722. package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.mts.map +1 -1
  723. package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.ts +4 -0
  724. package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.ts.map +1 -1
  725. package/tools/qbd/price-levels/update-qbd-price-levels.d.mts +4 -0
  726. package/tools/qbd/price-levels/update-qbd-price-levels.d.mts.map +1 -1
  727. package/tools/qbd/price-levels/update-qbd-price-levels.d.ts +4 -0
  728. package/tools/qbd/price-levels/update-qbd-price-levels.d.ts.map +1 -1
  729. package/tools/qbd/price-levels/update-qbd-price-levels.js +5 -5
  730. package/tools/qbd/price-levels/update-qbd-price-levels.js.map +1 -1
  731. package/tools/qbd/price-levels/update-qbd-price-levels.mjs +5 -5
  732. package/tools/qbd/price-levels/update-qbd-price-levels.mjs.map +1 -1
  733. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.mts +4 -0
  734. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.mts.map +1 -1
  735. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.ts +4 -0
  736. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.ts.map +1 -1
  737. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.mts +4 -0
  738. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.mts.map +1 -1
  739. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.ts +4 -0
  740. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.ts.map +1 -1
  741. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.mts +4 -0
  742. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.mts.map +1 -1
  743. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.ts +4 -0
  744. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.ts.map +1 -1
  745. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js +3 -3
  746. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js.map +1 -1
  747. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs +3 -3
  748. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs.map +1 -1
  749. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.mts +4 -0
  750. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.mts.map +1 -1
  751. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.ts +4 -0
  752. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.ts.map +1 -1
  753. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.mts +4 -0
  754. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.mts.map +1 -1
  755. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.ts +4 -0
  756. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.ts.map +1 -1
  757. package/tools/qbd/receive-payments/create-qbd-receive-payments.d.mts +4 -0
  758. package/tools/qbd/receive-payments/create-qbd-receive-payments.d.mts.map +1 -1
  759. package/tools/qbd/receive-payments/create-qbd-receive-payments.d.ts +4 -0
  760. package/tools/qbd/receive-payments/create-qbd-receive-payments.d.ts.map +1 -1
  761. package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.mts +4 -0
  762. package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.mts.map +1 -1
  763. package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.ts +4 -0
  764. package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.ts.map +1 -1
  765. package/tools/qbd/receive-payments/list-qbd-receive-payments.d.mts +4 -0
  766. package/tools/qbd/receive-payments/list-qbd-receive-payments.d.mts.map +1 -1
  767. package/tools/qbd/receive-payments/list-qbd-receive-payments.d.ts +4 -0
  768. package/tools/qbd/receive-payments/list-qbd-receive-payments.d.ts.map +1 -1
  769. package/tools/qbd/receive-payments/list-qbd-receive-payments.js +3 -3
  770. package/tools/qbd/receive-payments/list-qbd-receive-payments.js.map +1 -1
  771. package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs +3 -3
  772. package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs.map +1 -1
  773. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.mts +4 -0
  774. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.mts.map +1 -1
  775. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.ts +4 -0
  776. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.ts.map +1 -1
  777. package/tools/qbd/receive-payments/update-qbd-receive-payments.d.mts +4 -0
  778. package/tools/qbd/receive-payments/update-qbd-receive-payments.d.mts.map +1 -1
  779. package/tools/qbd/receive-payments/update-qbd-receive-payments.d.ts +4 -0
  780. package/tools/qbd/receive-payments/update-qbd-receive-payments.d.ts.map +1 -1
  781. package/tools/qbd/sales-orders/create-qbd-sales-orders.d.mts +4 -0
  782. package/tools/qbd/sales-orders/create-qbd-sales-orders.d.mts.map +1 -1
  783. package/tools/qbd/sales-orders/create-qbd-sales-orders.d.ts +4 -0
  784. package/tools/qbd/sales-orders/create-qbd-sales-orders.d.ts.map +1 -1
  785. package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.mts +4 -0
  786. package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.mts.map +1 -1
  787. package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.ts +4 -0
  788. package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.ts.map +1 -1
  789. package/tools/qbd/sales-orders/list-qbd-sales-orders.d.mts +4 -0
  790. package/tools/qbd/sales-orders/list-qbd-sales-orders.d.mts.map +1 -1
  791. package/tools/qbd/sales-orders/list-qbd-sales-orders.d.ts +4 -0
  792. package/tools/qbd/sales-orders/list-qbd-sales-orders.d.ts.map +1 -1
  793. package/tools/qbd/sales-orders/list-qbd-sales-orders.js +3 -3
  794. package/tools/qbd/sales-orders/list-qbd-sales-orders.js.map +1 -1
  795. package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs +3 -3
  796. package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs.map +1 -1
  797. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.mts +4 -0
  798. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.mts.map +1 -1
  799. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.ts +4 -0
  800. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.ts.map +1 -1
  801. package/tools/qbd/sales-orders/update-qbd-sales-orders.d.mts +4 -0
  802. package/tools/qbd/sales-orders/update-qbd-sales-orders.d.mts.map +1 -1
  803. package/tools/qbd/sales-orders/update-qbd-sales-orders.d.ts +4 -0
  804. package/tools/qbd/sales-orders/update-qbd-sales-orders.d.ts.map +1 -1
  805. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.mts +4 -0
  806. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.mts.map +1 -1
  807. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.ts +4 -0
  808. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.ts.map +1 -1
  809. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.mts +4 -0
  810. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.mts.map +1 -1
  811. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.ts +4 -0
  812. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.ts.map +1 -1
  813. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.mts +4 -0
  814. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.mts.map +1 -1
  815. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.ts +4 -0
  816. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.ts.map +1 -1
  817. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js +3 -3
  818. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js.map +1 -1
  819. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs +3 -3
  820. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs.map +1 -1
  821. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.mts +4 -0
  822. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.mts.map +1 -1
  823. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.ts +4 -0
  824. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.ts.map +1 -1
  825. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.mts +4 -0
  826. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.mts.map +1 -1
  827. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.ts +4 -0
  828. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.ts.map +1 -1
  829. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.mts +4 -0
  830. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.mts.map +1 -1
  831. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.ts +4 -0
  832. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.ts.map +1 -1
  833. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.mts +4 -0
  834. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.mts.map +1 -1
  835. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.ts +4 -0
  836. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.ts.map +1 -1
  837. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js +3 -3
  838. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js.map +1 -1
  839. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs +3 -3
  840. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs.map +1 -1
  841. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.mts +4 -0
  842. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.mts.map +1 -1
  843. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.ts +4 -0
  844. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.ts.map +1 -1
  845. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.mts +4 -0
  846. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.mts.map +1 -1
  847. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.ts +4 -0
  848. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.ts.map +1 -1
  849. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.mts +4 -0
  850. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.mts.map +1 -1
  851. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.ts +4 -0
  852. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.ts.map +1 -1
  853. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.mts +4 -0
  854. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.mts.map +1 -1
  855. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.ts +4 -0
  856. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.ts.map +1 -1
  857. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js +3 -3
  858. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js.map +1 -1
  859. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs +3 -3
  860. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs.map +1 -1
  861. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.mts +4 -0
  862. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.mts.map +1 -1
  863. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.ts +4 -0
  864. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.ts.map +1 -1
  865. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.mts +4 -0
  866. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.mts.map +1 -1
  867. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.ts +4 -0
  868. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.ts.map +1 -1
  869. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.mts +4 -0
  870. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.mts.map +1 -1
  871. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.ts +4 -0
  872. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.ts.map +1 -1
  873. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.mts +4 -0
  874. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.mts.map +1 -1
  875. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.ts +4 -0
  876. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.ts.map +1 -1
  877. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js +3 -3
  878. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js.map +1 -1
  879. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.mjs +3 -3
  880. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.mjs.map +1 -1
  881. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.mts +4 -0
  882. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.mts.map +1 -1
  883. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.ts +4 -0
  884. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.ts.map +1 -1
  885. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.mts +4 -0
  886. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.mts.map +1 -1
  887. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.ts +4 -0
  888. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.ts.map +1 -1
  889. package/tools/qbd/service-items/create-qbd-service-items.d.mts +4 -0
  890. package/tools/qbd/service-items/create-qbd-service-items.d.mts.map +1 -1
  891. package/tools/qbd/service-items/create-qbd-service-items.d.ts +4 -0
  892. package/tools/qbd/service-items/create-qbd-service-items.d.ts.map +1 -1
  893. package/tools/qbd/service-items/list-qbd-service-items.d.mts +4 -0
  894. package/tools/qbd/service-items/list-qbd-service-items.d.mts.map +1 -1
  895. package/tools/qbd/service-items/list-qbd-service-items.d.ts +4 -0
  896. package/tools/qbd/service-items/list-qbd-service-items.d.ts.map +1 -1
  897. package/tools/qbd/service-items/list-qbd-service-items.js +3 -3
  898. package/tools/qbd/service-items/list-qbd-service-items.js.map +1 -1
  899. package/tools/qbd/service-items/list-qbd-service-items.mjs +3 -3
  900. package/tools/qbd/service-items/list-qbd-service-items.mjs.map +1 -1
  901. package/tools/qbd/service-items/retrieve-qbd-service-items.d.mts +4 -0
  902. package/tools/qbd/service-items/retrieve-qbd-service-items.d.mts.map +1 -1
  903. package/tools/qbd/service-items/retrieve-qbd-service-items.d.ts +4 -0
  904. package/tools/qbd/service-items/retrieve-qbd-service-items.d.ts.map +1 -1
  905. package/tools/qbd/service-items/update-qbd-service-items.d.mts +4 -0
  906. package/tools/qbd/service-items/update-qbd-service-items.d.mts.map +1 -1
  907. package/tools/qbd/service-items/update-qbd-service-items.d.ts +4 -0
  908. package/tools/qbd/service-items/update-qbd-service-items.d.ts.map +1 -1
  909. package/tools/qbd/standard-terms/create-qbd-standard-terms.d.mts +4 -0
  910. package/tools/qbd/standard-terms/create-qbd-standard-terms.d.mts.map +1 -1
  911. package/tools/qbd/standard-terms/create-qbd-standard-terms.d.ts +4 -0
  912. package/tools/qbd/standard-terms/create-qbd-standard-terms.d.ts.map +1 -1
  913. package/tools/qbd/standard-terms/list-qbd-standard-terms.d.mts +4 -0
  914. package/tools/qbd/standard-terms/list-qbd-standard-terms.d.mts.map +1 -1
  915. package/tools/qbd/standard-terms/list-qbd-standard-terms.d.ts +4 -0
  916. package/tools/qbd/standard-terms/list-qbd-standard-terms.d.ts.map +1 -1
  917. package/tools/qbd/standard-terms/list-qbd-standard-terms.js +3 -3
  918. package/tools/qbd/standard-terms/list-qbd-standard-terms.js.map +1 -1
  919. package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs +3 -3
  920. package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs.map +1 -1
  921. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.mts +4 -0
  922. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.mts.map +1 -1
  923. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.ts +4 -0
  924. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.ts.map +1 -1
  925. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.mts +4 -0
  926. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.mts.map +1 -1
  927. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.ts +4 -0
  928. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.ts.map +1 -1
  929. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.mts +4 -0
  930. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.mts.map +1 -1
  931. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.ts +4 -0
  932. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.ts.map +1 -1
  933. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js +3 -3
  934. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js.map +1 -1
  935. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs +3 -3
  936. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs.map +1 -1
  937. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.mts +4 -0
  938. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.mts.map +1 -1
  939. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.ts +4 -0
  940. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.ts.map +1 -1
  941. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.mts +4 -0
  942. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.mts.map +1 -1
  943. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.ts +4 -0
  944. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.ts.map +1 -1
  945. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.mts +4 -0
  946. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.mts.map +1 -1
  947. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.ts +4 -0
  948. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.ts.map +1 -1
  949. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.mts +4 -0
  950. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.mts.map +1 -1
  951. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.ts +4 -0
  952. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.ts.map +1 -1
  953. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.mts +4 -0
  954. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.mts.map +1 -1
  955. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.ts +4 -0
  956. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.ts.map +1 -1
  957. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.mts +4 -0
  958. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.mts.map +1 -1
  959. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.ts +4 -0
  960. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.ts.map +1 -1
  961. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.mts +4 -0
  962. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.mts.map +1 -1
  963. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.ts +4 -0
  964. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.ts.map +1 -1
  965. package/tools/qbd/transactions/list-qbd-transactions.d.mts +4 -0
  966. package/tools/qbd/transactions/list-qbd-transactions.d.mts.map +1 -1
  967. package/tools/qbd/transactions/list-qbd-transactions.d.ts +4 -0
  968. package/tools/qbd/transactions/list-qbd-transactions.d.ts.map +1 -1
  969. package/tools/qbd/transactions/list-qbd-transactions.js +3 -3
  970. package/tools/qbd/transactions/list-qbd-transactions.js.map +1 -1
  971. package/tools/qbd/transactions/list-qbd-transactions.mjs +3 -3
  972. package/tools/qbd/transactions/list-qbd-transactions.mjs.map +1 -1
  973. package/tools/qbd/transactions/retrieve-qbd-transactions.d.mts +4 -0
  974. package/tools/qbd/transactions/retrieve-qbd-transactions.d.mts.map +1 -1
  975. package/tools/qbd/transactions/retrieve-qbd-transactions.d.ts +4 -0
  976. package/tools/qbd/transactions/retrieve-qbd-transactions.d.ts.map +1 -1
  977. package/tools/qbd/transfers/create-qbd-transfers.d.mts +4 -0
  978. package/tools/qbd/transfers/create-qbd-transfers.d.mts.map +1 -1
  979. package/tools/qbd/transfers/create-qbd-transfers.d.ts +4 -0
  980. package/tools/qbd/transfers/create-qbd-transfers.d.ts.map +1 -1
  981. package/tools/qbd/transfers/list-qbd-transfers.d.mts +4 -0
  982. package/tools/qbd/transfers/list-qbd-transfers.d.mts.map +1 -1
  983. package/tools/qbd/transfers/list-qbd-transfers.d.ts +4 -0
  984. package/tools/qbd/transfers/list-qbd-transfers.d.ts.map +1 -1
  985. package/tools/qbd/transfers/retrieve-qbd-transfers.d.mts +4 -0
  986. package/tools/qbd/transfers/retrieve-qbd-transfers.d.mts.map +1 -1
  987. package/tools/qbd/transfers/retrieve-qbd-transfers.d.ts +4 -0
  988. package/tools/qbd/transfers/retrieve-qbd-transfers.d.ts.map +1 -1
  989. package/tools/qbd/transfers/update-qbd-transfers.d.mts +4 -0
  990. package/tools/qbd/transfers/update-qbd-transfers.d.mts.map +1 -1
  991. package/tools/qbd/transfers/update-qbd-transfers.d.ts +4 -0
  992. package/tools/qbd/transfers/update-qbd-transfers.d.ts.map +1 -1
  993. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.mts +4 -0
  994. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.mts.map +1 -1
  995. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.ts +4 -0
  996. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.ts.map +1 -1
  997. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.mts +4 -0
  998. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.mts.map +1 -1
  999. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.ts +4 -0
  1000. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.ts.map +1 -1
  1001. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.mts +4 -0
  1002. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.mts.map +1 -1
  1003. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.ts +4 -0
  1004. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.ts.map +1 -1
  1005. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js +3 -3
  1006. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js.map +1 -1
  1007. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs +3 -3
  1008. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs.map +1 -1
  1009. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.mts +4 -0
  1010. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.mts.map +1 -1
  1011. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.ts +4 -0
  1012. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.ts.map +1 -1
  1013. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.mts +4 -0
  1014. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.mts.map +1 -1
  1015. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.ts +4 -0
  1016. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.ts.map +1 -1
  1017. package/tools/qbd/vendors/create-qbd-vendors.d.mts +4 -0
  1018. package/tools/qbd/vendors/create-qbd-vendors.d.mts.map +1 -1
  1019. package/tools/qbd/vendors/create-qbd-vendors.d.ts +4 -0
  1020. package/tools/qbd/vendors/create-qbd-vendors.d.ts.map +1 -1
  1021. package/tools/qbd/vendors/list-qbd-vendors.d.mts +4 -0
  1022. package/tools/qbd/vendors/list-qbd-vendors.d.mts.map +1 -1
  1023. package/tools/qbd/vendors/list-qbd-vendors.d.ts +4 -0
  1024. package/tools/qbd/vendors/list-qbd-vendors.d.ts.map +1 -1
  1025. package/tools/qbd/vendors/list-qbd-vendors.js +3 -3
  1026. package/tools/qbd/vendors/list-qbd-vendors.js.map +1 -1
  1027. package/tools/qbd/vendors/list-qbd-vendors.mjs +3 -3
  1028. package/tools/qbd/vendors/list-qbd-vendors.mjs.map +1 -1
  1029. package/tools/qbd/vendors/retrieve-qbd-vendors.d.mts +4 -0
  1030. package/tools/qbd/vendors/retrieve-qbd-vendors.d.mts.map +1 -1
  1031. package/tools/qbd/vendors/retrieve-qbd-vendors.d.ts +4 -0
  1032. package/tools/qbd/vendors/retrieve-qbd-vendors.d.ts.map +1 -1
  1033. package/tools/qbd/vendors/update-qbd-vendors.d.mts +4 -0
  1034. package/tools/qbd/vendors/update-qbd-vendors.d.mts.map +1 -1
  1035. package/tools/qbd/vendors/update-qbd-vendors.d.ts +4 -0
  1036. package/tools/qbd/vendors/update-qbd-vendors.d.ts.map +1 -1
package/README.md CHANGED
@@ -213,6 +213,14 @@ The following tools are available in this MCP server.
213
213
  - `list_qbd_bills` (`read`): Returns a list of bills. Use the `cursor` parameter to paginate through the results.
214
214
  - `delete_qbd_bills` (`write`): Permanently deletes a a bill. The deletion will fail if the bill is currently in use or has any linked transactions that are in use.
215
215
 
216
+ ### Resource `qbd.build_assemblies`:
217
+
218
+ - `create_qbd_build_assemblies` (`write`): Creates a new build assembly.
219
+ - `retrieve_qbd_build_assemblies` (`read`): Retrieves a build assembly by ID.
220
+ - `update_qbd_build_assemblies` (`write`): Updates an existing build assembly.
221
+ - `list_qbd_build_assemblies` (`read`): Returns a list of build assemblies. Use the `cursor` parameter to paginate through the results.
222
+ - `delete_qbd_build_assemblies` (`write`): Permanently deletes a a build assembly. The deletion will fail if the build assembly is currently in use or has any linked transactions that are in use.
223
+
216
224
  ### Resource `qbd.checks`:
217
225
 
218
226
  - `create_qbd_checks` (`write`): Creates a new check.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node-mcp",
3
- "version": "12.12.0",
3
+ "version": "12.14.0",
4
4
  "description": "The official MCP Server for the Conductor API",
5
5
  "author": "Conductor <support@conductor.is>",
6
6
  "types": "./index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "fix": "eslint --fix --ext ts,js ."
25
25
  },
26
26
  "dependencies": {
27
- "conductor-node": "^12.12.0",
27
+ "conductor-node": "^12.14.0",
28
28
  "@modelcontextprotocol/sdk": "^1.11.5",
29
29
  "yargs": "^17.7.2",
30
30
  "@cloudflare/cabidela": "^0.2.4",
package/server.js CHANGED
@@ -20,7 +20,7 @@ Object.defineProperty(exports, "endpoints", { enumerable: true, get: function ()
20
20
  // Create server instance
21
21
  exports.server = new mcp_js_1.McpServer({
22
22
  name: 'conductor_node_api',
23
- version: '12.12.0',
23
+ version: '12.14.0',
24
24
  }, {
25
25
  capabilities: {
26
26
  tools: {},
package/server.mjs CHANGED
@@ -9,7 +9,7 @@ export { endpoints } from "./tools.mjs";
9
9
  // Create server instance
10
10
  export const server = new McpServer({
11
11
  name: 'conductor_node_api',
12
- version: '12.12.0',
12
+ version: '12.14.0',
13
13
  }, {
14
14
  capabilities: {
15
15
  tools: {},
package/src/server.ts CHANGED
@@ -26,7 +26,7 @@ export { endpoints } from './tools';
26
26
  export const server = new McpServer(
27
27
  {
28
28
  name: 'conductor_node_api',
29
- version: '12.12.0',
29
+ version: '12.14.0',
30
30
  },
31
31
  {
32
32
  capabilities: {
@@ -30,6 +30,11 @@ import retrieve_qbd_bills from './qbd/bills/retrieve-qbd-bills';
30
30
  import update_qbd_bills from './qbd/bills/update-qbd-bills';
31
31
  import list_qbd_bills from './qbd/bills/list-qbd-bills';
32
32
  import delete_qbd_bills from './qbd/bills/delete-qbd-bills';
33
+ import create_qbd_build_assemblies from './qbd/build-assemblies/create-qbd-build-assemblies';
34
+ import retrieve_qbd_build_assemblies from './qbd/build-assemblies/retrieve-qbd-build-assemblies';
35
+ import update_qbd_build_assemblies from './qbd/build-assemblies/update-qbd-build-assemblies';
36
+ import list_qbd_build_assemblies from './qbd/build-assemblies/list-qbd-build-assemblies';
37
+ import delete_qbd_build_assemblies from './qbd/build-assemblies/delete-qbd-build-assemblies';
33
38
  import create_qbd_checks from './qbd/checks/create-qbd-checks';
34
39
  import retrieve_qbd_checks from './qbd/checks/retrieve-qbd-checks';
35
40
  import update_qbd_checks from './qbd/checks/update-qbd-checks';
@@ -228,6 +233,11 @@ addEndpoint(retrieve_qbd_bills);
228
233
  addEndpoint(update_qbd_bills);
229
234
  addEndpoint(list_qbd_bills);
230
235
  addEndpoint(delete_qbd_bills);
236
+ addEndpoint(create_qbd_build_assemblies);
237
+ addEndpoint(retrieve_qbd_build_assemblies);
238
+ addEndpoint(update_qbd_build_assemblies);
239
+ addEndpoint(list_qbd_build_assemblies);
240
+ addEndpoint(delete_qbd_build_assemblies);
231
241
  addEndpoint(create_qbd_checks);
232
242
  addEndpoint(retrieve_qbd_checks);
233
243
  addEndpoint(update_qbd_checks);
@@ -79,12 +79,12 @@ export const tool: Tool = {
79
79
  nameContains: {
80
80
  type: 'string',
81
81
  description:
82
- 'Filter for accounts whose `name` contains this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
82
+ 'Filter for accounts whose `name` contains this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
83
83
  },
84
84
  nameEndsWith: {
85
85
  type: 'string',
86
86
  description:
87
- 'Filter for accounts whose `name` ends with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
87
+ 'Filter for accounts whose `name` ends with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
88
88
  },
89
89
  nameFrom: {
90
90
  type: 'string',
@@ -94,7 +94,7 @@ export const tool: Tool = {
94
94
  nameStartsWith: {
95
95
  type: 'string',
96
96
  description:
97
- 'Filter for accounts whose `name` starts with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
97
+ 'Filter for accounts whose `name` starts with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
98
98
  },
99
99
  nameTo: {
100
100
  type: 'string',
@@ -65,12 +65,12 @@ export const tool: Tool = {
65
65
  refNumberContains: {
66
66
  type: 'string',
67
67
  description:
68
- 'Filter for bill check payments whose `refNumber` contains this substring. (For checks, this field is the check number.) NOTE: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
68
+ 'Filter for bill check payments whose `refNumber` contains this substring. (For checks, this field is the check number.)\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
69
69
  },
70
70
  refNumberEndsWith: {
71
71
  type: 'string',
72
72
  description:
73
- 'Filter for bill check payments whose `refNumber` ends with this substring. (For checks, this field is the check number.) NOTE: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
73
+ 'Filter for bill check payments whose `refNumber` ends with this substring. (For checks, this field is the check number.)\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
74
74
  },
75
75
  refNumberFrom: {
76
76
  type: 'string',
@@ -88,7 +88,7 @@ export const tool: Tool = {
88
88
  refNumberStartsWith: {
89
89
  type: 'string',
90
90
  description:
91
- 'Filter for bill check payments whose `refNumber` starts with this substring. (For checks, this field is the check number.) NOTE: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
91
+ 'Filter for bill check payments whose `refNumber` starts with this substring. (For checks, this field is the check number.)\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
92
92
  },
93
93
  refNumberTo: {
94
94
  type: 'string',
@@ -65,12 +65,12 @@ export const tool: Tool = {
65
65
  refNumberContains: {
66
66
  type: 'string',
67
67
  description:
68
- 'Filter for bill credit card payments whose `refNumber` contains this substring. NOTE: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
68
+ 'Filter for bill credit card payments whose `refNumber` contains this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
69
69
  },
70
70
  refNumberEndsWith: {
71
71
  type: 'string',
72
72
  description:
73
- 'Filter for bill credit card payments whose `refNumber` ends with this substring. NOTE: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
73
+ 'Filter for bill credit card payments whose `refNumber` ends with this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
74
74
  },
75
75
  refNumberFrom: {
76
76
  type: 'string',
@@ -88,7 +88,7 @@ export const tool: Tool = {
88
88
  refNumberStartsWith: {
89
89
  type: 'string',
90
90
  description:
91
- 'Filter for bill credit card payments whose `refNumber` starts with this substring. NOTE: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
91
+ 'Filter for bill credit card payments whose `refNumber` starts with this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
92
92
  },
93
93
  refNumberTo: {
94
94
  type: 'string',
@@ -74,12 +74,12 @@ export const tool: Tool = {
74
74
  refNumberContains: {
75
75
  type: 'string',
76
76
  description:
77
- 'Filter for bills whose `refNumber` contains this substring. NOTE: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
77
+ 'Filter for bills whose `refNumber` contains this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
78
78
  },
79
79
  refNumberEndsWith: {
80
80
  type: 'string',
81
81
  description:
82
- 'Filter for bills whose `refNumber` ends with this substring. NOTE: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
82
+ 'Filter for bills whose `refNumber` ends with this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
83
83
  },
84
84
  refNumberFrom: {
85
85
  type: 'string',
@@ -97,7 +97,7 @@ export const tool: Tool = {
97
97
  refNumberStartsWith: {
98
98
  type: 'string',
99
99
  description:
100
- 'Filter for bills whose `refNumber` starts with this substring. NOTE: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
100
+ 'Filter for bills whose `refNumber` starts with this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
101
101
  },
102
102
  refNumberTo: {
103
103
  type: 'string',
@@ -0,0 +1,97 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { asTextContentResult } from 'conductor-node-mcp/tools/types';
4
+
5
+ import { Tool } from '@modelcontextprotocol/sdk/types.js';
6
+ import type { Metadata } from '../../';
7
+ import Conductor from 'conductor-node';
8
+
9
+ export const metadata: Metadata = {
10
+ resource: 'qbd.build_assemblies',
11
+ operation: 'write',
12
+ tags: [],
13
+ httpMethod: 'post',
14
+ httpPath: '/quickbooks-desktop/build-assemblies',
15
+ };
16
+
17
+ export const tool: Tool = {
18
+ name: 'create_qbd_build_assemblies',
19
+ description: 'Creates a new build assembly.',
20
+ inputSchema: {
21
+ type: 'object',
22
+ properties: {
23
+ inventoryAssemblyItemId: {
24
+ type: 'string',
25
+ description:
26
+ 'The inventory assembly item associated with this build assembly. An inventory assembly item is assembled or manufactured from other inventory items, and the items and/or assemblies that make up the assembly are called components.',
27
+ },
28
+ quantityToBuild: {
29
+ type: 'number',
30
+ description:
31
+ 'The number of build assembly to be built. The transaction will fail if the number specified here exceeds the number of on-hand components.',
32
+ },
33
+ transactionDate: {
34
+ type: 'string',
35
+ description: 'The date of this build assembly, in ISO 8601 format (YYYY-MM-DD).',
36
+ format: 'date',
37
+ },
38
+ 'Conductor-End-User-Id': {
39
+ type: 'string',
40
+ description:
41
+ 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
42
+ },
43
+ expirationDate: {
44
+ type: 'string',
45
+ description:
46
+ 'The expiration date for the serial number or lot number of the item associated with this build assembly, in ISO 8601 format (YYYY-MM-DD). This is particularly relevant for perishable or time-sensitive inventory items. Note that this field is only supported on QuickBooks Desktop 2023 or later.',
47
+ format: 'date',
48
+ },
49
+ externalId: {
50
+ type: 'string',
51
+ description:
52
+ 'A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.\n\n**IMPORTANT**: This field must be formatted as a valid GUID; otherwise, QuickBooks will return an error.',
53
+ },
54
+ inventorySiteId: {
55
+ type: 'string',
56
+ description:
57
+ 'The site location where inventory for the item associated with this build assembly is stored.',
58
+ },
59
+ inventorySiteLocationId: {
60
+ type: 'string',
61
+ description:
62
+ 'The specific location (e.g., bin or shelf) within the inventory site where the item associated with this build assembly is stored.',
63
+ },
64
+ lotNumber: {
65
+ type: 'string',
66
+ description:
67
+ 'The lot number of the item associated with this build assembly. Used for tracking groups of inventory items that are purchased or manufactured together.',
68
+ },
69
+ markPendingIfRequired: {
70
+ type: 'boolean',
71
+ description:
72
+ 'When `true`, the build assembly will be marked pending if there are insufficient quantities to complete the build assembly.',
73
+ },
74
+ memo: {
75
+ type: 'string',
76
+ description: 'A memo or note for this build assembly.',
77
+ },
78
+ refNumber: {
79
+ type: 'string',
80
+ description:
81
+ 'The case-sensitive user-defined reference number for this build assembly, which can be used to identify the transaction in QuickBooks. This value is not required to be unique and can be arbitrarily changed by the QuickBooks user. When left blank in this create request, this field will be left blank in QuickBooks (i.e., it does *not* auto-increment).',
82
+ },
83
+ serialNumber: {
84
+ type: 'string',
85
+ description:
86
+ 'The serial number of the item associated with this build assembly. This is used for tracking individual units of serialized inventory items.',
87
+ },
88
+ },
89
+ },
90
+ };
91
+
92
+ export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
93
+ const body = args as any;
94
+ return asTextContentResult(await conductor.qbd.buildAssemblies.create(body));
95
+ };
96
+
97
+ export default { metadata, tool, handler };
@@ -0,0 +1,42 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { asTextContentResult } from 'conductor-node-mcp/tools/types';
4
+
5
+ import { Tool } from '@modelcontextprotocol/sdk/types.js';
6
+ import type { Metadata } from '../../';
7
+ import Conductor from 'conductor-node';
8
+
9
+ export const metadata: Metadata = {
10
+ resource: 'qbd.build_assemblies',
11
+ operation: 'write',
12
+ tags: [],
13
+ httpMethod: 'delete',
14
+ httpPath: '/quickbooks-desktop/build-assemblies/{id}',
15
+ };
16
+
17
+ export const tool: Tool = {
18
+ name: 'delete_qbd_build_assemblies',
19
+ description:
20
+ 'Permanently deletes a a build assembly. The deletion will fail if the build assembly is currently in use or has any linked transactions that are in use.',
21
+ inputSchema: {
22
+ type: 'object',
23
+ properties: {
24
+ id: {
25
+ type: 'string',
26
+ description: 'The QuickBooks-assigned unique identifier of the build assembly to delete.',
27
+ },
28
+ 'Conductor-End-User-Id': {
29
+ type: 'string',
30
+ description:
31
+ 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
32
+ },
33
+ },
34
+ },
35
+ };
36
+
37
+ export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
38
+ const { id, ...body } = args as any;
39
+ return asTextContentResult(await conductor.qbd.buildAssemblies.delete(id, body));
40
+ };
41
+
42
+ export default { metadata, tool, handler };
@@ -0,0 +1,127 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { asTextContentResult } from 'conductor-node-mcp/tools/types';
4
+
5
+ import { Tool } from '@modelcontextprotocol/sdk/types.js';
6
+ import type { Metadata } from '../../';
7
+ import Conductor from 'conductor-node';
8
+
9
+ export const metadata: Metadata = {
10
+ resource: 'qbd.build_assemblies',
11
+ operation: 'read',
12
+ tags: [],
13
+ httpMethod: 'get',
14
+ httpPath: '/quickbooks-desktop/build-assemblies',
15
+ };
16
+
17
+ export const tool: Tool = {
18
+ name: 'list_qbd_build_assemblies',
19
+ description:
20
+ 'Returns a list of build assemblies. Use the `cursor` parameter to paginate through the results.',
21
+ inputSchema: {
22
+ type: 'object',
23
+ properties: {
24
+ 'Conductor-End-User-Id': {
25
+ type: 'string',
26
+ description:
27
+ 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
28
+ },
29
+ cursor: {
30
+ type: 'string',
31
+ description:
32
+ 'The pagination token to fetch the next set of results when paginating with the `limit` parameter. Do not include this parameter on the first call. Use the `nextCursor` value returned in the previous response to request subsequent results.',
33
+ },
34
+ ids: {
35
+ type: 'array',
36
+ description:
37
+ 'Filter for specific build assemblies by their QuickBooks-assigned unique identifier(s).\n\n**IMPORTANT**: If you include this parameter, QuickBooks will ignore all other query parameters for this request.\n\n**NOTE**: If any of the values you specify in this parameter are not found, the request will return an error.',
38
+ items: {
39
+ type: 'string',
40
+ },
41
+ },
42
+ includeComponentLineItems: {
43
+ type: 'boolean',
44
+ description: 'Whether to include component line items in the response. Defaults to `true`.',
45
+ },
46
+ itemIds: {
47
+ type: 'array',
48
+ description: 'Filter for build assemblies containing these items.',
49
+ items: {
50
+ type: 'string',
51
+ },
52
+ },
53
+ limit: {
54
+ type: 'integer',
55
+ description:
56
+ 'The maximum number of objects to return. Accepts values ranging from 1 to 150, defaults to 150. When used with cursor-based pagination, this parameter controls how many results are returned per page. To paginate through results, combine this with the `cursor` parameter. Each response will include a `nextCursor` value that can be passed to subsequent requests to retrieve the next page of results.',
57
+ },
58
+ pendingStatus: {
59
+ type: 'string',
60
+ description: 'Filter for build assemblies that are pending, not pending, or both.',
61
+ enum: ['all', 'not_pending', 'pending'],
62
+ },
63
+ refNumberContains: {
64
+ type: 'string',
65
+ description:
66
+ 'Filter for build assemblies whose `refNumber` contains this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
67
+ },
68
+ refNumberEndsWith: {
69
+ type: 'string',
70
+ description:
71
+ 'Filter for build assemblies whose `refNumber` ends with this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
72
+ },
73
+ refNumberFrom: {
74
+ type: 'string',
75
+ description:
76
+ 'Filter for build assemblies whose `refNumber` is greater than or equal to this value. If omitted, the range will begin with the first number of the list. Uses a numerical comparison for values that contain only digits; otherwise, uses a lexicographical comparison.',
77
+ },
78
+ refNumbers: {
79
+ type: 'array',
80
+ description:
81
+ 'Filter for specific build assemblies by their ref-number(s), case-sensitive. In QuickBooks, ref-numbers are not required to be unique and can be arbitrarily changed by the QuickBooks user.\n\n**IMPORTANT**: If you include this parameter, QuickBooks will ignore all other query parameters for this request.\n\n**NOTE**: If any of the values you specify in this parameter are not found, the request will return an error.',
82
+ items: {
83
+ type: 'string',
84
+ },
85
+ },
86
+ refNumberStartsWith: {
87
+ type: 'string',
88
+ description:
89
+ 'Filter for build assemblies whose `refNumber` starts with this substring.\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
90
+ },
91
+ refNumberTo: {
92
+ type: 'string',
93
+ description:
94
+ 'Filter for build assemblies whose `refNumber` is less than or equal to this value. If omitted, the range will end with the last number of the list. Uses a numerical comparison for values that contain only digits; otherwise, uses a lexicographical comparison.',
95
+ },
96
+ transactionDateFrom: {
97
+ type: 'string',
98
+ description:
99
+ 'Filter for build assemblies whose `date` field is on or after this date, in ISO 8601 format (YYYY-MM-DD).',
100
+ format: 'date',
101
+ },
102
+ transactionDateTo: {
103
+ type: 'string',
104
+ description:
105
+ 'Filter for build assemblies whose `date` field is on or before this date, in ISO 8601 format (YYYY-MM-DD).',
106
+ format: 'date',
107
+ },
108
+ updatedAfter: {
109
+ type: 'string',
110
+ description:
111
+ 'Filter for build assemblies updated on or after this date and time, in ISO 8601 format (YYYY-MM-DDTHH:mm:ss). If you only provide a date (YYYY-MM-DD), the time is assumed to be 00:00:00 of that day.',
112
+ },
113
+ updatedBefore: {
114
+ type: 'string',
115
+ description:
116
+ 'Filter for build assemblies updated on or before this date and time, in ISO 8601 format (YYYY-MM-DDTHH:mm:ss). If you only provide a date (YYYY-MM-DD), the time is assumed to be 23:59:59 of that day.',
117
+ },
118
+ },
119
+ },
120
+ };
121
+
122
+ export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
123
+ const body = args as any;
124
+ return asTextContentResult(await conductor.qbd.buildAssemblies.list(body));
125
+ };
126
+
127
+ export default { metadata, tool, handler };
@@ -0,0 +1,41 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { asTextContentResult } from 'conductor-node-mcp/tools/types';
4
+
5
+ import { Tool } from '@modelcontextprotocol/sdk/types.js';
6
+ import type { Metadata } from '../../';
7
+ import Conductor from 'conductor-node';
8
+
9
+ export const metadata: Metadata = {
10
+ resource: 'qbd.build_assemblies',
11
+ operation: 'read',
12
+ tags: [],
13
+ httpMethod: 'get',
14
+ httpPath: '/quickbooks-desktop/build-assemblies/{id}',
15
+ };
16
+
17
+ export const tool: Tool = {
18
+ name: 'retrieve_qbd_build_assemblies',
19
+ description: 'Retrieves a build assembly by ID.',
20
+ inputSchema: {
21
+ type: 'object',
22
+ properties: {
23
+ id: {
24
+ type: 'string',
25
+ description: 'The QuickBooks-assigned unique identifier of the build assembly to retrieve.',
26
+ },
27
+ 'Conductor-End-User-Id': {
28
+ type: 'string',
29
+ description:
30
+ 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
31
+ },
32
+ },
33
+ },
34
+ };
35
+
36
+ export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
37
+ const { id, ...body } = args as any;
38
+ return asTextContentResult(await conductor.qbd.buildAssemblies.retrieve(id, body));
39
+ };
40
+
41
+ export default { metadata, tool, handler };
@@ -0,0 +1,101 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ import { asTextContentResult } from 'conductor-node-mcp/tools/types';
4
+
5
+ import { Tool } from '@modelcontextprotocol/sdk/types.js';
6
+ import type { Metadata } from '../../';
7
+ import Conductor from 'conductor-node';
8
+
9
+ export const metadata: Metadata = {
10
+ resource: 'qbd.build_assemblies',
11
+ operation: 'write',
12
+ tags: [],
13
+ httpMethod: 'post',
14
+ httpPath: '/quickbooks-desktop/build-assemblies/{id}',
15
+ };
16
+
17
+ export const tool: Tool = {
18
+ name: 'update_qbd_build_assemblies',
19
+ description: 'Updates an existing build assembly.',
20
+ inputSchema: {
21
+ type: 'object',
22
+ properties: {
23
+ id: {
24
+ type: 'string',
25
+ description: 'The QuickBooks-assigned unique identifier of the build assembly to update.',
26
+ },
27
+ revisionNumber: {
28
+ type: 'string',
29
+ description:
30
+ "The current QuickBooks-assigned revision number of the build assembly object you are updating, which you can get by fetching the object first. Provide the most recent `revisionNumber` to ensure you're working with the latest data; otherwise, the update will return an error.",
31
+ },
32
+ 'Conductor-End-User-Id': {
33
+ type: 'string',
34
+ description:
35
+ 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
36
+ },
37
+ expirationDate: {
38
+ type: 'string',
39
+ description:
40
+ 'The expiration date for the serial number or lot number of the item associated with this build assembly, in ISO 8601 format (YYYY-MM-DD). This is particularly relevant for perishable or time-sensitive inventory items. Note that this field is only supported on QuickBooks Desktop 2023 or later.',
41
+ format: 'date',
42
+ },
43
+ inventorySiteId: {
44
+ type: 'string',
45
+ description:
46
+ 'The site location where inventory for the item associated with this build assembly is stored.',
47
+ },
48
+ inventorySiteLocationId: {
49
+ type: 'string',
50
+ description:
51
+ 'The specific location (e.g., bin or shelf) within the inventory site where the item associated with this build assembly is stored.',
52
+ },
53
+ lotNumber: {
54
+ type: 'string',
55
+ description:
56
+ 'The lot number of the item associated with this build assembly. Used for tracking groups of inventory items that are purchased or manufactured together.',
57
+ },
58
+ markPendingIfRequired: {
59
+ type: 'boolean',
60
+ description:
61
+ 'When `true`, the build assembly will be marked pending if there are insufficient quantities to complete the build assembly.',
62
+ },
63
+ memo: {
64
+ type: 'string',
65
+ description: 'A memo or note for this build assembly.',
66
+ },
67
+ quantityToBuild: {
68
+ type: 'number',
69
+ description:
70
+ 'The number of build assembly to be built. The transaction will fail if the number specified here exceeds the number of on-hand components.',
71
+ },
72
+ refNumber: {
73
+ type: 'string',
74
+ description:
75
+ 'The case-sensitive user-defined reference number for this build assembly, which can be used to identify the transaction in QuickBooks. This value is not required to be unique and can be arbitrarily changed by the QuickBooks user.',
76
+ },
77
+ removePending: {
78
+ type: 'boolean',
79
+ description:
80
+ "When `true`, changes this build assembly's status from pending to non-pending, which effectively performs the build transaction. The operation will fail if there are insufficient component quantities on hand to complete the build.",
81
+ },
82
+ serialNumber: {
83
+ type: 'string',
84
+ description:
85
+ 'The serial number of the item associated with this build assembly. This is used for tracking individual units of serialized inventory items.',
86
+ },
87
+ transactionDate: {
88
+ type: 'string',
89
+ description: 'The date of this build assembly, in ISO 8601 format (YYYY-MM-DD).',
90
+ format: 'date',
91
+ },
92
+ },
93
+ },
94
+ };
95
+
96
+ export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
97
+ const { id, ...body } = args as any;
98
+ return asTextContentResult(await conductor.qbd.buildAssemblies.update(id, body));
99
+ };
100
+
101
+ export default { metadata, tool, handler };
@@ -77,12 +77,12 @@ export const tool: Tool = {
77
77
  refNumberContains: {
78
78
  type: 'string',
79
79
  description:
80
- 'Filter for checks whose `refNumber` contains this substring. (For checks, this field is the check number.) NOTE: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
80
+ 'Filter for checks whose `refNumber` contains this substring. (For checks, this field is the check number.)\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberStartsWith` or `refNumberEndsWith`.',
81
81
  },
82
82
  refNumberEndsWith: {
83
83
  type: 'string',
84
84
  description:
85
- 'Filter for checks whose `refNumber` ends with this substring. (For checks, this field is the check number.) NOTE: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
85
+ 'Filter for checks whose `refNumber` ends with this substring. (For checks, this field is the check number.)\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberStartsWith`.',
86
86
  },
87
87
  refNumberFrom: {
88
88
  type: 'string',
@@ -100,7 +100,7 @@ export const tool: Tool = {
100
100
  refNumberStartsWith: {
101
101
  type: 'string',
102
102
  description:
103
- 'Filter for checks whose `refNumber` starts with this substring. (For checks, this field is the check number.) NOTE: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
103
+ 'Filter for checks whose `refNumber` starts with this substring. (For checks, this field is the check number.)\n\n**NOTE**: If you use this parameter, you cannot also use `refNumberContains` or `refNumberEndsWith`.',
104
104
  },
105
105
  refNumberTo: {
106
106
  type: 'string',
@@ -50,12 +50,12 @@ export const tool: Tool = {
50
50
  nameContains: {
51
51
  type: 'string',
52
52
  description:
53
- 'Filter for classes whose `name` contains this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
53
+ 'Filter for classes whose `name` contains this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameStartsWith` or `nameEndsWith`.',
54
54
  },
55
55
  nameEndsWith: {
56
56
  type: 'string',
57
57
  description:
58
- 'Filter for classes whose `name` ends with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
58
+ 'Filter for classes whose `name` ends with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameStartsWith`.',
59
59
  },
60
60
  nameFrom: {
61
61
  type: 'string',
@@ -64,7 +64,7 @@ export const tool: Tool = {
64
64
  nameStartsWith: {
65
65
  type: 'string',
66
66
  description:
67
- 'Filter for classes whose `name` starts with this substring, case-insensitive. NOTE: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
67
+ 'Filter for classes whose `name` starts with this substring, case-insensitive.\n\n**NOTE**: If you use this parameter, you cannot also use `nameContains` or `nameEndsWith`.',
68
68
  },
69
69
  nameTo: {
70
70
  type: 'string',