conductor-node-mcp 12.37.0 → 12.39.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 (529) hide show
  1. package/README.md +144 -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/end-users/delete-end-users.ts +1 -1
  7. package/src/tools/end-users/list-end-users.ts +1 -1
  8. package/src/tools/end-users/passthrough-end-users.ts +1 -1
  9. package/src/tools/index.ts +6 -0
  10. package/src/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.ts +1 -1
  11. package/src/tools/qbd/accounts/retrieve-qbd-accounts.ts +2 -1
  12. package/src/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.ts +1 -1
  13. package/src/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.ts +2 -1
  14. package/src/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.ts +1 -1
  15. package/src/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.ts +2 -1
  16. package/src/tools/qbd/bills/delete-qbd-bills.ts +1 -1
  17. package/src/tools/qbd/bills/retrieve-qbd-bills.ts +1 -1
  18. package/src/tools/qbd/build-assemblies/delete-qbd-build-assemblies.ts +1 -1
  19. package/src/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.ts +2 -1
  20. package/src/tools/qbd/checks/delete-qbd-checks.ts +1 -1
  21. package/src/tools/qbd/checks/retrieve-qbd-checks.ts +1 -1
  22. package/src/tools/qbd/classes/list-qbd-classes.ts +1 -1
  23. package/src/tools/qbd/classes/retrieve-qbd-classes.ts +1 -1
  24. package/src/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.ts +1 -1
  25. package/src/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.ts +2 -1
  26. package/src/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.ts +1 -1
  27. package/src/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.ts +2 -1
  28. package/src/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.ts +1 -1
  29. package/src/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.ts +2 -1
  30. package/src/tools/qbd/credit-memos/create-qbd-credit-memos.ts +1 -1
  31. package/src/tools/qbd/credit-memos/delete-qbd-credit-memos.ts +1 -1
  32. package/src/tools/qbd/credit-memos/retrieve-qbd-credit-memos.ts +1 -1
  33. package/src/tools/qbd/credit-memos/update-qbd-credit-memos.ts +1 -1
  34. package/src/tools/qbd/currencies/retrieve-qbd-currencies.ts +1 -1
  35. package/src/tools/qbd/customer-types/create-qbd-customer-types.ts +61 -0
  36. package/src/tools/qbd/customer-types/list-qbd-customer-types.ts +109 -0
  37. package/src/tools/qbd/customer-types/retrieve-qbd-customer-types.ts +54 -0
  38. package/src/tools/qbd/customers/retrieve-qbd-customers.ts +2 -1
  39. package/src/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.ts +1 -1
  40. package/src/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.ts +1 -1
  41. package/src/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.ts +1 -1
  42. package/src/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.ts +1 -1
  43. package/src/tools/qbd/discount-items/retrieve-qbd-discount-items.ts +2 -1
  44. package/src/tools/qbd/employees/retrieve-qbd-employees.ts +2 -1
  45. package/src/tools/qbd/estimates/create-qbd-estimates.ts +1 -1
  46. package/src/tools/qbd/estimates/delete-qbd-estimates.ts +1 -1
  47. package/src/tools/qbd/estimates/retrieve-qbd-estimates.ts +1 -1
  48. package/src/tools/qbd/estimates/update-qbd-estimates.ts +1 -1
  49. package/src/tools/qbd/health-check-qbd.ts +1 -1
  50. package/src/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.ts +1 -1
  51. package/src/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.ts +2 -1
  52. package/src/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.ts +2 -1
  53. package/src/tools/qbd/inventory-items/retrieve-qbd-inventory-items.ts +2 -1
  54. package/src/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.ts +1 -1
  55. package/src/tools/qbd/invoices/create-qbd-invoices.ts +1 -1
  56. package/src/tools/qbd/invoices/delete-qbd-invoices.ts +1 -1
  57. package/src/tools/qbd/invoices/retrieve-qbd-invoices.ts +1 -1
  58. package/src/tools/qbd/invoices/update-qbd-invoices.ts +1 -1
  59. package/src/tools/qbd/item-groups/retrieve-qbd-item-groups.ts +1 -1
  60. package/src/tools/qbd/item-receipts/delete-qbd-item-receipts.ts +1 -1
  61. package/src/tools/qbd/item-receipts/retrieve-qbd-item-receipts.ts +1 -1
  62. package/src/tools/qbd/item-sites/retrieve-qbd-item-sites.ts +1 -1
  63. package/src/tools/qbd/journal-entries/delete-qbd-journal-entries.ts +1 -1
  64. package/src/tools/qbd/journal-entries/retrieve-qbd-journal-entries.ts +2 -1
  65. package/src/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.ts +2 -1
  66. package/src/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.ts +2 -1
  67. package/src/tools/qbd/other-names/retrieve-qbd-other-names.ts +1 -1
  68. package/src/tools/qbd/payment-methods/list-qbd-payment-methods.ts +1 -1
  69. package/src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts +1 -1
  70. package/src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts +1 -1
  71. package/src/tools/qbd/price-levels/retrieve-qbd-price-levels.ts +1 -1
  72. package/src/tools/qbd/purchase-orders/delete-qbd-purchase-orders.ts +1 -1
  73. package/src/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.ts +1 -1
  74. package/src/tools/qbd/receive-payments/delete-qbd-receive-payments.ts +1 -1
  75. package/src/tools/qbd/receive-payments/retrieve-qbd-receive-payments.ts +2 -1
  76. package/src/tools/qbd/sales-orders/create-qbd-sales-orders.ts +1 -1
  77. package/src/tools/qbd/sales-orders/delete-qbd-sales-orders.ts +1 -1
  78. package/src/tools/qbd/sales-orders/retrieve-qbd-sales-orders.ts +1 -1
  79. package/src/tools/qbd/sales-orders/update-qbd-sales-orders.ts +1 -1
  80. package/src/tools/qbd/sales-receipts/delete-qbd-sales-receipts.ts +1 -1
  81. package/src/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.ts +2 -1
  82. package/src/tools/qbd/sales-representatives/list-qbd-sales-representatives.ts +1 -1
  83. package/src/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.ts +1 -1
  84. package/src/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.ts +1 -1
  85. package/src/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.ts +1 -1
  86. package/src/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.ts +1 -1
  87. package/src/tools/qbd/service-items/retrieve-qbd-service-items.ts +2 -1
  88. package/src/tools/qbd/standard-terms/list-qbd-standard-terms.ts +1 -1
  89. package/src/tools/qbd/standard-terms/retrieve-qbd-standard-terms.ts +1 -1
  90. package/src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts +1 -1
  91. package/src/tools/qbd/templates/list-qbd-templates.ts +1 -1
  92. package/src/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.ts +1 -1
  93. package/src/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.ts +1 -1
  94. package/src/tools/qbd/transactions/retrieve-qbd-transactions.ts +1 -1
  95. package/src/tools/qbd/transfers/retrieve-qbd-transfers.ts +1 -1
  96. package/src/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.ts +1 -1
  97. package/src/tools/qbd/vendor-credits/delete-qbd-vendor-credits.ts +1 -1
  98. package/src/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.ts +1 -1
  99. package/src/tools/qbd/vendors/retrieve-qbd-vendors.ts +2 -1
  100. package/tools/end-users/delete-end-users.js +1 -1
  101. package/tools/end-users/delete-end-users.js.map +1 -1
  102. package/tools/end-users/delete-end-users.mjs +1 -1
  103. package/tools/end-users/delete-end-users.mjs.map +1 -1
  104. package/tools/end-users/list-end-users.js +1 -1
  105. package/tools/end-users/list-end-users.js.map +1 -1
  106. package/tools/end-users/list-end-users.mjs +1 -1
  107. package/tools/end-users/list-end-users.mjs.map +1 -1
  108. package/tools/end-users/passthrough-end-users.js +1 -1
  109. package/tools/end-users/passthrough-end-users.js.map +1 -1
  110. package/tools/end-users/passthrough-end-users.mjs +1 -1
  111. package/tools/end-users/passthrough-end-users.mjs.map +1 -1
  112. package/tools/index.d.mts.map +1 -1
  113. package/tools/index.d.ts.map +1 -1
  114. package/tools/index.js +6 -0
  115. package/tools/index.js.map +1 -1
  116. package/tools/index.mjs +6 -0
  117. package/tools/index.mjs.map +1 -1
  118. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.js +1 -1
  119. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.js.map +1 -1
  120. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.mjs +1 -1
  121. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.mjs.map +1 -1
  122. package/tools/qbd/accounts/retrieve-qbd-accounts.d.mts.map +1 -1
  123. package/tools/qbd/accounts/retrieve-qbd-accounts.d.ts.map +1 -1
  124. package/tools/qbd/accounts/retrieve-qbd-accounts.js +1 -1
  125. package/tools/qbd/accounts/retrieve-qbd-accounts.js.map +1 -1
  126. package/tools/qbd/accounts/retrieve-qbd-accounts.mjs +1 -1
  127. package/tools/qbd/accounts/retrieve-qbd-accounts.mjs.map +1 -1
  128. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.js +1 -1
  129. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.js.map +1 -1
  130. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.mjs +1 -1
  131. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.mjs.map +1 -1
  132. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.mts.map +1 -1
  133. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.ts.map +1 -1
  134. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.js +1 -1
  135. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.js.map +1 -1
  136. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.mjs +1 -1
  137. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.mjs.map +1 -1
  138. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.js +1 -1
  139. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.js.map +1 -1
  140. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.mjs +1 -1
  141. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.mjs.map +1 -1
  142. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.mts.map +1 -1
  143. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.ts.map +1 -1
  144. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.js +1 -1
  145. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.js.map +1 -1
  146. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.mjs +1 -1
  147. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.mjs.map +1 -1
  148. package/tools/qbd/bills/delete-qbd-bills.js +1 -1
  149. package/tools/qbd/bills/delete-qbd-bills.js.map +1 -1
  150. package/tools/qbd/bills/delete-qbd-bills.mjs +1 -1
  151. package/tools/qbd/bills/delete-qbd-bills.mjs.map +1 -1
  152. package/tools/qbd/bills/retrieve-qbd-bills.js +1 -1
  153. package/tools/qbd/bills/retrieve-qbd-bills.js.map +1 -1
  154. package/tools/qbd/bills/retrieve-qbd-bills.mjs +1 -1
  155. package/tools/qbd/bills/retrieve-qbd-bills.mjs.map +1 -1
  156. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js +1 -1
  157. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js.map +1 -1
  158. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs +1 -1
  159. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs.map +1 -1
  160. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.mts.map +1 -1
  161. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.ts.map +1 -1
  162. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.js +1 -1
  163. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.js.map +1 -1
  164. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.mjs +1 -1
  165. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.mjs.map +1 -1
  166. package/tools/qbd/checks/delete-qbd-checks.js +1 -1
  167. package/tools/qbd/checks/delete-qbd-checks.js.map +1 -1
  168. package/tools/qbd/checks/delete-qbd-checks.mjs +1 -1
  169. package/tools/qbd/checks/delete-qbd-checks.mjs.map +1 -1
  170. package/tools/qbd/checks/retrieve-qbd-checks.js +1 -1
  171. package/tools/qbd/checks/retrieve-qbd-checks.js.map +1 -1
  172. package/tools/qbd/checks/retrieve-qbd-checks.mjs +1 -1
  173. package/tools/qbd/checks/retrieve-qbd-checks.mjs.map +1 -1
  174. package/tools/qbd/classes/list-qbd-classes.js +1 -1
  175. package/tools/qbd/classes/list-qbd-classes.js.map +1 -1
  176. package/tools/qbd/classes/list-qbd-classes.mjs +1 -1
  177. package/tools/qbd/classes/list-qbd-classes.mjs.map +1 -1
  178. package/tools/qbd/classes/retrieve-qbd-classes.js +1 -1
  179. package/tools/qbd/classes/retrieve-qbd-classes.js.map +1 -1
  180. package/tools/qbd/classes/retrieve-qbd-classes.mjs +1 -1
  181. package/tools/qbd/classes/retrieve-qbd-classes.mjs.map +1 -1
  182. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.js +1 -1
  183. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.js.map +1 -1
  184. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.mjs +1 -1
  185. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.mjs.map +1 -1
  186. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.mts.map +1 -1
  187. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.ts.map +1 -1
  188. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.js +1 -1
  189. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.js.map +1 -1
  190. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.mjs +1 -1
  191. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.mjs.map +1 -1
  192. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.js +1 -1
  193. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.js.map +1 -1
  194. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.mjs +1 -1
  195. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.mjs.map +1 -1
  196. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.mts.map +1 -1
  197. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.ts.map +1 -1
  198. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.js +1 -1
  199. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.js.map +1 -1
  200. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.mjs +1 -1
  201. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.mjs.map +1 -1
  202. package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.js +1 -1
  203. package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.js.map +1 -1
  204. package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.mjs +1 -1
  205. package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.mjs.map +1 -1
  206. package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.d.mts.map +1 -1
  207. package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.d.ts.map +1 -1
  208. package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.js +1 -1
  209. package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.js.map +1 -1
  210. package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.mjs +1 -1
  211. package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.mjs.map +1 -1
  212. package/tools/qbd/credit-memos/create-qbd-credit-memos.js +1 -1
  213. package/tools/qbd/credit-memos/create-qbd-credit-memos.js.map +1 -1
  214. package/tools/qbd/credit-memos/create-qbd-credit-memos.mjs +1 -1
  215. package/tools/qbd/credit-memos/create-qbd-credit-memos.mjs.map +1 -1
  216. package/tools/qbd/credit-memos/delete-qbd-credit-memos.js +1 -1
  217. package/tools/qbd/credit-memos/delete-qbd-credit-memos.js.map +1 -1
  218. package/tools/qbd/credit-memos/delete-qbd-credit-memos.mjs +1 -1
  219. package/tools/qbd/credit-memos/delete-qbd-credit-memos.mjs.map +1 -1
  220. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.js +1 -1
  221. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.js.map +1 -1
  222. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.mjs +1 -1
  223. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.mjs.map +1 -1
  224. package/tools/qbd/credit-memos/update-qbd-credit-memos.js +1 -1
  225. package/tools/qbd/credit-memos/update-qbd-credit-memos.js.map +1 -1
  226. package/tools/qbd/credit-memos/update-qbd-credit-memos.mjs +1 -1
  227. package/tools/qbd/credit-memos/update-qbd-credit-memos.mjs.map +1 -1
  228. package/tools/qbd/currencies/retrieve-qbd-currencies.js +1 -1
  229. package/tools/qbd/currencies/retrieve-qbd-currencies.js.map +1 -1
  230. package/tools/qbd/currencies/retrieve-qbd-currencies.mjs +1 -1
  231. package/tools/qbd/currencies/retrieve-qbd-currencies.mjs.map +1 -1
  232. package/tools/qbd/customer-types/create-qbd-customer-types.d.mts +45 -0
  233. package/tools/qbd/customer-types/create-qbd-customer-types.d.mts.map +1 -0
  234. package/tools/qbd/customer-types/create-qbd-customer-types.d.ts +45 -0
  235. package/tools/qbd/customer-types/create-qbd-customer-types.d.ts.map +1 -0
  236. package/tools/qbd/customer-types/create-qbd-customer-types.js +52 -0
  237. package/tools/qbd/customer-types/create-qbd-customer-types.js.map +1 -0
  238. package/tools/qbd/customer-types/create-qbd-customer-types.mjs +48 -0
  239. package/tools/qbd/customer-types/create-qbd-customer-types.mjs.map +1 -0
  240. package/tools/qbd/customer-types/list-qbd-customer-types.d.mts +45 -0
  241. package/tools/qbd/customer-types/list-qbd-customer-types.d.mts.map +1 -0
  242. package/tools/qbd/customer-types/list-qbd-customer-types.d.ts +45 -0
  243. package/tools/qbd/customer-types/list-qbd-customer-types.d.ts.map +1 -0
  244. package/tools/qbd/customer-types/list-qbd-customer-types.js +93 -0
  245. package/tools/qbd/customer-types/list-qbd-customer-types.js.map +1 -0
  246. package/tools/qbd/customer-types/list-qbd-customer-types.mjs +89 -0
  247. package/tools/qbd/customer-types/list-qbd-customer-types.mjs.map +1 -0
  248. package/tools/qbd/customer-types/retrieve-qbd-customer-types.d.mts +45 -0
  249. package/tools/qbd/customer-types/retrieve-qbd-customer-types.d.mts.map +1 -0
  250. package/tools/qbd/customer-types/retrieve-qbd-customer-types.d.ts +45 -0
  251. package/tools/qbd/customer-types/retrieve-qbd-customer-types.d.ts.map +1 -0
  252. package/tools/qbd/customer-types/retrieve-qbd-customer-types.js +46 -0
  253. package/tools/qbd/customer-types/retrieve-qbd-customer-types.js.map +1 -0
  254. package/tools/qbd/customer-types/retrieve-qbd-customer-types.mjs +42 -0
  255. package/tools/qbd/customer-types/retrieve-qbd-customer-types.mjs.map +1 -0
  256. package/tools/qbd/customers/retrieve-qbd-customers.d.mts.map +1 -1
  257. package/tools/qbd/customers/retrieve-qbd-customers.d.ts.map +1 -1
  258. package/tools/qbd/customers/retrieve-qbd-customers.js +1 -1
  259. package/tools/qbd/customers/retrieve-qbd-customers.js.map +1 -1
  260. package/tools/qbd/customers/retrieve-qbd-customers.mjs +1 -1
  261. package/tools/qbd/customers/retrieve-qbd-customers.mjs.map +1 -1
  262. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js +1 -1
  263. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js.map +1 -1
  264. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs +1 -1
  265. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs.map +1 -1
  266. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js +1 -1
  267. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js.map +1 -1
  268. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs +1 -1
  269. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs.map +1 -1
  270. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.js +1 -1
  271. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.js.map +1 -1
  272. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.mjs +1 -1
  273. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.mjs.map +1 -1
  274. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.js +1 -1
  275. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.js.map +1 -1
  276. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.mjs +1 -1
  277. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.mjs.map +1 -1
  278. package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.mts.map +1 -1
  279. package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.ts.map +1 -1
  280. package/tools/qbd/discount-items/retrieve-qbd-discount-items.js +1 -1
  281. package/tools/qbd/discount-items/retrieve-qbd-discount-items.js.map +1 -1
  282. package/tools/qbd/discount-items/retrieve-qbd-discount-items.mjs +1 -1
  283. package/tools/qbd/discount-items/retrieve-qbd-discount-items.mjs.map +1 -1
  284. package/tools/qbd/employees/retrieve-qbd-employees.d.mts.map +1 -1
  285. package/tools/qbd/employees/retrieve-qbd-employees.d.ts.map +1 -1
  286. package/tools/qbd/employees/retrieve-qbd-employees.js +1 -1
  287. package/tools/qbd/employees/retrieve-qbd-employees.js.map +1 -1
  288. package/tools/qbd/employees/retrieve-qbd-employees.mjs +1 -1
  289. package/tools/qbd/employees/retrieve-qbd-employees.mjs.map +1 -1
  290. package/tools/qbd/estimates/create-qbd-estimates.js +1 -1
  291. package/tools/qbd/estimates/create-qbd-estimates.js.map +1 -1
  292. package/tools/qbd/estimates/create-qbd-estimates.mjs +1 -1
  293. package/tools/qbd/estimates/create-qbd-estimates.mjs.map +1 -1
  294. package/tools/qbd/estimates/delete-qbd-estimates.js +1 -1
  295. package/tools/qbd/estimates/delete-qbd-estimates.js.map +1 -1
  296. package/tools/qbd/estimates/delete-qbd-estimates.mjs +1 -1
  297. package/tools/qbd/estimates/delete-qbd-estimates.mjs.map +1 -1
  298. package/tools/qbd/estimates/retrieve-qbd-estimates.js +1 -1
  299. package/tools/qbd/estimates/retrieve-qbd-estimates.js.map +1 -1
  300. package/tools/qbd/estimates/retrieve-qbd-estimates.mjs +1 -1
  301. package/tools/qbd/estimates/retrieve-qbd-estimates.mjs.map +1 -1
  302. package/tools/qbd/estimates/update-qbd-estimates.js +1 -1
  303. package/tools/qbd/estimates/update-qbd-estimates.js.map +1 -1
  304. package/tools/qbd/estimates/update-qbd-estimates.mjs +1 -1
  305. package/tools/qbd/estimates/update-qbd-estimates.mjs.map +1 -1
  306. package/tools/qbd/health-check-qbd.js +1 -1
  307. package/tools/qbd/health-check-qbd.js.map +1 -1
  308. package/tools/qbd/health-check-qbd.mjs +1 -1
  309. package/tools/qbd/health-check-qbd.mjs.map +1 -1
  310. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.js +1 -1
  311. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.js.map +1 -1
  312. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.mjs +1 -1
  313. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.mjs.map +1 -1
  314. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.mts.map +1 -1
  315. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.ts.map +1 -1
  316. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.js +1 -1
  317. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.js.map +1 -1
  318. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.mjs +1 -1
  319. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.mjs.map +1 -1
  320. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.mts.map +1 -1
  321. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.ts.map +1 -1
  322. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.js +1 -1
  323. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.js.map +1 -1
  324. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.mjs +1 -1
  325. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.mjs.map +1 -1
  326. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.mts.map +1 -1
  327. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.ts.map +1 -1
  328. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.js +1 -1
  329. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.js.map +1 -1
  330. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.mjs +1 -1
  331. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.mjs.map +1 -1
  332. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js +1 -1
  333. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js.map +1 -1
  334. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs +1 -1
  335. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs.map +1 -1
  336. package/tools/qbd/invoices/create-qbd-invoices.js +1 -1
  337. package/tools/qbd/invoices/create-qbd-invoices.js.map +1 -1
  338. package/tools/qbd/invoices/create-qbd-invoices.mjs +1 -1
  339. package/tools/qbd/invoices/create-qbd-invoices.mjs.map +1 -1
  340. package/tools/qbd/invoices/delete-qbd-invoices.js +1 -1
  341. package/tools/qbd/invoices/delete-qbd-invoices.js.map +1 -1
  342. package/tools/qbd/invoices/delete-qbd-invoices.mjs +1 -1
  343. package/tools/qbd/invoices/delete-qbd-invoices.mjs.map +1 -1
  344. package/tools/qbd/invoices/retrieve-qbd-invoices.js +1 -1
  345. package/tools/qbd/invoices/retrieve-qbd-invoices.js.map +1 -1
  346. package/tools/qbd/invoices/retrieve-qbd-invoices.mjs +1 -1
  347. package/tools/qbd/invoices/retrieve-qbd-invoices.mjs.map +1 -1
  348. package/tools/qbd/invoices/update-qbd-invoices.js +1 -1
  349. package/tools/qbd/invoices/update-qbd-invoices.js.map +1 -1
  350. package/tools/qbd/invoices/update-qbd-invoices.mjs +1 -1
  351. package/tools/qbd/invoices/update-qbd-invoices.mjs.map +1 -1
  352. package/tools/qbd/item-groups/retrieve-qbd-item-groups.js +1 -1
  353. package/tools/qbd/item-groups/retrieve-qbd-item-groups.js.map +1 -1
  354. package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs +1 -1
  355. package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs.map +1 -1
  356. package/tools/qbd/item-receipts/delete-qbd-item-receipts.js +1 -1
  357. package/tools/qbd/item-receipts/delete-qbd-item-receipts.js.map +1 -1
  358. package/tools/qbd/item-receipts/delete-qbd-item-receipts.mjs +1 -1
  359. package/tools/qbd/item-receipts/delete-qbd-item-receipts.mjs.map +1 -1
  360. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.js +1 -1
  361. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.js.map +1 -1
  362. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.mjs +1 -1
  363. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.mjs.map +1 -1
  364. package/tools/qbd/item-sites/retrieve-qbd-item-sites.js +1 -1
  365. package/tools/qbd/item-sites/retrieve-qbd-item-sites.js.map +1 -1
  366. package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs +1 -1
  367. package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs.map +1 -1
  368. package/tools/qbd/journal-entries/delete-qbd-journal-entries.js +1 -1
  369. package/tools/qbd/journal-entries/delete-qbd-journal-entries.js.map +1 -1
  370. package/tools/qbd/journal-entries/delete-qbd-journal-entries.mjs +1 -1
  371. package/tools/qbd/journal-entries/delete-qbd-journal-entries.mjs.map +1 -1
  372. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.mts.map +1 -1
  373. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.ts.map +1 -1
  374. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.js +1 -1
  375. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.js.map +1 -1
  376. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.mjs +1 -1
  377. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.mjs.map +1 -1
  378. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.mts.map +1 -1
  379. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.ts.map +1 -1
  380. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.js +1 -1
  381. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.js.map +1 -1
  382. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.mjs +1 -1
  383. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.mjs.map +1 -1
  384. package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.d.mts.map +1 -1
  385. package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.d.ts.map +1 -1
  386. package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.js +1 -1
  387. package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.js.map +1 -1
  388. package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.mjs +1 -1
  389. package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.mjs.map +1 -1
  390. package/tools/qbd/other-names/retrieve-qbd-other-names.js +1 -1
  391. package/tools/qbd/other-names/retrieve-qbd-other-names.js.map +1 -1
  392. package/tools/qbd/other-names/retrieve-qbd-other-names.mjs +1 -1
  393. package/tools/qbd/other-names/retrieve-qbd-other-names.mjs.map +1 -1
  394. package/tools/qbd/payment-methods/list-qbd-payment-methods.js +1 -1
  395. package/tools/qbd/payment-methods/list-qbd-payment-methods.js.map +1 -1
  396. package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs +1 -1
  397. package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs.map +1 -1
  398. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js +1 -1
  399. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js.map +1 -1
  400. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs +1 -1
  401. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs.map +1 -1
  402. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js +1 -1
  403. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js.map +1 -1
  404. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs +1 -1
  405. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs.map +1 -1
  406. package/tools/qbd/price-levels/retrieve-qbd-price-levels.js +1 -1
  407. package/tools/qbd/price-levels/retrieve-qbd-price-levels.js.map +1 -1
  408. package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs +1 -1
  409. package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs.map +1 -1
  410. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.js +1 -1
  411. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.js.map +1 -1
  412. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.mjs +1 -1
  413. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.mjs.map +1 -1
  414. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.js +1 -1
  415. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.js.map +1 -1
  416. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.mjs +1 -1
  417. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.mjs.map +1 -1
  418. package/tools/qbd/receive-payments/delete-qbd-receive-payments.js +1 -1
  419. package/tools/qbd/receive-payments/delete-qbd-receive-payments.js.map +1 -1
  420. package/tools/qbd/receive-payments/delete-qbd-receive-payments.mjs +1 -1
  421. package/tools/qbd/receive-payments/delete-qbd-receive-payments.mjs.map +1 -1
  422. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.mts.map +1 -1
  423. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.ts.map +1 -1
  424. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.js +1 -1
  425. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.js.map +1 -1
  426. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.mjs +1 -1
  427. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.mjs.map +1 -1
  428. package/tools/qbd/sales-orders/create-qbd-sales-orders.js +1 -1
  429. package/tools/qbd/sales-orders/create-qbd-sales-orders.js.map +1 -1
  430. package/tools/qbd/sales-orders/create-qbd-sales-orders.mjs +1 -1
  431. package/tools/qbd/sales-orders/create-qbd-sales-orders.mjs.map +1 -1
  432. package/tools/qbd/sales-orders/delete-qbd-sales-orders.js +1 -1
  433. package/tools/qbd/sales-orders/delete-qbd-sales-orders.js.map +1 -1
  434. package/tools/qbd/sales-orders/delete-qbd-sales-orders.mjs +1 -1
  435. package/tools/qbd/sales-orders/delete-qbd-sales-orders.mjs.map +1 -1
  436. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.js +1 -1
  437. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.js.map +1 -1
  438. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.mjs +1 -1
  439. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.mjs.map +1 -1
  440. package/tools/qbd/sales-orders/update-qbd-sales-orders.js +1 -1
  441. package/tools/qbd/sales-orders/update-qbd-sales-orders.js.map +1 -1
  442. package/tools/qbd/sales-orders/update-qbd-sales-orders.mjs +1 -1
  443. package/tools/qbd/sales-orders/update-qbd-sales-orders.mjs.map +1 -1
  444. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.js +1 -1
  445. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.js.map +1 -1
  446. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.mjs +1 -1
  447. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.mjs.map +1 -1
  448. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.mts.map +1 -1
  449. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.ts.map +1 -1
  450. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.js +1 -1
  451. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.js.map +1 -1
  452. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.mjs +1 -1
  453. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.mjs.map +1 -1
  454. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js +1 -1
  455. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js.map +1 -1
  456. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs +1 -1
  457. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs.map +1 -1
  458. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js +1 -1
  459. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js.map +1 -1
  460. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs +1 -1
  461. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs.map +1 -1
  462. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js +1 -1
  463. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js.map +1 -1
  464. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs +1 -1
  465. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs.map +1 -1
  466. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js +1 -1
  467. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js.map +1 -1
  468. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.mjs +1 -1
  469. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.mjs.map +1 -1
  470. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js +1 -1
  471. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js.map +1 -1
  472. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs +1 -1
  473. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs.map +1 -1
  474. package/tools/qbd/service-items/retrieve-qbd-service-items.d.mts.map +1 -1
  475. package/tools/qbd/service-items/retrieve-qbd-service-items.d.ts.map +1 -1
  476. package/tools/qbd/service-items/retrieve-qbd-service-items.js +1 -1
  477. package/tools/qbd/service-items/retrieve-qbd-service-items.js.map +1 -1
  478. package/tools/qbd/service-items/retrieve-qbd-service-items.mjs +1 -1
  479. package/tools/qbd/service-items/retrieve-qbd-service-items.mjs.map +1 -1
  480. package/tools/qbd/standard-terms/list-qbd-standard-terms.js +1 -1
  481. package/tools/qbd/standard-terms/list-qbd-standard-terms.js.map +1 -1
  482. package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs +1 -1
  483. package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs.map +1 -1
  484. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js +1 -1
  485. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js.map +1 -1
  486. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs +1 -1
  487. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs.map +1 -1
  488. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js +1 -1
  489. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js.map +1 -1
  490. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs +1 -1
  491. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs.map +1 -1
  492. package/tools/qbd/templates/list-qbd-templates.js +1 -1
  493. package/tools/qbd/templates/list-qbd-templates.js.map +1 -1
  494. package/tools/qbd/templates/list-qbd-templates.mjs +1 -1
  495. package/tools/qbd/templates/list-qbd-templates.mjs.map +1 -1
  496. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.js +1 -1
  497. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.js.map +1 -1
  498. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.mjs +1 -1
  499. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.mjs.map +1 -1
  500. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js +1 -1
  501. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js.map +1 -1
  502. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs +1 -1
  503. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs.map +1 -1
  504. package/tools/qbd/transactions/retrieve-qbd-transactions.js +1 -1
  505. package/tools/qbd/transactions/retrieve-qbd-transactions.js.map +1 -1
  506. package/tools/qbd/transactions/retrieve-qbd-transactions.mjs +1 -1
  507. package/tools/qbd/transactions/retrieve-qbd-transactions.mjs.map +1 -1
  508. package/tools/qbd/transfers/retrieve-qbd-transfers.js +1 -1
  509. package/tools/qbd/transfers/retrieve-qbd-transfers.js.map +1 -1
  510. package/tools/qbd/transfers/retrieve-qbd-transfers.mjs +1 -1
  511. package/tools/qbd/transfers/retrieve-qbd-transfers.mjs.map +1 -1
  512. package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.js +1 -1
  513. package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.js.map +1 -1
  514. package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.mjs +1 -1
  515. package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.mjs.map +1 -1
  516. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.js +1 -1
  517. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.js.map +1 -1
  518. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.mjs +1 -1
  519. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.mjs.map +1 -1
  520. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.js +1 -1
  521. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.js.map +1 -1
  522. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.mjs +1 -1
  523. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.mjs.map +1 -1
  524. package/tools/qbd/vendors/retrieve-qbd-vendors.d.mts.map +1 -1
  525. package/tools/qbd/vendors/retrieve-qbd-vendors.d.ts.map +1 -1
  526. package/tools/qbd/vendors/retrieve-qbd-vendors.js +1 -1
  527. package/tools/qbd/vendors/retrieve-qbd-vendors.js.map +1 -1
  528. package/tools/qbd/vendors/retrieve-qbd-vendors.mjs +1 -1
  529. package/tools/qbd/vendors/retrieve-qbd-vendors.mjs.map +1 -1
