conductor-node 11.10.1 → 12.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (510) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/LICENSE +201 -21
  3. package/README.md +330 -63
  4. package/_shims/MultipartBody.d.ts +9 -0
  5. package/_shims/MultipartBody.d.ts.map +1 -0
  6. package/_shims/MultipartBody.js +16 -0
  7. package/_shims/MultipartBody.js.map +1 -0
  8. package/_shims/MultipartBody.mjs +12 -0
  9. package/_shims/MultipartBody.mjs.map +1 -0
  10. package/_shims/README.md +46 -0
  11. package/_shims/auto/runtime-bun.d.ts +5 -0
  12. package/_shims/auto/runtime-bun.d.ts.map +1 -0
  13. package/_shims/auto/runtime-bun.js +21 -0
  14. package/_shims/auto/runtime-bun.js.map +1 -0
  15. package/_shims/auto/runtime-bun.mjs +2 -0
  16. package/_shims/auto/runtime-bun.mjs.map +1 -0
  17. package/_shims/auto/runtime-node.d.ts +5 -0
  18. package/_shims/auto/runtime-node.d.ts.map +1 -0
  19. package/_shims/auto/runtime-node.js +21 -0
  20. package/_shims/auto/runtime-node.js.map +1 -0
  21. package/_shims/auto/runtime-node.mjs +2 -0
  22. package/_shims/auto/runtime-node.mjs.map +1 -0
  23. package/_shims/auto/runtime.d.ts +5 -0
  24. package/_shims/auto/runtime.d.ts.map +1 -0
  25. package/_shims/auto/runtime.js +21 -0
  26. package/_shims/auto/runtime.js.map +1 -0
  27. package/_shims/auto/runtime.mjs +2 -0
  28. package/_shims/auto/runtime.mjs.map +1 -0
  29. package/_shims/auto/types-node.d.ts +5 -0
  30. package/_shims/auto/types-node.d.ts.map +1 -0
  31. package/_shims/auto/types-node.js +21 -0
  32. package/_shims/auto/types-node.js.map +1 -0
  33. package/_shims/auto/types-node.mjs +2 -0
  34. package/_shims/auto/types-node.mjs.map +1 -0
  35. package/_shims/auto/types.d.ts +101 -0
  36. package/_shims/auto/types.js +3 -0
  37. package/_shims/auto/types.mjs +3 -0
  38. package/_shims/bun-runtime.d.ts +6 -0
  39. package/_shims/bun-runtime.d.ts.map +1 -0
  40. package/_shims/bun-runtime.js +14 -0
  41. package/_shims/bun-runtime.js.map +1 -0
  42. package/_shims/bun-runtime.mjs +10 -0
  43. package/_shims/bun-runtime.mjs.map +1 -0
  44. package/_shims/index.d.ts +81 -0
  45. package/_shims/index.js +13 -0
  46. package/_shims/index.mjs +7 -0
  47. package/_shims/manual-types.d.ts +12 -0
  48. package/_shims/manual-types.js +3 -0
  49. package/_shims/manual-types.mjs +3 -0
  50. package/_shims/node-runtime.d.ts +3 -0
  51. package/_shims/node-runtime.d.ts.map +1 -0
  52. package/_shims/node-runtime.js +89 -0
  53. package/_shims/node-runtime.js.map +1 -0
  54. package/_shims/node-runtime.mjs +56 -0
  55. package/_shims/node-runtime.mjs.map +1 -0
  56. package/_shims/node-types.d.ts +42 -0
  57. package/_shims/node-types.js +3 -0
  58. package/_shims/node-types.mjs +3 -0
  59. package/_shims/registry.d.ts +37 -0
  60. package/_shims/registry.d.ts.map +1 -0
  61. package/_shims/registry.js +41 -0
  62. package/_shims/registry.js.map +1 -0
  63. package/_shims/registry.mjs +37 -0
  64. package/_shims/registry.mjs.map +1 -0
  65. package/_shims/web-runtime.d.ts +5 -0
  66. package/_shims/web-runtime.d.ts.map +1 -0
  67. package/_shims/web-runtime.js +78 -0
  68. package/_shims/web-runtime.js.map +1 -0
  69. package/_shims/web-runtime.mjs +71 -0
  70. package/_shims/web-runtime.mjs.map +1 -0
  71. package/_shims/web-types.d.ts +83 -0
  72. package/_shims/web-types.js +3 -0
  73. package/_shims/web-types.mjs +3 -0
  74. package/core.d.ts +241 -0
  75. package/core.d.ts.map +1 -0
  76. package/core.js +914 -0
  77. package/core.js.map +1 -0
  78. package/core.mjs +882 -0
  79. package/core.mjs.map +1 -0
  80. package/error.d.ts +47 -0
  81. package/error.d.ts.map +1 -0
  82. package/error.js +113 -0
  83. package/error.js.map +1 -0
  84. package/error.mjs +97 -0
  85. package/error.mjs.map +1 -0
  86. package/index.d.mts +121 -0
  87. package/index.d.ts +121 -0
  88. package/index.d.ts.map +1 -0
  89. package/index.js +133 -0
  90. package/index.js.map +1 -0
  91. package/index.mjs +90 -0
  92. package/index.mjs.map +1 -0
  93. package/internal/qs/formats.d.ts +6 -0
  94. package/internal/qs/formats.d.ts.map +1 -0
  95. package/internal/qs/formats.js +11 -0
  96. package/internal/qs/formats.js.map +1 -0
  97. package/internal/qs/formats.mjs +8 -0
  98. package/internal/qs/formats.mjs.map +1 -0
  99. package/internal/qs/index.d.ts +10 -0
  100. package/internal/qs/index.d.ts.map +1 -0
  101. package/internal/qs/index.js +14 -0
  102. package/internal/qs/index.js.map +1 -0
  103. package/internal/qs/index.mjs +10 -0
  104. package/internal/qs/index.mjs.map +1 -0
  105. package/internal/qs/stringify.d.ts +3 -0
  106. package/internal/qs/stringify.d.ts.map +1 -0
  107. package/internal/qs/stringify.js +280 -0
  108. package/internal/qs/stringify.js.map +1 -0
  109. package/internal/qs/stringify.mjs +276 -0
  110. package/internal/qs/stringify.mjs.map +1 -0
  111. package/internal/qs/types.d.ts +57 -0
  112. package/internal/qs/types.d.ts.map +1 -0
  113. package/{dist/src/resources → internal/qs}/types.js +1 -0
  114. package/internal/qs/types.js.map +1 -0
  115. package/internal/qs/types.mjs +2 -0
  116. package/internal/qs/types.mjs.map +1 -0
  117. package/internal/qs/utils.d.ts +14 -0
  118. package/internal/qs/utils.d.ts.map +1 -0
  119. package/internal/qs/utils.js +229 -0
  120. package/internal/qs/utils.js.map +1 -0
  121. package/internal/qs/utils.mjs +217 -0
  122. package/internal/qs/utils.mjs.map +1 -0
  123. package/package.json +111 -35
  124. package/pagination.d.ts +18 -0
  125. package/pagination.d.ts.map +1 -0
  126. package/pagination.js +40 -0
  127. package/pagination.js.map +1 -0
  128. package/pagination.mjs +36 -0
  129. package/pagination.mjs.map +1 -0
  130. package/resource.d.ts +6 -0
  131. package/resource.d.ts.map +1 -0
  132. package/resource.js +11 -0
  133. package/resource.js.map +1 -0
  134. package/resource.mjs +7 -0
  135. package/resource.mjs.map +1 -0
  136. package/resources/auth-sessions.d.ts +79 -0
  137. package/resources/auth-sessions.d.ts.map +1 -0
  138. package/resources/auth-sessions.js +23 -0
  139. package/resources/auth-sessions.js.map +1 -0
  140. package/resources/auth-sessions.mjs +19 -0
  141. package/resources/auth-sessions.mjs.map +1 -0
  142. package/resources/end-users.d.ts +154 -0
  143. package/resources/end-users.d.ts.map +1 -0
  144. package/resources/end-users.js +48 -0
  145. package/resources/end-users.js.map +1 -0
  146. package/resources/end-users.mjs +44 -0
  147. package/resources/end-users.mjs.map +1 -0
  148. package/resources/index.d.ts +4 -0
  149. package/resources/index.d.ts.map +1 -0
  150. package/resources/index.js +11 -0
  151. package/resources/index.js.map +1 -0
  152. package/resources/index.mjs +5 -0
  153. package/resources/index.mjs.map +1 -0
  154. package/resources/qbd/accounts.d.ts +579 -0
  155. package/resources/qbd/accounts.d.ts.map +1 -0
  156. package/resources/qbd/accounts.js +54 -0
  157. package/resources/qbd/accounts.js.map +1 -0
  158. package/resources/qbd/accounts.mjs +50 -0
  159. package/resources/qbd/accounts.mjs.map +1 -0
  160. package/resources/qbd/bill-check-payments.d.ts +831 -0
  161. package/resources/qbd/bill-check-payments.d.ts.map +1 -0
  162. package/resources/qbd/bill-check-payments.js +70 -0
  163. package/resources/qbd/bill-check-payments.js.map +1 -0
  164. package/resources/qbd/bill-check-payments.mjs +65 -0
  165. package/resources/qbd/bill-check-payments.mjs.map +1 -0
  166. package/resources/qbd/bill-credit-card-payments.d.ts +641 -0
  167. package/resources/qbd/bill-credit-card-payments.d.ts.map +1 -0
  168. package/resources/qbd/bill-credit-card-payments.js +55 -0
  169. package/resources/qbd/bill-credit-card-payments.js.map +1 -0
  170. package/resources/qbd/bill-credit-card-payments.mjs +50 -0
  171. package/resources/qbd/bill-credit-card-payments.mjs.map +1 -0
  172. package/resources/qbd/bills.d.ts +2561 -0
  173. package/resources/qbd/bills.d.ts.map +1 -0
  174. package/resources/qbd/bills.js +69 -0
  175. package/resources/qbd/bills.js.map +1 -0
  176. package/resources/qbd/bills.mjs +64 -0
  177. package/resources/qbd/bills.mjs.map +1 -0
  178. package/resources/qbd/checks.d.ts +2528 -0
  179. package/resources/qbd/checks.d.ts.map +1 -0
  180. package/resources/qbd/checks.js +69 -0
  181. package/resources/qbd/checks.js.map +1 -0
  182. package/resources/qbd/checks.mjs +64 -0
  183. package/resources/qbd/checks.mjs.map +1 -0
  184. package/resources/qbd/classes.d.ts +289 -0
  185. package/resources/qbd/classes.d.ts.map +1 -0
  186. package/resources/qbd/classes.js +54 -0
  187. package/resources/qbd/classes.js.map +1 -0
  188. package/resources/qbd/classes.mjs +50 -0
  189. package/resources/qbd/classes.mjs.map +1 -0
  190. package/resources/qbd/credit-card-charges.d.ts +2236 -0
  191. package/resources/qbd/credit-card-charges.d.ts.map +1 -0
  192. package/resources/qbd/credit-card-charges.js +69 -0
  193. package/resources/qbd/credit-card-charges.js.map +1 -0
  194. package/resources/qbd/credit-card-charges.mjs +64 -0
  195. package/resources/qbd/credit-card-charges.mjs.map +1 -0
  196. package/resources/qbd/credit-card-credits.d.ts +2233 -0
  197. package/resources/qbd/credit-card-credits.d.ts.map +1 -0
  198. package/resources/qbd/credit-card-credits.js +69 -0
  199. package/resources/qbd/credit-card-credits.js.map +1 -0
  200. package/resources/qbd/credit-card-credits.mjs +64 -0
  201. package/resources/qbd/credit-card-credits.mjs.map +1 -0
  202. package/resources/qbd/credit-memos.d.ts +2649 -0
  203. package/resources/qbd/credit-memos.d.ts.map +1 -0
  204. package/resources/qbd/credit-memos.js +69 -0
  205. package/resources/qbd/credit-memos.js.map +1 -0
  206. package/resources/qbd/credit-memos.mjs +64 -0
  207. package/resources/qbd/credit-memos.mjs.map +1 -0
  208. package/resources/qbd/customers.d.ts +2106 -0
  209. package/resources/qbd/customers.d.ts.map +1 -0
  210. package/resources/qbd/customers.js +58 -0
  211. package/resources/qbd/customers.js.map +1 -0
  212. package/resources/qbd/customers.mjs +53 -0
  213. package/resources/qbd/customers.mjs.map +1 -0
  214. package/resources/qbd/date-driven-terms.d.ts +242 -0
  215. package/resources/qbd/date-driven-terms.d.ts.map +1 -0
  216. package/resources/qbd/date-driven-terms.js +43 -0
  217. package/resources/qbd/date-driven-terms.js.map +1 -0
  218. package/resources/qbd/date-driven-terms.mjs +39 -0
  219. package/resources/qbd/date-driven-terms.mjs.map +1 -0
  220. package/resources/qbd/discount-items.d.ts +576 -0
  221. package/resources/qbd/discount-items.d.ts.map +1 -0
  222. package/resources/qbd/discount-items.js +58 -0
  223. package/resources/qbd/discount-items.js.map +1 -0
  224. package/resources/qbd/discount-items.mjs +53 -0
  225. package/resources/qbd/discount-items.mjs.map +1 -0
  226. package/resources/qbd/employees.d.ts +1669 -0
  227. package/resources/qbd/employees.d.ts.map +1 -0
  228. package/resources/qbd/employees.js +58 -0
  229. package/resources/qbd/employees.js.map +1 -0
  230. package/resources/qbd/employees.mjs +53 -0
  231. package/resources/qbd/employees.mjs.map +1 -0
  232. package/resources/qbd/estimates.d.ts +2493 -0
  233. package/resources/qbd/estimates.d.ts.map +1 -0
  234. package/resources/qbd/estimates.js +69 -0
  235. package/resources/qbd/estimates.js.map +1 -0
  236. package/resources/qbd/estimates.mjs +64 -0
  237. package/resources/qbd/estimates.mjs.map +1 -0
  238. package/resources/qbd/index.d.ts +37 -0
  239. package/resources/qbd/index.d.ts.map +1 -0
  240. package/resources/qbd/index.js +105 -0
  241. package/resources/qbd/index.js.map +1 -0
  242. package/resources/qbd/index.mjs +38 -0
  243. package/resources/qbd/index.mjs.map +1 -0
  244. package/resources/qbd/inventory-adjustments.d.ts +814 -0
  245. package/resources/qbd/inventory-adjustments.d.ts.map +1 -0
  246. package/resources/qbd/inventory-adjustments.js +66 -0
  247. package/resources/qbd/inventory-adjustments.js.map +1 -0
  248. package/resources/qbd/inventory-adjustments.mjs +62 -0
  249. package/resources/qbd/inventory-adjustments.mjs.map +1 -0
  250. package/resources/qbd/inventory-assembly-items.d.ts +931 -0
  251. package/resources/qbd/inventory-assembly-items.d.ts.map +1 -0
  252. package/resources/qbd/inventory-assembly-items.js +54 -0
  253. package/resources/qbd/inventory-assembly-items.js.map +1 -0
  254. package/resources/qbd/inventory-assembly-items.mjs +49 -0
  255. package/resources/qbd/inventory-assembly-items.mjs.map +1 -0
  256. package/resources/qbd/inventory-items.d.ts +844 -0
  257. package/resources/qbd/inventory-items.d.ts.map +1 -0
  258. package/resources/qbd/inventory-items.js +58 -0
  259. package/resources/qbd/inventory-items.js.map +1 -0
  260. package/resources/qbd/inventory-items.mjs +53 -0
  261. package/resources/qbd/inventory-items.mjs.map +1 -0
  262. package/resources/qbd/inventory-sites.d.ts +477 -0
  263. package/resources/qbd/inventory-sites.d.ts.map +1 -0
  264. package/resources/qbd/inventory-sites.js +54 -0
  265. package/resources/qbd/inventory-sites.js.map +1 -0
  266. package/resources/qbd/inventory-sites.mjs +50 -0
  267. package/resources/qbd/inventory-sites.mjs.map +1 -0
  268. package/resources/qbd/invoices.d.ts +2873 -0
  269. package/resources/qbd/invoices.d.ts.map +1 -0
  270. package/resources/qbd/invoices.js +69 -0
  271. package/resources/qbd/invoices.js.map +1 -0
  272. package/resources/qbd/invoices.mjs +64 -0
  273. package/resources/qbd/invoices.mjs.map +1 -0
  274. package/resources/qbd/journal-entries.d.ts +856 -0
  275. package/resources/qbd/journal-entries.d.ts.map +1 -0
  276. package/resources/qbd/journal-entries.js +69 -0
  277. package/resources/qbd/journal-entries.js.map +1 -0
  278. package/resources/qbd/journal-entries.mjs +64 -0
  279. package/resources/qbd/journal-entries.mjs.map +1 -0
  280. package/resources/qbd/non-inventory-items.d.ts +950 -0
  281. package/resources/qbd/non-inventory-items.d.ts.map +1 -0
  282. package/resources/qbd/non-inventory-items.js +58 -0
  283. package/resources/qbd/non-inventory-items.js.map +1 -0
  284. package/resources/qbd/non-inventory-items.mjs +53 -0
  285. package/resources/qbd/non-inventory-items.mjs.map +1 -0
  286. package/resources/qbd/payroll-wage-items.d.ts +215 -0
  287. package/resources/qbd/payroll-wage-items.d.ts.map +1 -0
  288. package/resources/qbd/payroll-wage-items.js +47 -0
  289. package/resources/qbd/payroll-wage-items.js.map +1 -0
  290. package/resources/qbd/payroll-wage-items.mjs +42 -0
  291. package/resources/qbd/payroll-wage-items.mjs.map +1 -0
  292. package/resources/qbd/purchase-orders.d.ts +2554 -0
  293. package/resources/qbd/purchase-orders.d.ts.map +1 -0
  294. package/resources/qbd/purchase-orders.js +69 -0
  295. package/resources/qbd/purchase-orders.js.map +1 -0
  296. package/resources/qbd/purchase-orders.mjs +64 -0
  297. package/resources/qbd/purchase-orders.mjs.map +1 -0
  298. package/resources/qbd/qbd.d.ts +146 -0
  299. package/resources/qbd/qbd.d.ts.map +1 -0
  300. package/resources/qbd/qbd.js +202 -0
  301. package/resources/qbd/qbd.js.map +1 -0
  302. package/resources/qbd/qbd.mjs +175 -0
  303. package/resources/qbd/qbd.mjs.map +1 -0
  304. package/resources/qbd/receive-payments.d.ts +1282 -0
  305. package/resources/qbd/receive-payments.d.ts.map +1 -0
  306. package/resources/qbd/receive-payments.js +70 -0
  307. package/resources/qbd/receive-payments.js.map +1 -0
  308. package/resources/qbd/receive-payments.mjs +65 -0
  309. package/resources/qbd/receive-payments.mjs.map +1 -0
  310. package/resources/qbd/sales-orders.d.ts +2628 -0
  311. package/resources/qbd/sales-orders.d.ts.map +1 -0
  312. package/resources/qbd/sales-orders.js +69 -0
  313. package/resources/qbd/sales-orders.js.map +1 -0
  314. package/resources/qbd/sales-orders.mjs +64 -0
  315. package/resources/qbd/sales-orders.mjs.map +1 -0
  316. package/resources/qbd/sales-receipts.d.ts +3373 -0
  317. package/resources/qbd/sales-receipts.d.ts.map +1 -0
  318. package/resources/qbd/sales-receipts.js +69 -0
  319. package/resources/qbd/sales-receipts.js.map +1 -0
  320. package/resources/qbd/sales-receipts.mjs +64 -0
  321. package/resources/qbd/sales-receipts.mjs.map +1 -0
  322. package/resources/qbd/sales-representatives.d.ts +251 -0
  323. package/resources/qbd/sales-representatives.d.ts.map +1 -0
  324. package/resources/qbd/sales-representatives.js +54 -0
  325. package/resources/qbd/sales-representatives.js.map +1 -0
  326. package/resources/qbd/sales-representatives.mjs +50 -0
  327. package/resources/qbd/sales-representatives.mjs.map +1 -0
  328. package/resources/qbd/sales-tax-codes.d.ts +306 -0
  329. package/resources/qbd/sales-tax-codes.d.ts.map +1 -0
  330. package/resources/qbd/sales-tax-codes.js +54 -0
  331. package/resources/qbd/sales-tax-codes.js.map +1 -0
  332. package/resources/qbd/sales-tax-codes.mjs +50 -0
  333. package/resources/qbd/sales-tax-codes.mjs.map +1 -0
  334. package/resources/qbd/sales-tax-items.d.ts +458 -0
  335. package/resources/qbd/sales-tax-items.d.ts.map +1 -0
  336. package/resources/qbd/sales-tax-items.js +58 -0
  337. package/resources/qbd/sales-tax-items.js.map +1 -0
  338. package/resources/qbd/sales-tax-items.mjs +53 -0
  339. package/resources/qbd/sales-tax-items.mjs.map +1 -0
  340. package/resources/qbd/service-items.d.ts +923 -0
  341. package/resources/qbd/service-items.d.ts.map +1 -0
  342. package/resources/qbd/service-items.js +58 -0
  343. package/resources/qbd/service-items.js.map +1 -0
  344. package/resources/qbd/service-items.mjs +53 -0
  345. package/resources/qbd/service-items.mjs.map +1 -0
  346. package/resources/qbd/standard-terms.d.ts +225 -0
  347. package/resources/qbd/standard-terms.d.ts.map +1 -0
  348. package/resources/qbd/standard-terms.js +43 -0
  349. package/resources/qbd/standard-terms.js.map +1 -0
  350. package/resources/qbd/standard-terms.mjs +39 -0
  351. package/resources/qbd/standard-terms.mjs.map +1 -0
  352. package/resources/qbd/subtotal-items.d.ts +323 -0
  353. package/resources/qbd/subtotal-items.d.ts.map +1 -0
  354. package/resources/qbd/subtotal-items.js +58 -0
  355. package/resources/qbd/subtotal-items.js.map +1 -0
  356. package/resources/qbd/subtotal-items.mjs +53 -0
  357. package/resources/qbd/subtotal-items.mjs.map +1 -0
  358. package/resources/qbd/transfers.d.ts +269 -0
  359. package/resources/qbd/transfers.d.ts.map +1 -0
  360. package/resources/qbd/transfers.js +58 -0
  361. package/resources/qbd/transfers.js.map +1 -0
  362. package/resources/qbd/transfers.mjs +53 -0
  363. package/resources/qbd/transfers.mjs.map +1 -0
  364. package/resources/qbd/vendor-credits.d.ts +2298 -0
  365. package/resources/qbd/vendor-credits.d.ts.map +1 -0
  366. package/resources/qbd/vendor-credits.js +69 -0
  367. package/resources/qbd/vendor-credits.js.map +1 -0
  368. package/resources/qbd/vendor-credits.mjs +64 -0
  369. package/resources/qbd/vendor-credits.mjs.map +1 -0
  370. package/resources/qbd/vendors.d.ts +1677 -0
  371. package/resources/qbd/vendors.d.ts.map +1 -0
  372. package/resources/qbd/vendors.js +58 -0
  373. package/resources/qbd/vendors.js.map +1 -0
  374. package/resources/qbd/vendors.mjs +53 -0
  375. package/resources/qbd/vendors.mjs.map +1 -0
  376. package/shims/node.d.ts +30 -0
  377. package/shims/node.d.ts.map +1 -0
  378. package/shims/node.js +31 -0
  379. package/shims/node.js.map +1 -0
  380. package/shims/node.mjs +5 -0
  381. package/shims/node.mjs.map +1 -0
  382. package/shims/web.d.ts +26 -0
  383. package/shims/web.d.ts.map +1 -0
  384. package/shims/web.js +31 -0
  385. package/shims/web.js.map +1 -0
  386. package/shims/web.mjs +5 -0
  387. package/shims/web.mjs.map +1 -0
  388. package/src/_shims/MultipartBody.ts +9 -0
  389. package/src/_shims/README.md +46 -0
  390. package/src/_shims/auto/runtime-bun.ts +4 -0
  391. package/src/_shims/auto/runtime-node.ts +4 -0
  392. package/src/_shims/auto/runtime.ts +4 -0
  393. package/src/_shims/auto/types-node.ts +4 -0
  394. package/src/_shims/auto/types.d.ts +101 -0
  395. package/src/_shims/auto/types.js +3 -0
  396. package/src/_shims/auto/types.mjs +3 -0
  397. package/src/_shims/bun-runtime.ts +14 -0
  398. package/src/_shims/index.d.ts +81 -0
  399. package/src/_shims/index.js +13 -0
  400. package/src/_shims/index.mjs +7 -0
  401. package/src/_shims/manual-types.d.ts +12 -0
  402. package/src/_shims/manual-types.js +3 -0
  403. package/src/_shims/manual-types.mjs +3 -0
  404. package/src/_shims/node-runtime.ts +81 -0
  405. package/src/_shims/node-types.d.ts +42 -0
  406. package/src/_shims/node-types.js +3 -0
  407. package/src/_shims/node-types.mjs +3 -0
  408. package/src/_shims/registry.ts +67 -0
  409. package/src/_shims/web-runtime.ts +103 -0
  410. package/src/_shims/web-types.d.ts +83 -0
  411. package/src/_shims/web-types.js +3 -0
  412. package/src/_shims/web-types.mjs +3 -0
  413. package/src/core.ts +1208 -0
  414. package/src/error.ts +130 -0
  415. package/src/index.ts +227 -0
  416. package/src/internal/qs/LICENSE.md +13 -0
  417. package/src/internal/qs/README.md +3 -0
  418. package/src/internal/qs/formats.ts +9 -0
  419. package/src/internal/qs/index.ts +13 -0
  420. package/src/internal/qs/stringify.ts +388 -0
  421. package/src/internal/qs/types.ts +71 -0
  422. package/src/internal/qs/utils.ts +265 -0
  423. package/src/lib/.keep +4 -0
  424. package/src/pagination.ts +60 -0
  425. package/src/resource.ts +11 -0
  426. package/src/resources/auth-sessions.ts +99 -0
  427. package/src/resources/end-users.ts +216 -0
  428. package/src/resources/index.ts +14 -0
  429. package/src/resources/qbd/accounts.ts +797 -0
  430. package/src/resources/qbd/bill-check-payments.ts +1086 -0
  431. package/src/resources/qbd/bill-credit-card-payments.ts +851 -0
  432. package/src/resources/qbd/bills.ts +3039 -0
  433. package/src/resources/qbd/checks.ts +3003 -0
  434. package/src/resources/qbd/classes.ts +366 -0
  435. package/src/resources/qbd/credit-card-charges.ts +2646 -0
  436. package/src/resources/qbd/credit-card-credits.ts +2643 -0
  437. package/src/resources/qbd/credit-memos.ts +3157 -0
  438. package/src/resources/qbd/customers.ts +2518 -0
  439. package/src/resources/qbd/date-driven-terms.ts +314 -0
  440. package/src/resources/qbd/discount-items.ts +712 -0
  441. package/src/resources/qbd/employees.ts +2266 -0
  442. package/src/resources/qbd/estimates.ts +2975 -0
  443. package/src/resources/qbd/index.ts +346 -0
  444. package/src/resources/qbd/inventory-adjustments.ts +1008 -0
  445. package/src/resources/qbd/inventory-assembly-items.ts +1126 -0
  446. package/src/resources/qbd/inventory-items.ts +1026 -0
  447. package/src/resources/qbd/inventory-sites.ts +605 -0
  448. package/src/resources/qbd/invoices.ts +3398 -0
  449. package/src/resources/qbd/journal-entries.ts +1051 -0
  450. package/src/resources/qbd/non-inventory-items.ts +1138 -0
  451. package/src/resources/qbd/payroll-wage-items.ts +304 -0
  452. package/src/resources/qbd/purchase-orders.ts +3045 -0
  453. package/src/resources/qbd/qbd.ts +876 -0
  454. package/src/resources/qbd/receive-payments.ts +1609 -0
  455. package/src/resources/qbd/sales-orders.ts +3141 -0
  456. package/src/resources/qbd/sales-receipts.ts +3977 -0
  457. package/src/resources/qbd/sales-representatives.ts +340 -0
  458. package/src/resources/qbd/sales-tax-codes.ts +398 -0
  459. package/src/resources/qbd/sales-tax-items.ts +583 -0
  460. package/src/resources/qbd/service-items.ts +1105 -0
  461. package/src/resources/qbd/standard-terms.ts +295 -0
  462. package/src/resources/qbd/subtotal-items.ts +430 -0
  463. package/src/resources/qbd/transfers.ts +359 -0
  464. package/src/resources/qbd/vendor-credits.ts +2742 -0
  465. package/src/resources/qbd/vendors.ts +2017 -0
  466. package/src/shims/node.ts +50 -0
  467. package/src/shims/web.ts +50 -0
  468. package/src/tsconfig.json +11 -0
  469. package/src/uploads.ts +255 -0
  470. package/src/version.ts +1 -0
  471. package/uploads.d.ts +75 -0
  472. package/uploads.d.ts.map +1 -0
  473. package/uploads.js +171 -0
  474. package/uploads.js.map +1 -0
  475. package/uploads.mjs +158 -0
  476. package/uploads.mjs.map +1 -0
  477. package/version.d.ts +2 -0
  478. package/version.d.ts.map +1 -0
  479. package/version.js +5 -0
  480. package/version.js.map +1 -0
  481. package/version.mjs +2 -0
  482. package/version.mjs.map +1 -0
  483. package/dist/package.json +0 -48
  484. package/dist/src/Client.d.ts +0 -21
  485. package/dist/src/Client.js +0 -54
  486. package/dist/src/index.d.ts +0 -11
  487. package/dist/src/index.js +0 -59
  488. package/dist/src/integrations/BaseIntegration.d.ts +0 -9
  489. package/dist/src/integrations/BaseIntegration.js +0 -14
  490. package/dist/src/integrations/qbd/QbdIntegration.d.ts +0 -3120
  491. package/dist/src/integrations/qbd/QbdIntegration.js +0 -3147
  492. package/dist/src/integrations/qbd/qbdTypes.d.ts +0 -14076
  493. package/dist/src/integrations/qbd/qbdTypes.js +0 -2
  494. package/dist/src/interceptors/errorHandling.d.ts +0 -2
  495. package/dist/src/interceptors/errorHandling.js +0 -53
  496. package/dist/src/interceptors/logging.d.ts +0 -18
  497. package/dist/src/interceptors/logging.js +0 -70
  498. package/dist/src/resources/AuthSessionsResource.d.ts +0 -77
  499. package/dist/src/resources/AuthSessionsResource.js +0 -26
  500. package/dist/src/resources/BaseResource.d.ts +0 -6
  501. package/dist/src/resources/BaseResource.js +0 -9
  502. package/dist/src/resources/EndUsersResource.d.ts +0 -84
  503. package/dist/src/resources/EndUsersResource.js +0 -57
  504. package/dist/src/resources/types.d.ts +0 -40
  505. package/dist/src/utils/checkForUpdates.d.ts +0 -2
  506. package/dist/src/utils/checkForUpdates.js +0 -65
  507. package/dist/src/utils/env.d.ts +0 -1
  508. package/dist/src/utils/env.js +0 -15
  509. package/dist/src/utils/error.d.ts +0 -184
  510. package/dist/src/utils/error.js +0 -254
