conductor-node 11.10.1 → 12.0.0-beta.2

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 +54 -0
  2. package/LICENSE +201 -21
  3. package/README.md +336 -64
  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,641 @@
1
+ import { APIResource } from "../../resource.js";
2
+ import * as Core from "../../core.js";
3
+ import { CursorPage, type CursorPageParams } from "../../pagination.js";
4
+ export declare class BillCreditCardPayments extends APIResource {
5
+ /**
6
+ * Creates a new bill credit card payment.
7
+ */
8
+ create(params: BillCreditCardPaymentCreateParams, options?: Core.RequestOptions): Core.APIPromise<BillCreditCardPayment>;
9
+ /**
10
+ * Retrieves a bill credit card payment by ID.
11
+ */
12
+ retrieve(id: string, params: BillCreditCardPaymentRetrieveParams, options?: Core.RequestOptions): Core.APIPromise<BillCreditCardPayment>;
13
+ /**
14
+ * Returns a list of bill credit card payments. Use the `cursor` parameter to
15
+ * paginate through the results.
16
+ */
17
+ list(params: BillCreditCardPaymentListParams, options?: Core.RequestOptions): Core.PagePromise<BillCreditCardPaymentsCursorPage, BillCreditCardPayment>;
18
+ /**
19
+ * Permanently deletes a a bill credit card payment. The deletion will fail if the
20
+ * bill credit card payment is currently in use or has any linked transactions that
21
+ * are in use.
22
+ */
23
+ delete(id: string, params: BillCreditCardPaymentDeleteParams, options?: Core.RequestOptions): Core.APIPromise<BillCreditCardPaymentDeleteResponse>;
24
+ }
25
+ export declare class BillCreditCardPaymentsCursorPage extends CursorPage<BillCreditCardPayment> {
26
+ }
27
+ export interface BillCreditCardPayment {
28
+ /**
29
+ * The unique identifier assigned by QuickBooks to this bill credit card payment.
30
+ * This ID is unique across all transaction types.
31
+ */
32
+ id: string;
33
+ /**
34
+ * The monetary amount of this bill credit card payment, represented as a decimal
35
+ * string.
36
+ */
37
+ amount: string;
38
+ /**
39
+ * The monetary amount of this bill credit card payment converted to the home
40
+ * currency of the QuickBooks company file. Represented as a decimal string.
41
+ */
42
+ amountInHomeCurrency: string | null;
43
+ /**
44
+ * The bill(s) paid by this bill credit card payment.
45
+ */
46
+ appliedToTransactions: Array<BillCreditCardPayment.AppliedToTransaction>;
47
+ /**
48
+ * The date and time when this bill credit card payment was created, in ISO 8601
49
+ * format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user's time
50
+ * zone in QuickBooks.
51
+ */
52
+ createdAt: string;
53
+ /**
54
+ * The credit card account to which this bill credit card payment is being charged.
55
+ * This bill credit card payment will decrease the balance of this account.
56
+ */
57
+ creditCardAccount: BillCreditCardPayment.CreditCardAccount;
58
+ /**
59
+ * The bill credit card payment's currency. For built-in currencies, the name and
60
+ * code are standard international values. For user-defined currencies, all values
61
+ * are editable.
62
+ */
63
+ currency: BillCreditCardPayment.Currency | null;
64
+ /**
65
+ * The custom fields for the bill credit card payment object, added as user-defined
66
+ * data extensions, not included in the standard QuickBooks object.
67
+ */
68
+ customFields: Array<BillCreditCardPayment.CustomField>;
69
+ /**
70
+ * The market exchange rate between this bill credit card payment's currency and
71
+ * the home currency in QuickBooks at the time of this transaction. Represented as
72
+ * a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is the home
73
+ * currency).
74
+ */
75
+ exchangeRate: number | null;
76
+ /**
77
+ * A globally unique identifier (GUID) you, the developer, can provide for tracking
78
+ * this object in your external system. This field is immutable and can only be set
79
+ * during object creation.
80
+ */
81
+ externalId: string | null;
82
+ /**
83
+ * A memo or note for this bill credit card payment.
84
+ */
85
+ memo: string | null;
86
+ /**
87
+ * The type of object. This value is always `"qbd_bill_credit_card_payment"`.
88
+ */
89
+ objectType: 'qbd_bill_credit_card_payment';
90
+ /**
91
+ * The Accounts-Payable (A/P) account to which this bill credit card payment is
92
+ * assigned, used to track the amount owed. If not specified, QuickBooks Desktop
93
+ * will use its default A/P account.
94
+ *
95
+ * **IMPORTANT**: If this bill credit card payment is linked to other transactions,
96
+ * this A/P account must match the `payablesAccount` used in those other
97
+ * transactions.
98
+ */
99
+ payablesAccount: BillCreditCardPayment.PayablesAccount | null;
100
+ /**
101
+ * The case-sensitive user-defined reference number for this bill credit card
102
+ * payment, which can be used to identify the transaction in QuickBooks. This value
103
+ * is not required to be unique and can be arbitrarily changed by the QuickBooks
104
+ * user.
105
+ */
106
+ refNumber: string | null;
107
+ /**
108
+ * The current QuickBooks-assigned revision number of this bill credit card payment
109
+ * object, which changes each time the object is modified. When updating this
110
+ * object, you must provide the most recent `revisionNumber` to ensure you're
111
+ * working with the latest data; otherwise, the update will return an error.
112
+ */
113
+ revisionNumber: string;
114
+ /**
115
+ * The date of this bill credit card payment, in ISO 8601 format (YYYY-MM-DD).
116
+ */
117
+ transactionDate: string;
118
+ /**
119
+ * The date and time when this bill credit card payment was last updated, in ISO
120
+ * 8601 format (YYYY-MM-DDThh:mm:ss±hh:mm). The time zone is the same as the user's
121
+ * time zone in QuickBooks.
122
+ */
123
+ updatedAt: string;
124
+ /**
125
+ * The vendor who sent the bill(s) that this bill credit card payment is paying and
126
+ * who will receive this payment.
127
+ *
128
+ * **IMPORTANT**: This vendor must match the `vendor` on the bill(s) specified in
129
+ * `applyToTransactions`.
130
+ */
131
+ vendor: BillCreditCardPayment.Vendor | null;
132
+ }
133
+ export declare namespace BillCreditCardPayment {
134
+ interface AppliedToTransaction {
135
+ /**
136
+ * The monetary amount of this receivable transaction, represented as a decimal
137
+ * string.
138
+ */
139
+ amount: string | null;
140
+ /**
141
+ * The outstanding balance of this receivable transaction after applying any
142
+ * credits or payments. Represented as a decimal string.
143
+ */
144
+ balanceRemaining: string | null;
145
+ /**
146
+ * The financial account used to track this receivable transaction's discount.
147
+ */
148
+ discountAccount: AppliedToTransaction.DiscountAccount | null;
149
+ /**
150
+ * The monetary amount by which to reduce the receivable transaction's receivable
151
+ * amount, represented as a decimal string.
152
+ */
153
+ discountAmount: string | null;
154
+ /**
155
+ * The class used to track this receivable transaction's discount.
156
+ */
157
+ discountClass: AppliedToTransaction.DiscountClass | null;
158
+ /**
159
+ * The receivable transaction's linked transactions, such as payments applied,
160
+ * credits used, or associated purchase orders.
161
+ *
162
+ * **IMPORTANT**: You must specify the parameter `includeLinkedTransactions` when
163
+ * fetching a list of receivable transactions to receive this field because it is
164
+ * not returned by default.
165
+ */
166
+ linkedTransactions: Array<AppliedToTransaction.LinkedTransaction>;
167
+ /**
168
+ * The case-sensitive user-defined reference number for this receivable
169
+ * transaction, which can be used to identify the transaction in QuickBooks. This
170
+ * value is not required to be unique and can be arbitrarily changed by the
171
+ * QuickBooks user.
172
+ */
173
+ refNumber: string | null;
174
+ /**
175
+ * The date of this receivable transaction, in ISO 8601 format (YYYY-MM-DD).
176
+ */
177
+ transactionDate: string;
178
+ /**
179
+ * The ID of the receivable transaction to which this payment is applied.
180
+ */
181
+ transactionId: string;
182
+ /**
183
+ * The type of transaction for this receivable transaction.
184
+ */
185
+ transactionType: 'ar_refund_credit_card' | 'bill' | 'bill_payment_check' | 'bill_payment_credit_card' | 'build_assembly' | 'charge' | 'check' | 'credit_card_charge' | 'credit_card_credit' | 'credit_memo' | 'deposit' | 'estimate' | 'inventory_adjustment' | 'invoice' | 'item_receipt' | 'journal_entry' | 'liability_adjustment' | 'paycheck' | 'payroll_liability_check' | 'purchase_order' | 'receive_payment' | 'sales_order' | 'sales_receipt' | 'sales_tax_payment_check' | 'transfer' | 'vendor_credit' | 'ytd_adjustment';
186
+ }
187
+ namespace AppliedToTransaction {
188
+ /**
189
+ * The financial account used to track this receivable transaction's discount.
190
+ */
191
+ interface DiscountAccount {
192
+ /**
193
+ * The unique identifier assigned by QuickBooks to this object. This ID is unique
194
+ * across all objects of the same type, but not across different QuickBooks object
195
+ * types.
196
+ */
197
+ id: string | null;
198
+ /**
199
+ * The fully-qualified unique name for this object, formed by combining the names
200
+ * of its parent objects with its own `name`, separated by colons. Not
201
+ * case-sensitive.
202
+ */
203
+ fullName: string | null;
204
+ }
205
+ /**
206
+ * The class used to track this receivable transaction's discount.
207
+ */
208
+ interface DiscountClass {
209
+ /**
210
+ * The unique identifier assigned by QuickBooks to this object. This ID is unique
211
+ * across all objects of the same type, but not across different QuickBooks object
212
+ * types.
213
+ */
214
+ id: string | null;
215
+ /**
216
+ * The fully-qualified unique name for this object, formed by combining the names
217
+ * of its parent objects with its own `name`, separated by colons. Not
218
+ * case-sensitive.
219
+ */
220
+ fullName: string | null;
221
+ }
222
+ interface LinkedTransaction {
223
+ /**
224
+ * The unique identifier assigned by QuickBooks to this linked transaction. This ID
225
+ * is unique across all transaction types.
226
+ */
227
+ id: string;
228
+ /**
229
+ * The monetary amount of this linked transaction, represented as a decimal string.
230
+ */
231
+ amount: string | null;
232
+ /**
233
+ * Indicates the nature of the link between the transactions: `amount` denotes an
234
+ * amount-based link (e.g., an invoice linked to a payment), and `quantity` denotes
235
+ * a quantity-based link (e.g., an invoice created from a sales order based on the
236
+ * quantity of items received).
237
+ */
238
+ linkType: 'amount' | 'quantity' | null;
239
+ /**
240
+ * The type of object. This value is always `"qbd_linked_transaction"`.
241
+ */
242
+ objectType: 'qbd_linked_transaction';
243
+ /**
244
+ * The case-sensitive user-defined reference number for this linked transaction,
245
+ * which can be used to identify the transaction in QuickBooks. This value is not
246
+ * required to be unique and can be arbitrarily changed by the QuickBooks user.
247
+ */
248
+ refNumber: string | null;
249
+ /**
250
+ * The date of this linked transaction, in ISO 8601 format (YYYY-MM-DD).
251
+ */
252
+ transactionDate: string;
253
+ /**
254
+ * The type of transaction for this linked transaction.
255
+ */
256
+ transactionType: 'ar_refund_credit_card' | 'bill' | 'bill_payment_check' | 'bill_payment_credit_card' | 'build_assembly' | 'charge' | 'check' | 'credit_card_charge' | 'credit_card_credit' | 'credit_memo' | 'deposit' | 'estimate' | 'inventory_adjustment' | 'invoice' | 'item_receipt' | 'journal_entry' | 'liability_adjustment' | 'paycheck' | 'payroll_liability_check' | 'purchase_order' | 'receive_payment' | 'sales_order' | 'sales_receipt' | 'sales_tax_payment_check' | 'transfer' | 'vendor_credit' | 'ytd_adjustment';
257
+ }
258
+ }
259
+ /**
260
+ * The credit card account to which this bill credit card payment is being charged.
261
+ * This bill credit card payment will decrease the balance of this account.
262
+ */
263
+ interface CreditCardAccount {
264
+ /**
265
+ * The unique identifier assigned by QuickBooks to this object. This ID is unique
266
+ * across all objects of the same type, but not across different QuickBooks object
267
+ * types.
268
+ */
269
+ id: string | null;
270
+ /**
271
+ * The fully-qualified unique name for this object, formed by combining the names
272
+ * of its parent objects with its own `name`, separated by colons. Not
273
+ * case-sensitive.
274
+ */
275
+ fullName: string | null;
276
+ }
277
+ /**
278
+ * The bill credit card payment's currency. For built-in currencies, the name and
279
+ * code are standard international values. For user-defined currencies, all values
280
+ * are editable.
281
+ */
282
+ interface Currency {
283
+ /**
284
+ * The unique identifier assigned by QuickBooks to this object. This ID is unique
285
+ * across all objects of the same type, but not across different QuickBooks object
286
+ * types.
287
+ */
288
+ id: string | null;
289
+ /**
290
+ * The fully-qualified unique name for this object, formed by combining the names
291
+ * of its parent objects with its own `name`, separated by colons. Not
292
+ * case-sensitive.
293
+ */
294
+ fullName: string | null;
295
+ }
296
+ interface CustomField {
297
+ /**
298
+ * The name of the custom field, unique for the specified `ownerId`. For public
299
+ * custom fields, this name is visible as a label in the QuickBooks UI.
300
+ */
301
+ name: string;
302
+ /**
303
+ * The identifier of the owner of the custom field, which QuickBooks internally
304
+ * calls a "data extension". For public custom fields visible in the UI, such as
305
+ * those added by the QuickBooks user, this is always "0". For private custom
306
+ * fields that are only visible to the application that created them, this is a
307
+ * valid GUID identifying the owning application. Internally, Conductor always
308
+ * fetches all public custom fields (those with an `ownerId` of "0") for all
309
+ * objects.
310
+ */
311
+ ownerId: string;
312
+ /**
313
+ * The data type of this custom field.
314
+ */
315
+ type: 'amount_type' | 'date_time_type' | 'integer_type' | 'percent_type' | 'price_type' | 'quantity_type' | 'string_1024_type' | 'string_255_type';
316
+ /**
317
+ * The value of this custom field. The maximum length depends on the field's data
318
+ * type.
319
+ */
320
+ value: string;
321
+ }
322
+ /**
323
+ * The Accounts-Payable (A/P) account to which this bill credit card payment is
324
+ * assigned, used to track the amount owed. If not specified, QuickBooks Desktop
325
+ * will use its default A/P account.
326
+ *
327
+ * **IMPORTANT**: If this bill credit card payment is linked to other transactions,
328
+ * this A/P account must match the `payablesAccount` used in those other
329
+ * transactions.
330
+ */
331
+ interface PayablesAccount {
332
+ /**
333
+ * The unique identifier assigned by QuickBooks to this object. This ID is unique
334
+ * across all objects of the same type, but not across different QuickBooks object
335
+ * types.
336
+ */
337
+ id: string | null;
338
+ /**
339
+ * The fully-qualified unique name for this object, formed by combining the names
340
+ * of its parent objects with its own `name`, separated by colons. Not
341
+ * case-sensitive.
342
+ */
343
+ fullName: string | null;
344
+ }
345
+ /**
346
+ * The vendor who sent the bill(s) that this bill credit card payment is paying and
347
+ * who will receive this payment.
348
+ *
349
+ * **IMPORTANT**: This vendor must match the `vendor` on the bill(s) specified in
350
+ * `applyToTransactions`.
351
+ */
352
+ interface Vendor {
353
+ /**
354
+ * The unique identifier assigned by QuickBooks to this object. This ID is unique
355
+ * across all objects of the same type, but not across different QuickBooks object
356
+ * types.
357
+ */
358
+ id: string | null;
359
+ /**
360
+ * The fully-qualified unique name for this object, formed by combining the names
361
+ * of its parent objects with its own `name`, separated by colons. Not
362
+ * case-sensitive.
363
+ */
364
+ fullName: string | null;
365
+ }
366
+ }
367
+ export interface BillCreditCardPaymentDeleteResponse {
368
+ /**
369
+ * The QuickBooks-assigned unique identifier of the deleted bill credit card
370
+ * payment.
371
+ */
372
+ id: string;
373
+ /**
374
+ * Indicates whether the bill credit card payment was deleted.
375
+ */
376
+ deleted: boolean;
377
+ /**
378
+ * The type of object. This value is always `"qbd_bill_credit_card_payment"`.
379
+ */
380
+ objectType: 'qbd_bill_credit_card_payment';
381
+ /**
382
+ * The case-sensitive user-defined reference number of the deleted bill credit card
383
+ * payment.
384
+ */
385
+ refNumber: string | null;
386
+ }
387
+ export interface BillCreditCardPaymentCreateParams {
388
+ /**
389
+ * Body param: The bills to be paid by this bill credit card payment. This will
390
+ * create a link between this bill credit card payment and the specified bills.
391
+ *
392
+ * **IMPORTANT**: In each `applyToTransactions` object, you must specify either
393
+ * `paymentAmount`, `applyCredits`, `discountAmount`, or any combination of these;
394
+ * if none of these are specified, you will receive an error for an empty
395
+ * transaction.
396
+ *
397
+ * **IMPORTANT**: The target bill must have `isPaid=false`, otherwise, QuickBooks
398
+ * will report this object as "cannot be found".
399
+ */
400
+ applyToTransactions: Array<BillCreditCardPaymentCreateParams.ApplyToTransaction>;
401
+ /**
402
+ * Body param: The credit card account to which this bill credit card payment is
403
+ * being charged. This bill credit card payment will decrease the balance of this
404
+ * account.
405
+ */
406
+ creditCardAccountId: string;
407
+ /**
408
+ * Body param: The date of this bill credit card payment, in ISO 8601 format
409
+ * (YYYY-MM-DD).
410
+ */
411
+ transactionDate: string;
412
+ /**
413
+ * Body param: The vendor who sent the bill(s) that this bill credit card payment
414
+ * is paying and who will receive this payment.
415
+ *
416
+ * **IMPORTANT**: This vendor must match the `vendor` on the bill(s) specified in
417
+ * `applyToTransactions`; otherwise, QuickBooks will say the `transactionId` in
418
+ * `applyToTransactions` "does not exist".
419
+ */
420
+ vendorId: string;
421
+ /**
422
+ * Header param: The ID of the EndUser to receive this request (e.g.,
423
+ * `"Conductor-End-User-Id: {{END_USER_ID}}"`).
424
+ */
425
+ conductorEndUserId: string;
426
+ /**
427
+ * Body param: The market exchange rate between this bill credit card payment's
428
+ * currency and the home currency in QuickBooks at the time of this transaction.
429
+ * Represented as a decimal value (e.g., 1.2345 for 1 EUR = 1.2345 USD if USD is
430
+ * the home currency).
431
+ */
432
+ exchangeRate?: number;
433
+ /**
434
+ * Body param: A globally unique identifier (GUID) you, the developer, can provide
435
+ * for tracking this object in your external system. This field is immutable and
436
+ * can only be set during object creation.
437
+ *
438
+ * **IMPORTANT**: This field must be formatted as a valid GUID; otherwise,
439
+ * QuickBooks will return an error.
440
+ */
441
+ externalId?: string;
442
+ /**
443
+ * Body param: A memo or note for this bill credit card payment.
444
+ */
445
+ memo?: string;
446
+ /**
447
+ * Body param: The Accounts-Payable (A/P) account to which this bill credit card
448
+ * payment is assigned, used to track the amount owed. If not specified, QuickBooks
449
+ * Desktop will use its default A/P account.
450
+ *
451
+ * **IMPORTANT**: If this bill credit card payment is linked to other transactions,
452
+ * this A/P account must match the `payablesAccount` used in those other
453
+ * transactions.
454
+ */
455
+ payablesAccountId?: string;
456
+ /**
457
+ * Body param: The case-sensitive user-defined reference number for this bill
458
+ * credit card payment, which can be used to identify the transaction in
459
+ * QuickBooks. This value is not required to be unique and can be arbitrarily
460
+ * changed by the QuickBooks user. When left blank in this create request, this
461
+ * field will be left blank in QuickBooks (i.e., it does _not_ auto-increment).
462
+ */
463
+ refNumber?: string;
464
+ }
465
+ export declare namespace BillCreditCardPaymentCreateParams {
466
+ interface ApplyToTransaction {
467
+ /**
468
+ * The ID of the receivable transaction to which this payment is applied.
469
+ */
470
+ transactionId: string;
471
+ /**
472
+ * Credit memos to apply to this receivable transaction, reducing its balance. This
473
+ * creates a link between this receivable transaction and the specified credit
474
+ * memos.
475
+ *
476
+ * **IMPORTANT**: By default, QuickBooks will not return any information about the
477
+ * linked transactions in this endpoint's response even when this request is
478
+ * successful. To see the transactions linked via this field, refetch the
479
+ * receivable transaction and check the `linkedTransactions` response field. If
480
+ * fetching a list of receivable transactions, you must also specify the parameter
481
+ * `includeLinkedTransactions=true` to see the `linkedTransactions` response field.
482
+ */
483
+ applyCredits?: Array<ApplyToTransaction.ApplyCredit>;
484
+ /**
485
+ * The financial account used to track this receivable transaction's discount.
486
+ */
487
+ discountAccountId?: string;
488
+ /**
489
+ * The monetary amount by which to reduce the receivable transaction's receivable
490
+ * amount, represented as a decimal string.
491
+ */
492
+ discountAmount?: string;
493
+ /**
494
+ * The class used to track this receivable transaction's discount.
495
+ */
496
+ discountClassId?: string;
497
+ /**
498
+ * The monetary amount to apply to the receivable transaction, represented as a
499
+ * decimal string.
500
+ */
501
+ paymentAmount?: string;
502
+ }
503
+ namespace ApplyToTransaction {
504
+ interface ApplyCredit {
505
+ /**
506
+ * The amount of credit applied to this transaction. This could include customer
507
+ * deposits, payments, or credits. Represented as a decimal string.
508
+ */
509
+ appliedAmount: string;
510
+ /**
511
+ * The unique identifier of the credit transaction (credit memo or vendor credit)
512
+ * to apply to this transaction.
513
+ */
514
+ creditTransactionId: string;
515
+ /**
516
+ * Indicates whether to override the credit.
517
+ */
518
+ overrideCreditApplication?: boolean;
519
+ }
520
+ }
521
+ }
522
+ export interface BillCreditCardPaymentRetrieveParams {
523
+ /**
524
+ * The ID of the EndUser to receive this request (e.g.,
525
+ * `"Conductor-End-User-Id: {{END_USER_ID}}"`).
526
+ */
527
+ conductorEndUserId: string;
528
+ }
529
+ export interface BillCreditCardPaymentListParams extends CursorPageParams {
530
+ /**
531
+ * Header param: The ID of the EndUser to receive this request (e.g.,
532
+ * `"Conductor-End-User-Id: {{END_USER_ID}}"`).
533
+ */
534
+ conductorEndUserId: string;
535
+ /**
536
+ * Query param: Filter for bill credit card payments associated with these
537
+ * accounts.
538
+ */
539
+ accountIds?: Array<string>;
540
+ /**
541
+ * Query param: Filter for bill credit card payments in these currencies.
542
+ */
543
+ currencyIds?: Array<string>;
544
+ /**
545
+ * Query param: Filter for specific bill credit card payments by their
546
+ * QuickBooks-assigned unique identifier(s).
547
+ *
548
+ * **IMPORTANT**: If you include this parameter, QuickBooks will ignore all other
549
+ * query parameters for this request.
550
+ *
551
+ * **NOTE**: If any of the values you specify in this parameter are not found, the
552
+ * request will return an error.
553
+ */
554
+ ids?: Array<string>;
555
+ /**
556
+ * Query param: Whether to include line items in the response. Defaults to `true`.
557
+ */
558
+ includeLineItems?: boolean;
559
+ /**
560
+ * Query param: Filter for bill credit card payments whose `refNumber` contains
561
+ * this substring. NOTE: If you use this parameter, you cannot also use
562
+ * `refNumberStartsWith` or `refNumberEndsWith`.
563
+ */
564
+ refNumberContains?: string;
565
+ /**
566
+ * Query param: Filter for bill credit card payments whose `refNumber` ends with
567
+ * this substring. NOTE: If you use this parameter, you cannot also use
568
+ * `refNumberContains` or `refNumberStartsWith`.
569
+ */
570
+ refNumberEndsWith?: string;
571
+ /**
572
+ * Query param: Filter for bill credit card payments whose `refNumber` is greater
573
+ * than or equal to this value. If omitted, the range will begin with the first
574
+ * number of the list. Uses a numerical comparison for values that contain only
575
+ * digits; otherwise, uses a lexicographical comparison.
576
+ */
577
+ refNumberFrom?: string;
578
+ /**
579
+ * Query param: Filter for specific bill credit card payments by their
580
+ * ref-number(s), case-sensitive. In QuickBooks, ref-numbers are not required to be
581
+ * unique and can be arbitrarily changed by the QuickBooks user.
582
+ *
583
+ * **IMPORTANT**: If you include this parameter, QuickBooks will ignore all other
584
+ * query parameters for this request.
585
+ *
586
+ * **NOTE**: If any of the values you specify in this parameter are not found, the
587
+ * request will return an error.
588
+ */
589
+ refNumbers?: Array<string>;
590
+ /**
591
+ * Query param: Filter for bill credit card payments whose `refNumber` starts with
592
+ * this substring. NOTE: If you use this parameter, you cannot also use
593
+ * `refNumberContains` or `refNumberEndsWith`.
594
+ */
595
+ refNumberStartsWith?: string;
596
+ /**
597
+ * Query param: Filter for bill credit card payments whose `refNumber` is less than
598
+ * or equal to this value. If omitted, the range will end with the last number of
599
+ * the list. Uses a numerical comparison for values that contain only digits;
600
+ * otherwise, uses a lexicographical comparison.
601
+ */
602
+ refNumberTo?: string;
603
+ /**
604
+ * Query param: Filter for bill credit card payments created on or after this date,
605
+ * in ISO 8601 format (YYYY-MM-DD).
606
+ */
607
+ transactionDateFrom?: string;
608
+ /**
609
+ * Query param: Filter for bill credit card payments created on or before this
610
+ * date, in ISO 8601 format (YYYY-MM-DD).
611
+ */
612
+ transactionDateTo?: string;
613
+ /**
614
+ * Query param: Filter for bill credit card payments updated on or after this date
615
+ * and time, in ISO 8601 format (YYYY-MM-DDTHH:mm:ss). If you only provide a date
616
+ * (YYYY-MM-DD), the time is assumed to be 00:00:00 of that day.
617
+ */
618
+ updatedAfter?: string;
619
+ /**
620
+ * Query param: Filter for bill credit card payments updated on or before this date
621
+ * and time, in ISO 8601 format (YYYY-MM-DDTHH:mm:ss). If you only provide a date
622
+ * (YYYY-MM-DD), the time is assumed to be 23:59:59 of that day.
623
+ */
624
+ updatedBefore?: string;
625
+ /**
626
+ * Query param: Filter for bill credit card payments sent to these vendors. These
627
+ * are the vendors who sent the bills paid by these credit card payments.
628
+ */
629
+ vendorIds?: Array<string>;
630
+ }
631
+ export interface BillCreditCardPaymentDeleteParams {
632
+ /**
633
+ * The ID of the EndUser to receive this request (e.g.,
634
+ * `"Conductor-End-User-Id: {{END_USER_ID}}"`).
635
+ */
636
+ conductorEndUserId: string;
637
+ }
638
+ export declare namespace BillCreditCardPayments {
639
+ export { type BillCreditCardPayment as BillCreditCardPayment, type BillCreditCardPaymentDeleteResponse as BillCreditCardPaymentDeleteResponse, BillCreditCardPaymentsCursorPage as BillCreditCardPaymentsCursorPage, type BillCreditCardPaymentCreateParams as BillCreditCardPaymentCreateParams, type BillCreditCardPaymentRetrieveParams as BillCreditCardPaymentRetrieveParams, type BillCreditCardPaymentListParams as BillCreditCardPaymentListParams, type BillCreditCardPaymentDeleteParams as BillCreditCardPaymentDeleteParams, };
640
+ }
641
+ //# sourceMappingURL=bill-credit-card-payments.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bill-credit-card-payments.d.ts","sourceRoot":"","sources":["../../src/resources/qbd/bill-credit-card-payments.ts"],"names":[],"mappings":"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"}