conductor-node-mcp 12.14.0 → 12.15.1

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 (1784) hide show
  1. package/filtering.d.mts +2 -0
  2. package/filtering.d.mts.map +1 -0
  3. package/filtering.d.ts +2 -0
  4. package/filtering.d.ts.map +1 -0
  5. package/filtering.js +21 -0
  6. package/filtering.js.map +1 -0
  7. package/filtering.mjs +14 -0
  8. package/filtering.mjs.map +1 -0
  9. package/package.json +3 -2
  10. package/server.js +1 -1
  11. package/server.mjs +1 -1
  12. package/src/filtering.ts +15 -0
  13. package/src/server.ts +1 -1
  14. package/src/tools/auth-sessions/create-auth-sessions.ts +10 -4
  15. package/src/tools/end-users/create-end-users.ts +11 -4
  16. package/src/tools/end-users/delete-end-users.ts +11 -4
  17. package/src/tools/end-users/list-end-users.ts +13 -5
  18. package/src/tools/end-users/passthrough-end-users.ts +12 -4
  19. package/src/tools/end-users/retrieve-end-users.ts +11 -4
  20. package/src/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.ts +12 -6
  21. package/src/tools/qbd/accounts/create-qbd-accounts.ts +5 -5
  22. package/src/tools/qbd/accounts/list-qbd-accounts.ts +4 -5
  23. package/src/tools/qbd/accounts/retrieve-qbd-accounts.ts +5 -5
  24. package/src/tools/qbd/accounts/update-qbd-accounts.ts +5 -5
  25. package/src/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.ts +5 -5
  26. package/src/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.ts +12 -6
  27. package/src/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.ts +6 -6
  28. package/src/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.ts +5 -5
  29. package/src/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.ts +5 -5
  30. package/src/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.ts +5 -5
  31. package/src/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.ts +14 -6
  32. package/src/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.ts +6 -6
  33. package/src/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.ts +5 -5
  34. package/src/tools/qbd/bills/create-qbd-bills.ts +5 -5
  35. package/src/tools/qbd/bills/delete-qbd-bills.ts +12 -6
  36. package/src/tools/qbd/bills/list-qbd-bills.ts +7 -6
  37. package/src/tools/qbd/bills/retrieve-qbd-bills.ts +5 -5
  38. package/src/tools/qbd/bills/update-qbd-bills.ts +5 -5
  39. package/src/tools/qbd/build-assemblies/create-qbd-build-assemblies.ts +5 -5
  40. package/src/tools/qbd/build-assemblies/delete-qbd-build-assemblies.ts +12 -6
  41. package/src/tools/qbd/build-assemblies/list-qbd-build-assemblies.ts +6 -6
  42. package/src/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.ts +5 -5
  43. package/src/tools/qbd/build-assemblies/update-qbd-build-assemblies.ts +5 -5
  44. package/src/tools/qbd/checks/create-qbd-checks.ts +5 -5
  45. package/src/tools/qbd/checks/delete-qbd-checks.ts +12 -6
  46. package/src/tools/qbd/checks/list-qbd-checks.ts +7 -6
  47. package/src/tools/qbd/checks/retrieve-qbd-checks.ts +5 -5
  48. package/src/tools/qbd/checks/update-qbd-checks.ts +5 -5
  49. package/src/tools/qbd/classes/create-qbd-classes.ts +13 -6
  50. package/src/tools/qbd/classes/list-qbd-classes.ts +12 -6
  51. package/src/tools/qbd/classes/retrieve-qbd-classes.ts +13 -6
  52. package/src/tools/qbd/classes/update-qbd-classes.ts +13 -6
  53. package/src/tools/qbd/company/retrieve-qbd-company.ts +4 -5
  54. package/src/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.ts +5 -5
  55. package/src/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.ts +12 -6
  56. package/src/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.ts +6 -6
  57. package/src/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.ts +5 -5
  58. package/src/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.ts +5 -5
  59. package/src/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.ts +5 -5
  60. package/src/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.ts +12 -6
  61. package/src/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.ts +6 -6
  62. package/src/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.ts +5 -5
  63. package/src/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.ts +5 -5
  64. package/src/tools/qbd/credit-memos/create-qbd-credit-memos.ts +5 -5
  65. package/src/tools/qbd/credit-memos/delete-qbd-credit-memos.ts +12 -6
  66. package/src/tools/qbd/credit-memos/list-qbd-credit-memos.ts +7 -6
  67. package/src/tools/qbd/credit-memos/retrieve-qbd-credit-memos.ts +5 -5
  68. package/src/tools/qbd/credit-memos/update-qbd-credit-memos.ts +5 -5
  69. package/src/tools/qbd/customers/create-qbd-customers.ts +5 -5
  70. package/src/tools/qbd/customers/list-qbd-customers.ts +7 -6
  71. package/src/tools/qbd/customers/retrieve-qbd-customers.ts +5 -5
  72. package/src/tools/qbd/customers/update-qbd-customers.ts +5 -5
  73. package/src/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.ts +13 -6
  74. package/src/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.ts +12 -6
  75. package/src/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.ts +13 -6
  76. package/src/tools/qbd/discount-items/create-qbd-discount-items.ts +5 -5
  77. package/src/tools/qbd/discount-items/list-qbd-discount-items.ts +6 -6
  78. package/src/tools/qbd/discount-items/retrieve-qbd-discount-items.ts +5 -5
  79. package/src/tools/qbd/discount-items/update-qbd-discount-items.ts +5 -5
  80. package/src/tools/qbd/employees/create-qbd-employees.ts +5 -5
  81. package/src/tools/qbd/employees/list-qbd-employees.ts +7 -6
  82. package/src/tools/qbd/employees/retrieve-qbd-employees.ts +5 -5
  83. package/src/tools/qbd/employees/update-qbd-employees.ts +5 -5
  84. package/src/tools/qbd/estimates/create-qbd-estimates.ts +5 -5
  85. package/src/tools/qbd/estimates/delete-qbd-estimates.ts +12 -6
  86. package/src/tools/qbd/estimates/list-qbd-estimates.ts +7 -6
  87. package/src/tools/qbd/estimates/retrieve-qbd-estimates.ts +5 -5
  88. package/src/tools/qbd/estimates/update-qbd-estimates.ts +5 -5
  89. package/src/tools/qbd/health-check-qbd.ts +12 -6
  90. package/src/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.ts +5 -5
  91. package/src/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.ts +14 -6
  92. package/src/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.ts +4 -5
  93. package/src/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.ts +5 -5
  94. package/src/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.ts +5 -5
  95. package/src/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.ts +5 -5
  96. package/src/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.ts +6 -6
  97. package/src/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.ts +5 -5
  98. package/src/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.ts +5 -5
  99. package/src/tools/qbd/inventory-items/create-qbd-inventory-items.ts +5 -5
  100. package/src/tools/qbd/inventory-items/list-qbd-inventory-items.ts +6 -6
  101. package/src/tools/qbd/inventory-items/retrieve-qbd-inventory-items.ts +5 -5
  102. package/src/tools/qbd/inventory-items/update-qbd-inventory-items.ts +5 -5
  103. package/src/tools/qbd/inventory-sites/create-qbd-inventory-sites.ts +13 -6
  104. package/src/tools/qbd/inventory-sites/list-qbd-inventory-sites.ts +12 -6
  105. package/src/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.ts +13 -6
  106. package/src/tools/qbd/inventory-sites/update-qbd-inventory-sites.ts +13 -6
  107. package/src/tools/qbd/invoices/create-qbd-invoices.ts +5 -5
  108. package/src/tools/qbd/invoices/delete-qbd-invoices.ts +12 -6
  109. package/src/tools/qbd/invoices/list-qbd-invoices.ts +7 -6
  110. package/src/tools/qbd/invoices/retrieve-qbd-invoices.ts +5 -5
  111. package/src/tools/qbd/invoices/update-qbd-invoices.ts +5 -5
  112. package/src/tools/qbd/item-groups/create-qbd-item-groups.ts +5 -5
  113. package/src/tools/qbd/item-groups/list-qbd-item-groups.ts +7 -6
  114. package/src/tools/qbd/item-groups/retrieve-qbd-item-groups.ts +13 -6
  115. package/src/tools/qbd/item-groups/update-qbd-item-groups.ts +5 -5
  116. package/src/tools/qbd/item-receipts/create-qbd-item-receipts.ts +5 -5
  117. package/src/tools/qbd/item-receipts/delete-qbd-item-receipts.ts +12 -6
  118. package/src/tools/qbd/item-receipts/list-qbd-item-receipts.ts +7 -6
  119. package/src/tools/qbd/item-receipts/retrieve-qbd-item-receipts.ts +5 -5
  120. package/src/tools/qbd/item-receipts/update-qbd-item-receipts.ts +5 -5
  121. package/src/tools/qbd/item-sites/list-qbd-item-sites.ts +7 -6
  122. package/src/tools/qbd/item-sites/retrieve-qbd-item-sites.ts +13 -6
  123. package/src/tools/qbd/journal-entries/create-qbd-journal-entries.ts +5 -5
  124. package/src/tools/qbd/journal-entries/delete-qbd-journal-entries.ts +12 -6
  125. package/src/tools/qbd/journal-entries/list-qbd-journal-entries.ts +6 -6
  126. package/src/tools/qbd/journal-entries/retrieve-qbd-journal-entries.ts +5 -5
  127. package/src/tools/qbd/journal-entries/update-qbd-journal-entries.ts +5 -5
  128. package/src/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.ts +5 -5
  129. package/src/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.ts +6 -6
  130. package/src/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.ts +5 -5
  131. package/src/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.ts +5 -5
  132. package/src/tools/qbd/other-names/create-qbd-other-names.ts +5 -5
  133. package/src/tools/qbd/other-names/list-qbd-other-names.ts +4 -5
  134. package/src/tools/qbd/other-names/retrieve-qbd-other-names.ts +13 -6
  135. package/src/tools/qbd/other-names/update-qbd-other-names.ts +5 -5
  136. package/src/tools/qbd/payment-methods/create-qbd-payment-methods.ts +13 -6
  137. package/src/tools/qbd/payment-methods/list-qbd-payment-methods.ts +12 -6
  138. package/src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts +13 -6
  139. package/src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts +13 -6
  140. package/src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts +13 -6
  141. package/src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts +15 -6
  142. package/src/tools/qbd/preferences/retrieve-qbd-preferences.ts +4 -5
  143. package/src/tools/qbd/price-levels/create-qbd-price-levels.ts +13 -6
  144. package/src/tools/qbd/price-levels/list-qbd-price-levels.ts +4 -5
  145. package/src/tools/qbd/price-levels/retrieve-qbd-price-levels.ts +13 -6
  146. package/src/tools/qbd/price-levels/update-qbd-price-levels.ts +5 -5
  147. package/src/tools/qbd/purchase-orders/create-qbd-purchase-orders.ts +5 -5
  148. package/src/tools/qbd/purchase-orders/delete-qbd-purchase-orders.ts +12 -6
  149. package/src/tools/qbd/purchase-orders/list-qbd-purchase-orders.ts +6 -6
  150. package/src/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.ts +5 -5
  151. package/src/tools/qbd/purchase-orders/update-qbd-purchase-orders.ts +5 -5
  152. package/src/tools/qbd/receive-payments/create-qbd-receive-payments.ts +5 -5
  153. package/src/tools/qbd/receive-payments/delete-qbd-receive-payments.ts +12 -6
  154. package/src/tools/qbd/receive-payments/list-qbd-receive-payments.ts +6 -6
  155. package/src/tools/qbd/receive-payments/retrieve-qbd-receive-payments.ts +5 -5
  156. package/src/tools/qbd/receive-payments/update-qbd-receive-payments.ts +5 -5
  157. package/src/tools/qbd/sales-orders/create-qbd-sales-orders.ts +5 -5
  158. package/src/tools/qbd/sales-orders/delete-qbd-sales-orders.ts +12 -6
  159. package/src/tools/qbd/sales-orders/list-qbd-sales-orders.ts +7 -6
  160. package/src/tools/qbd/sales-orders/retrieve-qbd-sales-orders.ts +5 -5
  161. package/src/tools/qbd/sales-orders/update-qbd-sales-orders.ts +5 -5
  162. package/src/tools/qbd/sales-receipts/create-qbd-sales-receipts.ts +5 -5
  163. package/src/tools/qbd/sales-receipts/delete-qbd-sales-receipts.ts +12 -6
  164. package/src/tools/qbd/sales-receipts/list-qbd-sales-receipts.ts +6 -6
  165. package/src/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.ts +5 -5
  166. package/src/tools/qbd/sales-receipts/update-qbd-sales-receipts.ts +5 -5
  167. package/src/tools/qbd/sales-representatives/create-qbd-sales-representatives.ts +13 -6
  168. package/src/tools/qbd/sales-representatives/list-qbd-sales-representatives.ts +12 -6
  169. package/src/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.ts +15 -6
  170. package/src/tools/qbd/sales-representatives/update-qbd-sales-representatives.ts +15 -6
  171. package/src/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.ts +13 -6
  172. package/src/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.ts +12 -6
  173. package/src/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.ts +13 -6
  174. package/src/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.ts +13 -6
  175. package/src/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.ts +5 -5
  176. package/src/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.ts +6 -6
  177. package/src/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.ts +13 -6
  178. package/src/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.ts +5 -5
  179. package/src/tools/qbd/service-items/create-qbd-service-items.ts +5 -5
  180. package/src/tools/qbd/service-items/list-qbd-service-items.ts +7 -6
  181. package/src/tools/qbd/service-items/retrieve-qbd-service-items.ts +5 -5
  182. package/src/tools/qbd/service-items/update-qbd-service-items.ts +5 -5
  183. package/src/tools/qbd/standard-terms/create-qbd-standard-terms.ts +13 -6
  184. package/src/tools/qbd/standard-terms/list-qbd-standard-terms.ts +12 -6
  185. package/src/tools/qbd/standard-terms/retrieve-qbd-standard-terms.ts +13 -6
  186. package/src/tools/qbd/subtotal-items/create-qbd-subtotal-items.ts +13 -6
  187. package/src/tools/qbd/subtotal-items/list-qbd-subtotal-items.ts +6 -6
  188. package/src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts +13 -6
  189. package/src/tools/qbd/subtotal-items/update-qbd-subtotal-items.ts +13 -6
  190. package/src/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.ts +5 -5
  191. package/src/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.ts +14 -6
  192. package/src/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.ts +6 -6
  193. package/src/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.ts +15 -6
  194. package/src/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.ts +5 -5
  195. package/src/tools/qbd/transactions/list-qbd-transactions.ts +6 -6
  196. package/src/tools/qbd/transactions/retrieve-qbd-transactions.ts +13 -6
  197. package/src/tools/qbd/transfers/create-qbd-transfers.ts +13 -6
  198. package/src/tools/qbd/transfers/list-qbd-transfers.ts +14 -6
  199. package/src/tools/qbd/transfers/retrieve-qbd-transfers.ts +13 -6
  200. package/src/tools/qbd/transfers/update-qbd-transfers.ts +13 -6
  201. package/src/tools/qbd/vendor-credits/create-qbd-vendor-credits.ts +5 -5
  202. package/src/tools/qbd/vendor-credits/delete-qbd-vendor-credits.ts +12 -6
  203. package/src/tools/qbd/vendor-credits/list-qbd-vendor-credits.ts +6 -6
  204. package/src/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.ts +5 -5
  205. package/src/tools/qbd/vendor-credits/update-qbd-vendor-credits.ts +5 -5
  206. package/src/tools/qbd/vendors/create-qbd-vendors.ts +5 -5
  207. package/src/tools/qbd/vendors/list-qbd-vendors.ts +7 -6
  208. package/src/tools/qbd/vendors/retrieve-qbd-vendors.ts +5 -5
  209. package/src/tools/qbd/vendors/update-qbd-vendors.ts +5 -5
  210. package/src/tools/types.ts +1 -1
  211. package/tools/auth-sessions/create-auth-sessions.d.mts +1 -1
  212. package/tools/auth-sessions/create-auth-sessions.d.mts.map +1 -1
  213. package/tools/auth-sessions/create-auth-sessions.d.ts +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 +1 -1
  220. package/tools/end-users/create-end-users.d.mts.map +1 -1
  221. package/tools/end-users/create-end-users.d.ts +1 -1
  222. package/tools/end-users/create-end-users.d.ts.map +1 -1
  223. package/tools/end-users/create-end-users.js +8 -2
  224. package/tools/end-users/create-end-users.js.map +1 -1
  225. package/tools/end-users/create-end-users.mjs +8 -2
  226. package/tools/end-users/create-end-users.mjs.map +1 -1
  227. package/tools/end-users/delete-end-users.d.mts +1 -1
  228. package/tools/end-users/delete-end-users.d.mts.map +1 -1
  229. package/tools/end-users/delete-end-users.d.ts +1 -1
  230. package/tools/end-users/delete-end-users.d.ts.map +1 -1
  231. package/tools/end-users/delete-end-users.js +8 -2
  232. package/tools/end-users/delete-end-users.js.map +1 -1
  233. package/tools/end-users/delete-end-users.mjs +8 -2
  234. package/tools/end-users/delete-end-users.mjs.map +1 -1
  235. package/tools/end-users/list-end-users.d.mts +1 -1
  236. package/tools/end-users/list-end-users.d.mts.map +1 -1
  237. package/tools/end-users/list-end-users.d.ts +1 -1
  238. package/tools/end-users/list-end-users.d.ts.map +1 -1
  239. package/tools/end-users/list-end-users.js +10 -3
  240. package/tools/end-users/list-end-users.js.map +1 -1
  241. package/tools/end-users/list-end-users.mjs +10 -3
  242. package/tools/end-users/list-end-users.mjs.map +1 -1
  243. package/tools/end-users/passthrough-end-users.d.mts +1 -1
  244. package/tools/end-users/passthrough-end-users.d.mts.map +1 -1
  245. package/tools/end-users/passthrough-end-users.d.ts +1 -1
  246. package/tools/end-users/passthrough-end-users.d.ts.map +1 -1
  247. package/tools/end-users/passthrough-end-users.js +8 -2
  248. package/tools/end-users/passthrough-end-users.js.map +1 -1
  249. package/tools/end-users/passthrough-end-users.mjs +8 -2
  250. package/tools/end-users/passthrough-end-users.mjs.map +1 -1
  251. package/tools/end-users/retrieve-end-users.d.mts +1 -1
  252. package/tools/end-users/retrieve-end-users.d.mts.map +1 -1
  253. package/tools/end-users/retrieve-end-users.d.ts +1 -1
  254. package/tools/end-users/retrieve-end-users.d.ts.map +1 -1
  255. package/tools/end-users/retrieve-end-users.js +8 -2
  256. package/tools/end-users/retrieve-end-users.js.map +1 -1
  257. package/tools/end-users/retrieve-end-users.mjs +8 -2
  258. package/tools/end-users/retrieve-end-users.mjs.map +1 -1
  259. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.mts +1 -1
  260. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.mts.map +1 -1
  261. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.ts +1 -1
  262. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.ts.map +1 -1
  263. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.js +10 -4
  264. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.js.map +1 -1
  265. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.mjs +10 -4
  266. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.mjs.map +1 -1
  267. package/tools/qbd/accounts/create-qbd-accounts.d.mts +1 -1
  268. package/tools/qbd/accounts/create-qbd-accounts.d.mts.map +1 -1
  269. package/tools/qbd/accounts/create-qbd-accounts.d.ts +1 -1
  270. package/tools/qbd/accounts/create-qbd-accounts.d.ts.map +1 -1
  271. package/tools/qbd/accounts/create-qbd-accounts.js +3 -3
  272. package/tools/qbd/accounts/create-qbd-accounts.js.map +1 -1
  273. package/tools/qbd/accounts/create-qbd-accounts.mjs +3 -3
  274. package/tools/qbd/accounts/create-qbd-accounts.mjs.map +1 -1
  275. package/tools/qbd/accounts/list-qbd-accounts.d.mts +1 -1
  276. package/tools/qbd/accounts/list-qbd-accounts.d.mts.map +1 -1
  277. package/tools/qbd/accounts/list-qbd-accounts.d.ts +1 -1
  278. package/tools/qbd/accounts/list-qbd-accounts.d.ts.map +1 -1
  279. package/tools/qbd/accounts/list-qbd-accounts.js +3 -3
  280. package/tools/qbd/accounts/list-qbd-accounts.js.map +1 -1
  281. package/tools/qbd/accounts/list-qbd-accounts.mjs +3 -3
  282. package/tools/qbd/accounts/list-qbd-accounts.mjs.map +1 -1
  283. package/tools/qbd/accounts/retrieve-qbd-accounts.d.mts +1 -1
  284. package/tools/qbd/accounts/retrieve-qbd-accounts.d.mts.map +1 -1
  285. package/tools/qbd/accounts/retrieve-qbd-accounts.d.ts +1 -1
  286. package/tools/qbd/accounts/retrieve-qbd-accounts.d.ts.map +1 -1
  287. package/tools/qbd/accounts/retrieve-qbd-accounts.js +3 -3
  288. package/tools/qbd/accounts/retrieve-qbd-accounts.js.map +1 -1
  289. package/tools/qbd/accounts/retrieve-qbd-accounts.mjs +3 -3
  290. package/tools/qbd/accounts/retrieve-qbd-accounts.mjs.map +1 -1
  291. package/tools/qbd/accounts/update-qbd-accounts.d.mts +1 -1
  292. package/tools/qbd/accounts/update-qbd-accounts.d.mts.map +1 -1
  293. package/tools/qbd/accounts/update-qbd-accounts.d.ts +1 -1
  294. package/tools/qbd/accounts/update-qbd-accounts.d.ts.map +1 -1
  295. package/tools/qbd/accounts/update-qbd-accounts.js +3 -3
  296. package/tools/qbd/accounts/update-qbd-accounts.js.map +1 -1
  297. package/tools/qbd/accounts/update-qbd-accounts.mjs +3 -3
  298. package/tools/qbd/accounts/update-qbd-accounts.mjs.map +1 -1
  299. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.mts +1 -1
  300. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.mts.map +1 -1
  301. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.ts +1 -1
  302. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.ts.map +1 -1
  303. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.js +3 -3
  304. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.js.map +1 -1
  305. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.mjs +3 -3
  306. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.mjs.map +1 -1
  307. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.mts +1 -1
  308. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.mts.map +1 -1
  309. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.ts +1 -1
  310. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.ts.map +1 -1
  311. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.js +10 -4
  312. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.js.map +1 -1
  313. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.mjs +10 -4
  314. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.mjs.map +1 -1
  315. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.mts +1 -1
  316. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.mts.map +1 -1
  317. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.ts +1 -1
  318. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.ts.map +1 -1
  319. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js +5 -4
  320. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js.map +1 -1
  321. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs +5 -4
  322. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs.map +1 -1
  323. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.mts +1 -1
  324. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.mts.map +1 -1
  325. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.ts +1 -1
  326. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.ts.map +1 -1
  327. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.js +3 -3
  328. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.js.map +1 -1
  329. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.mjs +3 -3
  330. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.mjs.map +1 -1
  331. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.mts +1 -1
  332. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.mts.map +1 -1
  333. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.ts +1 -1
  334. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.ts.map +1 -1
  335. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.js +3 -3
  336. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.js.map +1 -1
  337. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.mjs +3 -3
  338. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.mjs.map +1 -1
  339. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.mts +1 -1
  340. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.mts.map +1 -1
  341. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.ts +1 -1
  342. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.ts.map +1 -1
  343. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.js +3 -3
  344. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.js.map +1 -1
  345. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.mjs +3 -3
  346. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.mjs.map +1 -1
  347. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.mts +1 -1
  348. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.mts.map +1 -1
  349. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.ts +1 -1
  350. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.ts.map +1 -1
  351. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.js +10 -4
  352. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.js.map +1 -1
  353. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.mjs +10 -4
  354. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.mjs.map +1 -1
  355. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.mts +1 -1
  356. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.mts.map +1 -1
  357. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.ts +1 -1
  358. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.ts.map +1 -1
  359. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js +5 -4
  360. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js.map +1 -1
  361. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs +5 -4
  362. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs.map +1 -1
  363. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.mts +1 -1
  364. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.mts.map +1 -1
  365. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.ts +1 -1
  366. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.ts.map +1 -1
  367. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.js +3 -3
  368. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.js.map +1 -1
  369. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.mjs +3 -3
  370. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.mjs.map +1 -1
  371. package/tools/qbd/bills/create-qbd-bills.d.mts +1 -1
  372. package/tools/qbd/bills/create-qbd-bills.d.mts.map +1 -1
  373. package/tools/qbd/bills/create-qbd-bills.d.ts +1 -1
  374. package/tools/qbd/bills/create-qbd-bills.d.ts.map +1 -1
  375. package/tools/qbd/bills/create-qbd-bills.js +3 -3
  376. package/tools/qbd/bills/create-qbd-bills.js.map +1 -1
  377. package/tools/qbd/bills/create-qbd-bills.mjs +3 -3
  378. package/tools/qbd/bills/create-qbd-bills.mjs.map +1 -1
  379. package/tools/qbd/bills/delete-qbd-bills.d.mts +1 -1
  380. package/tools/qbd/bills/delete-qbd-bills.d.mts.map +1 -1
  381. package/tools/qbd/bills/delete-qbd-bills.d.ts +1 -1
  382. package/tools/qbd/bills/delete-qbd-bills.d.ts.map +1 -1
  383. package/tools/qbd/bills/delete-qbd-bills.js +10 -4
  384. package/tools/qbd/bills/delete-qbd-bills.js.map +1 -1
  385. package/tools/qbd/bills/delete-qbd-bills.mjs +10 -4
  386. package/tools/qbd/bills/delete-qbd-bills.mjs.map +1 -1
  387. package/tools/qbd/bills/list-qbd-bills.d.mts +1 -1
  388. package/tools/qbd/bills/list-qbd-bills.d.mts.map +1 -1
  389. package/tools/qbd/bills/list-qbd-bills.d.ts +1 -1
  390. package/tools/qbd/bills/list-qbd-bills.d.ts.map +1 -1
  391. package/tools/qbd/bills/list-qbd-bills.js +5 -4
  392. package/tools/qbd/bills/list-qbd-bills.js.map +1 -1
  393. package/tools/qbd/bills/list-qbd-bills.mjs +5 -4
  394. package/tools/qbd/bills/list-qbd-bills.mjs.map +1 -1
  395. package/tools/qbd/bills/retrieve-qbd-bills.d.mts +1 -1
  396. package/tools/qbd/bills/retrieve-qbd-bills.d.mts.map +1 -1
  397. package/tools/qbd/bills/retrieve-qbd-bills.d.ts +1 -1
  398. package/tools/qbd/bills/retrieve-qbd-bills.d.ts.map +1 -1
  399. package/tools/qbd/bills/retrieve-qbd-bills.js +3 -3
  400. package/tools/qbd/bills/retrieve-qbd-bills.js.map +1 -1
  401. package/tools/qbd/bills/retrieve-qbd-bills.mjs +3 -3
  402. package/tools/qbd/bills/retrieve-qbd-bills.mjs.map +1 -1
  403. package/tools/qbd/bills/update-qbd-bills.d.mts +1 -1
  404. package/tools/qbd/bills/update-qbd-bills.d.mts.map +1 -1
  405. package/tools/qbd/bills/update-qbd-bills.d.ts +1 -1
  406. package/tools/qbd/bills/update-qbd-bills.d.ts.map +1 -1
  407. package/tools/qbd/bills/update-qbd-bills.js +3 -3
  408. package/tools/qbd/bills/update-qbd-bills.js.map +1 -1
  409. package/tools/qbd/bills/update-qbd-bills.mjs +3 -3
  410. package/tools/qbd/bills/update-qbd-bills.mjs.map +1 -1
  411. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.mts +1 -1
  412. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.mts.map +1 -1
  413. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.ts +1 -1
  414. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.ts.map +1 -1
  415. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.js +3 -3
  416. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.js.map +1 -1
  417. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.mjs +3 -3
  418. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.mjs.map +1 -1
  419. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.mts +1 -1
  420. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.mts.map +1 -1
  421. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.ts +1 -1
  422. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.ts.map +1 -1
  423. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js +10 -4
  424. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js.map +1 -1
  425. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs +10 -4
  426. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs.map +1 -1
  427. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.mts +1 -1
  428. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.mts.map +1 -1
  429. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.ts +1 -1
  430. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.ts.map +1 -1
  431. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js +5 -4
  432. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js.map +1 -1
  433. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs +5 -4
  434. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs.map +1 -1
  435. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.mts +1 -1
  436. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.mts.map +1 -1
  437. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.ts +1 -1
  438. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.ts.map +1 -1
  439. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.js +3 -3
  440. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.js.map +1 -1
  441. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.mjs +3 -3
  442. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.mjs.map +1 -1
  443. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.mts +1 -1
  444. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.mts.map +1 -1
  445. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.ts +1 -1
  446. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.ts.map +1 -1
  447. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.js +3 -3
  448. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.js.map +1 -1
  449. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.mjs +3 -3
  450. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.mjs.map +1 -1
  451. package/tools/qbd/checks/create-qbd-checks.d.mts +1 -1
  452. package/tools/qbd/checks/create-qbd-checks.d.mts.map +1 -1
  453. package/tools/qbd/checks/create-qbd-checks.d.ts +1 -1
  454. package/tools/qbd/checks/create-qbd-checks.d.ts.map +1 -1
  455. package/tools/qbd/checks/create-qbd-checks.js +3 -3
  456. package/tools/qbd/checks/create-qbd-checks.js.map +1 -1
  457. package/tools/qbd/checks/create-qbd-checks.mjs +3 -3
  458. package/tools/qbd/checks/create-qbd-checks.mjs.map +1 -1
  459. package/tools/qbd/checks/delete-qbd-checks.d.mts +1 -1
  460. package/tools/qbd/checks/delete-qbd-checks.d.mts.map +1 -1
  461. package/tools/qbd/checks/delete-qbd-checks.d.ts +1 -1
  462. package/tools/qbd/checks/delete-qbd-checks.d.ts.map +1 -1
  463. package/tools/qbd/checks/delete-qbd-checks.js +10 -4
  464. package/tools/qbd/checks/delete-qbd-checks.js.map +1 -1
  465. package/tools/qbd/checks/delete-qbd-checks.mjs +10 -4
  466. package/tools/qbd/checks/delete-qbd-checks.mjs.map +1 -1
  467. package/tools/qbd/checks/list-qbd-checks.d.mts +1 -1
  468. package/tools/qbd/checks/list-qbd-checks.d.mts.map +1 -1
  469. package/tools/qbd/checks/list-qbd-checks.d.ts +1 -1
  470. package/tools/qbd/checks/list-qbd-checks.d.ts.map +1 -1
  471. package/tools/qbd/checks/list-qbd-checks.js +5 -4
  472. package/tools/qbd/checks/list-qbd-checks.js.map +1 -1
  473. package/tools/qbd/checks/list-qbd-checks.mjs +5 -4
  474. package/tools/qbd/checks/list-qbd-checks.mjs.map +1 -1
  475. package/tools/qbd/checks/retrieve-qbd-checks.d.mts +1 -1
  476. package/tools/qbd/checks/retrieve-qbd-checks.d.mts.map +1 -1
  477. package/tools/qbd/checks/retrieve-qbd-checks.d.ts +1 -1
  478. package/tools/qbd/checks/retrieve-qbd-checks.d.ts.map +1 -1
  479. package/tools/qbd/checks/retrieve-qbd-checks.js +3 -3
  480. package/tools/qbd/checks/retrieve-qbd-checks.js.map +1 -1
  481. package/tools/qbd/checks/retrieve-qbd-checks.mjs +3 -3
  482. package/tools/qbd/checks/retrieve-qbd-checks.mjs.map +1 -1
  483. package/tools/qbd/checks/update-qbd-checks.d.mts +1 -1
  484. package/tools/qbd/checks/update-qbd-checks.d.mts.map +1 -1
  485. package/tools/qbd/checks/update-qbd-checks.d.ts +1 -1
  486. package/tools/qbd/checks/update-qbd-checks.d.ts.map +1 -1
  487. package/tools/qbd/checks/update-qbd-checks.js +3 -3
  488. package/tools/qbd/checks/update-qbd-checks.js.map +1 -1
  489. package/tools/qbd/checks/update-qbd-checks.mjs +3 -3
  490. package/tools/qbd/checks/update-qbd-checks.mjs.map +1 -1
  491. package/tools/qbd/classes/create-qbd-classes.d.mts +1 -1
  492. package/tools/qbd/classes/create-qbd-classes.d.mts.map +1 -1
  493. package/tools/qbd/classes/create-qbd-classes.d.ts +1 -1
  494. package/tools/qbd/classes/create-qbd-classes.d.ts.map +1 -1
  495. package/tools/qbd/classes/create-qbd-classes.js +10 -4
  496. package/tools/qbd/classes/create-qbd-classes.js.map +1 -1
  497. package/tools/qbd/classes/create-qbd-classes.mjs +10 -4
  498. package/tools/qbd/classes/create-qbd-classes.mjs.map +1 -1
  499. package/tools/qbd/classes/list-qbd-classes.d.mts +1 -1
  500. package/tools/qbd/classes/list-qbd-classes.d.mts.map +1 -1
  501. package/tools/qbd/classes/list-qbd-classes.d.ts +1 -1
  502. package/tools/qbd/classes/list-qbd-classes.d.ts.map +1 -1
  503. package/tools/qbd/classes/list-qbd-classes.js +10 -4
  504. package/tools/qbd/classes/list-qbd-classes.js.map +1 -1
  505. package/tools/qbd/classes/list-qbd-classes.mjs +10 -4
  506. package/tools/qbd/classes/list-qbd-classes.mjs.map +1 -1
  507. package/tools/qbd/classes/retrieve-qbd-classes.d.mts +1 -1
  508. package/tools/qbd/classes/retrieve-qbd-classes.d.mts.map +1 -1
  509. package/tools/qbd/classes/retrieve-qbd-classes.d.ts +1 -1
  510. package/tools/qbd/classes/retrieve-qbd-classes.d.ts.map +1 -1
  511. package/tools/qbd/classes/retrieve-qbd-classes.js +10 -4
  512. package/tools/qbd/classes/retrieve-qbd-classes.js.map +1 -1
  513. package/tools/qbd/classes/retrieve-qbd-classes.mjs +10 -4
  514. package/tools/qbd/classes/retrieve-qbd-classes.mjs.map +1 -1
  515. package/tools/qbd/classes/update-qbd-classes.d.mts +1 -1
  516. package/tools/qbd/classes/update-qbd-classes.d.mts.map +1 -1
  517. package/tools/qbd/classes/update-qbd-classes.d.ts +1 -1
  518. package/tools/qbd/classes/update-qbd-classes.d.ts.map +1 -1
  519. package/tools/qbd/classes/update-qbd-classes.js +10 -4
  520. package/tools/qbd/classes/update-qbd-classes.js.map +1 -1
  521. package/tools/qbd/classes/update-qbd-classes.mjs +10 -4
  522. package/tools/qbd/classes/update-qbd-classes.mjs.map +1 -1
  523. package/tools/qbd/company/retrieve-qbd-company.d.mts +1 -1
  524. package/tools/qbd/company/retrieve-qbd-company.d.mts.map +1 -1
  525. package/tools/qbd/company/retrieve-qbd-company.d.ts +1 -1
  526. package/tools/qbd/company/retrieve-qbd-company.d.ts.map +1 -1
  527. package/tools/qbd/company/retrieve-qbd-company.js +3 -3
  528. package/tools/qbd/company/retrieve-qbd-company.js.map +1 -1
  529. package/tools/qbd/company/retrieve-qbd-company.mjs +3 -3
  530. package/tools/qbd/company/retrieve-qbd-company.mjs.map +1 -1
  531. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.mts +1 -1
  532. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.mts.map +1 -1
  533. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.ts +1 -1
  534. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.ts.map +1 -1
  535. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.js +3 -3
  536. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.js.map +1 -1
  537. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.mjs +3 -3
  538. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.mjs.map +1 -1
  539. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.mts +1 -1
  540. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.mts.map +1 -1
  541. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.ts +1 -1
  542. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.ts.map +1 -1
  543. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.js +10 -4
  544. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.js.map +1 -1
  545. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.mjs +10 -4
  546. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.mjs.map +1 -1
  547. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.mts +1 -1
  548. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.mts.map +1 -1
  549. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.ts +1 -1
  550. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.ts.map +1 -1
  551. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js +5 -4
  552. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js.map +1 -1
  553. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs +5 -4
  554. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs.map +1 -1
  555. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.mts +1 -1
  556. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.mts.map +1 -1
  557. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.ts +1 -1
  558. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.ts.map +1 -1
  559. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.js +3 -3
  560. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.js.map +1 -1
  561. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.mjs +3 -3
  562. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.mjs.map +1 -1
  563. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.mts +1 -1
  564. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.mts.map +1 -1
  565. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.ts +1 -1
  566. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.ts.map +1 -1
  567. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.js +3 -3
  568. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.js.map +1 -1
  569. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.mjs +3 -3
  570. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.mjs.map +1 -1
  571. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.mts +1 -1
  572. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.mts.map +1 -1
  573. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.ts +1 -1
  574. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.ts.map +1 -1
  575. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.js +3 -3
  576. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.js.map +1 -1
  577. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.mjs +3 -3
  578. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.mjs.map +1 -1
  579. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.mts +1 -1
  580. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.mts.map +1 -1
  581. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.ts +1 -1
  582. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.ts.map +1 -1
  583. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.js +10 -4
  584. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.js.map +1 -1
  585. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.mjs +10 -4
  586. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.mjs.map +1 -1
  587. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.mts +1 -1
  588. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.mts.map +1 -1
  589. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.ts +1 -1
  590. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.ts.map +1 -1
  591. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js +5 -4
  592. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js.map +1 -1
  593. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs +5 -4
  594. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs.map +1 -1
  595. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.mts +1 -1
  596. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.mts.map +1 -1
  597. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.ts +1 -1
  598. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.ts.map +1 -1
  599. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.js +3 -3
  600. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.js.map +1 -1
  601. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.mjs +3 -3
  602. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.mjs.map +1 -1
  603. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.mts +1 -1
  604. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.mts.map +1 -1
  605. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.ts +1 -1
  606. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.ts.map +1 -1
  607. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.js +3 -3
  608. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.js.map +1 -1
  609. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.mjs +3 -3
  610. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.mjs.map +1 -1
  611. package/tools/qbd/credit-memos/create-qbd-credit-memos.d.mts +1 -1
  612. package/tools/qbd/credit-memos/create-qbd-credit-memos.d.mts.map +1 -1
  613. package/tools/qbd/credit-memos/create-qbd-credit-memos.d.ts +1 -1
  614. package/tools/qbd/credit-memos/create-qbd-credit-memos.d.ts.map +1 -1
  615. package/tools/qbd/credit-memos/create-qbd-credit-memos.js +3 -3
  616. package/tools/qbd/credit-memos/create-qbd-credit-memos.js.map +1 -1
  617. package/tools/qbd/credit-memos/create-qbd-credit-memos.mjs +3 -3
  618. package/tools/qbd/credit-memos/create-qbd-credit-memos.mjs.map +1 -1
  619. package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.mts +1 -1
  620. package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.mts.map +1 -1
  621. package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.ts +1 -1
  622. package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.ts.map +1 -1
  623. package/tools/qbd/credit-memos/delete-qbd-credit-memos.js +10 -4
  624. package/tools/qbd/credit-memos/delete-qbd-credit-memos.js.map +1 -1
  625. package/tools/qbd/credit-memos/delete-qbd-credit-memos.mjs +10 -4
  626. package/tools/qbd/credit-memos/delete-qbd-credit-memos.mjs.map +1 -1
  627. package/tools/qbd/credit-memos/list-qbd-credit-memos.d.mts +1 -1
  628. package/tools/qbd/credit-memos/list-qbd-credit-memos.d.mts.map +1 -1
  629. package/tools/qbd/credit-memos/list-qbd-credit-memos.d.ts +1 -1
  630. package/tools/qbd/credit-memos/list-qbd-credit-memos.d.ts.map +1 -1
  631. package/tools/qbd/credit-memos/list-qbd-credit-memos.js +5 -4
  632. package/tools/qbd/credit-memos/list-qbd-credit-memos.js.map +1 -1
  633. package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs +5 -4
  634. package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs.map +1 -1
  635. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.mts +1 -1
  636. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.mts.map +1 -1
  637. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.ts +1 -1
  638. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.ts.map +1 -1
  639. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.js +3 -3
  640. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.js.map +1 -1
  641. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.mjs +3 -3
  642. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.mjs.map +1 -1
  643. package/tools/qbd/credit-memos/update-qbd-credit-memos.d.mts +1 -1
  644. package/tools/qbd/credit-memos/update-qbd-credit-memos.d.mts.map +1 -1
  645. package/tools/qbd/credit-memos/update-qbd-credit-memos.d.ts +1 -1
  646. package/tools/qbd/credit-memos/update-qbd-credit-memos.d.ts.map +1 -1
  647. package/tools/qbd/credit-memos/update-qbd-credit-memos.js +3 -3
  648. package/tools/qbd/credit-memos/update-qbd-credit-memos.js.map +1 -1
  649. package/tools/qbd/credit-memos/update-qbd-credit-memos.mjs +3 -3
  650. package/tools/qbd/credit-memos/update-qbd-credit-memos.mjs.map +1 -1
  651. package/tools/qbd/customers/create-qbd-customers.d.mts +1 -1
  652. package/tools/qbd/customers/create-qbd-customers.d.mts.map +1 -1
  653. package/tools/qbd/customers/create-qbd-customers.d.ts +1 -1
  654. package/tools/qbd/customers/create-qbd-customers.d.ts.map +1 -1
  655. package/tools/qbd/customers/create-qbd-customers.js +3 -3
  656. package/tools/qbd/customers/create-qbd-customers.js.map +1 -1
  657. package/tools/qbd/customers/create-qbd-customers.mjs +3 -3
  658. package/tools/qbd/customers/create-qbd-customers.mjs.map +1 -1
  659. package/tools/qbd/customers/list-qbd-customers.d.mts +1 -1
  660. package/tools/qbd/customers/list-qbd-customers.d.mts.map +1 -1
  661. package/tools/qbd/customers/list-qbd-customers.d.ts +1 -1
  662. package/tools/qbd/customers/list-qbd-customers.d.ts.map +1 -1
  663. package/tools/qbd/customers/list-qbd-customers.js +5 -4
  664. package/tools/qbd/customers/list-qbd-customers.js.map +1 -1
  665. package/tools/qbd/customers/list-qbd-customers.mjs +5 -4
  666. package/tools/qbd/customers/list-qbd-customers.mjs.map +1 -1
  667. package/tools/qbd/customers/retrieve-qbd-customers.d.mts +1 -1
  668. package/tools/qbd/customers/retrieve-qbd-customers.d.mts.map +1 -1
  669. package/tools/qbd/customers/retrieve-qbd-customers.d.ts +1 -1
  670. package/tools/qbd/customers/retrieve-qbd-customers.d.ts.map +1 -1
  671. package/tools/qbd/customers/retrieve-qbd-customers.js +3 -3
  672. package/tools/qbd/customers/retrieve-qbd-customers.js.map +1 -1
  673. package/tools/qbd/customers/retrieve-qbd-customers.mjs +3 -3
  674. package/tools/qbd/customers/retrieve-qbd-customers.mjs.map +1 -1
  675. package/tools/qbd/customers/update-qbd-customers.d.mts +1 -1
  676. package/tools/qbd/customers/update-qbd-customers.d.mts.map +1 -1
  677. package/tools/qbd/customers/update-qbd-customers.d.ts +1 -1
  678. package/tools/qbd/customers/update-qbd-customers.d.ts.map +1 -1
  679. package/tools/qbd/customers/update-qbd-customers.js +3 -3
  680. package/tools/qbd/customers/update-qbd-customers.js.map +1 -1
  681. package/tools/qbd/customers/update-qbd-customers.mjs +3 -3
  682. package/tools/qbd/customers/update-qbd-customers.mjs.map +1 -1
  683. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.mts +1 -1
  684. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.mts.map +1 -1
  685. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.ts +1 -1
  686. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.ts.map +1 -1
  687. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js +10 -4
  688. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js.map +1 -1
  689. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.mjs +10 -4
  690. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.mjs.map +1 -1
  691. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.mts +1 -1
  692. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.mts.map +1 -1
  693. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.ts +1 -1
  694. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.ts.map +1 -1
  695. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js +10 -4
  696. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js.map +1 -1
  697. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs +10 -4
  698. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs.map +1 -1
  699. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.mts +1 -1
  700. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.mts.map +1 -1
  701. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.ts +1 -1
  702. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.ts.map +1 -1
  703. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js +10 -4
  704. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js.map +1 -1
  705. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs +10 -4
  706. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs.map +1 -1
  707. package/tools/qbd/discount-items/create-qbd-discount-items.d.mts +1 -1
  708. package/tools/qbd/discount-items/create-qbd-discount-items.d.mts.map +1 -1
  709. package/tools/qbd/discount-items/create-qbd-discount-items.d.ts +1 -1
  710. package/tools/qbd/discount-items/create-qbd-discount-items.d.ts.map +1 -1
  711. package/tools/qbd/discount-items/create-qbd-discount-items.js +3 -3
  712. package/tools/qbd/discount-items/create-qbd-discount-items.js.map +1 -1
  713. package/tools/qbd/discount-items/create-qbd-discount-items.mjs +3 -3
  714. package/tools/qbd/discount-items/create-qbd-discount-items.mjs.map +1 -1
  715. package/tools/qbd/discount-items/list-qbd-discount-items.d.mts +1 -1
  716. package/tools/qbd/discount-items/list-qbd-discount-items.d.mts.map +1 -1
  717. package/tools/qbd/discount-items/list-qbd-discount-items.d.ts +1 -1
  718. package/tools/qbd/discount-items/list-qbd-discount-items.d.ts.map +1 -1
  719. package/tools/qbd/discount-items/list-qbd-discount-items.js +5 -4
  720. package/tools/qbd/discount-items/list-qbd-discount-items.js.map +1 -1
  721. package/tools/qbd/discount-items/list-qbd-discount-items.mjs +5 -4
  722. package/tools/qbd/discount-items/list-qbd-discount-items.mjs.map +1 -1
  723. package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.mts +1 -1
  724. package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.mts.map +1 -1
  725. package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.ts +1 -1
  726. package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.ts.map +1 -1
  727. package/tools/qbd/discount-items/retrieve-qbd-discount-items.js +3 -3
  728. package/tools/qbd/discount-items/retrieve-qbd-discount-items.js.map +1 -1
  729. package/tools/qbd/discount-items/retrieve-qbd-discount-items.mjs +3 -3
  730. package/tools/qbd/discount-items/retrieve-qbd-discount-items.mjs.map +1 -1
  731. package/tools/qbd/discount-items/update-qbd-discount-items.d.mts +1 -1
  732. package/tools/qbd/discount-items/update-qbd-discount-items.d.mts.map +1 -1
  733. package/tools/qbd/discount-items/update-qbd-discount-items.d.ts +1 -1
  734. package/tools/qbd/discount-items/update-qbd-discount-items.d.ts.map +1 -1
  735. package/tools/qbd/discount-items/update-qbd-discount-items.js +3 -3
  736. package/tools/qbd/discount-items/update-qbd-discount-items.js.map +1 -1
  737. package/tools/qbd/discount-items/update-qbd-discount-items.mjs +3 -3
  738. package/tools/qbd/discount-items/update-qbd-discount-items.mjs.map +1 -1
  739. package/tools/qbd/employees/create-qbd-employees.d.mts +1 -1
  740. package/tools/qbd/employees/create-qbd-employees.d.mts.map +1 -1
  741. package/tools/qbd/employees/create-qbd-employees.d.ts +1 -1
  742. package/tools/qbd/employees/create-qbd-employees.d.ts.map +1 -1
  743. package/tools/qbd/employees/create-qbd-employees.js +3 -3
  744. package/tools/qbd/employees/create-qbd-employees.js.map +1 -1
  745. package/tools/qbd/employees/create-qbd-employees.mjs +3 -3
  746. package/tools/qbd/employees/create-qbd-employees.mjs.map +1 -1
  747. package/tools/qbd/employees/list-qbd-employees.d.mts +1 -1
  748. package/tools/qbd/employees/list-qbd-employees.d.mts.map +1 -1
  749. package/tools/qbd/employees/list-qbd-employees.d.ts +1 -1
  750. package/tools/qbd/employees/list-qbd-employees.d.ts.map +1 -1
  751. package/tools/qbd/employees/list-qbd-employees.js +5 -4
  752. package/tools/qbd/employees/list-qbd-employees.js.map +1 -1
  753. package/tools/qbd/employees/list-qbd-employees.mjs +5 -4
  754. package/tools/qbd/employees/list-qbd-employees.mjs.map +1 -1
  755. package/tools/qbd/employees/retrieve-qbd-employees.d.mts +1 -1
  756. package/tools/qbd/employees/retrieve-qbd-employees.d.mts.map +1 -1
  757. package/tools/qbd/employees/retrieve-qbd-employees.d.ts +1 -1
  758. package/tools/qbd/employees/retrieve-qbd-employees.d.ts.map +1 -1
  759. package/tools/qbd/employees/retrieve-qbd-employees.js +3 -3
  760. package/tools/qbd/employees/retrieve-qbd-employees.js.map +1 -1
  761. package/tools/qbd/employees/retrieve-qbd-employees.mjs +3 -3
  762. package/tools/qbd/employees/retrieve-qbd-employees.mjs.map +1 -1
  763. package/tools/qbd/employees/update-qbd-employees.d.mts +1 -1
  764. package/tools/qbd/employees/update-qbd-employees.d.mts.map +1 -1
  765. package/tools/qbd/employees/update-qbd-employees.d.ts +1 -1
  766. package/tools/qbd/employees/update-qbd-employees.d.ts.map +1 -1
  767. package/tools/qbd/employees/update-qbd-employees.js +3 -3
  768. package/tools/qbd/employees/update-qbd-employees.js.map +1 -1
  769. package/tools/qbd/employees/update-qbd-employees.mjs +3 -3
  770. package/tools/qbd/employees/update-qbd-employees.mjs.map +1 -1
  771. package/tools/qbd/estimates/create-qbd-estimates.d.mts +1 -1
  772. package/tools/qbd/estimates/create-qbd-estimates.d.mts.map +1 -1
  773. package/tools/qbd/estimates/create-qbd-estimates.d.ts +1 -1
  774. package/tools/qbd/estimates/create-qbd-estimates.d.ts.map +1 -1
  775. package/tools/qbd/estimates/create-qbd-estimates.js +3 -3
  776. package/tools/qbd/estimates/create-qbd-estimates.js.map +1 -1
  777. package/tools/qbd/estimates/create-qbd-estimates.mjs +3 -3
  778. package/tools/qbd/estimates/create-qbd-estimates.mjs.map +1 -1
  779. package/tools/qbd/estimates/delete-qbd-estimates.d.mts +1 -1
  780. package/tools/qbd/estimates/delete-qbd-estimates.d.mts.map +1 -1
  781. package/tools/qbd/estimates/delete-qbd-estimates.d.ts +1 -1
  782. package/tools/qbd/estimates/delete-qbd-estimates.d.ts.map +1 -1
  783. package/tools/qbd/estimates/delete-qbd-estimates.js +10 -4
  784. package/tools/qbd/estimates/delete-qbd-estimates.js.map +1 -1
  785. package/tools/qbd/estimates/delete-qbd-estimates.mjs +10 -4
  786. package/tools/qbd/estimates/delete-qbd-estimates.mjs.map +1 -1
  787. package/tools/qbd/estimates/list-qbd-estimates.d.mts +1 -1
  788. package/tools/qbd/estimates/list-qbd-estimates.d.mts.map +1 -1
  789. package/tools/qbd/estimates/list-qbd-estimates.d.ts +1 -1
  790. package/tools/qbd/estimates/list-qbd-estimates.d.ts.map +1 -1
  791. package/tools/qbd/estimates/list-qbd-estimates.js +5 -4
  792. package/tools/qbd/estimates/list-qbd-estimates.js.map +1 -1
  793. package/tools/qbd/estimates/list-qbd-estimates.mjs +5 -4
  794. package/tools/qbd/estimates/list-qbd-estimates.mjs.map +1 -1
  795. package/tools/qbd/estimates/retrieve-qbd-estimates.d.mts +1 -1
  796. package/tools/qbd/estimates/retrieve-qbd-estimates.d.mts.map +1 -1
  797. package/tools/qbd/estimates/retrieve-qbd-estimates.d.ts +1 -1
  798. package/tools/qbd/estimates/retrieve-qbd-estimates.d.ts.map +1 -1
  799. package/tools/qbd/estimates/retrieve-qbd-estimates.js +3 -3
  800. package/tools/qbd/estimates/retrieve-qbd-estimates.js.map +1 -1
  801. package/tools/qbd/estimates/retrieve-qbd-estimates.mjs +3 -3
  802. package/tools/qbd/estimates/retrieve-qbd-estimates.mjs.map +1 -1
  803. package/tools/qbd/estimates/update-qbd-estimates.d.mts +1 -1
  804. package/tools/qbd/estimates/update-qbd-estimates.d.mts.map +1 -1
  805. package/tools/qbd/estimates/update-qbd-estimates.d.ts +1 -1
  806. package/tools/qbd/estimates/update-qbd-estimates.d.ts.map +1 -1
  807. package/tools/qbd/estimates/update-qbd-estimates.js +3 -3
  808. package/tools/qbd/estimates/update-qbd-estimates.js.map +1 -1
  809. package/tools/qbd/estimates/update-qbd-estimates.mjs +3 -3
  810. package/tools/qbd/estimates/update-qbd-estimates.mjs.map +1 -1
  811. package/tools/qbd/health-check-qbd.d.mts +1 -1
  812. package/tools/qbd/health-check-qbd.d.mts.map +1 -1
  813. package/tools/qbd/health-check-qbd.d.ts +1 -1
  814. package/tools/qbd/health-check-qbd.d.ts.map +1 -1
  815. package/tools/qbd/health-check-qbd.js +10 -4
  816. package/tools/qbd/health-check-qbd.js.map +1 -1
  817. package/tools/qbd/health-check-qbd.mjs +10 -4
  818. package/tools/qbd/health-check-qbd.mjs.map +1 -1
  819. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.mts +1 -1
  820. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.mts.map +1 -1
  821. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.ts +1 -1
  822. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.ts.map +1 -1
  823. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.js +3 -3
  824. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.js.map +1 -1
  825. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.mjs +3 -3
  826. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.mjs.map +1 -1
  827. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.mts +1 -1
  828. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.mts.map +1 -1
  829. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.ts +1 -1
  830. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.ts.map +1 -1
  831. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.js +10 -4
  832. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.js.map +1 -1
  833. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.mjs +10 -4
  834. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.mjs.map +1 -1
  835. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.mts +1 -1
  836. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.mts.map +1 -1
  837. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.ts +1 -1
  838. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.ts.map +1 -1
  839. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js +3 -3
  840. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js.map +1 -1
  841. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs +3 -3
  842. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs.map +1 -1
  843. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.mts +1 -1
  844. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.mts.map +1 -1
  845. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.ts +1 -1
  846. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.ts.map +1 -1
  847. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.js +3 -3
  848. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.js.map +1 -1
  849. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.mjs +3 -3
  850. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.mjs.map +1 -1
  851. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.mts +1 -1
  852. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.mts.map +1 -1
  853. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.ts +1 -1
  854. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.ts.map +1 -1
  855. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.js +3 -3
  856. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.js.map +1 -1
  857. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.mjs +3 -3
  858. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.mjs.map +1 -1
  859. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.mts +1 -1
  860. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.mts.map +1 -1
  861. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.ts +1 -1
  862. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.ts.map +1 -1
  863. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.js +3 -3
  864. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.js.map +1 -1
  865. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.mjs +3 -3
  866. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.mjs.map +1 -1
  867. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.mts +1 -1
  868. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.mts.map +1 -1
  869. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.ts +1 -1
  870. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.ts.map +1 -1
  871. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js +5 -4
  872. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js.map +1 -1
  873. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.mjs +5 -4
  874. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.mjs.map +1 -1
  875. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.mts +1 -1
  876. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.mts.map +1 -1
  877. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.ts +1 -1
  878. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.ts.map +1 -1
  879. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.js +3 -3
  880. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.js.map +1 -1
  881. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.mjs +3 -3
  882. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.mjs.map +1 -1
  883. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.mts +1 -1
  884. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.mts.map +1 -1
  885. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.ts +1 -1
  886. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.ts.map +1 -1
  887. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.js +3 -3
  888. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.js.map +1 -1
  889. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.mjs +3 -3
  890. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.mjs.map +1 -1
  891. package/tools/qbd/inventory-items/create-qbd-inventory-items.d.mts +1 -1
  892. package/tools/qbd/inventory-items/create-qbd-inventory-items.d.mts.map +1 -1
  893. package/tools/qbd/inventory-items/create-qbd-inventory-items.d.ts +1 -1
  894. package/tools/qbd/inventory-items/create-qbd-inventory-items.d.ts.map +1 -1
  895. package/tools/qbd/inventory-items/create-qbd-inventory-items.js +3 -3
  896. package/tools/qbd/inventory-items/create-qbd-inventory-items.js.map +1 -1
  897. package/tools/qbd/inventory-items/create-qbd-inventory-items.mjs +3 -3
  898. package/tools/qbd/inventory-items/create-qbd-inventory-items.mjs.map +1 -1
  899. package/tools/qbd/inventory-items/list-qbd-inventory-items.d.mts +1 -1
  900. package/tools/qbd/inventory-items/list-qbd-inventory-items.d.mts.map +1 -1
  901. package/tools/qbd/inventory-items/list-qbd-inventory-items.d.ts +1 -1
  902. package/tools/qbd/inventory-items/list-qbd-inventory-items.d.ts.map +1 -1
  903. package/tools/qbd/inventory-items/list-qbd-inventory-items.js +5 -4
  904. package/tools/qbd/inventory-items/list-qbd-inventory-items.js.map +1 -1
  905. package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs +5 -4
  906. package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs.map +1 -1
  907. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.mts +1 -1
  908. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.mts.map +1 -1
  909. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.ts +1 -1
  910. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.ts.map +1 -1
  911. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.js +3 -3
  912. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.js.map +1 -1
  913. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.mjs +3 -3
  914. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.mjs.map +1 -1
  915. package/tools/qbd/inventory-items/update-qbd-inventory-items.d.mts +1 -1
  916. package/tools/qbd/inventory-items/update-qbd-inventory-items.d.mts.map +1 -1
  917. package/tools/qbd/inventory-items/update-qbd-inventory-items.d.ts +1 -1
  918. package/tools/qbd/inventory-items/update-qbd-inventory-items.d.ts.map +1 -1
  919. package/tools/qbd/inventory-items/update-qbd-inventory-items.js +3 -3
  920. package/tools/qbd/inventory-items/update-qbd-inventory-items.js.map +1 -1
  921. package/tools/qbd/inventory-items/update-qbd-inventory-items.mjs +3 -3
  922. package/tools/qbd/inventory-items/update-qbd-inventory-items.mjs.map +1 -1
  923. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.mts +1 -1
  924. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.mts.map +1 -1
  925. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.ts +1 -1
  926. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.ts.map +1 -1
  927. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js +10 -4
  928. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js.map +1 -1
  929. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs +10 -4
  930. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs.map +1 -1
  931. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.mts +1 -1
  932. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.mts.map +1 -1
  933. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.ts +1 -1
  934. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.ts.map +1 -1
  935. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js +10 -4
  936. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js.map +1 -1
  937. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs +10 -4
  938. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs.map +1 -1
  939. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.mts +1 -1
  940. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.mts.map +1 -1
  941. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.ts +1 -1
  942. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.ts.map +1 -1
  943. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js +10 -4
  944. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js.map +1 -1
  945. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs +10 -4
  946. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs.map +1 -1
  947. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.mts +1 -1
  948. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.mts.map +1 -1
  949. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.ts +1 -1
  950. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.ts.map +1 -1
  951. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.js +10 -4
  952. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.js.map +1 -1
  953. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.mjs +10 -4
  954. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.mjs.map +1 -1
  955. package/tools/qbd/invoices/create-qbd-invoices.d.mts +1 -1
  956. package/tools/qbd/invoices/create-qbd-invoices.d.mts.map +1 -1
  957. package/tools/qbd/invoices/create-qbd-invoices.d.ts +1 -1
  958. package/tools/qbd/invoices/create-qbd-invoices.d.ts.map +1 -1
  959. package/tools/qbd/invoices/create-qbd-invoices.js +3 -3
  960. package/tools/qbd/invoices/create-qbd-invoices.js.map +1 -1
  961. package/tools/qbd/invoices/create-qbd-invoices.mjs +3 -3
  962. package/tools/qbd/invoices/create-qbd-invoices.mjs.map +1 -1
  963. package/tools/qbd/invoices/delete-qbd-invoices.d.mts +1 -1
  964. package/tools/qbd/invoices/delete-qbd-invoices.d.mts.map +1 -1
  965. package/tools/qbd/invoices/delete-qbd-invoices.d.ts +1 -1
  966. package/tools/qbd/invoices/delete-qbd-invoices.d.ts.map +1 -1
  967. package/tools/qbd/invoices/delete-qbd-invoices.js +10 -4
  968. package/tools/qbd/invoices/delete-qbd-invoices.js.map +1 -1
  969. package/tools/qbd/invoices/delete-qbd-invoices.mjs +10 -4
  970. package/tools/qbd/invoices/delete-qbd-invoices.mjs.map +1 -1
  971. package/tools/qbd/invoices/list-qbd-invoices.d.mts +1 -1
  972. package/tools/qbd/invoices/list-qbd-invoices.d.mts.map +1 -1
  973. package/tools/qbd/invoices/list-qbd-invoices.d.ts +1 -1
  974. package/tools/qbd/invoices/list-qbd-invoices.d.ts.map +1 -1
  975. package/tools/qbd/invoices/list-qbd-invoices.js +5 -4
  976. package/tools/qbd/invoices/list-qbd-invoices.js.map +1 -1
  977. package/tools/qbd/invoices/list-qbd-invoices.mjs +5 -4
  978. package/tools/qbd/invoices/list-qbd-invoices.mjs.map +1 -1
  979. package/tools/qbd/invoices/retrieve-qbd-invoices.d.mts +1 -1
  980. package/tools/qbd/invoices/retrieve-qbd-invoices.d.mts.map +1 -1
  981. package/tools/qbd/invoices/retrieve-qbd-invoices.d.ts +1 -1
  982. package/tools/qbd/invoices/retrieve-qbd-invoices.d.ts.map +1 -1
  983. package/tools/qbd/invoices/retrieve-qbd-invoices.js +3 -3
  984. package/tools/qbd/invoices/retrieve-qbd-invoices.js.map +1 -1
  985. package/tools/qbd/invoices/retrieve-qbd-invoices.mjs +3 -3
  986. package/tools/qbd/invoices/retrieve-qbd-invoices.mjs.map +1 -1
  987. package/tools/qbd/invoices/update-qbd-invoices.d.mts +1 -1
  988. package/tools/qbd/invoices/update-qbd-invoices.d.mts.map +1 -1
  989. package/tools/qbd/invoices/update-qbd-invoices.d.ts +1 -1
  990. package/tools/qbd/invoices/update-qbd-invoices.d.ts.map +1 -1
  991. package/tools/qbd/invoices/update-qbd-invoices.js +3 -3
  992. package/tools/qbd/invoices/update-qbd-invoices.js.map +1 -1
  993. package/tools/qbd/invoices/update-qbd-invoices.mjs +3 -3
  994. package/tools/qbd/invoices/update-qbd-invoices.mjs.map +1 -1
  995. package/tools/qbd/item-groups/create-qbd-item-groups.d.mts +1 -1
  996. package/tools/qbd/item-groups/create-qbd-item-groups.d.mts.map +1 -1
  997. package/tools/qbd/item-groups/create-qbd-item-groups.d.ts +1 -1
  998. package/tools/qbd/item-groups/create-qbd-item-groups.d.ts.map +1 -1
  999. package/tools/qbd/item-groups/create-qbd-item-groups.js +3 -3
  1000. package/tools/qbd/item-groups/create-qbd-item-groups.js.map +1 -1
  1001. package/tools/qbd/item-groups/create-qbd-item-groups.mjs +3 -3
  1002. package/tools/qbd/item-groups/create-qbd-item-groups.mjs.map +1 -1
  1003. package/tools/qbd/item-groups/list-qbd-item-groups.d.mts +1 -1
  1004. package/tools/qbd/item-groups/list-qbd-item-groups.d.mts.map +1 -1
  1005. package/tools/qbd/item-groups/list-qbd-item-groups.d.ts +1 -1
  1006. package/tools/qbd/item-groups/list-qbd-item-groups.d.ts.map +1 -1
  1007. package/tools/qbd/item-groups/list-qbd-item-groups.js +5 -4
  1008. package/tools/qbd/item-groups/list-qbd-item-groups.js.map +1 -1
  1009. package/tools/qbd/item-groups/list-qbd-item-groups.mjs +5 -4
  1010. package/tools/qbd/item-groups/list-qbd-item-groups.mjs.map +1 -1
  1011. package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.mts +1 -1
  1012. package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.mts.map +1 -1
  1013. package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.ts +1 -1
  1014. package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.ts.map +1 -1
  1015. package/tools/qbd/item-groups/retrieve-qbd-item-groups.js +10 -4
  1016. package/tools/qbd/item-groups/retrieve-qbd-item-groups.js.map +1 -1
  1017. package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs +10 -4
  1018. package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs.map +1 -1
  1019. package/tools/qbd/item-groups/update-qbd-item-groups.d.mts +1 -1
  1020. package/tools/qbd/item-groups/update-qbd-item-groups.d.mts.map +1 -1
  1021. package/tools/qbd/item-groups/update-qbd-item-groups.d.ts +1 -1
  1022. package/tools/qbd/item-groups/update-qbd-item-groups.d.ts.map +1 -1
  1023. package/tools/qbd/item-groups/update-qbd-item-groups.js +3 -3
  1024. package/tools/qbd/item-groups/update-qbd-item-groups.js.map +1 -1
  1025. package/tools/qbd/item-groups/update-qbd-item-groups.mjs +3 -3
  1026. package/tools/qbd/item-groups/update-qbd-item-groups.mjs.map +1 -1
  1027. package/tools/qbd/item-receipts/create-qbd-item-receipts.d.mts +1 -1
  1028. package/tools/qbd/item-receipts/create-qbd-item-receipts.d.mts.map +1 -1
  1029. package/tools/qbd/item-receipts/create-qbd-item-receipts.d.ts +1 -1
  1030. package/tools/qbd/item-receipts/create-qbd-item-receipts.d.ts.map +1 -1
  1031. package/tools/qbd/item-receipts/create-qbd-item-receipts.js +3 -3
  1032. package/tools/qbd/item-receipts/create-qbd-item-receipts.js.map +1 -1
  1033. package/tools/qbd/item-receipts/create-qbd-item-receipts.mjs +3 -3
  1034. package/tools/qbd/item-receipts/create-qbd-item-receipts.mjs.map +1 -1
  1035. package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.mts +1 -1
  1036. package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.mts.map +1 -1
  1037. package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.ts +1 -1
  1038. package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.ts.map +1 -1
  1039. package/tools/qbd/item-receipts/delete-qbd-item-receipts.js +10 -4
  1040. package/tools/qbd/item-receipts/delete-qbd-item-receipts.js.map +1 -1
  1041. package/tools/qbd/item-receipts/delete-qbd-item-receipts.mjs +10 -4
  1042. package/tools/qbd/item-receipts/delete-qbd-item-receipts.mjs.map +1 -1
  1043. package/tools/qbd/item-receipts/list-qbd-item-receipts.d.mts +1 -1
  1044. package/tools/qbd/item-receipts/list-qbd-item-receipts.d.mts.map +1 -1
  1045. package/tools/qbd/item-receipts/list-qbd-item-receipts.d.ts +1 -1
  1046. package/tools/qbd/item-receipts/list-qbd-item-receipts.d.ts.map +1 -1
  1047. package/tools/qbd/item-receipts/list-qbd-item-receipts.js +5 -4
  1048. package/tools/qbd/item-receipts/list-qbd-item-receipts.js.map +1 -1
  1049. package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs +5 -4
  1050. package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs.map +1 -1
  1051. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.mts +1 -1
  1052. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.mts.map +1 -1
  1053. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.ts +1 -1
  1054. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.ts.map +1 -1
  1055. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.js +3 -3
  1056. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.js.map +1 -1
  1057. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.mjs +3 -3
  1058. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.mjs.map +1 -1
  1059. package/tools/qbd/item-receipts/update-qbd-item-receipts.d.mts +1 -1
  1060. package/tools/qbd/item-receipts/update-qbd-item-receipts.d.mts.map +1 -1
  1061. package/tools/qbd/item-receipts/update-qbd-item-receipts.d.ts +1 -1
  1062. package/tools/qbd/item-receipts/update-qbd-item-receipts.d.ts.map +1 -1
  1063. package/tools/qbd/item-receipts/update-qbd-item-receipts.js +3 -3
  1064. package/tools/qbd/item-receipts/update-qbd-item-receipts.js.map +1 -1
  1065. package/tools/qbd/item-receipts/update-qbd-item-receipts.mjs +3 -3
  1066. package/tools/qbd/item-receipts/update-qbd-item-receipts.mjs.map +1 -1
  1067. package/tools/qbd/item-sites/list-qbd-item-sites.d.mts +1 -1
  1068. package/tools/qbd/item-sites/list-qbd-item-sites.d.mts.map +1 -1
  1069. package/tools/qbd/item-sites/list-qbd-item-sites.d.ts +1 -1
  1070. package/tools/qbd/item-sites/list-qbd-item-sites.d.ts.map +1 -1
  1071. package/tools/qbd/item-sites/list-qbd-item-sites.js +5 -4
  1072. package/tools/qbd/item-sites/list-qbd-item-sites.js.map +1 -1
  1073. package/tools/qbd/item-sites/list-qbd-item-sites.mjs +5 -4
  1074. package/tools/qbd/item-sites/list-qbd-item-sites.mjs.map +1 -1
  1075. package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.mts +1 -1
  1076. package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.mts.map +1 -1
  1077. package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.ts +1 -1
  1078. package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.ts.map +1 -1
  1079. package/tools/qbd/item-sites/retrieve-qbd-item-sites.js +10 -4
  1080. package/tools/qbd/item-sites/retrieve-qbd-item-sites.js.map +1 -1
  1081. package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs +10 -4
  1082. package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs.map +1 -1
  1083. package/tools/qbd/journal-entries/create-qbd-journal-entries.d.mts +1 -1
  1084. package/tools/qbd/journal-entries/create-qbd-journal-entries.d.mts.map +1 -1
  1085. package/tools/qbd/journal-entries/create-qbd-journal-entries.d.ts +1 -1
  1086. package/tools/qbd/journal-entries/create-qbd-journal-entries.d.ts.map +1 -1
  1087. package/tools/qbd/journal-entries/create-qbd-journal-entries.js +3 -3
  1088. package/tools/qbd/journal-entries/create-qbd-journal-entries.js.map +1 -1
  1089. package/tools/qbd/journal-entries/create-qbd-journal-entries.mjs +3 -3
  1090. package/tools/qbd/journal-entries/create-qbd-journal-entries.mjs.map +1 -1
  1091. package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.mts +1 -1
  1092. package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.mts.map +1 -1
  1093. package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.ts +1 -1
  1094. package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.ts.map +1 -1
  1095. package/tools/qbd/journal-entries/delete-qbd-journal-entries.js +10 -4
  1096. package/tools/qbd/journal-entries/delete-qbd-journal-entries.js.map +1 -1
  1097. package/tools/qbd/journal-entries/delete-qbd-journal-entries.mjs +10 -4
  1098. package/tools/qbd/journal-entries/delete-qbd-journal-entries.mjs.map +1 -1
  1099. package/tools/qbd/journal-entries/list-qbd-journal-entries.d.mts +1 -1
  1100. package/tools/qbd/journal-entries/list-qbd-journal-entries.d.mts.map +1 -1
  1101. package/tools/qbd/journal-entries/list-qbd-journal-entries.d.ts +1 -1
  1102. package/tools/qbd/journal-entries/list-qbd-journal-entries.d.ts.map +1 -1
  1103. package/tools/qbd/journal-entries/list-qbd-journal-entries.js +5 -4
  1104. package/tools/qbd/journal-entries/list-qbd-journal-entries.js.map +1 -1
  1105. package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs +5 -4
  1106. package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs.map +1 -1
  1107. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.mts +1 -1
  1108. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.mts.map +1 -1
  1109. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.ts +1 -1
  1110. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.ts.map +1 -1
  1111. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.js +3 -3
  1112. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.js.map +1 -1
  1113. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.mjs +3 -3
  1114. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.mjs.map +1 -1
  1115. package/tools/qbd/journal-entries/update-qbd-journal-entries.d.mts +1 -1
  1116. package/tools/qbd/journal-entries/update-qbd-journal-entries.d.mts.map +1 -1
  1117. package/tools/qbd/journal-entries/update-qbd-journal-entries.d.ts +1 -1
  1118. package/tools/qbd/journal-entries/update-qbd-journal-entries.d.ts.map +1 -1
  1119. package/tools/qbd/journal-entries/update-qbd-journal-entries.js +3 -3
  1120. package/tools/qbd/journal-entries/update-qbd-journal-entries.js.map +1 -1
  1121. package/tools/qbd/journal-entries/update-qbd-journal-entries.mjs +3 -3
  1122. package/tools/qbd/journal-entries/update-qbd-journal-entries.mjs.map +1 -1
  1123. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.mts +1 -1
  1124. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.mts.map +1 -1
  1125. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.ts +1 -1
  1126. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.ts.map +1 -1
  1127. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.js +3 -3
  1128. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.js.map +1 -1
  1129. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.mjs +3 -3
  1130. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.mjs.map +1 -1
  1131. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.mts +1 -1
  1132. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.mts.map +1 -1
  1133. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.ts +1 -1
  1134. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.ts.map +1 -1
  1135. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js +5 -4
  1136. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js.map +1 -1
  1137. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.mjs +5 -4
  1138. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.mjs.map +1 -1
  1139. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.mts +1 -1
  1140. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.mts.map +1 -1
  1141. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.ts +1 -1
  1142. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.ts.map +1 -1
  1143. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.js +3 -3
  1144. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.js.map +1 -1
  1145. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.mjs +3 -3
  1146. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.mjs.map +1 -1
  1147. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.mts +1 -1
  1148. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.mts.map +1 -1
  1149. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.ts +1 -1
  1150. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.ts.map +1 -1
  1151. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.js +3 -3
  1152. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.js.map +1 -1
  1153. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.mjs +3 -3
  1154. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.mjs.map +1 -1
  1155. package/tools/qbd/other-names/create-qbd-other-names.d.mts +1 -1
  1156. package/tools/qbd/other-names/create-qbd-other-names.d.mts.map +1 -1
  1157. package/tools/qbd/other-names/create-qbd-other-names.d.ts +1 -1
  1158. package/tools/qbd/other-names/create-qbd-other-names.d.ts.map +1 -1
  1159. package/tools/qbd/other-names/create-qbd-other-names.js +3 -3
  1160. package/tools/qbd/other-names/create-qbd-other-names.js.map +1 -1
  1161. package/tools/qbd/other-names/create-qbd-other-names.mjs +3 -3
  1162. package/tools/qbd/other-names/create-qbd-other-names.mjs.map +1 -1
  1163. package/tools/qbd/other-names/list-qbd-other-names.d.mts +1 -1
  1164. package/tools/qbd/other-names/list-qbd-other-names.d.mts.map +1 -1
  1165. package/tools/qbd/other-names/list-qbd-other-names.d.ts +1 -1
  1166. package/tools/qbd/other-names/list-qbd-other-names.d.ts.map +1 -1
  1167. package/tools/qbd/other-names/list-qbd-other-names.js +3 -3
  1168. package/tools/qbd/other-names/list-qbd-other-names.js.map +1 -1
  1169. package/tools/qbd/other-names/list-qbd-other-names.mjs +3 -3
  1170. package/tools/qbd/other-names/list-qbd-other-names.mjs.map +1 -1
  1171. package/tools/qbd/other-names/retrieve-qbd-other-names.d.mts +1 -1
  1172. package/tools/qbd/other-names/retrieve-qbd-other-names.d.mts.map +1 -1
  1173. package/tools/qbd/other-names/retrieve-qbd-other-names.d.ts +1 -1
  1174. package/tools/qbd/other-names/retrieve-qbd-other-names.d.ts.map +1 -1
  1175. package/tools/qbd/other-names/retrieve-qbd-other-names.js +10 -4
  1176. package/tools/qbd/other-names/retrieve-qbd-other-names.js.map +1 -1
  1177. package/tools/qbd/other-names/retrieve-qbd-other-names.mjs +10 -4
  1178. package/tools/qbd/other-names/retrieve-qbd-other-names.mjs.map +1 -1
  1179. package/tools/qbd/other-names/update-qbd-other-names.d.mts +1 -1
  1180. package/tools/qbd/other-names/update-qbd-other-names.d.mts.map +1 -1
  1181. package/tools/qbd/other-names/update-qbd-other-names.d.ts +1 -1
  1182. package/tools/qbd/other-names/update-qbd-other-names.d.ts.map +1 -1
  1183. package/tools/qbd/other-names/update-qbd-other-names.js +3 -3
  1184. package/tools/qbd/other-names/update-qbd-other-names.js.map +1 -1
  1185. package/tools/qbd/other-names/update-qbd-other-names.mjs +3 -3
  1186. package/tools/qbd/other-names/update-qbd-other-names.mjs.map +1 -1
  1187. package/tools/qbd/payment-methods/create-qbd-payment-methods.d.mts +1 -1
  1188. package/tools/qbd/payment-methods/create-qbd-payment-methods.d.mts.map +1 -1
  1189. package/tools/qbd/payment-methods/create-qbd-payment-methods.d.ts +1 -1
  1190. package/tools/qbd/payment-methods/create-qbd-payment-methods.d.ts.map +1 -1
  1191. package/tools/qbd/payment-methods/create-qbd-payment-methods.js +10 -4
  1192. package/tools/qbd/payment-methods/create-qbd-payment-methods.js.map +1 -1
  1193. package/tools/qbd/payment-methods/create-qbd-payment-methods.mjs +10 -4
  1194. package/tools/qbd/payment-methods/create-qbd-payment-methods.mjs.map +1 -1
  1195. package/tools/qbd/payment-methods/list-qbd-payment-methods.d.mts +1 -1
  1196. package/tools/qbd/payment-methods/list-qbd-payment-methods.d.mts.map +1 -1
  1197. package/tools/qbd/payment-methods/list-qbd-payment-methods.d.ts +1 -1
  1198. package/tools/qbd/payment-methods/list-qbd-payment-methods.d.ts.map +1 -1
  1199. package/tools/qbd/payment-methods/list-qbd-payment-methods.js +10 -4
  1200. package/tools/qbd/payment-methods/list-qbd-payment-methods.js.map +1 -1
  1201. package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs +10 -4
  1202. package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs.map +1 -1
  1203. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.mts +1 -1
  1204. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.mts.map +1 -1
  1205. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.ts +1 -1
  1206. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.ts.map +1 -1
  1207. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js +10 -4
  1208. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js.map +1 -1
  1209. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs +10 -4
  1210. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs.map +1 -1
  1211. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.mts +1 -1
  1212. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.mts.map +1 -1
  1213. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.ts +1 -1
  1214. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.ts.map +1 -1
  1215. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.js +10 -4
  1216. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.js.map +1 -1
  1217. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.mjs +10 -4
  1218. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.mjs.map +1 -1
  1219. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.mts +1 -1
  1220. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.mts.map +1 -1
  1221. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.ts +1 -1
  1222. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.ts.map +1 -1
  1223. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js +11 -4
  1224. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js.map +1 -1
  1225. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.mjs +11 -4
  1226. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.mjs.map +1 -1
  1227. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.mts +1 -1
  1228. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.mts.map +1 -1
  1229. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.ts +1 -1
  1230. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.ts.map +1 -1
  1231. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js +10 -4
  1232. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js.map +1 -1
  1233. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs +10 -4
  1234. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs.map +1 -1
  1235. package/tools/qbd/preferences/retrieve-qbd-preferences.d.mts +1 -1
  1236. package/tools/qbd/preferences/retrieve-qbd-preferences.d.mts.map +1 -1
  1237. package/tools/qbd/preferences/retrieve-qbd-preferences.d.ts +1 -1
  1238. package/tools/qbd/preferences/retrieve-qbd-preferences.d.ts.map +1 -1
  1239. package/tools/qbd/preferences/retrieve-qbd-preferences.js +3 -3
  1240. package/tools/qbd/preferences/retrieve-qbd-preferences.js.map +1 -1
  1241. package/tools/qbd/preferences/retrieve-qbd-preferences.mjs +3 -3
  1242. package/tools/qbd/preferences/retrieve-qbd-preferences.mjs.map +1 -1
  1243. package/tools/qbd/price-levels/create-qbd-price-levels.d.mts +1 -1
  1244. package/tools/qbd/price-levels/create-qbd-price-levels.d.mts.map +1 -1
  1245. package/tools/qbd/price-levels/create-qbd-price-levels.d.ts +1 -1
  1246. package/tools/qbd/price-levels/create-qbd-price-levels.d.ts.map +1 -1
  1247. package/tools/qbd/price-levels/create-qbd-price-levels.js +10 -4
  1248. package/tools/qbd/price-levels/create-qbd-price-levels.js.map +1 -1
  1249. package/tools/qbd/price-levels/create-qbd-price-levels.mjs +10 -4
  1250. package/tools/qbd/price-levels/create-qbd-price-levels.mjs.map +1 -1
  1251. package/tools/qbd/price-levels/list-qbd-price-levels.d.mts +1 -1
  1252. package/tools/qbd/price-levels/list-qbd-price-levels.d.mts.map +1 -1
  1253. package/tools/qbd/price-levels/list-qbd-price-levels.d.ts +1 -1
  1254. package/tools/qbd/price-levels/list-qbd-price-levels.d.ts.map +1 -1
  1255. package/tools/qbd/price-levels/list-qbd-price-levels.js +3 -3
  1256. package/tools/qbd/price-levels/list-qbd-price-levels.js.map +1 -1
  1257. package/tools/qbd/price-levels/list-qbd-price-levels.mjs +3 -3
  1258. package/tools/qbd/price-levels/list-qbd-price-levels.mjs.map +1 -1
  1259. package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.mts +1 -1
  1260. package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.mts.map +1 -1
  1261. package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.ts +1 -1
  1262. package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.ts.map +1 -1
  1263. package/tools/qbd/price-levels/retrieve-qbd-price-levels.js +10 -4
  1264. package/tools/qbd/price-levels/retrieve-qbd-price-levels.js.map +1 -1
  1265. package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs +10 -4
  1266. package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs.map +1 -1
  1267. package/tools/qbd/price-levels/update-qbd-price-levels.d.mts +1 -1
  1268. package/tools/qbd/price-levels/update-qbd-price-levels.d.mts.map +1 -1
  1269. package/tools/qbd/price-levels/update-qbd-price-levels.d.ts +1 -1
  1270. package/tools/qbd/price-levels/update-qbd-price-levels.d.ts.map +1 -1
  1271. package/tools/qbd/price-levels/update-qbd-price-levels.js +3 -3
  1272. package/tools/qbd/price-levels/update-qbd-price-levels.js.map +1 -1
  1273. package/tools/qbd/price-levels/update-qbd-price-levels.mjs +3 -3
  1274. package/tools/qbd/price-levels/update-qbd-price-levels.mjs.map +1 -1
  1275. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.mts +1 -1
  1276. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.mts.map +1 -1
  1277. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.ts +1 -1
  1278. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.ts.map +1 -1
  1279. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.js +3 -3
  1280. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.js.map +1 -1
  1281. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.mjs +3 -3
  1282. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.mjs.map +1 -1
  1283. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.mts +1 -1
  1284. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.mts.map +1 -1
  1285. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.ts +1 -1
  1286. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.ts.map +1 -1
  1287. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.js +10 -4
  1288. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.js.map +1 -1
  1289. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.mjs +10 -4
  1290. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.mjs.map +1 -1
  1291. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.mts +1 -1
  1292. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.mts.map +1 -1
  1293. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.ts +1 -1
  1294. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.ts.map +1 -1
  1295. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js +5 -4
  1296. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js.map +1 -1
  1297. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs +5 -4
  1298. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs.map +1 -1
  1299. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.mts +1 -1
  1300. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.mts.map +1 -1
  1301. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.ts +1 -1
  1302. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.ts.map +1 -1
  1303. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.js +3 -3
  1304. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.js.map +1 -1
  1305. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.mjs +3 -3
  1306. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.mjs.map +1 -1
  1307. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.mts +1 -1
  1308. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.mts.map +1 -1
  1309. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.ts +1 -1
  1310. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.ts.map +1 -1
  1311. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.js +3 -3
  1312. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.js.map +1 -1
  1313. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.mjs +3 -3
  1314. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.mjs.map +1 -1
  1315. package/tools/qbd/receive-payments/create-qbd-receive-payments.d.mts +1 -1
  1316. package/tools/qbd/receive-payments/create-qbd-receive-payments.d.mts.map +1 -1
  1317. package/tools/qbd/receive-payments/create-qbd-receive-payments.d.ts +1 -1
  1318. package/tools/qbd/receive-payments/create-qbd-receive-payments.d.ts.map +1 -1
  1319. package/tools/qbd/receive-payments/create-qbd-receive-payments.js +3 -3
  1320. package/tools/qbd/receive-payments/create-qbd-receive-payments.js.map +1 -1
  1321. package/tools/qbd/receive-payments/create-qbd-receive-payments.mjs +3 -3
  1322. package/tools/qbd/receive-payments/create-qbd-receive-payments.mjs.map +1 -1
  1323. package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.mts +1 -1
  1324. package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.mts.map +1 -1
  1325. package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.ts +1 -1
  1326. package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.ts.map +1 -1
  1327. package/tools/qbd/receive-payments/delete-qbd-receive-payments.js +10 -4
  1328. package/tools/qbd/receive-payments/delete-qbd-receive-payments.js.map +1 -1
  1329. package/tools/qbd/receive-payments/delete-qbd-receive-payments.mjs +10 -4
  1330. package/tools/qbd/receive-payments/delete-qbd-receive-payments.mjs.map +1 -1
  1331. package/tools/qbd/receive-payments/list-qbd-receive-payments.d.mts +1 -1
  1332. package/tools/qbd/receive-payments/list-qbd-receive-payments.d.mts.map +1 -1
  1333. package/tools/qbd/receive-payments/list-qbd-receive-payments.d.ts +1 -1
  1334. package/tools/qbd/receive-payments/list-qbd-receive-payments.d.ts.map +1 -1
  1335. package/tools/qbd/receive-payments/list-qbd-receive-payments.js +5 -4
  1336. package/tools/qbd/receive-payments/list-qbd-receive-payments.js.map +1 -1
  1337. package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs +5 -4
  1338. package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs.map +1 -1
  1339. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.mts +1 -1
  1340. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.mts.map +1 -1
  1341. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.ts +1 -1
  1342. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.ts.map +1 -1
  1343. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.js +3 -3
  1344. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.js.map +1 -1
  1345. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.mjs +3 -3
  1346. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.mjs.map +1 -1
  1347. package/tools/qbd/receive-payments/update-qbd-receive-payments.d.mts +1 -1
  1348. package/tools/qbd/receive-payments/update-qbd-receive-payments.d.mts.map +1 -1
  1349. package/tools/qbd/receive-payments/update-qbd-receive-payments.d.ts +1 -1
  1350. package/tools/qbd/receive-payments/update-qbd-receive-payments.d.ts.map +1 -1
  1351. package/tools/qbd/receive-payments/update-qbd-receive-payments.js +3 -3
  1352. package/tools/qbd/receive-payments/update-qbd-receive-payments.js.map +1 -1
  1353. package/tools/qbd/receive-payments/update-qbd-receive-payments.mjs +3 -3
  1354. package/tools/qbd/receive-payments/update-qbd-receive-payments.mjs.map +1 -1
  1355. package/tools/qbd/sales-orders/create-qbd-sales-orders.d.mts +1 -1
  1356. package/tools/qbd/sales-orders/create-qbd-sales-orders.d.mts.map +1 -1
  1357. package/tools/qbd/sales-orders/create-qbd-sales-orders.d.ts +1 -1
  1358. package/tools/qbd/sales-orders/create-qbd-sales-orders.d.ts.map +1 -1
  1359. package/tools/qbd/sales-orders/create-qbd-sales-orders.js +3 -3
  1360. package/tools/qbd/sales-orders/create-qbd-sales-orders.js.map +1 -1
  1361. package/tools/qbd/sales-orders/create-qbd-sales-orders.mjs +3 -3
  1362. package/tools/qbd/sales-orders/create-qbd-sales-orders.mjs.map +1 -1
  1363. package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.mts +1 -1
  1364. package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.mts.map +1 -1
  1365. package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.ts +1 -1
  1366. package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.ts.map +1 -1
  1367. package/tools/qbd/sales-orders/delete-qbd-sales-orders.js +10 -4
  1368. package/tools/qbd/sales-orders/delete-qbd-sales-orders.js.map +1 -1
  1369. package/tools/qbd/sales-orders/delete-qbd-sales-orders.mjs +10 -4
  1370. package/tools/qbd/sales-orders/delete-qbd-sales-orders.mjs.map +1 -1
  1371. package/tools/qbd/sales-orders/list-qbd-sales-orders.d.mts +1 -1
  1372. package/tools/qbd/sales-orders/list-qbd-sales-orders.d.mts.map +1 -1
  1373. package/tools/qbd/sales-orders/list-qbd-sales-orders.d.ts +1 -1
  1374. package/tools/qbd/sales-orders/list-qbd-sales-orders.d.ts.map +1 -1
  1375. package/tools/qbd/sales-orders/list-qbd-sales-orders.js +5 -4
  1376. package/tools/qbd/sales-orders/list-qbd-sales-orders.js.map +1 -1
  1377. package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs +5 -4
  1378. package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs.map +1 -1
  1379. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.mts +1 -1
  1380. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.mts.map +1 -1
  1381. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.ts +1 -1
  1382. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.ts.map +1 -1
  1383. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.js +3 -3
  1384. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.js.map +1 -1
  1385. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.mjs +3 -3
  1386. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.mjs.map +1 -1
  1387. package/tools/qbd/sales-orders/update-qbd-sales-orders.d.mts +1 -1
  1388. package/tools/qbd/sales-orders/update-qbd-sales-orders.d.mts.map +1 -1
  1389. package/tools/qbd/sales-orders/update-qbd-sales-orders.d.ts +1 -1
  1390. package/tools/qbd/sales-orders/update-qbd-sales-orders.d.ts.map +1 -1
  1391. package/tools/qbd/sales-orders/update-qbd-sales-orders.js +3 -3
  1392. package/tools/qbd/sales-orders/update-qbd-sales-orders.js.map +1 -1
  1393. package/tools/qbd/sales-orders/update-qbd-sales-orders.mjs +3 -3
  1394. package/tools/qbd/sales-orders/update-qbd-sales-orders.mjs.map +1 -1
  1395. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.mts +1 -1
  1396. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.mts.map +1 -1
  1397. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.ts +1 -1
  1398. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.ts.map +1 -1
  1399. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.js +3 -3
  1400. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.js.map +1 -1
  1401. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.mjs +3 -3
  1402. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.mjs.map +1 -1
  1403. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.mts +1 -1
  1404. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.mts.map +1 -1
  1405. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.ts +1 -1
  1406. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.ts.map +1 -1
  1407. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.js +10 -4
  1408. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.js.map +1 -1
  1409. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.mjs +10 -4
  1410. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.mjs.map +1 -1
  1411. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.mts +1 -1
  1412. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.mts.map +1 -1
  1413. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.ts +1 -1
  1414. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.ts.map +1 -1
  1415. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js +5 -4
  1416. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js.map +1 -1
  1417. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs +5 -4
  1418. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs.map +1 -1
  1419. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.mts +1 -1
  1420. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.mts.map +1 -1
  1421. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.ts +1 -1
  1422. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.ts.map +1 -1
  1423. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.js +3 -3
  1424. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.js.map +1 -1
  1425. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.mjs +3 -3
  1426. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.mjs.map +1 -1
  1427. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.mts +1 -1
  1428. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.mts.map +1 -1
  1429. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.ts +1 -1
  1430. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.ts.map +1 -1
  1431. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.js +3 -3
  1432. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.js.map +1 -1
  1433. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.mjs +3 -3
  1434. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.mjs.map +1 -1
  1435. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.mts +1 -1
  1436. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.mts.map +1 -1
  1437. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.ts +1 -1
  1438. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.ts.map +1 -1
  1439. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js +10 -4
  1440. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js.map +1 -1
  1441. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs +10 -4
  1442. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs.map +1 -1
  1443. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.mts +1 -1
  1444. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.mts.map +1 -1
  1445. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.ts +1 -1
  1446. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.ts.map +1 -1
  1447. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js +10 -4
  1448. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js.map +1 -1
  1449. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs +10 -4
  1450. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs.map +1 -1
  1451. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.mts +1 -1
  1452. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.mts.map +1 -1
  1453. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.ts +1 -1
  1454. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.ts.map +1 -1
  1455. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js +10 -4
  1456. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js.map +1 -1
  1457. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs +10 -4
  1458. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs.map +1 -1
  1459. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.mts +1 -1
  1460. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.mts.map +1 -1
  1461. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.ts +1 -1
  1462. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.ts.map +1 -1
  1463. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.js +10 -4
  1464. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.js.map +1 -1
  1465. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.mjs +10 -4
  1466. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.mjs.map +1 -1
  1467. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.mts +1 -1
  1468. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.mts.map +1 -1
  1469. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.ts +1 -1
  1470. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.ts.map +1 -1
  1471. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.js +10 -4
  1472. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.js.map +1 -1
  1473. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.mjs +10 -4
  1474. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.mjs.map +1 -1
  1475. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.mts +1 -1
  1476. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.mts.map +1 -1
  1477. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.ts +1 -1
  1478. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.ts.map +1 -1
  1479. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js +10 -4
  1480. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js.map +1 -1
  1481. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs +10 -4
  1482. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs.map +1 -1
  1483. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.mts +1 -1
  1484. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.mts.map +1 -1
  1485. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.ts +1 -1
  1486. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.ts.map +1 -1
  1487. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js +10 -4
  1488. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js.map +1 -1
  1489. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.mjs +10 -4
  1490. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.mjs.map +1 -1
  1491. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.mts +1 -1
  1492. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.mts.map +1 -1
  1493. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.ts +1 -1
  1494. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.ts.map +1 -1
  1495. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.js +10 -4
  1496. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.js.map +1 -1
  1497. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs +10 -4
  1498. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs.map +1 -1
  1499. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.mts +1 -1
  1500. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.mts.map +1 -1
  1501. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.ts +1 -1
  1502. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.ts.map +1 -1
  1503. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.js +3 -3
  1504. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.js.map +1 -1
  1505. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.mjs +3 -3
  1506. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.mjs.map +1 -1
  1507. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.mts +1 -1
  1508. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.mts.map +1 -1
  1509. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.ts +1 -1
  1510. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.ts.map +1 -1
  1511. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js +5 -4
  1512. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js.map +1 -1
  1513. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.mjs +5 -4
  1514. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.mjs.map +1 -1
  1515. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.mts +1 -1
  1516. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.mts.map +1 -1
  1517. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.ts +1 -1
  1518. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.ts.map +1 -1
  1519. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js +10 -4
  1520. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js.map +1 -1
  1521. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs +10 -4
  1522. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs.map +1 -1
  1523. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.mts +1 -1
  1524. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.mts.map +1 -1
  1525. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.ts +1 -1
  1526. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.ts.map +1 -1
  1527. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.js +3 -3
  1528. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.js.map +1 -1
  1529. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.mjs +3 -3
  1530. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.mjs.map +1 -1
  1531. package/tools/qbd/service-items/create-qbd-service-items.d.mts +1 -1
  1532. package/tools/qbd/service-items/create-qbd-service-items.d.mts.map +1 -1
  1533. package/tools/qbd/service-items/create-qbd-service-items.d.ts +1 -1
  1534. package/tools/qbd/service-items/create-qbd-service-items.d.ts.map +1 -1
  1535. package/tools/qbd/service-items/create-qbd-service-items.js +3 -3
  1536. package/tools/qbd/service-items/create-qbd-service-items.js.map +1 -1
  1537. package/tools/qbd/service-items/create-qbd-service-items.mjs +3 -3
  1538. package/tools/qbd/service-items/create-qbd-service-items.mjs.map +1 -1
  1539. package/tools/qbd/service-items/list-qbd-service-items.d.mts +1 -1
  1540. package/tools/qbd/service-items/list-qbd-service-items.d.mts.map +1 -1
  1541. package/tools/qbd/service-items/list-qbd-service-items.d.ts +1 -1
  1542. package/tools/qbd/service-items/list-qbd-service-items.d.ts.map +1 -1
  1543. package/tools/qbd/service-items/list-qbd-service-items.js +5 -4
  1544. package/tools/qbd/service-items/list-qbd-service-items.js.map +1 -1
  1545. package/tools/qbd/service-items/list-qbd-service-items.mjs +5 -4
  1546. package/tools/qbd/service-items/list-qbd-service-items.mjs.map +1 -1
  1547. package/tools/qbd/service-items/retrieve-qbd-service-items.d.mts +1 -1
  1548. package/tools/qbd/service-items/retrieve-qbd-service-items.d.mts.map +1 -1
  1549. package/tools/qbd/service-items/retrieve-qbd-service-items.d.ts +1 -1
  1550. package/tools/qbd/service-items/retrieve-qbd-service-items.d.ts.map +1 -1
  1551. package/tools/qbd/service-items/retrieve-qbd-service-items.js +3 -3
  1552. package/tools/qbd/service-items/retrieve-qbd-service-items.js.map +1 -1
  1553. package/tools/qbd/service-items/retrieve-qbd-service-items.mjs +3 -3
  1554. package/tools/qbd/service-items/retrieve-qbd-service-items.mjs.map +1 -1
  1555. package/tools/qbd/service-items/update-qbd-service-items.d.mts +1 -1
  1556. package/tools/qbd/service-items/update-qbd-service-items.d.mts.map +1 -1
  1557. package/tools/qbd/service-items/update-qbd-service-items.d.ts +1 -1
  1558. package/tools/qbd/service-items/update-qbd-service-items.d.ts.map +1 -1
  1559. package/tools/qbd/service-items/update-qbd-service-items.js +3 -3
  1560. package/tools/qbd/service-items/update-qbd-service-items.js.map +1 -1
  1561. package/tools/qbd/service-items/update-qbd-service-items.mjs +3 -3
  1562. package/tools/qbd/service-items/update-qbd-service-items.mjs.map +1 -1
  1563. package/tools/qbd/standard-terms/create-qbd-standard-terms.d.mts +1 -1
  1564. package/tools/qbd/standard-terms/create-qbd-standard-terms.d.mts.map +1 -1
  1565. package/tools/qbd/standard-terms/create-qbd-standard-terms.d.ts +1 -1
  1566. package/tools/qbd/standard-terms/create-qbd-standard-terms.d.ts.map +1 -1
  1567. package/tools/qbd/standard-terms/create-qbd-standard-terms.js +10 -4
  1568. package/tools/qbd/standard-terms/create-qbd-standard-terms.js.map +1 -1
  1569. package/tools/qbd/standard-terms/create-qbd-standard-terms.mjs +10 -4
  1570. package/tools/qbd/standard-terms/create-qbd-standard-terms.mjs.map +1 -1
  1571. package/tools/qbd/standard-terms/list-qbd-standard-terms.d.mts +1 -1
  1572. package/tools/qbd/standard-terms/list-qbd-standard-terms.d.mts.map +1 -1
  1573. package/tools/qbd/standard-terms/list-qbd-standard-terms.d.ts +1 -1
  1574. package/tools/qbd/standard-terms/list-qbd-standard-terms.d.ts.map +1 -1
  1575. package/tools/qbd/standard-terms/list-qbd-standard-terms.js +10 -4
  1576. package/tools/qbd/standard-terms/list-qbd-standard-terms.js.map +1 -1
  1577. package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs +10 -4
  1578. package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs.map +1 -1
  1579. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.mts +1 -1
  1580. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.mts.map +1 -1
  1581. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.ts +1 -1
  1582. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.ts.map +1 -1
  1583. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js +10 -4
  1584. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js.map +1 -1
  1585. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs +10 -4
  1586. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs.map +1 -1
  1587. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.mts +1 -1
  1588. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.mts.map +1 -1
  1589. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.ts +1 -1
  1590. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.ts.map +1 -1
  1591. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.js +10 -4
  1592. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.js.map +1 -1
  1593. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.mjs +10 -4
  1594. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.mjs.map +1 -1
  1595. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.mts +1 -1
  1596. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.mts.map +1 -1
  1597. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.ts +1 -1
  1598. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.ts.map +1 -1
  1599. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js +5 -4
  1600. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js.map +1 -1
  1601. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs +5 -4
  1602. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs.map +1 -1
  1603. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.mts +1 -1
  1604. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.mts.map +1 -1
  1605. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.ts +1 -1
  1606. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.ts.map +1 -1
  1607. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js +10 -4
  1608. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js.map +1 -1
  1609. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs +10 -4
  1610. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs.map +1 -1
  1611. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.mts +1 -1
  1612. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.mts.map +1 -1
  1613. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.ts +1 -1
  1614. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.ts.map +1 -1
  1615. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.js +10 -4
  1616. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.js.map +1 -1
  1617. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.mjs +10 -4
  1618. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.mjs.map +1 -1
  1619. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.mts +1 -1
  1620. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.mts.map +1 -1
  1621. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.ts +1 -1
  1622. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.ts.map +1 -1
  1623. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.js +3 -3
  1624. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.js.map +1 -1
  1625. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.mjs +3 -3
  1626. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.mjs.map +1 -1
  1627. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.mts +1 -1
  1628. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.mts.map +1 -1
  1629. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.ts +1 -1
  1630. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.ts.map +1 -1
  1631. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.js +10 -4
  1632. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.js.map +1 -1
  1633. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.mjs +10 -4
  1634. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.mjs.map +1 -1
  1635. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.mts +1 -1
  1636. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.mts.map +1 -1
  1637. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.ts +1 -1
  1638. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.ts.map +1 -1
  1639. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.js +5 -4
  1640. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.js.map +1 -1
  1641. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.mjs +5 -4
  1642. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.mjs.map +1 -1
  1643. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.mts +1 -1
  1644. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.mts.map +1 -1
  1645. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.ts +1 -1
  1646. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.ts.map +1 -1
  1647. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js +10 -4
  1648. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js.map +1 -1
  1649. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs +10 -4
  1650. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs.map +1 -1
  1651. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.mts +1 -1
  1652. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.mts.map +1 -1
  1653. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.ts +1 -1
  1654. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.ts.map +1 -1
  1655. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.js +3 -3
  1656. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.js.map +1 -1
  1657. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.mjs +3 -3
  1658. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.mjs.map +1 -1
  1659. package/tools/qbd/transactions/list-qbd-transactions.d.mts +1 -1
  1660. package/tools/qbd/transactions/list-qbd-transactions.d.mts.map +1 -1
  1661. package/tools/qbd/transactions/list-qbd-transactions.d.ts +1 -1
  1662. package/tools/qbd/transactions/list-qbd-transactions.d.ts.map +1 -1
  1663. package/tools/qbd/transactions/list-qbd-transactions.js +5 -4
  1664. package/tools/qbd/transactions/list-qbd-transactions.js.map +1 -1
  1665. package/tools/qbd/transactions/list-qbd-transactions.mjs +5 -4
  1666. package/tools/qbd/transactions/list-qbd-transactions.mjs.map +1 -1
  1667. package/tools/qbd/transactions/retrieve-qbd-transactions.d.mts +1 -1
  1668. package/tools/qbd/transactions/retrieve-qbd-transactions.d.mts.map +1 -1
  1669. package/tools/qbd/transactions/retrieve-qbd-transactions.d.ts +1 -1
  1670. package/tools/qbd/transactions/retrieve-qbd-transactions.d.ts.map +1 -1
  1671. package/tools/qbd/transactions/retrieve-qbd-transactions.js +10 -4
  1672. package/tools/qbd/transactions/retrieve-qbd-transactions.js.map +1 -1
  1673. package/tools/qbd/transactions/retrieve-qbd-transactions.mjs +10 -4
  1674. package/tools/qbd/transactions/retrieve-qbd-transactions.mjs.map +1 -1
  1675. package/tools/qbd/transfers/create-qbd-transfers.d.mts +1 -1
  1676. package/tools/qbd/transfers/create-qbd-transfers.d.mts.map +1 -1
  1677. package/tools/qbd/transfers/create-qbd-transfers.d.ts +1 -1
  1678. package/tools/qbd/transfers/create-qbd-transfers.d.ts.map +1 -1
  1679. package/tools/qbd/transfers/create-qbd-transfers.js +10 -4
  1680. package/tools/qbd/transfers/create-qbd-transfers.js.map +1 -1
  1681. package/tools/qbd/transfers/create-qbd-transfers.mjs +10 -4
  1682. package/tools/qbd/transfers/create-qbd-transfers.mjs.map +1 -1
  1683. package/tools/qbd/transfers/list-qbd-transfers.d.mts +1 -1
  1684. package/tools/qbd/transfers/list-qbd-transfers.d.mts.map +1 -1
  1685. package/tools/qbd/transfers/list-qbd-transfers.d.ts +1 -1
  1686. package/tools/qbd/transfers/list-qbd-transfers.d.ts.map +1 -1
  1687. package/tools/qbd/transfers/list-qbd-transfers.js +11 -4
  1688. package/tools/qbd/transfers/list-qbd-transfers.js.map +1 -1
  1689. package/tools/qbd/transfers/list-qbd-transfers.mjs +11 -4
  1690. package/tools/qbd/transfers/list-qbd-transfers.mjs.map +1 -1
  1691. package/tools/qbd/transfers/retrieve-qbd-transfers.d.mts +1 -1
  1692. package/tools/qbd/transfers/retrieve-qbd-transfers.d.mts.map +1 -1
  1693. package/tools/qbd/transfers/retrieve-qbd-transfers.d.ts +1 -1
  1694. package/tools/qbd/transfers/retrieve-qbd-transfers.d.ts.map +1 -1
  1695. package/tools/qbd/transfers/retrieve-qbd-transfers.js +10 -4
  1696. package/tools/qbd/transfers/retrieve-qbd-transfers.js.map +1 -1
  1697. package/tools/qbd/transfers/retrieve-qbd-transfers.mjs +10 -4
  1698. package/tools/qbd/transfers/retrieve-qbd-transfers.mjs.map +1 -1
  1699. package/tools/qbd/transfers/update-qbd-transfers.d.mts +1 -1
  1700. package/tools/qbd/transfers/update-qbd-transfers.d.mts.map +1 -1
  1701. package/tools/qbd/transfers/update-qbd-transfers.d.ts +1 -1
  1702. package/tools/qbd/transfers/update-qbd-transfers.d.ts.map +1 -1
  1703. package/tools/qbd/transfers/update-qbd-transfers.js +10 -4
  1704. package/tools/qbd/transfers/update-qbd-transfers.js.map +1 -1
  1705. package/tools/qbd/transfers/update-qbd-transfers.mjs +10 -4
  1706. package/tools/qbd/transfers/update-qbd-transfers.mjs.map +1 -1
  1707. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.mts +1 -1
  1708. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.mts.map +1 -1
  1709. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.ts +1 -1
  1710. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.ts.map +1 -1
  1711. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.js +3 -3
  1712. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.js.map +1 -1
  1713. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.mjs +3 -3
  1714. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.mjs.map +1 -1
  1715. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.mts +1 -1
  1716. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.mts.map +1 -1
  1717. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.ts +1 -1
  1718. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.ts.map +1 -1
  1719. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.js +10 -4
  1720. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.js.map +1 -1
  1721. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.mjs +10 -4
  1722. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.mjs.map +1 -1
  1723. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.mts +1 -1
  1724. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.mts.map +1 -1
  1725. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.ts +1 -1
  1726. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.ts.map +1 -1
  1727. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js +5 -4
  1728. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js.map +1 -1
  1729. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs +5 -4
  1730. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs.map +1 -1
  1731. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.mts +1 -1
  1732. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.mts.map +1 -1
  1733. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.ts +1 -1
  1734. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.ts.map +1 -1
  1735. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.js +3 -3
  1736. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.js.map +1 -1
  1737. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.mjs +3 -3
  1738. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.mjs.map +1 -1
  1739. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.mts +1 -1
  1740. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.mts.map +1 -1
  1741. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.ts +1 -1
  1742. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.ts.map +1 -1
  1743. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.js +3 -3
  1744. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.js.map +1 -1
  1745. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.mjs +3 -3
  1746. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.mjs.map +1 -1
  1747. package/tools/qbd/vendors/create-qbd-vendors.d.mts +1 -1
  1748. package/tools/qbd/vendors/create-qbd-vendors.d.mts.map +1 -1
  1749. package/tools/qbd/vendors/create-qbd-vendors.d.ts +1 -1
  1750. package/tools/qbd/vendors/create-qbd-vendors.d.ts.map +1 -1
  1751. package/tools/qbd/vendors/create-qbd-vendors.js +3 -3
  1752. package/tools/qbd/vendors/create-qbd-vendors.js.map +1 -1
  1753. package/tools/qbd/vendors/create-qbd-vendors.mjs +3 -3
  1754. package/tools/qbd/vendors/create-qbd-vendors.mjs.map +1 -1
  1755. package/tools/qbd/vendors/list-qbd-vendors.d.mts +1 -1
  1756. package/tools/qbd/vendors/list-qbd-vendors.d.mts.map +1 -1
  1757. package/tools/qbd/vendors/list-qbd-vendors.d.ts +1 -1
  1758. package/tools/qbd/vendors/list-qbd-vendors.d.ts.map +1 -1
  1759. package/tools/qbd/vendors/list-qbd-vendors.js +5 -4
  1760. package/tools/qbd/vendors/list-qbd-vendors.js.map +1 -1
  1761. package/tools/qbd/vendors/list-qbd-vendors.mjs +5 -4
  1762. package/tools/qbd/vendors/list-qbd-vendors.mjs.map +1 -1
  1763. package/tools/qbd/vendors/retrieve-qbd-vendors.d.mts +1 -1
  1764. package/tools/qbd/vendors/retrieve-qbd-vendors.d.mts.map +1 -1
  1765. package/tools/qbd/vendors/retrieve-qbd-vendors.d.ts +1 -1
  1766. package/tools/qbd/vendors/retrieve-qbd-vendors.d.ts.map +1 -1
  1767. package/tools/qbd/vendors/retrieve-qbd-vendors.js +3 -3
  1768. package/tools/qbd/vendors/retrieve-qbd-vendors.js.map +1 -1
  1769. package/tools/qbd/vendors/retrieve-qbd-vendors.mjs +3 -3
  1770. package/tools/qbd/vendors/retrieve-qbd-vendors.mjs.map +1 -1
  1771. package/tools/qbd/vendors/update-qbd-vendors.d.mts +1 -1
  1772. package/tools/qbd/vendors/update-qbd-vendors.d.mts.map +1 -1
  1773. package/tools/qbd/vendors/update-qbd-vendors.d.ts +1 -1
  1774. package/tools/qbd/vendors/update-qbd-vendors.d.ts.map +1 -1
  1775. package/tools/qbd/vendors/update-qbd-vendors.js +3 -3
  1776. package/tools/qbd/vendors/update-qbd-vendors.js.map +1 -1
  1777. package/tools/qbd/vendors/update-qbd-vendors.mjs +3 -3
  1778. package/tools/qbd/vendors/update-qbd-vendors.mjs.map +1 -1
  1779. package/tools/types.d.mts +1 -1
  1780. package/tools/types.d.mts.map +1 -1
  1781. package/tools/types.d.ts +1 -1
  1782. package/tools/types.d.ts.map +1 -1
  1783. package/tools/types.js.map +1 -1
  1784. package/tools/types.mjs.map +1 -1
