conductor-node-mcp 12.13.0 → 12.15.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 (1398) hide show
  1. package/README.md +8 -0
  2. package/filtering.d.mts +2 -0
  3. package/filtering.d.mts.map +1 -0
  4. package/filtering.d.ts +2 -0
  5. package/filtering.d.ts.map +1 -0
  6. package/filtering.js +17 -0
  7. package/filtering.js.map +1 -0
  8. package/filtering.mjs +14 -0
  9. package/filtering.mjs.map +1 -0
  10. package/package.json +3 -2
  11. package/server.js +1 -1
  12. package/server.mjs +1 -1
  13. package/src/filtering.ts +13 -0
  14. package/src/server.ts +1 -1
  15. package/src/tools/auth-sessions/create-auth-sessions.ts +9 -2
  16. package/src/tools/end-users/create-end-users.ts +10 -2
  17. package/src/tools/end-users/delete-end-users.ts +10 -2
  18. package/src/tools/end-users/list-end-users.ts +12 -3
  19. package/src/tools/end-users/passthrough-end-users.ts +11 -2
  20. package/src/tools/end-users/retrieve-end-users.ts +10 -2
  21. package/src/tools/index.ts +10 -0
  22. package/src/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.ts +9 -2
  23. package/src/tools/qbd/accounts/create-qbd-accounts.ts +2 -1
  24. package/src/tools/qbd/accounts/list-qbd-accounts.ts +1 -1
  25. package/src/tools/qbd/accounts/retrieve-qbd-accounts.ts +2 -1
  26. package/src/tools/qbd/accounts/update-qbd-accounts.ts +2 -1
  27. package/src/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.ts +2 -1
  28. package/src/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.ts +9 -2
  29. package/src/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.ts +3 -2
  30. package/src/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.ts +2 -1
  31. package/src/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.ts +2 -1
  32. package/src/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.ts +2 -1
  33. package/src/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.ts +11 -2
  34. package/src/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.ts +3 -2
  35. package/src/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.ts +2 -1
  36. package/src/tools/qbd/bills/create-qbd-bills.ts +2 -1
  37. package/src/tools/qbd/bills/delete-qbd-bills.ts +9 -2
  38. package/src/tools/qbd/bills/list-qbd-bills.ts +4 -2
  39. package/src/tools/qbd/bills/retrieve-qbd-bills.ts +2 -1
  40. package/src/tools/qbd/bills/update-qbd-bills.ts +2 -1
  41. package/src/tools/qbd/build-assemblies/create-qbd-build-assemblies.ts +98 -0
  42. package/src/tools/qbd/build-assemblies/delete-qbd-build-assemblies.ts +49 -0
  43. package/src/tools/qbd/build-assemblies/list-qbd-build-assemblies.ts +128 -0
  44. package/src/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.ts +42 -0
  45. package/src/tools/qbd/build-assemblies/update-qbd-build-assemblies.ts +102 -0
  46. package/src/tools/qbd/checks/create-qbd-checks.ts +2 -1
  47. package/src/tools/qbd/checks/delete-qbd-checks.ts +9 -2
  48. package/src/tools/qbd/checks/list-qbd-checks.ts +4 -2
  49. package/src/tools/qbd/checks/retrieve-qbd-checks.ts +2 -1
  50. package/src/tools/qbd/checks/update-qbd-checks.ts +2 -1
  51. package/src/tools/qbd/classes/create-qbd-classes.ts +10 -2
  52. package/src/tools/qbd/classes/list-qbd-classes.ts +9 -2
  53. package/src/tools/qbd/classes/retrieve-qbd-classes.ts +10 -2
  54. package/src/tools/qbd/classes/update-qbd-classes.ts +10 -2
  55. package/src/tools/qbd/company/retrieve-qbd-company.ts +1 -1
  56. package/src/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.ts +2 -1
  57. package/src/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.ts +9 -2
  58. package/src/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.ts +3 -2
  59. package/src/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.ts +2 -1
  60. package/src/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.ts +2 -1
  61. package/src/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.ts +2 -1
  62. package/src/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.ts +9 -2
  63. package/src/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.ts +3 -2
  64. package/src/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.ts +2 -1
  65. package/src/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.ts +2 -1
  66. package/src/tools/qbd/credit-memos/create-qbd-credit-memos.ts +2 -1
  67. package/src/tools/qbd/credit-memos/delete-qbd-credit-memos.ts +9 -2
  68. package/src/tools/qbd/credit-memos/list-qbd-credit-memos.ts +4 -2
  69. package/src/tools/qbd/credit-memos/retrieve-qbd-credit-memos.ts +2 -1
  70. package/src/tools/qbd/credit-memos/update-qbd-credit-memos.ts +2 -1
  71. package/src/tools/qbd/customers/create-qbd-customers.ts +2 -1
  72. package/src/tools/qbd/customers/list-qbd-customers.ts +4 -2
  73. package/src/tools/qbd/customers/retrieve-qbd-customers.ts +2 -1
  74. package/src/tools/qbd/customers/update-qbd-customers.ts +2 -1
  75. package/src/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.ts +10 -2
  76. package/src/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.ts +9 -2
  77. package/src/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.ts +10 -2
  78. package/src/tools/qbd/discount-items/create-qbd-discount-items.ts +2 -1
  79. package/src/tools/qbd/discount-items/list-qbd-discount-items.ts +3 -2
  80. package/src/tools/qbd/discount-items/retrieve-qbd-discount-items.ts +2 -1
  81. package/src/tools/qbd/discount-items/update-qbd-discount-items.ts +2 -1
  82. package/src/tools/qbd/employees/create-qbd-employees.ts +2 -1
  83. package/src/tools/qbd/employees/list-qbd-employees.ts +4 -2
  84. package/src/tools/qbd/employees/retrieve-qbd-employees.ts +2 -1
  85. package/src/tools/qbd/employees/update-qbd-employees.ts +2 -1
  86. package/src/tools/qbd/estimates/create-qbd-estimates.ts +2 -1
  87. package/src/tools/qbd/estimates/delete-qbd-estimates.ts +9 -2
  88. package/src/tools/qbd/estimates/list-qbd-estimates.ts +4 -2
  89. package/src/tools/qbd/estimates/retrieve-qbd-estimates.ts +2 -1
  90. package/src/tools/qbd/estimates/update-qbd-estimates.ts +2 -1
  91. package/src/tools/qbd/health-check-qbd.ts +9 -2
  92. package/src/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.ts +7 -6
  93. package/src/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.ts +11 -2
  94. package/src/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.ts +1 -1
  95. package/src/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.ts +2 -1
  96. package/src/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.ts +2 -1
  97. package/src/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.ts +2 -1
  98. package/src/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.ts +3 -2
  99. package/src/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.ts +2 -1
  100. package/src/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.ts +2 -1
  101. package/src/tools/qbd/inventory-items/create-qbd-inventory-items.ts +2 -1
  102. package/src/tools/qbd/inventory-items/list-qbd-inventory-items.ts +3 -2
  103. package/src/tools/qbd/inventory-items/retrieve-qbd-inventory-items.ts +2 -1
  104. package/src/tools/qbd/inventory-items/update-qbd-inventory-items.ts +2 -1
  105. package/src/tools/qbd/inventory-sites/create-qbd-inventory-sites.ts +10 -2
  106. package/src/tools/qbd/inventory-sites/list-qbd-inventory-sites.ts +9 -2
  107. package/src/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.ts +10 -2
  108. package/src/tools/qbd/inventory-sites/update-qbd-inventory-sites.ts +10 -2
  109. package/src/tools/qbd/invoices/create-qbd-invoices.ts +2 -1
  110. package/src/tools/qbd/invoices/delete-qbd-invoices.ts +9 -2
  111. package/src/tools/qbd/invoices/list-qbd-invoices.ts +4 -2
  112. package/src/tools/qbd/invoices/retrieve-qbd-invoices.ts +2 -1
  113. package/src/tools/qbd/invoices/update-qbd-invoices.ts +2 -1
  114. package/src/tools/qbd/item-groups/create-qbd-item-groups.ts +2 -1
  115. package/src/tools/qbd/item-groups/list-qbd-item-groups.ts +4 -2
  116. package/src/tools/qbd/item-groups/retrieve-qbd-item-groups.ts +10 -2
  117. package/src/tools/qbd/item-groups/update-qbd-item-groups.ts +2 -1
  118. package/src/tools/qbd/item-receipts/create-qbd-item-receipts.ts +2 -1
  119. package/src/tools/qbd/item-receipts/delete-qbd-item-receipts.ts +9 -2
  120. package/src/tools/qbd/item-receipts/list-qbd-item-receipts.ts +4 -2
  121. package/src/tools/qbd/item-receipts/retrieve-qbd-item-receipts.ts +2 -1
  122. package/src/tools/qbd/item-receipts/update-qbd-item-receipts.ts +2 -1
  123. package/src/tools/qbd/item-sites/list-qbd-item-sites.ts +4 -2
  124. package/src/tools/qbd/item-sites/retrieve-qbd-item-sites.ts +10 -2
  125. package/src/tools/qbd/journal-entries/create-qbd-journal-entries.ts +2 -1
  126. package/src/tools/qbd/journal-entries/delete-qbd-journal-entries.ts +9 -2
  127. package/src/tools/qbd/journal-entries/list-qbd-journal-entries.ts +3 -2
  128. package/src/tools/qbd/journal-entries/retrieve-qbd-journal-entries.ts +2 -1
  129. package/src/tools/qbd/journal-entries/update-qbd-journal-entries.ts +2 -1
  130. package/src/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.ts +2 -1
  131. package/src/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.ts +3 -2
  132. package/src/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.ts +2 -1
  133. package/src/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.ts +2 -1
  134. package/src/tools/qbd/other-names/create-qbd-other-names.ts +2 -1
  135. package/src/tools/qbd/other-names/list-qbd-other-names.ts +1 -1
  136. package/src/tools/qbd/other-names/retrieve-qbd-other-names.ts +10 -2
  137. package/src/tools/qbd/other-names/update-qbd-other-names.ts +2 -1
  138. package/src/tools/qbd/payment-methods/create-qbd-payment-methods.ts +10 -2
  139. package/src/tools/qbd/payment-methods/list-qbd-payment-methods.ts +9 -2
  140. package/src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts +10 -2
  141. package/src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts +10 -2
  142. package/src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts +10 -2
  143. package/src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts +12 -2
  144. package/src/tools/qbd/preferences/retrieve-qbd-preferences.ts +1 -1
  145. package/src/tools/qbd/price-levels/create-qbd-price-levels.ts +16 -8
  146. package/src/tools/qbd/price-levels/list-qbd-price-levels.ts +1 -1
  147. package/src/tools/qbd/price-levels/retrieve-qbd-price-levels.ts +10 -2
  148. package/src/tools/qbd/price-levels/update-qbd-price-levels.ts +8 -7
  149. package/src/tools/qbd/purchase-orders/create-qbd-purchase-orders.ts +2 -1
  150. package/src/tools/qbd/purchase-orders/delete-qbd-purchase-orders.ts +9 -2
  151. package/src/tools/qbd/purchase-orders/list-qbd-purchase-orders.ts +3 -2
  152. package/src/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.ts +2 -1
  153. package/src/tools/qbd/purchase-orders/update-qbd-purchase-orders.ts +2 -1
  154. package/src/tools/qbd/receive-payments/create-qbd-receive-payments.ts +2 -1
  155. package/src/tools/qbd/receive-payments/delete-qbd-receive-payments.ts +9 -2
  156. package/src/tools/qbd/receive-payments/list-qbd-receive-payments.ts +3 -2
  157. package/src/tools/qbd/receive-payments/retrieve-qbd-receive-payments.ts +2 -1
  158. package/src/tools/qbd/receive-payments/update-qbd-receive-payments.ts +2 -1
  159. package/src/tools/qbd/sales-orders/create-qbd-sales-orders.ts +2 -1
  160. package/src/tools/qbd/sales-orders/delete-qbd-sales-orders.ts +9 -2
  161. package/src/tools/qbd/sales-orders/list-qbd-sales-orders.ts +4 -2
  162. package/src/tools/qbd/sales-orders/retrieve-qbd-sales-orders.ts +2 -1
  163. package/src/tools/qbd/sales-orders/update-qbd-sales-orders.ts +2 -1
  164. package/src/tools/qbd/sales-receipts/create-qbd-sales-receipts.ts +2 -1
  165. package/src/tools/qbd/sales-receipts/delete-qbd-sales-receipts.ts +9 -2
  166. package/src/tools/qbd/sales-receipts/list-qbd-sales-receipts.ts +3 -2
  167. package/src/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.ts +2 -1
  168. package/src/tools/qbd/sales-receipts/update-qbd-sales-receipts.ts +2 -1
  169. package/src/tools/qbd/sales-representatives/create-qbd-sales-representatives.ts +10 -2
  170. package/src/tools/qbd/sales-representatives/list-qbd-sales-representatives.ts +9 -2
  171. package/src/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.ts +12 -2
  172. package/src/tools/qbd/sales-representatives/update-qbd-sales-representatives.ts +12 -2
  173. package/src/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.ts +10 -2
  174. package/src/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.ts +9 -2
  175. package/src/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.ts +10 -2
  176. package/src/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.ts +10 -2
  177. package/src/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.ts +2 -1
  178. package/src/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.ts +3 -2
  179. package/src/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.ts +10 -2
  180. package/src/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.ts +2 -1
  181. package/src/tools/qbd/service-items/create-qbd-service-items.ts +2 -1
  182. package/src/tools/qbd/service-items/list-qbd-service-items.ts +4 -2
  183. package/src/tools/qbd/service-items/retrieve-qbd-service-items.ts +2 -1
  184. package/src/tools/qbd/service-items/update-qbd-service-items.ts +2 -1
  185. package/src/tools/qbd/standard-terms/create-qbd-standard-terms.ts +10 -2
  186. package/src/tools/qbd/standard-terms/list-qbd-standard-terms.ts +9 -2
  187. package/src/tools/qbd/standard-terms/retrieve-qbd-standard-terms.ts +10 -2
  188. package/src/tools/qbd/subtotal-items/create-qbd-subtotal-items.ts +10 -2
  189. package/src/tools/qbd/subtotal-items/list-qbd-subtotal-items.ts +3 -2
  190. package/src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts +10 -2
  191. package/src/tools/qbd/subtotal-items/update-qbd-subtotal-items.ts +10 -2
  192. package/src/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.ts +2 -1
  193. package/src/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.ts +11 -2
  194. package/src/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.ts +3 -2
  195. package/src/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.ts +12 -2
  196. package/src/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.ts +2 -1
  197. package/src/tools/qbd/transactions/list-qbd-transactions.ts +3 -2
  198. package/src/tools/qbd/transactions/retrieve-qbd-transactions.ts +10 -2
  199. package/src/tools/qbd/transfers/create-qbd-transfers.ts +10 -2
  200. package/src/tools/qbd/transfers/list-qbd-transfers.ts +11 -2
  201. package/src/tools/qbd/transfers/retrieve-qbd-transfers.ts +10 -2
  202. package/src/tools/qbd/transfers/update-qbd-transfers.ts +10 -2
  203. package/src/tools/qbd/vendor-credits/create-qbd-vendor-credits.ts +2 -1
  204. package/src/tools/qbd/vendor-credits/delete-qbd-vendor-credits.ts +9 -2
  205. package/src/tools/qbd/vendor-credits/list-qbd-vendor-credits.ts +3 -2
  206. package/src/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.ts +2 -1
  207. package/src/tools/qbd/vendor-credits/update-qbd-vendor-credits.ts +2 -1
  208. package/src/tools/qbd/vendors/create-qbd-vendors.ts +2 -1
  209. package/src/tools/qbd/vendors/list-qbd-vendors.ts +4 -2
  210. package/src/tools/qbd/vendors/retrieve-qbd-vendors.ts +2 -1
  211. package/src/tools/qbd/vendors/update-qbd-vendors.ts +2 -1
  212. package/src/tools/types.ts +1 -1
  213. package/tools/auth-sessions/create-auth-sessions.d.mts.map +1 -1
  214. package/tools/auth-sessions/create-auth-sessions.d.ts.map +1 -1
  215. package/tools/auth-sessions/create-auth-sessions.js +8 -2
  216. package/tools/auth-sessions/create-auth-sessions.js.map +1 -1
  217. package/tools/auth-sessions/create-auth-sessions.mjs +8 -2
  218. package/tools/auth-sessions/create-auth-sessions.mjs.map +1 -1
  219. package/tools/end-users/create-end-users.d.mts.map +1 -1
  220. package/tools/end-users/create-end-users.d.ts.map +1 -1
  221. package/tools/end-users/create-end-users.js +8 -2
  222. package/tools/end-users/create-end-users.js.map +1 -1
  223. package/tools/end-users/create-end-users.mjs +8 -2
  224. package/tools/end-users/create-end-users.mjs.map +1 -1
  225. package/tools/end-users/delete-end-users.d.mts.map +1 -1
  226. package/tools/end-users/delete-end-users.d.ts.map +1 -1
  227. package/tools/end-users/delete-end-users.js +8 -2
  228. package/tools/end-users/delete-end-users.js.map +1 -1
  229. package/tools/end-users/delete-end-users.mjs +8 -2
  230. package/tools/end-users/delete-end-users.mjs.map +1 -1
  231. package/tools/end-users/list-end-users.d.mts.map +1 -1
  232. package/tools/end-users/list-end-users.d.ts.map +1 -1
  233. package/tools/end-users/list-end-users.js +10 -3
  234. package/tools/end-users/list-end-users.js.map +1 -1
  235. package/tools/end-users/list-end-users.mjs +10 -3
  236. package/tools/end-users/list-end-users.mjs.map +1 -1
  237. package/tools/end-users/passthrough-end-users.d.mts.map +1 -1
  238. package/tools/end-users/passthrough-end-users.d.ts.map +1 -1
  239. package/tools/end-users/passthrough-end-users.js +8 -2
  240. package/tools/end-users/passthrough-end-users.js.map +1 -1
  241. package/tools/end-users/passthrough-end-users.mjs +8 -2
  242. package/tools/end-users/passthrough-end-users.mjs.map +1 -1
  243. package/tools/end-users/retrieve-end-users.d.mts.map +1 -1
  244. package/tools/end-users/retrieve-end-users.d.ts.map +1 -1
  245. package/tools/end-users/retrieve-end-users.js +8 -2
  246. package/tools/end-users/retrieve-end-users.js.map +1 -1
  247. package/tools/end-users/retrieve-end-users.mjs +8 -2
  248. package/tools/end-users/retrieve-end-users.mjs.map +1 -1
  249. package/tools/index.d.mts.map +1 -1
  250. package/tools/index.d.ts.map +1 -1
  251. package/tools/index.js +10 -0
  252. package/tools/index.js.map +1 -1
  253. package/tools/index.mjs +10 -0
  254. package/tools/index.mjs.map +1 -1
  255. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.mts.map +1 -1
  256. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.ts.map +1 -1
  257. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.js +8 -2
  258. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.js.map +1 -1
  259. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.mjs +8 -2
  260. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.mjs.map +1 -1
  261. package/tools/qbd/accounts/create-qbd-accounts.d.mts.map +1 -1
  262. package/tools/qbd/accounts/create-qbd-accounts.d.ts.map +1 -1
  263. package/tools/qbd/accounts/create-qbd-accounts.js +1 -1
  264. package/tools/qbd/accounts/create-qbd-accounts.js.map +1 -1
  265. package/tools/qbd/accounts/create-qbd-accounts.mjs +1 -1
  266. package/tools/qbd/accounts/create-qbd-accounts.mjs.map +1 -1
  267. package/tools/qbd/accounts/list-qbd-accounts.js +1 -1
  268. package/tools/qbd/accounts/list-qbd-accounts.js.map +1 -1
  269. package/tools/qbd/accounts/list-qbd-accounts.mjs +1 -1
  270. package/tools/qbd/accounts/list-qbd-accounts.mjs.map +1 -1
  271. package/tools/qbd/accounts/retrieve-qbd-accounts.d.mts.map +1 -1
  272. package/tools/qbd/accounts/retrieve-qbd-accounts.d.ts.map +1 -1
  273. package/tools/qbd/accounts/retrieve-qbd-accounts.js +1 -1
  274. package/tools/qbd/accounts/retrieve-qbd-accounts.js.map +1 -1
  275. package/tools/qbd/accounts/retrieve-qbd-accounts.mjs +1 -1
  276. package/tools/qbd/accounts/retrieve-qbd-accounts.mjs.map +1 -1
  277. package/tools/qbd/accounts/update-qbd-accounts.d.mts.map +1 -1
  278. package/tools/qbd/accounts/update-qbd-accounts.d.ts.map +1 -1
  279. package/tools/qbd/accounts/update-qbd-accounts.js +1 -1
  280. package/tools/qbd/accounts/update-qbd-accounts.js.map +1 -1
  281. package/tools/qbd/accounts/update-qbd-accounts.mjs +1 -1
  282. package/tools/qbd/accounts/update-qbd-accounts.mjs.map +1 -1
  283. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.mts.map +1 -1
  284. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.ts.map +1 -1
  285. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.js +1 -1
  286. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.js.map +1 -1
  287. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.mjs +1 -1
  288. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.mjs.map +1 -1
  289. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.mts.map +1 -1
  290. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.ts.map +1 -1
  291. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.js +8 -2
  292. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.js.map +1 -1
  293. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.mjs +8 -2
  294. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.mjs.map +1 -1
  295. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.mts.map +1 -1
  296. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.ts.map +1 -1
  297. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js +3 -2
  298. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js.map +1 -1
  299. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs +3 -2
  300. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs.map +1 -1
  301. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.mts.map +1 -1
  302. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.ts.map +1 -1
  303. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.js +1 -1
  304. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.js.map +1 -1
  305. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.mjs +1 -1
  306. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.mjs.map +1 -1
  307. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.mts.map +1 -1
  308. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.ts.map +1 -1
  309. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.js +1 -1
  310. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.js.map +1 -1
  311. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.mjs +1 -1
  312. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.mjs.map +1 -1
  313. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.mts.map +1 -1
  314. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.ts.map +1 -1
  315. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.js +1 -1
  316. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.js.map +1 -1
  317. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.mjs +1 -1
  318. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.mjs.map +1 -1
  319. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.mts.map +1 -1
  320. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.ts.map +1 -1
  321. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.js +8 -2
  322. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.js.map +1 -1
  323. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.mjs +8 -2
  324. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.mjs.map +1 -1
  325. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.mts.map +1 -1
  326. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.ts.map +1 -1
  327. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js +3 -2
  328. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js.map +1 -1
  329. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs +3 -2
  330. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs.map +1 -1
  331. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.mts.map +1 -1
  332. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.ts.map +1 -1
  333. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.js +1 -1
  334. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.js.map +1 -1
  335. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.mjs +1 -1
  336. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.mjs.map +1 -1
  337. package/tools/qbd/bills/create-qbd-bills.d.mts.map +1 -1
  338. package/tools/qbd/bills/create-qbd-bills.d.ts.map +1 -1
  339. package/tools/qbd/bills/create-qbd-bills.js +1 -1
  340. package/tools/qbd/bills/create-qbd-bills.js.map +1 -1
  341. package/tools/qbd/bills/create-qbd-bills.mjs +1 -1
  342. package/tools/qbd/bills/create-qbd-bills.mjs.map +1 -1
  343. package/tools/qbd/bills/delete-qbd-bills.d.mts.map +1 -1
  344. package/tools/qbd/bills/delete-qbd-bills.d.ts.map +1 -1
  345. package/tools/qbd/bills/delete-qbd-bills.js +8 -2
  346. package/tools/qbd/bills/delete-qbd-bills.js.map +1 -1
  347. package/tools/qbd/bills/delete-qbd-bills.mjs +8 -2
  348. package/tools/qbd/bills/delete-qbd-bills.mjs.map +1 -1
  349. package/tools/qbd/bills/list-qbd-bills.d.mts.map +1 -1
  350. package/tools/qbd/bills/list-qbd-bills.d.ts.map +1 -1
  351. package/tools/qbd/bills/list-qbd-bills.js +3 -2
  352. package/tools/qbd/bills/list-qbd-bills.js.map +1 -1
  353. package/tools/qbd/bills/list-qbd-bills.mjs +3 -2
  354. package/tools/qbd/bills/list-qbd-bills.mjs.map +1 -1
  355. package/tools/qbd/bills/retrieve-qbd-bills.d.mts.map +1 -1
  356. package/tools/qbd/bills/retrieve-qbd-bills.d.ts.map +1 -1
  357. package/tools/qbd/bills/retrieve-qbd-bills.js +1 -1
  358. package/tools/qbd/bills/retrieve-qbd-bills.js.map +1 -1
  359. package/tools/qbd/bills/retrieve-qbd-bills.mjs +1 -1
  360. package/tools/qbd/bills/retrieve-qbd-bills.mjs.map +1 -1
  361. package/tools/qbd/bills/update-qbd-bills.d.mts.map +1 -1
  362. package/tools/qbd/bills/update-qbd-bills.d.ts.map +1 -1
  363. package/tools/qbd/bills/update-qbd-bills.js +1 -1
  364. package/tools/qbd/bills/update-qbd-bills.js.map +1 -1
  365. package/tools/qbd/bills/update-qbd-bills.mjs +1 -1
  366. package/tools/qbd/bills/update-qbd-bills.mjs.map +1 -1
  367. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.mts +45 -0
  368. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.mts.map +1 -0
  369. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.ts +45 -0
  370. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.ts.map +1 -0
  371. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.js +82 -0
  372. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.js.map +1 -0
  373. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.mjs +78 -0
  374. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.mjs.map +1 -0
  375. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.mts +45 -0
  376. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.mts.map +1 -0
  377. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.ts +45 -0
  378. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.ts.map +1 -0
  379. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js +42 -0
  380. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js.map +1 -0
  381. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs +38 -0
  382. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs.map +1 -0
  383. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.mts +45 -0
  384. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.mts.map +1 -0
  385. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.ts +45 -0
  386. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.ts.map +1 -0
  387. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js +109 -0
  388. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js.map +1 -0
  389. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs +105 -0
  390. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs.map +1 -0
  391. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.mts +45 -0
  392. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.mts.map +1 -0
  393. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.ts +45 -0
  394. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.ts.map +1 -0
  395. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.js +36 -0
  396. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.js.map +1 -0
  397. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.mjs +32 -0
  398. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.mjs.map +1 -0
  399. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.mts +45 -0
  400. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.mts.map +1 -0
  401. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.ts +45 -0
  402. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.ts.map +1 -0
  403. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.js +86 -0
  404. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.js.map +1 -0
  405. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.mjs +82 -0
  406. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.mjs.map +1 -0
  407. package/tools/qbd/checks/create-qbd-checks.d.mts.map +1 -1
  408. package/tools/qbd/checks/create-qbd-checks.d.ts.map +1 -1
  409. package/tools/qbd/checks/create-qbd-checks.js +1 -1
  410. package/tools/qbd/checks/create-qbd-checks.js.map +1 -1
  411. package/tools/qbd/checks/create-qbd-checks.mjs +1 -1
  412. package/tools/qbd/checks/create-qbd-checks.mjs.map +1 -1
  413. package/tools/qbd/checks/delete-qbd-checks.d.mts.map +1 -1
  414. package/tools/qbd/checks/delete-qbd-checks.d.ts.map +1 -1
  415. package/tools/qbd/checks/delete-qbd-checks.js +8 -2
  416. package/tools/qbd/checks/delete-qbd-checks.js.map +1 -1
  417. package/tools/qbd/checks/delete-qbd-checks.mjs +8 -2
  418. package/tools/qbd/checks/delete-qbd-checks.mjs.map +1 -1
  419. package/tools/qbd/checks/list-qbd-checks.d.mts.map +1 -1
  420. package/tools/qbd/checks/list-qbd-checks.d.ts.map +1 -1
  421. package/tools/qbd/checks/list-qbd-checks.js +3 -2
  422. package/tools/qbd/checks/list-qbd-checks.js.map +1 -1
  423. package/tools/qbd/checks/list-qbd-checks.mjs +3 -2
  424. package/tools/qbd/checks/list-qbd-checks.mjs.map +1 -1
  425. package/tools/qbd/checks/retrieve-qbd-checks.d.mts.map +1 -1
  426. package/tools/qbd/checks/retrieve-qbd-checks.d.ts.map +1 -1
  427. package/tools/qbd/checks/retrieve-qbd-checks.js +1 -1
  428. package/tools/qbd/checks/retrieve-qbd-checks.js.map +1 -1
  429. package/tools/qbd/checks/retrieve-qbd-checks.mjs +1 -1
  430. package/tools/qbd/checks/retrieve-qbd-checks.mjs.map +1 -1
  431. package/tools/qbd/checks/update-qbd-checks.d.mts.map +1 -1
  432. package/tools/qbd/checks/update-qbd-checks.d.ts.map +1 -1
  433. package/tools/qbd/checks/update-qbd-checks.js +1 -1
  434. package/tools/qbd/checks/update-qbd-checks.js.map +1 -1
  435. package/tools/qbd/checks/update-qbd-checks.mjs +1 -1
  436. package/tools/qbd/checks/update-qbd-checks.mjs.map +1 -1
  437. package/tools/qbd/classes/create-qbd-classes.d.mts.map +1 -1
  438. package/tools/qbd/classes/create-qbd-classes.d.ts.map +1 -1
  439. package/tools/qbd/classes/create-qbd-classes.js +8 -2
  440. package/tools/qbd/classes/create-qbd-classes.js.map +1 -1
  441. package/tools/qbd/classes/create-qbd-classes.mjs +8 -2
  442. package/tools/qbd/classes/create-qbd-classes.mjs.map +1 -1
  443. package/tools/qbd/classes/list-qbd-classes.d.mts.map +1 -1
  444. package/tools/qbd/classes/list-qbd-classes.d.ts.map +1 -1
  445. package/tools/qbd/classes/list-qbd-classes.js +8 -2
  446. package/tools/qbd/classes/list-qbd-classes.js.map +1 -1
  447. package/tools/qbd/classes/list-qbd-classes.mjs +8 -2
  448. package/tools/qbd/classes/list-qbd-classes.mjs.map +1 -1
  449. package/tools/qbd/classes/retrieve-qbd-classes.d.mts.map +1 -1
  450. package/tools/qbd/classes/retrieve-qbd-classes.d.ts.map +1 -1
  451. package/tools/qbd/classes/retrieve-qbd-classes.js +8 -2
  452. package/tools/qbd/classes/retrieve-qbd-classes.js.map +1 -1
  453. package/tools/qbd/classes/retrieve-qbd-classes.mjs +8 -2
  454. package/tools/qbd/classes/retrieve-qbd-classes.mjs.map +1 -1
  455. package/tools/qbd/classes/update-qbd-classes.d.mts.map +1 -1
  456. package/tools/qbd/classes/update-qbd-classes.d.ts.map +1 -1
  457. package/tools/qbd/classes/update-qbd-classes.js +8 -2
  458. package/tools/qbd/classes/update-qbd-classes.js.map +1 -1
  459. package/tools/qbd/classes/update-qbd-classes.mjs +8 -2
  460. package/tools/qbd/classes/update-qbd-classes.mjs.map +1 -1
  461. package/tools/qbd/company/retrieve-qbd-company.js +1 -1
  462. package/tools/qbd/company/retrieve-qbd-company.js.map +1 -1
  463. package/tools/qbd/company/retrieve-qbd-company.mjs +1 -1
  464. package/tools/qbd/company/retrieve-qbd-company.mjs.map +1 -1
  465. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.mts.map +1 -1
  466. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.ts.map +1 -1
  467. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.js +1 -1
  468. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.js.map +1 -1
  469. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.mjs +1 -1
  470. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.mjs.map +1 -1
  471. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.mts.map +1 -1
  472. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.ts.map +1 -1
  473. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.js +8 -2
  474. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.js.map +1 -1
  475. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.mjs +8 -2
  476. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.mjs.map +1 -1
  477. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.mts.map +1 -1
  478. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.ts.map +1 -1
  479. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js +3 -2
  480. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js.map +1 -1
  481. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs +3 -2
  482. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs.map +1 -1
  483. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.mts.map +1 -1
  484. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.ts.map +1 -1
  485. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.js +1 -1
  486. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.js.map +1 -1
  487. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.mjs +1 -1
  488. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.mjs.map +1 -1
  489. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.mts.map +1 -1
  490. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.ts.map +1 -1
  491. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.js +1 -1
  492. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.js.map +1 -1
  493. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.mjs +1 -1
  494. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.mjs.map +1 -1
  495. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.mts.map +1 -1
  496. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.ts.map +1 -1
  497. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.js +1 -1
  498. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.js.map +1 -1
  499. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.mjs +1 -1
  500. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.mjs.map +1 -1
  501. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.mts.map +1 -1
  502. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.ts.map +1 -1
  503. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.js +8 -2
  504. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.js.map +1 -1
  505. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.mjs +8 -2
  506. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.mjs.map +1 -1
  507. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.mts.map +1 -1
  508. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.ts.map +1 -1
  509. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js +3 -2
  510. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js.map +1 -1
  511. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs +3 -2
  512. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs.map +1 -1
  513. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.mts.map +1 -1
  514. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.ts.map +1 -1
  515. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.js +1 -1
  516. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.js.map +1 -1
  517. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.mjs +1 -1
  518. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.mjs.map +1 -1
  519. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.mts.map +1 -1
  520. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.ts.map +1 -1
  521. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.js +1 -1
  522. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.js.map +1 -1
  523. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.mjs +1 -1
  524. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.mjs.map +1 -1
  525. package/tools/qbd/credit-memos/create-qbd-credit-memos.d.mts.map +1 -1
  526. package/tools/qbd/credit-memos/create-qbd-credit-memos.d.ts.map +1 -1
  527. package/tools/qbd/credit-memos/create-qbd-credit-memos.js +1 -1
  528. package/tools/qbd/credit-memos/create-qbd-credit-memos.js.map +1 -1
  529. package/tools/qbd/credit-memos/create-qbd-credit-memos.mjs +1 -1
  530. package/tools/qbd/credit-memos/create-qbd-credit-memos.mjs.map +1 -1
  531. package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.mts.map +1 -1
  532. package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.ts.map +1 -1
  533. package/tools/qbd/credit-memos/delete-qbd-credit-memos.js +8 -2
  534. package/tools/qbd/credit-memos/delete-qbd-credit-memos.js.map +1 -1
  535. package/tools/qbd/credit-memos/delete-qbd-credit-memos.mjs +8 -2
  536. package/tools/qbd/credit-memos/delete-qbd-credit-memos.mjs.map +1 -1
  537. package/tools/qbd/credit-memos/list-qbd-credit-memos.d.mts.map +1 -1
  538. package/tools/qbd/credit-memos/list-qbd-credit-memos.d.ts.map +1 -1
  539. package/tools/qbd/credit-memos/list-qbd-credit-memos.js +3 -2
  540. package/tools/qbd/credit-memos/list-qbd-credit-memos.js.map +1 -1
  541. package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs +3 -2
  542. package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs.map +1 -1
  543. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.mts.map +1 -1
  544. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.ts.map +1 -1
  545. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.js +1 -1
  546. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.js.map +1 -1
  547. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.mjs +1 -1
  548. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.mjs.map +1 -1
  549. package/tools/qbd/credit-memos/update-qbd-credit-memos.d.mts.map +1 -1
  550. package/tools/qbd/credit-memos/update-qbd-credit-memos.d.ts.map +1 -1
  551. package/tools/qbd/credit-memos/update-qbd-credit-memos.js +1 -1
  552. package/tools/qbd/credit-memos/update-qbd-credit-memos.js.map +1 -1
  553. package/tools/qbd/credit-memos/update-qbd-credit-memos.mjs +1 -1
  554. package/tools/qbd/credit-memos/update-qbd-credit-memos.mjs.map +1 -1
  555. package/tools/qbd/customers/create-qbd-customers.d.mts.map +1 -1
  556. package/tools/qbd/customers/create-qbd-customers.d.ts.map +1 -1
  557. package/tools/qbd/customers/create-qbd-customers.js +1 -1
  558. package/tools/qbd/customers/create-qbd-customers.js.map +1 -1
  559. package/tools/qbd/customers/create-qbd-customers.mjs +1 -1
  560. package/tools/qbd/customers/create-qbd-customers.mjs.map +1 -1
  561. package/tools/qbd/customers/list-qbd-customers.d.mts.map +1 -1
  562. package/tools/qbd/customers/list-qbd-customers.d.ts.map +1 -1
  563. package/tools/qbd/customers/list-qbd-customers.js +3 -2
  564. package/tools/qbd/customers/list-qbd-customers.js.map +1 -1
  565. package/tools/qbd/customers/list-qbd-customers.mjs +3 -2
  566. package/tools/qbd/customers/list-qbd-customers.mjs.map +1 -1
  567. package/tools/qbd/customers/retrieve-qbd-customers.d.mts.map +1 -1
  568. package/tools/qbd/customers/retrieve-qbd-customers.d.ts.map +1 -1
  569. package/tools/qbd/customers/retrieve-qbd-customers.js +1 -1
  570. package/tools/qbd/customers/retrieve-qbd-customers.js.map +1 -1
  571. package/tools/qbd/customers/retrieve-qbd-customers.mjs +1 -1
  572. package/tools/qbd/customers/retrieve-qbd-customers.mjs.map +1 -1
  573. package/tools/qbd/customers/update-qbd-customers.d.mts.map +1 -1
  574. package/tools/qbd/customers/update-qbd-customers.d.ts.map +1 -1
  575. package/tools/qbd/customers/update-qbd-customers.js +1 -1
  576. package/tools/qbd/customers/update-qbd-customers.js.map +1 -1
  577. package/tools/qbd/customers/update-qbd-customers.mjs +1 -1
  578. package/tools/qbd/customers/update-qbd-customers.mjs.map +1 -1
  579. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.mts.map +1 -1
  580. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.ts.map +1 -1
  581. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js +8 -2
  582. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js.map +1 -1
  583. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.mjs +8 -2
  584. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.mjs.map +1 -1
  585. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.mts.map +1 -1
  586. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.ts.map +1 -1
  587. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js +8 -2
  588. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js.map +1 -1
  589. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs +8 -2
  590. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs.map +1 -1
  591. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.mts.map +1 -1
  592. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.ts.map +1 -1
  593. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js +8 -2
  594. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js.map +1 -1
  595. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs +8 -2
  596. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs.map +1 -1
  597. package/tools/qbd/discount-items/create-qbd-discount-items.d.mts.map +1 -1
  598. package/tools/qbd/discount-items/create-qbd-discount-items.d.ts.map +1 -1
  599. package/tools/qbd/discount-items/create-qbd-discount-items.js +1 -1
  600. package/tools/qbd/discount-items/create-qbd-discount-items.js.map +1 -1
  601. package/tools/qbd/discount-items/create-qbd-discount-items.mjs +1 -1
  602. package/tools/qbd/discount-items/create-qbd-discount-items.mjs.map +1 -1
  603. package/tools/qbd/discount-items/list-qbd-discount-items.d.mts.map +1 -1
  604. package/tools/qbd/discount-items/list-qbd-discount-items.d.ts.map +1 -1
  605. package/tools/qbd/discount-items/list-qbd-discount-items.js +3 -2
  606. package/tools/qbd/discount-items/list-qbd-discount-items.js.map +1 -1
  607. package/tools/qbd/discount-items/list-qbd-discount-items.mjs +3 -2
  608. package/tools/qbd/discount-items/list-qbd-discount-items.mjs.map +1 -1
  609. package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.mts.map +1 -1
  610. package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.ts.map +1 -1
  611. package/tools/qbd/discount-items/retrieve-qbd-discount-items.js +1 -1
  612. package/tools/qbd/discount-items/retrieve-qbd-discount-items.js.map +1 -1
  613. package/tools/qbd/discount-items/retrieve-qbd-discount-items.mjs +1 -1
  614. package/tools/qbd/discount-items/retrieve-qbd-discount-items.mjs.map +1 -1
  615. package/tools/qbd/discount-items/update-qbd-discount-items.d.mts.map +1 -1
  616. package/tools/qbd/discount-items/update-qbd-discount-items.d.ts.map +1 -1
  617. package/tools/qbd/discount-items/update-qbd-discount-items.js +1 -1
  618. package/tools/qbd/discount-items/update-qbd-discount-items.js.map +1 -1
  619. package/tools/qbd/discount-items/update-qbd-discount-items.mjs +1 -1
  620. package/tools/qbd/discount-items/update-qbd-discount-items.mjs.map +1 -1
  621. package/tools/qbd/employees/create-qbd-employees.d.mts.map +1 -1
  622. package/tools/qbd/employees/create-qbd-employees.d.ts.map +1 -1
  623. package/tools/qbd/employees/create-qbd-employees.js +1 -1
  624. package/tools/qbd/employees/create-qbd-employees.js.map +1 -1
  625. package/tools/qbd/employees/create-qbd-employees.mjs +1 -1
  626. package/tools/qbd/employees/create-qbd-employees.mjs.map +1 -1
  627. package/tools/qbd/employees/list-qbd-employees.d.mts.map +1 -1
  628. package/tools/qbd/employees/list-qbd-employees.d.ts.map +1 -1
  629. package/tools/qbd/employees/list-qbd-employees.js +3 -2
  630. package/tools/qbd/employees/list-qbd-employees.js.map +1 -1
  631. package/tools/qbd/employees/list-qbd-employees.mjs +3 -2
  632. package/tools/qbd/employees/list-qbd-employees.mjs.map +1 -1
  633. package/tools/qbd/employees/retrieve-qbd-employees.d.mts.map +1 -1
  634. package/tools/qbd/employees/retrieve-qbd-employees.d.ts.map +1 -1
  635. package/tools/qbd/employees/retrieve-qbd-employees.js +1 -1
  636. package/tools/qbd/employees/retrieve-qbd-employees.js.map +1 -1
  637. package/tools/qbd/employees/retrieve-qbd-employees.mjs +1 -1
  638. package/tools/qbd/employees/retrieve-qbd-employees.mjs.map +1 -1
  639. package/tools/qbd/employees/update-qbd-employees.d.mts.map +1 -1
  640. package/tools/qbd/employees/update-qbd-employees.d.ts.map +1 -1
  641. package/tools/qbd/employees/update-qbd-employees.js +1 -1
  642. package/tools/qbd/employees/update-qbd-employees.js.map +1 -1
  643. package/tools/qbd/employees/update-qbd-employees.mjs +1 -1
  644. package/tools/qbd/employees/update-qbd-employees.mjs.map +1 -1
  645. package/tools/qbd/estimates/create-qbd-estimates.d.mts.map +1 -1
  646. package/tools/qbd/estimates/create-qbd-estimates.d.ts.map +1 -1
  647. package/tools/qbd/estimates/create-qbd-estimates.js +1 -1
  648. package/tools/qbd/estimates/create-qbd-estimates.js.map +1 -1
  649. package/tools/qbd/estimates/create-qbd-estimates.mjs +1 -1
  650. package/tools/qbd/estimates/create-qbd-estimates.mjs.map +1 -1
  651. package/tools/qbd/estimates/delete-qbd-estimates.d.mts.map +1 -1
  652. package/tools/qbd/estimates/delete-qbd-estimates.d.ts.map +1 -1
  653. package/tools/qbd/estimates/delete-qbd-estimates.js +8 -2
  654. package/tools/qbd/estimates/delete-qbd-estimates.js.map +1 -1
  655. package/tools/qbd/estimates/delete-qbd-estimates.mjs +8 -2
  656. package/tools/qbd/estimates/delete-qbd-estimates.mjs.map +1 -1
  657. package/tools/qbd/estimates/list-qbd-estimates.d.mts.map +1 -1
  658. package/tools/qbd/estimates/list-qbd-estimates.d.ts.map +1 -1
  659. package/tools/qbd/estimates/list-qbd-estimates.js +3 -2
  660. package/tools/qbd/estimates/list-qbd-estimates.js.map +1 -1
  661. package/tools/qbd/estimates/list-qbd-estimates.mjs +3 -2
  662. package/tools/qbd/estimates/list-qbd-estimates.mjs.map +1 -1
  663. package/tools/qbd/estimates/retrieve-qbd-estimates.d.mts.map +1 -1
  664. package/tools/qbd/estimates/retrieve-qbd-estimates.d.ts.map +1 -1
  665. package/tools/qbd/estimates/retrieve-qbd-estimates.js +1 -1
  666. package/tools/qbd/estimates/retrieve-qbd-estimates.js.map +1 -1
  667. package/tools/qbd/estimates/retrieve-qbd-estimates.mjs +1 -1
  668. package/tools/qbd/estimates/retrieve-qbd-estimates.mjs.map +1 -1
  669. package/tools/qbd/estimates/update-qbd-estimates.d.mts.map +1 -1
  670. package/tools/qbd/estimates/update-qbd-estimates.d.ts.map +1 -1
  671. package/tools/qbd/estimates/update-qbd-estimates.js +1 -1
  672. package/tools/qbd/estimates/update-qbd-estimates.js.map +1 -1
  673. package/tools/qbd/estimates/update-qbd-estimates.mjs +1 -1
  674. package/tools/qbd/estimates/update-qbd-estimates.mjs.map +1 -1
  675. package/tools/qbd/health-check-qbd.d.mts.map +1 -1
  676. package/tools/qbd/health-check-qbd.d.ts.map +1 -1
  677. package/tools/qbd/health-check-qbd.js +8 -2
  678. package/tools/qbd/health-check-qbd.js.map +1 -1
  679. package/tools/qbd/health-check-qbd.mjs +8 -2
  680. package/tools/qbd/health-check-qbd.mjs.map +1 -1
  681. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.mts.map +1 -1
  682. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.ts.map +1 -1
  683. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.js +6 -6
  684. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.js.map +1 -1
  685. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.mjs +6 -6
  686. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.mjs.map +1 -1
  687. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.mts.map +1 -1
  688. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.ts.map +1 -1
  689. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.js +8 -2
  690. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.js.map +1 -1
  691. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.mjs +8 -2
  692. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.mjs.map +1 -1
  693. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js +1 -1
  694. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js.map +1 -1
  695. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs +1 -1
  696. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs.map +1 -1
  697. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.mts.map +1 -1
  698. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.ts.map +1 -1
  699. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.js +1 -1
  700. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.js.map +1 -1
  701. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.mjs +1 -1
  702. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.mjs.map +1 -1
  703. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.mts.map +1 -1
  704. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.ts.map +1 -1
  705. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.js +1 -1
  706. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.js.map +1 -1
  707. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.mjs +1 -1
  708. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.mjs.map +1 -1
  709. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.mts.map +1 -1
  710. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.ts.map +1 -1
  711. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.js +1 -1
  712. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.js.map +1 -1
  713. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.mjs +1 -1
  714. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.mjs.map +1 -1
  715. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.mts.map +1 -1
  716. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.ts.map +1 -1
  717. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js +3 -2
  718. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js.map +1 -1
  719. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.mjs +3 -2
  720. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.mjs.map +1 -1
  721. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.mts.map +1 -1
  722. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.ts.map +1 -1
  723. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.js +1 -1
  724. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.js.map +1 -1
  725. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.mjs +1 -1
  726. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.mjs.map +1 -1
  727. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.mts.map +1 -1
  728. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.ts.map +1 -1
  729. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.js +1 -1
  730. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.js.map +1 -1
  731. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.mjs +1 -1
  732. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.mjs.map +1 -1
  733. package/tools/qbd/inventory-items/create-qbd-inventory-items.d.mts.map +1 -1
  734. package/tools/qbd/inventory-items/create-qbd-inventory-items.d.ts.map +1 -1
  735. package/tools/qbd/inventory-items/create-qbd-inventory-items.js +1 -1
  736. package/tools/qbd/inventory-items/create-qbd-inventory-items.js.map +1 -1
  737. package/tools/qbd/inventory-items/create-qbd-inventory-items.mjs +1 -1
  738. package/tools/qbd/inventory-items/create-qbd-inventory-items.mjs.map +1 -1
  739. package/tools/qbd/inventory-items/list-qbd-inventory-items.d.mts.map +1 -1
  740. package/tools/qbd/inventory-items/list-qbd-inventory-items.d.ts.map +1 -1
  741. package/tools/qbd/inventory-items/list-qbd-inventory-items.js +3 -2
  742. package/tools/qbd/inventory-items/list-qbd-inventory-items.js.map +1 -1
  743. package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs +3 -2
  744. package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs.map +1 -1
  745. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.mts.map +1 -1
  746. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.ts.map +1 -1
  747. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.js +1 -1
  748. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.js.map +1 -1
  749. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.mjs +1 -1
  750. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.mjs.map +1 -1
  751. package/tools/qbd/inventory-items/update-qbd-inventory-items.d.mts.map +1 -1
  752. package/tools/qbd/inventory-items/update-qbd-inventory-items.d.ts.map +1 -1
  753. package/tools/qbd/inventory-items/update-qbd-inventory-items.js +1 -1
  754. package/tools/qbd/inventory-items/update-qbd-inventory-items.js.map +1 -1
  755. package/tools/qbd/inventory-items/update-qbd-inventory-items.mjs +1 -1
  756. package/tools/qbd/inventory-items/update-qbd-inventory-items.mjs.map +1 -1
  757. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.mts.map +1 -1
  758. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.ts.map +1 -1
  759. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js +8 -2
  760. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js.map +1 -1
  761. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs +8 -2
  762. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs.map +1 -1
  763. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.mts.map +1 -1
  764. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.ts.map +1 -1
  765. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js +8 -2
  766. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js.map +1 -1
  767. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs +8 -2
  768. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs.map +1 -1
  769. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.mts.map +1 -1
  770. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.ts.map +1 -1
  771. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js +8 -2
  772. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js.map +1 -1
  773. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs +8 -2
  774. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs.map +1 -1
  775. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.mts.map +1 -1
  776. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.ts.map +1 -1
  777. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.js +8 -2
  778. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.js.map +1 -1
  779. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.mjs +8 -2
  780. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.mjs.map +1 -1
  781. package/tools/qbd/invoices/create-qbd-invoices.d.mts.map +1 -1
  782. package/tools/qbd/invoices/create-qbd-invoices.d.ts.map +1 -1
  783. package/tools/qbd/invoices/create-qbd-invoices.js +1 -1
  784. package/tools/qbd/invoices/create-qbd-invoices.js.map +1 -1
  785. package/tools/qbd/invoices/create-qbd-invoices.mjs +1 -1
  786. package/tools/qbd/invoices/create-qbd-invoices.mjs.map +1 -1
  787. package/tools/qbd/invoices/delete-qbd-invoices.d.mts.map +1 -1
  788. package/tools/qbd/invoices/delete-qbd-invoices.d.ts.map +1 -1
  789. package/tools/qbd/invoices/delete-qbd-invoices.js +8 -2
  790. package/tools/qbd/invoices/delete-qbd-invoices.js.map +1 -1
  791. package/tools/qbd/invoices/delete-qbd-invoices.mjs +8 -2
  792. package/tools/qbd/invoices/delete-qbd-invoices.mjs.map +1 -1
  793. package/tools/qbd/invoices/list-qbd-invoices.d.mts.map +1 -1
  794. package/tools/qbd/invoices/list-qbd-invoices.d.ts.map +1 -1
  795. package/tools/qbd/invoices/list-qbd-invoices.js +3 -2
  796. package/tools/qbd/invoices/list-qbd-invoices.js.map +1 -1
  797. package/tools/qbd/invoices/list-qbd-invoices.mjs +3 -2
  798. package/tools/qbd/invoices/list-qbd-invoices.mjs.map +1 -1
  799. package/tools/qbd/invoices/retrieve-qbd-invoices.d.mts.map +1 -1
  800. package/tools/qbd/invoices/retrieve-qbd-invoices.d.ts.map +1 -1
  801. package/tools/qbd/invoices/retrieve-qbd-invoices.js +1 -1
  802. package/tools/qbd/invoices/retrieve-qbd-invoices.js.map +1 -1
  803. package/tools/qbd/invoices/retrieve-qbd-invoices.mjs +1 -1
  804. package/tools/qbd/invoices/retrieve-qbd-invoices.mjs.map +1 -1
  805. package/tools/qbd/invoices/update-qbd-invoices.d.mts.map +1 -1
  806. package/tools/qbd/invoices/update-qbd-invoices.d.ts.map +1 -1
  807. package/tools/qbd/invoices/update-qbd-invoices.js +1 -1
  808. package/tools/qbd/invoices/update-qbd-invoices.js.map +1 -1
  809. package/tools/qbd/invoices/update-qbd-invoices.mjs +1 -1
  810. package/tools/qbd/invoices/update-qbd-invoices.mjs.map +1 -1
  811. package/tools/qbd/item-groups/create-qbd-item-groups.d.mts.map +1 -1
  812. package/tools/qbd/item-groups/create-qbd-item-groups.d.ts.map +1 -1
  813. package/tools/qbd/item-groups/create-qbd-item-groups.js +1 -1
  814. package/tools/qbd/item-groups/create-qbd-item-groups.js.map +1 -1
  815. package/tools/qbd/item-groups/create-qbd-item-groups.mjs +1 -1
  816. package/tools/qbd/item-groups/create-qbd-item-groups.mjs.map +1 -1
  817. package/tools/qbd/item-groups/list-qbd-item-groups.d.mts.map +1 -1
  818. package/tools/qbd/item-groups/list-qbd-item-groups.d.ts.map +1 -1
  819. package/tools/qbd/item-groups/list-qbd-item-groups.js +3 -2
  820. package/tools/qbd/item-groups/list-qbd-item-groups.js.map +1 -1
  821. package/tools/qbd/item-groups/list-qbd-item-groups.mjs +3 -2
  822. package/tools/qbd/item-groups/list-qbd-item-groups.mjs.map +1 -1
  823. package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.mts.map +1 -1
  824. package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.ts.map +1 -1
  825. package/tools/qbd/item-groups/retrieve-qbd-item-groups.js +8 -2
  826. package/tools/qbd/item-groups/retrieve-qbd-item-groups.js.map +1 -1
  827. package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs +8 -2
  828. package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs.map +1 -1
  829. package/tools/qbd/item-groups/update-qbd-item-groups.d.mts.map +1 -1
  830. package/tools/qbd/item-groups/update-qbd-item-groups.d.ts.map +1 -1
  831. package/tools/qbd/item-groups/update-qbd-item-groups.js +1 -1
  832. package/tools/qbd/item-groups/update-qbd-item-groups.js.map +1 -1
  833. package/tools/qbd/item-groups/update-qbd-item-groups.mjs +1 -1
  834. package/tools/qbd/item-groups/update-qbd-item-groups.mjs.map +1 -1
  835. package/tools/qbd/item-receipts/create-qbd-item-receipts.d.mts.map +1 -1
  836. package/tools/qbd/item-receipts/create-qbd-item-receipts.d.ts.map +1 -1
  837. package/tools/qbd/item-receipts/create-qbd-item-receipts.js +1 -1
  838. package/tools/qbd/item-receipts/create-qbd-item-receipts.js.map +1 -1
  839. package/tools/qbd/item-receipts/create-qbd-item-receipts.mjs +1 -1
  840. package/tools/qbd/item-receipts/create-qbd-item-receipts.mjs.map +1 -1
  841. package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.mts.map +1 -1
  842. package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.ts.map +1 -1
  843. package/tools/qbd/item-receipts/delete-qbd-item-receipts.js +8 -2
  844. package/tools/qbd/item-receipts/delete-qbd-item-receipts.js.map +1 -1
  845. package/tools/qbd/item-receipts/delete-qbd-item-receipts.mjs +8 -2
  846. package/tools/qbd/item-receipts/delete-qbd-item-receipts.mjs.map +1 -1
  847. package/tools/qbd/item-receipts/list-qbd-item-receipts.d.mts.map +1 -1
  848. package/tools/qbd/item-receipts/list-qbd-item-receipts.d.ts.map +1 -1
  849. package/tools/qbd/item-receipts/list-qbd-item-receipts.js +3 -2
  850. package/tools/qbd/item-receipts/list-qbd-item-receipts.js.map +1 -1
  851. package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs +3 -2
  852. package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs.map +1 -1
  853. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.mts.map +1 -1
  854. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.ts.map +1 -1
  855. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.js +1 -1
  856. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.js.map +1 -1
  857. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.mjs +1 -1
  858. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.mjs.map +1 -1
  859. package/tools/qbd/item-receipts/update-qbd-item-receipts.d.mts.map +1 -1
  860. package/tools/qbd/item-receipts/update-qbd-item-receipts.d.ts.map +1 -1
  861. package/tools/qbd/item-receipts/update-qbd-item-receipts.js +1 -1
  862. package/tools/qbd/item-receipts/update-qbd-item-receipts.js.map +1 -1
  863. package/tools/qbd/item-receipts/update-qbd-item-receipts.mjs +1 -1
  864. package/tools/qbd/item-receipts/update-qbd-item-receipts.mjs.map +1 -1
  865. package/tools/qbd/item-sites/list-qbd-item-sites.d.mts.map +1 -1
  866. package/tools/qbd/item-sites/list-qbd-item-sites.d.ts.map +1 -1
  867. package/tools/qbd/item-sites/list-qbd-item-sites.js +3 -2
  868. package/tools/qbd/item-sites/list-qbd-item-sites.js.map +1 -1
  869. package/tools/qbd/item-sites/list-qbd-item-sites.mjs +3 -2
  870. package/tools/qbd/item-sites/list-qbd-item-sites.mjs.map +1 -1
  871. package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.mts.map +1 -1
  872. package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.ts.map +1 -1
  873. package/tools/qbd/item-sites/retrieve-qbd-item-sites.js +8 -2
  874. package/tools/qbd/item-sites/retrieve-qbd-item-sites.js.map +1 -1
  875. package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs +8 -2
  876. package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs.map +1 -1
  877. package/tools/qbd/journal-entries/create-qbd-journal-entries.d.mts.map +1 -1
  878. package/tools/qbd/journal-entries/create-qbd-journal-entries.d.ts.map +1 -1
  879. package/tools/qbd/journal-entries/create-qbd-journal-entries.js +1 -1
  880. package/tools/qbd/journal-entries/create-qbd-journal-entries.js.map +1 -1
  881. package/tools/qbd/journal-entries/create-qbd-journal-entries.mjs +1 -1
  882. package/tools/qbd/journal-entries/create-qbd-journal-entries.mjs.map +1 -1
  883. package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.mts.map +1 -1
  884. package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.ts.map +1 -1
  885. package/tools/qbd/journal-entries/delete-qbd-journal-entries.js +8 -2
  886. package/tools/qbd/journal-entries/delete-qbd-journal-entries.js.map +1 -1
  887. package/tools/qbd/journal-entries/delete-qbd-journal-entries.mjs +8 -2
  888. package/tools/qbd/journal-entries/delete-qbd-journal-entries.mjs.map +1 -1
  889. package/tools/qbd/journal-entries/list-qbd-journal-entries.d.mts.map +1 -1
  890. package/tools/qbd/journal-entries/list-qbd-journal-entries.d.ts.map +1 -1
  891. package/tools/qbd/journal-entries/list-qbd-journal-entries.js +3 -2
  892. package/tools/qbd/journal-entries/list-qbd-journal-entries.js.map +1 -1
  893. package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs +3 -2
  894. package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs.map +1 -1
  895. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.mts.map +1 -1
  896. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.ts.map +1 -1
  897. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.js +1 -1
  898. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.js.map +1 -1
  899. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.mjs +1 -1
  900. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.mjs.map +1 -1
  901. package/tools/qbd/journal-entries/update-qbd-journal-entries.d.mts.map +1 -1
  902. package/tools/qbd/journal-entries/update-qbd-journal-entries.d.ts.map +1 -1
  903. package/tools/qbd/journal-entries/update-qbd-journal-entries.js +1 -1
  904. package/tools/qbd/journal-entries/update-qbd-journal-entries.js.map +1 -1
  905. package/tools/qbd/journal-entries/update-qbd-journal-entries.mjs +1 -1
  906. package/tools/qbd/journal-entries/update-qbd-journal-entries.mjs.map +1 -1
  907. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.mts.map +1 -1
  908. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.ts.map +1 -1
  909. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.js +1 -1
  910. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.js.map +1 -1
  911. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.mjs +1 -1
  912. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.mjs.map +1 -1
  913. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.mts.map +1 -1
  914. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.ts.map +1 -1
  915. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js +3 -2
  916. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js.map +1 -1
  917. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.mjs +3 -2
  918. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.mjs.map +1 -1
  919. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.mts.map +1 -1
  920. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.ts.map +1 -1
  921. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.js +1 -1
  922. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.js.map +1 -1
  923. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.mjs +1 -1
  924. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.mjs.map +1 -1
  925. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.mts.map +1 -1
  926. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.ts.map +1 -1
  927. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.js +1 -1
  928. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.js.map +1 -1
  929. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.mjs +1 -1
  930. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.mjs.map +1 -1
  931. package/tools/qbd/other-names/create-qbd-other-names.d.mts.map +1 -1
  932. package/tools/qbd/other-names/create-qbd-other-names.d.ts.map +1 -1
  933. package/tools/qbd/other-names/create-qbd-other-names.js +1 -1
  934. package/tools/qbd/other-names/create-qbd-other-names.js.map +1 -1
  935. package/tools/qbd/other-names/create-qbd-other-names.mjs +1 -1
  936. package/tools/qbd/other-names/create-qbd-other-names.mjs.map +1 -1
  937. package/tools/qbd/other-names/list-qbd-other-names.js +1 -1
  938. package/tools/qbd/other-names/list-qbd-other-names.js.map +1 -1
  939. package/tools/qbd/other-names/list-qbd-other-names.mjs +1 -1
  940. package/tools/qbd/other-names/list-qbd-other-names.mjs.map +1 -1
  941. package/tools/qbd/other-names/retrieve-qbd-other-names.d.mts.map +1 -1
  942. package/tools/qbd/other-names/retrieve-qbd-other-names.d.ts.map +1 -1
  943. package/tools/qbd/other-names/retrieve-qbd-other-names.js +8 -2
  944. package/tools/qbd/other-names/retrieve-qbd-other-names.js.map +1 -1
  945. package/tools/qbd/other-names/retrieve-qbd-other-names.mjs +8 -2
  946. package/tools/qbd/other-names/retrieve-qbd-other-names.mjs.map +1 -1
  947. package/tools/qbd/other-names/update-qbd-other-names.d.mts.map +1 -1
  948. package/tools/qbd/other-names/update-qbd-other-names.d.ts.map +1 -1
  949. package/tools/qbd/other-names/update-qbd-other-names.js +1 -1
  950. package/tools/qbd/other-names/update-qbd-other-names.js.map +1 -1
  951. package/tools/qbd/other-names/update-qbd-other-names.mjs +1 -1
  952. package/tools/qbd/other-names/update-qbd-other-names.mjs.map +1 -1
  953. package/tools/qbd/payment-methods/create-qbd-payment-methods.d.mts.map +1 -1
  954. package/tools/qbd/payment-methods/create-qbd-payment-methods.d.ts.map +1 -1
  955. package/tools/qbd/payment-methods/create-qbd-payment-methods.js +8 -2
  956. package/tools/qbd/payment-methods/create-qbd-payment-methods.js.map +1 -1
  957. package/tools/qbd/payment-methods/create-qbd-payment-methods.mjs +8 -2
  958. package/tools/qbd/payment-methods/create-qbd-payment-methods.mjs.map +1 -1
  959. package/tools/qbd/payment-methods/list-qbd-payment-methods.d.mts.map +1 -1
  960. package/tools/qbd/payment-methods/list-qbd-payment-methods.d.ts.map +1 -1
  961. package/tools/qbd/payment-methods/list-qbd-payment-methods.js +8 -2
  962. package/tools/qbd/payment-methods/list-qbd-payment-methods.js.map +1 -1
  963. package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs +8 -2
  964. package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs.map +1 -1
  965. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.mts.map +1 -1
  966. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.ts.map +1 -1
  967. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js +8 -2
  968. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js.map +1 -1
  969. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs +8 -2
  970. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs.map +1 -1
  971. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.mts.map +1 -1
  972. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.ts.map +1 -1
  973. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.js +8 -2
  974. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.js.map +1 -1
  975. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.mjs +8 -2
  976. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.mjs.map +1 -1
  977. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.mts.map +1 -1
  978. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.ts.map +1 -1
  979. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js +9 -2
  980. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js.map +1 -1
  981. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.mjs +9 -2
  982. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.mjs.map +1 -1
  983. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.mts.map +1 -1
  984. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.ts.map +1 -1
  985. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js +8 -2
  986. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js.map +1 -1
  987. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs +8 -2
  988. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs.map +1 -1
  989. package/tools/qbd/preferences/retrieve-qbd-preferences.js +1 -1
  990. package/tools/qbd/preferences/retrieve-qbd-preferences.js.map +1 -1
  991. package/tools/qbd/preferences/retrieve-qbd-preferences.mjs +1 -1
  992. package/tools/qbd/preferences/retrieve-qbd-preferences.mjs.map +1 -1
  993. package/tools/qbd/price-levels/create-qbd-price-levels.d.mts.map +1 -1
  994. package/tools/qbd/price-levels/create-qbd-price-levels.d.ts.map +1 -1
  995. package/tools/qbd/price-levels/create-qbd-price-levels.js +13 -7
  996. package/tools/qbd/price-levels/create-qbd-price-levels.js.map +1 -1
  997. package/tools/qbd/price-levels/create-qbd-price-levels.mjs +13 -7
  998. package/tools/qbd/price-levels/create-qbd-price-levels.mjs.map +1 -1
  999. package/tools/qbd/price-levels/list-qbd-price-levels.js +1 -1
  1000. package/tools/qbd/price-levels/list-qbd-price-levels.js.map +1 -1
  1001. package/tools/qbd/price-levels/list-qbd-price-levels.mjs +1 -1
  1002. package/tools/qbd/price-levels/list-qbd-price-levels.mjs.map +1 -1
  1003. package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.mts.map +1 -1
  1004. package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.ts.map +1 -1
  1005. package/tools/qbd/price-levels/retrieve-qbd-price-levels.js +8 -2
  1006. package/tools/qbd/price-levels/retrieve-qbd-price-levels.js.map +1 -1
  1007. package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs +8 -2
  1008. package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs.map +1 -1
  1009. package/tools/qbd/price-levels/update-qbd-price-levels.d.mts.map +1 -1
  1010. package/tools/qbd/price-levels/update-qbd-price-levels.d.ts.map +1 -1
  1011. package/tools/qbd/price-levels/update-qbd-price-levels.js +6 -6
  1012. package/tools/qbd/price-levels/update-qbd-price-levels.js.map +1 -1
  1013. package/tools/qbd/price-levels/update-qbd-price-levels.mjs +6 -6
  1014. package/tools/qbd/price-levels/update-qbd-price-levels.mjs.map +1 -1
  1015. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.mts.map +1 -1
  1016. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.ts.map +1 -1
  1017. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.js +1 -1
  1018. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.js.map +1 -1
  1019. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.mjs +1 -1
  1020. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.mjs.map +1 -1
  1021. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.mts.map +1 -1
  1022. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.ts.map +1 -1
  1023. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.js +8 -2
  1024. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.js.map +1 -1
  1025. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.mjs +8 -2
  1026. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.mjs.map +1 -1
  1027. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.mts.map +1 -1
  1028. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.ts.map +1 -1
  1029. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js +3 -2
  1030. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js.map +1 -1
  1031. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs +3 -2
  1032. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs.map +1 -1
  1033. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.mts.map +1 -1
  1034. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.ts.map +1 -1
  1035. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.js +1 -1
  1036. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.js.map +1 -1
  1037. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.mjs +1 -1
  1038. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.mjs.map +1 -1
  1039. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.mts.map +1 -1
  1040. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.ts.map +1 -1
  1041. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.js +1 -1
  1042. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.js.map +1 -1
  1043. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.mjs +1 -1
  1044. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.mjs.map +1 -1
  1045. package/tools/qbd/receive-payments/create-qbd-receive-payments.d.mts.map +1 -1
  1046. package/tools/qbd/receive-payments/create-qbd-receive-payments.d.ts.map +1 -1
  1047. package/tools/qbd/receive-payments/create-qbd-receive-payments.js +1 -1
  1048. package/tools/qbd/receive-payments/create-qbd-receive-payments.js.map +1 -1
  1049. package/tools/qbd/receive-payments/create-qbd-receive-payments.mjs +1 -1
  1050. package/tools/qbd/receive-payments/create-qbd-receive-payments.mjs.map +1 -1
  1051. package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.mts.map +1 -1
  1052. package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.ts.map +1 -1
  1053. package/tools/qbd/receive-payments/delete-qbd-receive-payments.js +8 -2
  1054. package/tools/qbd/receive-payments/delete-qbd-receive-payments.js.map +1 -1
  1055. package/tools/qbd/receive-payments/delete-qbd-receive-payments.mjs +8 -2
  1056. package/tools/qbd/receive-payments/delete-qbd-receive-payments.mjs.map +1 -1
  1057. package/tools/qbd/receive-payments/list-qbd-receive-payments.d.mts.map +1 -1
  1058. package/tools/qbd/receive-payments/list-qbd-receive-payments.d.ts.map +1 -1
  1059. package/tools/qbd/receive-payments/list-qbd-receive-payments.js +3 -2
  1060. package/tools/qbd/receive-payments/list-qbd-receive-payments.js.map +1 -1
  1061. package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs +3 -2
  1062. package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs.map +1 -1
  1063. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.mts.map +1 -1
  1064. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.ts.map +1 -1
  1065. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.js +1 -1
  1066. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.js.map +1 -1
  1067. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.mjs +1 -1
  1068. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.mjs.map +1 -1
  1069. package/tools/qbd/receive-payments/update-qbd-receive-payments.d.mts.map +1 -1
  1070. package/tools/qbd/receive-payments/update-qbd-receive-payments.d.ts.map +1 -1
  1071. package/tools/qbd/receive-payments/update-qbd-receive-payments.js +1 -1
  1072. package/tools/qbd/receive-payments/update-qbd-receive-payments.js.map +1 -1
  1073. package/tools/qbd/receive-payments/update-qbd-receive-payments.mjs +1 -1
  1074. package/tools/qbd/receive-payments/update-qbd-receive-payments.mjs.map +1 -1
  1075. package/tools/qbd/sales-orders/create-qbd-sales-orders.d.mts.map +1 -1
  1076. package/tools/qbd/sales-orders/create-qbd-sales-orders.d.ts.map +1 -1
  1077. package/tools/qbd/sales-orders/create-qbd-sales-orders.js +1 -1
  1078. package/tools/qbd/sales-orders/create-qbd-sales-orders.js.map +1 -1
  1079. package/tools/qbd/sales-orders/create-qbd-sales-orders.mjs +1 -1
  1080. package/tools/qbd/sales-orders/create-qbd-sales-orders.mjs.map +1 -1
  1081. package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.mts.map +1 -1
  1082. package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.ts.map +1 -1
  1083. package/tools/qbd/sales-orders/delete-qbd-sales-orders.js +8 -2
  1084. package/tools/qbd/sales-orders/delete-qbd-sales-orders.js.map +1 -1
  1085. package/tools/qbd/sales-orders/delete-qbd-sales-orders.mjs +8 -2
  1086. package/tools/qbd/sales-orders/delete-qbd-sales-orders.mjs.map +1 -1
  1087. package/tools/qbd/sales-orders/list-qbd-sales-orders.d.mts.map +1 -1
  1088. package/tools/qbd/sales-orders/list-qbd-sales-orders.d.ts.map +1 -1
  1089. package/tools/qbd/sales-orders/list-qbd-sales-orders.js +3 -2
  1090. package/tools/qbd/sales-orders/list-qbd-sales-orders.js.map +1 -1
  1091. package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs +3 -2
  1092. package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs.map +1 -1
  1093. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.mts.map +1 -1
  1094. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.ts.map +1 -1
  1095. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.js +1 -1
  1096. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.js.map +1 -1
  1097. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.mjs +1 -1
  1098. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.mjs.map +1 -1
  1099. package/tools/qbd/sales-orders/update-qbd-sales-orders.d.mts.map +1 -1
  1100. package/tools/qbd/sales-orders/update-qbd-sales-orders.d.ts.map +1 -1
  1101. package/tools/qbd/sales-orders/update-qbd-sales-orders.js +1 -1
  1102. package/tools/qbd/sales-orders/update-qbd-sales-orders.js.map +1 -1
  1103. package/tools/qbd/sales-orders/update-qbd-sales-orders.mjs +1 -1
  1104. package/tools/qbd/sales-orders/update-qbd-sales-orders.mjs.map +1 -1
  1105. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.mts.map +1 -1
  1106. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.ts.map +1 -1
  1107. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.js +1 -1
  1108. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.js.map +1 -1
  1109. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.mjs +1 -1
  1110. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.mjs.map +1 -1
  1111. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.mts.map +1 -1
  1112. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.ts.map +1 -1
  1113. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.js +8 -2
  1114. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.js.map +1 -1
  1115. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.mjs +8 -2
  1116. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.mjs.map +1 -1
  1117. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.mts.map +1 -1
  1118. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.ts.map +1 -1
  1119. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js +3 -2
  1120. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js.map +1 -1
  1121. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs +3 -2
  1122. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs.map +1 -1
  1123. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.mts.map +1 -1
  1124. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.ts.map +1 -1
  1125. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.js +1 -1
  1126. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.js.map +1 -1
  1127. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.mjs +1 -1
  1128. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.mjs.map +1 -1
  1129. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.mts.map +1 -1
  1130. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.ts.map +1 -1
  1131. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.js +1 -1
  1132. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.js.map +1 -1
  1133. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.mjs +1 -1
  1134. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.mjs.map +1 -1
  1135. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.mts.map +1 -1
  1136. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.ts.map +1 -1
  1137. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js +8 -2
  1138. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js.map +1 -1
  1139. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs +8 -2
  1140. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs.map +1 -1
  1141. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.mts.map +1 -1
  1142. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.ts.map +1 -1
  1143. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js +8 -2
  1144. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js.map +1 -1
  1145. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs +8 -2
  1146. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs.map +1 -1
  1147. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.mts.map +1 -1
  1148. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.ts.map +1 -1
  1149. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js +8 -2
  1150. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js.map +1 -1
  1151. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs +8 -2
  1152. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs.map +1 -1
  1153. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.mts.map +1 -1
  1154. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.ts.map +1 -1
  1155. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.js +8 -2
  1156. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.js.map +1 -1
  1157. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.mjs +8 -2
  1158. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.mjs.map +1 -1
  1159. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.mts.map +1 -1
  1160. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.ts.map +1 -1
  1161. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.js +8 -2
  1162. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.js.map +1 -1
  1163. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.mjs +8 -2
  1164. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.mjs.map +1 -1
  1165. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.mts.map +1 -1
  1166. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.ts.map +1 -1
  1167. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js +8 -2
  1168. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js.map +1 -1
  1169. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs +8 -2
  1170. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs.map +1 -1
  1171. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.mts.map +1 -1
  1172. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.ts.map +1 -1
  1173. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js +8 -2
  1174. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js.map +1 -1
  1175. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.mjs +8 -2
  1176. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.mjs.map +1 -1
  1177. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.mts.map +1 -1
  1178. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.ts.map +1 -1
  1179. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.js +8 -2
  1180. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.js.map +1 -1
  1181. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs +8 -2
  1182. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs.map +1 -1
  1183. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.mts.map +1 -1
  1184. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.ts.map +1 -1
  1185. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.js +1 -1
  1186. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.js.map +1 -1
  1187. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.mjs +1 -1
  1188. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.mjs.map +1 -1
  1189. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.mts.map +1 -1
  1190. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.ts.map +1 -1
  1191. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js +3 -2
  1192. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js.map +1 -1
  1193. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.mjs +3 -2
  1194. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.mjs.map +1 -1
  1195. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.mts.map +1 -1
  1196. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.ts.map +1 -1
  1197. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js +8 -2
  1198. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js.map +1 -1
  1199. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs +8 -2
  1200. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs.map +1 -1
  1201. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.mts.map +1 -1
  1202. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.ts.map +1 -1
  1203. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.js +1 -1
  1204. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.js.map +1 -1
  1205. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.mjs +1 -1
  1206. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.mjs.map +1 -1
  1207. package/tools/qbd/service-items/create-qbd-service-items.d.mts.map +1 -1
  1208. package/tools/qbd/service-items/create-qbd-service-items.d.ts.map +1 -1
  1209. package/tools/qbd/service-items/create-qbd-service-items.js +1 -1
  1210. package/tools/qbd/service-items/create-qbd-service-items.js.map +1 -1
  1211. package/tools/qbd/service-items/create-qbd-service-items.mjs +1 -1
  1212. package/tools/qbd/service-items/create-qbd-service-items.mjs.map +1 -1
  1213. package/tools/qbd/service-items/list-qbd-service-items.d.mts.map +1 -1
  1214. package/tools/qbd/service-items/list-qbd-service-items.d.ts.map +1 -1
  1215. package/tools/qbd/service-items/list-qbd-service-items.js +3 -2
  1216. package/tools/qbd/service-items/list-qbd-service-items.js.map +1 -1
  1217. package/tools/qbd/service-items/list-qbd-service-items.mjs +3 -2
  1218. package/tools/qbd/service-items/list-qbd-service-items.mjs.map +1 -1
  1219. package/tools/qbd/service-items/retrieve-qbd-service-items.d.mts.map +1 -1
  1220. package/tools/qbd/service-items/retrieve-qbd-service-items.d.ts.map +1 -1
  1221. package/tools/qbd/service-items/retrieve-qbd-service-items.js +1 -1
  1222. package/tools/qbd/service-items/retrieve-qbd-service-items.js.map +1 -1
  1223. package/tools/qbd/service-items/retrieve-qbd-service-items.mjs +1 -1
  1224. package/tools/qbd/service-items/retrieve-qbd-service-items.mjs.map +1 -1
  1225. package/tools/qbd/service-items/update-qbd-service-items.d.mts.map +1 -1
  1226. package/tools/qbd/service-items/update-qbd-service-items.d.ts.map +1 -1
  1227. package/tools/qbd/service-items/update-qbd-service-items.js +1 -1
  1228. package/tools/qbd/service-items/update-qbd-service-items.js.map +1 -1
  1229. package/tools/qbd/service-items/update-qbd-service-items.mjs +1 -1
  1230. package/tools/qbd/service-items/update-qbd-service-items.mjs.map +1 -1
  1231. package/tools/qbd/standard-terms/create-qbd-standard-terms.d.mts.map +1 -1
  1232. package/tools/qbd/standard-terms/create-qbd-standard-terms.d.ts.map +1 -1
  1233. package/tools/qbd/standard-terms/create-qbd-standard-terms.js +8 -2
  1234. package/tools/qbd/standard-terms/create-qbd-standard-terms.js.map +1 -1
  1235. package/tools/qbd/standard-terms/create-qbd-standard-terms.mjs +8 -2
  1236. package/tools/qbd/standard-terms/create-qbd-standard-terms.mjs.map +1 -1
  1237. package/tools/qbd/standard-terms/list-qbd-standard-terms.d.mts.map +1 -1
  1238. package/tools/qbd/standard-terms/list-qbd-standard-terms.d.ts.map +1 -1
  1239. package/tools/qbd/standard-terms/list-qbd-standard-terms.js +8 -2
  1240. package/tools/qbd/standard-terms/list-qbd-standard-terms.js.map +1 -1
  1241. package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs +8 -2
  1242. package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs.map +1 -1
  1243. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.mts.map +1 -1
  1244. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.ts.map +1 -1
  1245. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js +8 -2
  1246. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js.map +1 -1
  1247. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs +8 -2
  1248. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs.map +1 -1
  1249. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.mts.map +1 -1
  1250. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.ts.map +1 -1
  1251. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.js +8 -2
  1252. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.js.map +1 -1
  1253. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.mjs +8 -2
  1254. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.mjs.map +1 -1
  1255. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.mts.map +1 -1
  1256. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.ts.map +1 -1
  1257. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js +3 -2
  1258. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js.map +1 -1
  1259. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs +3 -2
  1260. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs.map +1 -1
  1261. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.mts.map +1 -1
  1262. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.ts.map +1 -1
  1263. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js +8 -2
  1264. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js.map +1 -1
  1265. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs +8 -2
  1266. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs.map +1 -1
  1267. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.mts.map +1 -1
  1268. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.ts.map +1 -1
  1269. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.js +8 -2
  1270. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.js.map +1 -1
  1271. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.mjs +8 -2
  1272. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.mjs.map +1 -1
  1273. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.mts.map +1 -1
  1274. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.ts.map +1 -1
  1275. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.js +1 -1
  1276. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.js.map +1 -1
  1277. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.mjs +1 -1
  1278. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.mjs.map +1 -1
  1279. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.mts.map +1 -1
  1280. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.ts.map +1 -1
  1281. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.js +8 -2
  1282. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.js.map +1 -1
  1283. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.mjs +8 -2
  1284. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.mjs.map +1 -1
  1285. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.mts.map +1 -1
  1286. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.ts.map +1 -1
  1287. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.js +3 -2
  1288. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.js.map +1 -1
  1289. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.mjs +3 -2
  1290. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.mjs.map +1 -1
  1291. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.mts.map +1 -1
  1292. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.ts.map +1 -1
  1293. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js +8 -2
  1294. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js.map +1 -1
  1295. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs +8 -2
  1296. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs.map +1 -1
  1297. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.mts.map +1 -1
  1298. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.ts.map +1 -1
  1299. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.js +1 -1
  1300. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.js.map +1 -1
  1301. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.mjs +1 -1
  1302. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.mjs.map +1 -1
  1303. package/tools/qbd/transactions/list-qbd-transactions.d.mts.map +1 -1
  1304. package/tools/qbd/transactions/list-qbd-transactions.d.ts.map +1 -1
  1305. package/tools/qbd/transactions/list-qbd-transactions.js +3 -2
  1306. package/tools/qbd/transactions/list-qbd-transactions.js.map +1 -1
  1307. package/tools/qbd/transactions/list-qbd-transactions.mjs +3 -2
  1308. package/tools/qbd/transactions/list-qbd-transactions.mjs.map +1 -1
  1309. package/tools/qbd/transactions/retrieve-qbd-transactions.d.mts.map +1 -1
  1310. package/tools/qbd/transactions/retrieve-qbd-transactions.d.ts.map +1 -1
  1311. package/tools/qbd/transactions/retrieve-qbd-transactions.js +8 -2
  1312. package/tools/qbd/transactions/retrieve-qbd-transactions.js.map +1 -1
  1313. package/tools/qbd/transactions/retrieve-qbd-transactions.mjs +8 -2
  1314. package/tools/qbd/transactions/retrieve-qbd-transactions.mjs.map +1 -1
  1315. package/tools/qbd/transfers/create-qbd-transfers.d.mts.map +1 -1
  1316. package/tools/qbd/transfers/create-qbd-transfers.d.ts.map +1 -1
  1317. package/tools/qbd/transfers/create-qbd-transfers.js +8 -2
  1318. package/tools/qbd/transfers/create-qbd-transfers.js.map +1 -1
  1319. package/tools/qbd/transfers/create-qbd-transfers.mjs +8 -2
  1320. package/tools/qbd/transfers/create-qbd-transfers.mjs.map +1 -1
  1321. package/tools/qbd/transfers/list-qbd-transfers.d.mts.map +1 -1
  1322. package/tools/qbd/transfers/list-qbd-transfers.d.ts.map +1 -1
  1323. package/tools/qbd/transfers/list-qbd-transfers.js +9 -2
  1324. package/tools/qbd/transfers/list-qbd-transfers.js.map +1 -1
  1325. package/tools/qbd/transfers/list-qbd-transfers.mjs +9 -2
  1326. package/tools/qbd/transfers/list-qbd-transfers.mjs.map +1 -1
  1327. package/tools/qbd/transfers/retrieve-qbd-transfers.d.mts.map +1 -1
  1328. package/tools/qbd/transfers/retrieve-qbd-transfers.d.ts.map +1 -1
  1329. package/tools/qbd/transfers/retrieve-qbd-transfers.js +8 -2
  1330. package/tools/qbd/transfers/retrieve-qbd-transfers.js.map +1 -1
  1331. package/tools/qbd/transfers/retrieve-qbd-transfers.mjs +8 -2
  1332. package/tools/qbd/transfers/retrieve-qbd-transfers.mjs.map +1 -1
  1333. package/tools/qbd/transfers/update-qbd-transfers.d.mts.map +1 -1
  1334. package/tools/qbd/transfers/update-qbd-transfers.d.ts.map +1 -1
  1335. package/tools/qbd/transfers/update-qbd-transfers.js +8 -2
  1336. package/tools/qbd/transfers/update-qbd-transfers.js.map +1 -1
  1337. package/tools/qbd/transfers/update-qbd-transfers.mjs +8 -2
  1338. package/tools/qbd/transfers/update-qbd-transfers.mjs.map +1 -1
  1339. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.mts.map +1 -1
  1340. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.ts.map +1 -1
  1341. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.js +1 -1
  1342. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.js.map +1 -1
  1343. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.mjs +1 -1
  1344. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.mjs.map +1 -1
  1345. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.mts.map +1 -1
  1346. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.ts.map +1 -1
  1347. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.js +8 -2
  1348. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.js.map +1 -1
  1349. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.mjs +8 -2
  1350. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.mjs.map +1 -1
  1351. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.mts.map +1 -1
  1352. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.ts.map +1 -1
  1353. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js +3 -2
  1354. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js.map +1 -1
  1355. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs +3 -2
  1356. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs.map +1 -1
  1357. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.mts.map +1 -1
  1358. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.ts.map +1 -1
  1359. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.js +1 -1
  1360. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.js.map +1 -1
  1361. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.mjs +1 -1
  1362. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.mjs.map +1 -1
  1363. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.mts.map +1 -1
  1364. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.ts.map +1 -1
  1365. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.js +1 -1
  1366. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.js.map +1 -1
  1367. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.mjs +1 -1
  1368. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.mjs.map +1 -1
  1369. package/tools/qbd/vendors/create-qbd-vendors.d.mts.map +1 -1
  1370. package/tools/qbd/vendors/create-qbd-vendors.d.ts.map +1 -1
  1371. package/tools/qbd/vendors/create-qbd-vendors.js +1 -1
  1372. package/tools/qbd/vendors/create-qbd-vendors.js.map +1 -1
  1373. package/tools/qbd/vendors/create-qbd-vendors.mjs +1 -1
  1374. package/tools/qbd/vendors/create-qbd-vendors.mjs.map +1 -1
  1375. package/tools/qbd/vendors/list-qbd-vendors.d.mts.map +1 -1
  1376. package/tools/qbd/vendors/list-qbd-vendors.d.ts.map +1 -1
  1377. package/tools/qbd/vendors/list-qbd-vendors.js +3 -2
  1378. package/tools/qbd/vendors/list-qbd-vendors.js.map +1 -1
  1379. package/tools/qbd/vendors/list-qbd-vendors.mjs +3 -2
  1380. package/tools/qbd/vendors/list-qbd-vendors.mjs.map +1 -1
  1381. package/tools/qbd/vendors/retrieve-qbd-vendors.d.mts.map +1 -1
  1382. package/tools/qbd/vendors/retrieve-qbd-vendors.d.ts.map +1 -1
  1383. package/tools/qbd/vendors/retrieve-qbd-vendors.js +1 -1
  1384. package/tools/qbd/vendors/retrieve-qbd-vendors.js.map +1 -1
  1385. package/tools/qbd/vendors/retrieve-qbd-vendors.mjs +1 -1
  1386. package/tools/qbd/vendors/retrieve-qbd-vendors.mjs.map +1 -1
  1387. package/tools/qbd/vendors/update-qbd-vendors.d.mts.map +1 -1
  1388. package/tools/qbd/vendors/update-qbd-vendors.d.ts.map +1 -1
  1389. package/tools/qbd/vendors/update-qbd-vendors.js +1 -1
  1390. package/tools/qbd/vendors/update-qbd-vendors.js.map +1 -1
  1391. package/tools/qbd/vendors/update-qbd-vendors.mjs +1 -1
  1392. package/tools/qbd/vendors/update-qbd-vendors.mjs.map +1 -1
  1393. package/tools/types.d.mts +1 -1
  1394. package/tools/types.d.mts.map +1 -1
  1395. package/tools/types.d.ts +1 -1
  1396. package/tools/types.d.ts.map +1 -1
  1397. package/tools/types.js.map +1 -1
  1398. package/tools/types.mjs.map +1 -1
