conductor-node-mcp 12.43.0 → 13.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1499) hide show
  1. package/code-tool.d.mts.map +1 -1
  2. package/code-tool.d.ts.map +1 -1
  3. package/code-tool.js +1 -0
  4. package/code-tool.js.map +1 -1
  5. package/code-tool.mjs +1 -0
  6. package/code-tool.mjs.map +1 -1
  7. package/package.json +146 -8
  8. package/server.d.mts.map +1 -1
  9. package/server.d.ts.map +1 -1
  10. package/server.js +37 -2
  11. package/server.js.map +1 -1
  12. package/server.mjs +38 -3
  13. package/server.mjs.map +1 -1
  14. package/src/code-tool.ts +1 -0
  15. package/src/server.ts +42 -2
  16. package/src/tools/end-users/passthrough-end-users.ts +2 -5
  17. package/src/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.ts +1 -2
  18. package/src/tools/qbd/accounts/create-qbd-accounts.ts +1 -2
  19. package/src/tools/qbd/accounts/list-qbd-accounts.ts +1 -2
  20. package/src/tools/qbd/accounts/retrieve-qbd-accounts.ts +1 -2
  21. package/src/tools/qbd/accounts/update-qbd-accounts.ts +1 -2
  22. package/src/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.ts +1 -2
  23. package/src/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.ts +1 -2
  24. package/src/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.ts +1 -2
  25. package/src/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.ts +1 -2
  26. package/src/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.ts +1 -2
  27. package/src/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.ts +1 -2
  28. package/src/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.ts +1 -2
  29. package/src/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.ts +1 -2
  30. package/src/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.ts +1 -2
  31. package/src/tools/qbd/bills/create-qbd-bills.ts +1 -2
  32. package/src/tools/qbd/bills/delete-qbd-bills.ts +1 -2
  33. package/src/tools/qbd/bills/list-qbd-bills.ts +1 -2
  34. package/src/tools/qbd/bills/retrieve-qbd-bills.ts +1 -2
  35. package/src/tools/qbd/bills/update-qbd-bills.ts +1 -2
  36. package/src/tools/qbd/build-assemblies/create-qbd-build-assemblies.ts +1 -2
  37. package/src/tools/qbd/build-assemblies/delete-qbd-build-assemblies.ts +1 -2
  38. package/src/tools/qbd/build-assemblies/list-qbd-build-assemblies.ts +1 -2
  39. package/src/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.ts +1 -2
  40. package/src/tools/qbd/build-assemblies/update-qbd-build-assemblies.ts +1 -2
  41. package/src/tools/qbd/checks/create-qbd-checks.ts +1 -2
  42. package/src/tools/qbd/checks/delete-qbd-checks.ts +1 -2
  43. package/src/tools/qbd/checks/list-qbd-checks.ts +1 -2
  44. package/src/tools/qbd/checks/retrieve-qbd-checks.ts +1 -2
  45. package/src/tools/qbd/checks/update-qbd-checks.ts +1 -2
  46. package/src/tools/qbd/classes/create-qbd-classes.ts +1 -2
  47. package/src/tools/qbd/classes/list-qbd-classes.ts +1 -2
  48. package/src/tools/qbd/classes/retrieve-qbd-classes.ts +1 -2
  49. package/src/tools/qbd/classes/update-qbd-classes.ts +1 -2
  50. package/src/tools/qbd/company/retrieve-qbd-company.ts +1 -2
  51. package/src/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.ts +1 -2
  52. package/src/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.ts +1 -2
  53. package/src/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.ts +1 -2
  54. package/src/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.ts +1 -2
  55. package/src/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.ts +1 -2
  56. package/src/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.ts +1 -2
  57. package/src/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.ts +1 -2
  58. package/src/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.ts +1 -2
  59. package/src/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.ts +1 -2
  60. package/src/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.ts +1 -2
  61. package/src/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.ts +1 -2
  62. package/src/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.ts +1 -2
  63. package/src/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.ts +1 -2
  64. package/src/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.ts +1 -2
  65. package/src/tools/qbd/credit-memos/create-qbd-credit-memos.ts +1 -2
  66. package/src/tools/qbd/credit-memos/delete-qbd-credit-memos.ts +1 -2
  67. package/src/tools/qbd/credit-memos/list-qbd-credit-memos.ts +1 -2
  68. package/src/tools/qbd/credit-memos/retrieve-qbd-credit-memos.ts +1 -2
  69. package/src/tools/qbd/credit-memos/update-qbd-credit-memos.ts +1 -2
  70. package/src/tools/qbd/currencies/create-qbd-currencies.ts +1 -2
  71. package/src/tools/qbd/currencies/list-qbd-currencies.ts +1 -2
  72. package/src/tools/qbd/currencies/retrieve-qbd-currencies.ts +1 -2
  73. package/src/tools/qbd/currencies/update-qbd-currencies.ts +1 -2
  74. package/src/tools/qbd/customer-types/create-qbd-customer-types.ts +1 -2
  75. package/src/tools/qbd/customer-types/list-qbd-customer-types.ts +1 -2
  76. package/src/tools/qbd/customer-types/retrieve-qbd-customer-types.ts +1 -2
  77. package/src/tools/qbd/customers/create-qbd-customers.ts +1 -2
  78. package/src/tools/qbd/customers/list-qbd-customers.ts +1 -2
  79. package/src/tools/qbd/customers/retrieve-qbd-customers.ts +1 -2
  80. package/src/tools/qbd/customers/update-qbd-customers.ts +1 -2
  81. package/src/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.ts +1 -2
  82. package/src/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.ts +1 -2
  83. package/src/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.ts +1 -2
  84. package/src/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.ts +1 -2
  85. package/src/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.ts +1 -2
  86. package/src/tools/qbd/discount-items/create-qbd-discount-items.ts +1 -2
  87. package/src/tools/qbd/discount-items/list-qbd-discount-items.ts +1 -2
  88. package/src/tools/qbd/discount-items/retrieve-qbd-discount-items.ts +1 -2
  89. package/src/tools/qbd/discount-items/update-qbd-discount-items.ts +1 -2
  90. package/src/tools/qbd/employees/create-qbd-employees.ts +1 -2
  91. package/src/tools/qbd/employees/list-qbd-employees.ts +1 -2
  92. package/src/tools/qbd/employees/retrieve-qbd-employees.ts +1 -2
  93. package/src/tools/qbd/employees/update-qbd-employees.ts +1 -2
  94. package/src/tools/qbd/estimates/create-qbd-estimates.ts +1 -2
  95. package/src/tools/qbd/estimates/delete-qbd-estimates.ts +1 -2
  96. package/src/tools/qbd/estimates/list-qbd-estimates.ts +1 -2
  97. package/src/tools/qbd/estimates/retrieve-qbd-estimates.ts +1 -2
  98. package/src/tools/qbd/estimates/update-qbd-estimates.ts +1 -2
  99. package/src/tools/qbd/health-check-qbd.ts +1 -2
  100. package/src/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.ts +1 -2
  101. package/src/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.ts +1 -2
  102. package/src/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.ts +1 -2
  103. package/src/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.ts +1 -2
  104. package/src/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.ts +1 -2
  105. package/src/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.ts +1 -2
  106. package/src/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.ts +1 -2
  107. package/src/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.ts +1 -2
  108. package/src/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.ts +1 -2
  109. package/src/tools/qbd/inventory-items/create-qbd-inventory-items.ts +1 -2
  110. package/src/tools/qbd/inventory-items/list-qbd-inventory-items.ts +1 -2
  111. package/src/tools/qbd/inventory-items/retrieve-qbd-inventory-items.ts +1 -2
  112. package/src/tools/qbd/inventory-items/update-qbd-inventory-items.ts +1 -2
  113. package/src/tools/qbd/inventory-sites/create-qbd-inventory-sites.ts +1 -2
  114. package/src/tools/qbd/inventory-sites/list-qbd-inventory-sites.ts +1 -2
  115. package/src/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.ts +1 -2
  116. package/src/tools/qbd/inventory-sites/update-qbd-inventory-sites.ts +1 -2
  117. package/src/tools/qbd/invoices/create-qbd-invoices.ts +1 -2
  118. package/src/tools/qbd/invoices/delete-qbd-invoices.ts +1 -2
  119. package/src/tools/qbd/invoices/list-qbd-invoices.ts +1 -2
  120. package/src/tools/qbd/invoices/retrieve-qbd-invoices.ts +1 -2
  121. package/src/tools/qbd/invoices/update-qbd-invoices.ts +1 -2
  122. package/src/tools/qbd/item-groups/create-qbd-item-groups.ts +1 -2
  123. package/src/tools/qbd/item-groups/list-qbd-item-groups.ts +1 -2
  124. package/src/tools/qbd/item-groups/retrieve-qbd-item-groups.ts +1 -2
  125. package/src/tools/qbd/item-groups/update-qbd-item-groups.ts +1 -2
  126. package/src/tools/qbd/item-receipts/create-qbd-item-receipts.ts +1 -2
  127. package/src/tools/qbd/item-receipts/delete-qbd-item-receipts.ts +1 -2
  128. package/src/tools/qbd/item-receipts/list-qbd-item-receipts.ts +1 -2
  129. package/src/tools/qbd/item-receipts/retrieve-qbd-item-receipts.ts +1 -2
  130. package/src/tools/qbd/item-receipts/update-qbd-item-receipts.ts +1 -2
  131. package/src/tools/qbd/item-sites/list-qbd-item-sites.ts +1 -2
  132. package/src/tools/qbd/item-sites/retrieve-qbd-item-sites.ts +1 -2
  133. package/src/tools/qbd/journal-entries/create-qbd-journal-entries.ts +1 -2
  134. package/src/tools/qbd/journal-entries/delete-qbd-journal-entries.ts +1 -2
  135. package/src/tools/qbd/journal-entries/list-qbd-journal-entries.ts +1 -2
  136. package/src/tools/qbd/journal-entries/retrieve-qbd-journal-entries.ts +1 -2
  137. package/src/tools/qbd/journal-entries/update-qbd-journal-entries.ts +1 -2
  138. package/src/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.ts +1 -2
  139. package/src/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.ts +1 -2
  140. package/src/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.ts +1 -2
  141. package/src/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.ts +1 -2
  142. package/src/tools/qbd/other-charge-items/create-qbd-other-charge-items.ts +1 -2
  143. package/src/tools/qbd/other-charge-items/list-qbd-other-charge-items.ts +1 -2
  144. package/src/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.ts +1 -2
  145. package/src/tools/qbd/other-charge-items/update-qbd-other-charge-items.ts +1 -2
  146. package/src/tools/qbd/other-names/create-qbd-other-names.ts +1 -2
  147. package/src/tools/qbd/other-names/list-qbd-other-names.ts +1 -2
  148. package/src/tools/qbd/other-names/retrieve-qbd-other-names.ts +1 -2
  149. package/src/tools/qbd/other-names/update-qbd-other-names.ts +1 -2
  150. package/src/tools/qbd/payment-methods/create-qbd-payment-methods.ts +1 -2
  151. package/src/tools/qbd/payment-methods/list-qbd-payment-methods.ts +1 -2
  152. package/src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts +1 -2
  153. package/src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts +17 -3
  154. package/src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts +5 -13
  155. package/src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts +2 -3
  156. package/src/tools/qbd/preferences/retrieve-qbd-preferences.ts +1 -2
  157. package/src/tools/qbd/price-levels/create-qbd-price-levels.ts +1 -2
  158. package/src/tools/qbd/price-levels/list-qbd-price-levels.ts +1 -2
  159. package/src/tools/qbd/price-levels/retrieve-qbd-price-levels.ts +1 -2
  160. package/src/tools/qbd/price-levels/update-qbd-price-levels.ts +1 -2
  161. package/src/tools/qbd/purchase-orders/create-qbd-purchase-orders.ts +1 -2
  162. package/src/tools/qbd/purchase-orders/delete-qbd-purchase-orders.ts +1 -2
  163. package/src/tools/qbd/purchase-orders/list-qbd-purchase-orders.ts +1 -2
  164. package/src/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.ts +1 -2
  165. package/src/tools/qbd/purchase-orders/update-qbd-purchase-orders.ts +1 -2
  166. package/src/tools/qbd/receive-payments/create-qbd-receive-payments.ts +1 -2
  167. package/src/tools/qbd/receive-payments/delete-qbd-receive-payments.ts +1 -2
  168. package/src/tools/qbd/receive-payments/list-qbd-receive-payments.ts +1 -2
  169. package/src/tools/qbd/receive-payments/retrieve-qbd-receive-payments.ts +1 -2
  170. package/src/tools/qbd/receive-payments/update-qbd-receive-payments.ts +1 -2
  171. package/src/tools/qbd/sales-orders/create-qbd-sales-orders.ts +1 -2
  172. package/src/tools/qbd/sales-orders/delete-qbd-sales-orders.ts +1 -2
  173. package/src/tools/qbd/sales-orders/list-qbd-sales-orders.ts +1 -2
  174. package/src/tools/qbd/sales-orders/retrieve-qbd-sales-orders.ts +1 -2
  175. package/src/tools/qbd/sales-orders/update-qbd-sales-orders.ts +1 -2
  176. package/src/tools/qbd/sales-receipts/create-qbd-sales-receipts.ts +1 -2
  177. package/src/tools/qbd/sales-receipts/delete-qbd-sales-receipts.ts +1 -2
  178. package/src/tools/qbd/sales-receipts/list-qbd-sales-receipts.ts +1 -2
  179. package/src/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.ts +1 -2
  180. package/src/tools/qbd/sales-receipts/update-qbd-sales-receipts.ts +1 -2
  181. package/src/tools/qbd/sales-representatives/create-qbd-sales-representatives.ts +1 -2
  182. package/src/tools/qbd/sales-representatives/list-qbd-sales-representatives.ts +1 -2
  183. package/src/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.ts +1 -2
  184. package/src/tools/qbd/sales-representatives/update-qbd-sales-representatives.ts +1 -2
  185. package/src/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.ts +1 -2
  186. package/src/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.ts +1 -2
  187. package/src/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.ts +1 -2
  188. package/src/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.ts +1 -2
  189. package/src/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.ts +1 -2
  190. package/src/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.ts +1 -2
  191. package/src/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.ts +1 -2
  192. package/src/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.ts +1 -2
  193. package/src/tools/qbd/service-items/create-qbd-service-items.ts +1 -2
  194. package/src/tools/qbd/service-items/list-qbd-service-items.ts +1 -2
  195. package/src/tools/qbd/service-items/retrieve-qbd-service-items.ts +1 -2
  196. package/src/tools/qbd/service-items/update-qbd-service-items.ts +1 -2
  197. package/src/tools/qbd/standard-terms/create-qbd-standard-terms.ts +1 -2
  198. package/src/tools/qbd/standard-terms/list-qbd-standard-terms.ts +1 -2
  199. package/src/tools/qbd/standard-terms/retrieve-qbd-standard-terms.ts +1 -2
  200. package/src/tools/qbd/subtotal-items/create-qbd-subtotal-items.ts +1 -2
  201. package/src/tools/qbd/subtotal-items/list-qbd-subtotal-items.ts +1 -2
  202. package/src/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.ts +1 -2
  203. package/src/tools/qbd/subtotal-items/update-qbd-subtotal-items.ts +1 -2
  204. package/src/tools/qbd/templates/list-qbd-templates.ts +1 -2
  205. package/src/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.ts +1 -2
  206. package/src/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.ts +1 -2
  207. package/src/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.ts +1 -2
  208. package/src/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.ts +1 -2
  209. package/src/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.ts +1 -2
  210. package/src/tools/qbd/transactions/list-qbd-transactions.ts +1 -2
  211. package/src/tools/qbd/transactions/retrieve-qbd-transactions.ts +1 -2
  212. package/src/tools/qbd/transfers/create-qbd-transfers.ts +1 -2
  213. package/src/tools/qbd/transfers/list-qbd-transfers.ts +1 -2
  214. package/src/tools/qbd/transfers/retrieve-qbd-transfers.ts +1 -2
  215. package/src/tools/qbd/transfers/update-qbd-transfers.ts +1 -2
  216. package/src/tools/qbd/unit-of-measure-sets/create-qbd-unit-of-measure-sets.ts +1 -2
  217. package/src/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.ts +1 -2
  218. package/src/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.ts +1 -2
  219. package/src/tools/qbd/vendor-credits/create-qbd-vendor-credits.ts +1 -2
  220. package/src/tools/qbd/vendor-credits/delete-qbd-vendor-credits.ts +1 -2
  221. package/src/tools/qbd/vendor-credits/list-qbd-vendor-credits.ts +1 -2
  222. package/src/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.ts +1 -2
  223. package/src/tools/qbd/vendor-credits/update-qbd-vendor-credits.ts +1 -2
  224. package/src/tools/qbd/vendors/create-qbd-vendors.ts +1 -2
  225. package/src/tools/qbd/vendors/list-qbd-vendors.ts +1 -2
  226. package/src/tools/qbd/vendors/retrieve-qbd-vendors.ts +1 -2
  227. package/src/tools/qbd/vendors/update-qbd-vendors.ts +1 -2
  228. package/tools/end-users/passthrough-end-users.d.mts.map +1 -1
  229. package/tools/end-users/passthrough-end-users.d.ts.map +1 -1
  230. package/tools/end-users/passthrough-end-users.js +2 -2
  231. package/tools/end-users/passthrough-end-users.js.map +1 -1
  232. package/tools/end-users/passthrough-end-users.mjs +2 -2
  233. package/tools/end-users/passthrough-end-users.mjs.map +1 -1
  234. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.mts.map +1 -1
  235. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.d.ts.map +1 -1
  236. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.js +1 -1
  237. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.js.map +1 -1
  238. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.mjs +1 -1
  239. package/tools/qbd/account-tax-lines/list-qbd-account-tax-lines.mjs.map +1 -1
  240. package/tools/qbd/accounts/create-qbd-accounts.d.mts.map +1 -1
  241. package/tools/qbd/accounts/create-qbd-accounts.d.ts.map +1 -1
  242. package/tools/qbd/accounts/create-qbd-accounts.js +1 -1
  243. package/tools/qbd/accounts/create-qbd-accounts.js.map +1 -1
  244. package/tools/qbd/accounts/create-qbd-accounts.mjs +1 -1
  245. package/tools/qbd/accounts/create-qbd-accounts.mjs.map +1 -1
  246. package/tools/qbd/accounts/list-qbd-accounts.d.mts.map +1 -1
  247. package/tools/qbd/accounts/list-qbd-accounts.d.ts.map +1 -1
  248. package/tools/qbd/accounts/list-qbd-accounts.js +1 -1
  249. package/tools/qbd/accounts/list-qbd-accounts.js.map +1 -1
  250. package/tools/qbd/accounts/list-qbd-accounts.mjs +1 -1
  251. package/tools/qbd/accounts/list-qbd-accounts.mjs.map +1 -1
  252. package/tools/qbd/accounts/retrieve-qbd-accounts.d.mts.map +1 -1
  253. package/tools/qbd/accounts/retrieve-qbd-accounts.d.ts.map +1 -1
  254. package/tools/qbd/accounts/retrieve-qbd-accounts.js +1 -1
  255. package/tools/qbd/accounts/retrieve-qbd-accounts.js.map +1 -1
  256. package/tools/qbd/accounts/retrieve-qbd-accounts.mjs +1 -1
  257. package/tools/qbd/accounts/retrieve-qbd-accounts.mjs.map +1 -1
  258. package/tools/qbd/accounts/update-qbd-accounts.d.mts.map +1 -1
  259. package/tools/qbd/accounts/update-qbd-accounts.d.ts.map +1 -1
  260. package/tools/qbd/accounts/update-qbd-accounts.js +1 -1
  261. package/tools/qbd/accounts/update-qbd-accounts.js.map +1 -1
  262. package/tools/qbd/accounts/update-qbd-accounts.mjs +1 -1
  263. package/tools/qbd/accounts/update-qbd-accounts.mjs.map +1 -1
  264. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.mts.map +1 -1
  265. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.d.ts.map +1 -1
  266. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.js +1 -1
  267. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.js.map +1 -1
  268. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.mjs +1 -1
  269. package/tools/qbd/bill-check-payments/create-qbd-bill-check-payments.mjs.map +1 -1
  270. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.mts.map +1 -1
  271. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.d.ts.map +1 -1
  272. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.js +1 -1
  273. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.js.map +1 -1
  274. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.mjs +1 -1
  275. package/tools/qbd/bill-check-payments/delete-qbd-bill-check-payments.mjs.map +1 -1
  276. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.mts.map +1 -1
  277. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.d.ts.map +1 -1
  278. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js +1 -1
  279. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.js.map +1 -1
  280. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs +1 -1
  281. package/tools/qbd/bill-check-payments/list-qbd-bill-check-payments.mjs.map +1 -1
  282. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.mts.map +1 -1
  283. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.d.ts.map +1 -1
  284. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.js +1 -1
  285. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.js.map +1 -1
  286. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.mjs +1 -1
  287. package/tools/qbd/bill-check-payments/retrieve-qbd-bill-check-payments.mjs.map +1 -1
  288. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.mts.map +1 -1
  289. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.d.ts.map +1 -1
  290. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.js +1 -1
  291. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.js.map +1 -1
  292. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.mjs +1 -1
  293. package/tools/qbd/bill-check-payments/update-qbd-bill-check-payments.mjs.map +1 -1
  294. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.mts.map +1 -1
  295. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.d.ts.map +1 -1
  296. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.js +1 -1
  297. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.js.map +1 -1
  298. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.mjs +1 -1
  299. package/tools/qbd/bill-credit-card-payments/create-qbd-bill-credit-card-payments.mjs.map +1 -1
  300. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.mts.map +1 -1
  301. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.d.ts.map +1 -1
  302. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.js +1 -1
  303. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.js.map +1 -1
  304. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.mjs +1 -1
  305. package/tools/qbd/bill-credit-card-payments/delete-qbd-bill-credit-card-payments.mjs.map +1 -1
  306. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.mts.map +1 -1
  307. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.d.ts.map +1 -1
  308. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js +1 -1
  309. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.js.map +1 -1
  310. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs +1 -1
  311. package/tools/qbd/bill-credit-card-payments/list-qbd-bill-credit-card-payments.mjs.map +1 -1
  312. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.mts.map +1 -1
  313. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.d.ts.map +1 -1
  314. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.js +1 -1
  315. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.js.map +1 -1
  316. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.mjs +1 -1
  317. package/tools/qbd/bill-credit-card-payments/retrieve-qbd-bill-credit-card-payments.mjs.map +1 -1
  318. package/tools/qbd/bills/create-qbd-bills.d.mts.map +1 -1
  319. package/tools/qbd/bills/create-qbd-bills.d.ts.map +1 -1
  320. package/tools/qbd/bills/create-qbd-bills.js +1 -1
  321. package/tools/qbd/bills/create-qbd-bills.js.map +1 -1
  322. package/tools/qbd/bills/create-qbd-bills.mjs +1 -1
  323. package/tools/qbd/bills/create-qbd-bills.mjs.map +1 -1
  324. package/tools/qbd/bills/delete-qbd-bills.d.mts.map +1 -1
  325. package/tools/qbd/bills/delete-qbd-bills.d.ts.map +1 -1
  326. package/tools/qbd/bills/delete-qbd-bills.js +1 -1
  327. package/tools/qbd/bills/delete-qbd-bills.js.map +1 -1
  328. package/tools/qbd/bills/delete-qbd-bills.mjs +1 -1
  329. package/tools/qbd/bills/delete-qbd-bills.mjs.map +1 -1
  330. package/tools/qbd/bills/list-qbd-bills.d.mts.map +1 -1
  331. package/tools/qbd/bills/list-qbd-bills.d.ts.map +1 -1
  332. package/tools/qbd/bills/list-qbd-bills.js +1 -1
  333. package/tools/qbd/bills/list-qbd-bills.js.map +1 -1
  334. package/tools/qbd/bills/list-qbd-bills.mjs +1 -1
  335. package/tools/qbd/bills/list-qbd-bills.mjs.map +1 -1
  336. package/tools/qbd/bills/retrieve-qbd-bills.d.mts.map +1 -1
  337. package/tools/qbd/bills/retrieve-qbd-bills.d.ts.map +1 -1
  338. package/tools/qbd/bills/retrieve-qbd-bills.js +1 -1
  339. package/tools/qbd/bills/retrieve-qbd-bills.js.map +1 -1
  340. package/tools/qbd/bills/retrieve-qbd-bills.mjs +1 -1
  341. package/tools/qbd/bills/retrieve-qbd-bills.mjs.map +1 -1
  342. package/tools/qbd/bills/update-qbd-bills.d.mts.map +1 -1
  343. package/tools/qbd/bills/update-qbd-bills.d.ts.map +1 -1
  344. package/tools/qbd/bills/update-qbd-bills.js +1 -1
  345. package/tools/qbd/bills/update-qbd-bills.js.map +1 -1
  346. package/tools/qbd/bills/update-qbd-bills.mjs +1 -1
  347. package/tools/qbd/bills/update-qbd-bills.mjs.map +1 -1
  348. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.mts.map +1 -1
  349. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.d.ts.map +1 -1
  350. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.js +1 -1
  351. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.js.map +1 -1
  352. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.mjs +1 -1
  353. package/tools/qbd/build-assemblies/create-qbd-build-assemblies.mjs.map +1 -1
  354. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.mts.map +1 -1
  355. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.d.ts.map +1 -1
  356. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js +1 -1
  357. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.js.map +1 -1
  358. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs +1 -1
  359. package/tools/qbd/build-assemblies/delete-qbd-build-assemblies.mjs.map +1 -1
  360. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.mts.map +1 -1
  361. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.d.ts.map +1 -1
  362. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js +1 -1
  363. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.js.map +1 -1
  364. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs +1 -1
  365. package/tools/qbd/build-assemblies/list-qbd-build-assemblies.mjs.map +1 -1
  366. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.mts.map +1 -1
  367. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.d.ts.map +1 -1
  368. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.js +1 -1
  369. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.js.map +1 -1
  370. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.mjs +1 -1
  371. package/tools/qbd/build-assemblies/retrieve-qbd-build-assemblies.mjs.map +1 -1
  372. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.mts.map +1 -1
  373. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.d.ts.map +1 -1
  374. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.js +1 -1
  375. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.js.map +1 -1
  376. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.mjs +1 -1
  377. package/tools/qbd/build-assemblies/update-qbd-build-assemblies.mjs.map +1 -1
  378. package/tools/qbd/checks/create-qbd-checks.d.mts.map +1 -1
  379. package/tools/qbd/checks/create-qbd-checks.d.ts.map +1 -1
  380. package/tools/qbd/checks/create-qbd-checks.js +1 -1
  381. package/tools/qbd/checks/create-qbd-checks.js.map +1 -1
  382. package/tools/qbd/checks/create-qbd-checks.mjs +1 -1
  383. package/tools/qbd/checks/create-qbd-checks.mjs.map +1 -1
  384. package/tools/qbd/checks/delete-qbd-checks.d.mts.map +1 -1
  385. package/tools/qbd/checks/delete-qbd-checks.d.ts.map +1 -1
  386. package/tools/qbd/checks/delete-qbd-checks.js +1 -1
  387. package/tools/qbd/checks/delete-qbd-checks.js.map +1 -1
  388. package/tools/qbd/checks/delete-qbd-checks.mjs +1 -1
  389. package/tools/qbd/checks/delete-qbd-checks.mjs.map +1 -1
  390. package/tools/qbd/checks/list-qbd-checks.d.mts.map +1 -1
  391. package/tools/qbd/checks/list-qbd-checks.d.ts.map +1 -1
  392. package/tools/qbd/checks/list-qbd-checks.js +1 -1
  393. package/tools/qbd/checks/list-qbd-checks.js.map +1 -1
  394. package/tools/qbd/checks/list-qbd-checks.mjs +1 -1
  395. package/tools/qbd/checks/list-qbd-checks.mjs.map +1 -1
  396. package/tools/qbd/checks/retrieve-qbd-checks.d.mts.map +1 -1
  397. package/tools/qbd/checks/retrieve-qbd-checks.d.ts.map +1 -1
  398. package/tools/qbd/checks/retrieve-qbd-checks.js +1 -1
  399. package/tools/qbd/checks/retrieve-qbd-checks.js.map +1 -1
  400. package/tools/qbd/checks/retrieve-qbd-checks.mjs +1 -1
  401. package/tools/qbd/checks/retrieve-qbd-checks.mjs.map +1 -1
  402. package/tools/qbd/checks/update-qbd-checks.d.mts.map +1 -1
  403. package/tools/qbd/checks/update-qbd-checks.d.ts.map +1 -1
  404. package/tools/qbd/checks/update-qbd-checks.js +1 -1
  405. package/tools/qbd/checks/update-qbd-checks.js.map +1 -1
  406. package/tools/qbd/checks/update-qbd-checks.mjs +1 -1
  407. package/tools/qbd/checks/update-qbd-checks.mjs.map +1 -1
  408. package/tools/qbd/classes/create-qbd-classes.d.mts.map +1 -1
  409. package/tools/qbd/classes/create-qbd-classes.d.ts.map +1 -1
  410. package/tools/qbd/classes/create-qbd-classes.js +1 -1
  411. package/tools/qbd/classes/create-qbd-classes.js.map +1 -1
  412. package/tools/qbd/classes/create-qbd-classes.mjs +1 -1
  413. package/tools/qbd/classes/create-qbd-classes.mjs.map +1 -1
  414. package/tools/qbd/classes/list-qbd-classes.d.mts.map +1 -1
  415. package/tools/qbd/classes/list-qbd-classes.d.ts.map +1 -1
  416. package/tools/qbd/classes/list-qbd-classes.js +1 -1
  417. package/tools/qbd/classes/list-qbd-classes.js.map +1 -1
  418. package/tools/qbd/classes/list-qbd-classes.mjs +1 -1
  419. package/tools/qbd/classes/list-qbd-classes.mjs.map +1 -1
  420. package/tools/qbd/classes/retrieve-qbd-classes.d.mts.map +1 -1
  421. package/tools/qbd/classes/retrieve-qbd-classes.d.ts.map +1 -1
  422. package/tools/qbd/classes/retrieve-qbd-classes.js +1 -1
  423. package/tools/qbd/classes/retrieve-qbd-classes.js.map +1 -1
  424. package/tools/qbd/classes/retrieve-qbd-classes.mjs +1 -1
  425. package/tools/qbd/classes/retrieve-qbd-classes.mjs.map +1 -1
  426. package/tools/qbd/classes/update-qbd-classes.d.mts.map +1 -1
  427. package/tools/qbd/classes/update-qbd-classes.d.ts.map +1 -1
  428. package/tools/qbd/classes/update-qbd-classes.js +1 -1
  429. package/tools/qbd/classes/update-qbd-classes.js.map +1 -1
  430. package/tools/qbd/classes/update-qbd-classes.mjs +1 -1
  431. package/tools/qbd/classes/update-qbd-classes.mjs.map +1 -1
  432. package/tools/qbd/company/retrieve-qbd-company.d.mts.map +1 -1
  433. package/tools/qbd/company/retrieve-qbd-company.d.ts.map +1 -1
  434. package/tools/qbd/company/retrieve-qbd-company.js +1 -1
  435. package/tools/qbd/company/retrieve-qbd-company.js.map +1 -1
  436. package/tools/qbd/company/retrieve-qbd-company.mjs +1 -1
  437. package/tools/qbd/company/retrieve-qbd-company.mjs.map +1 -1
  438. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.mts.map +1 -1
  439. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.d.ts.map +1 -1
  440. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.js +1 -1
  441. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.js.map +1 -1
  442. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.mjs +1 -1
  443. package/tools/qbd/credit-card-charges/create-qbd-credit-card-charges.mjs.map +1 -1
  444. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.mts.map +1 -1
  445. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.d.ts.map +1 -1
  446. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.js +1 -1
  447. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.js.map +1 -1
  448. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.mjs +1 -1
  449. package/tools/qbd/credit-card-charges/delete-qbd-credit-card-charges.mjs.map +1 -1
  450. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.mts.map +1 -1
  451. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.d.ts.map +1 -1
  452. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js +1 -1
  453. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.js.map +1 -1
  454. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs +1 -1
  455. package/tools/qbd/credit-card-charges/list-qbd-credit-card-charges.mjs.map +1 -1
  456. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.mts.map +1 -1
  457. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.d.ts.map +1 -1
  458. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.js +1 -1
  459. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.js.map +1 -1
  460. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.mjs +1 -1
  461. package/tools/qbd/credit-card-charges/retrieve-qbd-credit-card-charges.mjs.map +1 -1
  462. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.mts.map +1 -1
  463. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.d.ts.map +1 -1
  464. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.js +1 -1
  465. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.js.map +1 -1
  466. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.mjs +1 -1
  467. package/tools/qbd/credit-card-charges/update-qbd-credit-card-charges.mjs.map +1 -1
  468. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.mts.map +1 -1
  469. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.d.ts.map +1 -1
  470. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.js +1 -1
  471. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.js.map +1 -1
  472. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.mjs +1 -1
  473. package/tools/qbd/credit-card-credits/create-qbd-credit-card-credits.mjs.map +1 -1
  474. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.mts.map +1 -1
  475. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.d.ts.map +1 -1
  476. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.js +1 -1
  477. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.js.map +1 -1
  478. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.mjs +1 -1
  479. package/tools/qbd/credit-card-credits/delete-qbd-credit-card-credits.mjs.map +1 -1
  480. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.mts.map +1 -1
  481. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.d.ts.map +1 -1
  482. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js +1 -1
  483. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.js.map +1 -1
  484. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs +1 -1
  485. package/tools/qbd/credit-card-credits/list-qbd-credit-card-credits.mjs.map +1 -1
  486. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.mts.map +1 -1
  487. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.d.ts.map +1 -1
  488. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.js +1 -1
  489. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.js.map +1 -1
  490. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.mjs +1 -1
  491. package/tools/qbd/credit-card-credits/retrieve-qbd-credit-card-credits.mjs.map +1 -1
  492. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.mts.map +1 -1
  493. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.d.ts.map +1 -1
  494. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.js +1 -1
  495. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.js.map +1 -1
  496. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.mjs +1 -1
  497. package/tools/qbd/credit-card-credits/update-qbd-credit-card-credits.mjs.map +1 -1
  498. package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.d.mts.map +1 -1
  499. package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.d.ts.map +1 -1
  500. package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.js +1 -1
  501. package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.js.map +1 -1
  502. package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.mjs +1 -1
  503. package/tools/qbd/credit-card-refunds/create-qbd-credit-card-refunds.mjs.map +1 -1
  504. package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.d.mts.map +1 -1
  505. package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.d.ts.map +1 -1
  506. package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.js +1 -1
  507. package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.js.map +1 -1
  508. package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.mjs +1 -1
  509. package/tools/qbd/credit-card-refunds/delete-qbd-credit-card-refunds.mjs.map +1 -1
  510. package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.d.mts.map +1 -1
  511. package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.d.ts.map +1 -1
  512. package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.js +1 -1
  513. package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.js.map +1 -1
  514. package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.mjs +1 -1
  515. package/tools/qbd/credit-card-refunds/list-qbd-credit-card-refunds.mjs.map +1 -1
  516. package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.d.mts.map +1 -1
  517. package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.d.ts.map +1 -1
  518. package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.js +1 -1
  519. package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.js.map +1 -1
  520. package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.mjs +1 -1
  521. package/tools/qbd/credit-card-refunds/retrieve-qbd-credit-card-refunds.mjs.map +1 -1
  522. package/tools/qbd/credit-memos/create-qbd-credit-memos.d.mts.map +1 -1
  523. package/tools/qbd/credit-memos/create-qbd-credit-memos.d.ts.map +1 -1
  524. package/tools/qbd/credit-memos/create-qbd-credit-memos.js +1 -1
  525. package/tools/qbd/credit-memos/create-qbd-credit-memos.js.map +1 -1
  526. package/tools/qbd/credit-memos/create-qbd-credit-memos.mjs +1 -1
  527. package/tools/qbd/credit-memos/create-qbd-credit-memos.mjs.map +1 -1
  528. package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.mts.map +1 -1
  529. package/tools/qbd/credit-memos/delete-qbd-credit-memos.d.ts.map +1 -1
  530. package/tools/qbd/credit-memos/delete-qbd-credit-memos.js +1 -1
  531. package/tools/qbd/credit-memos/delete-qbd-credit-memos.js.map +1 -1
  532. package/tools/qbd/credit-memos/delete-qbd-credit-memos.mjs +1 -1
  533. package/tools/qbd/credit-memos/delete-qbd-credit-memos.mjs.map +1 -1
  534. package/tools/qbd/credit-memos/list-qbd-credit-memos.d.mts.map +1 -1
  535. package/tools/qbd/credit-memos/list-qbd-credit-memos.d.ts.map +1 -1
  536. package/tools/qbd/credit-memos/list-qbd-credit-memos.js +1 -1
  537. package/tools/qbd/credit-memos/list-qbd-credit-memos.js.map +1 -1
  538. package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs +1 -1
  539. package/tools/qbd/credit-memos/list-qbd-credit-memos.mjs.map +1 -1
  540. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.mts.map +1 -1
  541. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.d.ts.map +1 -1
  542. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.js +1 -1
  543. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.js.map +1 -1
  544. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.mjs +1 -1
  545. package/tools/qbd/credit-memos/retrieve-qbd-credit-memos.mjs.map +1 -1
  546. package/tools/qbd/credit-memos/update-qbd-credit-memos.d.mts.map +1 -1
  547. package/tools/qbd/credit-memos/update-qbd-credit-memos.d.ts.map +1 -1
  548. package/tools/qbd/credit-memos/update-qbd-credit-memos.js +1 -1
  549. package/tools/qbd/credit-memos/update-qbd-credit-memos.js.map +1 -1
  550. package/tools/qbd/credit-memos/update-qbd-credit-memos.mjs +1 -1
  551. package/tools/qbd/credit-memos/update-qbd-credit-memos.mjs.map +1 -1
  552. package/tools/qbd/currencies/create-qbd-currencies.d.mts.map +1 -1
  553. package/tools/qbd/currencies/create-qbd-currencies.d.ts.map +1 -1
  554. package/tools/qbd/currencies/create-qbd-currencies.js +1 -1
  555. package/tools/qbd/currencies/create-qbd-currencies.js.map +1 -1
  556. package/tools/qbd/currencies/create-qbd-currencies.mjs +1 -1
  557. package/tools/qbd/currencies/create-qbd-currencies.mjs.map +1 -1
  558. package/tools/qbd/currencies/list-qbd-currencies.d.mts.map +1 -1
  559. package/tools/qbd/currencies/list-qbd-currencies.d.ts.map +1 -1
  560. package/tools/qbd/currencies/list-qbd-currencies.js +1 -1
  561. package/tools/qbd/currencies/list-qbd-currencies.js.map +1 -1
  562. package/tools/qbd/currencies/list-qbd-currencies.mjs +1 -1
  563. package/tools/qbd/currencies/list-qbd-currencies.mjs.map +1 -1
  564. package/tools/qbd/currencies/retrieve-qbd-currencies.d.mts.map +1 -1
  565. package/tools/qbd/currencies/retrieve-qbd-currencies.d.ts.map +1 -1
  566. package/tools/qbd/currencies/retrieve-qbd-currencies.js +1 -1
  567. package/tools/qbd/currencies/retrieve-qbd-currencies.js.map +1 -1
  568. package/tools/qbd/currencies/retrieve-qbd-currencies.mjs +1 -1
  569. package/tools/qbd/currencies/retrieve-qbd-currencies.mjs.map +1 -1
  570. package/tools/qbd/currencies/update-qbd-currencies.d.mts.map +1 -1
  571. package/tools/qbd/currencies/update-qbd-currencies.d.ts.map +1 -1
  572. package/tools/qbd/currencies/update-qbd-currencies.js +1 -1
  573. package/tools/qbd/currencies/update-qbd-currencies.js.map +1 -1
  574. package/tools/qbd/currencies/update-qbd-currencies.mjs +1 -1
  575. package/tools/qbd/currencies/update-qbd-currencies.mjs.map +1 -1
  576. package/tools/qbd/customer-types/create-qbd-customer-types.d.mts.map +1 -1
  577. package/tools/qbd/customer-types/create-qbd-customer-types.d.ts.map +1 -1
  578. package/tools/qbd/customer-types/create-qbd-customer-types.js +1 -1
  579. package/tools/qbd/customer-types/create-qbd-customer-types.js.map +1 -1
  580. package/tools/qbd/customer-types/create-qbd-customer-types.mjs +1 -1
  581. package/tools/qbd/customer-types/create-qbd-customer-types.mjs.map +1 -1
  582. package/tools/qbd/customer-types/list-qbd-customer-types.d.mts.map +1 -1
  583. package/tools/qbd/customer-types/list-qbd-customer-types.d.ts.map +1 -1
  584. package/tools/qbd/customer-types/list-qbd-customer-types.js +1 -1
  585. package/tools/qbd/customer-types/list-qbd-customer-types.js.map +1 -1
  586. package/tools/qbd/customer-types/list-qbd-customer-types.mjs +1 -1
  587. package/tools/qbd/customer-types/list-qbd-customer-types.mjs.map +1 -1
  588. package/tools/qbd/customer-types/retrieve-qbd-customer-types.d.mts.map +1 -1
  589. package/tools/qbd/customer-types/retrieve-qbd-customer-types.d.ts.map +1 -1
  590. package/tools/qbd/customer-types/retrieve-qbd-customer-types.js +1 -1
  591. package/tools/qbd/customer-types/retrieve-qbd-customer-types.js.map +1 -1
  592. package/tools/qbd/customer-types/retrieve-qbd-customer-types.mjs +1 -1
  593. package/tools/qbd/customer-types/retrieve-qbd-customer-types.mjs.map +1 -1
  594. package/tools/qbd/customers/create-qbd-customers.d.mts.map +1 -1
  595. package/tools/qbd/customers/create-qbd-customers.d.ts.map +1 -1
  596. package/tools/qbd/customers/create-qbd-customers.js +1 -1
  597. package/tools/qbd/customers/create-qbd-customers.js.map +1 -1
  598. package/tools/qbd/customers/create-qbd-customers.mjs +1 -1
  599. package/tools/qbd/customers/create-qbd-customers.mjs.map +1 -1
  600. package/tools/qbd/customers/list-qbd-customers.d.mts.map +1 -1
  601. package/tools/qbd/customers/list-qbd-customers.d.ts.map +1 -1
  602. package/tools/qbd/customers/list-qbd-customers.js +1 -1
  603. package/tools/qbd/customers/list-qbd-customers.js.map +1 -1
  604. package/tools/qbd/customers/list-qbd-customers.mjs +1 -1
  605. package/tools/qbd/customers/list-qbd-customers.mjs.map +1 -1
  606. package/tools/qbd/customers/retrieve-qbd-customers.d.mts.map +1 -1
  607. package/tools/qbd/customers/retrieve-qbd-customers.d.ts.map +1 -1
  608. package/tools/qbd/customers/retrieve-qbd-customers.js +1 -1
  609. package/tools/qbd/customers/retrieve-qbd-customers.js.map +1 -1
  610. package/tools/qbd/customers/retrieve-qbd-customers.mjs +1 -1
  611. package/tools/qbd/customers/retrieve-qbd-customers.mjs.map +1 -1
  612. package/tools/qbd/customers/update-qbd-customers.d.mts.map +1 -1
  613. package/tools/qbd/customers/update-qbd-customers.d.ts.map +1 -1
  614. package/tools/qbd/customers/update-qbd-customers.js +1 -1
  615. package/tools/qbd/customers/update-qbd-customers.js.map +1 -1
  616. package/tools/qbd/customers/update-qbd-customers.mjs +1 -1
  617. package/tools/qbd/customers/update-qbd-customers.mjs.map +1 -1
  618. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.mts.map +1 -1
  619. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.d.ts.map +1 -1
  620. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js +1 -1
  621. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.js.map +1 -1
  622. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.mjs +1 -1
  623. package/tools/qbd/date-driven-terms/create-qbd-date-driven-terms.mjs.map +1 -1
  624. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.mts.map +1 -1
  625. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.d.ts.map +1 -1
  626. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js +1 -1
  627. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.js.map +1 -1
  628. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs +1 -1
  629. package/tools/qbd/date-driven-terms/list-qbd-date-driven-terms.mjs.map +1 -1
  630. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.mts.map +1 -1
  631. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.d.ts.map +1 -1
  632. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js +1 -1
  633. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.js.map +1 -1
  634. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs +1 -1
  635. package/tools/qbd/date-driven-terms/retrieve-qbd-date-driven-terms.mjs.map +1 -1
  636. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.d.mts.map +1 -1
  637. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.d.ts.map +1 -1
  638. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.js +1 -1
  639. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.js.map +1 -1
  640. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.mjs +1 -1
  641. package/tools/qbd/deleted-list-objects/list-qbd-deleted-list-objects.mjs.map +1 -1
  642. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.d.mts.map +1 -1
  643. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.d.ts.map +1 -1
  644. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.js +1 -1
  645. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.js.map +1 -1
  646. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.mjs +1 -1
  647. package/tools/qbd/deleted-transactions/list-qbd-deleted-transactions.mjs.map +1 -1
  648. package/tools/qbd/discount-items/create-qbd-discount-items.d.mts.map +1 -1
  649. package/tools/qbd/discount-items/create-qbd-discount-items.d.ts.map +1 -1
  650. package/tools/qbd/discount-items/create-qbd-discount-items.js +1 -1
  651. package/tools/qbd/discount-items/create-qbd-discount-items.js.map +1 -1
  652. package/tools/qbd/discount-items/create-qbd-discount-items.mjs +1 -1
  653. package/tools/qbd/discount-items/create-qbd-discount-items.mjs.map +1 -1
  654. package/tools/qbd/discount-items/list-qbd-discount-items.d.mts.map +1 -1
  655. package/tools/qbd/discount-items/list-qbd-discount-items.d.ts.map +1 -1
  656. package/tools/qbd/discount-items/list-qbd-discount-items.js +1 -1
  657. package/tools/qbd/discount-items/list-qbd-discount-items.js.map +1 -1
  658. package/tools/qbd/discount-items/list-qbd-discount-items.mjs +1 -1
  659. package/tools/qbd/discount-items/list-qbd-discount-items.mjs.map +1 -1
  660. package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.mts.map +1 -1
  661. package/tools/qbd/discount-items/retrieve-qbd-discount-items.d.ts.map +1 -1
  662. package/tools/qbd/discount-items/retrieve-qbd-discount-items.js +1 -1
  663. package/tools/qbd/discount-items/retrieve-qbd-discount-items.js.map +1 -1
  664. package/tools/qbd/discount-items/retrieve-qbd-discount-items.mjs +1 -1
  665. package/tools/qbd/discount-items/retrieve-qbd-discount-items.mjs.map +1 -1
  666. package/tools/qbd/discount-items/update-qbd-discount-items.d.mts.map +1 -1
  667. package/tools/qbd/discount-items/update-qbd-discount-items.d.ts.map +1 -1
  668. package/tools/qbd/discount-items/update-qbd-discount-items.js +1 -1
  669. package/tools/qbd/discount-items/update-qbd-discount-items.js.map +1 -1
  670. package/tools/qbd/discount-items/update-qbd-discount-items.mjs +1 -1
  671. package/tools/qbd/discount-items/update-qbd-discount-items.mjs.map +1 -1
  672. package/tools/qbd/employees/create-qbd-employees.d.mts.map +1 -1
  673. package/tools/qbd/employees/create-qbd-employees.d.ts.map +1 -1
  674. package/tools/qbd/employees/create-qbd-employees.js +1 -1
  675. package/tools/qbd/employees/create-qbd-employees.js.map +1 -1
  676. package/tools/qbd/employees/create-qbd-employees.mjs +1 -1
  677. package/tools/qbd/employees/create-qbd-employees.mjs.map +1 -1
  678. package/tools/qbd/employees/list-qbd-employees.d.mts.map +1 -1
  679. package/tools/qbd/employees/list-qbd-employees.d.ts.map +1 -1
  680. package/tools/qbd/employees/list-qbd-employees.js +1 -1
  681. package/tools/qbd/employees/list-qbd-employees.js.map +1 -1
  682. package/tools/qbd/employees/list-qbd-employees.mjs +1 -1
  683. package/tools/qbd/employees/list-qbd-employees.mjs.map +1 -1
  684. package/tools/qbd/employees/retrieve-qbd-employees.d.mts.map +1 -1
  685. package/tools/qbd/employees/retrieve-qbd-employees.d.ts.map +1 -1
  686. package/tools/qbd/employees/retrieve-qbd-employees.js +1 -1
  687. package/tools/qbd/employees/retrieve-qbd-employees.js.map +1 -1
  688. package/tools/qbd/employees/retrieve-qbd-employees.mjs +1 -1
  689. package/tools/qbd/employees/retrieve-qbd-employees.mjs.map +1 -1
  690. package/tools/qbd/employees/update-qbd-employees.d.mts.map +1 -1
  691. package/tools/qbd/employees/update-qbd-employees.d.ts.map +1 -1
  692. package/tools/qbd/employees/update-qbd-employees.js +1 -1
  693. package/tools/qbd/employees/update-qbd-employees.js.map +1 -1
  694. package/tools/qbd/employees/update-qbd-employees.mjs +1 -1
  695. package/tools/qbd/employees/update-qbd-employees.mjs.map +1 -1
  696. package/tools/qbd/estimates/create-qbd-estimates.d.mts.map +1 -1
  697. package/tools/qbd/estimates/create-qbd-estimates.d.ts.map +1 -1
  698. package/tools/qbd/estimates/create-qbd-estimates.js +1 -1
  699. package/tools/qbd/estimates/create-qbd-estimates.js.map +1 -1
  700. package/tools/qbd/estimates/create-qbd-estimates.mjs +1 -1
  701. package/tools/qbd/estimates/create-qbd-estimates.mjs.map +1 -1
  702. package/tools/qbd/estimates/delete-qbd-estimates.d.mts.map +1 -1
  703. package/tools/qbd/estimates/delete-qbd-estimates.d.ts.map +1 -1
  704. package/tools/qbd/estimates/delete-qbd-estimates.js +1 -1
  705. package/tools/qbd/estimates/delete-qbd-estimates.js.map +1 -1
  706. package/tools/qbd/estimates/delete-qbd-estimates.mjs +1 -1
  707. package/tools/qbd/estimates/delete-qbd-estimates.mjs.map +1 -1
  708. package/tools/qbd/estimates/list-qbd-estimates.d.mts.map +1 -1
  709. package/tools/qbd/estimates/list-qbd-estimates.d.ts.map +1 -1
  710. package/tools/qbd/estimates/list-qbd-estimates.js +1 -1
  711. package/tools/qbd/estimates/list-qbd-estimates.js.map +1 -1
  712. package/tools/qbd/estimates/list-qbd-estimates.mjs +1 -1
  713. package/tools/qbd/estimates/list-qbd-estimates.mjs.map +1 -1
  714. package/tools/qbd/estimates/retrieve-qbd-estimates.d.mts.map +1 -1
  715. package/tools/qbd/estimates/retrieve-qbd-estimates.d.ts.map +1 -1
  716. package/tools/qbd/estimates/retrieve-qbd-estimates.js +1 -1
  717. package/tools/qbd/estimates/retrieve-qbd-estimates.js.map +1 -1
  718. package/tools/qbd/estimates/retrieve-qbd-estimates.mjs +1 -1
  719. package/tools/qbd/estimates/retrieve-qbd-estimates.mjs.map +1 -1
  720. package/tools/qbd/estimates/update-qbd-estimates.d.mts.map +1 -1
  721. package/tools/qbd/estimates/update-qbd-estimates.d.ts.map +1 -1
  722. package/tools/qbd/estimates/update-qbd-estimates.js +1 -1
  723. package/tools/qbd/estimates/update-qbd-estimates.js.map +1 -1
  724. package/tools/qbd/estimates/update-qbd-estimates.mjs +1 -1
  725. package/tools/qbd/estimates/update-qbd-estimates.mjs.map +1 -1
  726. package/tools/qbd/health-check-qbd.d.mts.map +1 -1
  727. package/tools/qbd/health-check-qbd.d.ts.map +1 -1
  728. package/tools/qbd/health-check-qbd.js +1 -1
  729. package/tools/qbd/health-check-qbd.js.map +1 -1
  730. package/tools/qbd/health-check-qbd.mjs +1 -1
  731. package/tools/qbd/health-check-qbd.mjs.map +1 -1
  732. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.mts.map +1 -1
  733. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.d.ts.map +1 -1
  734. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.js +1 -1
  735. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.js.map +1 -1
  736. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.mjs +1 -1
  737. package/tools/qbd/inventory-adjustments/create-qbd-inventory-adjustments.mjs.map +1 -1
  738. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.mts.map +1 -1
  739. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.d.ts.map +1 -1
  740. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.js +1 -1
  741. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.js.map +1 -1
  742. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.mjs +1 -1
  743. package/tools/qbd/inventory-adjustments/delete-qbd-inventory-adjustments.mjs.map +1 -1
  744. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.mts.map +1 -1
  745. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.d.ts.map +1 -1
  746. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js +1 -1
  747. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.js.map +1 -1
  748. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs +1 -1
  749. package/tools/qbd/inventory-adjustments/list-qbd-inventory-adjustments.mjs.map +1 -1
  750. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.mts.map +1 -1
  751. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.d.ts.map +1 -1
  752. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.js +1 -1
  753. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.js.map +1 -1
  754. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.mjs +1 -1
  755. package/tools/qbd/inventory-adjustments/retrieve-qbd-inventory-adjustments.mjs.map +1 -1
  756. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.mts.map +1 -1
  757. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.d.ts.map +1 -1
  758. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.js +1 -1
  759. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.js.map +1 -1
  760. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.mjs +1 -1
  761. package/tools/qbd/inventory-adjustments/update-qbd-inventory-adjustments.mjs.map +1 -1
  762. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.mts.map +1 -1
  763. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.d.ts.map +1 -1
  764. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.js +1 -1
  765. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.js.map +1 -1
  766. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.mjs +1 -1
  767. package/tools/qbd/inventory-assembly-items/create-qbd-inventory-assembly-items.mjs.map +1 -1
  768. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.mts.map +1 -1
  769. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.d.ts.map +1 -1
  770. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js +1 -1
  771. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.js.map +1 -1
  772. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.mjs +1 -1
  773. package/tools/qbd/inventory-assembly-items/list-qbd-inventory-assembly-items.mjs.map +1 -1
  774. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.mts.map +1 -1
  775. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.d.ts.map +1 -1
  776. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.js +1 -1
  777. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.js.map +1 -1
  778. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.mjs +1 -1
  779. package/tools/qbd/inventory-assembly-items/retrieve-qbd-inventory-assembly-items.mjs.map +1 -1
  780. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.mts.map +1 -1
  781. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.d.ts.map +1 -1
  782. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.js +1 -1
  783. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.js.map +1 -1
  784. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.mjs +1 -1
  785. package/tools/qbd/inventory-assembly-items/update-qbd-inventory-assembly-items.mjs.map +1 -1
  786. package/tools/qbd/inventory-items/create-qbd-inventory-items.d.mts.map +1 -1
  787. package/tools/qbd/inventory-items/create-qbd-inventory-items.d.ts.map +1 -1
  788. package/tools/qbd/inventory-items/create-qbd-inventory-items.js +1 -1
  789. package/tools/qbd/inventory-items/create-qbd-inventory-items.js.map +1 -1
  790. package/tools/qbd/inventory-items/create-qbd-inventory-items.mjs +1 -1
  791. package/tools/qbd/inventory-items/create-qbd-inventory-items.mjs.map +1 -1
  792. package/tools/qbd/inventory-items/list-qbd-inventory-items.d.mts.map +1 -1
  793. package/tools/qbd/inventory-items/list-qbd-inventory-items.d.ts.map +1 -1
  794. package/tools/qbd/inventory-items/list-qbd-inventory-items.js +1 -1
  795. package/tools/qbd/inventory-items/list-qbd-inventory-items.js.map +1 -1
  796. package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs +1 -1
  797. package/tools/qbd/inventory-items/list-qbd-inventory-items.mjs.map +1 -1
  798. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.mts.map +1 -1
  799. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.d.ts.map +1 -1
  800. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.js +1 -1
  801. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.js.map +1 -1
  802. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.mjs +1 -1
  803. package/tools/qbd/inventory-items/retrieve-qbd-inventory-items.mjs.map +1 -1
  804. package/tools/qbd/inventory-items/update-qbd-inventory-items.d.mts.map +1 -1
  805. package/tools/qbd/inventory-items/update-qbd-inventory-items.d.ts.map +1 -1
  806. package/tools/qbd/inventory-items/update-qbd-inventory-items.js +1 -1
  807. package/tools/qbd/inventory-items/update-qbd-inventory-items.js.map +1 -1
  808. package/tools/qbd/inventory-items/update-qbd-inventory-items.mjs +1 -1
  809. package/tools/qbd/inventory-items/update-qbd-inventory-items.mjs.map +1 -1
  810. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.mts.map +1 -1
  811. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.d.ts.map +1 -1
  812. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js +1 -1
  813. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.js.map +1 -1
  814. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs +1 -1
  815. package/tools/qbd/inventory-sites/create-qbd-inventory-sites.mjs.map +1 -1
  816. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.mts.map +1 -1
  817. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.d.ts.map +1 -1
  818. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js +1 -1
  819. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.js.map +1 -1
  820. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs +1 -1
  821. package/tools/qbd/inventory-sites/list-qbd-inventory-sites.mjs.map +1 -1
  822. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.mts.map +1 -1
  823. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.d.ts.map +1 -1
  824. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js +1 -1
  825. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.js.map +1 -1
  826. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs +1 -1
  827. package/tools/qbd/inventory-sites/retrieve-qbd-inventory-sites.mjs.map +1 -1
  828. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.mts.map +1 -1
  829. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.d.ts.map +1 -1
  830. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.js +1 -1
  831. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.js.map +1 -1
  832. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.mjs +1 -1
  833. package/tools/qbd/inventory-sites/update-qbd-inventory-sites.mjs.map +1 -1
  834. package/tools/qbd/invoices/create-qbd-invoices.d.mts.map +1 -1
  835. package/tools/qbd/invoices/create-qbd-invoices.d.ts.map +1 -1
  836. package/tools/qbd/invoices/create-qbd-invoices.js +1 -1
  837. package/tools/qbd/invoices/create-qbd-invoices.js.map +1 -1
  838. package/tools/qbd/invoices/create-qbd-invoices.mjs +1 -1
  839. package/tools/qbd/invoices/create-qbd-invoices.mjs.map +1 -1
  840. package/tools/qbd/invoices/delete-qbd-invoices.d.mts.map +1 -1
  841. package/tools/qbd/invoices/delete-qbd-invoices.d.ts.map +1 -1
  842. package/tools/qbd/invoices/delete-qbd-invoices.js +1 -1
  843. package/tools/qbd/invoices/delete-qbd-invoices.js.map +1 -1
  844. package/tools/qbd/invoices/delete-qbd-invoices.mjs +1 -1
  845. package/tools/qbd/invoices/delete-qbd-invoices.mjs.map +1 -1
  846. package/tools/qbd/invoices/list-qbd-invoices.d.mts.map +1 -1
  847. package/tools/qbd/invoices/list-qbd-invoices.d.ts.map +1 -1
  848. package/tools/qbd/invoices/list-qbd-invoices.js +1 -1
  849. package/tools/qbd/invoices/list-qbd-invoices.js.map +1 -1
  850. package/tools/qbd/invoices/list-qbd-invoices.mjs +1 -1
  851. package/tools/qbd/invoices/list-qbd-invoices.mjs.map +1 -1
  852. package/tools/qbd/invoices/retrieve-qbd-invoices.d.mts.map +1 -1
  853. package/tools/qbd/invoices/retrieve-qbd-invoices.d.ts.map +1 -1
  854. package/tools/qbd/invoices/retrieve-qbd-invoices.js +1 -1
  855. package/tools/qbd/invoices/retrieve-qbd-invoices.js.map +1 -1
  856. package/tools/qbd/invoices/retrieve-qbd-invoices.mjs +1 -1
  857. package/tools/qbd/invoices/retrieve-qbd-invoices.mjs.map +1 -1
  858. package/tools/qbd/invoices/update-qbd-invoices.d.mts.map +1 -1
  859. package/tools/qbd/invoices/update-qbd-invoices.d.ts.map +1 -1
  860. package/tools/qbd/invoices/update-qbd-invoices.js +1 -1
  861. package/tools/qbd/invoices/update-qbd-invoices.js.map +1 -1
  862. package/tools/qbd/invoices/update-qbd-invoices.mjs +1 -1
  863. package/tools/qbd/invoices/update-qbd-invoices.mjs.map +1 -1
  864. package/tools/qbd/item-groups/create-qbd-item-groups.d.mts.map +1 -1
  865. package/tools/qbd/item-groups/create-qbd-item-groups.d.ts.map +1 -1
  866. package/tools/qbd/item-groups/create-qbd-item-groups.js +1 -1
  867. package/tools/qbd/item-groups/create-qbd-item-groups.js.map +1 -1
  868. package/tools/qbd/item-groups/create-qbd-item-groups.mjs +1 -1
  869. package/tools/qbd/item-groups/create-qbd-item-groups.mjs.map +1 -1
  870. package/tools/qbd/item-groups/list-qbd-item-groups.d.mts.map +1 -1
  871. package/tools/qbd/item-groups/list-qbd-item-groups.d.ts.map +1 -1
  872. package/tools/qbd/item-groups/list-qbd-item-groups.js +1 -1
  873. package/tools/qbd/item-groups/list-qbd-item-groups.js.map +1 -1
  874. package/tools/qbd/item-groups/list-qbd-item-groups.mjs +1 -1
  875. package/tools/qbd/item-groups/list-qbd-item-groups.mjs.map +1 -1
  876. package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.mts.map +1 -1
  877. package/tools/qbd/item-groups/retrieve-qbd-item-groups.d.ts.map +1 -1
  878. package/tools/qbd/item-groups/retrieve-qbd-item-groups.js +1 -1
  879. package/tools/qbd/item-groups/retrieve-qbd-item-groups.js.map +1 -1
  880. package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs +1 -1
  881. package/tools/qbd/item-groups/retrieve-qbd-item-groups.mjs.map +1 -1
  882. package/tools/qbd/item-groups/update-qbd-item-groups.d.mts.map +1 -1
  883. package/tools/qbd/item-groups/update-qbd-item-groups.d.ts.map +1 -1
  884. package/tools/qbd/item-groups/update-qbd-item-groups.js +1 -1
  885. package/tools/qbd/item-groups/update-qbd-item-groups.js.map +1 -1
  886. package/tools/qbd/item-groups/update-qbd-item-groups.mjs +1 -1
  887. package/tools/qbd/item-groups/update-qbd-item-groups.mjs.map +1 -1
  888. package/tools/qbd/item-receipts/create-qbd-item-receipts.d.mts.map +1 -1
  889. package/tools/qbd/item-receipts/create-qbd-item-receipts.d.ts.map +1 -1
  890. package/tools/qbd/item-receipts/create-qbd-item-receipts.js +1 -1
  891. package/tools/qbd/item-receipts/create-qbd-item-receipts.js.map +1 -1
  892. package/tools/qbd/item-receipts/create-qbd-item-receipts.mjs +1 -1
  893. package/tools/qbd/item-receipts/create-qbd-item-receipts.mjs.map +1 -1
  894. package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.mts.map +1 -1
  895. package/tools/qbd/item-receipts/delete-qbd-item-receipts.d.ts.map +1 -1
  896. package/tools/qbd/item-receipts/delete-qbd-item-receipts.js +1 -1
  897. package/tools/qbd/item-receipts/delete-qbd-item-receipts.js.map +1 -1
  898. package/tools/qbd/item-receipts/delete-qbd-item-receipts.mjs +1 -1
  899. package/tools/qbd/item-receipts/delete-qbd-item-receipts.mjs.map +1 -1
  900. package/tools/qbd/item-receipts/list-qbd-item-receipts.d.mts.map +1 -1
  901. package/tools/qbd/item-receipts/list-qbd-item-receipts.d.ts.map +1 -1
  902. package/tools/qbd/item-receipts/list-qbd-item-receipts.js +1 -1
  903. package/tools/qbd/item-receipts/list-qbd-item-receipts.js.map +1 -1
  904. package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs +1 -1
  905. package/tools/qbd/item-receipts/list-qbd-item-receipts.mjs.map +1 -1
  906. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.mts.map +1 -1
  907. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.d.ts.map +1 -1
  908. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.js +1 -1
  909. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.js.map +1 -1
  910. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.mjs +1 -1
  911. package/tools/qbd/item-receipts/retrieve-qbd-item-receipts.mjs.map +1 -1
  912. package/tools/qbd/item-receipts/update-qbd-item-receipts.d.mts.map +1 -1
  913. package/tools/qbd/item-receipts/update-qbd-item-receipts.d.ts.map +1 -1
  914. package/tools/qbd/item-receipts/update-qbd-item-receipts.js +1 -1
  915. package/tools/qbd/item-receipts/update-qbd-item-receipts.js.map +1 -1
  916. package/tools/qbd/item-receipts/update-qbd-item-receipts.mjs +1 -1
  917. package/tools/qbd/item-receipts/update-qbd-item-receipts.mjs.map +1 -1
  918. package/tools/qbd/item-sites/list-qbd-item-sites.d.mts.map +1 -1
  919. package/tools/qbd/item-sites/list-qbd-item-sites.d.ts.map +1 -1
  920. package/tools/qbd/item-sites/list-qbd-item-sites.js +1 -1
  921. package/tools/qbd/item-sites/list-qbd-item-sites.js.map +1 -1
  922. package/tools/qbd/item-sites/list-qbd-item-sites.mjs +1 -1
  923. package/tools/qbd/item-sites/list-qbd-item-sites.mjs.map +1 -1
  924. package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.mts.map +1 -1
  925. package/tools/qbd/item-sites/retrieve-qbd-item-sites.d.ts.map +1 -1
  926. package/tools/qbd/item-sites/retrieve-qbd-item-sites.js +1 -1
  927. package/tools/qbd/item-sites/retrieve-qbd-item-sites.js.map +1 -1
  928. package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs +1 -1
  929. package/tools/qbd/item-sites/retrieve-qbd-item-sites.mjs.map +1 -1
  930. package/tools/qbd/journal-entries/create-qbd-journal-entries.d.mts.map +1 -1
  931. package/tools/qbd/journal-entries/create-qbd-journal-entries.d.ts.map +1 -1
  932. package/tools/qbd/journal-entries/create-qbd-journal-entries.js +1 -1
  933. package/tools/qbd/journal-entries/create-qbd-journal-entries.js.map +1 -1
  934. package/tools/qbd/journal-entries/create-qbd-journal-entries.mjs +1 -1
  935. package/tools/qbd/journal-entries/create-qbd-journal-entries.mjs.map +1 -1
  936. package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.mts.map +1 -1
  937. package/tools/qbd/journal-entries/delete-qbd-journal-entries.d.ts.map +1 -1
  938. package/tools/qbd/journal-entries/delete-qbd-journal-entries.js +1 -1
  939. package/tools/qbd/journal-entries/delete-qbd-journal-entries.js.map +1 -1
  940. package/tools/qbd/journal-entries/delete-qbd-journal-entries.mjs +1 -1
  941. package/tools/qbd/journal-entries/delete-qbd-journal-entries.mjs.map +1 -1
  942. package/tools/qbd/journal-entries/list-qbd-journal-entries.d.mts.map +1 -1
  943. package/tools/qbd/journal-entries/list-qbd-journal-entries.d.ts.map +1 -1
  944. package/tools/qbd/journal-entries/list-qbd-journal-entries.js +1 -1
  945. package/tools/qbd/journal-entries/list-qbd-journal-entries.js.map +1 -1
  946. package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs +1 -1
  947. package/tools/qbd/journal-entries/list-qbd-journal-entries.mjs.map +1 -1
  948. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.mts.map +1 -1
  949. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.d.ts.map +1 -1
  950. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.js +1 -1
  951. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.js.map +1 -1
  952. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.mjs +1 -1
  953. package/tools/qbd/journal-entries/retrieve-qbd-journal-entries.mjs.map +1 -1
  954. package/tools/qbd/journal-entries/update-qbd-journal-entries.d.mts.map +1 -1
  955. package/tools/qbd/journal-entries/update-qbd-journal-entries.d.ts.map +1 -1
  956. package/tools/qbd/journal-entries/update-qbd-journal-entries.js +1 -1
  957. package/tools/qbd/journal-entries/update-qbd-journal-entries.js.map +1 -1
  958. package/tools/qbd/journal-entries/update-qbd-journal-entries.mjs +1 -1
  959. package/tools/qbd/journal-entries/update-qbd-journal-entries.mjs.map +1 -1
  960. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.mts.map +1 -1
  961. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.d.ts.map +1 -1
  962. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.js +1 -1
  963. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.js.map +1 -1
  964. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.mjs +1 -1
  965. package/tools/qbd/non-inventory-items/create-qbd-non-inventory-items.mjs.map +1 -1
  966. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.mts.map +1 -1
  967. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.d.ts.map +1 -1
  968. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js +1 -1
  969. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.js.map +1 -1
  970. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.mjs +1 -1
  971. package/tools/qbd/non-inventory-items/list-qbd-non-inventory-items.mjs.map +1 -1
  972. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.mts.map +1 -1
  973. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.d.ts.map +1 -1
  974. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.js +1 -1
  975. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.js.map +1 -1
  976. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.mjs +1 -1
  977. package/tools/qbd/non-inventory-items/retrieve-qbd-non-inventory-items.mjs.map +1 -1
  978. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.mts.map +1 -1
  979. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.d.ts.map +1 -1
  980. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.js +1 -1
  981. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.js.map +1 -1
  982. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.mjs +1 -1
  983. package/tools/qbd/non-inventory-items/update-qbd-non-inventory-items.mjs.map +1 -1
  984. package/tools/qbd/other-charge-items/create-qbd-other-charge-items.d.mts.map +1 -1
  985. package/tools/qbd/other-charge-items/create-qbd-other-charge-items.d.ts.map +1 -1
  986. package/tools/qbd/other-charge-items/create-qbd-other-charge-items.js +1 -1
  987. package/tools/qbd/other-charge-items/create-qbd-other-charge-items.js.map +1 -1
  988. package/tools/qbd/other-charge-items/create-qbd-other-charge-items.mjs +1 -1
  989. package/tools/qbd/other-charge-items/create-qbd-other-charge-items.mjs.map +1 -1
  990. package/tools/qbd/other-charge-items/list-qbd-other-charge-items.d.mts.map +1 -1
  991. package/tools/qbd/other-charge-items/list-qbd-other-charge-items.d.ts.map +1 -1
  992. package/tools/qbd/other-charge-items/list-qbd-other-charge-items.js +1 -1
  993. package/tools/qbd/other-charge-items/list-qbd-other-charge-items.js.map +1 -1
  994. package/tools/qbd/other-charge-items/list-qbd-other-charge-items.mjs +1 -1
  995. package/tools/qbd/other-charge-items/list-qbd-other-charge-items.mjs.map +1 -1
  996. package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.d.mts.map +1 -1
  997. package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.d.ts.map +1 -1
  998. package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.js +1 -1
  999. package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.js.map +1 -1
  1000. package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.mjs +1 -1
  1001. package/tools/qbd/other-charge-items/retrieve-qbd-other-charge-items.mjs.map +1 -1
  1002. package/tools/qbd/other-charge-items/update-qbd-other-charge-items.d.mts.map +1 -1
  1003. package/tools/qbd/other-charge-items/update-qbd-other-charge-items.d.ts.map +1 -1
  1004. package/tools/qbd/other-charge-items/update-qbd-other-charge-items.js +1 -1
  1005. package/tools/qbd/other-charge-items/update-qbd-other-charge-items.js.map +1 -1
  1006. package/tools/qbd/other-charge-items/update-qbd-other-charge-items.mjs +1 -1
  1007. package/tools/qbd/other-charge-items/update-qbd-other-charge-items.mjs.map +1 -1
  1008. package/tools/qbd/other-names/create-qbd-other-names.d.mts.map +1 -1
  1009. package/tools/qbd/other-names/create-qbd-other-names.d.ts.map +1 -1
  1010. package/tools/qbd/other-names/create-qbd-other-names.js +1 -1
  1011. package/tools/qbd/other-names/create-qbd-other-names.js.map +1 -1
  1012. package/tools/qbd/other-names/create-qbd-other-names.mjs +1 -1
  1013. package/tools/qbd/other-names/create-qbd-other-names.mjs.map +1 -1
  1014. package/tools/qbd/other-names/list-qbd-other-names.d.mts.map +1 -1
  1015. package/tools/qbd/other-names/list-qbd-other-names.d.ts.map +1 -1
  1016. package/tools/qbd/other-names/list-qbd-other-names.js +1 -1
  1017. package/tools/qbd/other-names/list-qbd-other-names.js.map +1 -1
  1018. package/tools/qbd/other-names/list-qbd-other-names.mjs +1 -1
  1019. package/tools/qbd/other-names/list-qbd-other-names.mjs.map +1 -1
  1020. package/tools/qbd/other-names/retrieve-qbd-other-names.d.mts.map +1 -1
  1021. package/tools/qbd/other-names/retrieve-qbd-other-names.d.ts.map +1 -1
  1022. package/tools/qbd/other-names/retrieve-qbd-other-names.js +1 -1
  1023. package/tools/qbd/other-names/retrieve-qbd-other-names.js.map +1 -1
  1024. package/tools/qbd/other-names/retrieve-qbd-other-names.mjs +1 -1
  1025. package/tools/qbd/other-names/retrieve-qbd-other-names.mjs.map +1 -1
  1026. package/tools/qbd/other-names/update-qbd-other-names.d.mts.map +1 -1
  1027. package/tools/qbd/other-names/update-qbd-other-names.d.ts.map +1 -1
  1028. package/tools/qbd/other-names/update-qbd-other-names.js +1 -1
  1029. package/tools/qbd/other-names/update-qbd-other-names.js.map +1 -1
  1030. package/tools/qbd/other-names/update-qbd-other-names.mjs +1 -1
  1031. package/tools/qbd/other-names/update-qbd-other-names.mjs.map +1 -1
  1032. package/tools/qbd/payment-methods/create-qbd-payment-methods.d.mts.map +1 -1
  1033. package/tools/qbd/payment-methods/create-qbd-payment-methods.d.ts.map +1 -1
  1034. package/tools/qbd/payment-methods/create-qbd-payment-methods.js +1 -1
  1035. package/tools/qbd/payment-methods/create-qbd-payment-methods.js.map +1 -1
  1036. package/tools/qbd/payment-methods/create-qbd-payment-methods.mjs +1 -1
  1037. package/tools/qbd/payment-methods/create-qbd-payment-methods.mjs.map +1 -1
  1038. package/tools/qbd/payment-methods/list-qbd-payment-methods.d.mts.map +1 -1
  1039. package/tools/qbd/payment-methods/list-qbd-payment-methods.d.ts.map +1 -1
  1040. package/tools/qbd/payment-methods/list-qbd-payment-methods.js +1 -1
  1041. package/tools/qbd/payment-methods/list-qbd-payment-methods.js.map +1 -1
  1042. package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs +1 -1
  1043. package/tools/qbd/payment-methods/list-qbd-payment-methods.mjs.map +1 -1
  1044. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.mts.map +1 -1
  1045. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.d.ts.map +1 -1
  1046. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js +1 -1
  1047. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.js.map +1 -1
  1048. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs +1 -1
  1049. package/tools/qbd/payment-methods/retrieve-qbd-payment-methods.mjs.map +1 -1
  1050. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.mts.map +1 -1
  1051. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.d.ts.map +1 -1
  1052. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.js +14 -2
  1053. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.js.map +1 -1
  1054. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.mjs +14 -2
  1055. package/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.mjs.map +1 -1
  1056. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.mts.map +1 -1
  1057. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.d.ts.map +1 -1
  1058. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js +5 -11
  1059. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.js.map +1 -1
  1060. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.mjs +5 -11
  1061. package/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.mjs.map +1 -1
  1062. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.mts.map +1 -1
  1063. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.d.ts.map +1 -1
  1064. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js +2 -2
  1065. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.js.map +1 -1
  1066. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs +2 -2
  1067. package/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.mjs.map +1 -1
  1068. package/tools/qbd/preferences/retrieve-qbd-preferences.d.mts.map +1 -1
  1069. package/tools/qbd/preferences/retrieve-qbd-preferences.d.ts.map +1 -1
  1070. package/tools/qbd/preferences/retrieve-qbd-preferences.js +1 -1
  1071. package/tools/qbd/preferences/retrieve-qbd-preferences.js.map +1 -1
  1072. package/tools/qbd/preferences/retrieve-qbd-preferences.mjs +1 -1
  1073. package/tools/qbd/preferences/retrieve-qbd-preferences.mjs.map +1 -1
  1074. package/tools/qbd/price-levels/create-qbd-price-levels.d.mts.map +1 -1
  1075. package/tools/qbd/price-levels/create-qbd-price-levels.d.ts.map +1 -1
  1076. package/tools/qbd/price-levels/create-qbd-price-levels.js +1 -1
  1077. package/tools/qbd/price-levels/create-qbd-price-levels.js.map +1 -1
  1078. package/tools/qbd/price-levels/create-qbd-price-levels.mjs +1 -1
  1079. package/tools/qbd/price-levels/create-qbd-price-levels.mjs.map +1 -1
  1080. package/tools/qbd/price-levels/list-qbd-price-levels.d.mts.map +1 -1
  1081. package/tools/qbd/price-levels/list-qbd-price-levels.d.ts.map +1 -1
  1082. package/tools/qbd/price-levels/list-qbd-price-levels.js +1 -1
  1083. package/tools/qbd/price-levels/list-qbd-price-levels.js.map +1 -1
  1084. package/tools/qbd/price-levels/list-qbd-price-levels.mjs +1 -1
  1085. package/tools/qbd/price-levels/list-qbd-price-levels.mjs.map +1 -1
  1086. package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.mts.map +1 -1
  1087. package/tools/qbd/price-levels/retrieve-qbd-price-levels.d.ts.map +1 -1
  1088. package/tools/qbd/price-levels/retrieve-qbd-price-levels.js +1 -1
  1089. package/tools/qbd/price-levels/retrieve-qbd-price-levels.js.map +1 -1
  1090. package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs +1 -1
  1091. package/tools/qbd/price-levels/retrieve-qbd-price-levels.mjs.map +1 -1
  1092. package/tools/qbd/price-levels/update-qbd-price-levels.d.mts.map +1 -1
  1093. package/tools/qbd/price-levels/update-qbd-price-levels.d.ts.map +1 -1
  1094. package/tools/qbd/price-levels/update-qbd-price-levels.js +1 -1
  1095. package/tools/qbd/price-levels/update-qbd-price-levels.js.map +1 -1
  1096. package/tools/qbd/price-levels/update-qbd-price-levels.mjs +1 -1
  1097. package/tools/qbd/price-levels/update-qbd-price-levels.mjs.map +1 -1
  1098. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.mts.map +1 -1
  1099. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.d.ts.map +1 -1
  1100. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.js +1 -1
  1101. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.js.map +1 -1
  1102. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.mjs +1 -1
  1103. package/tools/qbd/purchase-orders/create-qbd-purchase-orders.mjs.map +1 -1
  1104. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.mts.map +1 -1
  1105. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.d.ts.map +1 -1
  1106. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.js +1 -1
  1107. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.js.map +1 -1
  1108. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.mjs +1 -1
  1109. package/tools/qbd/purchase-orders/delete-qbd-purchase-orders.mjs.map +1 -1
  1110. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.mts.map +1 -1
  1111. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.d.ts.map +1 -1
  1112. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js +1 -1
  1113. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.js.map +1 -1
  1114. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs +1 -1
  1115. package/tools/qbd/purchase-orders/list-qbd-purchase-orders.mjs.map +1 -1
  1116. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.mts.map +1 -1
  1117. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.d.ts.map +1 -1
  1118. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.js +1 -1
  1119. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.js.map +1 -1
  1120. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.mjs +1 -1
  1121. package/tools/qbd/purchase-orders/retrieve-qbd-purchase-orders.mjs.map +1 -1
  1122. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.mts.map +1 -1
  1123. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.d.ts.map +1 -1
  1124. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.js +1 -1
  1125. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.js.map +1 -1
  1126. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.mjs +1 -1
  1127. package/tools/qbd/purchase-orders/update-qbd-purchase-orders.mjs.map +1 -1
  1128. package/tools/qbd/receive-payments/create-qbd-receive-payments.d.mts.map +1 -1
  1129. package/tools/qbd/receive-payments/create-qbd-receive-payments.d.ts.map +1 -1
  1130. package/tools/qbd/receive-payments/create-qbd-receive-payments.js +1 -1
  1131. package/tools/qbd/receive-payments/create-qbd-receive-payments.js.map +1 -1
  1132. package/tools/qbd/receive-payments/create-qbd-receive-payments.mjs +1 -1
  1133. package/tools/qbd/receive-payments/create-qbd-receive-payments.mjs.map +1 -1
  1134. package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.mts.map +1 -1
  1135. package/tools/qbd/receive-payments/delete-qbd-receive-payments.d.ts.map +1 -1
  1136. package/tools/qbd/receive-payments/delete-qbd-receive-payments.js +1 -1
  1137. package/tools/qbd/receive-payments/delete-qbd-receive-payments.js.map +1 -1
  1138. package/tools/qbd/receive-payments/delete-qbd-receive-payments.mjs +1 -1
  1139. package/tools/qbd/receive-payments/delete-qbd-receive-payments.mjs.map +1 -1
  1140. package/tools/qbd/receive-payments/list-qbd-receive-payments.d.mts.map +1 -1
  1141. package/tools/qbd/receive-payments/list-qbd-receive-payments.d.ts.map +1 -1
  1142. package/tools/qbd/receive-payments/list-qbd-receive-payments.js +1 -1
  1143. package/tools/qbd/receive-payments/list-qbd-receive-payments.js.map +1 -1
  1144. package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs +1 -1
  1145. package/tools/qbd/receive-payments/list-qbd-receive-payments.mjs.map +1 -1
  1146. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.mts.map +1 -1
  1147. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.d.ts.map +1 -1
  1148. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.js +1 -1
  1149. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.js.map +1 -1
  1150. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.mjs +1 -1
  1151. package/tools/qbd/receive-payments/retrieve-qbd-receive-payments.mjs.map +1 -1
  1152. package/tools/qbd/receive-payments/update-qbd-receive-payments.d.mts.map +1 -1
  1153. package/tools/qbd/receive-payments/update-qbd-receive-payments.d.ts.map +1 -1
  1154. package/tools/qbd/receive-payments/update-qbd-receive-payments.js +1 -1
  1155. package/tools/qbd/receive-payments/update-qbd-receive-payments.js.map +1 -1
  1156. package/tools/qbd/receive-payments/update-qbd-receive-payments.mjs +1 -1
  1157. package/tools/qbd/receive-payments/update-qbd-receive-payments.mjs.map +1 -1
  1158. package/tools/qbd/sales-orders/create-qbd-sales-orders.d.mts.map +1 -1
  1159. package/tools/qbd/sales-orders/create-qbd-sales-orders.d.ts.map +1 -1
  1160. package/tools/qbd/sales-orders/create-qbd-sales-orders.js +1 -1
  1161. package/tools/qbd/sales-orders/create-qbd-sales-orders.js.map +1 -1
  1162. package/tools/qbd/sales-orders/create-qbd-sales-orders.mjs +1 -1
  1163. package/tools/qbd/sales-orders/create-qbd-sales-orders.mjs.map +1 -1
  1164. package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.mts.map +1 -1
  1165. package/tools/qbd/sales-orders/delete-qbd-sales-orders.d.ts.map +1 -1
  1166. package/tools/qbd/sales-orders/delete-qbd-sales-orders.js +1 -1
  1167. package/tools/qbd/sales-orders/delete-qbd-sales-orders.js.map +1 -1
  1168. package/tools/qbd/sales-orders/delete-qbd-sales-orders.mjs +1 -1
  1169. package/tools/qbd/sales-orders/delete-qbd-sales-orders.mjs.map +1 -1
  1170. package/tools/qbd/sales-orders/list-qbd-sales-orders.d.mts.map +1 -1
  1171. package/tools/qbd/sales-orders/list-qbd-sales-orders.d.ts.map +1 -1
  1172. package/tools/qbd/sales-orders/list-qbd-sales-orders.js +1 -1
  1173. package/tools/qbd/sales-orders/list-qbd-sales-orders.js.map +1 -1
  1174. package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs +1 -1
  1175. package/tools/qbd/sales-orders/list-qbd-sales-orders.mjs.map +1 -1
  1176. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.mts.map +1 -1
  1177. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.d.ts.map +1 -1
  1178. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.js +1 -1
  1179. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.js.map +1 -1
  1180. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.mjs +1 -1
  1181. package/tools/qbd/sales-orders/retrieve-qbd-sales-orders.mjs.map +1 -1
  1182. package/tools/qbd/sales-orders/update-qbd-sales-orders.d.mts.map +1 -1
  1183. package/tools/qbd/sales-orders/update-qbd-sales-orders.d.ts.map +1 -1
  1184. package/tools/qbd/sales-orders/update-qbd-sales-orders.js +1 -1
  1185. package/tools/qbd/sales-orders/update-qbd-sales-orders.js.map +1 -1
  1186. package/tools/qbd/sales-orders/update-qbd-sales-orders.mjs +1 -1
  1187. package/tools/qbd/sales-orders/update-qbd-sales-orders.mjs.map +1 -1
  1188. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.mts.map +1 -1
  1189. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.d.ts.map +1 -1
  1190. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.js +1 -1
  1191. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.js.map +1 -1
  1192. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.mjs +1 -1
  1193. package/tools/qbd/sales-receipts/create-qbd-sales-receipts.mjs.map +1 -1
  1194. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.mts.map +1 -1
  1195. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.d.ts.map +1 -1
  1196. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.js +1 -1
  1197. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.js.map +1 -1
  1198. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.mjs +1 -1
  1199. package/tools/qbd/sales-receipts/delete-qbd-sales-receipts.mjs.map +1 -1
  1200. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.mts.map +1 -1
  1201. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.d.ts.map +1 -1
  1202. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js +1 -1
  1203. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.js.map +1 -1
  1204. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs +1 -1
  1205. package/tools/qbd/sales-receipts/list-qbd-sales-receipts.mjs.map +1 -1
  1206. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.mts.map +1 -1
  1207. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.d.ts.map +1 -1
  1208. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.js +1 -1
  1209. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.js.map +1 -1
  1210. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.mjs +1 -1
  1211. package/tools/qbd/sales-receipts/retrieve-qbd-sales-receipts.mjs.map +1 -1
  1212. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.mts.map +1 -1
  1213. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.d.ts.map +1 -1
  1214. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.js +1 -1
  1215. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.js.map +1 -1
  1216. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.mjs +1 -1
  1217. package/tools/qbd/sales-receipts/update-qbd-sales-receipts.mjs.map +1 -1
  1218. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.mts.map +1 -1
  1219. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.d.ts.map +1 -1
  1220. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js +1 -1
  1221. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.js.map +1 -1
  1222. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs +1 -1
  1223. package/tools/qbd/sales-representatives/create-qbd-sales-representatives.mjs.map +1 -1
  1224. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.mts.map +1 -1
  1225. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.d.ts.map +1 -1
  1226. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js +1 -1
  1227. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.js.map +1 -1
  1228. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs +1 -1
  1229. package/tools/qbd/sales-representatives/list-qbd-sales-representatives.mjs.map +1 -1
  1230. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.mts.map +1 -1
  1231. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.d.ts.map +1 -1
  1232. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js +1 -1
  1233. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.js.map +1 -1
  1234. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs +1 -1
  1235. package/tools/qbd/sales-representatives/retrieve-qbd-sales-representatives.mjs.map +1 -1
  1236. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.mts.map +1 -1
  1237. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.d.ts.map +1 -1
  1238. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.js +1 -1
  1239. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.js.map +1 -1
  1240. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.mjs +1 -1
  1241. package/tools/qbd/sales-representatives/update-qbd-sales-representatives.mjs.map +1 -1
  1242. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.mts.map +1 -1
  1243. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.d.ts.map +1 -1
  1244. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.js +1 -1
  1245. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.js.map +1 -1
  1246. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.mjs +1 -1
  1247. package/tools/qbd/sales-tax-codes/create-qbd-sales-tax-codes.mjs.map +1 -1
  1248. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.mts.map +1 -1
  1249. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.d.ts.map +1 -1
  1250. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js +1 -1
  1251. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.js.map +1 -1
  1252. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs +1 -1
  1253. package/tools/qbd/sales-tax-codes/list-qbd-sales-tax-codes.mjs.map +1 -1
  1254. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.mts.map +1 -1
  1255. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.d.ts.map +1 -1
  1256. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js +1 -1
  1257. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.js.map +1 -1
  1258. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.mjs +1 -1
  1259. package/tools/qbd/sales-tax-codes/retrieve-qbd-sales-tax-codes.mjs.map +1 -1
  1260. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.mts.map +1 -1
  1261. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.d.ts.map +1 -1
  1262. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.js +1 -1
  1263. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.js.map +1 -1
  1264. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs +1 -1
  1265. package/tools/qbd/sales-tax-codes/update-qbd-sales-tax-codes.mjs.map +1 -1
  1266. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.mts.map +1 -1
  1267. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.d.ts.map +1 -1
  1268. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.js +1 -1
  1269. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.js.map +1 -1
  1270. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.mjs +1 -1
  1271. package/tools/qbd/sales-tax-items/create-qbd-sales-tax-items.mjs.map +1 -1
  1272. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.mts.map +1 -1
  1273. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.d.ts.map +1 -1
  1274. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js +1 -1
  1275. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.js.map +1 -1
  1276. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.mjs +1 -1
  1277. package/tools/qbd/sales-tax-items/list-qbd-sales-tax-items.mjs.map +1 -1
  1278. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.mts.map +1 -1
  1279. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.d.ts.map +1 -1
  1280. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js +1 -1
  1281. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.js.map +1 -1
  1282. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs +1 -1
  1283. package/tools/qbd/sales-tax-items/retrieve-qbd-sales-tax-items.mjs.map +1 -1
  1284. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.mts.map +1 -1
  1285. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.d.ts.map +1 -1
  1286. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.js +1 -1
  1287. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.js.map +1 -1
  1288. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.mjs +1 -1
  1289. package/tools/qbd/sales-tax-items/update-qbd-sales-tax-items.mjs.map +1 -1
  1290. package/tools/qbd/service-items/create-qbd-service-items.d.mts.map +1 -1
  1291. package/tools/qbd/service-items/create-qbd-service-items.d.ts.map +1 -1
  1292. package/tools/qbd/service-items/create-qbd-service-items.js +1 -1
  1293. package/tools/qbd/service-items/create-qbd-service-items.js.map +1 -1
  1294. package/tools/qbd/service-items/create-qbd-service-items.mjs +1 -1
  1295. package/tools/qbd/service-items/create-qbd-service-items.mjs.map +1 -1
  1296. package/tools/qbd/service-items/list-qbd-service-items.d.mts.map +1 -1
  1297. package/tools/qbd/service-items/list-qbd-service-items.d.ts.map +1 -1
  1298. package/tools/qbd/service-items/list-qbd-service-items.js +1 -1
  1299. package/tools/qbd/service-items/list-qbd-service-items.js.map +1 -1
  1300. package/tools/qbd/service-items/list-qbd-service-items.mjs +1 -1
  1301. package/tools/qbd/service-items/list-qbd-service-items.mjs.map +1 -1
  1302. package/tools/qbd/service-items/retrieve-qbd-service-items.d.mts.map +1 -1
  1303. package/tools/qbd/service-items/retrieve-qbd-service-items.d.ts.map +1 -1
  1304. package/tools/qbd/service-items/retrieve-qbd-service-items.js +1 -1
  1305. package/tools/qbd/service-items/retrieve-qbd-service-items.js.map +1 -1
  1306. package/tools/qbd/service-items/retrieve-qbd-service-items.mjs +1 -1
  1307. package/tools/qbd/service-items/retrieve-qbd-service-items.mjs.map +1 -1
  1308. package/tools/qbd/service-items/update-qbd-service-items.d.mts.map +1 -1
  1309. package/tools/qbd/service-items/update-qbd-service-items.d.ts.map +1 -1
  1310. package/tools/qbd/service-items/update-qbd-service-items.js +1 -1
  1311. package/tools/qbd/service-items/update-qbd-service-items.js.map +1 -1
  1312. package/tools/qbd/service-items/update-qbd-service-items.mjs +1 -1
  1313. package/tools/qbd/service-items/update-qbd-service-items.mjs.map +1 -1
  1314. package/tools/qbd/standard-terms/create-qbd-standard-terms.d.mts.map +1 -1
  1315. package/tools/qbd/standard-terms/create-qbd-standard-terms.d.ts.map +1 -1
  1316. package/tools/qbd/standard-terms/create-qbd-standard-terms.js +1 -1
  1317. package/tools/qbd/standard-terms/create-qbd-standard-terms.js.map +1 -1
  1318. package/tools/qbd/standard-terms/create-qbd-standard-terms.mjs +1 -1
  1319. package/tools/qbd/standard-terms/create-qbd-standard-terms.mjs.map +1 -1
  1320. package/tools/qbd/standard-terms/list-qbd-standard-terms.d.mts.map +1 -1
  1321. package/tools/qbd/standard-terms/list-qbd-standard-terms.d.ts.map +1 -1
  1322. package/tools/qbd/standard-terms/list-qbd-standard-terms.js +1 -1
  1323. package/tools/qbd/standard-terms/list-qbd-standard-terms.js.map +1 -1
  1324. package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs +1 -1
  1325. package/tools/qbd/standard-terms/list-qbd-standard-terms.mjs.map +1 -1
  1326. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.mts.map +1 -1
  1327. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.d.ts.map +1 -1
  1328. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js +1 -1
  1329. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.js.map +1 -1
  1330. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs +1 -1
  1331. package/tools/qbd/standard-terms/retrieve-qbd-standard-terms.mjs.map +1 -1
  1332. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.mts.map +1 -1
  1333. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.d.ts.map +1 -1
  1334. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.js +1 -1
  1335. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.js.map +1 -1
  1336. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.mjs +1 -1
  1337. package/tools/qbd/subtotal-items/create-qbd-subtotal-items.mjs.map +1 -1
  1338. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.mts.map +1 -1
  1339. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.d.ts.map +1 -1
  1340. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js +1 -1
  1341. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.js.map +1 -1
  1342. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs +1 -1
  1343. package/tools/qbd/subtotal-items/list-qbd-subtotal-items.mjs.map +1 -1
  1344. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.mts.map +1 -1
  1345. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.d.ts.map +1 -1
  1346. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js +1 -1
  1347. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.js.map +1 -1
  1348. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs +1 -1
  1349. package/tools/qbd/subtotal-items/retrieve-qbd-subtotal-items.mjs.map +1 -1
  1350. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.mts.map +1 -1
  1351. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.d.ts.map +1 -1
  1352. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.js +1 -1
  1353. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.js.map +1 -1
  1354. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.mjs +1 -1
  1355. package/tools/qbd/subtotal-items/update-qbd-subtotal-items.mjs.map +1 -1
  1356. package/tools/qbd/templates/list-qbd-templates.d.mts.map +1 -1
  1357. package/tools/qbd/templates/list-qbd-templates.d.ts.map +1 -1
  1358. package/tools/qbd/templates/list-qbd-templates.js +1 -1
  1359. package/tools/qbd/templates/list-qbd-templates.js.map +1 -1
  1360. package/tools/qbd/templates/list-qbd-templates.mjs +1 -1
  1361. package/tools/qbd/templates/list-qbd-templates.mjs.map +1 -1
  1362. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.mts.map +1 -1
  1363. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.d.ts.map +1 -1
  1364. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.js +1 -1
  1365. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.js.map +1 -1
  1366. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.mjs +1 -1
  1367. package/tools/qbd/time-tracking-activities/create-qbd-time-tracking-activities.mjs.map +1 -1
  1368. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.mts.map +1 -1
  1369. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.d.ts.map +1 -1
  1370. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.js +1 -1
  1371. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.js.map +1 -1
  1372. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.mjs +1 -1
  1373. package/tools/qbd/time-tracking-activities/delete-qbd-time-tracking-activities.mjs.map +1 -1
  1374. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.mts.map +1 -1
  1375. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.d.ts.map +1 -1
  1376. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.js +1 -1
  1377. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.js.map +1 -1
  1378. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.mjs +1 -1
  1379. package/tools/qbd/time-tracking-activities/list-qbd-time-tracking-activities.mjs.map +1 -1
  1380. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.mts.map +1 -1
  1381. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.d.ts.map +1 -1
  1382. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js +1 -1
  1383. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.js.map +1 -1
  1384. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs +1 -1
  1385. package/tools/qbd/time-tracking-activities/retrieve-qbd-time-tracking-activities.mjs.map +1 -1
  1386. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.mts.map +1 -1
  1387. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.d.ts.map +1 -1
  1388. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.js +1 -1
  1389. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.js.map +1 -1
  1390. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.mjs +1 -1
  1391. package/tools/qbd/time-tracking-activities/update-qbd-time-tracking-activities.mjs.map +1 -1
  1392. package/tools/qbd/transactions/list-qbd-transactions.d.mts.map +1 -1
  1393. package/tools/qbd/transactions/list-qbd-transactions.d.ts.map +1 -1
  1394. package/tools/qbd/transactions/list-qbd-transactions.js +1 -1
  1395. package/tools/qbd/transactions/list-qbd-transactions.js.map +1 -1
  1396. package/tools/qbd/transactions/list-qbd-transactions.mjs +1 -1
  1397. package/tools/qbd/transactions/list-qbd-transactions.mjs.map +1 -1
  1398. package/tools/qbd/transactions/retrieve-qbd-transactions.d.mts.map +1 -1
  1399. package/tools/qbd/transactions/retrieve-qbd-transactions.d.ts.map +1 -1
  1400. package/tools/qbd/transactions/retrieve-qbd-transactions.js +1 -1
  1401. package/tools/qbd/transactions/retrieve-qbd-transactions.js.map +1 -1
  1402. package/tools/qbd/transactions/retrieve-qbd-transactions.mjs +1 -1
  1403. package/tools/qbd/transactions/retrieve-qbd-transactions.mjs.map +1 -1
  1404. package/tools/qbd/transfers/create-qbd-transfers.d.mts.map +1 -1
  1405. package/tools/qbd/transfers/create-qbd-transfers.d.ts.map +1 -1
  1406. package/tools/qbd/transfers/create-qbd-transfers.js +1 -1
  1407. package/tools/qbd/transfers/create-qbd-transfers.js.map +1 -1
  1408. package/tools/qbd/transfers/create-qbd-transfers.mjs +1 -1
  1409. package/tools/qbd/transfers/create-qbd-transfers.mjs.map +1 -1
  1410. package/tools/qbd/transfers/list-qbd-transfers.d.mts.map +1 -1
  1411. package/tools/qbd/transfers/list-qbd-transfers.d.ts.map +1 -1
  1412. package/tools/qbd/transfers/list-qbd-transfers.js +1 -1
  1413. package/tools/qbd/transfers/list-qbd-transfers.js.map +1 -1
  1414. package/tools/qbd/transfers/list-qbd-transfers.mjs +1 -1
  1415. package/tools/qbd/transfers/list-qbd-transfers.mjs.map +1 -1
  1416. package/tools/qbd/transfers/retrieve-qbd-transfers.d.mts.map +1 -1
  1417. package/tools/qbd/transfers/retrieve-qbd-transfers.d.ts.map +1 -1
  1418. package/tools/qbd/transfers/retrieve-qbd-transfers.js +1 -1
  1419. package/tools/qbd/transfers/retrieve-qbd-transfers.js.map +1 -1
  1420. package/tools/qbd/transfers/retrieve-qbd-transfers.mjs +1 -1
  1421. package/tools/qbd/transfers/retrieve-qbd-transfers.mjs.map +1 -1
  1422. package/tools/qbd/transfers/update-qbd-transfers.d.mts.map +1 -1
  1423. package/tools/qbd/transfers/update-qbd-transfers.d.ts.map +1 -1
  1424. package/tools/qbd/transfers/update-qbd-transfers.js +1 -1
  1425. package/tools/qbd/transfers/update-qbd-transfers.js.map +1 -1
  1426. package/tools/qbd/transfers/update-qbd-transfers.mjs +1 -1
  1427. package/tools/qbd/transfers/update-qbd-transfers.mjs.map +1 -1
  1428. package/tools/qbd/unit-of-measure-sets/create-qbd-unit-of-measure-sets.d.mts.map +1 -1
  1429. package/tools/qbd/unit-of-measure-sets/create-qbd-unit-of-measure-sets.d.ts.map +1 -1
  1430. package/tools/qbd/unit-of-measure-sets/create-qbd-unit-of-measure-sets.js +1 -1
  1431. package/tools/qbd/unit-of-measure-sets/create-qbd-unit-of-measure-sets.js.map +1 -1
  1432. package/tools/qbd/unit-of-measure-sets/create-qbd-unit-of-measure-sets.mjs +1 -1
  1433. package/tools/qbd/unit-of-measure-sets/create-qbd-unit-of-measure-sets.mjs.map +1 -1
  1434. package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.d.mts.map +1 -1
  1435. package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.d.ts.map +1 -1
  1436. package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.js +1 -1
  1437. package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.js.map +1 -1
  1438. package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.mjs +1 -1
  1439. package/tools/qbd/unit-of-measure-sets/list-qbd-unit-of-measure-sets.mjs.map +1 -1
  1440. package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.d.mts.map +1 -1
  1441. package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.d.ts.map +1 -1
  1442. package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.js +1 -1
  1443. package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.js.map +1 -1
  1444. package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.mjs +1 -1
  1445. package/tools/qbd/unit-of-measure-sets/retrieve-qbd-unit-of-measure-sets.mjs.map +1 -1
  1446. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.mts.map +1 -1
  1447. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.d.ts.map +1 -1
  1448. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.js +1 -1
  1449. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.js.map +1 -1
  1450. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.mjs +1 -1
  1451. package/tools/qbd/vendor-credits/create-qbd-vendor-credits.mjs.map +1 -1
  1452. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.mts.map +1 -1
  1453. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.d.ts.map +1 -1
  1454. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.js +1 -1
  1455. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.js.map +1 -1
  1456. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.mjs +1 -1
  1457. package/tools/qbd/vendor-credits/delete-qbd-vendor-credits.mjs.map +1 -1
  1458. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.mts.map +1 -1
  1459. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.d.ts.map +1 -1
  1460. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js +1 -1
  1461. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.js.map +1 -1
  1462. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs +1 -1
  1463. package/tools/qbd/vendor-credits/list-qbd-vendor-credits.mjs.map +1 -1
  1464. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.mts.map +1 -1
  1465. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.d.ts.map +1 -1
  1466. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.js +1 -1
  1467. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.js.map +1 -1
  1468. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.mjs +1 -1
  1469. package/tools/qbd/vendor-credits/retrieve-qbd-vendor-credits.mjs.map +1 -1
  1470. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.mts.map +1 -1
  1471. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.d.ts.map +1 -1
  1472. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.js +1 -1
  1473. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.js.map +1 -1
  1474. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.mjs +1 -1
  1475. package/tools/qbd/vendor-credits/update-qbd-vendor-credits.mjs.map +1 -1
  1476. package/tools/qbd/vendors/create-qbd-vendors.d.mts.map +1 -1
  1477. package/tools/qbd/vendors/create-qbd-vendors.d.ts.map +1 -1
  1478. package/tools/qbd/vendors/create-qbd-vendors.js +1 -1
  1479. package/tools/qbd/vendors/create-qbd-vendors.js.map +1 -1
  1480. package/tools/qbd/vendors/create-qbd-vendors.mjs +1 -1
  1481. package/tools/qbd/vendors/create-qbd-vendors.mjs.map +1 -1
  1482. package/tools/qbd/vendors/list-qbd-vendors.d.mts.map +1 -1
  1483. package/tools/qbd/vendors/list-qbd-vendors.d.ts.map +1 -1
  1484. package/tools/qbd/vendors/list-qbd-vendors.js +1 -1
  1485. package/tools/qbd/vendors/list-qbd-vendors.js.map +1 -1
  1486. package/tools/qbd/vendors/list-qbd-vendors.mjs +1 -1
  1487. package/tools/qbd/vendors/list-qbd-vendors.mjs.map +1 -1
  1488. package/tools/qbd/vendors/retrieve-qbd-vendors.d.mts.map +1 -1
  1489. package/tools/qbd/vendors/retrieve-qbd-vendors.d.ts.map +1 -1
  1490. package/tools/qbd/vendors/retrieve-qbd-vendors.js +1 -1
  1491. package/tools/qbd/vendors/retrieve-qbd-vendors.js.map +1 -1
  1492. package/tools/qbd/vendors/retrieve-qbd-vendors.mjs +1 -1
  1493. package/tools/qbd/vendors/retrieve-qbd-vendors.mjs.map +1 -1
  1494. package/tools/qbd/vendors/update-qbd-vendors.d.mts.map +1 -1
  1495. package/tools/qbd/vendors/update-qbd-vendors.d.ts.map +1 -1
  1496. package/tools/qbd/vendors/update-qbd-vendors.js +1 -1
  1497. package/tools/qbd/vendors/update-qbd-vendors.js.map +1 -1
  1498. package/tools/qbd/vendors/update-qbd-vendors.mjs +1 -1
  1499. package/tools/qbd/vendors/update-qbd-vendors.mjs.map +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-qbd-payment-methods.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA4BlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAY5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAZuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAc7F,wBAA2C"}
