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,4 +1,5 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
2
3
  import { asTextContentResult } from 'conductor-node-mcp/tools/types';
3
4
  export const metadata = {
4
5
  resource: 'qbd.payroll_wage_items',
@@ -9,7 +10,7 @@ export const metadata = {
9
10
  };
10
11
  export const tool = {
11
12
  name: 'list_qbd_payroll_wage_items',
12
- description: 'Returns a list of payroll wage items. Use the `cursor` parameter to paginate through the results.',
13
+ 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\nReturns a list of payroll wage items. 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 payroll wage items.',\n items: {\n $ref: '#/$defs/payroll_wage_item'\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 payroll_wage_item: {\n type: 'object',\n title: 'The Payroll Wage Item object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payroll wage item. This ID is unique across all payroll wage items but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payroll wage item 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 expenseAccount: {\n type: 'object',\n description: 'The expense account used to track wage expenses paid through this payroll wage item.',\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 isActive: {\n type: 'boolean',\n description: 'Indicates whether this payroll wage item is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this payroll wage item, unique across all payroll wage items.\\n\\n**NOTE**: Payroll wage items do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_payroll_wage_item\"`.',\n enum: [ 'qbd_payroll_wage_item'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this payroll wage item 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 updatedAt: {\n type: 'string',\n description: 'The date and time when this payroll wage item 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 wageType: {\n type: 'string',\n description: 'Categorizes how this payroll wage item calculates pay - can be hourly (regular, overtime, sick, or vacation), salary (regular, sick, or vacation), bonus, or commission based.',\n enum: [ 'bonus',\n 'commission',\n 'hourly_overtime',\n 'hourly_regular',\n 'hourly_sick',\n 'hourly_vacation',\n 'salary_regular',\n 'salary_sick',\n 'salary_vacation'\n ]\n }\n },\n required: [ 'id',\n 'createdAt',\n 'expenseAccount',\n 'isActive',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'updatedAt',\n 'wageType'\n ]\n }\n }\n}\n```",
13
14
  inputSchema: {
14
15
  type: 'object',
15
16
  properties: {
@@ -72,12 +73,18 @@ export const tool = {
72
73
  type: 'string',
73
74
  description: 'Filter for payroll wage items 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.',
74
75
  },
76
+ jq_filter: {
77
+ type: 'string',
78
+ title: 'jq Filter',
79
+ 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/).',
80
+ },
75
81
  },
76
82
  },
77
83
  };
78
84
  export const handler = async (conductor, args) => {
79
85
  const body = args;
80
- return asTextContentResult(await conductor.qbd.payrollWageItems.list(body));
86
+ const response = await conductor.qbd.payrollWageItems.list(body).asResponse();
87
+ return asTextContentResult(await maybeFilter(args, await response.json()));
81
88
  };
82
89
  export default { metadata, tool, handler };
83
90
  //# sourceMappingURL=list-qbd-payroll-wage-items.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-qbd-payroll-wage-items.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,wCAAwC;CACnD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,mGAAmG;IACrG,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gPAAgP;aACnP;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,iUAAiU;gBACnU,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,gZAAgZ;aACnZ;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,uLAAuL;aAC1L;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wLAAwL;aAC3L;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,oXAAoX;gBACtX,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wLAAwL;aAC3L;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gGAAgG;aACnG;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,mEAAmE;gBAChF,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC;aACpC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,0MAA0M;aAC7M;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,2MAA2M;aAC9M;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,OAAO,mBAAmB,CAAC,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;AAC9E,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"list-qbd-payroll-wage-items.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,wCAAwC;CACnD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,yzKAAyzK;IAC3zK,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gPAAgP;aACnP;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,iUAAiU;gBACnU,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,gZAAgZ;aACnZ;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,uLAAuL;aAC1L;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wLAAwL;aAC3L;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,oXAAoX;gBACtX,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wLAAwL;aAC3L;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gGAAgG;aACnG;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,mEAAmE;gBAChF,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC;aACpC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,0MAA0M;aAC7M;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,2MAA2M;aAC9M;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,MAAM,QAAQ,GAAG,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE,CAAC;IAC9E,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,IAAI,EAAE,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;AAC7E,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-qbd-payroll-wage-items.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.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,IAiBlB,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":"retrieve-qbd-payroll-wage-items.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.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,IAwBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAK5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBALuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAO7F,wBAA2C"}
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-qbd-payroll-wage-items.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.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,IAiBlB,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":"retrieve-qbd-payroll-wage-items.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.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,IAwBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAK5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBALuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAO7F,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: 'qbd.payroll_wage_items',
@@ -12,7 +13,7 @@ exports.metadata = {
12
13
  };