@@ -1,5 +1,6 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
3
4
  import { asTextContentResult } from 'conductor-node-mcp/tools/types';
4
5
 
5
6
  import { Tool } from '@modelcontextprotocol/sdk/types.js';
@@ -17,7 +18,7 @@ export const metadata: Metadata = {
17
18
  export const tool: Tool = {
18
19
  name: 'delete_qbd_time_tracking_activities',
19
20
  description:
20
- '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.',
21
+ "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 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.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of the deleted time tracking activity.'\n },\n deleted: {\n type: 'boolean',\n description: 'Indicates whether the time tracking activity was deleted.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_time_tracking_activity\"`.',\n enum: [ 'qbd_time_tracking_activity'\n ]\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number of the deleted time tracking activity.'\n }\n },\n required: [ 'id',\n 'deleted',\n 'objectType',\n 'refNumber'\n ]\n}\n```",
21
22
  inputSchema: {
22
23
  type: 'object',
23
24
  properties: {
@@ -30,13 +31,21 @@ export const tool: Tool = {
30
31
  description:
31
32
  'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
32
33
  },
34
+ jq_filter: {
35
+ type: 'string',
36
+ title: 'jq Filter',
37
+ description:
38
+ 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
39
+ },
33
40
  },
34
41
  },
35
42
  };
36
43
 
37
44
  export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
38
45
  const { id, ...body } = args as any;
39
- return asTextContentResult(await conductor.qbd.timeTrackingActivities.delete(id, body));
46
+ return asTextContentResult(
47
+ await maybeFilter(args, await conductor.qbd.timeTrackingActivities.delete(id, body)),
48
+ );
40
49
  };