1
+ {"version":3,"file":"retrieve-qbd-payment-methods.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA2BlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAY5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAZuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAc7F,wBAA2C"}
@@ -27,7 +27,7 @@ exports.tool = {
27
27
  },
28
28
  conductorEndUserId: {
29
29
  type: 'string',
30
- description: 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
30
+ description: 'The ID of the End-User to receive this request.',
31
31
  },
32
32
  jq_filter: {
33
33
  type: 'string',
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-qbd-payment-methods.js","sourceRoot":"","sources":["../../../src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;AAEtF,4DAAsE;AACtE,0DAA8F;AAG9F,oEAAuC;AAE1B,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,qBAAqB;IAC/B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,0CAA0C;CACrD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,8BAA8B;IACpC,WAAW,EACT,8uGAA8uG;IAChvG,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,8EAA8E;aAC5F;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,IAAI,CAAC;QACH,OAAO,IAAA,2BAAmB,EACxB,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACpF,CAAC;IACJ,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,wBAAS,CAAC,QAAQ,IAAI,IAAA,qBAAS,EAAC,KAAK,CAAC,EAAE,CAAC;YAC5D,OAAO,IAAA,qBAAa,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAZW,QAAA,OAAO,WAYlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"retrieve-qbd-payment-methods.js","sourceRoot":"","sources":["../../../src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;AAEtF,4DAAsE;AACtE,0DAA8F;AAG9F,oEAAuC;AAE1B,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,qBAAqB;IAC/B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,0CAA0C;CACrD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,8BAA8B;IACpC,WAAW,EACT,8uGAA8uG;IAChvG,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,8EAA8E;aAC5F;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iDAAiD;aAC/D;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,IAAI,CAAC;QACH,OAAO,IAAA,2BAAmB,EACxB,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACpF,CAAC;IACJ,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,wBAAS,CAAC,QAAQ,IAAI,IAAA,qBAAS,EAAC,KAAK,CAAC,EAAE,CAAC;YAC5D,OAAO,IAAA,qBAAa,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAZW,QAAA,OAAO,WAYlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
@@ -21,7 +21,7 @@ export const tool = {
21
21
  },
22
22
  conductorEndUserId: {
23
23
  type: 'string',
24
- description: 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
24
+ description: 'The ID of the End-User to receive this request.',
25
25
  },
26
26
  jq_filter: {
27
27
  type: 'string',
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-qbd-payment-methods.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,8BAA8B;OAC9D,EAAY,aAAa,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;OAGtF,SAAS,MAAM,gBAAgB;AAEtC,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,qBAAqB;IAC/B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,0CAA0C;CACrD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,8BAA8B;IACpC,WAAW,EACT,8uGAA8uG;IAChvG,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,8EAA8E;aAC5F;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,IAAI,CAAC;QACH,OAAO,mBAAmB,CACxB,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACpF,CAAC;IACJ,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,SAAS,CAAC,QAAQ,IAAI,SAAS,CAAC,KAAK,CAAC,EAAE,CAAC;YAC5D,OAAO,aAAa,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"retrieve-qbd-payment-methods.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/payment-methods/retrieve-qbd-payment-methods.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,8BAA8B;OAC9D,EAAY,aAAa,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;OAGtF,SAAS,MAAM,gBAAgB;AAEtC,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,qBAAqB;IAC/B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,0CAA0C;CACrD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,8BAA8B;IACpC,WAAW,EACT,8uGAA8uG;IAChvG,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,8EAA8E;aAC5F;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iDAAiD;aAC/D;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,IAAI,CAAC;QACH,OAAO,mBAAmB,CACxB,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,cAAc,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACpF,CAAC;IACJ,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,SAAS,CAAC,QAAQ,IAAI,SAAS,CAAC,KAAK,CAAC,EAAE,CAAC;YAC5D,OAAO,aAAa,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"create-qbd-payroll-wage-items.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAoDlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAY5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAZuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAc7F,wBAA2C"}
1
+ {"version":3,"file":"create-qbd-payroll-wage-items.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAkElB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAY5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAZuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAc7F,wBAA2C"}
@@ -1 +1 @@
1
- {"version":3,"file":"create-qbd-payroll-wage-items.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAoDlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAY5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAZuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAc7F,wBAA2C"}
1
+ {"version":3,"file":"create-qbd-payroll-wage-items.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAkElB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAY5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAZuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAc7F,wBAA2C"}
@@ -17,7 +17,7 @@ exports.metadata = {
17
17
  };
18
18
  exports.tool = {
19
19
  name: 'create_qbd_payroll_wage_items',
20
- description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreates a new 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), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\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), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\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
+ description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreates a new 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), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\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 overtimeMultiplier: {\n type: 'string',\n description: 'The overtime pay multiplier for this payroll wage item, represented as a decimal string. For example, `\"1.5\"` represents time-and-a-half pay.'\n },\n rate: {\n type: 'string',\n description: 'The default rate for this payroll wage item, represented as a decimal string. Only one of `rate` and `ratePercent` can be set.'\n },\n ratePercent: {\n type: 'string',\n description: 'The default rate for this payroll wage item expressed as a percentage. Only one of `rate` and `ratePercent` can be set.'\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), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\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 'overtimeMultiplier',\n 'rate',\n 'ratePercent',\n 'revisionNumber',\n 'updatedAt',\n 'wageType'\n ]\n }\n }\n}\n```",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {
@@ -46,12 +46,24 @@ exports.tool = {
46
46
  },
47
47
  conductorEndUserId: {
48
48
  type: 'string',
49
- description: 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
49
+ description: 'The ID of the End-User to receive this request.',
50
50
  },
51
51
  isActive: {
52
52
  type: 'boolean',
53
53
  description: 'Indicates whether this payroll wage item is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.',
54
54
  },
55
+ overtimeMultiplier: {
56
+ type: 'string',
57
+ description: 'The overtime pay multiplier for this payroll wage item, represented as a decimal string. For example, `"1.5"` represents time-and-a-half pay.',
58
+ },
59
+ rate: {
60
+ type: 'string',
61
+ description: 'The default rate for this payroll wage item, represented as a decimal string. Only one of `rate` and `ratePercent` can be set.',
62
+ },
63
+ ratePercent: {
64
+ type: 'string',
65
+ description: 'The default rate for this payroll wage item expressed as a percentage. Only one of `rate` and `ratePercent` can be set.',
66
+ },
55
67
  jq_filter: {
56
68
  type: 'string',
57
69
  title: 'jq Filter',
@@ -1 +1 @@
1
- {"version":3,"file":"create-qbd-payroll-wage-items.js","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;AAEtF,4DAAsE;AACtE,0DAA8F;AAG9F,oEAAuC;AAE1B,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,wCAAwC;CACnD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,+BAA+B;IACrC,WAAW,EACT,89HAA89H;IACh+H,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,gBAAgB,EAAE;gBAChB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,sFAAsF;aACpG;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,6TAA6T;aAChU;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gLAAgL;gBAClL,IAAI,EAAE;oBACJ,OAAO;oBACP,YAAY;oBACZ,iBAAiB;oBACjB,gBAAgB;oBAChB,aAAa;oBACb,iBAAiB;oBACjB,gBAAgB;oBAChB,aAAa;oBACb,iBAAiB;iBAClB;aACF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,qJAAqJ;aACxJ;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,oBAAoB,CAAC;KACzE;IACD,WAAW,EAAE,EAAE;CAChB,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,IAAI,CAAC;QACH,OAAO,IAAA,2BAAmB,EACxB,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAChF,CAAC;IACJ,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,wBAAS,CAAC,QAAQ,IAAI,IAAA,qBAAS,EAAC,KAAK,CAAC,EAAE,CAAC;YAC5D,OAAO,IAAA,qBAAa,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAZW,QAAA,OAAO,WAYlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"create-qbd-payroll-wage-items.js","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;AAEtF,4DAAsE;AACtE,0DAA8F;AAG9F,oEAAuC;AAE1B,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,wCAAwC;CACnD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,+BAA+B;IACrC,WAAW,EACT,wrJAAwrJ;IAC1rJ,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,gBAAgB,EAAE;gBAChB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,sFAAsF;aACpG;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,6TAA6T;aAChU;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gLAAgL;gBAClL,IAAI,EAAE;oBACJ,OAAO;oBACP,YAAY;oBACZ,iBAAiB;oBACjB,gBAAgB;oBAChB,aAAa;oBACb,iBAAiB;oBACjB,gBAAgB;oBAChB,aAAa;oBACb,iBAAiB;iBAClB;aACF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iDAAiD;aAC/D;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,qJAAqJ;aACxJ;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+IAA+I;aAClJ;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gIAAgI;aACnI;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,yHAAyH;aAC5H;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,oBAAoB,CAAC;KACzE;IACD,WAAW,EAAE,EAAE;CAChB,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,IAAI,CAAC;QACH,OAAO,IAAA,2BAAmB,EACxB,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAChF,CAAC;IACJ,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,wBAAS,CAAC,QAAQ,IAAI,IAAA,qBAAS,EAAC,KAAK,CAAC,EAAE,CAAC;YAC5D,OAAO,IAAA,qBAAa,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAZW,QAAA,OAAO,WAYlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
@@ -11,7 +11,7 @@ export const metadata = {
11
11
  };
12
12
  export const tool = {
13
13
  name: 'create_qbd_payroll_wage_items',
14
- description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreates a new 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), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\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), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\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```",
14
+ description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nCreates a new 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), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\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 overtimeMultiplier: {\n type: 'string',\n description: 'The overtime pay multiplier for this payroll wage item, represented as a decimal string. For example, `\"1.5\"` represents time-and-a-half pay.'\n },\n rate: {\n type: 'string',\n description: 'The default rate for this payroll wage item, represented as a decimal string. Only one of `rate` and `ratePercent` can be set.'\n },\n ratePercent: {\n type: 'string',\n description: 'The default rate for this payroll wage item expressed as a percentage. Only one of `rate` and `ratePercent` can be set.'\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), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\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 'overtimeMultiplier',\n 'rate',\n 'ratePercent',\n 'revisionNumber',\n 'updatedAt',\n 'wageType'\n ]\n }\n }\n}\n```",
15
15
  inputSchema: {
16
16
  type: 'object',
17
17
  properties: {
@@ -40,12 +40,24 @@ export const tool = {
40
40
  },
41
41
  conductorEndUserId: {
42
42
  type: 'string',
43
- description: 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
43
+ description: 'The ID of the End-User to receive this request.',
44
44
  },
45
45
  isActive: {
46
46
  type: 'boolean',
47
47
  description: 'Indicates whether this payroll wage item is active. Inactive objects are typically hidden from views and reports in QuickBooks. Defaults to `true`.',
48
48
  },
49
+ overtimeMultiplier: {
50
+ type: 'string',
51
+ description: 'The overtime pay multiplier for this payroll wage item, represented as a decimal string. For example, `"1.5"` represents time-and-a-half pay.',
52
+ },
53
+ rate: {
54
+ type: 'string',
55
+ description: 'The default rate for this payroll wage item, represented as a decimal string. Only one of `rate` and `ratePercent` can be set.',
56
+ },
57
+ ratePercent: {
58
+ type: 'string',
59
+ description: 'The default rate for this payroll wage item expressed as a percentage. Only one of `rate` and `ratePercent` can be set.',
60
+ },
49
61
  jq_filter: {
50
62
  type: 'string',
51
63
  title: 'jq Filter',
@@ -1 +1 @@
1
- {"version":3,"file":"create-qbd-payroll-wage-items.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,8BAA8B;OAC9D,EAAY,aAAa,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;OAGtF,SAAS,MAAM,gBAAgB;AAEtC,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,wCAAwC;CACnD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,+BAA+B;IACrC,WAAW,EACT,89HAA89H;IACh+H,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,gBAAgB,EAAE;gBAChB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,sFAAsF;aACpG;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,6TAA6T;aAChU;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gLAAgL;gBAClL,IAAI,EAAE;oBACJ,OAAO;oBACP,YAAY;oBACZ,iBAAiB;oBACjB,gBAAgB;oBAChB,aAAa;oBACb,iBAAiB;oBACjB,gBAAgB;oBAChB,aAAa;oBACb,iBAAiB;iBAClB;aACF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,qJAAqJ;aACxJ;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,oBAAoB,CAAC;KACzE;IACD,WAAW,EAAE,EAAE;CAChB,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,IAAI,CAAC;QACH,OAAO,mBAAmB,CACxB,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAChF,CAAC;IACJ,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,SAAS,CAAC,QAAQ,IAAI,SAAS,CAAC,KAAK,CAAC,EAAE,CAAC;YAC5D,OAAO,aAAa,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"create-qbd-payroll-wage-items.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/create-qbd-payroll-wage-items.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,8BAA8B;OAC9D,EAAY,aAAa,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;OAGtF,SAAS,MAAM,gBAAgB;AAEtC,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,wCAAwC;CACnD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,+BAA+B;IACrC,WAAW,EACT,wrJAAwrJ;IAC1rJ,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,gBAAgB,EAAE;gBAChB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,sFAAsF;aACpG;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,6TAA6T;aAChU;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gLAAgL;gBAClL,IAAI,EAAE;oBACJ,OAAO;oBACP,YAAY;oBACZ,iBAAiB;oBACjB,gBAAgB;oBAChB,aAAa;oBACb,iBAAiB;oBACjB,gBAAgB;oBAChB,aAAa;oBACb,iBAAiB;iBAClB;aACF;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iDAAiD;aAC/D;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,qJAAqJ;aACxJ;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+IAA+I;aAClJ;YACD,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gIAAgI;aACnI;YACD,WAAW,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,yHAAyH;aAC5H;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,kBAAkB,EAAE,MAAM,EAAE,UAAU,EAAE,oBAAoB,CAAC;KACzE;IACD,WAAW,EAAE,EAAE;CAChB,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,IAAI,CAAC;QACH,OAAO,mBAAmB,CACxB,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAChF,CAAC;IACJ,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,SAAS,CAAC,QAAQ,IAAI,SAAS,CAAC,KAAK,CAAC,EAAE,CAAC;YAC5D,OAAO,aAAa,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"list-qbd-payroll-wage-items.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA0FlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAW5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAXuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAa7F,wBAA2C"}
1
+ {"version":3,"file":"list-qbd-payroll-wage-items.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAmFlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAW5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAXuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAa7F,wBAA2C"}
@@ -1 +1 @@
1
- {"version":3,"file":"list-qbd-payroll-wage-items.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA0FlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAW5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAXuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAa7F,wBAA2C"}
1
+ {"version":3,"file":"list-qbd-payroll-wage-items.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAmFlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAW5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAXuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAa7F,wBAA2C"}
@@ -5,7 +5,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  };
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.handler = exports.tool = exports.metadata = void 0;
8
- const filtering_1 = require("conductor-node-mcp/filtering");
9
8
  const types_1 = require("conductor-node-mcp/tools/types");
10
9
  const conductor_node_1 = __importDefault(require("conductor-node"));
11
10
  exports.metadata = {
@@ -17,13 +16,13 @@ exports.metadata = {
17
16
  };
18
17
  exports.tool = {
19
18
  name: 'list_qbd_payroll_wage_items',
20
- description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of payroll wage items. Use the `cursor` parameter to paginate through the results.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of payroll wage items.',\n items: {\n $ref: '#/$defs/payroll_wage_item'\n }\n },\n hasMore: {\n type: 'boolean',\n description: 'Indicates whether there are more objects to be fetched.'\n },\n nextCursor: {\n type: 'string',\n description: 'The `nextCursor` is a pagination token returned in the response when you use the `limit` parameter in your request. To retrieve subsequent pages of results, include this token as the value of the `cursor` request parameter in your following API calls.\\n\\n**NOTE**: The `nextCursor` value remains constant throughout the pagination process for a specific list instance; continue to use the same `nextCursor` token in each request to fetch additional pages.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n remainingCount: {\n type: 'number',\n description: 'The number of objects remaining to be fetched.'\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'hasMore',\n 'nextCursor',\n 'objectType',\n 'remainingCount',\n 'url'\n ],\n $defs: {\n payroll_wage_item: {\n type: 'object',\n title: 'The Payroll Wage Item object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payroll wage item. This ID is unique across all payroll wage items but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payroll wage item was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\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), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\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```",
19
+ description: 'Returns a list of payroll wage items. Use the `cursor` parameter to paginate through the results.',
21
20
  inputSchema: {
22
21
  type: 'object',
23
22
  properties: {
24
23
  conductorEndUserId: {
25
24
  type: 'string',
26
- description: 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
25
+ description: 'The ID of the End-User to receive this request.',
27
26
  },
28
27
  cursor: {
29
28
  type: 'string',
@@ -80,11 +79,6 @@ exports.tool = {
80
79
  type: 'string',
81
80
  description: "Filter for payroll wage items updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
82
81
  },
83
- jq_filter: {
84
- type: 'string',
85
- title: 'jq Filter',
86
- description: 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
87
- },
88
82
  },
89
83
  required: ['conductorEndUserId'],
90
84
  },
@@ -93,13 +87,13 @@ exports.tool = {
93
87
  },
94
88
  };