13
14
  exports.tool = {
14
15
  name: 'retrieve_qbd_payroll_wage_items',
15
- description: 'Retrieves a payroll wage item by ID.',
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\nRetrieves a payroll wage item by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/payroll_wage_item',\n $defs: {\n payroll_wage_item: {\n type: 'object',\n title: 'The Payroll Wage Item object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payroll wage item. This ID is unique across all payroll wage items but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payroll wage item 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 expenseAccount: {\n type: 'object',\n description: 'The expense account used to track wage expenses paid through this payroll wage item.',\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 isActive: {\n type: 'boolean',\n description: 'Indicates whether this payroll wage item is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this payroll wage item, unique across all payroll wage items.\\n\\n**NOTE**: Payroll wage items do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_payroll_wage_item\"`.',\n enum: [ 'qbd_payroll_wage_item'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this payroll wage item 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 updatedAt: {\n type: 'string',\n description: 'The date and time when this payroll wage item 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 wageType: {\n type: 'string',\n description: 'Categorizes how this payroll wage item calculates pay - can be hourly (regular, overtime, sick, or vacation), salary (regular, sick, or vacation), bonus, or commission based.',\n enum: [ 'bonus',\n 'commission',\n 'hourly_overtime',\n 'hourly_regular',\n 'hourly_sick',\n 'hourly_vacation',\n 'salary_regular',\n 'salary_sick',\n 'salary_vacation'\n ]\n }\n },\n required: [ 'id',\n 'createdAt',\n 'expenseAccount',\n 'isActive',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'updatedAt',\n 'wageType'\n ]\n }\n }\n}\n```",
16
17
  inputSchema: {
17
18
  type: 'object',
18
19
  properties: {
@@ -24,12 +25,17 @@ exports.tool = {
24
25
  type: 'string',
25
26
  description: 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
26
27
  },
28
+ jq_filter: {
29
+ type: 'string',
30
+ title: 'jq Filter',
31
+ 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/).',
32
+ },
27
33
  },
28
34
  },
29
35
  };
30
36
  const handler = async (conductor, args) => {
31
37
  const { id, ...body } = args;
32
- return (0, types_1.asTextContentResult)(await conductor.qbd.payrollWageItems.retrieve(id, body));
38
+ return (0, types_1.asTextContentResult)(await (0, filtering_1.maybeFilter)(args, await conductor.qbd.payrollWageItems.retrieve(id, body)));
33
39
  };
34
40
  exports.handler = handler;
35
41
  exports.default = { metadata: exports.metadata, tool: exports.tool, handler: exports.handler };
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-qbd-payroll-wage-items.js","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAAqE;AAMxD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,6CAA6C;CACxD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,iCAAiC;IACvC,WAAW,EAAE,sCAAsC;IACnD,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iFAAiF;aAC/F;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,IAAA,2BAAmB,EAAC,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC;AACtF,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"retrieve-qbd-payroll-wage-items.js","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAAqE;AAMxD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,6CAA6C;CACxD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,iCAAiC;IACvC,WAAW,EACT,w7HAAw7H;IAC17H,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iFAAiF;aAC/F;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,IAAA,2BAAmB,EACxB,MAAM,IAAA,uBAAW,EAAC,IAAI,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACjF,CAAC;AACJ,CAAC,CAAC;AALW,QAAA,OAAO,WAKlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
@@ -1,4 +1,5 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
2
3
  import { asTextContentResult } from 'conductor-node-mcp/tools/types';
3
4
  export const metadata = {
4
5
  resource: 'qbd.payroll_wage_items',
@@ -9,7 +10,7 @@ export const metadata = {
9
10
  };
10
11
  export const tool = {
11
12
  name: 'retrieve_qbd_payroll_wage_items',
12
- description: 'Retrieves a payroll wage item by ID.',
13
+ 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\nRetrieves a payroll wage item by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/payroll_wage_item',\n $defs: {\n payroll_wage_item: {\n type: 'object',\n title: 'The Payroll Wage Item object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payroll wage item. This ID is unique across all payroll wage items but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payroll wage item 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 expenseAccount: {\n type: 'object',\n description: 'The expense account used to track wage expenses paid through this payroll wage item.',\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 isActive: {\n type: 'boolean',\n description: 'Indicates whether this payroll wage item is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this payroll wage item, unique across all payroll wage items.\\n\\n**NOTE**: Payroll wage items do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_payroll_wage_item\"`.',\n enum: [ 'qbd_payroll_wage_item'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this payroll wage item 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 updatedAt: {\n type: 'string',\n description: 'The date and time when this payroll wage item 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 wageType: {\n type: 'string',\n description: 'Categorizes how this payroll wage item calculates pay - can be hourly (regular, overtime, sick, or vacation), salary (regular, sick, or vacation), bonus, or commission based.',\n enum: [ 'bonus',\n 'commission',\n 'hourly_overtime',\n 'hourly_regular',\n 'hourly_sick',\n 'hourly_vacation',\n 'salary_regular',\n 'salary_sick',\n 'salary_vacation'\n ]\n }\n },\n required: [ 'id',\n 'createdAt',\n 'expenseAccount',\n 'isActive',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'updatedAt',\n 'wageType'\n ]\n }\n }\n}\n```",
13
14
  inputSchema: {
14
15
  type: 'object',
15
16
  properties: {
@@ -21,12 +22,17 @@ export const tool = {
21
22
  type: 'string',
22
23
  description: 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
23
24
  },
25
+ jq_filter: {
26
+ type: 'string',
27
+ title: 'jq Filter',
28
+ 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/).',
29
+ },
24
30
  },
25
31
  },
26
32
  };
27
33
  export const handler = async (conductor, args) => {
28
34
  const { id, ...body } = args;
29
- return asTextContentResult(await conductor.qbd.payrollWageItems.retrieve(id, body));
35
+ return asTextContentResult(await maybeFilter(args, await conductor.qbd.payrollWageItems.retrieve(id, body)));
30
36
  };
31
37
  export default { metadata, tool, handler };
32
38
  //# sourceMappingURL=retrieve-qbd-payroll-wage-items.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-qbd-payroll-wage-items.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,6CAA6C;CACxD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,iCAAiC;IACvC,WAAW,EAAE,sCAAsC;IACnD,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iFAAiF;aAC/F;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,mBAAmB,CAAC,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC;AACtF,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"retrieve-qbd-payroll-wage-items.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,6CAA6C;CACxD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,iCAAiC;IACvC,WAAW,EACT,w7HAAw7H;IAC17H,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iFAAiF;aAC/F;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,mBAAmB,CACxB,MAAM,WAAW,CAAC,IAAI,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACjF,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
@@ -12,7 +12,7 @@ exports.metadata = {
12
12
  };
13
13
  exports.tool = {
14
14
  name: 'retrieve_qbd_preferences',
15
- description: 'Returns the preferences that the QuickBooks administrator has set for all users of the connected company file. Note that preferences cannot be modified through the API, only through the QuickBooks Desktop user interface.',
15
+ 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\nReturns the preferences that the QuickBooks administrator has set for all users of the connected company file. Note that preferences cannot be modified through the API, only through the QuickBooks Desktop user interface.",
16
16
  inputSchema: {
17
17
  type: 'object',
18
18
  properties: {
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-qbd-preferences.js","sourceRoot":"","sources":["../../../src/tools/qbd/preferences/retrieve-qbd-preferences.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAAqE;AAMxD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,iBAAiB;IAC3B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,iCAAiC;CAC5C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,0BAA0B;IAChC,WAAW,EACT,8NAA8N;IAChO,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,OAAO,IAAA,2BAAmB,EAAC,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC;AAC7E,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"retrieve-qbd-preferences.js","sourceRoot":"","sources":["../../../src/tools/qbd/preferences/retrieve-qbd-preferences.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAAqE;AAMxD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,iBAAiB;IAC3B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,iCAAiC;CAC5C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,0BAA0B;IAChC,WAAW,EACT,sYAAsY;IACxY,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,OAAO,IAAA,2BAAmB,EAAC,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC;AAC7E,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
@@ -9,7 +9,7 @@ export const metadata = {
9
9
  };
10
10
  export const tool = {
11
11
  name: 'retrieve_qbd_preferences',
12
- description: 'Returns the preferences that the QuickBooks administrator has set for all users of the connected company file. Note that preferences cannot be modified through the API, only through the QuickBooks Desktop user interface.',
12
+ 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\nReturns the preferences that the QuickBooks administrator has set for all users of the connected company file. Note that preferences cannot be modified through the API, only through the QuickBooks Desktop user interface.",
13
13
  inputSchema: {
14
14
  type: 'object',
15
15
  properties: {
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-qbd-preferences.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/preferences/retrieve-qbd-preferences.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,iBAAiB;IAC3B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,iCAAiC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,0BAA0B;IAChC,WAAW,EACT,8NAA8N;IAChO,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,OAAO,mBAAmB,CAAC,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC;AAC7E,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"retrieve-qbd-preferences.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/preferences/retrieve-qbd-preferences.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,iBAAiB;IAC3B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,iCAAiC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,0BAA0B;IAChC,WAAW,EACT,sYAAsY;IACxY,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,OAAO,mBAAmB,CAAC,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC;AAC7E,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"create-qbd-price-levels.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/create-qbd-price-levels.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,IAqElB,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-qbd-price-levels.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/create-qbd-price-levels.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,IA4ElB,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-qbd-price-levels.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/create-qbd-price-levels.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,IAqElB,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-qbd-price-levels.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/create-qbd-price-levels.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,IA4ElB,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: 'qbd.price_levels',
@@ -12,7 +13,7 @@ exports.metadata = {
12
13
  };
13
14
  exports.tool = {
14
15
  name: 'create_qbd_price_levels',
15
- description: 'Creates a new price level.',
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\nCreates a new price level.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/price_level',\n $defs: {\n price_level: {\n type: 'object',\n title: 'The Price Level object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this price level. This ID is unique across all price levels but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this price level 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 price level\\'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 fixedPercentage: {\n type: 'string',\n description: 'The fixed percentage adjustment applied to all items for this price level (instead of a per-item price level). Once you create the price level, you cannot change this.\\n\\nWhen this price level is applied to a customer, it automatically adjusts the `rate` and `amount` columns for applicable line items in sales orders and invoices for that customer. This value supports both positive and negative values - a value of \"20\" increases prices by 20%, while \"-10\" decreases prices by 10%.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this price level is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this price level, unique across all price levels.\\n\\n**NOTE**: Price levels do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_price_level\"`.',\n enum: [ 'qbd_price_level'\n ]\n },\n perItemPriceLevels: {\n type: 'array',\n description: 'The per-item price level configurations for this price level.',\n items: {\n type: 'object',\n title: 'The Per-Item Price Level object',\n properties: {\n customPrice: {\n type: 'string',\n description: 'The fixed amount custom price for this per-item price level that overrides the standard price for the specified item. Used when setting an absolute price value for the item in this price level.'\n },\n customPricePercent: {\n type: 'string',\n description: 'The fixed discount percentage for this per-item price level that modifies the specified item\\'s standard price. Used to create a fixed percentage markup or discount specific to this item within this price level.'\n },\n item: {\n type: 'object',\n description: 'The item associated with this per-item price level. This can refer to any good or service that the business buys or sells, including item types such as a service item, inventory item, or special calculation item like a discount item or sales-tax item.',\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 },\n required: [ 'customPrice',\n 'customPricePercent',\n 'item'\n ]\n }\n },\n priceLevelType: {\n type: 'string',\n description: 'The price level\\'s type.',\n enum: [ 'fixed_percentage',\n 'per_item'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this price level 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 updatedAt: {\n type: 'string',\n description: 'The date and time when this price level 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 'createdAt',\n 'currency',\n 'fixedPercentage',\n 'isActive',\n 'name',\n 'objectType',\n 'perItemPriceLevels',\n 'priceLevelType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
16
17
  inputSchema: {
17
18
  type: 'object',
18
19
  properties: {
@@ -51,6 +52,10 @@ exports.tool = {
51
52
  description: "The base value reference for this per-item price level's percentage adjustment. Specifies which price to use as the starting point for the adjustment calculation in the price level.\n\n**NOTE:** The price level must use either a fixed pricing approach (`customPrice` or `customPricePercent`) or a relative adjustment approach (`adjustPercentage` with `adjustRelativeTo`) when configuring per-item price levels.",
52
53
  enum: ['cost', 'current_custom_price', 'standard_price'],
53
54
  },
55
+ itemId: {
56
+ type: 'string',
57
+ description: 'The item associated with this per-item price level. This can refer to any good or service that the business buys or sells, including item types such as a service item, inventory item, or special calculation item like a discount item or sales-tax item.',
58
+ },
54
59
  customPrice: {
55
60
  type: 'string',
56
61
  description: 'The fixed amount custom price for this per-item price level that overrides the standard price for the specified item. Used when setting an absolute price value for the item in this price level.',
@@ -59,20 +64,21 @@ exports.tool = {
59
64
  type: 'string',
60
65
  description: "The fixed discount percentage for this per-item price level that modifies the specified item's standard price. Used to create a fixed percentage markup or discount specific to this item within this price level.",
61
66
  },
62
- itemId: {
63
- type: 'string',
64
- description: 'The item associated with this per-item price level. This can refer to any good or service that the business buys or sells, including item types such as a service item, inventory item, or special calculation item like a discount item or sales-tax item.',
65
- },
66
67
  },
67
- required: ['adjustPercentage', 'adjustRelativeTo'],
68
+ required: ['adjustPercentage', 'adjustRelativeTo', 'itemId'],
68
69
  },
69
70
  },
71
+ jq_filter: {
72
+ type: 'string',
73
+ title: 'jq Filter',
74
+ 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/).',
75
+ },
70
76
  },
71
77
  },
72
78
  };
73
79
  const handler = async (conductor, args) => {
74
80
  const body = args;
75
- return (0, types_1.asTextContentResult)(await conductor.qbd.priceLevels.create(body));
81
+ return (0, types_1.asTextContentResult)(await (0, filtering_1.maybeFilter)(args, await conductor.qbd.priceLevels.create(body)));
76
82
  };
77
83
  exports.handler = handler;
78
84
  exports.default = { metadata: exports.metadata, tool: exports.tool, handler: exports.handler };
@@ -1 +1 @@
1
- {"version":3,"file":"create-qbd-price-levels.js","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/create-qbd-price-levels.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAAqE;AAMxD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,kBAAkB;IAC5B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,kCAAkC;CAC7C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EAAE,4BAA4B;IACzC,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,2SAA2S;aAC9S;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,UAAU,EAAE;gBACV,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,iKAAiK;aACpK;YACD,eAAe,EAAE;gBACf,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,qeAAqe;aACxe;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,+IAA+I;aAClJ;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,+DAA+D;gBAC5E,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,UAAU,EAAE;wBACV,gBAAgB,EAAE;4BAChB,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,gQAAgQ;yBACnQ;wBACD,gBAAgB,EAAE;4BAChB,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,4ZAA4Z;4BAC9Z,IAAI,EAAE,CAAC,MAAM,EAAE,sBAAsB,EAAE,gBAAgB,CAAC;yBACzD;wBACD,WAAW,EAAE;4BACX,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,mMAAmM;yBACtM;wBACD,kBAAkB,EAAE;4BAClB,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,oNAAoN;yBACvN;wBACD,MAAM,EAAE;4BACN,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,6PAA6P;yBAChQ;qBACF;oBACD,QAAQ,EAAE,CAAC,kBAAkB,EAAE,kBAAkB,CAAC;iBACnD;aACF;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,OAAO,IAAA,2BAAmB,EAAC,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;AAC3E,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"create-qbd-price-levels.js","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/create-qbd-price-levels.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAAqE;AAMxD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,kBAAkB;IAC5B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,kCAAkC;CAC7C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EACT,g0MAAg0M;IACl0M,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,2SAA2S;aAC9S;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,UAAU,EAAE;gBACV,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,iKAAiK;aACpK;YACD,eAAe,EAAE;gBACf,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,qeAAqe;aACxe;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,+IAA+I;aAClJ;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,+DAA+D;gBAC5E,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,UAAU,EAAE;wBACV,gBAAgB,EAAE;4BAChB,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,gQAAgQ;yBACnQ;wBACD,gBAAgB,EAAE;4BAChB,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,4ZAA4Z;4BAC9Z,IAAI,EAAE,CAAC,MAAM,EAAE,sBAAsB,EAAE,gBAAgB,CAAC;yBACzD;wBACD,MAAM,EAAE;4BACN,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,6PAA6P;yBAChQ;wBACD,WAAW,EAAE;4BACX,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,mMAAmM;yBACtM;wBACD,kBAAkB,EAAE;4BAClB,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,oNAAoN;yBACvN;qBACF;oBACD,QAAQ,EAAE,CAAC,kBAAkB,EAAE,kBAAkB,EAAE,QAAQ,CAAC;iBAC7D;aACF;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,IAAI,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AACpG,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
@@ -1,4 +1,5 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
2
3
  import { asTextContentResult } from 'conductor-node-mcp/tools/types';
3
4
  export const metadata = {
4
5
  resource: 'qbd.price_levels',
@@ -9,7 +10,7 @@ export const metadata = {
9
10
  };
10
11
  export const tool = {
11
12
  name: 'create_qbd_price_levels',
12
- description: 'Creates a new price level.',
13
+ 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\nCreates a new price level.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/price_level',\n $defs: {\n price_level: {\n type: 'object',\n title: 'The Price Level object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this price level. This ID is unique across all price levels but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this price level 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 price level\\'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 fixedPercentage: {\n type: 'string',\n description: 'The fixed percentage adjustment applied to all items for this price level (instead of a per-item price level). Once you create the price level, you cannot change this.\\n\\nWhen this price level is applied to a customer, it automatically adjusts the `rate` and `amount` columns for applicable line items in sales orders and invoices for that customer. This value supports both positive and negative values - a value of \"20\" increases prices by 20%, while \"-10\" decreases prices by 10%.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this price level is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this price level, unique across all price levels.\\n\\n**NOTE**: Price levels do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_price_level\"`.',\n enum: [ 'qbd_price_level'\n ]\n },\n perItemPriceLevels: {\n type: 'array',\n description: 'The per-item price level configurations for this price level.',\n items: {\n type: 'object',\n title: 'The Per-Item Price Level object',\n properties: {\n customPrice: {\n type: 'string',\n description: 'The fixed amount custom price for this per-item price level that overrides the standard price for the specified item. Used when setting an absolute price value for the item in this price level.'\n },\n customPricePercent: {\n type: 'string',\n description: 'The fixed discount percentage for this per-item price level that modifies the specified item\\'s standard price. Used to create a fixed percentage markup or discount specific to this item within this price level.'\n },\n item: {\n type: 'object',\n description: 'The item associated with this per-item price level. This can refer to any good or service that the business buys or sells, including item types such as a service item, inventory item, or special calculation item like a discount item or sales-tax item.',\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 },\n required: [ 'customPrice',\n 'customPricePercent',\n 'item'\n ]\n }\n },\n priceLevelType: {\n type: 'string',\n description: 'The price level\\'s type.',\n enum: [ 'fixed_percentage',\n 'per_item'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this price level 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 updatedAt: {\n type: 'string',\n description: 'The date and time when this price level 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 'createdAt',\n 'currency',\n 'fixedPercentage',\n 'isActive',\n 'name',\n 'objectType',\n 'perItemPriceLevels',\n 'priceLevelType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
13
14
  inputSchema: {
14
15
  type: 'object',
15
16
  properties: {
@@ -48,6 +49,10 @@ export const tool = {
48
49
  description: "The base value reference for this per-item price level's percentage adjustment. Specifies which price to use as the starting point for the adjustment calculation in the price level.\n\n**NOTE:** The price level must use either a fixed pricing approach (`customPrice` or `customPricePercent`) or a relative adjustment approach (`adjustPercentage` with `adjustRelativeTo`) when configuring per-item price levels.",
49
50
  enum: ['cost', 'current_custom_price', 'standard_price'],
50
51
  },
52
+ itemId: {
53
+ type: 'string',
54
+ description: 'The item associated with this per-item price level. This can refer to any good or service that the business buys or sells, including item types such as a service item, inventory item, or special calculation item like a discount item or sales-tax item.',
55
+ },
51
56
  customPrice: {
52
57
  type: 'string',
53
58
  description: 'The fixed amount custom price for this per-item price level that overrides the standard price for the specified item. Used when setting an absolute price value for the item in this price level.',
@@ -56,20 +61,21 @@ export const tool = {
56
61
  type: 'string',
57
62
  description: "The fixed discount percentage for this per-item price level that modifies the specified item's standard price. Used to create a fixed percentage markup or discount specific to this item within this price level.",
58
63
  },
59
- itemId: {
60
- type: 'string',
61
- description: 'The item associated with this per-item price level. This can refer to any good or service that the business buys or sells, including item types such as a service item, inventory item, or special calculation item like a discount item or sales-tax item.',
62
- },
63
64
  },
64
- required: ['adjustPercentage', 'adjustRelativeTo'],
65
+ required: ['adjustPercentage', 'adjustRelativeTo', 'itemId'],
65
66
  },
66
67
  },
68
+ jq_filter: {
69
+ type: 'string',
70
+ title: 'jq Filter',
71
+ 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/).',
72
+ },
67
73
  },
68
74
  },
69
75
  };
70
76
  export const handler = async (conductor, args) => {
71
77
  const body = args;
72
- return asTextContentResult(await conductor.qbd.priceLevels.create(body));
78
+ return asTextContentResult(await maybeFilter(args, await conductor.qbd.priceLevels.create(body)));
73
79
  };
74
80
  export default { metadata, tool, handler };
75
81
  //# sourceMappingURL=create-qbd-price-levels.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-qbd-price-levels.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/create-qbd-price-levels.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,kBAAkB;IAC5B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,kCAAkC;CAC7C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EAAE,4BAA4B;IACzC,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,2SAA2S;aAC9S;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,UAAU,EAAE;gBACV,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,iKAAiK;aACpK;YACD,eAAe,EAAE;gBACf,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,qeAAqe;aACxe;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,+IAA+I;aAClJ;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,+DAA+D;gBAC5E,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,UAAU,EAAE;wBACV,gBAAgB,EAAE;4BAChB,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,gQAAgQ;yBACnQ;wBACD,gBAAgB,EAAE;4BAChB,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,4ZAA4Z;4BAC9Z,IAAI,EAAE,CAAC,MAAM,EAAE,sBAAsB,EAAE,gBAAgB,CAAC;yBACzD;wBACD,WAAW,EAAE;4BACX,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,mMAAmM;yBACtM;wBACD,kBAAkB,EAAE;4BAClB,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,oNAAoN;yBACvN;wBACD,MAAM,EAAE;4BACN,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,6PAA6P;yBAChQ;qBACF;oBACD,QAAQ,EAAE,CAAC,kBAAkB,EAAE,kBAAkB,CAAC;iBACnD;aACF;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,OAAO,mBAAmB,CAAC,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;AAC3E,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"create-qbd-price-levels.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/create-qbd-price-levels.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,kBAAkB;IAC5B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,kCAAkC;CAC7C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EACT,g0MAAg0M;IACl0M,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,2SAA2S;aAC9S;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,UAAU,EAAE;gBACV,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,iKAAiK;aACpK;YACD,eAAe,EAAE;gBACf,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,qeAAqe;aACxe;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,+IAA+I;aAClJ;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,+DAA+D;gBAC5E,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,UAAU,EAAE;wBACV,gBAAgB,EAAE;4BAChB,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,gQAAgQ;yBACnQ;wBACD,gBAAgB,EAAE;4BAChB,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,4ZAA4Z;4BAC9Z,IAAI,EAAE,CAAC,MAAM,EAAE,sBAAsB,EAAE,gBAAgB,CAAC;yBACzD;wBACD,MAAM,EAAE;4BACN,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,6PAA6P;yBAChQ;wBACD,WAAW,EAAE;4BACX,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,mMAAmM;yBACtM;wBACD,kBAAkB,EAAE;4BAClB,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,oNAAoN;yBACvN;qBACF;oBACD,QAAQ,EAAE,CAAC,kBAAkB,EAAE,kBAAkB,EAAE,QAAQ,CAAC;iBAC7D;aACF;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,IAAI,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AACpG,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
@@ -12,7 +12,7 @@ exports.metadata = {
12
12
  };
13
13
  exports.tool = {
14
14
  name: 'list_qbd_price_levels',
15
- description: 'Returns a list of price levels. NOTE: QuickBooks Desktop does not support pagination for price levels; hence, there is no `cursor` parameter. Users typically have few price levels.',
15
+ 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\nReturns a list of price levels. NOTE: QuickBooks Desktop does not support pagination for price levels; hence, there is no `cursor` parameter. Users typically have few price levels.",
16
16
  inputSchema: {
17
17
  type: 'object',
18
18
  properties: {
@@ -1 +1 @@
1
- {"version":3,"file":"list-qbd-price-levels.js","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/list-qbd-price-levels.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAAqE;AAMxD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,kBAAkB;IAC5B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,kCAAkC;CAC7C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,uBAAuB;IAC7B,WAAW,EACT,sLAAsL;IACxL,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,8CAA8C;gBAC3D,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,2TAA2T;gBAC7T,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,iDAAiD;gBAC9D,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,+hBAA+hB;aACliB;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,iLAAiL;aACpL;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,kLAAkL;aACrL;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,6FAA6F;aAChG;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,wWAAwW;gBAC1W,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,kLAAkL;aACrL;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,0FAA0F;aAC7F;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,6DAA6D;gBAC1E,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC;aACpC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,oMAAoM;aACvM;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,qMAAqM;aACxM;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,OAAO,IAAA,2BAAmB,EAAC,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;AACzE,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"list-qbd-price-levels.js","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/list-qbd-price-levels.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAAqE;AAMxD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,kBAAkB;IAC5B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,kCAAkC;CAC7C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,uBAAuB;IAC7B,WAAW,EACT,8VAA8V;IAChW,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,8CAA8C;gBAC3D,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,2TAA2T;gBAC7T,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,iDAAiD;gBAC9D,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,+hBAA+hB;aACliB;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,iLAAiL;aACpL;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,kLAAkL;aACrL;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,6FAA6F;aAChG;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,wWAAwW;gBAC1W,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,kLAAkL;aACrL;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,0FAA0F;aAC7F;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,6DAA6D;gBAC1E,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC;aACpC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,oMAAoM;aACvM;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,qMAAqM;aACxM;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,OAAO,IAAA,2BAAmB,EAAC,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;AACzE,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
@@ -9,7 +9,7 @@ export const metadata = {
9
9
  };
10
10
  export const tool = {
11
11
  name: 'list_qbd_price_levels',
12
- description: 'Returns a list of price levels. NOTE: QuickBooks Desktop does not support pagination for price levels; hence, there is no `cursor` parameter. Users typically have few price levels.',
12
+ 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\nReturns a list of price levels. NOTE: QuickBooks Desktop does not support pagination for price levels; hence, there is no `cursor` parameter. Users typically have few price levels.",
13
13
  inputSchema: {
14
14
  type: 'object',
15
15
  properties: {
@@ -1 +1 @@
1
- {"version":3,"file":"list-qbd-price-levels.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/list-qbd-price-levels.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,kBAAkB;IAC5B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,kCAAkC;CAC7C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,uBAAuB;IAC7B,WAAW,EACT,sLAAsL;IACxL,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,8CAA8C;gBAC3D,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,2TAA2T;gBAC7T,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,iDAAiD;gBAC9D,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,+hBAA+hB;aACliB;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,iLAAiL;aACpL;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,kLAAkL;aACrL;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,6FAA6F;aAChG;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,wWAAwW;gBAC1W,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,kLAAkL;aACrL;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,0FAA0F;aAC7F;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,6DAA6D;gBAC1E,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC;aACpC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,oMAAoM;aACvM;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,qMAAqM;aACxM;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,OAAO,mBAAmB,CAAC,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;AACzE,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"list-qbd-price-levels.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/list-qbd-price-levels.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,kBAAkB;IAC5B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,kCAAkC;CAC7C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,uBAAuB;IAC7B,WAAW,EACT,8VAA8V;IAChW,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,8CAA8C;gBAC3D,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,2TAA2T;gBAC7T,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,OAAO,EAAE;gBACP,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,iDAAiD;gBAC9D,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,+hBAA+hB;aACliB;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,iLAAiL;aACpL;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,kLAAkL;aACrL;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,6FAA6F;aAChG;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,wWAAwW;gBAC1W,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,kLAAkL;aACrL;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,0FAA0F;aAC7F;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,6DAA6D;gBAC1E,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC;aACpC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,oMAAoM;aACvM;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,qMAAqM;aACxM;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,OAAO,mBAAmB,CAAC,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;AACzE,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-qbd-price-levels.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/retrieve-qbd-price-levels.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,IAiBlB,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":"retrieve-qbd-price-levels.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/retrieve-qbd-price-levels.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,IAwBlB,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":"retrieve-qbd-price-levels.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/retrieve-qbd-price-levels.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,IAiBlB,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":"retrieve-qbd-price-levels.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/retrieve-qbd-price-levels.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,IAwBlB,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: 'qbd.price_levels',
@@ -12,7 +13,7 @@ exports.metadata = {
12
13
  };
13
14
  exports.tool = {
14
15
  name: 'retrieve_qbd_price_levels',
15
- description: 'Retrieves a price level by ID.',
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\nRetrieves a price level by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/price_level',\n $defs: {\n price_level: {\n type: 'object',\n title: 'The Price Level object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this price level. This ID is unique across all price levels but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this price level 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 price level\\'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 fixedPercentage: {\n type: 'string',\n description: 'The fixed percentage adjustment applied to all items for this price level (instead of a per-item price level). Once you create the price level, you cannot change this.\\n\\nWhen this price level is applied to a customer, it automatically adjusts the `rate` and `amount` columns for applicable line items in sales orders and invoices for that customer. This value supports both positive and negative values - a value of \"20\" increases prices by 20%, while \"-10\" decreases prices by 10%.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this price level is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this price level, unique across all price levels.\\n\\n**NOTE**: Price levels do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_price_level\"`.',\n enum: [ 'qbd_price_level'\n ]\n },\n perItemPriceLevels: {\n type: 'array',\n description: 'The per-item price level configurations for this price level.',\n items: {\n type: 'object',\n title: 'The Per-Item Price Level object',\n properties: {\n customPrice: {\n type: 'string',\n description: 'The fixed amount custom price for this per-item price level that overrides the standard price for the specified item. Used when setting an absolute price value for the item in this price level.'\n },\n customPricePercent: {\n type: 'string',\n description: 'The fixed discount percentage for this per-item price level that modifies the specified item\\'s standard price. Used to create a fixed percentage markup or discount specific to this item within this price level.'\n },\n item: {\n type: 'object',\n description: 'The item associated with this per-item price level. This can refer to any good or service that the business buys or sells, including item types such as a service item, inventory item, or special calculation item like a discount item or sales-tax item.',\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 },\n required: [ 'customPrice',\n 'customPricePercent',\n 'item'\n ]\n }\n },\n priceLevelType: {\n type: 'string',\n description: 'The price level\\'s type.',\n enum: [ 'fixed_percentage',\n 'per_item'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this price level 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 updatedAt: {\n type: 'string',\n description: 'The date and time when this price level 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 'createdAt',\n 'currency',\n 'fixedPercentage',\n 'isActive',\n 'name',\n 'objectType',\n 'perItemPriceLevels',\n 'priceLevelType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
16
17
  inputSchema: {
17
18
  type: 'object',
18
19
  properties: {
@@ -24,12 +25,17 @@ exports.tool = {
24
25
  type: 'string',
25
26
  description: 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
26
27
  },
28
+ jq_filter: {
29
+ type: 'string',
30
+ title: 'jq Filter',
31
+ 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/).',
32
+ },
27
33
  },
28
34
  },
29
35
  };
30
36
  const handler = async (conductor, args) => {
31
37
  const { id, ...body } = args;
32
- return (0, types_1.asTextContentResult)(await conductor.qbd.priceLevels.retrieve(id, body));
38
+ return (0, types_1.asTextContentResult)(await (0, filtering_1.maybeFilter)(args, await conductor.qbd.priceLevels.retrieve(id, body)));
33
39
  };
34
40
  exports.handler = handler;
35
41
  exports.default = { metadata: exports.metadata, tool: exports.tool, handler: exports.handler };
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-qbd-price-levels.js","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/retrieve-qbd-price-levels.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAAqE;AAMxD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,kBAAkB;IAC5B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,uCAAuC;CAClD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EAAE,gCAAgC;IAC7C,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,2EAA2E;aACzF;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,IAAA,2BAAmB,EAAC,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC;AACjF,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"retrieve-qbd-price-levels.js","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/retrieve-qbd-price-levels.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,4DAA2D;AAC3D,0DAAqE;AAMxD,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,kBAAkB;IAC5B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,uCAAuC;CAClD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EACT,o0MAAo0M;IACt0M,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,2EAA2E;aACzF;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;KACF;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,IAAI,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;AAC1G,CAAC,CAAC;AAHW,QAAA,OAAO,WAGlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
@@ -1,4 +1,5 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
2
3
  import { asTextContentResult } from 'conductor-node-mcp/tools/types';
3
4
  export const metadata = {
4
5
  resource: 'qbd.price_levels',
@@ -9,7 +10,7 @@ export const metadata = {
9
10
  };
10
11
  export const tool = {
11
12
  name: 'retrieve_qbd_price_levels',
12
- description: 'Retrieves a price level by ID.',
13
+ 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\nRetrieves a price level by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/price_level',\n $defs: {\n price_level: {\n type: 'object',\n title: 'The Price Level object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this price level. This ID is unique across all price levels but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this price level 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 price level\\'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 fixedPercentage: {\n type: 'string',\n description: 'The fixed percentage adjustment applied to all items for this price level (instead of a per-item price level). Once you create the price level, you cannot change this.\\n\\nWhen this price level is applied to a customer, it automatically adjusts the `rate` and `amount` columns for applicable line items in sales orders and invoices for that customer. This value supports both positive and negative values - a value of \"20\" increases prices by 20%, while \"-10\" decreases prices by 10%.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this price level is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this price level, unique across all price levels.\\n\\n**NOTE**: Price levels do not have a `fullName` field because they are not hierarchical objects, which is why `name` is unique for them but not for objects that have parents.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_price_level\"`.',\n enum: [ 'qbd_price_level'\n ]\n },\n perItemPriceLevels: {\n type: 'array',\n description: 'The per-item price level configurations for this price level.',\n items: {\n type: 'object',\n title: 'The Per-Item Price Level object',\n properties: {\n customPrice: {\n type: 'string',\n description: 'The fixed amount custom price for this per-item price level that overrides the standard price for the specified item. Used when setting an absolute price value for the item in this price level.'\n },\n customPricePercent: {\n type: 'string',\n description: 'The fixed discount percentage for this per-item price level that modifies the specified item\\'s standard price. Used to create a fixed percentage markup or discount specific to this item within this price level.'\n },\n item: {\n type: 'object',\n description: 'The item associated with this per-item price level. This can refer to any good or service that the business buys or sells, including item types such as a service item, inventory item, or special calculation item like a discount item or sales-tax item.',\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 },\n required: [ 'customPrice',\n 'customPricePercent',\n 'item'\n ]\n }\n },\n priceLevelType: {\n type: 'string',\n description: 'The price level\\'s type.',\n enum: [ 'fixed_percentage',\n 'per_item'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this price level 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 updatedAt: {\n type: 'string',\n description: 'The date and time when this price level 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 'createdAt',\n 'currency',\n 'fixedPercentage',\n 'isActive',\n 'name',\n 'objectType',\n 'perItemPriceLevels',\n 'priceLevelType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
13
14
  inputSchema: {
14
15
  type: 'object',
15
16
  properties: {
@@ -21,12 +22,17 @@ export const tool = {
21
22
  type: 'string',
22
23
  description: 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
23
24
  },
25
+ jq_filter: {
26
+ type: 'string',
27
+ title: 'jq Filter',
28
+ 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/).',
29
+ },
24
30
  },
25
31
  },
26
32
  };
27
33
  export const handler = async (conductor, args) => {
28
34
  const { id, ...body } = args;
29
- return asTextContentResult(await conductor.qbd.priceLevels.retrieve(id, body));
35
+ return asTextContentResult(await maybeFilter(args, await conductor.qbd.priceLevels.retrieve(id, body)));
30
36
  };
31
37
  export default { metadata, tool, handler };
32
38
  //# sourceMappingURL=retrieve-qbd-price-levels.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-qbd-price-levels.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/retrieve-qbd-price-levels.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,kBAAkB;IAC5B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,uCAAuC;CAClD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EAAE,gCAAgC;IAC7C,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,2EAA2E;aACzF;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,mBAAmB,CAAC,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC;AACjF,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"retrieve-qbd-price-levels.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/retrieve-qbd-price-levels.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE,MAAM,8BAA8B;OACnD,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;AAMpE,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,kBAAkB;IAC5B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,uCAAuC;CAClD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,2BAA2B;IACjC,WAAW,EACT,o0MAAo0M;IACt0M,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,2EAA2E;aACzF;YACD,uBAAuB,EAAE;gBACvB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;KACF;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IACpC,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,IAAI,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC;AAC1G,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"update-qbd-price-levels.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/update-qbd-price-levels.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,IA8ElB,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":"update-qbd-price-levels.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/update-qbd-price-levels.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,IA+ElB,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":"update-qbd-price-levels.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/update-qbd-price-levels.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,IA8ElB,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":"update-qbd-price-levels.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/update-qbd-price-levels.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,IA+ElB,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"}