41
50
 
42
51
  export default { metadata, tool, handler };
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'list_qbd_time_tracking_activities',
19
19
  description:
20
- 'Returns a list of time tracking activities. Use the `cursor` parameter to paginate through the results.',
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 time tracking activities. Use the `cursor` parameter to paginate through the results.",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {
@@ -80,7 +80,8 @@ export const tool: Tool = {
80
80
 
81
81
  export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
82
82
  const body = args as any;
83
- return asTextContentResult(await conductor.qbd.timeTrackingActivities.list(body));
83
+ const response = await conductor.qbd.timeTrackingActivities.list(body).asResponse();
84
+ return asTextContentResult(await response.json());
84
85
  };
85
86
 
86
87
  export default { metadata, tool, handler };
@@ -1,5 +1,6 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
3
4
  import { asTextContentResult } from 'conductor-node-mcp/tools/types';
4
5
 
5
6
  import { Tool } from '@modelcontextprotocol/sdk/types.js';
@@ -16,7 +17,8 @@ export const metadata: Metadata = {
16
17
 
17
18
  export const tool: Tool = {
18
19
  name: 'retrieve_qbd_time_tracking_activities',
19
- description: 'Retrieves a time tracking activity by ID.',
20
+ description:
21
+ "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\nRetrieves a time tracking activity by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/time_tracking_activity',\n $defs: {\n time_tracking_activity: {\n type: 'object',\n title: 'The Time Tracking Activity object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this time tracking activity. This ID is unique across all transaction types.'\n },\n billingStatus: {\n type: 'string',\n description: 'The billing status of this time tracking activity.\\n\\n**IMPORTANT**: When this field is set to \"billable\" for time tracking activities, both `customer` and `serviceItem` are required so that an invoice can be created.',\n enum: [ 'billable',\n 'has_been_billed',\n 'not_billable'\n ]\n },\n class: {\n type: 'object',\n description: 'The time tracking activity\\'s class. Classes can be used to categorize objects into meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this time tracking activity was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n customer: {\n type: 'object',\n description: 'The customer or customer-job to which this time tracking activity could be billed. If `billingStatus` is set to \"billable\", this field is required.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n duration: {\n type: 'string',\n description: 'The time spent performing the service during this time tracking activity, in ISO 8601 format for time intervals (PTnHnMnS). For example, 1 hour and 30 minutes is represented as PT1H30M.\\n\\n**NOTE**: Although seconds can be specified when creating a time tracking activity, they are not returned in responses since QuickBooks Desktop\\'s UI does not display seconds.\\n\\n**IMPORTANT**: This field is required for updating time tracking activities, even if the field is not being modified, because of a bug in QuickBooks itself.'\n },\n entity: {\n type: 'object',\n description: 'The employee, vendor, or person on QuickBooks\\'s \"Other Names\" list whose time is being tracked in this time tracking activity. This cannot refer to a customer - use the `customer` field to associate a customer or customer-job with this time tracking activity.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n externalId: {\n type: 'string',\n description: 'A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.'\n },\n isBilled: {\n type: 'boolean',\n description: 'Indicates whether this time tracking activity has been billed.'\n },\n note: {\n type: 'string',\n description: 'A note or comment about this time tracking activity.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_time_tracking_activity\"`.',\n enum: [ 'qbd_time_tracking_activity'\n ]\n },\n payrollWageItem: {\n type: 'object',\n description: 'The payroll wage item (e.g., Regular Pay, Overtime Pay) to use for this time tracking activity. This field can only be used for time tracking if: (1) the person specified in `entity` is an employee in QuickBooks, and (2) the \"Use time data to create paychecks\" preference is enabled in their payroll settings.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this time tracking activity object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n serviceItem: {\n type: 'object',\n description: 'The type of service performed during this time tracking activity, referring to billable or purchasable services such as specialized labor, consulting hours, and professional fees.\\n\\n**NOTE**: This field is not required if no `customer` is specified. However, if `billingStatus` is set to \"billable\", both this field and `customer` are required.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n transactionDate: {\n type: 'string',\n description: 'The date of this time tracking activity, in ISO 8601 format (YYYY-MM-DD).',\n format: 'date'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this time tracking activity was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n }\n },\n required: [ 'id',\n 'billingStatus',\n 'class',\n 'createdAt',\n 'customer',\n 'duration',\n 'entity',\n 'externalId',\n 'isBilled',\n 'note',\n 'objectType',\n 'payrollWageItem',\n 'revisionNumber',\n 'serviceItem',\n 'transactionDate',\n 'updatedAt'\n ]\n }\n }\n}\n```",
20
22
  inputSchema: {
21
23
  type: 'object',
22
24
  properties: {
@@ -29,13 +31,21 @@ export const tool: Tool = {
29
31
  description:
30
32
  'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
31
33
  },
34
+ jq_filter: {
35
+ type: 'string',
36
+ title: 'jq Filter',
37
+ description:
38
+ 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
39
+ },
32
40
  },
33
41
  },
34
42
  };
35
43
 
36
44
  export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
37
45
  const { id, ...body } = args as any;
38
- return asTextContentResult(await conductor.qbd.timeTrackingActivities.retrieve(id, body));
46
+ return asTextContentResult(
47
+ await maybeFilter(args, await conductor.qbd.timeTrackingActivities.retrieve(id, body)),
48
+ );
39
49
  };