95
89
  const handler = async (conductor, args) => {
96
- const { jq_filter, ...body } = args;
90
+ const body = args;
97
91
  const response = await conductor.qbd.payrollWageItems.list(body).asResponse();
98
92
  try {
99
- return (0, types_1.asTextContentResult)(await (0, filtering_1.maybeFilter)(jq_filter, await response.json()));
93
+ return (0, types_1.asTextContentResult)(await response.json());
100
94
  }
101
95
  catch (error) {
102
- if (error instanceof conductor_node_1.default.APIError || (0, filtering_1.isJqError)(error)) {
96
+ if (error instanceof conductor_node_1.default.APIError) {
103
97
  return (0, types_1.asErrorResult)(error.message);
104
98
  }
105
99
  throw error;
@@ -1 +1 @@
1
- {"version":3,"file":"list-qbd-payroll-wage-items.js","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;AAEtF,4DAAsE;AACtE,0DAA8F;AAG9F,oEAAuC;AAE1B,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,wCAAwC;CACnD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,m2KAAm2K;IACr2K,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gPAAgP;aACnP;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,iUAAiU;gBACnU,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,gZAAgZ;aACnZ;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,uLAAuL;aAC1L;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wLAAwL;aAC3L;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,oXAAoX;gBACtX,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wLAAwL;aAC3L;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gGAAgG;aACnG;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,mEAAmE;gBAChF,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC;aACpC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,olBAAolB;aACvlB;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mlBAAmlB;aACtlB;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,oBAAoB,CAAC;KACjC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,MAAM,QAAQ,GAAG,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE,CAAC;IAC9E,IAAI,CAAC;QACH,OAAO,IAAA,2BAAmB,EAAC,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;IAClF,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,wBAAS,CAAC,QAAQ,IAAI,IAAA,qBAAS,EAAC,KAAK,CAAC,EAAE,CAAC;YAC5D,OAAO,IAAA,qBAAa,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAXW,QAAA,OAAO,WAWlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"list-qbd-payroll-wage-items.js","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;AAEtF,0DAA8F;AAG9F,oEAAuC;AAE1B,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,wCAAwC;CACnD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,mGAAmG;IACrG,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iDAAiD;aAC/D;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gPAAgP;aACnP;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,iUAAiU;gBACnU,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,gZAAgZ;aACnZ;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,uLAAuL;aAC1L;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wLAAwL;aAC3L;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,oXAAoX;gBACtX,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wLAAwL;aAC3L;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gGAAgG;aACnG;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,mEAAmE;gBAChF,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC;aACpC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,olBAAolB;aACvlB;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mlBAAmlB;aACtlB;SACF;QACD,QAAQ,EAAE,CAAC,oBAAoB,CAAC;KACjC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,MAAM,QAAQ,GAAG,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE,CAAC;IAC9E,IAAI,CAAC;QACH,OAAO,IAAA,2BAAmB,EAAC,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC,CAAC;IACpD,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,wBAAS,CAAC,QAAQ,EAAE,CAAC;YACxC,OAAO,IAAA,qBAAa,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAXW,QAAA,OAAO,WAWlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
@@ -1,5 +1,4 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { isJqError, maybeFilter } from 'conductor-node-mcp/filtering';
3
2
  import { asErrorResult, asTextContentResult } from 'conductor-node-mcp/tools/types';
4
3
  import Conductor from 'conductor-node';
5
4
  export const metadata = {
@@ -11,13 +10,13 @@ export const metadata = {
11
10
  };
12
11
  export const tool = {
13
12
  name: 'list_qbd_payroll_wage_items',
14
- description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nReturns a list of payroll wage items. Use the `cursor` parameter to paginate through the results.\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n description: 'The array of payroll wage items.',\n items: {\n $ref: '#/$defs/payroll_wage_item'\n }\n },\n hasMore: {\n type: 'boolean',\n description: 'Indicates whether there are more objects to be fetched.'\n },\n nextCursor: {\n type: 'string',\n description: 'The `nextCursor` is a pagination token returned in the response when you use the `limit` parameter in your request. To retrieve subsequent pages of results, include this token as the value of the `cursor` request parameter in your following API calls.\\n\\n**NOTE**: The `nextCursor` value remains constant throughout the pagination process for a specific list instance; continue to use the same `nextCursor` token in each request to fetch additional pages.'\n },\n objectType: {\n type: 'string',\n description: 'The type of object. This value is always `\"list\"`.',\n enum: [ 'list'\n ]\n },\n remainingCount: {\n type: 'number',\n description: 'The number of objects remaining to be fetched.'\n },\n url: {\n type: 'string',\n description: 'The endpoint URL where this list can be accessed.'\n }\n },\n required: [ 'data',\n 'hasMore',\n 'nextCursor',\n 'objectType',\n 'remainingCount',\n 'url'\n ],\n $defs: {\n payroll_wage_item: {\n type: 'object',\n title: 'The Payroll Wage Item object',\n properties: {\n id: {\n type: 'string',\n description: 'The unique identifier assigned by QuickBooks to this payroll wage item. This ID is unique across all payroll wage items but not across different QuickBooks object types.'\n },\n createdAt: {\n type: 'string',\n description: 'The date and time when this payroll wage item was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\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), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\n },\n wageType: {\n type: 'string',\n description: 'Categorizes how this payroll wage item calculates pay - can be hourly (regular, overtime, sick, or vacation), salary (regular, sick, or vacation), bonus, or commission based.',\n enum: [ 'bonus',\n 'commission',\n 'hourly_overtime',\n 'hourly_regular',\n 'hourly_sick',\n 'hourly_vacation',\n 'salary_regular',\n 'salary_sick',\n 'salary_vacation'\n ]\n }\n },\n required: [ 'id',\n 'createdAt',\n 'expenseAccount',\n 'isActive',\n 'name',\n 'objectType',\n 'revisionNumber',\n 'updatedAt',\n 'wageType'\n ]\n }\n }\n}\n```",
13
+ description: 'Returns a list of payroll wage items. Use the `cursor` parameter to paginate through the results.',
15
14
  inputSchema: {
16
15
  type: 'object',
17
16
  properties: {
18
17
  conductorEndUserId: {
19
18
  type: 'string',
20
- description: 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
19
+ description: 'The ID of the End-User to receive this request.',
21
20
  },
22
21
  cursor: {
23
22
  type: 'string',
@@ -74,11 +73,6 @@ export const tool = {
74
73
  type: 'string',
75
74
  description: "Filter for payroll wage items updated on or before this date/time. Accepts the following ISO 8601 formats:\n- **date-only** (YYYY-MM-DD) - QuickBooks Desktop interprets the date as the **end of the specified day** in the local timezone of the end-user's computer (e.g., `2025-01-01` → `2025-01-01T23:59:59`).\n- **datetime without timezone** (YYYY-MM-DDTHH:mm:ss) - QuickBooks Desktop interprets the timestamp in the local timezone of the end-user's computer.\n- **datetime with timezone** (YYYY-MM-DDTHH:mm:ss±HH:mm) - QuickBooks Desktop interprets the timestamp using the specified timezone.",
76
75
  },
77
- jq_filter: {
78
- type: 'string',
79
- title: 'jq Filter',
80
- description: 'A jq filter to apply to the response to include certain fields. Consult the output schema in the tool description to see the fields that are available.\n\nFor example: to include only the `name` field in every object of a results array, you can provide ".results[].name".\n\nFor more information, see the [jq documentation](https://jqlang.org/manual/).',
81
- },
82
76
  },
83
77
  required: ['conductorEndUserId'],
84
78
  },
@@ -87,13 +81,13 @@ export const tool = {
87
81
  },
88
82
  };
89
83
  export const handler = async (conductor, args) => {
90
- const { jq_filter, ...body } = args;
84
+ const body = args;
91
85
  const response = await conductor.qbd.payrollWageItems.list(body).asResponse();
92
86
  try {
93
- return asTextContentResult(await maybeFilter(jq_filter, await response.json()));
87
+ return asTextContentResult(await response.json());
94
88
  }
95
89
  catch (error) {
96
- if (error instanceof Conductor.APIError || isJqError(error)) {
90
+ if (error instanceof Conductor.APIError) {
97
91
  return asErrorResult(error.message);
98
92
  }
99
93
  throw error;
@@ -1 +1 @@
1
- {"version":3,"file":"list-qbd-payroll-wage-items.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,8BAA8B;OAC9D,EAAY,aAAa,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;OAGtF,SAAS,MAAM,gBAAgB;AAEtC,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,wCAAwC;CACnD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,m2KAAm2K;IACr2K,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gPAAgP;aACnP;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,iUAAiU;gBACnU,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,gZAAgZ;aACnZ;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,uLAAuL;aAC1L;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wLAAwL;aAC3L;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,oXAAoX;gBACtX,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wLAAwL;aAC3L;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gGAAgG;aACnG;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,mEAAmE;gBAChF,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC;aACpC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,olBAAolB;aACvlB;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mlBAAmlB;aACtlB;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,oBAAoB,CAAC;KACjC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC3C,MAAM,QAAQ,GAAG,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE,CAAC;IAC9E,IAAI,CAAC;QACH,OAAO,mBAAmB,CAAC,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC;IAClF,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,SAAS,CAAC,QAAQ,IAAI,SAAS,CAAC,KAAK,CAAC,EAAE,CAAC;YAC5D,OAAO,aAAa,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"list-qbd-payroll-wage-items.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/list-qbd-payroll-wage-items.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAY,aAAa,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;OAGtF,SAAS,MAAM,gBAAgB;AAEtC,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,wCAAwC;CACnD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,6BAA6B;IACnC,WAAW,EACT,mGAAmG;IACrG,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iDAAiD;aAC/D;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gPAAgP;aACnP;YACD,GAAG,EAAE;gBACH,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,iUAAiU;gBACnU,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,gZAAgZ;aACnZ;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,uLAAuL;aAC1L;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wLAAwL;aAC3L;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mGAAmG;aACtG;YACD,KAAK,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,WAAW,EACT,oXAAoX;gBACtX,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;iBACf;aACF;YACD,cAAc,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,wLAAwL;aAC3L;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,gGAAgG;aACnG;YACD,MAAM,EAAE;gBACN,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,mEAAmE;gBAChF,IAAI,EAAE,CAAC,QAAQ,EAAE,KAAK,EAAE,UAAU,CAAC;aACpC;YACD,YAAY,EAAE;gBACZ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,olBAAolB;aACvlB;YACD,aAAa,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,mlBAAmlB;aACtlB;SACF;QACD,QAAQ,EAAE,CAAC,oBAAoB,CAAC;KACjC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,MAAM,QAAQ,GAAG,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE,CAAC;IAC9E,IAAI,CAAC;QACH,OAAO,mBAAmB,CAAC,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC,CAAC;IACpD,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,SAAS,CAAC,QAAQ,EAAE,CAAC;YACxC,OAAO,aAAa,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-qbd-payroll-wage-items.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA4BlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAY5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAZuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAc7F,wBAA2C"}
1
+ {"version":3,"file":"retrieve-qbd-payroll-wage-items.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA2BlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAY5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAZuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAc7F,wBAA2C"}
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-qbd-payroll-wage-items.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA4BlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAY5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAZuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAc7F,wBAA2C"}
1
+ {"version":3,"file":"retrieve-qbd-payroll-wage-items.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts"],"names":[],"mappings":"OAGO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IA2BlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAY5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAZuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAc7F,wBAA2C"}
@@ -17,7 +17,7 @@ exports.metadata = {
17
17
  };
18
18
  exports.tool = {
19
19
  name: 'retrieve_qbd_payroll_wage_items',
20
- description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves a payroll wage item by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific payroll wage items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.\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), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\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), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\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
+ description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves a payroll wage item by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific payroll wage items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.\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), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\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 overtimeMultiplier: {\n type: 'string',\n description: 'The overtime pay multiplier for this payroll wage item, represented as a decimal string. For example, `\"1.5\"` represents time-and-a-half pay.'\n },\n rate: {\n type: 'string',\n description: 'The default rate for this payroll wage item, represented as a decimal string. Only one of `rate` and `ratePercent` can be set.'\n },\n ratePercent: {\n type: 'string',\n description: 'The default rate for this payroll wage item expressed as a percentage. Only one of `rate` and `ratePercent` can be set.'\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), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\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 'overtimeMultiplier',\n 'rate',\n 'ratePercent',\n 'revisionNumber',\n 'updatedAt',\n 'wageType'\n ]\n }\n }\n}\n```",
21
21
  inputSchema: {
22
22
  type: 'object',
23
23
  properties: {
@@ -27,7 +27,7 @@ exports.tool = {
27
27
  },
28
28
  conductorEndUserId: {
29
29
  type: 'string',
30
- description: 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
30
+ description: 'The ID of the End-User to receive this request.',
31
31
  },
32
32
  jq_filter: {
33
33
  type: 'string',
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-qbd-payroll-wage-items.js","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;AAEtF,4DAAsE;AACtE,0DAA8F;AAG9F,oEAAuC;AAE1B,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,6CAA6C;CACxD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,iCAAiC;IACvC,WAAW,EACT,wtIAAwtI;IAC1tI,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iFAAiF;aAC/F;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,IAAI,CAAC;QACH,OAAO,IAAA,2BAAmB,EACxB,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACtF,CAAC;IACJ,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,wBAAS,CAAC,QAAQ,IAAI,IAAA,qBAAS,EAAC,KAAK,CAAC,EAAE,CAAC;YAC5D,OAAO,IAAA,qBAAa,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAZW,QAAA,OAAO,WAYlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"retrieve-qbd-payroll-wage-items.js","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;AAEtF,4DAAsE;AACtE,0DAA8F;AAG9F,oEAAuC;AAE1B,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,6CAA6C;CACxD,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,iCAAiC;IACvC,WAAW,EACT,k7JAAk7J;IACp7J,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iFAAiF;aAC/F;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iDAAiD;aAC/D;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,IAAI,CAAC;QACH,OAAO,IAAA,2BAAmB,EACxB,MAAM,IAAA,uBAAW,EAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACtF,CAAC;IACJ,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,wBAAS,CAAC,QAAQ,IAAI,IAAA,qBAAS,EAAC,KAAK,CAAC,EAAE,CAAC;YAC5D,OAAO,IAAA,qBAAa,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAZW,QAAA,OAAO,WAYlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
@@ -11,7 +11,7 @@ export const metadata = {
11
11
  };
12
12
  export const tool = {
13
13
  name: 'retrieve_qbd_payroll_wage_items',
14
- description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves a payroll wage item by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific payroll wage items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.\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), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\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), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\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```",
14
+ description: "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nRetrieves a payroll wage item by ID.\n\n**IMPORTANT:** If you need to fetch multiple specific payroll wage items by ID, use the list endpoint instead with the `ids` parameter. It accepts an array of IDs so you can batch the request into a single call, which is significantly faster.\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), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\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 overtimeMultiplier: {\n type: 'string',\n description: 'The overtime pay multiplier for this payroll wage item, represented as a decimal string. For example, `\"1.5\"` represents time-and-a-half pay.'\n },\n rate: {\n type: 'string',\n description: 'The default rate for this payroll wage item, represented as a decimal string. Only one of `rate` and `ratePercent` can be set.'\n },\n ratePercent: {\n type: 'string',\n description: 'The default rate for this payroll wage item expressed as a percentage. Only one of `rate` and `ratePercent` can be set.'\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), which QuickBooks Desktop interprets in the local timezone of the end-user\\'s computer.'\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 'overtimeMultiplier',\n 'rate',\n 'ratePercent',\n 'revisionNumber',\n 'updatedAt',\n 'wageType'\n ]\n }\n }\n}\n```",
15
15
  inputSchema: {
16
16
  type: 'object',
17
17
  properties: {
@@ -21,7 +21,7 @@ export const tool = {
21
21
  },
22
22
  conductorEndUserId: {
23
23
  type: 'string',
24
- description: 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
24
+ description: 'The ID of the End-User to receive this request.',
25
25
  },
26
26
  jq_filter: {
27
27
  type: 'string',
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-qbd-payroll-wage-items.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,8BAA8B;OAC9D,EAAY,aAAa,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;OAGtF,SAAS,MAAM,gBAAgB;AAEtC,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,6CAA6C;CACxD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,iCAAiC;IACvC,WAAW,EACT,wtIAAwtI;IAC1tI,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iFAAiF;aAC/F;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,IAAI,CAAC;QACH,OAAO,mBAAmB,CACxB,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACtF,CAAC;IACJ,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,SAAS,CAAC,QAAQ,IAAI,SAAS,CAAC,KAAK,CAAC,EAAE,CAAC;YAC5D,OAAO,aAAa,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"retrieve-qbd-payroll-wage-items.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/payroll-wage-items/retrieve-qbd-payroll-wage-items.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,8BAA8B;OAC9D,EAAY,aAAa,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;OAGtF,SAAS,MAAM,gBAAgB;AAEtC,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,wBAAwB;IAClC,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,6CAA6C;CACxD,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,iCAAiC;IACvC,WAAW,EACT,k7JAAk7J;IACp7J,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,EAAE,EAAE;gBACF,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iFAAiF;aAC/F;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iDAAiD;aAC/D;YACD,SAAS,EAAE;gBACT,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,WAAW;gBAClB,WAAW,EACT,kWAAkW;aACrW;SACF;QACD,QAAQ,EAAE,CAAC,IAAI,EAAE,oBAAoB,CAAC;KACvC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,EAAE,EAAE,EAAE,SAAS,EAAE,GAAG,IAAI,EAAE,GAAG,IAAW,CAAC;IAC/C,IAAI,CAAC;QACH,OAAO,mBAAmB,CACxB,MAAM,WAAW,CAAC,SAAS,EAAE,MAAM,SAAS,CAAC,GAAG,CAAC,gBAAgB,CAAC,QAAQ,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CACtF,CAAC;IACJ,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,SAAS,CAAC,QAAQ,IAAI,SAAS,CAAC,KAAK,CAAC,EAAE,CAAC;YAC5D,OAAO,aAAa,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-qbd-preferences.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/preferences/retrieve-qbd-preferences.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAkBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAU5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAVuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAY7F,wBAA2C"}
1
+ {"version":3,"file":"retrieve-qbd-preferences.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/preferences/retrieve-qbd-preferences.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAiBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAU5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAVuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAY7F,wBAA2C"}
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-qbd-preferences.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/preferences/retrieve-qbd-preferences.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAkBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAU5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAVuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAY7F,wBAA2C"}
1
+ {"version":3,"file":"retrieve-qbd-preferences.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/preferences/retrieve-qbd-preferences.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAiBlB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAU5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAVuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAY7F,wBAA2C"}
@@ -22,7 +22,7 @@ exports.tool = {
22
22
  properties: {
23
23
  conductorEndUserId: {
24
24
  type: 'string',
25
- description: 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
25
+ description: 'The ID of the End-User to receive this request.',
26
26
  },
27
27
  },
28
28
  required: ['conductorEndUserId'],
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-qbd-preferences.js","sourceRoot":"","sources":["../../../src/tools/qbd/preferences/retrieve-qbd-preferences.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;AAEtF,0DAA8F;AAG9F,oEAAuC;AAE1B,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,iBAAiB;IAC3B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,iCAAiC;CAC5C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,0BAA0B;IAChC,WAAW,EACT,8NAA8N;IAChO,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;SACF;QACD,QAAQ,EAAE,CAAC,oBAAoB,CAAC;KACjC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,IAAI,CAAC;QACH,OAAO,IAAA,2BAAmB,EAAC,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC;IAC7E,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,wBAAS,CAAC,QAAQ,EAAE,CAAC;YACxC,OAAO,IAAA,qBAAa,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAVW,QAAA,OAAO,WAUlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"retrieve-qbd-preferences.js","sourceRoot":"","sources":["../../../src/tools/qbd/preferences/retrieve-qbd-preferences.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;AAEtF,0DAA8F;AAG9F,oEAAuC;AAE1B,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,iBAAiB;IAC3B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,iCAAiC;CAC5C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,0BAA0B;IAChC,WAAW,EACT,8NAA8N;IAChO,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iDAAiD;aAC/D;SACF;QACD,QAAQ,EAAE,CAAC,oBAAoB,CAAC;KACjC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,IAAI,CAAC;QACH,OAAO,IAAA,2BAAmB,EAAC,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC;IAC7E,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,wBAAS,CAAC,QAAQ,EAAE,CAAC;YACxC,OAAO,IAAA,qBAAa,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAVW,QAAA,OAAO,WAUlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
@@ -16,7 +16,7 @@ export const tool = {
16
16
  properties: {
17
17
  conductorEndUserId: {
18
18
  type: 'string',
19
- description: 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
19
+ description: 'The ID of the End-User to receive this request.',
20
20
  },
21
21
  },
22
22
  required: ['conductorEndUserId'],
@@ -1 +1 @@
1
- {"version":3,"file":"retrieve-qbd-preferences.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/preferences/retrieve-qbd-preferences.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAY,aAAa,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;OAGtF,SAAS,MAAM,gBAAgB;AAEtC,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,iBAAiB;IAC3B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,iCAAiC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,0BAA0B;IAChC,WAAW,EACT,8NAA8N;IAChO,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;SACF;QACD,QAAQ,EAAE,CAAC,oBAAoB,CAAC;KACjC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,IAAI,CAAC;QACH,OAAO,mBAAmB,CAAC,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC;IAC7E,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,SAAS,CAAC,QAAQ,EAAE,CAAC;YACxC,OAAO,aAAa,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"retrieve-qbd-preferences.mjs","sourceRoot":"","sources":["../../../src/tools/qbd/preferences/retrieve-qbd-preferences.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAY,aAAa,EAAE,mBAAmB,EAAE,MAAM,gCAAgC;OAGtF,SAAS,MAAM,gBAAgB;AAEtC,MAAM,CAAC,MAAM,QAAQ,GAAa;IAChC,QAAQ,EAAE,iBAAiB;IAC3B,SAAS,EAAE,MAAM;IACjB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,iCAAiC;CAC5C,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAS;IACxB,IAAI,EAAE,0BAA0B;IAChC,WAAW,EACT,8NAA8N;IAChO,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iDAAiD;aAC/D;SACF;QACD,QAAQ,EAAE,CAAC,oBAAoB,CAAC;KACjC;IACD,WAAW,EAAE;QACX,YAAY,EAAE,IAAI;KACnB;CACF,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,IAAI,CAAC;QACH,OAAO,mBAAmB,CAAC,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC;IAC7E,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,SAAS,CAAC,QAAQ,EAAE,CAAC;YACxC,OAAO,aAAa,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"create-qbd-price-levels.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/create-qbd-price-levels.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAuElB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAU5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAVuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAY7F,wBAA2C"}
1
+ {"version":3,"file":"create-qbd-price-levels.d.mts","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/create-qbd-price-levels.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAsElB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAU5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAVuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAY7F,wBAA2C"}
@@ -1 +1 @@
1
- {"version":3,"file":"create-qbd-price-levels.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/create-qbd-price-levels.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAuElB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAU5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAVuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAY7F,wBAA2C"}
1
+ {"version":3,"file":"create-qbd-price-levels.d.ts","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/create-qbd-price-levels.ts"],"names":[],"mappings":"OAEO,EAAE,QAAQ,EAAsC,MAAM,gCAAgC;OAEtF,EAAE,IAAI,EAAE,MAAM,oCAAoC;OAClD,SAAS,MAAM,gBAAgB;AAEtC,eAAO,MAAM,QAAQ,EAAE,QAMtB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,IAsElB,CAAC;AAEF,eAAO,MAAM,OAAO,GAAU,WAAW,SAAS,EAAE,MAAM,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,qEAU5F,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAVuC,SAAS,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS;;AAY7F,wBAA2C"}
@@ -26,7 +26,7 @@ exports.tool = {
26
26
  },
27
27
  conductorEndUserId: {
28
28
  type: 'string',
29
- description: 'The ID of the EndUser to receive this request (e.g., `"conductorEndUserId:{{END_USER_ID}}"`).',
29
+ description: 'The ID of the End-User to receive this request.',
30
30
  },
31
31
  currencyId: {
32
32
  type: 'string',
@@ -1 +1 @@
1
- {"version":3,"file":"create-qbd-price-levels.js","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/create-qbd-price-levels.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;AAEtF,0DAA8F;AAG9F,oEAAuC;AAE1B,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,kBAAkB;IAC5B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,kCAAkC;CAC7C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EAAE,4BAA4B;IACzC,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,2SAA2S;aAC9S;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,+FAA+F;aAClG;YACD,UAAU,EAAE;gBACV,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,iKAAiK;aACpK;YACD,eAAe,EAAE;gBACf,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,qeAAqe;aACxe;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,+IAA+I;aAClJ;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,+DAA+D;gBAC5E,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,UAAU,EAAE;wBACV,gBAAgB,EAAE;4BAChB,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,gQAAgQ;yBACnQ;wBACD,gBAAgB,EAAE;4BAChB,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,4ZAA4Z;4BAC9Z,IAAI,EAAE,CAAC,MAAM,EAAE,sBAAsB,EAAE,gBAAgB,CAAC;yBACzD;wBACD,MAAM,EAAE;4BACN,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,6PAA6P;yBAChQ;wBACD,WAAW,EAAE;4BACX,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,mMAAmM;yBACtM;wBACD,kBAAkB,EAAE;4BAClB,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,oNAAoN;yBACvN;qBACF;oBACD,QAAQ,EAAE,CAAC,kBAAkB,EAAE,kBAAkB,EAAE,QAAQ,CAAC;iBAC7D;aACF;SACF;QACD,QAAQ,EAAE,CAAC,MAAM,EAAE,oBAAoB,CAAC;KACzC;IACD,WAAW,EAAE,EAAE;CAChB,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,IAAI,CAAC;QACH,OAAO,IAAA,2BAAmB,EAAC,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;IAC3E,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,wBAAS,CAAC,QAAQ,EAAE,CAAC;YACxC,OAAO,IAAA,qBAAa,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAVW,QAAA,OAAO,WAUlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"create-qbd-price-levels.js","sourceRoot":"","sources":["../../../src/tools/qbd/price-levels/create-qbd-price-levels.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;AAEtF,0DAA8F;AAG9F,oEAAuC;AAE1B,QAAA,QAAQ,GAAa;IAChC,QAAQ,EAAE,kBAAkB;IAC5B,SAAS,EAAE,OAAO;IAClB,IAAI,EAAE,EAAE;IACR,UAAU,EAAE,MAAM;IAClB,QAAQ,EAAE,kCAAkC;CAC7C,CAAC;AAEW,QAAA,IAAI,GAAS;IACxB,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EAAE,4BAA4B;IACzC,WAAW,EAAE;QACX,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACV,IAAI,EAAE;gBACJ,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,2SAA2S;aAC9S;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,iDAAiD;aAC/D;YACD,UAAU,EAAE;gBACV,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,iKAAiK;aACpK;YACD,eAAe,EAAE;gBACf,IAAI,EAAE,QAAQ;gBACd,WAAW,EACT,qeAAqe;aACxe;YACD,QAAQ,EAAE;gBACR,IAAI,EAAE,SAAS;gBACf,WAAW,EACT,+IAA+I;aAClJ;YACD,kBAAkB,EAAE;gBAClB,IAAI,EAAE,OAAO;gBACb,WAAW,EAAE,+DAA+D;gBAC5E,KAAK,EAAE;oBACL,IAAI,EAAE,QAAQ;oBACd,UAAU,EAAE;wBACV,gBAAgB,EAAE;4BAChB,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,gQAAgQ;yBACnQ;wBACD,gBAAgB,EAAE;4BAChB,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,4ZAA4Z;4BAC9Z,IAAI,EAAE,CAAC,MAAM,EAAE,sBAAsB,EAAE,gBAAgB,CAAC;yBACzD;wBACD,MAAM,EAAE;4BACN,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,6PAA6P;yBAChQ;wBACD,WAAW,EAAE;4BACX,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,mMAAmM;yBACtM;wBACD,kBAAkB,EAAE;4BAClB,IAAI,EAAE,QAAQ;4BACd,WAAW,EACT,oNAAoN;yBACvN;qBACF;oBACD,QAAQ,EAAE,CAAC,kBAAkB,EAAE,kBAAkB,EAAE,QAAQ,CAAC;iBAC7D;aACF;SACF;QACD,QAAQ,EAAE,CAAC,MAAM,EAAE,oBAAoB,CAAC;KACzC;IACD,WAAW,EAAE,EAAE;CAChB,CAAC;AAEK,MAAM,OAAO,GAAG,KAAK,EAAE,SAAoB,EAAE,IAAyC,EAAE,EAAE;IAC/F,MAAM,IAAI,GAAG,IAAW,CAAC;IACzB,IAAI,CAAC;QACH,OAAO,IAAA,2BAAmB,EAAC,MAAM,SAAS,CAAC,GAAG,CAAC,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;IAC3E,CAAC;IAAC,OAAO,KAAK,EAAE,CAAC;QACf,IAAI,KAAK,YAAY,wBAAS,CAAC,QAAQ,EAAE,CAAC;YACxC,OAAO,IAAA,qBAAa,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACtC,CAAC;QACD,MAAM,KAAK,CAAC;IACd,CAAC;AACH,CAAC,CAAC;AAVW,QAAA,OAAO,WAUlB;AAEF,kBAAe,EAAE,QAAQ,EAAR,gBAAQ,EAAE,IAAI,EAAJ,YAAI,EAAE,OAAO,EAAP,eAAO,EAAE,CAAC"}