package/README.md CHANGED
@@ -226,6 +226,9 @@ The following tools are available in this MCP server.
226
226
 
227
227
  - `create_qbd_accounts` (`write`): Creates a new financial account. QuickBooks requires you to pick a supported account type for the chart of accounts, and non-posting types can’t be created through the API.
228
228
  - `retrieve_qbd_accounts` (`read`): Retrieves an account by ID.
229
+
230
+ **IMPORTANT:** If you need to fetch multiple specific accounts by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
231
+
229
232
  - `update_qbd_accounts` (`write`): Updates an existing financial account. You can rename the account, adjust numbering, or change supported attributes, but QuickBooks won’t let you convert it to a non-posting type via the API.
230
233
  - `list_qbd_accounts` (`read`): Returns a list of accounts. NOTE: QuickBooks Desktop does not support pagination for accounts; hence, there is no `cursor` parameter. Users typically have few accounts.
231
234
 
@@ -233,6 +236,9 @@ The following tools are available in this MCP server.
233
236
 
234
237
  - `create_qbd_bill_check_payments` (`write`): Records a check payment against one vendor’s open bills. Each bill allocation must include a payment amount, discount, or vendor credit, and the accounts payable account has to match the one used on the bills you’re closing.
235
238
  - `retrieve_qbd_bill_check_payments` (`read`): Retrieves a bill check payment by ID.