40
50
 
41
51
  export default { metadata, tool, handler };
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
16
16
 
17
17
  export const tool: Tool = {
18
18
  name: 'update_qbd_time_tracking_activities',
19
- description: 'Updates an existing time tracking activity.',
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\nUpdates an existing time tracking activity.",
20
21
  inputSchema: {
21
22
  type: 'object',
22
23
  properties: {
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'list_qbd_transactions',
19
19
  description:
20
- '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.',
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\nSearches 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.",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {
@@ -200,7 +200,8 @@ export const tool: Tool = {
200
200
 
201
201
  export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
202
202
  const body = args as any;
203
- return asTextContentResult(await conductor.qbd.transactions.list(body));
203
+ const response = await conductor.qbd.transactions.list(body).asResponse();
204
+ return asTextContentResult(await response.json());
204
205
  };
205
206
 
206
207
  export default { metadata, tool, handler };
@@ -1,5 +1,6 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
3
4
  import { asTextContentResult } from 'conductor-node-mcp/tools/types';
4
5
 
5
6
  import { Tool } from '@modelcontextprotocol/sdk/types.js';
@@ -16,7 +17,8 @@ export const metadata: Metadata = {
16
17
 
17
18
  export const tool: Tool = {
18
19
  name: 'retrieve_qbd_transactions',
19
- description: 'Retrieves a transaction by ID.',
20
+ description:
21
+ "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\nRetrieves a transaction by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/transaction',\n $defs: {\n transaction: {\n type: 'object',\n title: 'The Transaction object',\n properties: {\n account: {\n type: 'object',\n description: 'The account associated with this transaction.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n amount: {\n type: 'string',\n description: 'The monetary amount of this transaction, represented as a decimal string.'\n },\n amountInHomeCurrency: {\n type: 'string',\n description: 'The monetary amount of this transaction converted to the home currency of the QuickBooks company file. Represented as a decimal string.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this transaction was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n currency: {\n type: 'object',\n description: 'The transaction\\'s currency. For built-in currencies, the name and code are standard international values. For user-defined currencies, all values are editable.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n entity: {\n type: 'object',\n description: 'The customer, vendor, employee, or person on QuickBooks\\'s \"Other Names\" list associated with this transaction.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n exchangeRate: {\n type: 'number',\n description: 'The market exchange rate between this transaction\\'s currency and the home currency in QuickBooks at the time of this transaction. Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home currency).'\n },\n memo: {\n type: 'string',\n description: 'A memo or note for this transaction.'\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number for this transaction, which can be used to identify the transaction in QuickBooks. This value is not required to be unique and can be arbitrarily changed by the QuickBooks user.'\n },\n transactionDate: {\n type: 'string',\n description: 'The date of this transaction, in ISO 8601 format (YYYY-MM-DD).',\n format: 'date'\n },\n transactionId: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of this transaction. If `transactionLineId` is also defined, this is the identifier of the line\\'s parent transaction object.'\n },\n transactionLineId: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of this transaction line. If `null`, this result is a transaction object.'\n },\n transactionType: {\n type: 'string',\n description: 'The type of transaction.',\n enum: [ 'ar_refund_credit_card',\n 'bill',\n 'bill_payment_check',\n 'bill_payment_credit_card',\n 'build_assembly',\n 'charge',\n 'check',\n 'credit_card_charge',\n 'credit_card_credit',\n 'credit_memo',\n 'deposit',\n 'estimate',\n 'inventory_adjustment',\n 'invoice',\n 'item_receipt',\n 'journal_entry',\n 'liability_adjustment',\n 'paycheck',\n 'payroll_liability_check',\n 'purchase_order',\n 'receive_payment',\n 'sales_order',\n 'sales_receipt',\n 'sales_tax_payment_check',\n 'transfer',\n 'vendor_credit',\n 'ytd_adjustment'\n ]\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this transaction was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n }\n },\n required: [ 'account',\n 'amount',\n 'amountInHomeCurrency',\n 'createdAt',\n 'currency',\n 'entity',\n 'exchangeRate',\n 'memo',\n 'refNumber',\n 'transactionDate',\n 'transactionId',\n 'transactionLineId',\n 'transactionType',\n 'updatedAt'\n ]\n }\n }\n}\n```",
20
22
  inputSchema: {
21
23
  type: 'object',
22
24
  properties: {
@@ -29,13 +31,19 @@ export const tool: Tool = {
29
31
  description:
30
32
  'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
31
33
  },
34
+ jq_filter: {
35
+ type: 'string',
36
+ title: 'jq Filter',
37
+ description:
38
+ 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
39
+ },
32
40
  },
33
41
  },
34
42
  };
35
43
 
36
44
  export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
37
45
  const { id, ...body } = args as any;
38
- return asTextContentResult(await conductor.qbd.transactions.retrieve(id, body));
46
+ return asTextContentResult(await maybeFilter(args, await conductor.qbd.transactions.retrieve(id, body)));
39
47
  };
40
48
 
41
49
  export default { metadata, tool, handler };
@@ -1,5 +1,6 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
3
4
  import { asTextContentResult } from 'conductor-node-mcp/tools/types';
4
5
 
5
6
  import { Tool } from '@modelcontextprotocol/sdk/types.js';
@@ -16,7 +17,8 @@ export const metadata: Metadata = {
16
17
 
17
18
  export const tool: Tool = {
18
19
  name: 'create_qbd_transfers',
19
- description: 'Creates a new transfer.',
20
+ description:
21
+ "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\nCreates a new transfer.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/transfer',\n $defs: {\n transfer: {\n type: 'object',\n title: 'The Transfer object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this transfer. This ID is unique across all transaction types.'\n },\n amount: {\n type: 'string',\n description: 'The monetary amount of this transfer, represented as a decimal string.'\n },\n class: {\n type: 'object',\n description: 'The transfer\\'s class. Classes can be used to categorize objects into meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this transfer was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n memo: {\n type: 'string',\n description: 'A memo or note for this transfer.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_transfer\"`.',\n enum: [ 'qbd_transfer'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this transfer object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n sourceAccount: {\n type: 'object',\n description: 'The account from which money will be transferred.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n sourceAccountBalance: {\n type: 'string',\n description: 'The balance of the account from which money will be transferred.'\n },\n targetAccount: {\n type: 'object',\n description: 'The account to which money will be transferred.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n targetAccountBalance: {\n type: 'string',\n description: 'The balance of the account to which money will be transferred.'\n },\n transactionDate: {\n type: 'string',\n description: 'The date of this transfer, in ISO 8601 format (YYYY-MM-DD).',\n format: 'date'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this transfer was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n }\n },\n required: [ 'id',\n 'amount',\n 'class',\n 'createdAt',\n 'memo',\n 'objectType',\n 'revisionNumber',\n 'sourceAccount',\n 'sourceAccountBalance',\n 'targetAccount',\n 'targetAccountBalance',\n 'transactionDate',\n 'updatedAt'\n ]\n }\n }\n}\n```",
20
22
  inputSchema: {
21
23
  type: 'object',
22
24
  properties: {
@@ -51,13 +53,19 @@ export const tool: Tool = {
51
53
  type: 'string',
52
54
  description: 'A memo or note for this transfer.',
53
55
  },
56
+ jq_filter: {
57
+ type: 'string',
58
+ title: 'jq Filter',
59
+ description:
60
+ 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
61
+ },
54
62
  },
55
63
  },
56
64
  };
57
65
 
58
66
  export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
59
67
  const body = args as any;
60
- return asTextContentResult(await conductor.qbd.transfers.create(body));
68
+ return asTextContentResult(await maybeFilter(args, await conductor.qbd.transfers.create(body)));
61
69
  };
62
70
 
63
71
  export default { metadata, tool, handler };
@@ -1,5 +1,6 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
3
4
  import { asTextContentResult } from 'conductor-node-mcp/tools/types';
4
5
 
5
6
  import { Tool } from '@modelcontextprotocol/sdk/types.js';
@@ -16,7 +17,8 @@ export const metadata: Metadata = {
16
17
 
17
18
  export const tool: Tool = {
18
19
  name: 'list_qbd_transfers',
19
- description: 'Returns a list of transfers. Use the `cursor` parameter to paginate through the results.',
20
+ description:
21
+ "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 transfers. Use the `cursor` parameter to paginate through the results.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of transfers.',\n items: {\n $ref: '#/$defs/transfer'\n }\n },\n hasMore: {\n type: 'boolean',\n description: 'Indicates whether there are more objects to be fetched.'\n },\n nextCursor: {\n type: 'string',\n description: 'The `nextCursor` is a pagination token returned in the response when you use the `limit` parameter in your request. To retrieve subsequent pages of results, include this token as the value of the `cursor` request parameter in your following API calls.\\n\\n**NOTE**: The `nextCursor` value remains constant throughout the pagination process for a specific list instance; continue to use the same `nextCursor` token in each request to fetch additional pages.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n remainingCount: {\n type: 'number',\n description: 'The number of objects remaining to be fetched.'\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'hasMore',\n 'nextCursor',\n 'objectType',\n 'remainingCount',\n 'url'\n ],\n $defs: {\n transfer: {\n type: 'object',\n title: 'The Transfer object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this transfer. This ID is unique across all transaction types.'\n },\n amount: {\n type: 'string',\n description: 'The monetary amount of this transfer, represented as a decimal string.'\n },\n class: {\n type: 'object',\n description: 'The transfer\\'s class. Classes can be used to categorize objects into meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this transfer was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n memo: {\n type: 'string',\n description: 'A memo or note for this transfer.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_transfer\"`.',\n enum: [ 'qbd_transfer'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this transfer object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n sourceAccount: {\n type: 'object',\n description: 'The account from which money will be transferred.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n sourceAccountBalance: {\n type: 'string',\n description: 'The balance of the account from which money will be transferred.'\n },\n targetAccount: {\n type: 'object',\n description: 'The account to which money will be transferred.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n targetAccountBalance: {\n type: 'string',\n description: 'The balance of the account to which money will be transferred.'\n },\n transactionDate: {\n type: 'string',\n description: 'The date of this transfer, in ISO 8601 format (YYYY-MM-DD).',\n format: 'date'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this transfer was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n }\n },\n required: [ 'id',\n 'amount',\n 'class',\n 'createdAt',\n 'memo',\n 'objectType',\n 'revisionNumber',\n 'sourceAccount',\n 'sourceAccountBalance',\n 'targetAccount',\n 'targetAccountBalance',\n 'transactionDate',\n 'updatedAt'\n ]\n }\n }\n}\n```",
20
22
  inputSchema: {
21
23
  type: 'object',
22
24
  properties: {
@@ -65,13 +67,20 @@ export const tool: Tool = {
65
67
  description:
66
68
  'Filter for transfers updated on or before this date and time, in ISO 8601 format (YYYY-MM-DDTHH:mm:ss). If you only provide a date (YYYY-MM-DD), the time is assumed to be 23:59:59 of that day.',
67
69
  },
70
+ jq_filter: {
71
+ type: 'string',
72
+ title: 'jq Filter',
73
+ description:
74
+ 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
75
+ },
68
76
  },
69
77
  },
70
78
  };
71
79
 
72
80
  export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
73
81
  const body = args as any;
74
- return asTextContentResult(await conductor.qbd.transfers.list(body));
82
+ const response = await conductor.qbd.transfers.list(body).asResponse();
83
+ return asTextContentResult(await maybeFilter(args, await response.json()));
75
84
  };
76
85
 
77
86
  export default { metadata, tool, handler };
@@ -1,5 +1,6 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
3
4
  import { asTextContentResult } from 'conductor-node-mcp/tools/types';
4
5
 
5
6
  import { Tool } from '@modelcontextprotocol/sdk/types.js';
@@ -16,7 +17,8 @@ export const metadata: Metadata = {
16
17
 
17
18
  export const tool: Tool = {
18
19
  name: 'retrieve_qbd_transfers',
19
- description: 'Retrieves a transfer by ID.',
20
+ description:
21
+ "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\nRetrieves a transfer by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/transfer',\n $defs: {\n transfer: {\n type: 'object',\n title: 'The Transfer object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this transfer. This ID is unique across all transaction types.'\n },\n amount: {\n type: 'string',\n description: 'The monetary amount of this transfer, represented as a decimal string.'\n },\n class: {\n type: 'object',\n description: 'The transfer\\'s class. Classes can be used to categorize objects into meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this transfer was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n memo: {\n type: 'string',\n description: 'A memo or note for this transfer.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_transfer\"`.',\n enum: [ 'qbd_transfer'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this transfer object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n sourceAccount: {\n type: 'object',\n description: 'The account from which money will be transferred.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n sourceAccountBalance: {\n type: 'string',\n description: 'The balance of the account from which money will be transferred.'\n },\n targetAccount: {\n type: 'object',\n description: 'The account to which money will be transferred.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n targetAccountBalance: {\n type: 'string',\n description: 'The balance of the account to which money will be transferred.'\n },\n transactionDate: {\n type: 'string',\n description: 'The date of this transfer, in ISO 8601 format (YYYY-MM-DD).',\n format: 'date'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this transfer was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n }\n },\n required: [ 'id',\n 'amount',\n 'class',\n 'createdAt',\n 'memo',\n 'objectType',\n 'revisionNumber',\n 'sourceAccount',\n 'sourceAccountBalance',\n 'targetAccount',\n 'targetAccountBalance',\n 'transactionDate',\n 'updatedAt'\n ]\n }\n }\n}\n```",
20
22
  inputSchema: {
21
23
  type: 'object',
22
24
  properties: {
@@ -29,13 +31,19 @@ export const tool: Tool = {
29
31
  description:
30
32
  'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
31
33
  },
34
+ jq_filter: {
35
+ type: 'string',
36
+ title: 'jq Filter',
37
+ description:
38
+ 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
39
+ },
32
40
  },
33
41
  },
34
42
  };
35
43
 
36
44
  export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
37
45
  const { id, ...body } = args as any;
38
- return asTextContentResult(await conductor.qbd.transfers.retrieve(id, body));
46
+ return asTextContentResult(await maybeFilter(args, await conductor.qbd.transfers.retrieve(id, body)));
39
47
  };
40
48
 
41
49
  export default { metadata, tool, handler };
@@ -1,5 +1,6 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
3
4
  import { asTextContentResult } from 'conductor-node-mcp/tools/types';
4
5
 
5
6
  import { Tool } from '@modelcontextprotocol/sdk/types.js';
@@ -16,7 +17,8 @@ export const metadata: Metadata = {
16
17
 
17
18
  export const tool: Tool = {
18
19
  name: 'update_qbd_transfers',
19
- description: 'Updates an existing transfer.',
20
+ description:
21
+ "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\nUpdates an existing transfer.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/transfer',\n $defs: {\n transfer: {\n type: 'object',\n title: 'The Transfer object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this transfer. This ID is unique across all transaction types.'\n },\n amount: {\n type: 'string',\n description: 'The monetary amount of this transfer, represented as a decimal string.'\n },\n class: {\n type: 'object',\n description: 'The transfer\\'s class. Classes can be used to categorize objects into meaningful segments, such as department, location, or type of work. In QuickBooks, class tracking is off by default.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this transfer was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n },\n memo: {\n type: 'string',\n description: 'A memo or note for this transfer.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_transfer\"`.',\n enum: [ 'qbd_transfer'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this transfer object, which changes each time the object is modified. When updating this object, you must provide the most recent `revisionNumber` to ensure you\\'re working with the latest data; otherwise, the update will return an error.'\n },\n sourceAccount: {\n type: 'object',\n description: 'The account from which money will be transferred.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n sourceAccountBalance: {\n type: 'string',\n description: 'The balance of the account from which money will be transferred.'\n },\n targetAccount: {\n type: 'object',\n description: 'The account to which money will be transferred.',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this object. This ID is unique across all objects of the same type, but not across different QuickBooks object types.'\n },\n fullName: {\n type: 'string',\n description: 'The fully-qualified unique name for this object, formed by combining the names of its parent objects with its own `name`, separated by colons. Not case-sensitive.'\n }\n },\n required: [ 'id',\n 'fullName'\n ]\n },\n targetAccountBalance: {\n type: 'string',\n description: 'The balance of the account to which money will be transferred.'\n },\n transactionDate: {\n type: 'string',\n description: 'The date of this transfer, in ISO 8601 format (YYYY-MM-DD).',\n format: 'date'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this transfer was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user\\'s time zone in QuickBooks.'\n }\n },\n required: [ 'id',\n 'amount',\n 'class',\n 'createdAt',\n 'memo',\n 'objectType',\n 'revisionNumber',\n 'sourceAccount',\n 'sourceAccountBalance',\n 'targetAccount',\n 'targetAccountBalance',\n 'transactionDate',\n 'updatedAt'\n ]\n }\n }\n}\n```",
20
22
  inputSchema: {
21
23
  type: 'object',
22
24
  properties: {
@@ -60,13 +62,19 @@ export const tool: Tool = {
60
62
  description: 'The date of this transfer, in ISO 8601 format (YYYY-MM-DD).',
61
63
  format: 'date',
62
64
  },
65
+ jq_filter: {
66
+ type: 'string',
67
+ title: 'jq Filter',
68
+ description:
69
+ 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
70
+ },
63
71
  },
64
72
  },
65
73
  };
66
74
 
67
75
  export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
68
76
  const { id, ...body } = args as any;
69
- return asTextContentResult(await conductor.qbd.transfers.update(id, body));
77
+ return asTextContentResult(await maybeFilter(args, await conductor.qbd.transfers.update(id, body)));
70
78
  };
71
79
 
72
80
  export default { metadata, tool, handler };
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
16
16
 
17
17
  export const tool: Tool = {
18
18
  name: 'create_qbd_vendor_credits',
19
- description: 'Creates a new vendor credit.',
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\nCreates a new vendor credit.",
20
21
  inputSchema: {
21
22
  type: 'object',
22
23
  properties: {
@@ -1,5 +1,6 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
3
4
  import { asTextContentResult } from 'conductor-node-mcp/tools/types';
4
5
 
5
6
  import { Tool } from '@modelcontextprotocol/sdk/types.js';
@@ -17,7 +18,7 @@ export const metadata: Metadata = {
17
18
  export const tool: Tool = {
18
19
  name: 'delete_qbd_vendor_credits',
19
20
  description:
20
- 'Permanently deletes a a vendor credit. The deletion will fail if the vendor credit is currently in use or has any linked transactions that are in use.',
21
+ "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 a a vendor credit. The deletion will fail if the vendor credit is currently in use or has any linked transactions that are in use.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The QuickBooks-assigned unique identifier of the deleted vendor credit.'\n },\n deleted: {\n type: 'boolean',\n description: 'Indicates whether the vendor credit was deleted.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_vendor_credit\"`.',\n enum: [ 'qbd_vendor_credit'\n ]\n },\n refNumber: {\n type: 'string',\n description: 'The case-sensitive user-defined reference number of the deleted vendor credit.'\n }\n },\n required: [ 'id',\n 'deleted',\n 'objectType',\n 'refNumber'\n ]\n}\n```",
21
22
  inputSchema: {
22
23
  type: 'object',
23
24
  properties: {
@@ -30,13 +31,19 @@ export const tool: Tool = {
30
31
  description:
31
32
  'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
32
33
  },
34
+ jq_filter: {
35
+ type: 'string',
36
+ title: 'jq Filter',
37
+ description:
38
+ 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
39
+ },
33
40
  },
34
41
  },
35
42
  };
36
43
 
37
44
  export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
38
45
  const { id, ...body } = args as any;
39
- return asTextContentResult(await conductor.qbd.vendorCredits.delete(id, body));
46
+ return asTextContentResult(await maybeFilter(args, await conductor.qbd.vendorCredits.delete(id, body)));
40
47
  };
41
48
 
42
49
  export default { metadata, tool, handler };
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'list_qbd_vendor_credits',
19
19
  description:
20
- 'Returns a list of vendor credits. Use the `cursor` parameter to paginate through the results.',
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 vendor credits. Use the `cursor` parameter to paginate through the results.",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {
@@ -136,7 +136,8 @@ export const tool: Tool = {
136
136
 
137
137
  export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
138
138
  const body = args as any;
139
- return asTextContentResult(await conductor.qbd.vendorCredits.list(body));
139
+ const response = await conductor.qbd.vendorCredits.list(body).asResponse();
140
+ return asTextContentResult(await response.json());
140
141
  };
141
142
 
142
143
  export default { metadata, tool, handler };
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
16
16
 
17
17
  export const tool: Tool = {
18
18
  name: 'retrieve_qbd_vendor_credits',
19
- description: 'Retrieves a vendor credit by ID.',
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\nRetrieves a vendor credit by ID.",
20
21
  inputSchema: {
21
22
  type: 'object',
22
23
  properties: {
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
16
16
 
17
17
  export const tool: Tool = {
18
18
  name: 'update_qbd_vendor_credits',
19
- description: 'Updates an existing vendor credit.',
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\nUpdates an existing vendor credit.",
20
21
  inputSchema: {
21
22
  type: 'object',
22
23
  properties: {
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
16
16
 
17
17
  export const tool: Tool = {
18
18
  name: 'create_qbd_vendors',
19
- description: 'Creates a new vendor.',
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\nCreates a new vendor.",
20
21
  inputSchema: {
21
22
  type: 'object',
22
23
  properties: {
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
16
16
 
17
17
  export const tool: Tool = {
18
18
  name: 'list_qbd_vendors',
19
- description: 'Returns a list of vendors. Use the `cursor` parameter to paginate through the results.',
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 vendors. Use the `cursor` parameter to paginate through the results.",
20
21
  inputSchema: {
21
22
  type: 'object',
22
23
  properties: {
@@ -135,7 +136,8 @@ export const tool: Tool = {
135
136
 
136
137
  export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
137
138
  const body = args as any;
138
- return asTextContentResult(await conductor.qbd.vendors.list(body));
139
+ const response = await conductor.qbd.vendors.list(body).asResponse();
140
+ return asTextContentResult(await response.json());
139
141
  };
140
142
 
141
143
  export default { metadata, tool, handler };
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
16
16
 
17
17
  export const tool: Tool = {
18
18
  name: 'retrieve_qbd_vendors',
19
- description: 'Retrieves a vendor by ID.',
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\nRetrieves a vendor by ID.",
20
21
  inputSchema: {
21
22
  type: 'object',
22
23
  properties: {
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
16
16
 
17
17
  export const tool: Tool = {
18
18
  name: 'update_qbd_vendors',
19
- description: 'Updates an existing vendor.',
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\nUpdates an existing vendor.",
20
21
  inputSchema: {
21
22
  type: 'object',
22
23
  properties: {
@@ -47,7 +47,7 @@ export type HandlerFunction = (
47
47
  args: Record<string, unknown> | undefined,
48
48
  ) => Promise<ToolCallResult>;
49
49
 
50
- export function asTextContentResult(result: Object): ToolCallResult {
50
+ export function asTextContentResult(result: unknown): ToolCallResult {
51
51
  return {
52
52
  content: [
53
53
  {
@@ -1 +1 @@
1
- {"version":3,"file":"create-auth-sessions.d.mts","sourceRoot":"","sources":["../../src/tools/auth-sessions/create-auth-sessions.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA4BlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
1
+ {"version":3,"file":"create-auth-sessions.d.mts","sourceRoot":"","sources":["../../src/tools/auth-sessions/create-auth-sessions.ts"],"names":[],"mappings":"OAKO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAkClB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
@@ -1 +1 @@
1
- {"version":3,"file":"create-auth-sessions.d.ts","sourceRoot":"","sources":["../../src/tools/auth-sessions/create-auth-sessions.ts"],"names":[],"mappings":"OAIO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA4BlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
1
+ {"version":3,"file":"create-auth-sessions.d.ts","sourceRoot":"","sources":["../../src/tools/auth-sessions/create-auth-sessions.ts"],"names":[],"mappings":"OAKO,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,KAAK,EAAE,QAAQ,EAAE;OACjB,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAkClB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAG5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAHuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAK7F,wBAA2C"}
@@ -2,6 +2,7 @@
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  exports.handler = exports.tool = exports.metadata = void 0;
5
+ const filtering_1 = require("conductor-node-mcp/filtering");
5
6
  const types_1 = require("conductor-node-mcp/tools/types");
6
7
  exports.metadata = {
7
8
  resource: 'auth_sessions',
@@ -12,7 +13,7 @@ exports.metadata = {
12
13
  };
13
14
  exports.tool = {
14
15
  name: 'create_auth_sessions',
15
- description: "To launch the authentication flow, create an auth session and pass the returned session's `authFlowUrl` to the client for your end-user to visit in their browser. Demo: https://connect.conductor.is/qbd/demo",
16
+ description: "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\nTo launch the authentication flow, create an auth session and pass the returned session's `authFlowUrl` to the client for your end-user to visit in their browser. Demo: https://connect.conductor.is/qbd/demo\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/auth_session',\n $defs: {\n auth_session: {\n type: 'object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier for this auth session.'\n },\n authFlowUrl: {\n type: 'string',\n description: 'The URL of the authentication flow that you will pass to your client for your user to set up their integration connection.'\n },\n clientSecret: {\n type: 'string',\n description: 'The secret used in `authFlowUrl` to securely access the authentication flow.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this auth session record was created.'\n },\n endUserId: {\n type: 'string',\n description: 'The ID of the end-user for whom to create an integration connection.'\n },\n expiresAt: {\n type: 'string',\n description: 'The date and time when this auth session expires. By default, this value is 30 minutes from creation. You can extend this time by setting `linkExpiryMins` when creating the auth session.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"auth_session\"`.',\n enum: [ 'auth_session'\n ]\n },\n redirectUrl: {\n type: 'string',\n description: 'The URL to which Conductor will redirect your user to return to your app after they complete the authentication flow. If `null`, their browser tab will close instead.'\n }\n },\n required: [ 'id',\n 'authFlowUrl',\n 'clientSecret',\n 'createdAt',\n 'endUserId',\n 'expiresAt',\n 'objectType',\n 'redirectUrl'\n ]\n }\n }\n}\n```",
16
17
  inputSchema: {
17
18
  type: 'object',
18
19
  properties: {
@@ -32,12 +33,17 @@ exports.tool = {
32
33
  type: 'string',
33
34
  description: 'The URL to which Conductor will redirect the end-user to return to your app after they complete the authentication flow. If not provided, their browser tab will close instead.',
34
35
  },
36
+ jq_filter: {
37
+ type: 'string',
38
+ title: 'jq Filter',
39
+ description: 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
40
+ },
35
41
  },
36
42
  },
37
43
  };
38
44
  const handler = async (conductor, args) => {
39
45
  const body = args;
40
- return (0, types_1.asTextContentResult)(await conductor.authSessions.create(body));
46
+ return (0, types_1.asTextContentResult)(await (0, filtering_1.maybeFilter)(args, await conductor.authSessions.create(body)));
41
47
  };
42
48
  exports.handler = handler;
43
49
  exports.default = { metadata: exports.metadata, tool: exports.tool, handler: exports.handler };