@@ -1,9 +1,8 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
- import { asTextContentResult } from 'conductor-node-mcp/tools/types';
3
+ import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
4
4
 
5
5
  import { Tool } from '@modelcontextprotocol/sdk/types.js';
6
- import type { Metadata } from '../../';
7
6
  import Conductor from 'conductor-node';
8
7
 
9
8
  export const metadata: Metadata = {
@@ -17,14 +16,14 @@ export const metadata: Metadata = {
17
16
  export const tool: Tool = {
18
17
  name: 'list_qbd_other_names',
19
18
  description:
20
- 'Returns a list of other-names. NOTE: QuickBooks Desktop does not support pagination for other-names; hence, there is no `cursor` parameter. Users typically have few other-names.',
19
+ "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 other-names. NOTE: QuickBooks Desktop does not support pagination for other-names; hence, there is no `cursor` parameter. Users typically have few other-names.",
21
20
  inputSchema: {
22
21
  type: 'object',
23
22
  properties: {
24
- 'Conductor-End-User-Id': {
23
+ conductorEndUserId: {
25
24
  type: 'string',
26
25
  description:
27
- 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
26
+ 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
28
27
  },
29
28
  ids: {
30
29
  type: 'array',
@@ -1,9 +1,9 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
- import { asTextContentResult } from 'conductor-node-mcp/tools/types';
3
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
4
+ import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
4
5
 
5
6
  import { Tool } from '@modelcontextprotocol/sdk/types.js';
6
- import type { Metadata } from '../../';
7
7
  import Conductor from 'conductor-node';
8
8
 
9
9
  export const metadata: Metadata = {
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
16
16
 
17
17
  export const tool: Tool = {
18
18
  name: 'retrieve_qbd_other_names',
19
- description: 'Retrieves an other-name by ID.',
19
+ description:
20
+ "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves an other-name by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/other_name',\n $defs: {\n other_name: {\n type: 'object',\n title: 'The Other-Name object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this other-name. This ID is unique across all other-names but not across different QuickBooks object types.'\n },\n accountNumber: {\n type: 'string',\n description: 'The other-name\\'s account number, which appears in the QuickBooks chart of accounts, reports, and graphs.\\n\\nNote that if the \"Use Account Numbers\" preference is turned off in QuickBooks, the account number may not be visible in the user interface, but it can still be set and retrieved through the API.'\n },\n address: {\n type: 'object',\n title: 'The Address object',\n description: 'The other-name\\'s address.',\n properties: {\n city: {\n type: 'string',\n description: 'The city, district, suburb, town, or village name of the address.'\n },\n country: {\n type: 'string',\n description: 'The country name of the address.'\n },\n line1: {\n type: 'string',\n description: 'The first line of the address (e.g., street, PO Box, or company name).'\n },\n line2: {\n type: 'string',\n description: 'The second line of the address, if needed (e.g., apartment, suite, unit, or building).'\n },\n line3: {\n type: 'string',\n description: 'The third line of the address, if needed.'\n },\n line4: {\n type: 'string',\n description: 'The fourth line of the address, if needed.'\n },\n line5: {\n type: 'string',\n description: 'The fifth line of the address, if needed.'\n },\n note: {\n type: 'string',\n description: 'A note written at the bottom of the address in the form in which it appears, such as the invoice form.'\n },\n postalCode: {\n type: 'string',\n description: 'The postal code or ZIP code of the address.'\n },\n state: {\n type: 'string',\n description: 'The state, county, province, or region name of the address.'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'line3',\n 'line4',\n 'line5',\n 'note',\n 'postalCode',\n 'state'\n ]\n },\n alternateContact: {\n type: 'string',\n description: 'The name of a alternate contact person for this other-name.'\n },\n alternatePhone: {\n type: 'string',\n description: 'The other-name\\'s alternate telephone number.'\n },\n companyName: {\n type: 'string',\n description: 'The name of the company associated with this other-name. This name is used on invoices, checks, and other forms.'\n },\n contact: {\n type: 'string',\n description: 'The name of the primary contact person for this other-name.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this other-name 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 customFields: {\n type: 'array',\n description: 'The custom fields for the other-name object, added as user-defined data extensions, not included in the standard QuickBooks object.',\n items: {\n type: 'object',\n title: 'The Custom Field object',\n properties: {\n name: {\n type: 'string',\n description: 'The name of the custom field, unique for the specified `ownerId`. For public custom fields, this name is visible as a label in the QuickBooks UI.'\n },\n ownerId: {\n type: 'string',\n description: 'The identifier of the owner of the custom field, which QuickBooks internally calls a \"data extension\". For public custom fields visible in the UI, such as those added by the QuickBooks user, this is always \"0\". For private custom fields that are only visible to the application that created them, this is a valid GUID identifying the owning application. Internally, Conductor always fetches all public custom fields (those with an `ownerId` of \"0\") for all objects.'\n },\n type: {\n type: 'string',\n description: 'The data type of this custom field.',\n enum: [ 'amount_type',\n 'date_time_type',\n 'integer_type',\n 'percent_type',\n 'price_type',\n 'quantity_type',\n 'string_1024_type',\n 'string_255_type'\n ]\n },\n value: {\n type: 'string',\n description: 'The value of this custom field. The maximum length depends on the field\\'s data type.'\n }\n },\n required: [ 'name',\n 'ownerId',\n 'type',\n 'value'\n ]\n }\n },\n email: {\n type: 'string',\n description: 'The other-name\\'s email address.'\n },\n externalId: {\n type: 'string',\n description: 'A globally unique identifier (GUID) you, the developer, can provide for tracking this object in your external system. This field is immutable and can only be set during object creation.'\n },\n fax: {\n type: 'string',\n description: 'The other-name\\'s fax number.'\n },\n firstName: {\n type: 'string',\n description: 'The first name of the contact person for this other-name.'\n },\n isActive: {\n type: 'boolean',\n description: 'Indicates whether this other-name is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.'\n },\n lastName: {\n type: 'string',\n description: 'The last name of the contact person for this other-name.'\n },\n middleName: {\n type: 'string',\n description: 'The middle name of the contact person for this other-name.'\n },\n name: {\n type: 'string',\n description: 'The case-insensitive unique name of this other-name, unique across all other-names.\\n\\n**NOTE**: Other-names 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 note: {\n type: 'string',\n description: 'A note or comment about this other-name.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"qbd_other_name\"`.',\n enum: [ 'qbd_other_name'\n ]\n },\n phone: {\n type: 'string',\n description: 'The other-name\\'s primary telephone number.'\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this other-name 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 salutation: {\n type: 'string',\n description: 'The formal salutation title that precedes the name of the contact person for this other-name, such as \"Mr.\", \"Ms.\", or \"Dr.\".'\n },\n updatedAt: {\n type: 'string',\n description: 'The date and time when this other-name 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 'accountNumber',\n 'address',\n 'alternateContact',\n 'alternatePhone',\n 'companyName',\n 'contact',\n 'createdAt',\n 'customFields',\n 'email',\n 'externalId',\n 'fax',\n 'firstName',\n 'isActive',\n 'lastName',\n 'middleName',\n 'name',\n 'note',\n 'objectType',\n 'phone',\n 'revisionNumber',\n 'salutation',\n 'updatedAt'\n ]\n }\n }\n}\n```",
20
21
  inputSchema: {
21
22
  type: 'object',
22
23
  properties: {
@@ -24,10 +25,16 @@ export const tool: Tool = {
24
25
  type: 'string',
25
26
  description: 'The QuickBooks-assigned unique identifier of the other-name to retrieve.',
26
27
  },
27
- 'Conductor-End-User-Id': {
28
+ conductorEndUserId: {
28
29
  type: 'string',
29
30
  description:
30
- 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
31
+ 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
32
+ },
33
+ jq_filter: {
34
+ type: 'string',
35
+ title: 'jq Filter',
36
+ description:
37
+ '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/).',
31
38
  },
32
39
  },
33
40
  },
@@ -35,7 +42,7 @@ export const tool: Tool = {
35
42
 
36
43
  export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
37
44
  const { id, ...body } = args as any;
38
- return asTextContentResult(await conductor.qbd.otherNames.retrieve(id, body));
45
+ return asTextContentResult(await maybeFilter(args, await conductor.qbd.otherNames.retrieve(id, body)));
39
46
  };
40
47
 
41
48
  export default { metadata, tool, handler };
@@ -1,9 +1,8 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
- import { asTextContentResult } from 'conductor-node-mcp/tools/types';
3
+ import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
4
4
 
5
5
  import { Tool } from '@modelcontextprotocol/sdk/types.js';
6
- import type { Metadata } from '../../';
7
6
  import Conductor from 'conductor-node';
8
7
 
9
8
  export const metadata: Metadata = {
@@ -16,7 +15,8 @@ export const metadata: Metadata = {
16
15
 
17
16
  export const tool: Tool = {
18
17
  name: 'update_qbd_other_names',
19
- description: 'Updates an existing other-name.',
18
+ description:
19
+ "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nUpdates an existing other-name.",
20
20
  inputSchema: {
21
21
  type: 'object',
22
22
  properties: {
@@ -29,10 +29,10 @@ export const tool: Tool = {
29
29
  description:
30
30
  "The current QuickBooks-assigned revision number of the other-name object you are updating, which you can get by fetching the object first. Provide the most recent `revisionNumber` to ensure you're working with the latest data; otherwise, the update will return an error.",
31
31
  },
32
- 'Conductor-End-User-Id': {
32
+ conductorEndUserId: {
33
33
  type: 'string',
34
34
  description:
35
- 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
35
+ 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
36
36
  },
37
37
  accountNumber: {
38
38
  type: 'string',
@@ -1,9 +1,9 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
- import { asTextContentResult } from 'conductor-node-mcp/tools/types';
3
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
4
+ import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
4
5
 
5
6
  import { Tool } from '@modelcontextprotocol/sdk/types.js';
6
- import type { Metadata } from '../../';
7
7
  import Conductor from 'conductor-node';
8
8
 
9
9
  export const metadata: Metadata = {
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
16
16
 
17
17
  export const tool: Tool = {
18
18
  name: 'create_qbd_payment_methods',
19
- description: 'Creates a new payment method.',
19
+ description:
20
+ "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreates a new payment method.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/payment_method',\n $defs: {\n payment_method: {\n type: 'object',\n title: 'The Payment Method object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payment method. This ID is unique across all payment methods but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payment method 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 isActive: {\n type: 'boolean',\n description: 'Indicates whether this payment method 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 payment method, unique across all payment methods.\\n\\n**NOTE**: Payment methods 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_payment_method\"`.',\n enum: [ 'qbd_payment_method'\n ]\n },\n paymentMethodType: {\n type: 'string',\n description: 'This payment method\\'s type.',\n enum: [ 'american_express',\n 'cash',\n 'check',\n 'debit_card',\n 'discover',\n 'e_check',\n 'gift_card',\n 'master_card',\n 'other',\n 'other_credit_card',\n 'visa'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this payment method 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 payment method 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 'isActive',\n 'name',\n 'objectType',\n 'paymentMethodType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
20
21
  inputSchema: {
21
22
  type: 'object',
22
23
  properties: {
@@ -42,23 +43,29 @@ export const tool: Tool = {
42
43
  'visa',
43
44
  ],
44
45
  },
45
- 'Conductor-End-User-Id': {
46
+ conductorEndUserId: {
46
47
  type: 'string',
47
48
  description:
48
- 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
49
+ 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
49
50
  },
50
51
  isActive: {
51
52
  type: 'boolean',
52
53
  description:
53
54
  'Indicates whether this payment method is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.',
54
55
  },
56
+ jq_filter: {
57
+ type: 'string',
58
+ title: 'jq Filter',
59
+ description:
60
+ 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
61
+ },
55
62
  },
56
63
  },
57
64
  };
58
65
 
59
66
  export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
60
67
  const body = args as any;
61
- return asTextContentResult(await conductor.qbd.paymentMethods.create(body));
68
+ return asTextContentResult(await maybeFilter(args, await conductor.qbd.paymentMethods.create(body)));
62
69
  };
63
70
 
64
71
  export default { metadata, tool, handler };
@@ -1,9 +1,9 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
- import { asTextContentResult } from 'conductor-node-mcp/tools/types';
3
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
4
+ import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
4
5
 
5
6
  import { Tool } from '@modelcontextprotocol/sdk/types.js';
6
- import type { Metadata } from '../../';
7
7
  import Conductor from 'conductor-node';
8
8
 
9
9
  export const metadata: Metadata = {
@@ -17,14 +17,14 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'list_qbd_payment_methods',
19
19
  description:
20
- 'Returns a list of payment methods. NOTE: QuickBooks Desktop does not support pagination for payment methods; hence, there is no `cursor` parameter. Users typically have few payment methods.',
20
+ "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of payment methods. NOTE: QuickBooks Desktop does not support pagination for payment methods; hence, there is no `cursor` parameter. Users typically have few payment methods.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of payment methods.',\n items: {\n $ref: '#/$defs/payment_method'\n }\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'objectType',\n 'url'\n ],\n $defs: {\n payment_method: {\n type: 'object',\n title: 'The Payment Method object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payment method. This ID is unique across all payment methods but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payment method 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 isActive: {\n type: 'boolean',\n description: 'Indicates whether this payment method 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 payment method, unique across all payment methods.\\n\\n**NOTE**: Payment methods 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_payment_method\"`.',\n enum: [ 'qbd_payment_method'\n ]\n },\n paymentMethodType: {\n type: 'string',\n description: 'This payment method\\'s type.',\n enum: [ 'american_express',\n 'cash',\n 'check',\n 'debit_card',\n 'discover',\n 'e_check',\n 'gift_card',\n 'master_card',\n 'other',\n 'other_credit_card',\n 'visa'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this payment method 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 payment method 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 'isActive',\n 'name',\n 'objectType',\n 'paymentMethodType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {
24
- 'Conductor-End-User-Id': {
24
+ conductorEndUserId: {
25
25
  type: 'string',
26
26
  description:
27
- 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
27
+ 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
28
28
  },
29
29
  ids: {
30
30
  type: 'array',
@@ -104,13 +104,19 @@ export const tool: Tool = {
104
104
  description:
105
105
  'Filter for payment methods 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.',
106
106
  },
107
+ jq_filter: {
108
+ type: 'string',
109
+ title: 'jq Filter',
110
+ description:
111
+ '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/).',
112
+ },
107
113
  },
108
114
  },
109
115
  };
110
116
 
111
117
  export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
112
118
  const body = args as any;
113
- return asTextContentResult(await conductor.qbd.paymentMethods.list(body));
119
+ return asTextContentResult(await maybeFilter(args, await conductor.qbd.paymentMethods.list(body)));
114
120
  };
115
121
 
116
122
  export default { metadata, tool, handler };
@@ -1,9 +1,9 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
- import { asTextContentResult } from 'conductor-node-mcp/tools/types';
3
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
4
+ import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
4
5
 
5
6
  import { Tool } from '@modelcontextprotocol/sdk/types.js';
6
- import type { Metadata } from '../../';
7
7
  import Conductor from 'conductor-node';
8
8
 
9
9
  export const metadata: Metadata = {
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
16
16
 
17
17
  export const tool: Tool = {
18
18
  name: 'retrieve_qbd_payment_methods',
19
- description: 'Retrieves a payment method by ID.',
19
+ description:
20
+ "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves a payment method by ID.\n\n# Response Schema\n```json\n{\n $ref: '#/$defs/payment_method',\n $defs: {\n payment_method: {\n type: 'object',\n title: 'The Payment Method object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payment method. This ID is unique across all payment methods but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payment method 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 isActive: {\n type: 'boolean',\n description: 'Indicates whether this payment method 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 payment method, unique across all payment methods.\\n\\n**NOTE**: Payment methods 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_payment_method\"`.',\n enum: [ 'qbd_payment_method'\n ]\n },\n paymentMethodType: {\n type: 'string',\n description: 'This payment method\\'s type.',\n enum: [ 'american_express',\n 'cash',\n 'check',\n 'debit_card',\n 'discover',\n 'e_check',\n 'gift_card',\n 'master_card',\n 'other',\n 'other_credit_card',\n 'visa'\n ]\n },\n revisionNumber: {\n type: 'string',\n description: 'The current QuickBooks-assigned revision number of this payment method 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 payment method 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 'isActive',\n 'name',\n 'objectType',\n 'paymentMethodType',\n 'revisionNumber',\n 'updatedAt'\n ]\n }\n }\n}\n```",
20
21
  inputSchema: {
21
22
  type: 'object',
22
23
  properties: {
@@ -24,10 +25,16 @@ export const tool: Tool = {
24
25
  type: 'string',
25
26
  description: 'The QuickBooks-assigned unique identifier of the payment method to retrieve.',
26
27
  },
27
- 'Conductor-End-User-Id': {
28
+ conductorEndUserId: {
28
29
  type: 'string',
29
30
  description:
30
- 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
31
+ 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
32
+ },
33
+ jq_filter: {
34
+ type: 'string',
35
+ title: 'jq Filter',
36
+ description:
37
+ '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/).',
31
38
  },
32
39
  },
33
40
  },
@@ -35,7 +42,7 @@ export const tool: Tool = {
35
42
 
36
43
  export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
37
44
  const { id, ...body } = args as any;
38
- return asTextContentResult(await conductor.qbd.paymentMethods.retrieve(id, body));
45
+ return asTextContentResult(await maybeFilter(args, await conductor.qbd.paymentMethods.retrieve(id, body)));
39
46
  };
40
47
 
41
48
  export default { metadata, tool, handler };
@@ -1,9 +1,9 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
- import { asTextContentResult } from 'conductor-node-mcp/tools/types';
3
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
4
+ import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
4
5
 
5
6
  import { Tool } from '@modelcontextprotocol/sdk/types.js';
6
- import type { Metadata } from '../../';
7
7
  import Conductor from 'conductor-node';
8
8
 
9
9
  export const metadata: Metadata = {
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
16
16
 
17
17
  export const tool: Tool = {
18
18
  name: 'create_qbd_payroll_wage_items',
19
- description: 'Creates a new payroll wage item.',
19
+ description:
20
+ "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreates a new payroll wage item.\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```",
20
21
  inputSchema: {
21
22
  type: 'object',
22
23
  properties: {
@@ -45,23 +46,29 @@ export const tool: Tool = {
45
46
  'salary_vacation',
46
47
  ],
47
48
  },
48
- 'Conductor-End-User-Id': {
49
+ conductorEndUserId: {
49
50
  type: 'string',
50
51
  description:
51
- 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
52
+ 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
52
53
  },
53
54
  isActive: {
54
55
  type: 'boolean',
55
56
  description:
56
57
  'Indicates whether this payroll wage item is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.',
57
58
  },
59
+ jq_filter: {
60
+ type: 'string',
61
+ title: 'jq Filter',
62
+ description:
63
+ '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/).',
64
+ },
58
65
  },
59
66
  },
60
67
  };
61
68
 
62
69
  export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
63
70
  const body = args as any;
64
- return asTextContentResult(await conductor.qbd.payrollWageItems.create(body));
71
+ return asTextContentResult(await maybeFilter(args, await conductor.qbd.payrollWageItems.create(body)));
65
72
  };
66
73
 
67
74
  export default { metadata, tool, handler };
@@ -1,9 +1,9 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
- import { asTextContentResult } from 'conductor-node-mcp/tools/types';
3
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
4
+ import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
4
5
 
5
6
  import { Tool } from '@modelcontextprotocol/sdk/types.js';
6
- import type { Metadata } from '../../';
7
7
  import Conductor from 'conductor-node';
8
8
 
9
9
  export const metadata: Metadata = {
@@ -17,14 +17,14 @@ export const metadata: Metadata = {
17
17
  export const tool: Tool = {
18
18
  name: 'list_qbd_payroll_wage_items',
19
19
  description:
20
- 'Returns a list of payroll wage items. Use the `cursor` parameter to paginate through the results.',
20
+ "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of 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```",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {
24
- 'Conductor-End-User-Id': {
24
+ conductorEndUserId: {
25
25
  type: 'string',
26
26
  description:
27
- 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
27
+ 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
28
28
  },
29
29
  cursor: {
30
30
  type: 'string',
@@ -92,13 +92,20 @@ export const tool: Tool = {
92
92
  description:
93
93
  '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.',
94
94
  },
95
+ jq_filter: {
96
+ type: 'string',
97
+ title: 'jq Filter',
98
+ description:
99
+ '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/).',
100
+ },
95
101
  },
96
102
  },
97
103
  };
98
104
 
99
105
  export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
100
106
  const body = args as any;
101
- return asTextContentResult(await conductor.qbd.payrollWageItems.list(body));
107
+ const response = await conductor.qbd.payrollWageItems.list(body).asResponse();
108
+ return asTextContentResult(await maybeFilter(args, await response.json()));
102
109
  };
103
110
 
104
111
  export default { metadata, tool, handler };
@@ -1,9 +1,9 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
- import { asTextContentResult } from 'conductor-node-mcp/tools/types';
3
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
4
+ import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
4
5
 
5
6
  import { Tool } from '@modelcontextprotocol/sdk/types.js';
6
- import type { Metadata } from '../../';
7
7
  import Conductor from 'conductor-node';
8
8
 
9
9
  export const metadata: Metadata = {
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
16
16
 
17
17
  export const tool: Tool = {
18
18
  name: 'retrieve_qbd_payroll_wage_items',
19
- description: 'Retrieves a payroll wage item by ID.',
19
+ description:
20
+ "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves a 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```",
20
21
  inputSchema: {
21
22
  type: 'object',
22
23
  properties: {
@@ -24,10 +25,16 @@ export const tool: Tool = {
24
25
  type: 'string',
25
26
  description: 'The QuickBooks-assigned unique identifier of the payroll wage item to retrieve.',
26
27
  },
27
- 'Conductor-End-User-Id': {
28
+ conductorEndUserId: {
28
29
  type: 'string',
29
30
  description:
30
- 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
31
+ 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
32
+ },
33
+ jq_filter: {
34
+ type: 'string',
35
+ title: 'jq Filter',
36
+ description:
37
+ '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/).',
31
38
  },
32
39
  },
33
40
  },
@@ -35,7 +42,9 @@ export const tool: Tool = {
35
42
 
36
43
  export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
37
44
  const { id, ...body } = args as any;
38
- return asTextContentResult(await conductor.qbd.payrollWageItems.retrieve(id, body));
45
+ return asTextContentResult(
46
+ await maybeFilter(args, await conductor.qbd.payrollWageItems.retrieve(id, body)),
47
+ );
39
48
  };
40
49
 
41
50
  export default { metadata, tool, handler };
@@ -1,9 +1,8 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
- import { asTextContentResult } from 'conductor-node-mcp/tools/types';
3
+ import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
4
4
 
5
5
  import { Tool } from '@modelcontextprotocol/sdk/types.js';
6
- import type { Metadata } from '../../';
7
6
  import Conductor from 'conductor-node';
8
7
 
9
8
  export const metadata: Metadata = {
@@ -17,14 +16,14 @@ export const metadata: Metadata = {
17
16
  export const tool: Tool = {
18
17
  name: 'retrieve_qbd_preferences',
19
18
  description:
20
- '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.',
19
+ "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.",
21
20
  inputSchema: {
22
21
  type: 'object',
23
22
  properties: {
24
- 'Conductor-End-User-Id': {
23
+ conductorEndUserId: {
25
24
  type: 'string',
26
25
  description:
27
- 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
26
+ 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
28
27
  },
29
28
  },
30
29
  },
@@ -1,9 +1,9 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
- import { asTextContentResult } from 'conductor-node-mcp/tools/types';
3
+ import { maybeFilter } from 'conductor-node-mcp/filtering';
4
+ import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
4
5
 
5
6
  import { Tool } from '@modelcontextprotocol/sdk/types.js';
6
- import type { Metadata } from '../../';
7
7
  import Conductor from 'conductor-node';
8
8
 
9
9
  export const metadata: Metadata = {
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
16
16
 
17
17
  export const tool: Tool = {
18
18
  name: 'create_qbd_price_levels',
19
- description: 'Creates a new price level.',
19
+ description:
20
+ "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreates a new 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```",
20
21
  inputSchema: {
21
22
  type: 'object',
22
23
  properties: {
@@ -25,10 +26,10 @@ export const tool: Tool = {
25
26
  description:
26
27
  '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\nMaximum length: 31 characters.',
27
28
  },
28
- 'Conductor-End-User-Id': {
29
+ conductorEndUserId: {
29
30
  type: 'string',
30
31
  description:
31
- 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
32
+ 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
32
33
  },
33
34
  currencyId: {
34
35
  type: 'string',
@@ -81,13 +82,19 @@ export const tool: Tool = {
81
82
  required: ['adjustPercentage', 'adjustRelativeTo', 'itemId'],
82
83
  },
83
84
  },
85
+ jq_filter: {
86
+ type: 'string',
87
+ title: 'jq Filter',
88
+ description:
89
+ '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/).',
90
+ },
84
91
  },
85
92
  },
86
93
  };
87
94
 
88
95
  export const handler = async (conductor: Conductor, args: Record<string, unknown> | undefined) => {
89
96
  const body = args as any;
90
- return asTextContentResult(await conductor.qbd.priceLevels.create(body));
97
+ return asTextContentResult(await maybeFilter(args, await conductor.qbd.priceLevels.create(body)));
91
98
  };
92
99
 
93
100
  export default { metadata, tool, handler };
@@ -1,9 +1,8 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
- import { asTextContentResult } from 'conductor-node-mcp/tools/types';
3
+ import { Metadata, asTextContentResult } from 'conductor-node-mcp/tools/types';
4
4
 
5
5
  import { Tool } from '@modelcontextprotocol/sdk/types.js';
6
- import type { Metadata } from '../../';
7
6
  import Conductor from 'conductor-node';
8
7
 
9
8
  export const metadata: Metadata = {
@@ -17,14 +16,14 @@ export const metadata: Metadata = {
17
16
  export const tool: Tool = {
18
17
  name: 'list_qbd_price_levels',
19
18
  description:
20
- '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.',
19
+ "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.",
21
20
  inputSchema: {
22
21
  type: 'object',
23
22
  properties: {
24
- 'Conductor-End-User-Id': {
23
+ conductorEndUserId: {
25
24
  type: 'string',
26
25
  description:
27
- 'The ID of the EndUser to receive this request (e.g., `"Conductor-End-User-Id: {{END_USER_ID}}"`).',
26
+ 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
28
27
  },
29
28
  currencyIds: {
30
29
  type: 'array',