239
+
240
+ **IMPORTANT:** If you need to fetch multiple specific bill check payments by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
241
+
236
242
  - `update_qbd_bill_check_payments` (`write`): Updates a bill check payment so you can reallocate how amounts, discounts, or credits are applied to the vendor’s bills. When you update a payment, QuickBooks clears the prior allocations but keeps any existing vendor credits unchanged, so submit the full list of bill applications in this request.
237
243
  - `list_qbd_bill_check_payments` (`read`): Returns a list of bill check payments. Use the `cursor` parameter to paginate through the results.
238
244
  - `delete_qbd_bill_check_payments` (`write`): Permanently deletes a a bill check payment. The deletion will fail if the bill check payment is currently in use or has any linked transactions that are in use.
@@ -241,6 +247,9 @@ The following tools are available in this MCP server.
241
247
 
242
248
  - `create_qbd_bill_credit_card_payments` (`write`): Charges one vendor’s bills to a credit card account. Each bill allocation must supply a payment amount, discount, or credit, and you have to use the same accounts payable account that’s on the bills being closed.
243
249
  - `retrieve_qbd_bill_credit_card_payments` (`read`): Retrieves a bill credit card payment by ID.
250
+
251
+ **IMPORTANT:** If you need to fetch multiple specific bill credit card payments by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
252
+
244
253
  - `list_qbd_bill_credit_card_payments` (`read`): Returns a list of bill credit card payments. Use the `cursor` parameter to paginate through the results.