@@ -0,0 +1,579 @@
1
+ import { APIResource } from "../../resource.js";
2
+ import * as Core from "../../core.js";
3
+ export declare class Accounts extends APIResource {
4
+ /**
5
+ * Creates a new financial account.
6
+ */
7
+ create(params: AccountCreateParams, options?: Core.RequestOptions): Core.APIPromise<Account>;
8
+ /**
9
+ * Retrieves an account by ID.
10
+ */
11
+ retrieve(id: string, params: AccountRetrieveParams, options?: Core.RequestOptions): Core.APIPromise<Account>;
12
+ /**
13
+ * Updates an existing financial account.
14
+ */
15
+ update(id: string, params: AccountUpdateParams, options?: Core.RequestOptions): Core.APIPromise<Account>;
16
+ /**
17
+ * Returns a list of accounts. NOTE: QuickBooks Desktop does not support pagination
18
+ * for accounts; hence, there is no `cursor` parameter. Users typically have few
19
+ * accounts.
20
+ */
21
+ list(params: AccountListParams, options?: Core.RequestOptions): Core.APIPromise<AccountListResponse>;
22
+ }
23
+ export interface Account {
24
+ /**
25
+ * The unique identifier assigned by QuickBooks to this account. This ID is unique
26
+ * across all accounts but not across different QuickBooks object types.
27
+ */
28
+ id: string;
29
+ /**
30
+ * The account's account number, which appears in the QuickBooks chart of accounts,
31
+ * reports, and graphs.
32
+ *
33
+ * Note that if the "Use Account Numbers" preference is turned off in QuickBooks,
34
+ * the account number may not be visible in the user interface, but it can still be
35
+ * set and retrieved through the API.
36
+ */
37
+ accountNumber: string | null;
38
+ /**
39
+ * The classification of this account, indicating its purpose within the chart of
40
+ * accounts.
41
+ *
42
+ * **NOTE**: You cannot create an account of type `non_posting` through the API
43
+ * because QuickBooks creates these accounts behind the scenes.
44
+ */
45
+ accountType: 'accounts_payable' | 'accounts_receivable' | 'bank' | 'cost_of_goods_sold' | 'credit_card' | 'equity' | 'expense' | 'fixed_asset' | 'income' | 'long_term_liability' | 'non_posting' | 'other_asset' | 'other_current_asset' | 'other_current_liability' | 'other_expense' | 'other_income';
46
+ /**
47
+ * The current balance of this account only, excluding balances from any
48
+ * subordinate accounts, represented as a decimal string. Compare with
49
+ * `totalBalance`. Note that income accounts and balance sheet accounts may not
50
+ * have balances.
51
+ */
52
+ balance: string | null;
53
+ /**
54
+ * The bank account number or identifying note for this account. Access to this
55
+ * field may be restricted based on permissions.
56
+ */
57
+ bankAccountNumber: string | null;
58
+ /**
59
+ * Indicates how this account is classified for cash flow reporting. If `none`, the
60
+ * account has not been classified. If `not_applicable`, the account does not
61
+ * qualify to be classified (e.g., a bank account tracking cash transactions is not
62
+ * part of a cash flow report).
63
+ */
64
+ cashFlowClassification: 'financing' | 'investing' | 'none' | 'not_applicable' | 'operating' | null;
65
+ /**
66
+ * The date and time when this account was created, in ISO 8601 format
67
+ * (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user's time zone
68
+ * in QuickBooks.
69
+ */
70
+ createdAt: string;
71
+ /**
72
+ * The account's currency. For built-in currencies, the name and code are standard
73
+ * international values. For user-defined currencies, all values are editable.
74
+ */
75
+ currency: Account.Currency | null;
76
+ /**
77
+ * The custom fields for the account object, added as user-defined data extensions,
78
+ * not included in the standard QuickBooks object.
79
+ */
80
+ customFields: Array<Account.CustomField>;
81
+ /**
82
+ * A description of this account.
83
+ */
84
+ description: string | null;
85
+ /**
86
+ * The case-insensitive fully-qualified unique name of this account, formed by
87
+ * combining the names of its hierarchical parent objects with its own `name`,
88
+ * separated by colons. For example, if an account is under "Corporate" and has the
89
+ * `name` "Accounts-Payable", its `fullName` would be "Corporate:Accounts-Payable".
90
+ *
91
+ * **NOTE**: Unlike `name`, `fullName` is guaranteed to be unique across all
92
+ * account objects. However, `fullName` can still be arbitrarily changed by the
93
+ * QuickBooks user when they modify the underlying `name` field.
94
+ */
95
+ fullName: string;
96
+ /**
97
+ * Indicates whether this account is active. Inactive objects are typically hidden
98
+ * from views and reports in QuickBooks. Defaults to `true`.
99
+ */
100
+ isActive: boolean;
101
+ /**
102
+ * Indicates whether this account is used for tracking taxes.
103
+ */
104
+ isTaxAccount: boolean | null;
105
+ /**
106
+ * The case-insensitive name of this account. Not guaranteed to be unique because
107
+ * it does not include the names of its hierarchical parent objects like `fullName`
108
+ * does. For example, two accounts could both have the `name` "Accounts-Payable",
109
+ * but they could have unique `fullName` values, such as
110
+ * "Corporate:Accounts-Payable" and "Finance:Accounts-Payable".
111
+ */
112
+ name: string;
113
+ /**
114
+ * The type of object. This value is always `"qbd_account"`.
115
+ */
116
+ objectType: 'qbd_account';
117
+ /**
118
+ * The parent account one level above this one in the hierarchy. For example, if
119
+ * this account has a `fullName` of "Corporate:Accounts-Payable", its parent has a
120
+ * `fullName` of "Corporate". If this account is at the top level, this field will
121
+ * be `null`.
122
+ */
123
+ parent: Account.Parent | null;
124
+ /**
125
+ * The current QuickBooks-assigned revision number of this account object, which
126
+ * changes each time the object is modified. When updating this object, you must
127
+ * provide the most recent `revisionNumber` to ensure you're working with the
128
+ * latest data; otherwise, the update will return an error.
129
+ */
130
+ revisionNumber: string;
131
+ /**
132
+ * The default sales-tax code for transactions with this account, determining
133
+ * whether the transactions are taxable or non-taxable. This can be overridden at
134
+ * the transaction or transaction-line level.
135
+ *
136
+ * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
137
+ * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
138
+ * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
139
+ * non-taxable code to all sales.
140
+ */
141
+ salesTaxCode: Account.SalesTaxCode | null;
142
+ /**
143
+ * Indicates if this account is a special account automatically created by
144
+ * QuickBooks for specific purposes.
145
+ */
146
+ specialAccountType: 'accounts_payable' | 'accounts_receivable' | 'condense_item_adjustment_expenses' | 'cost_of_goods_sold' | 'direct_deposit_liabilities' | 'estimates' | 'exchange_gain_loss' | 'inventory_assets' | 'item_receipt_account' | 'opening_balance_equity' | 'payroll_expenses' | 'payroll_liabilities' | 'petty_cash' | 'purchase_orders' | 'reconciliation_differences' | 'retained_earnings' | 'sales_orders' | 'sales_tax_payable' | 'uncategorized_expenses' | 'uncategorized_income' | 'undeposited_funds' | null;
147
+ /**
148
+ * The depth level of this account in the hierarchy. A top-level account has a
149
+ * `sublevel` of 0; each subsequent sublevel increases this number by 1. For
150
+ * example, an account with a `fullName` of "Corporate:Accounts-Payable" would have
151
+ * a `sublevel` of 1.
152
+ */
153
+ sublevel: number;
154
+ /**
155
+ * The account's tax line details, used for tax reporting purposes.
156
+ */
157
+ taxLineDetails: Account.TaxLineDetails | null;
158
+ /**
159
+ * The combined balance of this account and all its sub-accounts, represented as a
160
+ * decimal string. For example, the `totalBalance` for XYZ Bank would be the total
161
+ * of the balances of all its sub-accounts (checking, savings, and so on). If XYZ
162
+ * Bank did not have any sub-accounts, `totalBalance` and `balance` would be the
163
+ * same.
164
+ */
165
+ totalBalance: string | null;
166
+ /**
167
+ * The date and time when this account was last updated, in ISO 8601 format
168
+ * (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user's time zone
169
+ * in QuickBooks.
170
+ */
171
+ updatedAt: string;
172
+ }
173
+ export declare namespace Account {
174
+ /**
175
+ * The account's currency. For built-in currencies, the name and code are standard
176
+ * international values. For user-defined currencies, all values are editable.
177
+ */
178
+ interface Currency {
179
+ /**
180
+ * The unique identifier assigned by QuickBooks to this object. This ID is unique
181
+ * across all objects of the same type, but not across different QuickBooks object
182
+ * types.
183
+ */
184
+ id: string | null;
185
+ /**
186
+ * The fully-qualified unique name for this object, formed by combining the names
187
+ * of its parent objects with its own `name`, separated by colons. Not
188
+ * case-sensitive.
189
+ */
190
+ fullName: string | null;
191
+ }
192
+ interface CustomField {
193
+ /**
194
+ * The name of the custom field, unique for the specified `ownerId`. For public
195
+ * custom fields, this name is visible as a label in the QuickBooks UI.
196
+ */
197
+ name: string;
198
+ /**
199
+ * The identifier of the owner of the custom field, which QuickBooks internally
200
+ * calls a "data extension". For public custom fields visible in the UI, such as
201
+ * those added by the QuickBooks user, this is always "0". For private custom
202
+ * fields that are only visible to the application that created them, this is a
203
+ * valid GUID identifying the owning application. Internally, Conductor always
204
+ * fetches all public custom fields (those with an `ownerId` of "0") for all
205
+ * objects.
206
+ */
207
+ ownerId: string;
208
+ /**
209
+ * The data type of this custom field.
210
+ */
211
+ type: 'amount_type' | 'date_time_type' | 'integer_type' | 'percent_type' | 'price_type' | 'quantity_type' | 'string_1024_type' | 'string_255_type';
212
+ /**
213
+ * The value of this custom field. The maximum length depends on the field's data
214
+ * type.
215
+ */
216
+ value: string;
217
+ }
218
+ /**
219
+ * The parent account one level above this one in the hierarchy. For example, if
220
+ * this account has a `fullName` of "Corporate:Accounts-Payable", its parent has a
221
+ * `fullName` of "Corporate". If this account is at the top level, this field will
222
+ * be `null`.
223
+ */
224
+ interface Parent {
225
+ /**
226
+ * The unique identifier assigned by QuickBooks to this object. This ID is unique
227
+ * across all objects of the same type, but not across different QuickBooks object
228
+ * types.
229
+ */
230
+ id: string | null;
231
+ /**
232
+ * The fully-qualified unique name for this object, formed by combining the names
233
+ * of its parent objects with its own `name`, separated by colons. Not
234
+ * case-sensitive.
235
+ */
236
+ fullName: string | null;
237
+ }
238
+ /**
239
+ * The default sales-tax code for transactions with this account, determining
240
+ * whether the transactions are taxable or non-taxable. This can be overridden at
241
+ * the transaction or transaction-line level.
242
+ *
243
+ * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
244
+ * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
245
+ * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
246
+ * non-taxable code to all sales.
247
+ */
248
+ interface SalesTaxCode {
249
+ /**
250
+ * The unique identifier assigned by QuickBooks to this object. This ID is unique
251
+ * across all objects of the same type, but not across different QuickBooks object
252
+ * types.
253
+ */
254
+ id: string | null;
255
+ /**
256
+ * The fully-qualified unique name for this object, formed by combining the names
257
+ * of its parent objects with its own `name`, separated by colons. Not
258
+ * case-sensitive.
259
+ */
260
+ fullName: string | null;
261
+ }
262
+ /**
263
+ * The account's tax line details, used for tax reporting purposes.
264
+ */
265
+ interface TaxLineDetails {
266
+ /**
267
+ * The identifier of the tax line associated with this account.
268
+ */
269
+ taxLineId: number;
270
+ /**
271
+ * The name of the tax line associated with this account, as it appears on the tax
272
+ * form.
273
+ */
274
+ taxLineName: string | null;
275
+ }
276
+ }
277
+ export interface AccountListResponse {
278
+ /**
279
+ * The array of accounts.
280
+ */
281
+ data: Array<Account>;
282
+ /**
283
+ * The type of object. This value is always `"list"`.
284
+ */
285
+ objectType: 'list';
286
+ /**
287
+ * The endpoint URL where this list can be accessed.
288
+ */
289
+ url: string;
290
+ }
291
+ export interface AccountCreateParams {
292
+ /**
293
+ * Body param: The classification of this account, indicating its purpose within
294
+ * the chart of accounts.
295
+ *
296
+ * **NOTE**: You cannot create an account of type `non_posting` through the API
297
+ * because QuickBooks creates these accounts behind the scenes.
298
+ */
299
+ accountType: 'accounts_payable' | 'accounts_receivable' | 'bank' | 'cost_of_goods_sold' | 'credit_card' | 'equity' | 'expense' | 'fixed_asset' | 'income' | 'long_term_liability' | 'non_posting' | 'other_asset' | 'other_current_asset' | 'other_current_liability' | 'other_expense' | 'other_income';
300
+ /**
301
+ * Body param: The case-insensitive name of this account. Not guaranteed to be
302
+ * unique because it does not include the names of its hierarchical parent objects
303
+ * like `fullName` does. For example, two accounts could both have the `name`
304
+ * "Accounts-Payable", but they could have unique `fullName` values, such as
305
+ * "Corporate:Accounts-Payable" and "Finance:Accounts-Payable".
306
+ *
307
+ * Maximum length: 31 characters.
308
+ */
309
+ name: string;
310
+ /**
311
+ * Header param: The ID of the EndUser to receive this request (e.g.,
312
+ * `"Conductor-End-User-Id: {{END_USER_ID}}"`).
313
+ */
314
+ conductorEndUserId: string;
315
+ /**
316
+ * Body param: The account's account number, which appears in the QuickBooks chart
317
+ * of accounts, reports, and graphs.
318
+ *
319
+ * Note that if the "Use Account Numbers" preference is turned off in QuickBooks,
320
+ * the account number may not be visible in the user interface, but it can still be
321
+ * set and retrieved through the API.
322
+ */
323
+ accountNumber?: string;
324
+ /**
325
+ * Body param: The bank account number or identifying note for this account. Access
326
+ * to this field may be restricted based on permissions.
327
+ */
328
+ bankAccountNumber?: string;
329
+ /**
330
+ * Body param: The account's currency. For built-in currencies, the name and code
331
+ * are standard international values. For user-defined currencies, all values are
332
+ * editable.
333
+ */
334
+ currencyId?: string;
335
+ /**
336
+ * Body param: A description of this account.
337
+ */
338
+ description?: string;
339
+ /**
340
+ * Body param: Indicates whether this account is active. Inactive objects are
341
+ * typically hidden from views and reports in QuickBooks. Defaults to `true`.
342
+ */
343
+ isActive?: boolean;
344
+ /**
345
+ * Body param: The amount of money in, or the value of, this account as of
346
+ * `openingBalanceDate`. On a bank statement, this would be the amount of money in
347
+ * the account at the beginning of the statement period.
348
+ */
349
+ openingBalance?: string;
350
+ /**
351
+ * Body param: The date of the opening balance of this account, in ISO 8601 format
352
+ * (YYYY-MM-DD).
353
+ */
354
+ openingBalanceDate?: string;
355
+ /**
356
+ * Body param: The parent account one level above this one in the hierarchy. For
357
+ * example, if this account has a `fullName` of "Corporate:Accounts-Payable", its
358
+ * parent has a `fullName` of "Corporate". If this account is at the top level,
359
+ * this field will be `null`.
360
+ */
361
+ parentId?: string;
362
+ /**
363
+ * Body param: The default sales-tax code for transactions with this account,
364
+ * determining whether the transactions are taxable or non-taxable. This can be
365
+ * overridden at the transaction or transaction-line level.
366
+ *
367
+ * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
368
+ * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
369
+ * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
370
+ * non-taxable code to all sales.
371
+ */
372
+ salesTaxCodeId?: string;
373
+ /**
374
+ * Body param: The identifier of the tax line associated with this account.
375
+ */
376
+ taxLineId?: number;
377
+ }
378
+ export interface AccountRetrieveParams {
379
+ /**
380
+ * The ID of the EndUser to receive this request (e.g.,
381
+ * `"Conductor-End-User-Id: {{END_USER_ID}}"`).
382
+ */
383
+ conductorEndUserId: string;
384
+ }
385
+ export interface AccountUpdateParams {
386
+ /**
387
+ * Body param: The current QuickBooks-assigned revision number of the account
388
+ * object you are updating, which you can get by fetching the object first. Provide
389
+ * the most recent `revisionNumber` to ensure you're working with the latest data;
390
+ * otherwise, the update will return an error.
391
+ */
392
+ revisionNumber: string;
393
+ /**
394
+ * Header param: The ID of the EndUser to receive this request (e.g.,
395
+ * `"Conductor-End-User-Id: {{END_USER_ID}}"`).
396
+ */
397
+ conductorEndUserId: string;
398
+ /**
399
+ * Body param: The account's account number, which appears in the QuickBooks chart
400
+ * of accounts, reports, and graphs.
401
+ *
402
+ * Note that if the "Use Account Numbers" preference is turned off in QuickBooks,
403
+ * the account number may not be visible in the user interface, but it can still be
404
+ * set and retrieved through the API.
405
+ */
406
+ accountNumber?: string;
407
+ /**
408
+ * Body param: The classification of this account, indicating its purpose within
409
+ * the chart of accounts.
410
+ *
411
+ * **NOTE**: You cannot create an account of type `non_posting` through the API
412
+ * because QuickBooks creates these accounts behind the scenes.
413
+ */
414
+ accountType?: 'accounts_payable' | 'accounts_receivable' | 'bank' | 'cost_of_goods_sold' | 'credit_card' | 'equity' | 'expense' | 'fixed_asset' | 'income' | 'long_term_liability' | 'non_posting' | 'other_asset' | 'other_current_asset' | 'other_current_liability' | 'other_expense' | 'other_income';
415
+ /**
416
+ * Body param: The bank account number or identifying note for this account. Access
417
+ * to this field may be restricted based on permissions.
418
+ */
419
+ bankAccountNumber?: string;
420
+ /**
421
+ * Body param: The account's currency. For built-in currencies, the name and code
422
+ * are standard international values. For user-defined currencies, all values are
423
+ * editable.
424
+ */
425
+ currencyId?: string;
426
+ /**
427
+ * Body param: A description of this account.
428
+ */
429
+ description?: string;
430
+ /**
431
+ * Body param: Indicates whether this account is active. Inactive objects are
432
+ * typically hidden from views and reports in QuickBooks. Defaults to `true`.
433
+ */
434
+ isActive?: boolean;
435
+ /**
436
+ * Body param: The case-insensitive name of this account. Not guaranteed to be
437
+ * unique because it does not include the names of its hierarchical parent objects
438
+ * like `fullName` does. For example, two accounts could both have the `name`
439
+ * "Accounts-Payable", but they could have unique `fullName` values, such as
440
+ * "Corporate:Accounts-Payable" and "Finance:Accounts-Payable".
441
+ *
442
+ * Maximum length: 31 characters.
443
+ */
444
+ name?: string;
445
+ /**
446
+ * Body param: The amount of money in, or the value of, this account as of
447
+ * `openingBalanceDate`. On a bank statement, this would be the amount of money in
448
+ * the account at the beginning of the statement period.
449
+ */
450
+ openingBalance?: string;
451
+ /**
452
+ * Body param: The date of the opening balance of this account, in ISO 8601 format
453
+ * (YYYY-MM-DD).
454
+ */
455
+ openingBalanceDate?: string;
456
+ /**
457
+ * Body param: The parent account one level above this one in the hierarchy. For
458
+ * example, if this account has a `fullName` of "Corporate:Accounts-Payable", its
459
+ * parent has a `fullName` of "Corporate". If this account is at the top level,
460
+ * this field will be `null`.
461
+ */
462
+ parentId?: string;
463
+ /**
464
+ * Body param: The default sales-tax code for transactions with this account,
465
+ * determining whether the transactions are taxable or non-taxable. This can be
466
+ * overridden at the transaction or transaction-line level.
467
+ *
468
+ * Default codes include "Non" (non-taxable) and "Tax" (taxable), but custom codes
469
+ * can also be created in QuickBooks. If QuickBooks is not set up to charge sales
470
+ * tax (via the "Do You Charge Sales Tax?" preference), it will assign the default
471
+ * non-taxable code to all sales.
472
+ */
473
+ salesTaxCodeId?: string;
474
+ /**
475
+ * Body param: The identifier of the tax line associated with this account.
476
+ */
477
+ taxLineId?: number;
478
+ }
479
+ export interface AccountListParams {
480
+ /**
481
+ * Header param: The ID of the EndUser to receive this request (e.g.,
482
+ * `"Conductor-End-User-Id: {{END_USER_ID}}"`).
483
+ */
484
+ conductorEndUserId: string;
485
+ /**
486
+ * Query param: Filter for accounts of this type.
487
+ */
488
+ accountType?: 'accounts_payable' | 'accounts_receivable' | 'bank' | 'cost_of_goods_sold' | 'credit_card' | 'equity' | 'expense' | 'fixed_asset' | 'income' | 'long_term_liability' | 'non_posting' | 'other_asset' | 'other_current_asset' | 'other_current_liability' | 'other_expense' | 'other_income';
489
+ /**
490
+ * Query param: Filter for accounts in these currencies.
491
+ */
492
+ currencyIds?: Array<string>;
493
+ /**
494
+ * Query param: Filter for specific accounts by their full-name(s),
495
+ * case-insensitive. Like `id`, `fullName` is a unique identifier for an account,
496
+ * formed by by combining the names of its parent objects with its own `name`,
497
+ * separated by colons. For example, if an account is under "Corporate" and has the
498
+ * `name` "Accounts-Payable", its `fullName` would be "Corporate:Accounts-Payable".
499
+ *
500
+ * **IMPORTANT**: If you include this parameter, QuickBooks will ignore all other
501
+ * query parameters for this request.
502
+ *
503
+ * **NOTE**: If any of the values you specify in this parameter are not found, the
504
+ * request will return an error.
505
+ */
506
+ fullNames?: Array<string>;
507
+ /**
508
+ * Query param: Filter for specific accounts by their QuickBooks-assigned unique
509
+ * identifier(s).
510
+ *
511
+ * **IMPORTANT**: If you include this parameter, QuickBooks will ignore all other
512
+ * query parameters for this request.
513
+ *
514
+ * **NOTE**: If any of the values you specify in this parameter are not found, the
515
+ * request will return an error.
516
+ */
517
+ ids?: Array<string>;
518
+ /**
519
+ * Query param: The maximum number of objects to return.
520
+ *
521
+ * **IMPORTANT**: QuickBooks Desktop does not support cursor-based pagination for
522
+ * accounts. This parameter will limit the response size, but you cannot fetch
523
+ * subsequent results using a cursor. For pagination, use the name-range parameters
524
+ * instead (e.g., `nameFrom=A&nameTo=B`).
525
+ *
526
+ * When this parameter is omitted, the endpoint returns all accounts without limit,
527
+ * unlike paginated endpoints which default to 150 records. This is acceptable
528
+ * because accounts typically have low record counts.
529
+ */
530
+ limit?: number;
531
+ /**
532
+ * Query param: Filter for accounts whose `name` contains this substring,
533
+ * case-insensitive. NOTE: If you use this parameter, you cannot also use
534
+ * `nameStartsWith` or `nameEndsWith`.
535
+ */
536
+ nameContains?: string;
537
+ /**
538
+ * Query param: Filter for accounts whose `name` ends with this substring,
539
+ * case-insensitive. NOTE: If you use this parameter, you cannot also use
540
+ * `nameContains` or `nameStartsWith`.
541
+ */
542
+ nameEndsWith?: string;
543
+ /**
544
+ * Query param: Filter for accounts whose `name` is alphabetically greater than or
545
+ * equal to this value.
546
+ */
547
+ nameFrom?: string;
548
+ /**
549
+ * Query param: Filter for accounts whose `name` starts with this substring,
550
+ * case-insensitive. NOTE: If you use this parameter, you cannot also use
551
+ * `nameContains` or `nameEndsWith`.
552
+ */
553
+ nameStartsWith?: string;
554
+ /**
555
+ * Query param: Filter for accounts whose `name` is alphabetically less than or
556
+ * equal to this value.
557
+ */
558
+ nameTo?: string;
559
+ /**
560
+ * Query param: Filter for accounts that are active, inactive, or both.
561
+ */
562
+ status?: 'active' | 'all' | 'inactive';
563
+ /**
564
+ * Query param: Filter for accounts updated on or after this date and time, in ISO
565
+ * 8601 format (YYYY-MM-DDTHH:mm:ss). If you only provide a date (YYYY-MM-DD), the
566
+ * time is assumed to be 00:00:00 of that day.
567
+ */
568
+ updatedAfter?: string;
569
+ /**
570
+ * Query param: Filter for accounts updated on or before this date and time, in ISO
571
+ * 8601 format (YYYY-MM-DDTHH:mm:ss). If you only provide a date (YYYY-MM-DD), the
572
+ * time is assumed to be 23:59:59 of that day.
573
+ */
574
+ updatedBefore?: string;
575
+ }
576
+ export declare namespace Accounts {
577
+ export { type Account as Account, type AccountListResponse as AccountListResponse, type AccountCreateParams as AccountCreateParams, type AccountRetrieveParams as AccountRetrieveParams, type AccountUpdateParams as AccountUpdateParams, type AccountListParams as AccountListParams, };
578
+ }
579
+ //# sourceMappingURL=accounts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accounts.d.ts","sourceRoot":"","sources":["../../src/resources/qbd/accounts.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AAEnC,qBAAa,QAAS,SAAQ,WAAW;IACvC;;OAEG;IACH,MAAM,CAAC,MAAM,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC;IAS5F;;OAEG;IACH,QAAQ,CACN,EAAE,EAAE,MAAM,EACV,MAAM,EAAE,qBAAqB,EAC7B,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC;IAQ3B;;OAEG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC;IASxG;;;;OAIG;IACH,IAAI,CAAC,MAAM,EAAE,iBAAiB,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,mBAAmB,CAAC;CAQrG;AAED,MAAM,WAAW,OAAO;IACtB;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;;;;;OAOG;IACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAE7B;;;;;;OAMG;IACH,WAAW,EACP,kBAAkB,GAClB,qBAAqB,GACrB,MAAM,GACN,oBAAoB,GACpB,aAAa,GACb,QAAQ,GACR,SAAS,GACT,aAAa,GACb,QAAQ,GACR,qBAAqB,GACrB,aAAa,GACb,aAAa,GACb,qBAAqB,GACrB,yBAAyB,GACzB,eAAe,GACf,cAAc,CAAC;IAEnB;;;;;OAKG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvB;;;OAGG;IACH,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEjC;;;;;OAKG;IACH,sBAAsB,EAAE,WAAW,GAAG,WAAW,GAAG,MAAM,GAAG,gBAAgB,GAAG,WAAW,GAAG,IAAI,CAAC;IAEnG;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,QAAQ,EAAE,OAAO,CAAC,QAAQ,GAAG,IAAI,CAAC;IAElC;;;OAGG;IACH,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;IAEzC;;OAEG;IACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;;;;;;;;OASG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;OAGG;IACH,QAAQ,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,YAAY,EAAE,OAAO,GAAG,IAAI,CAAC;IAE7B;;;;;;OAMG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,UAAU,EAAE,aAAa,CAAC;IAE1B;;;;;OAKG;IACH,MAAM,EAAE,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;IAE9B;;;;;OAKG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;;;;;OASG;IACH,YAAY,EAAE,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC;IAE1C;;;OAGG;IACH,kBAAkB,EACd,kBAAkB,GAClB,qBAAqB,GACrB,mCAAmC,GACnC,oBAAoB,GACpB,4BAA4B,GAC5B,WAAW,GACX,oBAAoB,GACpB,kBAAkB,GAClB,sBAAsB,GACtB,wBAAwB,GACxB,kBAAkB,GAClB,qBAAqB,GACrB,YAAY,GACZ,iBAAiB,GACjB,4BAA4B,GAC5B,mBAAmB,GACnB,cAAc,GACd,mBAAmB,GACnB,wBAAwB,GACxB,sBAAsB,GACtB,mBAAmB,GACnB,IAAI,CAAC;IAET;;;;;OAKG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,cAAc,EAAE,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC;IAE9C;;;;;;OAMG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAE5B;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,yBAAiB,OAAO,CAAC;IACvB;;;OAGG;IACH,UAAiB,QAAQ;QACvB;;;;WAIG;QACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;QAElB;;;;WAIG;QACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;KACzB;IAED,UAAiB,WAAW;QAC1B;;;WAGG;QACH,IAAI,EAAE,MAAM,CAAC;QAEb;;;;;;;;WAQG;QACH,OAAO,EAAE,MAAM,CAAC;QAEhB;;WAEG;QACH,IAAI,EACA,aAAa,GACb,gBAAgB,GAChB,cAAc,GACd,cAAc,GACd,YAAY,GACZ,eAAe,GACf,kBAAkB,GAClB,iBAAiB,CAAC;QAEtB;;;WAGG;QACH,KAAK,EAAE,MAAM,CAAC;KACf;IAED;;;;;OAKG;IACH,UAAiB,MAAM;QACrB;;;;WAIG;QACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;QAElB;;;;WAIG;QACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;KACzB;IAED;;;;;;;;;OASG;IACH,UAAiB,YAAY;QAC3B;;;;WAIG;QACH,EAAE,EAAE,MAAM,GAAG,IAAI,CAAC;QAElB;;;;WAIG;QACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;KACzB;IAED;;OAEG;IACH,UAAiB,cAAc;QAC7B;;WAEG;QACH,SAAS,EAAE,MAAM,CAAC;QAElB;;;WAGG;QACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;KAC5B;CACF;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;IAErB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,mBAAmB;IAClC;;;;;;OAMG;IACH,WAAW,EACP,kBAAkB,GAClB,qBAAqB,GACrB,MAAM,GACN,oBAAoB,GACpB,aAAa,GACb,QAAQ,GACR,SAAS,GACT,aAAa,GACb,QAAQ,GACR,qBAAqB,GACrB,aAAa,GACb,aAAa,GACb,qBAAqB,GACrB,yBAAyB,GACzB,eAAe,GACf,cAAc,CAAC;IAEnB;;;;;;;;OAQG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;;;;;;OAOG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;;;;;;OASG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,qBAAqB;IACpC;;;OAGG;IACH,kBAAkB,EAAE,MAAM,CAAC;CAC5B;AAED,MAAM,WAAW,mBAAmB;IAClC;;;;;OAKG;IACH,cAAc,EAAE,MAAM,CAAC;IAEvB;;;OAGG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;;;;;;OAOG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;;;;;OAMG;IACH,WAAW,CAAC,EACR,kBAAkB,GAClB,qBAAqB,GACrB,MAAM,GACN,oBAAoB,GACpB,aAAa,GACb,QAAQ,GACR,SAAS,GACT,aAAa,GACb,QAAQ,GACR,qBAAqB,GACrB,aAAa,GACb,aAAa,GACb,qBAAqB,GACrB,yBAAyB,GACzB,eAAe,GACf,cAAc,CAAC;IAEnB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;;;;;;OAQG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;;;;;;OASG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,iBAAiB;IAChC;;;OAGG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,WAAW,CAAC,EACR,kBAAkB,GAClB,qBAAqB,GACrB,MAAM,GACN,oBAAoB,GACpB,aAAa,GACb,QAAQ,GACR,SAAS,GACT,aAAa,GACb,QAAQ,GACR,qBAAqB,GACrB,aAAa,GACb,aAAa,GACb,qBAAqB,GACrB,yBAAyB,GACzB,eAAe,GACf,cAAc,CAAC;IAEnB;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE5B;;;;;;;;;;;;OAYG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE1B;;;;;;;;;OASG;IACH,GAAG,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAEpB;;;;;;;;;;;OAWG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,MAAM,CAAC,EAAE,QAAQ,GAAG,KAAK,GAAG,UAAU,CAAC;IAEvC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,CAAC,OAAO,WAAW,QAAQ,CAAC;IAChC,OAAO,EACL,KAAK,OAAO,IAAI,OAAO,EACvB,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,iBAAiB,IAAI,iBAAiB,GAC5C,CAAC;CACH"}
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Accounts = void 0;
5
+ const resource_1 = require("../../resource.js");
6
+ class Accounts extends resource_1.APIResource {
7
+ /**
8
+ * Creates a new financial account.
9
+ */
10
+ create(params, options) {
11
+ const { conductorEndUserId, ...body } = params;
12
+ return this._client.post('/quickbooks-desktop/accounts', {
13
+ body,
14
+ ...options,
15
+ headers: { 'Conductor-End-User-Id': conductorEndUserId, ...options?.headers },
16
+ });
17
+ }
18
+ /**
19
+ * Retrieves an account by ID.
20
+ */
21
+ retrieve(id, params, options) {
22
+ const { conductorEndUserId } = params;
23
+ return this._client.get(`/quickbooks-desktop/accounts/${id}`, {
24
+ ...options,
25
+ headers: { 'Conductor-End-User-Id': conductorEndUserId, ...options?.headers },
26
+ });
27
+ }
28
+ /**
29
+ * Updates an existing financial account.
30
+ */
31
+ update(id, params, options) {
32
+ const { conductorEndUserId, ...body } = params;
33
+ return this._client.post(`/quickbooks-desktop/accounts/${id}`, {
34
+ body,
35
+ ...options,
36
+ headers: { 'Conductor-End-User-Id': conductorEndUserId, ...options?.headers },
37
+ });
38
+ }
39
+ /**
40
+ * Returns a list of accounts. NOTE: QuickBooks Desktop does not support pagination
41
+ * for accounts; hence, there is no `cursor` parameter. Users typically have few
42
+ * accounts.
43
+ */
44
+ list(params, options) {
45
+ const { conductorEndUserId, ...query } = params;
46
+ return this._client.get('/quickbooks-desktop/accounts', {
47
+ query,
48
+ ...options,
49
+ headers: { 'Conductor-End-User-Id': conductorEndUserId, ...options?.headers },
50
+ });
51
+ }
52
+ }
53
+ exports.Accounts = Accounts;
54
+ //# sourceMappingURL=accounts.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accounts.js","sourceRoot":"","sources":["../../src/resources/qbd/accounts.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAA6C;AAG7C,MAAa,QAAS,SAAQ,sBAAW;IACvC;;OAEG;IACH,MAAM,CAAC,MAA2B,EAAE,OAA6B;QAC/D,MAAM,EAAE,kBAAkB,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QAC/C,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,8BAA8B,EAAE;YACvD,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,GAAG,OAAO,EAAE,OAAO,EAAE;SAC9E,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,QAAQ,CACN,EAAU,EACV,MAA6B,EAC7B,OAA6B;QAE7B,MAAM,EAAE,kBAAkB,EAAE,GAAG,MAAM,CAAC;QACtC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,gCAAgC,EAAE,EAAE,EAAE;YAC5D,GAAG,OAAO;YACV,OAAO,EAAE,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,GAAG,OAAO,EAAE,OAAO,EAAE;SAC9E,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,EAAU,EAAE,MAA2B,EAAE,OAA6B;QAC3E,MAAM,EAAE,kBAAkB,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QAC/C,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,gCAAgC,EAAE,EAAE,EAAE;YAC7D,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,GAAG,OAAO,EAAE,OAAO,EAAE;SAC9E,CAAC,CAAC;IACL,CAAC;IAED;;;;OAIG;IACH,IAAI,CAAC,MAAyB,EAAE,OAA6B;QAC3D,MAAM,EAAE,kBAAkB,EAAE,GAAG,KAAK,EAAE,GAAG,MAAM,CAAC;QAChD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,8BAA8B,EAAE;YACtD,KAAK;YACL,GAAG,OAAO;YACV,OAAO,EAAE,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,GAAG,OAAO,EAAE,OAAO,EAAE;SAC9E,CAAC,CAAC;IACL,CAAC;CACF;AArDD,4BAqDC"}