245
254
  - `delete_qbd_bill_credit_card_payments` (`write`): Permanently deletes a a bill credit card payment. The deletion will fail if the bill credit card payment is currently in use or has any linked transactions that are in use.
246
255
 
@@ -249,6 +258,8 @@ The following tools are available in this MCP server.
249
258
  - `create_qbd_bills` (`write`): Creates a vendor bill and posts it to accounts payable. You can also link eligible purchase orders so QuickBooks pulls their lines onto the bill before it's saved.
250
259
  - `retrieve_qbd_bills` (`read`): Retrieves a bill by ID.
251
260
 
261
+ **IMPORTANT:** If you need to fetch multiple specific bills by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
262
+
252
263
  NOTE: The response automatically includes any linked transactions.
253
264
 
254
265
  - `update_qbd_bills` (`write`): Updates an existing vendor bill while keeping the required references intact. QuickBooks does not let this update request add new purchase order links, and you must continue to supply the vendor, accounts payable account, and at least one expense or item line when you resubmit the bill.
@@ -259,6 +270,9 @@ The following tools are available in this MCP server.
259
270
 
260
271
  - `create_qbd_build_assemblies` (`write`): Creates a build assembly transaction that consumes component quantities and increases the finished assembly on hand. If components are short you can mark the build as pending instead of failing.
261
272
  - `retrieve_qbd_build_assemblies` (`read`): Retrieves a build assembly by ID.
273
+
274
+ **IMPORTANT:** If you need to fetch multiple specific build assemblies by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
275
+
262
276
  - `update_qbd_build_assemblies` (`write`): Updates an existing build assembly.
263
277
  - `list_qbd_build_assemblies` (`read`): Returns a list of build assemblies. Use the `cursor` parameter to paginate through the results.
264
278
  - `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.
@@ -268,6 +282,8 @@ The following tools are available in this MCP server.
268
282
  - `create_qbd_checks` (`write`): Creates a non-payroll check from a bank account. QuickBooks uses this request for direct expense disbursements; to pay vendor bills or payroll liabilities you must use the dedicated bill-payment or payroll transactions instead.
269
283
  - `retrieve_qbd_checks` (`read`): Retrieves a check by ID.
270
284
 
285
+ **IMPORTANT:** If you need to fetch multiple specific checks by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
286
+
271
287
  NOTE: The response automatically includes any linked transactions.
272
288
 
273
289
  - `update_qbd_checks` (`write`): Updates a standard check so you can adjust the issuing account, payee details, memo, transaction date, or expense and item lines. This request cannot modify checks created through the bill-payment workflow.
@@ -278,6 +294,9 @@ The following tools are available in this MCP server.
278
294
 
279
295
  - `create_qbd_classes` (`write`): Creates a new class.
280
296
  - `retrieve_qbd_classes` (`read`): Retrieves a class by ID.
297
+
298
+ **IMPORTANT:** If you need to fetch multiple specific classes by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
299
+
281
300
  - `update_qbd_classes` (`write`): Updates an existing class.
282
301
  - `list_qbd_classes` (`read`): Returns a list of classes. NOTE: QuickBooks Desktop does not support pagination for classes; hence, there is no `cursor` parameter. Users typically have few classes.
283
302
 
@@ -289,6 +308,9 @@ The following tools are available in this MCP server.
289
308
 
290
309
  - `create_qbd_credit_card_charges` (`write`): Creates a new credit card charge for the specified account.
291
310
  - `retrieve_qbd_credit_card_charges` (`read`): Retrieves a credit card charge by ID.
311
+
312
+ **IMPORTANT:** If you need to fetch multiple specific credit card charges by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
313
+
292
314
  - `update_qbd_credit_card_charges` (`write`): Updates an existing credit card charge so you can adjust the credit card account, payee, memo, transaction date, and expense or item lines. The total is recalculated from the line details.
293
315
  - `list_qbd_credit_card_charges` (`read`): Returns a list of credit card charges. Use the `cursor` parameter to paginate through the results.
294
316
  - `delete_qbd_credit_card_charges` (`write`): Permanently deletes a a credit card charge. The deletion will fail if the credit card charge is currently in use or has any linked transactions that are in use.
@@ -297,6 +319,9 @@ The following tools are available in this MCP server.
297
319
 
298
320
  - `create_qbd_credit_card_credits` (`write`): Creates a new credit card credit for the specified account.
299
321
  - `retrieve_qbd_credit_card_credits` (`read`): Retrieves a credit card credit by ID.
322
+
323
+ **IMPORTANT:** If you need to fetch multiple specific credit card credits by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
324
+
300
325
  - `update_qbd_credit_card_credits` (`write`): Updates an existing credit card credit.
301
326
  - `list_qbd_credit_card_credits` (`read`): Returns a list of credit card credits. Use the `cursor` parameter to paginate through the results.
302
327
  - `delete_qbd_credit_card_credits` (`write`): Permanently deletes a a credit card credit. The deletion will fail if the credit card credit is currently in use or has any linked transactions that are in use.
@@ -305,6 +330,9 @@ The following tools are available in this MCP server.
305
330
 
306
331
  - `create_qbd_credit_card_refunds` (`write`): Creates a credit card refund linked to one or more existing credit transactions, such as credit memos or overpayments. You must supply at least one entry in `refundAppliedToTransactions`, and the refund amount cannot exceed the available balance on the linked credits.
307
332
  - `retrieve_qbd_credit_card_refunds` (`read`): Retrieves a credit card refund by ID.
333
+
334
+ **IMPORTANT:** If you need to fetch multiple specific credit card refunds by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
335
+
308
336
  - `list_qbd_credit_card_refunds` (`read`): Returns a list of credit card refunds. Use the `cursor` parameter to paginate through the results.
309
337
  - `delete_qbd_credit_card_refunds` (`write`): Permanently deletes a a credit card refund. The deletion will fail if the credit card refund is currently in use or has any linked transactions that are in use.
310
338
 
@@ -313,6 +341,8 @@ The following tools are available in this MCP server.
313
341
  - `create_qbd_credit_memos` (`write`): Creates a new credit memo.
314
342
  - `retrieve_qbd_credit_memos` (`read`): Retrieves a credit memo by ID.
315
343
 
344
+ **IMPORTANT:** If you need to fetch multiple specific credit memos by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
345
+
316
346
  NOTE: The response automatically includes any linked transactions.
317
347
 
318
348
  - `update_qbd_credit_memos` (`write`): Updates an existing credit memo.
@@ -323,13 +353,28 @@ The following tools are available in this MCP server.
323
353
 
324
354
  - `create_qbd_currencies` (`write`): Creates a user-defined currency with the specified name and currency code. Exchange rates for user-defined currencies are not updated automatically by QuickBooks Desktop; update them manually as needed.
325
355
  - `retrieve_qbd_currencies` (`read`): Retrieves a currency by ID.
356
+
357
+ **IMPORTANT:** If you need to fetch multiple specific currencies by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
358
+
326
359
  - `update_qbd_currencies` (`write`): Updates an existing currency. For built-in currencies, only the `isActive` status can be changed; name and currency code are not editable. For user-defined currencies, all fields in this request are editable.
327
360
  - `list_qbd_currencies` (`read`): Returns a list of currencies. NOTE: QuickBooks Desktop does not support pagination for currencies; hence, there is no `cursor` parameter. Users typically have few currencies.
328
361
 
362
+ ### Resource `qbd.customer_types`:
363
+
364
+ - `create_qbd_customer_types` (`write`): Creates a new customer type.
365
+ - `retrieve_qbd_customer_types` (`read`): Retrieves a customer type by ID.
366
+
367
+ **IMPORTANT:** If you need to fetch multiple specific customer types by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
368
+
369
+ - `list_qbd_customer_types` (`read`): Returns a list of customer types. NOTE: QuickBooks Desktop does not support pagination for customer types; hence, there is no `cursor` parameter. Users typically have few customer types.
370
+
329
371
  ### Resource `qbd.customers`:
330
372
 
331
373
  - `create_qbd_customers` (`write`): Creates a new customer.
332
374
  - `retrieve_qbd_customers` (`read`): Retrieves a customer by ID.
375
+
376
+ **IMPORTANT:** If you need to fetch multiple specific customers by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
377
+
333
378
  - `update_qbd_customers` (`write`): Updates an existing customer.
334
379
  - `list_qbd_customers` (`read`): Returns a list of customers. Use the `cursor` parameter to paginate through the results.
335
380
 
@@ -337,6 +382,9 @@ The following tools are available in this MCP server.
337
382
 
338
383
  - `create_qbd_date_driven_terms` (`write`): Creates a date-driven term that sets the payment due on a specific day of the month and can optionally grant an early-payment discount before `discountDayOfMonth`. Use it when you need due dates tied to calendar days instead of a fixed number of days after the transaction.
339
384
  - `retrieve_qbd_date_driven_terms` (`read`): Retrieves a date-driven term by ID.
385
+
386
+ **IMPORTANT:** If you need to fetch multiple specific date-driven terms by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
387
+
340
388
  - `list_qbd_date_driven_terms` (`read`): Returns a list of date-driven terms. NOTE: QuickBooks Desktop does not support pagination for date-driven terms; hence, there is no `cursor` parameter. Users typically have few date-driven terms.
341
389
 
342
390
  ### Resource `qbd.deleted_list_objects`:
@@ -351,6 +399,9 @@ The following tools are available in this MCP server.
351
399
 
352
400
  - `create_qbd_discount_items` (`write`): Creates a discount item that subtracts either a percentage or fixed amount from transaction totals. Percentage discounts only affect the preceding line, while fixed-amount discounts reduce the accumulated amount above them unless you bound the target lines with a subtotal item.
353
401
  - `retrieve_qbd_discount_items` (`read`): Retrieves a discount item by ID.
402
+
403
+ **IMPORTANT:** If you need to fetch multiple specific discount items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
404
+
354
405
  - `update_qbd_discount_items` (`write`): Updates a discount item, including its linked account or discount rate. When changing the account, use `updateExistingTransactionsAccount` to control whether existing transactions that reference the item should also be updated.
355
406
  - `list_qbd_discount_items` (`read`): Returns a list of discount items. Use the `cursor` parameter to paginate through the results.
356
407
 
@@ -358,6 +409,9 @@ The following tools are available in this MCP server.
358
409
 
359
410
  - `create_qbd_employees` (`write`): Creates an employee record that captures personal details, contact information, employment dates, and payroll settings in a single request so the employee is ready for scheduling, time tracking, and payroll processing.
360
411
  - `retrieve_qbd_employees` (`read`): Retrieves an employee by ID.
412
+
413
+ **IMPORTANT:** If you need to fetch multiple specific employees by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
414
+
361
415
  - `update_qbd_employees` (`write`): Updates an employee record, allowing you to revise contact details, employment status dates, supervisory assignments, payroll configuration, and additional notes to keep workforce data current.
362
416
  - `list_qbd_employees` (`read`): Returns a list of employees. NOTE: QuickBooks Desktop does not support pagination for employees; hence, there is no `cursor` parameter. Users typically have few employees.
363
417
 
@@ -366,6 +420,8 @@ The following tools are available in this MCP server.
366
420
  - `create_qbd_estimates` (`write`): Creates a new estimate.
367
421
  - `retrieve_qbd_estimates` (`read`): Retrieves an estimate by ID.
368
422
 
423
+ **IMPORTANT:** If you need to fetch multiple specific estimates by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
424
+
369
425
  NOTE: The response automatically includes any linked transactions.
370
426
 
371
427
  - `update_qbd_estimates` (`write`): Updates an existing estimate.
@@ -376,6 +432,9 @@ The following tools are available in this MCP server.
376
432
 
377
433
  - `create_qbd_inventory_adjustments` (`write`): Creates an inventory adjustment to correct on-hand quantities or values. QuickBooks requires single-user mode unless you're on Enterprise with Advanced Inventory enabled.
378
434
  - `retrieve_qbd_inventory_adjustments` (`read`): Retrieves an inventory adjustment by ID.
435
+
436
+ **IMPORTANT:** If you need to fetch multiple specific inventory adjustments by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
437
+
379
438
  - `update_qbd_inventory_adjustments` (`write`): Updates an existing inventory adjustment.
380
439
  - `list_qbd_inventory_adjustments` (`read`): Returns a list of inventory adjustments. NOTE: QuickBooks Desktop does not support pagination for inventory adjustments; hence, there is no `cursor` parameter. Users typically have few inventory adjustments.
381
440
  - `delete_qbd_inventory_adjustments` (`write`): Permanently deletes a an inventory adjustment. The deletion will fail if the inventory adjustment is currently in use or has any linked transactions that are in use.
@@ -384,6 +443,9 @@ The following tools are available in this MCP server.
384
443
 
385
444
  - `create_qbd_inventory_assembly_items` (`write`): Creates an inventory assembly item that bundles existing inventory items.
386
445
  - `retrieve_qbd_inventory_assembly_items` (`read`): Retrieves an inventory assembly item by ID.
446
+
447
+ **IMPORTANT:** If you need to fetch multiple specific inventory assembly items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
448
+
387
449
  - `update_qbd_inventory_assembly_items` (`write`): Updates an inventory assembly item. If you change the income account, set `updateExistingTransactionsIncomeAccount` to true so QuickBooks applies the new account to existing transactions that use the assembly.
388
450
  - `list_qbd_inventory_assembly_items` (`read`): Returns a list of inventory assembly items. Use the `cursor` parameter to paginate through the results.
389
451
 
@@ -391,6 +453,9 @@ The following tools are available in this MCP server.
391
453
 
392
454
  - `create_qbd_inventory_items` (`write`): Creates a new inventory item.
393
455
  - `retrieve_qbd_inventory_items` (`read`): Retrieves an inventory item by ID.
456
+
457
+ **IMPORTANT:** If you need to fetch multiple specific inventory items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
458
+
394
459
  - `update_qbd_inventory_items` (`write`): Updates an inventory item. If you switch the income account, set `updateExistingTransactionsIncomeAccount` to true so QuickBooks applies the new account to existing transactions that reference the item.
395
460
  - `list_qbd_inventory_items` (`read`): Returns a list of inventory items. Use the `cursor` parameter to paginate through the results.
396
461
 
@@ -398,6 +463,9 @@ The following tools are available in this MCP server.
398
463
 
399
464
  - `create_qbd_inventory_sites` (`write`): Creates an inventory site for companies using QuickBooks Enterprise with Advanced Inventory.
400
465
  - `retrieve_qbd_inventory_sites` (`read`): Retrieves an inventory site by ID.
466
+
467
+ **IMPORTANT:** If you need to fetch multiple specific inventory sites by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
468
+
401
469
  - `update_qbd_inventory_sites` (`write`): Updates an existing inventory site.
402
470
  - `list_qbd_inventory_sites` (`read`): Returns a list of inventory sites. NOTE: QuickBooks Desktop does not support pagination for inventory sites; hence, there is no `cursor` parameter. Users typically have few inventory sites.
403
471
 
@@ -406,6 +474,8 @@ The following tools are available in this MCP server.
406
474
  - `create_qbd_invoices` (`write`): Creates an invoice to bill a customer when goods or services were delivered before payment. Use a sales receipt instead if the sale was paid in full.
407
475
  - `retrieve_qbd_invoices` (`read`): Retrieves an invoice by ID.
408
476
 
477
+ **IMPORTANT:** If you need to fetch multiple specific invoices by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
478
+
409
479
  NOTE: The response automatically includes any linked transactions.
410
480
 
411
481
  - `update_qbd_invoices` (`write`): Updates an existing invoice.
@@ -416,6 +486,9 @@ The following tools are available in this MCP server.
416
486
 
417
487
  - `create_qbd_item_groups` (`write`): Creates a new item group.
418
488
  - `retrieve_qbd_item_groups` (`read`): Retrieves an item group by ID.
489
+
490
+ **IMPORTANT:** If you need to fetch multiple specific item groups by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
491
+
419
492
  - `update_qbd_item_groups` (`write`): Updates an existing item group.
420
493
  - `list_qbd_item_groups` (`read`): Returns a list of item groups. Use the `cursor` parameter to paginate through the results.
421
494
 
@@ -424,6 +497,8 @@ The following tools are available in this MCP server.
424
497
  - `create_qbd_item_receipts` (`write`): Creates an item receipt to record inventory received from a vendor. You can link it to a purchase order during creation to pull in the order's lines automatically and update quantities, but that link can't be added later with an update.
425
498
  - `retrieve_qbd_item_receipts` (`read`): Retrieves an item receipt by ID.
426
499
 
500
+ **IMPORTANT:** If you need to fetch multiple specific item receipts by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
501
+
427
502
  NOTE: The response automatically includes any linked transactions.
428
503
 
429
504
  - `update_qbd_item_receipts` (`write`): Updates an existing item receipt.
@@ -433,12 +508,18 @@ The following tools are available in this MCP server.
433
508
  ### Resource `qbd.item_sites`:
434
509
 
435
510
  - `retrieve_qbd_item_sites` (`read`): Retrieves an item site by ID.
511
+
512
+ **IMPORTANT:** If you need to fetch multiple specific item sites by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
513
+
436
514
  - `list_qbd_item_sites` (`read`): Returns a list of item sites. Use the `cursor` parameter to paginate through the results.
437
515
 
438
516
  ### Resource `qbd.journal_entries`:
439
517
 
440
518
  - `create_qbd_journal_entries` (`write`): Creates a journal entry with balanced debit and credit lines. QuickBooks Desktop requires total debits to equal total credits, and any line that posts to Accounts Receivable or Accounts Payable must include the related customer or vendor reference.
441
519
  - `retrieve_qbd_journal_entries` (`read`): Retrieves a journal entry by ID.
520
+
521
+ **IMPORTANT:** If you need to fetch multiple specific journal entries by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
522
+
442
523
  - `update_qbd_journal_entries` (`write`): Updates an existing journal entry. Keep the debits and credits in balance, and include the related customer or vendor on any A/R or A/P line you submit in the update body.
443
524
  - `list_qbd_journal_entries` (`read`): Returns a list of journal entries. Use the `cursor` parameter to paginate through the results.
444
525
  - `delete_qbd_journal_entries` (`write`): Permanently deletes a a journal entry. The deletion will fail if the journal entry is currently in use or has any linked transactions that are in use.
@@ -447,6 +528,9 @@ The following tools are available in this MCP server.
447
528
 
448
529
  - `create_qbd_non_inventory_items` (`write`): Creates a new non-inventory item.
449
530
  - `retrieve_qbd_non_inventory_items` (`read`): Retrieves a non-inventory item by ID.
531
+
532
+ **IMPORTANT:** If you need to fetch multiple specific non-inventory items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
533
+
450
534
  - `update_qbd_non_inventory_items` (`write`): Updates a non-inventory item. You can modify either `salesOrPurchaseDetails` or `salesAndPurchaseDetails`, but the item must keep the same configuration it was created with. When you change `postingAccount`, `incomeAccount`, or `expenseAccount`, include the matching `updateExistingTransactions...` flag so QuickBooks applies the new account to existing transactions and doesn’t reject the update when historical activity is present.
451
535
  - `list_qbd_non_inventory_items` (`read`): Returns a list of non-inventory items. Use the `cursor` parameter to paginate through the results.
452
536
 
@@ -454,6 +538,9 @@ The following tools are available in this MCP server.
454
538
 
455
539
  - `create_qbd_other_charge_items` (`write`): Creates a new other charge item.
456
540
  - `retrieve_qbd_other_charge_items` (`read`): Retrieves an other charge item by ID.
541
+
542
+ **IMPORTANT:** If you need to fetch multiple specific other charge items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
543
+
457
544
  - `update_qbd_other_charge_items` (`write`): Updates an existing other charge item.
458
545
  - `list_qbd_other_charge_items` (`read`): Returns a list of other charge items. Use the `cursor` parameter to paginate through the results.
459
546
 
@@ -461,6 +548,9 @@ The following tools are available in this MCP server.
461
548
 
462
549
  - `create_qbd_other_names` (`write`): Creates a new other-name.
463
550
  - `retrieve_qbd_other_names` (`read`): Retrieves an other-name by ID.
551
+
552
+ **IMPORTANT:** If you need to fetch multiple specific other-names by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
553
+
464
554
  - `update_qbd_other_names` (`write`): Updates an existing other-name.
465
555
  - `list_qbd_other_names` (`read`): Returns a list of other-names. NOTE: QuickBooks Desktop does not support pagination for other-names; hence, there is no `cursor` parameter. Users typically have few other-names.
466
556
 
@@ -468,12 +558,18 @@ The following tools are available in this MCP server.
468
558
 
469
559
  - `create_qbd_payment_methods` (`write`): Creates a new payment method.
470
560
  - `retrieve_qbd_payment_methods` (`read`): Retrieves a payment method by ID.
561
+
562
+ **IMPORTANT:** If you need to fetch multiple specific payment methods by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
563
+
471
564
  - `list_qbd_payment_methods` (`read`): Returns a list of payment methods. NOTE: QuickBooks Desktop does not support pagination for payment methods; hence, there is no `cursor` parameter. Users typically have few payment methods.
472
565
 
473
566
  ### Resource `qbd.payroll_wage_items`:
474
567
 
475
568
  - `create_qbd_payroll_wage_items` (`write`): Creates a new payroll wage item.
476
569
  - `retrieve_qbd_payroll_wage_items` (`read`): Retrieves a payroll wage item by ID.
570
+
571
+ **IMPORTANT:** If you need to fetch multiple specific payroll wage items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
572
+
477
573
  - `list_qbd_payroll_wage_items` (`read`): Returns a list of payroll wage items. Use the `cursor` parameter to paginate through the results.
478
574
 
479
575
  ### Resource `qbd.preferences`:
@@ -484,6 +580,9 @@ The following tools are available in this MCP server.
484
580
 
485
581
  - `create_qbd_price_levels` (`write`): Creates a new price level.
486
582
  - `retrieve_qbd_price_levels` (`read`): Retrieves a price level by ID.
583
+
584
+ **IMPORTANT:** If you need to fetch multiple specific price levels by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
585
+
487
586
  - `update_qbd_price_levels` (`write`): Updates an existing price level.
488
587
  - `list_qbd_price_levels` (`read`): Returns a list of price levels. NOTE: QuickBooks Desktop does not support pagination for price levels; hence, there is no `cursor` parameter. Users typically have few price levels.
489
588
 
@@ -492,6 +591,8 @@ The following tools are available in this MCP server.
492
591
  - `create_qbd_purchase_orders` (`write`): Creates a new purchase order.
493
592
  - `retrieve_qbd_purchase_orders` (`read`): Retrieves a purchase order by ID.
494
593
 
594
+ **IMPORTANT:** If you need to fetch multiple specific purchase orders by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
595
+
495
596
  NOTE: The response automatically includes any linked transactions.
496
597
 
497
598
  - `update_qbd_purchase_orders` (`write`): Updates an existing purchase order.
@@ -502,6 +603,9 @@ The following tools are available in this MCP server.
502
603
 
503
604
  - `create_qbd_receive_payments` (`write`): Records a customer payment and optionally applies it to specific invoices or credits. All allocations must target the same accounts receivable account as those invoices, and each one has to include a payment amount, discount, or credit so QuickBooks can close out the balance.
504
605
  - `retrieve_qbd_receive_payments` (`read`): Retrieves a receive-payment by ID.
606
+
607
+ **IMPORTANT:** If you need to fetch multiple specific receive-payments by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
608
+
505
609
  - `update_qbd_receive_payments` (`write`): Updates a received payment. When you resubmit applications to invoices, keep them on the same accounts receivable account and include the payment amount, discount, or credit on every allocation you send.
506
610
  - `list_qbd_receive_payments` (`read`): Returns a list of receive-payments. Use the `cursor` parameter to paginate through the results.
507
611
  - `delete_qbd_receive_payments` (`write`): Permanently deletes a a receive-payment. The deletion will fail if the receive-payment is currently in use or has any linked transactions that are in use.
@@ -511,6 +615,8 @@ The following tools are available in this MCP server.
511
615
  - `create_qbd_sales_orders` (`write`): Creates a new sales order.
512
616
  - `retrieve_qbd_sales_orders` (`read`): Retrieves a sales order by ID.
513
617
 
618
+ **IMPORTANT:** If you need to fetch multiple specific sales orders by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
619
+
514
620
  NOTE: The response automatically includes any linked transactions.
515
621
 
516
622
  - `update_qbd_sales_orders` (`write`): Updates an existing sales order.
@@ -521,6 +627,9 @@ The following tools are available in this MCP server.
521
627
 
522
628
  - `create_qbd_sales_receipts` (`write`): Creates a sales receipt for a sale paid in full. If you include credit card transaction details, QuickBooks requires the payment method to reference a credit card type and automatically deposits the funds to Undeposited Funds rather than a specific bank account.
523
629
  - `retrieve_qbd_sales_receipts` (`read`): Retrieves a sales receipt by ID.
630
+
631
+ **IMPORTANT:** If you need to fetch multiple specific sales receipts by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
632
+
524
633
  - `update_qbd_sales_receipts` (`write`): Updates an existing sales receipt. Credit card payments still have to use a credit-card payment method and remain deposited to Undeposited Funds, so don’t switch the deposit account in those scenarios.
525
634
  - `list_qbd_sales_receipts` (`read`): Returns a list of sales receipts. Use the `cursor` parameter to paginate through the results.
526
635
  - `delete_qbd_sales_receipts` (`write`): Permanently deletes a a sales receipt. The deletion will fail if the sales receipt is currently in use or has any linked transactions that are in use.
@@ -529,6 +638,9 @@ The following tools are available in this MCP server.
529
638
 
530
639
  - `create_qbd_sales_representatives` (`write`): Creates a sales representative that references an existing employee, vendor, or other-name record so it can be assigned on sales forms.
531
640
  - `retrieve_qbd_sales_representatives` (`read`): Retrieves a sales representative by ID.
641
+
642
+ **IMPORTANT:** If you need to fetch multiple specific sales representatives by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
643
+
532
644
  - `update_qbd_sales_representatives` (`write`): Updates an existing sales representative.
533
645
  - `list_qbd_sales_representatives` (`read`): Returns a list of sales representatives. NOTE: QuickBooks Desktop does not support pagination for sales representatives; hence, there is no `cursor` parameter. Users typically have few sales representatives.
534
646
 
@@ -536,6 +648,9 @@ The following tools are available in this MCP server.
536
648
 
537
649
  - `create_qbd_sales_tax_codes` (`write`): Creates a new sales-tax code.
538
650
  - `retrieve_qbd_sales_tax_codes` (`read`): Retrieves a sales-tax code by ID.
651
+
652
+ **IMPORTANT:** If you need to fetch multiple specific sales-tax codes by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
653
+
539
654
  - `update_qbd_sales_tax_codes` (`write`): Updates a sales-tax code’s name, activity status, or linked tax items. Once a code has been used you can’t flip it between taxable and non-taxable, and the built-in TAX/NON codes keep their original taxable setting, so plan new codes if you need a different tax status.
540
655
  - `list_qbd_sales_tax_codes` (`read`): Returns a list of sales-tax codes. NOTE: QuickBooks Desktop does not support pagination for sales-tax codes; hence, there is no `cursor` parameter. Users typically have few sales-tax codes.
541
656
 
@@ -543,6 +658,9 @@ The following tools are available in this MCP server.
543
658
 
544
659
  - `create_qbd_sales_tax_items` (`write`): Creates a new sales-tax item.
545
660
  - `retrieve_qbd_sales_tax_items` (`read`): Retrieves a sales-tax item by ID.
661
+
662
+ **IMPORTANT:** If you need to fetch multiple specific sales-tax items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
663
+
546
664
  - `update_qbd_sales_tax_items` (`write`): Updates an existing sales-tax item.
547
665
  - `list_qbd_sales_tax_items` (`read`): Returns a list of sales-tax items. Use the `cursor` parameter to paginate through the results.
548
666
 
@@ -550,6 +668,9 @@ The following tools are available in this MCP server.
550
668
 
551
669
  - `create_qbd_service_items` (`write`): Creates a new service item.
552
670
  - `retrieve_qbd_service_items` (`read`): Retrieves a service item by ID.
671
+
672
+ **IMPORTANT:** If you need to fetch multiple specific service items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
673
+
553
674
  - `update_qbd_service_items` (`write`): Updates a service item’s details, including its accounts and unit-of-measure set. QuickBooks won’t let you convert a sell-only service into a buy-and-sell service (or the reverse); create a separate item instead. If you’re switching the unit of measure, set `forceUnitOfMeasureChange` so QuickBooks replaces it on existing forms.
554
675
  - `list_qbd_service_items` (`read`): Returns a list of service items. Use the `cursor` parameter to paginate through the results.
555
676
 
@@ -557,12 +678,18 @@ The following tools are available in this MCP server.
557
678
 
558
679
  - `create_qbd_standard_terms` (`write`): Creates a new standard term.
559
680
  - `retrieve_qbd_standard_terms` (`read`): Retrieves a standard term by ID.
681
+
682
+ **IMPORTANT:** If you need to fetch multiple specific standard terms by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
683
+
560
684
  - `list_qbd_standard_terms` (`read`): Returns a list of standard terms. NOTE: QuickBooks Desktop does not support pagination for standard terms; hence, there is no `cursor` parameter. Users typically have few standard terms.
561
685
 
562
686
  ### Resource `qbd.subtotal_items`:
563
687
 
564
688
  - `create_qbd_subtotal_items` (`write`): Creates a new subtotal item.
565
689
  - `retrieve_qbd_subtotal_items` (`read`): Retrieves a subtotal item by ID.
690
+
691
+ **IMPORTANT:** If you need to fetch multiple specific subtotal items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
692
+
566
693
  - `update_qbd_subtotal_items` (`write`): Updates an existing subtotal item.
567
694
  - `list_qbd_subtotal_items` (`read`): Returns a list of subtotal items. Use the `cursor` parameter to paginate through the results.
568
695
 
@@ -574,6 +701,9 @@ The following tools are available in this MCP server.
574
701
 
575
702
  - `create_qbd_time_tracking_activities` (`write`): Creates a new time tracking activity.
576
703
  - `retrieve_qbd_time_tracking_activities` (`read`): Retrieves a time tracking activity by ID.
704
+
705
+ **IMPORTANT:** If you need to fetch multiple specific time tracking activities by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
706
+
577
707
  - `update_qbd_time_tracking_activities` (`write`): Updates an existing time tracking activity.
578
708
  - `list_qbd_time_tracking_activities` (`read`): Returns a list of time tracking activities. Use the `cursor` parameter to paginate through the results.
579
709
  - `delete_qbd_time_tracking_activities` (`write`): Permanently deletes a a time tracking activity. The deletion will fail if the time tracking activity is currently in use or has any linked transactions that are in use.
@@ -581,12 +711,18 @@ The following tools are available in this MCP server.
581
711
  ### Resource `qbd.transactions`:
582
712
 
583
713
  - `retrieve_qbd_transactions` (`read`): Retrieves a transaction by ID.
714
+
715
+ **IMPORTANT:** If you need to fetch multiple specific transactions by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
716
+
584
717
  - `list_qbd_transactions` (`read`): Searches across all transaction types. Unlike transaction-specific queries, this endpoint only returns fields common to all transaction types, such as ID, type, dates, account, and reference numbers. For more details specific to that transaction type, make a subsequent call to the relevant transaction-specific endpoint (such as invoices, bills, etc.). NOTE: This endpoint does not support time tracking activities.
585
718
 
586
719
  ### Resource `qbd.transfers`:
587
720
 
588
721
  - `create_qbd_transfers` (`write`): Creates a new transfer.
589
722
  - `retrieve_qbd_transfers` (`read`): Retrieves a transfer by ID.
723
+
724
+ **IMPORTANT:** If you need to fetch multiple specific transfers by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
725
+
590
726
  - `update_qbd_transfers` (`write`): Updates an existing transfer.
591
727
  - `list_qbd_transfers` (`read`): Returns a list of transfers. Use the `cursor` parameter to paginate through the results.
592
728
 
@@ -597,6 +733,9 @@ The following tools are available in this MCP server.
597
733
  NOTE: The QuickBooks company file must have unit-of-measure enabled (either a single unit per item or multiple units per item). To support both configurations, prefix all UOM set names with "By the" (for example, "By the Barrel"); otherwise, the set may not appear in the QuickBooks UI when the company file is configured for a single unit per item.
598
734
 
599
735
  - `retrieve_qbd_unit_of_measure_sets` (`read`): Retrieves an unit-of-measure set by ID.
736
+
737
+ **IMPORTANT:** If you need to fetch multiple specific unit-of-measure sets by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
738
+
600
739
  - `list_qbd_unit_of_measure_sets` (`read`): Lists all unit-of-measure sets. NOTE: QuickBooks Desktop does not support pagination for unit-of-measure sets; hence, there is no cursor parameter. Users typically have few unit-of-measure sets.
601
740
 
602
741
  NOTE: The QuickBooks company file must have unit-of-measure enabled (either a single unit per item or multiple units per item).
@@ -606,6 +745,8 @@ The following tools are available in this MCP server.
606
745
  - `create_qbd_vendor_credits` (`write`): Creates a vendor credit to capture returns, rebates, or other amounts a vendor owes so you can apply the credit when recording future bill payments.
607
746
  - `retrieve_qbd_vendor_credits` (`read`): Retrieves a vendor credit by ID.
608
747
 
748
+ **IMPORTANT:** If you need to fetch multiple specific vendor credits by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
749
+
609
750
  NOTE: The response automatically includes any linked transactions.
610
751
 
611
752
  - `update_qbd_vendor_credits` (`write`): Updates a vendor credit before you apply it to bills, letting you adjust the amounts, memo, or line allocations that make up the credit.
@@ -616,5 +757,8 @@ The following tools are available in this MCP server.
616
757
 
617
758
  - `create_qbd_vendors` (`write`): Creates a new vendor.
618
759
  - `retrieve_qbd_vendors` (`read`): Retrieves a vendor by ID.
760
+
761
+ **IMPORTANT:** If you need to fetch multiple specific vendors by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.
762
+
619
763
  - `update_qbd_vendors` (`write`): Updates an existing vendor.
620
764
  - `list_qbd_vendors` (`read`): Returns a list of vendors. Use the `cursor` parameter to paginate through the results.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-node-mcp",
3
- "version": "12.37.0",
3
+ "version": "12.39.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",
@@ -27,7 +27,7 @@
27
27
  "fix": "eslint --fix --ext ts,js ."
28
28
  },
29
29
  "dependencies": {
30
- "conductor-node": "^12.37.0",
30
+ "conductor-node": "^12.39.0",
31
31
  "@cloudflare/cabidela": "^0.2.4",
32
32
  "@modelcontextprotocol/sdk": "^1.11.5",
33
33
  "@valtown/deno-http-worker": "^0.0.21",
package/server.js CHANGED
@@ -22,7 +22,7 @@ var tools_2 = require("./tools.js");
22
22
  Object.defineProperty(exports, "endpoints", { enumerable: true, get: function () { return tools_2.endpoints; } });
23
23
  const newMcpServer = () => new mcp_js_1.McpServer({
24
24
  name: 'conductor_node_api',
25
- version: '12.37.0',
25
+ version: '12.39.0',
26
26
  }, { capabilities: { tools: {}, logging: {} } });
27
27
  exports.newMcpServer = newMcpServer;
28
28
  // Create server instance
package/server.mjs CHANGED
@@ -11,7 +11,7 @@ export { ClientType } from "./compat.mjs";
11
11
  export { endpoints } from "./tools.mjs";
12
12
  export const newMcpServer = () => new McpServer({
13
13
  name: 'conductor_node_api',
14
- version: '12.37.0',
14
+ version: '12.39.0',
15
15
  }, { capabilities: { tools: {}, logging: {} } });
16
16
  // Create server instance
17
17
  export const server = newMcpServer();
package/src/server.ts CHANGED
@@ -33,7 +33,7 @@ export const newMcpServer = () =>
33
33
  new McpServer(
34
34
  {
35
35
  name: 'conductor_node_api',
36
- version: '12.37.0',
36
+ version: '12.39.0',
37
37
  },
38
38
  { capabilities: { tools: {}, logging: {} } },
39
39
  );
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'delete_end_users',
19
19
  description:
20
- "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nPermanently deletes an end-user object and all of its connections.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The ID of the deleted end-user.'\n },\n deleted: {\n type: 'boolean',\n description: 'Indicates whether the end-user was deleted.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"end_user\"`.',\n enum: [ 'end_user'\n ]\n }\n },\n required: [ 'id',\n 'deleted',\n 'objectType'\n ]\n}\n```",
20
+ "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nPermanently deletes an end-user object and all of its connections.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/end_user_delete_response',\n $defs: {\n end_user_delete_response: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The ID of the deleted end-user.'\n },\n deleted: {\n type: 'boolean',\n description: 'Indicates whether the end-user was deleted.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"end_user\"`.',\n enum: [ 'end_user'\n ]\n }\n },\n required: [ 'id',\n 'deleted',\n 'objectType'\n ]\n }\n }\n}\n```",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'list_end_users',
19
19
  description:
20
- "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of your end-users.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of end-users.',\n items: {\n $ref: '#/$defs/end_user'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ],\n $defs: {\n end_user: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier for this end-user. You must save this value to your database because it is how you identify which of your users to receive your API requests.'\n },\n companyName: {\n type: 'string',\n description: 'The end-user\\'s company name that will be shown elsewhere in Conductor.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this end-user record was created.'\n },\n email: {\n type: 'string',\n description: 'The end-user\\'s email address for identification purposes.'\n },\n integrationConnections: {\n type: 'array',\n description: 'The end-user\\'s integration connections.',\n items: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier for this integration connection.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this integration connection record was created.'\n },\n integrationSlug: {\n type: 'string',\n description: 'The identifier of the third-party platform to integrate.',\n enum: [ 'quickbooks_desktop'\n ]\n },\n lastRequestAt: {\n type: 'string',\n description: 'The date and time of your last API request to this integration connection.'\n },\n lastSuccessfulRequestAt: {\n type: 'string',\n description: 'The date and time of your last *successful* API request to this integration connection. A successful request means the integration fully processed and returned a response without any errors end-to-end.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"integration_connection\"`.',\n enum: [ 'integration_connection'\n ]\n }\n },\n required: [ 'id',\n 'createdAt',\n 'integrationSlug',\n 'lastRequestAt',\n 'lastSuccessfulRequestAt',\n 'objectType'\n ]\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"end_user\"`.',\n enum: [ 'end_user'\n ]\n },\n sourceId: {\n type: 'string',\n description: 'The end-user\\'s unique identifier from your system. Maps users between your database and Conductor.'\n }\n },\n required: [ 'id',\n 'companyName',\n 'createdAt',\n 'email',\n 'integrationConnections',\n 'objectType',\n 'sourceId'\n ]\n }\n }\n}\n```",
20
+ "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of your end-users.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/end_user_list_response',\n $defs: {\n end_user_list_response: {\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of end-users.',\n items: {\n $ref: '#/$defs/end_user'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ]\n },\n end_user: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier for this end-user. You must save this value to your database because it is how you identify which of your users to receive your API requests.'\n },\n companyName: {\n type: 'string',\n description: 'The end-user\\'s company name that will be shown elsewhere in Conductor.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this end-user record was created.'\n },\n email: {\n type: 'string',\n description: 'The end-user\\'s email address for identification purposes.'\n },\n integrationConnections: {\n type: 'array',\n description: 'The end-user\\'s integration connections.',\n items: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier for this integration connection.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this integration connection record was created.'\n },\n integrationSlug: {\n type: 'string',\n description: 'The identifier of the third-party platform to integrate.',\n enum: [ 'quickbooks_desktop'\n ]\n },\n lastRequestAt: {\n type: 'string',\n description: 'The date and time of your last API request to this integration connection.'\n },\n lastSuccessfulRequestAt: {\n type: 'string',\n description: 'The date and time of your last *successful* API request to this integration connection. A successful request means the integration fully processed and returned a response without any errors end-to-end.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"integration_connection\"`.',\n enum: [ 'integration_connection'\n ]\n }\n },\n required: [ 'id',\n 'createdAt',\n 'integrationSlug',\n 'lastRequestAt',\n 'lastSuccessfulRequestAt',\n 'objectType'\n ]\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"end_user\"`.',\n enum: [ 'end_user'\n ]\n },\n sourceId: {\n type: 'string',\n description: 'The end-user\\'s unique identifier from your system. Maps users between your database and Conductor.'\n }\n },\n required: [ 'id',\n 'companyName',\n 'createdAt',\n 'email',\n 'integrationConnections',\n 'objectType',\n 'sourceId'\n ]\n }\n }\n}\n```",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'passthrough_end_users',
19
19
  description:
20
- "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nSends a request directly to the specified integration connection (e.g., QuickBooks Desktop) on behalf of the end-user.\n\n# Response Schema\n```json\n{\n type: 'object',\n description: 'The response from the integration connection.',\n additionalProperties: true\n}\n```",
20
+ "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nSends a request directly to the specified integration connection (e.g., QuickBooks Desktop) on behalf of the end-user.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/end_user_passthrough_response',\n $defs: {\n end_user_passthrough_response: {\n type: 'object',\n description: 'The response from the integration connection.',\n additionalProperties: true\n }\n }\n}\n```",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {
@@ -68,6 +68,9 @@ import create_qbd_currencies from './qbd/currencies/create-qbd-currencies';
68
68
  import retrieve_qbd_currencies from './qbd/currencies/retrieve-qbd-currencies';
69
69
  import update_qbd_currencies from './qbd/currencies/update-qbd-currencies';
70
70
  import list_qbd_currencies from './qbd/currencies/list-qbd-currencies';
71
+ import create_qbd_customer_types from './qbd/customer-types/create-qbd-customer-types';
72
+ import retrieve_qbd_customer_types from './qbd/customer-types/retrieve-qbd-customer-types';
73
+ import list_qbd_customer_types from './qbd/customer-types/list-qbd-customer-types';
71
74
  import create_qbd_customers from './qbd/customers/create-qbd-customers';
72
75
  import retrieve_qbd_customers from './qbd/customers/retrieve-qbd-customers';
73
76
  import update_qbd_customers from './qbd/customers/update-qbd-customers';
@@ -289,6 +292,9 @@ addEndpoint(create_qbd_currencies);
289
292
  addEndpoint(retrieve_qbd_currencies);
290
293
  addEndpoint(update_qbd_currencies);
291
294
  addEndpoint(list_qbd_currencies);
295
+ addEndpoint(create_qbd_customer_types);
296
+ addEndpoint(retrieve_qbd_customer_types);
297
+ addEndpoint(list_qbd_customer_types);
292
298
  addEndpoint(create_qbd_customers);
293
299
  addEndpoint(retrieve_qbd_customers);
294
300
  addEndpoint(update_qbd_customers);
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'list_qbd_account_tax_lines',
19
19
  description:
20
- "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of account tax lines. NOTE: QuickBooks Desktop does not support pagination for account tax lines; hence, there is no `cursor` parameter. Users typically have few account tax lines.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of account tax lines.',\n items: {\n $ref: '#/$defs/account_tax_line'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ],\n $defs: {\n account_tax_line: {\n type: 'object',\n title: 'The Account Tax Line object',\n properties: {\n taxLineId: {\n type: 'number',\n description: 'The identifier of the tax line associated with this account tax line. You can see a list of all available values for this field by calling the endpoint for account tax lines.'\n },\n taxLineName: {\n type: 'string',\n description: 'The name of the tax line associated with this account tax line, as it appears on the tax form.'\n }\n },\n required: [ 'taxLineId',\n 'taxLineName'\n ]\n }\n }\n}\n```",
20
+ "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of account tax lines. NOTE: QuickBooks Desktop does not support pagination for account tax lines; hence, there is no `cursor` parameter. Users typically have few account tax lines.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/account_tax_line_list_response',\n $defs: {\n account_tax_line_list_response: {\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of account tax lines.',\n items: {\n $ref: '#/$defs/account_tax_line'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ]\n },\n account_tax_line: {\n type: 'object',\n title: 'The Account Tax Line object',\n properties: {\n taxLineId: {\n type: 'number',\n description: 'The identifier of the tax line associated with this account tax line. You can see a list of all available values for this field by calling the endpoint for account tax lines.'\n },\n taxLineName: {\n type: 'string',\n description: 'The name of the tax line associated with this account tax line, as it appears on the tax form.'\n }\n },\n required: [ 'taxLineId',\n 'taxLineName'\n ]\n }\n }\n}\n```",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {