@unified-api/typescript-sdk 2.73.5 → 2.73.6

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 (646) hide show
  1. package/README.md +60 -0
  2. package/bin/mcp-server.js +9518 -3971
  3. package/bin/mcp-server.js.map +121 -20
  4. package/docs/sdks/accounting/README.md +2759 -387
  5. package/docs/sdks/balancesheet/README.md +163 -0
  6. package/docs/sdks/bill/README.md +483 -0
  7. package/docs/sdks/creditmemo/README.md +483 -0
  8. package/docs/sdks/profitloss/README.md +163 -0
  9. package/docs/sdks/purchaseorder/README.md +483 -0
  10. package/docs/sdks/salesorder/README.md +483 -0
  11. package/docs/sdks/trialbalance/README.md +163 -0
  12. package/funcs/accountingCreateAccountingBill.d.ts +15 -0
  13. package/funcs/accountingCreateAccountingBill.d.ts.map +1 -0
  14. package/funcs/accountingCreateAccountingBill.js +112 -0
  15. package/funcs/accountingCreateAccountingBill.js.map +1 -0
  16. package/funcs/accountingCreateAccountingCreditmemo.d.ts +15 -0
  17. package/funcs/accountingCreateAccountingCreditmemo.d.ts.map +1 -0
  18. package/funcs/accountingCreateAccountingCreditmemo.js +114 -0
  19. package/funcs/accountingCreateAccountingCreditmemo.js.map +1 -0
  20. package/funcs/accountingCreateAccountingPurchaseorder.d.ts +15 -0
  21. package/funcs/accountingCreateAccountingPurchaseorder.d.ts.map +1 -0
  22. package/funcs/accountingCreateAccountingPurchaseorder.js +114 -0
  23. package/funcs/accountingCreateAccountingPurchaseorder.js.map +1 -0
  24. package/funcs/accountingCreateAccountingSalesorder.d.ts +15 -0
  25. package/funcs/accountingCreateAccountingSalesorder.d.ts.map +1 -0
  26. package/funcs/accountingCreateAccountingSalesorder.js +114 -0
  27. package/funcs/accountingCreateAccountingSalesorder.js.map +1 -0
  28. package/funcs/accountingGetAccountingBalancesheet.d.ts +15 -0
  29. package/funcs/accountingGetAccountingBalancesheet.d.ts.map +1 -0
  30. package/funcs/accountingGetAccountingBalancesheet.js +115 -0
  31. package/funcs/accountingGetAccountingBalancesheet.js.map +1 -0
  32. package/funcs/accountingGetAccountingBill.d.ts +15 -0
  33. package/funcs/accountingGetAccountingBill.d.ts.map +1 -0
  34. package/funcs/accountingGetAccountingBill.js +115 -0
  35. package/funcs/accountingGetAccountingBill.js.map +1 -0
  36. package/funcs/accountingGetAccountingCreditmemo.d.ts +15 -0
  37. package/funcs/accountingGetAccountingCreditmemo.d.ts.map +1 -0
  38. package/funcs/accountingGetAccountingCreditmemo.js +115 -0
  39. package/funcs/accountingGetAccountingCreditmemo.js.map +1 -0
  40. package/funcs/accountingGetAccountingProfitloss.d.ts +15 -0
  41. package/funcs/accountingGetAccountingProfitloss.d.ts.map +1 -0
  42. package/funcs/accountingGetAccountingProfitloss.js +115 -0
  43. package/funcs/accountingGetAccountingProfitloss.js.map +1 -0
  44. package/funcs/accountingGetAccountingPurchaseorder.d.ts +15 -0
  45. package/funcs/accountingGetAccountingPurchaseorder.d.ts.map +1 -0
  46. package/funcs/accountingGetAccountingPurchaseorder.js +115 -0
  47. package/funcs/accountingGetAccountingPurchaseorder.js.map +1 -0
  48. package/funcs/accountingGetAccountingSalesorder.d.ts +15 -0
  49. package/funcs/accountingGetAccountingSalesorder.d.ts.map +1 -0
  50. package/funcs/accountingGetAccountingSalesorder.js +115 -0
  51. package/funcs/accountingGetAccountingSalesorder.js.map +1 -0
  52. package/funcs/accountingGetAccountingTrialbalance.d.ts +15 -0
  53. package/funcs/accountingGetAccountingTrialbalance.d.ts.map +1 -0
  54. package/funcs/accountingGetAccountingTrialbalance.js +115 -0
  55. package/funcs/accountingGetAccountingTrialbalance.js.map +1 -0
  56. package/funcs/accountingListAccountingBalancesheets.d.ts +15 -0
  57. package/funcs/accountingListAccountingBalancesheets.d.ts.map +1 -0
  58. package/funcs/accountingListAccountingBalancesheets.js +120 -0
  59. package/funcs/accountingListAccountingBalancesheets.js.map +1 -0
  60. package/funcs/accountingListAccountingBills.d.ts +15 -0
  61. package/funcs/accountingListAccountingBills.d.ts.map +1 -0
  62. package/funcs/accountingListAccountingBills.js +120 -0
  63. package/funcs/accountingListAccountingBills.js.map +1 -0
  64. package/funcs/accountingListAccountingCreditmemoes.d.ts +15 -0
  65. package/funcs/accountingListAccountingCreditmemoes.d.ts.map +1 -0
  66. package/funcs/accountingListAccountingCreditmemoes.js +120 -0
  67. package/funcs/accountingListAccountingCreditmemoes.js.map +1 -0
  68. package/funcs/accountingListAccountingProfitlosses.d.ts +15 -0
  69. package/funcs/accountingListAccountingProfitlosses.d.ts.map +1 -0
  70. package/funcs/accountingListAccountingProfitlosses.js +120 -0
  71. package/funcs/accountingListAccountingProfitlosses.js.map +1 -0
  72. package/funcs/accountingListAccountingPurchaseorders.d.ts +15 -0
  73. package/funcs/accountingListAccountingPurchaseorders.d.ts.map +1 -0
  74. package/funcs/accountingListAccountingPurchaseorders.js +119 -0
  75. package/funcs/accountingListAccountingPurchaseorders.js.map +1 -0
  76. package/funcs/accountingListAccountingSalesorders.d.ts +15 -0
  77. package/funcs/accountingListAccountingSalesorders.d.ts.map +1 -0
  78. package/funcs/accountingListAccountingSalesorders.js +119 -0
  79. package/funcs/accountingListAccountingSalesorders.js.map +1 -0
  80. package/funcs/accountingListAccountingTrialbalances.d.ts +15 -0
  81. package/funcs/accountingListAccountingTrialbalances.d.ts.map +1 -0
  82. package/funcs/accountingListAccountingTrialbalances.js +120 -0
  83. package/funcs/accountingListAccountingTrialbalances.js.map +1 -0
  84. package/funcs/accountingPatchAccountingBill.d.ts +15 -0
  85. package/funcs/accountingPatchAccountingBill.d.ts.map +1 -0
  86. package/funcs/accountingPatchAccountingBill.js +116 -0
  87. package/funcs/accountingPatchAccountingBill.js.map +1 -0
  88. package/funcs/accountingPatchAccountingCreditmemo.d.ts +15 -0
  89. package/funcs/accountingPatchAccountingCreditmemo.d.ts.map +1 -0
  90. package/funcs/accountingPatchAccountingCreditmemo.js +118 -0
  91. package/funcs/accountingPatchAccountingCreditmemo.js.map +1 -0
  92. package/funcs/accountingPatchAccountingPurchaseorder.d.ts +15 -0
  93. package/funcs/accountingPatchAccountingPurchaseorder.d.ts.map +1 -0
  94. package/funcs/accountingPatchAccountingPurchaseorder.js +118 -0
  95. package/funcs/accountingPatchAccountingPurchaseorder.js.map +1 -0
  96. package/funcs/accountingPatchAccountingSalesorder.d.ts +15 -0
  97. package/funcs/accountingPatchAccountingSalesorder.d.ts.map +1 -0
  98. package/funcs/accountingPatchAccountingSalesorder.js +118 -0
  99. package/funcs/accountingPatchAccountingSalesorder.js.map +1 -0
  100. package/funcs/accountingRemoveAccountingBill.d.ts +14 -0
  101. package/funcs/accountingRemoveAccountingBill.d.ts.map +1 -0
  102. package/funcs/accountingRemoveAccountingBill.js +112 -0
  103. package/funcs/accountingRemoveAccountingBill.js.map +1 -0
  104. package/funcs/accountingRemoveAccountingCreditmemo.d.ts +14 -0
  105. package/funcs/accountingRemoveAccountingCreditmemo.d.ts.map +1 -0
  106. package/funcs/accountingRemoveAccountingCreditmemo.js +112 -0
  107. package/funcs/accountingRemoveAccountingCreditmemo.js.map +1 -0
  108. package/funcs/accountingRemoveAccountingPurchaseorder.d.ts +14 -0
  109. package/funcs/accountingRemoveAccountingPurchaseorder.d.ts.map +1 -0
  110. package/funcs/accountingRemoveAccountingPurchaseorder.js +112 -0
  111. package/funcs/accountingRemoveAccountingPurchaseorder.js.map +1 -0
  112. package/funcs/accountingRemoveAccountingSalesorder.d.ts +14 -0
  113. package/funcs/accountingRemoveAccountingSalesorder.d.ts.map +1 -0
  114. package/funcs/accountingRemoveAccountingSalesorder.js +112 -0
  115. package/funcs/accountingRemoveAccountingSalesorder.js.map +1 -0
  116. package/funcs/accountingUpdateAccountingBill.d.ts +15 -0
  117. package/funcs/accountingUpdateAccountingBill.d.ts.map +1 -0
  118. package/funcs/accountingUpdateAccountingBill.js +116 -0
  119. package/funcs/accountingUpdateAccountingBill.js.map +1 -0
  120. package/funcs/accountingUpdateAccountingCreditmemo.d.ts +15 -0
  121. package/funcs/accountingUpdateAccountingCreditmemo.d.ts.map +1 -0
  122. package/funcs/accountingUpdateAccountingCreditmemo.js +118 -0
  123. package/funcs/accountingUpdateAccountingCreditmemo.js.map +1 -0
  124. package/funcs/accountingUpdateAccountingPurchaseorder.d.ts +15 -0
  125. package/funcs/accountingUpdateAccountingPurchaseorder.d.ts.map +1 -0
  126. package/funcs/accountingUpdateAccountingPurchaseorder.js +118 -0
  127. package/funcs/accountingUpdateAccountingPurchaseorder.js.map +1 -0
  128. package/funcs/accountingUpdateAccountingSalesorder.d.ts +15 -0
  129. package/funcs/accountingUpdateAccountingSalesorder.d.ts.map +1 -0
  130. package/funcs/accountingUpdateAccountingSalesorder.js +118 -0
  131. package/funcs/accountingUpdateAccountingSalesorder.js.map +1 -0
  132. package/jsr.json +1 -1
  133. package/lib/config.d.ts +2 -2
  134. package/lib/config.js +2 -2
  135. package/mcp-server/mcp-server.js +1 -1
  136. package/mcp-server/server.d.ts.map +1 -1
  137. package/mcp-server/server.js +61 -1
  138. package/mcp-server/server.js.map +1 -1
  139. package/mcp-server/tools/accountingCreateAccountingBill.d.ts +8 -0
  140. package/mcp-server/tools/accountingCreateAccountingBill.d.ts.map +1 -0
  141. package/mcp-server/tools/accountingCreateAccountingBill.js +52 -0
  142. package/mcp-server/tools/accountingCreateAccountingBill.js.map +1 -0
  143. package/mcp-server/tools/accountingCreateAccountingCreditmemo.d.ts +8 -0
  144. package/mcp-server/tools/accountingCreateAccountingCreditmemo.d.ts.map +1 -0
  145. package/mcp-server/tools/accountingCreateAccountingCreditmemo.js +52 -0
  146. package/mcp-server/tools/accountingCreateAccountingCreditmemo.js.map +1 -0
  147. package/mcp-server/tools/accountingCreateAccountingPurchaseorder.d.ts +8 -0
  148. package/mcp-server/tools/accountingCreateAccountingPurchaseorder.d.ts.map +1 -0
  149. package/mcp-server/tools/accountingCreateAccountingPurchaseorder.js +52 -0
  150. package/mcp-server/tools/accountingCreateAccountingPurchaseorder.js.map +1 -0
  151. package/mcp-server/tools/accountingCreateAccountingSalesorder.d.ts +8 -0
  152. package/mcp-server/tools/accountingCreateAccountingSalesorder.d.ts.map +1 -0
  153. package/mcp-server/tools/accountingCreateAccountingSalesorder.js +52 -0
  154. package/mcp-server/tools/accountingCreateAccountingSalesorder.js.map +1 -0
  155. package/mcp-server/tools/accountingGetAccountingBalancesheet.d.ts +8 -0
  156. package/mcp-server/tools/accountingGetAccountingBalancesheet.d.ts.map +1 -0
  157. package/mcp-server/tools/accountingGetAccountingBalancesheet.js +52 -0
  158. package/mcp-server/tools/accountingGetAccountingBalancesheet.js.map +1 -0
  159. package/mcp-server/tools/accountingGetAccountingBill.d.ts +8 -0
  160. package/mcp-server/tools/accountingGetAccountingBill.d.ts.map +1 -0
  161. package/mcp-server/tools/accountingGetAccountingBill.js +52 -0
  162. package/mcp-server/tools/accountingGetAccountingBill.js.map +1 -0
  163. package/mcp-server/tools/accountingGetAccountingCreditmemo.d.ts +8 -0
  164. package/mcp-server/tools/accountingGetAccountingCreditmemo.d.ts.map +1 -0
  165. package/mcp-server/tools/accountingGetAccountingCreditmemo.js +52 -0
  166. package/mcp-server/tools/accountingGetAccountingCreditmemo.js.map +1 -0
  167. package/mcp-server/tools/accountingGetAccountingProfitloss.d.ts +8 -0
  168. package/mcp-server/tools/accountingGetAccountingProfitloss.d.ts.map +1 -0
  169. package/mcp-server/tools/accountingGetAccountingProfitloss.js +52 -0
  170. package/mcp-server/tools/accountingGetAccountingProfitloss.js.map +1 -0
  171. package/mcp-server/tools/accountingGetAccountingPurchaseorder.d.ts +8 -0
  172. package/mcp-server/tools/accountingGetAccountingPurchaseorder.d.ts.map +1 -0
  173. package/mcp-server/tools/accountingGetAccountingPurchaseorder.js +52 -0
  174. package/mcp-server/tools/accountingGetAccountingPurchaseorder.js.map +1 -0
  175. package/mcp-server/tools/accountingGetAccountingSalesorder.d.ts +8 -0
  176. package/mcp-server/tools/accountingGetAccountingSalesorder.d.ts.map +1 -0
  177. package/mcp-server/tools/accountingGetAccountingSalesorder.js +52 -0
  178. package/mcp-server/tools/accountingGetAccountingSalesorder.js.map +1 -0
  179. package/mcp-server/tools/accountingGetAccountingTrialbalance.d.ts +8 -0
  180. package/mcp-server/tools/accountingGetAccountingTrialbalance.d.ts.map +1 -0
  181. package/mcp-server/tools/accountingGetAccountingTrialbalance.js +52 -0
  182. package/mcp-server/tools/accountingGetAccountingTrialbalance.js.map +1 -0
  183. package/mcp-server/tools/accountingListAccountingBalancesheets.d.ts +8 -0
  184. package/mcp-server/tools/accountingListAccountingBalancesheets.d.ts.map +1 -0
  185. package/mcp-server/tools/accountingListAccountingBalancesheets.js +52 -0
  186. package/mcp-server/tools/accountingListAccountingBalancesheets.js.map +1 -0
  187. package/mcp-server/tools/accountingListAccountingBills.d.ts +8 -0
  188. package/mcp-server/tools/accountingListAccountingBills.d.ts.map +1 -0
  189. package/mcp-server/tools/accountingListAccountingBills.js +52 -0
  190. package/mcp-server/tools/accountingListAccountingBills.js.map +1 -0
  191. package/mcp-server/tools/accountingListAccountingCreditmemoes.d.ts +8 -0
  192. package/mcp-server/tools/accountingListAccountingCreditmemoes.d.ts.map +1 -0
  193. package/mcp-server/tools/accountingListAccountingCreditmemoes.js +52 -0
  194. package/mcp-server/tools/accountingListAccountingCreditmemoes.js.map +1 -0
  195. package/mcp-server/tools/accountingListAccountingProfitlosses.d.ts +8 -0
  196. package/mcp-server/tools/accountingListAccountingProfitlosses.d.ts.map +1 -0
  197. package/mcp-server/tools/accountingListAccountingProfitlosses.js +52 -0
  198. package/mcp-server/tools/accountingListAccountingProfitlosses.js.map +1 -0
  199. package/mcp-server/tools/accountingListAccountingPurchaseorders.d.ts +8 -0
  200. package/mcp-server/tools/accountingListAccountingPurchaseorders.d.ts.map +1 -0
  201. package/mcp-server/tools/accountingListAccountingPurchaseorders.js +52 -0
  202. package/mcp-server/tools/accountingListAccountingPurchaseorders.js.map +1 -0
  203. package/mcp-server/tools/accountingListAccountingSalesorders.d.ts +8 -0
  204. package/mcp-server/tools/accountingListAccountingSalesorders.d.ts.map +1 -0
  205. package/mcp-server/tools/accountingListAccountingSalesorders.js +52 -0
  206. package/mcp-server/tools/accountingListAccountingSalesorders.js.map +1 -0
  207. package/mcp-server/tools/accountingListAccountingTrialbalances.d.ts +8 -0
  208. package/mcp-server/tools/accountingListAccountingTrialbalances.d.ts.map +1 -0
  209. package/mcp-server/tools/accountingListAccountingTrialbalances.js +52 -0
  210. package/mcp-server/tools/accountingListAccountingTrialbalances.js.map +1 -0
  211. package/mcp-server/tools/accountingPatchAccountingBill.d.ts +8 -0
  212. package/mcp-server/tools/accountingPatchAccountingBill.d.ts.map +1 -0
  213. package/mcp-server/tools/accountingPatchAccountingBill.js +52 -0
  214. package/mcp-server/tools/accountingPatchAccountingBill.js.map +1 -0
  215. package/mcp-server/tools/accountingPatchAccountingCreditmemo.d.ts +8 -0
  216. package/mcp-server/tools/accountingPatchAccountingCreditmemo.d.ts.map +1 -0
  217. package/mcp-server/tools/accountingPatchAccountingCreditmemo.js +52 -0
  218. package/mcp-server/tools/accountingPatchAccountingCreditmemo.js.map +1 -0
  219. package/mcp-server/tools/accountingPatchAccountingPurchaseorder.d.ts +8 -0
  220. package/mcp-server/tools/accountingPatchAccountingPurchaseorder.d.ts.map +1 -0
  221. package/mcp-server/tools/accountingPatchAccountingPurchaseorder.js +52 -0
  222. package/mcp-server/tools/accountingPatchAccountingPurchaseorder.js.map +1 -0
  223. package/mcp-server/tools/accountingPatchAccountingSalesorder.d.ts +8 -0
  224. package/mcp-server/tools/accountingPatchAccountingSalesorder.d.ts.map +1 -0
  225. package/mcp-server/tools/accountingPatchAccountingSalesorder.js +52 -0
  226. package/mcp-server/tools/accountingPatchAccountingSalesorder.js.map +1 -0
  227. package/mcp-server/tools/accountingRemoveAccountingBill.d.ts +8 -0
  228. package/mcp-server/tools/accountingRemoveAccountingBill.d.ts.map +1 -0
  229. package/mcp-server/tools/accountingRemoveAccountingBill.js +51 -0
  230. package/mcp-server/tools/accountingRemoveAccountingBill.js.map +1 -0
  231. package/mcp-server/tools/accountingRemoveAccountingCreditmemo.d.ts +8 -0
  232. package/mcp-server/tools/accountingRemoveAccountingCreditmemo.d.ts.map +1 -0
  233. package/mcp-server/tools/accountingRemoveAccountingCreditmemo.js +51 -0
  234. package/mcp-server/tools/accountingRemoveAccountingCreditmemo.js.map +1 -0
  235. package/mcp-server/tools/accountingRemoveAccountingPurchaseorder.d.ts +8 -0
  236. package/mcp-server/tools/accountingRemoveAccountingPurchaseorder.d.ts.map +1 -0
  237. package/mcp-server/tools/accountingRemoveAccountingPurchaseorder.js +51 -0
  238. package/mcp-server/tools/accountingRemoveAccountingPurchaseorder.js.map +1 -0
  239. package/mcp-server/tools/accountingRemoveAccountingSalesorder.d.ts +8 -0
  240. package/mcp-server/tools/accountingRemoveAccountingSalesorder.d.ts.map +1 -0
  241. package/mcp-server/tools/accountingRemoveAccountingSalesorder.js +51 -0
  242. package/mcp-server/tools/accountingRemoveAccountingSalesorder.js.map +1 -0
  243. package/mcp-server/tools/accountingUpdateAccountingBill.d.ts +8 -0
  244. package/mcp-server/tools/accountingUpdateAccountingBill.d.ts.map +1 -0
  245. package/mcp-server/tools/accountingUpdateAccountingBill.js +52 -0
  246. package/mcp-server/tools/accountingUpdateAccountingBill.js.map +1 -0
  247. package/mcp-server/tools/accountingUpdateAccountingCreditmemo.d.ts +8 -0
  248. package/mcp-server/tools/accountingUpdateAccountingCreditmemo.d.ts.map +1 -0
  249. package/mcp-server/tools/accountingUpdateAccountingCreditmemo.js +52 -0
  250. package/mcp-server/tools/accountingUpdateAccountingCreditmemo.js.map +1 -0
  251. package/mcp-server/tools/accountingUpdateAccountingPurchaseorder.d.ts +8 -0
  252. package/mcp-server/tools/accountingUpdateAccountingPurchaseorder.d.ts.map +1 -0
  253. package/mcp-server/tools/accountingUpdateAccountingPurchaseorder.js +52 -0
  254. package/mcp-server/tools/accountingUpdateAccountingPurchaseorder.js.map +1 -0
  255. package/mcp-server/tools/accountingUpdateAccountingSalesorder.d.ts +8 -0
  256. package/mcp-server/tools/accountingUpdateAccountingSalesorder.d.ts.map +1 -0
  257. package/mcp-server/tools/accountingUpdateAccountingSalesorder.js +52 -0
  258. package/mcp-server/tools/accountingUpdateAccountingSalesorder.js.map +1 -0
  259. package/package.json +1 -1
  260. package/sdk/accounting.d.ts +120 -0
  261. package/sdk/accounting.d.ts.map +1 -1
  262. package/sdk/accounting.js +210 -0
  263. package/sdk/accounting.js.map +1 -1
  264. package/sdk/balancesheet.d.ts +14 -0
  265. package/sdk/balancesheet.d.ts.map +1 -0
  266. package/sdk/balancesheet.js +26 -0
  267. package/sdk/balancesheet.js.map +1 -0
  268. package/sdk/bill.d.ts +30 -0
  269. package/sdk/bill.d.ts.map +1 -0
  270. package/sdk/bill.js +54 -0
  271. package/sdk/bill.js.map +1 -0
  272. package/sdk/creditmemo.d.ts +30 -0
  273. package/sdk/creditmemo.d.ts.map +1 -0
  274. package/sdk/creditmemo.js +54 -0
  275. package/sdk/creditmemo.js.map +1 -0
  276. package/sdk/models/operations/createaccountingbill.d.ts +45 -0
  277. package/sdk/models/operations/createaccountingbill.d.ts.map +1 -0
  278. package/sdk/models/operations/createaccountingbill.js +77 -0
  279. package/sdk/models/operations/createaccountingbill.js.map +1 -0
  280. package/sdk/models/operations/createaccountingcreditmemo.d.ts +45 -0
  281. package/sdk/models/operations/createaccountingcreditmemo.d.ts.map +1 -0
  282. package/sdk/models/operations/createaccountingcreditmemo.js +77 -0
  283. package/sdk/models/operations/createaccountingcreditmemo.js.map +1 -0
  284. package/sdk/models/operations/createaccountingpurchaseorder.d.ts +45 -0
  285. package/sdk/models/operations/createaccountingpurchaseorder.d.ts.map +1 -0
  286. package/sdk/models/operations/createaccountingpurchaseorder.js +77 -0
  287. package/sdk/models/operations/createaccountingpurchaseorder.js.map +1 -0
  288. package/sdk/models/operations/createaccountingsalesorder.d.ts +45 -0
  289. package/sdk/models/operations/createaccountingsalesorder.d.ts.map +1 -0
  290. package/sdk/models/operations/createaccountingsalesorder.js +77 -0
  291. package/sdk/models/operations/createaccountingsalesorder.js.map +1 -0
  292. package/sdk/models/operations/getaccountingbalancesheet.d.ts +47 -0
  293. package/sdk/models/operations/getaccountingbalancesheet.d.ts.map +1 -0
  294. package/sdk/models/operations/getaccountingbalancesheet.js +74 -0
  295. package/sdk/models/operations/getaccountingbalancesheet.js.map +1 -0
  296. package/sdk/models/operations/getaccountingbill.d.ts +47 -0
  297. package/sdk/models/operations/getaccountingbill.d.ts.map +1 -0
  298. package/sdk/models/operations/getaccountingbill.js +74 -0
  299. package/sdk/models/operations/getaccountingbill.js.map +1 -0
  300. package/sdk/models/operations/getaccountingcreditmemo.d.ts +47 -0
  301. package/sdk/models/operations/getaccountingcreditmemo.d.ts.map +1 -0
  302. package/sdk/models/operations/getaccountingcreditmemo.js +74 -0
  303. package/sdk/models/operations/getaccountingcreditmemo.js.map +1 -0
  304. package/sdk/models/operations/getaccountingprofitloss.d.ts +47 -0
  305. package/sdk/models/operations/getaccountingprofitloss.d.ts.map +1 -0
  306. package/sdk/models/operations/getaccountingprofitloss.js +74 -0
  307. package/sdk/models/operations/getaccountingprofitloss.js.map +1 -0
  308. package/sdk/models/operations/getaccountingpurchaseorder.d.ts +47 -0
  309. package/sdk/models/operations/getaccountingpurchaseorder.d.ts.map +1 -0
  310. package/sdk/models/operations/getaccountingpurchaseorder.js +74 -0
  311. package/sdk/models/operations/getaccountingpurchaseorder.js.map +1 -0
  312. package/sdk/models/operations/getaccountingsalesorder.d.ts +47 -0
  313. package/sdk/models/operations/getaccountingsalesorder.d.ts.map +1 -0
  314. package/sdk/models/operations/getaccountingsalesorder.js +74 -0
  315. package/sdk/models/operations/getaccountingsalesorder.js.map +1 -0
  316. package/sdk/models/operations/getaccountingtrialbalance.d.ts +47 -0
  317. package/sdk/models/operations/getaccountingtrialbalance.d.ts.map +1 -0
  318. package/sdk/models/operations/getaccountingtrialbalance.js +74 -0
  319. package/sdk/models/operations/getaccountingtrialbalance.js.map +1 -0
  320. package/sdk/models/operations/index.d.ts +30 -0
  321. package/sdk/models/operations/index.d.ts.map +1 -1
  322. package/sdk/models/operations/index.js +30 -0
  323. package/sdk/models/operations/index.js.map +1 -1
  324. package/sdk/models/operations/listaccountingbalancesheets.d.ts +70 -0
  325. package/sdk/models/operations/listaccountingbalancesheets.d.ts.map +1 -0
  326. package/sdk/models/operations/listaccountingbalancesheets.js +94 -0
  327. package/sdk/models/operations/listaccountingbalancesheets.js.map +1 -0
  328. package/sdk/models/operations/listaccountingbills.d.ts +70 -0
  329. package/sdk/models/operations/listaccountingbills.d.ts.map +1 -0
  330. package/sdk/models/operations/listaccountingbills.js +94 -0
  331. package/sdk/models/operations/listaccountingbills.js.map +1 -0
  332. package/sdk/models/operations/listaccountingcreditmemoes.d.ts +70 -0
  333. package/sdk/models/operations/listaccountingcreditmemoes.d.ts.map +1 -0
  334. package/sdk/models/operations/listaccountingcreditmemoes.js +94 -0
  335. package/sdk/models/operations/listaccountingcreditmemoes.js.map +1 -0
  336. package/sdk/models/operations/listaccountingprofitlosses.d.ts +70 -0
  337. package/sdk/models/operations/listaccountingprofitlosses.d.ts.map +1 -0
  338. package/sdk/models/operations/listaccountingprofitlosses.js +94 -0
  339. package/sdk/models/operations/listaccountingprofitlosses.js.map +1 -0
  340. package/sdk/models/operations/listaccountingpurchaseorders.d.ts +65 -0
  341. package/sdk/models/operations/listaccountingpurchaseorders.d.ts.map +1 -0
  342. package/sdk/models/operations/listaccountingpurchaseorders.js +90 -0
  343. package/sdk/models/operations/listaccountingpurchaseorders.js.map +1 -0
  344. package/sdk/models/operations/listaccountingsalesorders.d.ts +65 -0
  345. package/sdk/models/operations/listaccountingsalesorders.d.ts.map +1 -0
  346. package/sdk/models/operations/listaccountingsalesorders.js +90 -0
  347. package/sdk/models/operations/listaccountingsalesorders.js.map +1 -0
  348. package/sdk/models/operations/listaccountingtrialbalances.d.ts +70 -0
  349. package/sdk/models/operations/listaccountingtrialbalances.d.ts.map +1 -0
  350. package/sdk/models/operations/listaccountingtrialbalances.js +94 -0
  351. package/sdk/models/operations/listaccountingtrialbalances.js.map +1 -0
  352. package/sdk/models/operations/patchaccountingbill.d.ts +50 -0
  353. package/sdk/models/operations/patchaccountingbill.d.ts.map +1 -0
  354. package/sdk/models/operations/patchaccountingbill.js +79 -0
  355. package/sdk/models/operations/patchaccountingbill.js.map +1 -0
  356. package/sdk/models/operations/patchaccountingcreditmemo.d.ts +50 -0
  357. package/sdk/models/operations/patchaccountingcreditmemo.d.ts.map +1 -0
  358. package/sdk/models/operations/patchaccountingcreditmemo.js +79 -0
  359. package/sdk/models/operations/patchaccountingcreditmemo.js.map +1 -0
  360. package/sdk/models/operations/patchaccountingpurchaseorder.d.ts +50 -0
  361. package/sdk/models/operations/patchaccountingpurchaseorder.d.ts.map +1 -0
  362. package/sdk/models/operations/patchaccountingpurchaseorder.js +79 -0
  363. package/sdk/models/operations/patchaccountingpurchaseorder.js.map +1 -0
  364. package/sdk/models/operations/patchaccountingsalesorder.d.ts +50 -0
  365. package/sdk/models/operations/patchaccountingsalesorder.d.ts.map +1 -0
  366. package/sdk/models/operations/patchaccountingsalesorder.js +79 -0
  367. package/sdk/models/operations/patchaccountingsalesorder.js.map +1 -0
  368. package/sdk/models/operations/removeaccountingbill.d.ts +66 -0
  369. package/sdk/models/operations/removeaccountingbill.d.ts.map +1 -0
  370. package/sdk/models/operations/removeaccountingbill.js +105 -0
  371. package/sdk/models/operations/removeaccountingbill.js.map +1 -0
  372. package/sdk/models/operations/removeaccountingcreditmemo.d.ts +66 -0
  373. package/sdk/models/operations/removeaccountingcreditmemo.d.ts.map +1 -0
  374. package/sdk/models/operations/removeaccountingcreditmemo.js +105 -0
  375. package/sdk/models/operations/removeaccountingcreditmemo.js.map +1 -0
  376. package/sdk/models/operations/removeaccountingpurchaseorder.d.ts +66 -0
  377. package/sdk/models/operations/removeaccountingpurchaseorder.d.ts.map +1 -0
  378. package/sdk/models/operations/removeaccountingpurchaseorder.js +105 -0
  379. package/sdk/models/operations/removeaccountingpurchaseorder.js.map +1 -0
  380. package/sdk/models/operations/removeaccountingsalesorder.d.ts +66 -0
  381. package/sdk/models/operations/removeaccountingsalesorder.d.ts.map +1 -0
  382. package/sdk/models/operations/removeaccountingsalesorder.js +105 -0
  383. package/sdk/models/operations/removeaccountingsalesorder.js.map +1 -0
  384. package/sdk/models/operations/updateaccountingbill.d.ts +50 -0
  385. package/sdk/models/operations/updateaccountingbill.d.ts.map +1 -0
  386. package/sdk/models/operations/updateaccountingbill.js +79 -0
  387. package/sdk/models/operations/updateaccountingbill.js.map +1 -0
  388. package/sdk/models/operations/updateaccountingcreditmemo.d.ts +50 -0
  389. package/sdk/models/operations/updateaccountingcreditmemo.d.ts.map +1 -0
  390. package/sdk/models/operations/updateaccountingcreditmemo.js +79 -0
  391. package/sdk/models/operations/updateaccountingcreditmemo.js.map +1 -0
  392. package/sdk/models/operations/updateaccountingpurchaseorder.d.ts +50 -0
  393. package/sdk/models/operations/updateaccountingpurchaseorder.d.ts.map +1 -0
  394. package/sdk/models/operations/updateaccountingpurchaseorder.js +79 -0
  395. package/sdk/models/operations/updateaccountingpurchaseorder.js.map +1 -0
  396. package/sdk/models/operations/updateaccountingsalesorder.d.ts +50 -0
  397. package/sdk/models/operations/updateaccountingsalesorder.d.ts.map +1 -0
  398. package/sdk/models/operations/updateaccountingsalesorder.js +79 -0
  399. package/sdk/models/operations/updateaccountingsalesorder.js.map +1 -0
  400. package/sdk/models/shared/accountingbalancesheet.d.ts +56 -0
  401. package/sdk/models/shared/accountingbalancesheet.d.ts.map +1 -0
  402. package/sdk/models/shared/accountingbalancesheet.js +103 -0
  403. package/sdk/models/shared/accountingbalancesheet.js.map +1 -0
  404. package/sdk/models/shared/accountingbalancesheetitem.d.ts +16 -16
  405. package/sdk/models/shared/accountingbalancesheetitem.js +18 -18
  406. package/sdk/models/shared/accountingbill.d.ts +129 -0
  407. package/sdk/models/shared/accountingbill.d.ts.map +1 -0
  408. package/sdk/models/shared/accountingbill.js +216 -0
  409. package/sdk/models/shared/accountingbill.js.map +1 -0
  410. package/sdk/models/shared/accountingcreditmemo.d.ts +129 -0
  411. package/sdk/models/shared/accountingcreditmemo.d.ts.map +1 -0
  412. package/sdk/models/shared/accountingcreditmemo.js +216 -0
  413. package/sdk/models/shared/accountingcreditmemo.js.map +1 -0
  414. package/sdk/models/shared/accountinginvoice.d.ts +10 -10
  415. package/sdk/models/shared/accountinginvoice.d.ts.map +1 -1
  416. package/sdk/models/shared/accountinginvoice.js +15 -15
  417. package/sdk/models/shared/accountinginvoice.js.map +1 -1
  418. package/sdk/models/shared/accountingprofitloss.d.ts +82 -0
  419. package/sdk/models/shared/accountingprofitloss.d.ts.map +1 -0
  420. package/sdk/models/shared/accountingprofitloss.js +145 -0
  421. package/sdk/models/shared/accountingprofitloss.js.map +1 -0
  422. package/sdk/models/shared/accountingprofitlossaccount.d.ts +35 -0
  423. package/sdk/models/shared/accountingprofitlossaccount.d.ts.map +1 -0
  424. package/sdk/models/shared/{accountingprofitandlossaccount.js → accountingprofitlossaccount.js} +17 -17
  425. package/sdk/models/shared/accountingprofitlossaccount.js.map +1 -0
  426. package/sdk/models/shared/accountingprofitlosscategory.d.ts +37 -0
  427. package/sdk/models/shared/accountingprofitlosscategory.d.ts.map +1 -0
  428. package/sdk/models/shared/{accountingprofitandlosscategory.js → accountingprofitlosscategory.js} +20 -22
  429. package/sdk/models/shared/accountingprofitlosscategory.js.map +1 -0
  430. package/sdk/models/shared/accountingprofitlosssection.d.ts +36 -0
  431. package/sdk/models/shared/accountingprofitlosssection.d.ts.map +1 -0
  432. package/sdk/models/shared/{accountingprofitandlosssection.js → accountingprofitlosssection.js} +20 -20
  433. package/sdk/models/shared/accountingprofitlosssection.js.map +1 -0
  434. package/sdk/models/shared/accountingprofitlosssubcategory.d.ts +36 -0
  435. package/sdk/models/shared/accountingprofitlosssubcategory.d.ts.map +1 -0
  436. package/sdk/models/shared/{accountingprofitandlosssubcategory.js → accountingprofitlosssubcategory.js} +17 -17
  437. package/sdk/models/shared/accountingprofitlosssubcategory.js.map +1 -0
  438. package/sdk/models/shared/accountingpurchaseorder.d.ts +85 -0
  439. package/sdk/models/shared/accountingpurchaseorder.d.ts.map +1 -0
  440. package/sdk/models/shared/accountingpurchaseorder.js +148 -0
  441. package/sdk/models/shared/accountingpurchaseorder.js.map +1 -0
  442. package/sdk/models/shared/accountingsalesorder.d.ts +85 -0
  443. package/sdk/models/shared/accountingsalesorder.d.ts.map +1 -0
  444. package/sdk/models/shared/accountingsalesorder.js +148 -0
  445. package/sdk/models/shared/accountingsalesorder.js.map +1 -0
  446. package/sdk/models/shared/accountingtrialbalance.d.ts +54 -0
  447. package/sdk/models/shared/accountingtrialbalance.d.ts.map +1 -0
  448. package/sdk/models/shared/accountingtrialbalance.js +105 -0
  449. package/sdk/models/shared/accountingtrialbalance.js.map +1 -0
  450. package/sdk/models/shared/accountingtrialbalancesubitem.d.ts +13 -13
  451. package/sdk/models/shared/accountingtrialbalancesubitem.js +16 -16
  452. package/sdk/models/shared/index.d.ts +15 -4
  453. package/sdk/models/shared/index.d.ts.map +1 -1
  454. package/sdk/models/shared/index.js +15 -4
  455. package/sdk/models/shared/index.js.map +1 -1
  456. package/sdk/models/shared/propertyaccountingbalancesheetitemsubitems.d.ts +13 -13
  457. package/sdk/models/shared/propertyaccountingbalancesheetitemsubitems.js +16 -16
  458. package/sdk/models/shared/propertyaccountingpurchaseorderbillingaddress.d.ts +43 -0
  459. package/sdk/models/shared/propertyaccountingpurchaseorderbillingaddress.d.ts.map +1 -0
  460. package/sdk/models/shared/propertyaccountingpurchaseorderbillingaddress.js +86 -0
  461. package/sdk/models/shared/propertyaccountingpurchaseorderbillingaddress.js.map +1 -0
  462. package/sdk/models/shared/propertyaccountingpurchaseordershippingaddress.d.ts +43 -0
  463. package/sdk/models/shared/propertyaccountingpurchaseordershippingaddress.d.ts.map +1 -0
  464. package/sdk/models/shared/propertyaccountingpurchaseordershippingaddress.js +86 -0
  465. package/sdk/models/shared/propertyaccountingpurchaseordershippingaddress.js.map +1 -0
  466. package/sdk/models/shared/propertyaccountingreportbalancesheet.d.ts +27 -7
  467. package/sdk/models/shared/propertyaccountingreportbalancesheet.d.ts.map +1 -1
  468. package/sdk/models/shared/propertyaccountingreportbalancesheet.js +34 -6
  469. package/sdk/models/shared/propertyaccountingreportbalancesheet.js.map +1 -1
  470. package/sdk/models/shared/propertyaccountingreportprofitandloss.d.ts +34 -14
  471. package/sdk/models/shared/propertyaccountingreportprofitandloss.d.ts.map +1 -1
  472. package/sdk/models/shared/propertyaccountingreportprofitandloss.js +43 -14
  473. package/sdk/models/shared/propertyaccountingreportprofitandloss.js.map +1 -1
  474. package/sdk/models/shared/propertyaccountingreporttrialbalance.d.ts +23 -3
  475. package/sdk/models/shared/propertyaccountingreporttrialbalance.d.ts.map +1 -1
  476. package/sdk/models/shared/propertyaccountingreporttrialbalance.js +30 -2
  477. package/sdk/models/shared/propertyaccountingreporttrialbalance.js.map +1 -1
  478. package/sdk/models/shared/propertyaccountingsalesorderbillingaddress.d.ts +43 -0
  479. package/sdk/models/shared/propertyaccountingsalesorderbillingaddress.d.ts.map +1 -0
  480. package/sdk/models/shared/propertyaccountingsalesorderbillingaddress.js +86 -0
  481. package/sdk/models/shared/propertyaccountingsalesorderbillingaddress.js.map +1 -0
  482. package/sdk/models/shared/propertyaccountingsalesordershippingaddress.d.ts +43 -0
  483. package/sdk/models/shared/propertyaccountingsalesordershippingaddress.d.ts.map +1 -0
  484. package/sdk/models/shared/propertyaccountingsalesordershippingaddress.js +86 -0
  485. package/sdk/models/shared/propertyaccountingsalesordershippingaddress.js.map +1 -0
  486. package/sdk/profitloss.d.ts +14 -0
  487. package/sdk/profitloss.d.ts.map +1 -0
  488. package/sdk/profitloss.js +26 -0
  489. package/sdk/profitloss.js.map +1 -0
  490. package/sdk/purchaseorder.d.ts +30 -0
  491. package/sdk/purchaseorder.d.ts.map +1 -0
  492. package/sdk/purchaseorder.js +54 -0
  493. package/sdk/purchaseorder.js.map +1 -0
  494. package/sdk/salesorder.d.ts +30 -0
  495. package/sdk/salesorder.d.ts.map +1 -0
  496. package/sdk/salesorder.js +54 -0
  497. package/sdk/salesorder.js.map +1 -0
  498. package/sdk/sdk.d.ts +21 -0
  499. package/sdk/sdk.d.ts.map +1 -1
  500. package/sdk/sdk.js +28 -0
  501. package/sdk/sdk.js.map +1 -1
  502. package/sdk/trialbalance.d.ts +14 -0
  503. package/sdk/trialbalance.d.ts.map +1 -0
  504. package/sdk/trialbalance.js +26 -0
  505. package/sdk/trialbalance.js.map +1 -0
  506. package/src/funcs/accountingCreateAccountingBill.ts +171 -0
  507. package/src/funcs/accountingCreateAccountingCreditmemo.ts +173 -0
  508. package/src/funcs/accountingCreateAccountingPurchaseorder.ts +177 -0
  509. package/src/funcs/accountingCreateAccountingSalesorder.ts +173 -0
  510. package/src/funcs/accountingGetAccountingBalancesheet.ts +176 -0
  511. package/src/funcs/accountingGetAccountingBill.ts +173 -0
  512. package/src/funcs/accountingGetAccountingCreditmemo.ts +176 -0
  513. package/src/funcs/accountingGetAccountingProfitloss.ts +176 -0
  514. package/src/funcs/accountingGetAccountingPurchaseorder.ts +176 -0
  515. package/src/funcs/accountingGetAccountingSalesorder.ts +176 -0
  516. package/src/funcs/accountingGetAccountingTrialbalance.ts +176 -0
  517. package/src/funcs/accountingListAccountingBalancesheets.ts +181 -0
  518. package/src/funcs/accountingListAccountingBills.ts +179 -0
  519. package/src/funcs/accountingListAccountingCreditmemoes.ts +179 -0
  520. package/src/funcs/accountingListAccountingProfitlosses.ts +179 -0
  521. package/src/funcs/accountingListAccountingPurchaseorders.ts +182 -0
  522. package/src/funcs/accountingListAccountingSalesorders.ts +178 -0
  523. package/src/funcs/accountingListAccountingTrialbalances.ts +181 -0
  524. package/src/funcs/accountingPatchAccountingBill.ts +175 -0
  525. package/src/funcs/accountingPatchAccountingCreditmemo.ts +179 -0
  526. package/src/funcs/accountingPatchAccountingPurchaseorder.ts +181 -0
  527. package/src/funcs/accountingPatchAccountingSalesorder.ts +179 -0
  528. package/src/funcs/accountingRemoveAccountingBill.ts +179 -0
  529. package/src/funcs/accountingRemoveAccountingCreditmemo.ts +181 -0
  530. package/src/funcs/accountingRemoveAccountingPurchaseorder.ts +183 -0
  531. package/src/funcs/accountingRemoveAccountingSalesorder.ts +181 -0
  532. package/src/funcs/accountingUpdateAccountingBill.ts +175 -0
  533. package/src/funcs/accountingUpdateAccountingCreditmemo.ts +179 -0
  534. package/src/funcs/accountingUpdateAccountingPurchaseorder.ts +181 -0
  535. package/src/funcs/accountingUpdateAccountingSalesorder.ts +179 -0
  536. package/src/lib/config.ts +2 -2
  537. package/src/mcp-server/mcp-server.ts +1 -1
  538. package/src/mcp-server/server.ts +61 -1
  539. package/src/mcp-server/tools/accountingCreateAccountingBill.ts +36 -0
  540. package/src/mcp-server/tools/accountingCreateAccountingCreditmemo.ts +37 -0
  541. package/src/mcp-server/tools/accountingCreateAccountingPurchaseorder.ts +37 -0
  542. package/src/mcp-server/tools/accountingCreateAccountingSalesorder.ts +37 -0
  543. package/src/mcp-server/tools/accountingGetAccountingBalancesheet.ts +37 -0
  544. package/src/mcp-server/tools/accountingGetAccountingBill.ts +35 -0
  545. package/src/mcp-server/tools/accountingGetAccountingCreditmemo.ts +37 -0
  546. package/src/mcp-server/tools/accountingGetAccountingProfitloss.ts +37 -0
  547. package/src/mcp-server/tools/accountingGetAccountingPurchaseorder.ts +37 -0
  548. package/src/mcp-server/tools/accountingGetAccountingSalesorder.ts +37 -0
  549. package/src/mcp-server/tools/accountingGetAccountingTrialbalance.ts +37 -0
  550. package/src/mcp-server/tools/accountingListAccountingBalancesheets.ts +37 -0
  551. package/src/mcp-server/tools/accountingListAccountingBills.ts +35 -0
  552. package/src/mcp-server/tools/accountingListAccountingCreditmemoes.ts +37 -0
  553. package/src/mcp-server/tools/accountingListAccountingProfitlosses.ts +37 -0
  554. package/src/mcp-server/tools/accountingListAccountingPurchaseorders.ts +37 -0
  555. package/src/mcp-server/tools/accountingListAccountingSalesorders.ts +37 -0
  556. package/src/mcp-server/tools/accountingListAccountingTrialbalances.ts +37 -0
  557. package/src/mcp-server/tools/accountingPatchAccountingBill.ts +35 -0
  558. package/src/mcp-server/tools/accountingPatchAccountingCreditmemo.ts +37 -0
  559. package/src/mcp-server/tools/accountingPatchAccountingPurchaseorder.ts +37 -0
  560. package/src/mcp-server/tools/accountingPatchAccountingSalesorder.ts +37 -0
  561. package/src/mcp-server/tools/accountingRemoveAccountingBill.ts +34 -0
  562. package/src/mcp-server/tools/accountingRemoveAccountingCreditmemo.ts +35 -0
  563. package/src/mcp-server/tools/accountingRemoveAccountingPurchaseorder.ts +35 -0
  564. package/src/mcp-server/tools/accountingRemoveAccountingSalesorder.ts +35 -0
  565. package/src/mcp-server/tools/accountingUpdateAccountingBill.ts +36 -0
  566. package/src/mcp-server/tools/accountingUpdateAccountingCreditmemo.ts +37 -0
  567. package/src/mcp-server/tools/accountingUpdateAccountingPurchaseorder.ts +37 -0
  568. package/src/mcp-server/tools/accountingUpdateAccountingSalesorder.ts +37 -0
  569. package/src/sdk/accounting.ts +450 -0
  570. package/src/sdk/balancesheet.ts +40 -0
  571. package/src/sdk/bill.ts +100 -0
  572. package/src/sdk/creditmemo.ts +100 -0
  573. package/src/sdk/models/operations/createaccountingbill.ts +101 -0
  574. package/src/sdk/models/operations/createaccountingcreditmemo.ts +102 -0
  575. package/src/sdk/models/operations/createaccountingpurchaseorder.ts +104 -0
  576. package/src/sdk/models/operations/createaccountingsalesorder.ts +102 -0
  577. package/src/sdk/models/operations/getaccountingbalancesheet.ts +101 -0
  578. package/src/sdk/models/operations/getaccountingbill.ts +99 -0
  579. package/src/sdk/models/operations/getaccountingcreditmemo.ts +101 -0
  580. package/src/sdk/models/operations/getaccountingprofitloss.ts +101 -0
  581. package/src/sdk/models/operations/getaccountingpurchaseorder.ts +102 -0
  582. package/src/sdk/models/operations/getaccountingsalesorder.ts +101 -0
  583. package/src/sdk/models/operations/getaccountingtrialbalance.ts +101 -0
  584. package/src/sdk/models/operations/index.ts +30 -0
  585. package/src/sdk/models/operations/listaccountingbalancesheets.ts +146 -0
  586. package/src/sdk/models/operations/listaccountingbills.ts +142 -0
  587. package/src/sdk/models/operations/listaccountingcreditmemoes.ts +145 -0
  588. package/src/sdk/models/operations/listaccountingprofitlosses.ts +145 -0
  589. package/src/sdk/models/operations/listaccountingpurchaseorders.ts +138 -0
  590. package/src/sdk/models/operations/listaccountingsalesorders.ts +135 -0
  591. package/src/sdk/models/operations/listaccountingtrialbalances.ts +146 -0
  592. package/src/sdk/models/operations/patchaccountingbill.ts +106 -0
  593. package/src/sdk/models/operations/patchaccountingcreditmemo.ts +108 -0
  594. package/src/sdk/models/operations/patchaccountingpurchaseorder.ts +111 -0
  595. package/src/sdk/models/operations/patchaccountingsalesorder.ts +108 -0
  596. package/src/sdk/models/operations/removeaccountingbill.ts +155 -0
  597. package/src/sdk/models/operations/removeaccountingcreditmemo.ts +158 -0
  598. package/src/sdk/models/operations/removeaccountingpurchaseorder.ts +161 -0
  599. package/src/sdk/models/operations/removeaccountingsalesorder.ts +158 -0
  600. package/src/sdk/models/operations/updateaccountingbill.ts +108 -0
  601. package/src/sdk/models/operations/updateaccountingcreditmemo.ts +109 -0
  602. package/src/sdk/models/operations/updateaccountingpurchaseorder.ts +111 -0
  603. package/src/sdk/models/operations/updateaccountingsalesorder.ts +109 -0
  604. package/src/sdk/models/shared/accountingbalancesheet.ts +137 -0
  605. package/src/sdk/models/shared/accountingbalancesheetitem.ts +29 -29
  606. package/src/sdk/models/shared/accountingbill.ts +309 -0
  607. package/src/sdk/models/shared/accountingcreditmemo.ts +325 -0
  608. package/src/sdk/models/shared/accountinginvoice.ts +25 -17
  609. package/src/sdk/models/shared/accountingprofitloss.ts +213 -0
  610. package/src/sdk/models/shared/{accountingprofitandlossaccount.ts → accountingprofitlossaccount.ts} +22 -22
  611. package/src/sdk/models/shared/accountingprofitlosscategory.ts +94 -0
  612. package/src/sdk/models/shared/accountingprofitlosssection.ts +99 -0
  613. package/src/sdk/models/shared/accountingprofitlosssubcategory.ts +88 -0
  614. package/src/sdk/models/shared/accountingpurchaseorder.ts +216 -0
  615. package/src/sdk/models/shared/accountingsalesorder.ts +216 -0
  616. package/src/sdk/models/shared/accountingtrialbalance.ts +137 -0
  617. package/src/sdk/models/shared/accountingtrialbalancesubitem.ts +22 -22
  618. package/src/sdk/models/shared/index.ts +15 -4
  619. package/src/sdk/models/shared/propertyaccountingbalancesheetitemsubitems.ts +23 -23
  620. package/src/sdk/models/shared/propertyaccountingpurchaseorderbillingaddress.ts +120 -0
  621. package/src/sdk/models/shared/propertyaccountingpurchaseordershippingaddress.ts +121 -0
  622. package/src/sdk/models/shared/propertyaccountingreportbalancesheet.ts +60 -16
  623. package/src/sdk/models/shared/propertyaccountingreportprofitandloss.ts +79 -40
  624. package/src/sdk/models/shared/propertyaccountingreporttrialbalance.ts +52 -8
  625. package/src/sdk/models/shared/propertyaccountingsalesorderbillingaddress.ts +117 -0
  626. package/src/sdk/models/shared/propertyaccountingsalesordershippingaddress.ts +120 -0
  627. package/src/sdk/profitloss.ts +40 -0
  628. package/src/sdk/purchaseorder.ts +100 -0
  629. package/src/sdk/salesorder.ts +100 -0
  630. package/src/sdk/sdk.ts +42 -0
  631. package/src/sdk/trialbalance.ts +40 -0
  632. package/sdk/models/shared/accountingprofitandlossaccount.d.ts +0 -35
  633. package/sdk/models/shared/accountingprofitandlossaccount.d.ts.map +0 -1
  634. package/sdk/models/shared/accountingprofitandlossaccount.js.map +0 -1
  635. package/sdk/models/shared/accountingprofitandlosscategory.d.ts +0 -37
  636. package/sdk/models/shared/accountingprofitandlosscategory.d.ts.map +0 -1
  637. package/sdk/models/shared/accountingprofitandlosscategory.js.map +0 -1
  638. package/sdk/models/shared/accountingprofitandlosssection.d.ts +0 -36
  639. package/sdk/models/shared/accountingprofitandlosssection.d.ts.map +0 -1
  640. package/sdk/models/shared/accountingprofitandlosssection.js.map +0 -1
  641. package/sdk/models/shared/accountingprofitandlosssubcategory.d.ts +0 -36
  642. package/sdk/models/shared/accountingprofitandlosssubcategory.d.ts.map +0 -1
  643. package/sdk/models/shared/accountingprofitandlosssubcategory.js.map +0 -1
  644. package/src/sdk/models/shared/accountingprofitandlosscategory.ts +0 -96
  645. package/src/sdk/models/shared/accountingprofitandlosssection.ts +0 -99
  646. package/src/sdk/models/shared/accountingprofitandlosssubcategory.ts +0 -90
@@ -0,0 +1,36 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ import { AccountingProfitlossAccount, AccountingProfitlossAccount$Outbound } from "./accountingprofitlossaccount.js";
5
+ export type AccountingProfitlossSection = {
6
+ accounts?: Array<AccountingProfitlossAccount> | undefined;
7
+ sectionName?: string | undefined;
8
+ sectionType?: string | undefined;
9
+ totalAmount?: number | undefined;
10
+ };
11
+ /** @internal */
12
+ export declare const AccountingProfitlossSection$inboundSchema: z.ZodType<AccountingProfitlossSection, z.ZodTypeDef, unknown>;
13
+ /** @internal */
14
+ export type AccountingProfitlossSection$Outbound = {
15
+ accounts?: Array<AccountingProfitlossAccount$Outbound> | undefined;
16
+ section_name?: string | undefined;
17
+ section_type?: string | undefined;
18
+ total_amount?: number | undefined;
19
+ };
20
+ /** @internal */
21
+ export declare const AccountingProfitlossSection$outboundSchema: z.ZodType<AccountingProfitlossSection$Outbound, z.ZodTypeDef, AccountingProfitlossSection>;
22
+ /**
23
+ * @internal
24
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
25
+ */
26
+ export declare namespace AccountingProfitlossSection$ {
27
+ /** @deprecated use `AccountingProfitlossSection$inboundSchema` instead. */
28
+ const inboundSchema: z.ZodType<AccountingProfitlossSection, z.ZodTypeDef, unknown>;
29
+ /** @deprecated use `AccountingProfitlossSection$outboundSchema` instead. */
30
+ const outboundSchema: z.ZodType<AccountingProfitlossSection$Outbound, z.ZodTypeDef, AccountingProfitlossSection>;
31
+ /** @deprecated use `AccountingProfitlossSection$Outbound` instead. */
32
+ type Outbound = AccountingProfitlossSection$Outbound;
33
+ }
34
+ export declare function accountingProfitlossSectionToJSON(accountingProfitlossSection: AccountingProfitlossSection): string;
35
+ export declare function accountingProfitlossSectionFromJSON(jsonString: string): SafeParseResult<AccountingProfitlossSection, SDKValidationError>;
36
+ //# sourceMappingURL=accountingprofitlosssection.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountingprofitlosssection.d.ts","sourceRoot":"","sources":["../../../src/sdk/models/shared/accountingprofitlosssection.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,2BAA2B,EAE3B,oCAAoC,EAErC,MAAM,kCAAkC,CAAC;AAE1C,MAAM,MAAM,2BAA2B,GAAG;IACxC,QAAQ,CAAC,EAAE,KAAK,CAAC,2BAA2B,CAAC,GAAG,SAAS,CAAC;IAC1D,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yCAAyC,EAAE,CAAC,CAAC,OAAO,CAC/D,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,OAAO,CAYP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,oCAAoC,GAAG;IACjD,QAAQ,CAAC,EAAE,KAAK,CAAC,oCAAoC,CAAC,GAAG,SAAS,CAAC;IACnE,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACnC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,0CAA0C,EAAE,CAAC,CAAC,OAAO,CAChE,oCAAoC,EACpC,CAAC,CAAC,UAAU,EACZ,2BAA2B,CAY3B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,4BAA4B,CAAC;IAC5C,2EAA2E;IACpE,MAAM,aAAa,+DAA4C,CAAC;IACvE,4EAA4E;IACrE,MAAM,cAAc,4FAA6C,CAAC;IACzE,sEAAsE;IACtE,KAAY,QAAQ,GAAG,oCAAoC,CAAC;CAC7D;AAED,wBAAgB,iCAAiC,CAC/C,2BAA2B,EAAE,2BAA2B,GACvD,MAAM,CAMR;AAED,wBAAgB,mCAAmC,CACjD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,2BAA2B,EAAE,kBAAkB,CAAC,CAMlE"}
@@ -26,16 +26,16 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.AccountingProfitAndLossSection$ = exports.AccountingProfitAndLossSection$outboundSchema = exports.AccountingProfitAndLossSection$inboundSchema = void 0;
30
- exports.accountingProfitAndLossSectionToJSON = accountingProfitAndLossSectionToJSON;
31
- exports.accountingProfitAndLossSectionFromJSON = accountingProfitAndLossSectionFromJSON;
29
+ exports.AccountingProfitlossSection$ = exports.AccountingProfitlossSection$outboundSchema = exports.AccountingProfitlossSection$inboundSchema = void 0;
30
+ exports.accountingProfitlossSectionToJSON = accountingProfitlossSectionToJSON;
31
+ exports.accountingProfitlossSectionFromJSON = accountingProfitlossSectionFromJSON;
32
32
  const z = __importStar(require("zod"));
33
33
  const primitives_js_1 = require("../../../lib/primitives.js");
34
34
  const schemas_js_1 = require("../../../lib/schemas.js");
35
- const accountingprofitandlossaccount_js_1 = require("./accountingprofitandlossaccount.js");
35
+ const accountingprofitlossaccount_js_1 = require("./accountingprofitlossaccount.js");
36
36
  /** @internal */
37
- exports.AccountingProfitAndLossSection$inboundSchema = z.object({
38
- accounts: z.array(accountingprofitandlossaccount_js_1.AccountingProfitAndLossAccount$inboundSchema).optional(),
37
+ exports.AccountingProfitlossSection$inboundSchema = z.object({
38
+ accounts: z.array(accountingprofitlossaccount_js_1.AccountingProfitlossAccount$inboundSchema).optional(),
39
39
  section_name: z.string().optional(),
40
40
  section_type: z.string().optional(),
41
41
  total_amount: z.number().optional(),
@@ -47,8 +47,8 @@ exports.AccountingProfitAndLossSection$inboundSchema = z.object({
47
47
  });
48
48
  });
49
49
  /** @internal */
50
- exports.AccountingProfitAndLossSection$outboundSchema = z.object({
51
- accounts: z.array(accountingprofitandlossaccount_js_1.AccountingProfitAndLossAccount$outboundSchema).optional(),
50
+ exports.AccountingProfitlossSection$outboundSchema = z.object({
51
+ accounts: z.array(accountingprofitlossaccount_js_1.AccountingProfitlossAccount$outboundSchema).optional(),
52
52
  sectionName: z.string().optional(),
53
53
  sectionType: z.string().optional(),
54
54
  totalAmount: z.number().optional(),
@@ -63,17 +63,17 @@ exports.AccountingProfitAndLossSection$outboundSchema = z.object({
63
63
  * @internal
64
64
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
65
65
  */
66
- var AccountingProfitAndLossSection$;
67
- (function (AccountingProfitAndLossSection$) {
68
- /** @deprecated use `AccountingProfitAndLossSection$inboundSchema` instead. */
69
- AccountingProfitAndLossSection$.inboundSchema = exports.AccountingProfitAndLossSection$inboundSchema;
70
- /** @deprecated use `AccountingProfitAndLossSection$outboundSchema` instead. */
71
- AccountingProfitAndLossSection$.outboundSchema = exports.AccountingProfitAndLossSection$outboundSchema;
72
- })(AccountingProfitAndLossSection$ || (exports.AccountingProfitAndLossSection$ = AccountingProfitAndLossSection$ = {}));
73
- function accountingProfitAndLossSectionToJSON(accountingProfitAndLossSection) {
74
- return JSON.stringify(exports.AccountingProfitAndLossSection$outboundSchema.parse(accountingProfitAndLossSection));
66
+ var AccountingProfitlossSection$;
67
+ (function (AccountingProfitlossSection$) {
68
+ /** @deprecated use `AccountingProfitlossSection$inboundSchema` instead. */
69
+ AccountingProfitlossSection$.inboundSchema = exports.AccountingProfitlossSection$inboundSchema;
70
+ /** @deprecated use `AccountingProfitlossSection$outboundSchema` instead. */
71
+ AccountingProfitlossSection$.outboundSchema = exports.AccountingProfitlossSection$outboundSchema;
72
+ })(AccountingProfitlossSection$ || (exports.AccountingProfitlossSection$ = AccountingProfitlossSection$ = {}));
73
+ function accountingProfitlossSectionToJSON(accountingProfitlossSection) {
74
+ return JSON.stringify(exports.AccountingProfitlossSection$outboundSchema.parse(accountingProfitlossSection));
75
75
  }
76
- function accountingProfitAndLossSectionFromJSON(jsonString) {
77
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AccountingProfitAndLossSection$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AccountingProfitAndLossSection' from JSON`);
76
+ function accountingProfitlossSectionFromJSON(jsonString) {
77
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AccountingProfitlossSection$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AccountingProfitlossSection' from JSON`);
78
78
  }
79
- //# sourceMappingURL=accountingprofitandlosssection.js.map
79
+ //# sourceMappingURL=accountingprofitlosssection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountingprofitlosssection.js","sourceRoot":"","sources":["../../../src/sdk/models/shared/accountingprofitlosssection.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AA8EH,8EAQC;AAED,kFAQC;AA9FD,uCAAyB;AACzB,8DAA6D;AAC7D,wDAAoD;AAGpD,qFAK0C;AAS1C,gBAAgB;AACH,QAAA,yCAAyC,GAIlD,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,0EAAyC,CAAC,CAAC,QAAQ,EAAE;IACvE,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACpC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,aAAa;QAC7B,cAAc,EAAE,aAAa;QAC7B,cAAc,EAAE,aAAa;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAUH,gBAAgB;AACH,QAAA,0CAA0C,GAInD,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,KAAK,CAAC,2EAA0C,CAAC,CAAC,QAAQ,EAAE;IACxE,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,WAAW,EAAE,cAAc;QAC3B,WAAW,EAAE,cAAc;QAC3B,WAAW,EAAE,cAAc;KAC5B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,4BAA4B,CAO5C;AAPD,WAAiB,4BAA4B;IAC3C,2EAA2E;IAC9D,0CAAa,GAAG,iDAAyC,CAAC;IACvE,4EAA4E;IAC/D,2CAAc,GAAG,kDAA0C,CAAC;AAG3E,CAAC,EAPgB,4BAA4B,4CAA5B,4BAA4B,QAO5C;AAED,SAAgB,iCAAiC,CAC/C,2BAAwD;IAExD,OAAO,IAAI,CAAC,SAAS,CACnB,kDAA0C,CAAC,KAAK,CAC9C,2BAA2B,CAC5B,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,mCAAmC,CACjD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,iDAAyC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACrE,yDAAyD,CAC1D,CAAC;AACJ,CAAC"}
@@ -0,0 +1,36 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
+ /**
5
+ * @deprecated
6
+ */
7
+ export type AccountingProfitlossSubcategory = {
8
+ amount?: number | undefined;
9
+ name?: string | undefined;
10
+ transactionIds?: Array<string> | undefined;
11
+ };
12
+ /** @internal */
13
+ export declare const AccountingProfitlossSubcategory$inboundSchema: z.ZodType<AccountingProfitlossSubcategory, z.ZodTypeDef, unknown>;
14
+ /** @internal */
15
+ export type AccountingProfitlossSubcategory$Outbound = {
16
+ amount?: number | undefined;
17
+ name?: string | undefined;
18
+ transaction_ids?: Array<string> | undefined;
19
+ };
20
+ /** @internal */
21
+ export declare const AccountingProfitlossSubcategory$outboundSchema: z.ZodType<AccountingProfitlossSubcategory$Outbound, z.ZodTypeDef, AccountingProfitlossSubcategory>;
22
+ /**
23
+ * @internal
24
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
25
+ */
26
+ export declare namespace AccountingProfitlossSubcategory$ {
27
+ /** @deprecated use `AccountingProfitlossSubcategory$inboundSchema` instead. */
28
+ const inboundSchema: z.ZodType<AccountingProfitlossSubcategory, z.ZodTypeDef, unknown>;
29
+ /** @deprecated use `AccountingProfitlossSubcategory$outboundSchema` instead. */
30
+ const outboundSchema: z.ZodType<AccountingProfitlossSubcategory$Outbound, z.ZodTypeDef, AccountingProfitlossSubcategory>;
31
+ /** @deprecated use `AccountingProfitlossSubcategory$Outbound` instead. */
32
+ type Outbound = AccountingProfitlossSubcategory$Outbound;
33
+ }
34
+ export declare function accountingProfitlossSubcategoryToJSON(accountingProfitlossSubcategory: AccountingProfitlossSubcategory): string;
35
+ export declare function accountingProfitlossSubcategoryFromJSON(jsonString: string): SafeParseResult<AccountingProfitlossSubcategory, SDKValidationError>;
36
+ //# sourceMappingURL=accountingprofitlosssubcategory.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountingprofitlosssubcategory.d.ts","sourceRoot":"","sources":["../../../src/sdk/models/shared/accountingprofitlosssubcategory.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG;IAC5C,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,cAAc,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;CAC5C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,6CAA6C,EAAE,CAAC,CAAC,OAAO,CACnE,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,OAAO,CASP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,wCAAwC,GAAG;IACrD,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,eAAe,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;CAC7C,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8CAA8C,EAAE,CAAC,CAAC,OAAO,CACpE,wCAAwC,EACxC,CAAC,CAAC,UAAU,EACZ,+BAA+B,CAS/B,CAAC;AAEH;;;GAGG;AACH,yBAAiB,gCAAgC,CAAC;IAChD,+EAA+E;IACxE,MAAM,aAAa,mEAAgD,CAAC;IAC3E,gFAAgF;IACzE,MAAM,cAAc,oGAAiD,CAAC;IAC7E,0EAA0E;IAC1E,KAAY,QAAQ,GAAG,wCAAwC,CAAC;CACjE;AAED,wBAAgB,qCAAqC,CACnD,+BAA+B,EAAE,+BAA+B,GAC/D,MAAM,CAMR;AAED,wBAAgB,uCAAuC,CACrD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,+BAA+B,EAAE,kBAAkB,CAAC,CAMtE"}
@@ -26,14 +26,14 @@ var __importStar = (this && this.__importStar) || function (mod) {
26
26
  return result;
27
27
  };
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.AccountingProfitAndLossSubcategory$ = exports.AccountingProfitAndLossSubcategory$outboundSchema = exports.AccountingProfitAndLossSubcategory$inboundSchema = void 0;
30
- exports.accountingProfitAndLossSubcategoryToJSON = accountingProfitAndLossSubcategoryToJSON;
31
- exports.accountingProfitAndLossSubcategoryFromJSON = accountingProfitAndLossSubcategoryFromJSON;
29
+ exports.AccountingProfitlossSubcategory$ = exports.AccountingProfitlossSubcategory$outboundSchema = exports.AccountingProfitlossSubcategory$inboundSchema = void 0;
30
+ exports.accountingProfitlossSubcategoryToJSON = accountingProfitlossSubcategoryToJSON;
31
+ exports.accountingProfitlossSubcategoryFromJSON = accountingProfitlossSubcategoryFromJSON;
32
32
  const z = __importStar(require("zod"));
33
33
  const primitives_js_1 = require("../../../lib/primitives.js");
34
34
  const schemas_js_1 = require("../../../lib/schemas.js");
35
35
  /** @internal */
36
- exports.AccountingProfitAndLossSubcategory$inboundSchema = z.object({
36
+ exports.AccountingProfitlossSubcategory$inboundSchema = z.object({
37
37
  amount: z.number().optional(),
38
38
  name: z.string().optional(),
39
39
  transaction_ids: z.array(z.string()).optional(),
@@ -43,7 +43,7 @@ exports.AccountingProfitAndLossSubcategory$inboundSchema = z.object({
43
43
  });
44
44
  });
45
45
  /** @internal */
46
- exports.AccountingProfitAndLossSubcategory$outboundSchema = z.object({
46
+ exports.AccountingProfitlossSubcategory$outboundSchema = z.object({
47
47
  amount: z.number().optional(),
48
48
  name: z.string().optional(),
49
49
  transactionIds: z.array(z.string()).optional(),
@@ -56,17 +56,17 @@ exports.AccountingProfitAndLossSubcategory$outboundSchema = z.object({
56
56
  * @internal
57
57
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
58
58
  */
59
- var AccountingProfitAndLossSubcategory$;
60
- (function (AccountingProfitAndLossSubcategory$) {
61
- /** @deprecated use `AccountingProfitAndLossSubcategory$inboundSchema` instead. */
62
- AccountingProfitAndLossSubcategory$.inboundSchema = exports.AccountingProfitAndLossSubcategory$inboundSchema;
63
- /** @deprecated use `AccountingProfitAndLossSubcategory$outboundSchema` instead. */
64
- AccountingProfitAndLossSubcategory$.outboundSchema = exports.AccountingProfitAndLossSubcategory$outboundSchema;
65
- })(AccountingProfitAndLossSubcategory$ || (exports.AccountingProfitAndLossSubcategory$ = AccountingProfitAndLossSubcategory$ = {}));
66
- function accountingProfitAndLossSubcategoryToJSON(accountingProfitAndLossSubcategory) {
67
- return JSON.stringify(exports.AccountingProfitAndLossSubcategory$outboundSchema.parse(accountingProfitAndLossSubcategory));
59
+ var AccountingProfitlossSubcategory$;
60
+ (function (AccountingProfitlossSubcategory$) {
61
+ /** @deprecated use `AccountingProfitlossSubcategory$inboundSchema` instead. */
62
+ AccountingProfitlossSubcategory$.inboundSchema = exports.AccountingProfitlossSubcategory$inboundSchema;
63
+ /** @deprecated use `AccountingProfitlossSubcategory$outboundSchema` instead. */
64
+ AccountingProfitlossSubcategory$.outboundSchema = exports.AccountingProfitlossSubcategory$outboundSchema;
65
+ })(AccountingProfitlossSubcategory$ || (exports.AccountingProfitlossSubcategory$ = AccountingProfitlossSubcategory$ = {}));
66
+ function accountingProfitlossSubcategoryToJSON(accountingProfitlossSubcategory) {
67
+ return JSON.stringify(exports.AccountingProfitlossSubcategory$outboundSchema.parse(accountingProfitlossSubcategory));
68
68
  }
69
- function accountingProfitAndLossSubcategoryFromJSON(jsonString) {
70
- return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AccountingProfitAndLossSubcategory$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AccountingProfitAndLossSubcategory' from JSON`);
69
+ function accountingProfitlossSubcategoryFromJSON(jsonString) {
70
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AccountingProfitlossSubcategory$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AccountingProfitlossSubcategory' from JSON`);
71
71
  }
72
- //# sourceMappingURL=accountingprofitandlosssubcategory.js.map
72
+ //# sourceMappingURL=accountingprofitlosssubcategory.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountingprofitlosssubcategory.js","sourceRoot":"","sources":["../../../src/sdk/models/shared/accountingprofitlosssubcategory.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAmEH,sFAQC;AAED,0FAQC;AAnFD,uCAAyB;AACzB,8DAA6D;AAC7D,wDAAoD;AAapD,gBAAgB;AACH,QAAA,6CAA6C,GAItD,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,eAAe,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CAChD,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,iBAAiB,EAAE,gBAAgB;KACpC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AASH,gBAAgB;AACH,QAAA,8CAA8C,GAIvD,CAAC,CAAC,MAAM,CAAC;IACX,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC7B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,cAAc,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC/C,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,cAAc,EAAE,iBAAiB;KAClC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,gCAAgC,CAOhD;AAPD,WAAiB,gCAAgC;IAC/C,+EAA+E;IAClE,8CAAa,GAAG,qDAA6C,CAAC;IAC3E,gFAAgF;IACnE,+CAAc,GAAG,sDAA8C,CAAC;AAG/E,CAAC,EAPgB,gCAAgC,gDAAhC,gCAAgC,QAOhD;AAED,SAAgB,qCAAqC,CACnD,+BAAgE;IAEhE,OAAO,IAAI,CAAC,SAAS,CACnB,sDAA8C,CAAC,KAAK,CAClD,+BAA+B,CAChC,CACF,CAAC;AACJ,CAAC;AAED,SAAgB,uCAAuC,CACrD,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,qDAA6C,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACzE,6DAA6D,CAC9D,CAAC;AACJ,CAAC"}
@@ -0,0 +1,85 @@
1
+ import * as z from "zod";
2
+ import { OpenEnum } from "../../types/enums.js";
3
+ import { Result as SafeParseResult } from "../../types/fp.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ import { AccountingLineitem, AccountingLineitem$Outbound } from "./accountinglineitem.js";
6
+ import { PropertyAccountingPurchaseorderBillingAddress, PropertyAccountingPurchaseorderBillingAddress$Outbound } from "./propertyaccountingpurchaseorderbillingaddress.js";
7
+ import { PropertyAccountingPurchaseorderShippingAddress, PropertyAccountingPurchaseorderShippingAddress$Outbound } from "./propertyaccountingpurchaseordershippingaddress.js";
8
+ export declare const AccountingPurchaseorderStatus: {
9
+ readonly Draft: "DRAFT";
10
+ readonly Voided: "VOIDED";
11
+ readonly Authorized: "AUTHORIZED";
12
+ readonly Paid: "PAID";
13
+ readonly PartiallyPaid: "PARTIALLY_PAID";
14
+ readonly PartiallyRefunded: "PARTIALLY_REFUNDED";
15
+ readonly Refunded: "REFUNDED";
16
+ };
17
+ export type AccountingPurchaseorderStatus = OpenEnum<typeof AccountingPurchaseorderStatus>;
18
+ export type AccountingPurchaseorder = {
19
+ accountId?: string | undefined;
20
+ billingAddress?: PropertyAccountingPurchaseorderBillingAddress | undefined;
21
+ contactId?: string | undefined;
22
+ createdAt?: Date | undefined;
23
+ currency?: string | undefined;
24
+ id?: string | undefined;
25
+ lineitems?: Array<AccountingLineitem> | undefined;
26
+ postedAt?: Date | undefined;
27
+ raw?: {
28
+ [k: string]: any;
29
+ } | undefined;
30
+ shippingAddress?: PropertyAccountingPurchaseorderShippingAddress | undefined;
31
+ status?: AccountingPurchaseorderStatus | undefined;
32
+ totalAmount?: number | undefined;
33
+ updatedAt?: Date | undefined;
34
+ };
35
+ /** @internal */
36
+ export declare const AccountingPurchaseorderStatus$inboundSchema: z.ZodType<AccountingPurchaseorderStatus, z.ZodTypeDef, unknown>;
37
+ /** @internal */
38
+ export declare const AccountingPurchaseorderStatus$outboundSchema: z.ZodType<AccountingPurchaseorderStatus, z.ZodTypeDef, AccountingPurchaseorderStatus>;
39
+ /**
40
+ * @internal
41
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
42
+ */
43
+ export declare namespace AccountingPurchaseorderStatus$ {
44
+ /** @deprecated use `AccountingPurchaseorderStatus$inboundSchema` instead. */
45
+ const inboundSchema: z.ZodType<AccountingPurchaseorderStatus, z.ZodTypeDef, unknown>;
46
+ /** @deprecated use `AccountingPurchaseorderStatus$outboundSchema` instead. */
47
+ const outboundSchema: z.ZodType<AccountingPurchaseorderStatus, z.ZodTypeDef, AccountingPurchaseorderStatus>;
48
+ }
49
+ /** @internal */
50
+ export declare const AccountingPurchaseorder$inboundSchema: z.ZodType<AccountingPurchaseorder, z.ZodTypeDef, unknown>;
51
+ /** @internal */
52
+ export type AccountingPurchaseorder$Outbound = {
53
+ account_id?: string | undefined;
54
+ billing_address?: PropertyAccountingPurchaseorderBillingAddress$Outbound | undefined;
55
+ contact_id?: string | undefined;
56
+ created_at?: string | undefined;
57
+ currency?: string | undefined;
58
+ id?: string | undefined;
59
+ lineitems?: Array<AccountingLineitem$Outbound> | undefined;
60
+ posted_at?: string | undefined;
61
+ raw?: {
62
+ [k: string]: any;
63
+ } | undefined;
64
+ shipping_address?: PropertyAccountingPurchaseorderShippingAddress$Outbound | undefined;
65
+ status?: string | undefined;
66
+ total_amount?: number | undefined;
67
+ updated_at?: string | undefined;
68
+ };
69
+ /** @internal */
70
+ export declare const AccountingPurchaseorder$outboundSchema: z.ZodType<AccountingPurchaseorder$Outbound, z.ZodTypeDef, AccountingPurchaseorder>;
71
+ /**
72
+ * @internal
73
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
74
+ */
75
+ export declare namespace AccountingPurchaseorder$ {
76
+ /** @deprecated use `AccountingPurchaseorder$inboundSchema` instead. */
77
+ const inboundSchema: z.ZodType<AccountingPurchaseorder, z.ZodTypeDef, unknown>;
78
+ /** @deprecated use `AccountingPurchaseorder$outboundSchema` instead. */
79
+ const outboundSchema: z.ZodType<AccountingPurchaseorder$Outbound, z.ZodTypeDef, AccountingPurchaseorder>;
80
+ /** @deprecated use `AccountingPurchaseorder$Outbound` instead. */
81
+ type Outbound = AccountingPurchaseorder$Outbound;
82
+ }
83
+ export declare function accountingPurchaseorderToJSON(accountingPurchaseorder: AccountingPurchaseorder): string;
84
+ export declare function accountingPurchaseorderFromJSON(jsonString: string): SafeParseResult<AccountingPurchaseorder, SDKValidationError>;
85
+ //# sourceMappingURL=accountingpurchaseorder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountingpurchaseorder.d.ts","sourceRoot":"","sources":["../../../src/sdk/models/shared/accountingpurchaseorder.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,148 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.AccountingPurchaseorder$ = exports.AccountingPurchaseorder$outboundSchema = exports.AccountingPurchaseorder$inboundSchema = exports.AccountingPurchaseorderStatus$ = exports.AccountingPurchaseorderStatus$outboundSchema = exports.AccountingPurchaseorderStatus$inboundSchema = exports.AccountingPurchaseorderStatus = void 0;
30
+ exports.accountingPurchaseorderToJSON = accountingPurchaseorderToJSON;
31
+ exports.accountingPurchaseorderFromJSON = accountingPurchaseorderFromJSON;
32
+ const z = __importStar(require("zod"));
33
+ const primitives_js_1 = require("../../../lib/primitives.js");
34
+ const schemas_js_1 = require("../../../lib/schemas.js");
35
+ const enums_js_1 = require("../../types/enums.js");
36
+ const accountinglineitem_js_1 = require("./accountinglineitem.js");
37
+ const propertyaccountingpurchaseorderbillingaddress_js_1 = require("./propertyaccountingpurchaseorderbillingaddress.js");
38
+ const propertyaccountingpurchaseordershippingaddress_js_1 = require("./propertyaccountingpurchaseordershippingaddress.js");
39
+ exports.AccountingPurchaseorderStatus = {
40
+ Draft: "DRAFT",
41
+ Voided: "VOIDED",
42
+ Authorized: "AUTHORIZED",
43
+ Paid: "PAID",
44
+ PartiallyPaid: "PARTIALLY_PAID",
45
+ PartiallyRefunded: "PARTIALLY_REFUNDED",
46
+ Refunded: "REFUNDED",
47
+ };
48
+ /** @internal */
49
+ exports.AccountingPurchaseorderStatus$inboundSchema = z
50
+ .union([
51
+ z.nativeEnum(exports.AccountingPurchaseorderStatus),
52
+ z.string().transform(enums_js_1.catchUnrecognizedEnum),
53
+ ]);
54
+ /** @internal */
55
+ exports.AccountingPurchaseorderStatus$outboundSchema = z.union([
56
+ z.nativeEnum(exports.AccountingPurchaseorderStatus),
57
+ z.string().and(z.custom()),
58
+ ]);
59
+ /**
60
+ * @internal
61
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
62
+ */
63
+ var AccountingPurchaseorderStatus$;
64
+ (function (AccountingPurchaseorderStatus$) {
65
+ /** @deprecated use `AccountingPurchaseorderStatus$inboundSchema` instead. */
66
+ AccountingPurchaseorderStatus$.inboundSchema = exports.AccountingPurchaseorderStatus$inboundSchema;
67
+ /** @deprecated use `AccountingPurchaseorderStatus$outboundSchema` instead. */
68
+ AccountingPurchaseorderStatus$.outboundSchema = exports.AccountingPurchaseorderStatus$outboundSchema;
69
+ })(AccountingPurchaseorderStatus$ || (exports.AccountingPurchaseorderStatus$ = AccountingPurchaseorderStatus$ = {}));
70
+ /** @internal */
71
+ exports.AccountingPurchaseorder$inboundSchema = z.object({
72
+ account_id: z.string().optional(),
73
+ billing_address: propertyaccountingpurchaseorderbillingaddress_js_1.PropertyAccountingPurchaseorderBillingAddress$inboundSchema
74
+ .optional(),
75
+ contact_id: z.string().optional(),
76
+ created_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
77
+ .optional(),
78
+ currency: z.string().optional(),
79
+ id: z.string().optional(),
80
+ lineitems: z.array(accountinglineitem_js_1.AccountingLineitem$inboundSchema).optional(),
81
+ posted_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
82
+ .optional(),
83
+ raw: z.record(z.any()).optional(),
84
+ shipping_address: propertyaccountingpurchaseordershippingaddress_js_1.PropertyAccountingPurchaseorderShippingAddress$inboundSchema
85
+ .optional(),
86
+ status: exports.AccountingPurchaseorderStatus$inboundSchema.optional(),
87
+ total_amount: z.number().optional(),
88
+ updated_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
89
+ .optional(),
90
+ }).transform((v) => {
91
+ return (0, primitives_js_1.remap)(v, {
92
+ "account_id": "accountId",
93
+ "billing_address": "billingAddress",
94
+ "contact_id": "contactId",
95
+ "created_at": "createdAt",
96
+ "posted_at": "postedAt",
97
+ "shipping_address": "shippingAddress",
98
+ "total_amount": "totalAmount",
99
+ "updated_at": "updatedAt",
100
+ });
101
+ });
102
+ /** @internal */
103
+ exports.AccountingPurchaseorder$outboundSchema = z.object({
104
+ accountId: z.string().optional(),
105
+ billingAddress: propertyaccountingpurchaseorderbillingaddress_js_1.PropertyAccountingPurchaseorderBillingAddress$outboundSchema
106
+ .optional(),
107
+ contactId: z.string().optional(),
108
+ createdAt: z.date().transform(v => v.toISOString()).optional(),
109
+ currency: z.string().optional(),
110
+ id: z.string().optional(),
111
+ lineitems: z.array(accountinglineitem_js_1.AccountingLineitem$outboundSchema).optional(),
112
+ postedAt: z.date().transform(v => v.toISOString()).optional(),
113
+ raw: z.record(z.any()).optional(),
114
+ shippingAddress: propertyaccountingpurchaseordershippingaddress_js_1.PropertyAccountingPurchaseorderShippingAddress$outboundSchema
115
+ .optional(),
116
+ status: exports.AccountingPurchaseorderStatus$outboundSchema.optional(),
117
+ totalAmount: z.number().optional(),
118
+ updatedAt: z.date().transform(v => v.toISOString()).optional(),
119
+ }).transform((v) => {
120
+ return (0, primitives_js_1.remap)(v, {
121
+ accountId: "account_id",
122
+ billingAddress: "billing_address",
123
+ contactId: "contact_id",
124
+ createdAt: "created_at",
125
+ postedAt: "posted_at",
126
+ shippingAddress: "shipping_address",
127
+ totalAmount: "total_amount",
128
+ updatedAt: "updated_at",
129
+ });
130
+ });
131
+ /**
132
+ * @internal
133
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
134
+ */
135
+ var AccountingPurchaseorder$;
136
+ (function (AccountingPurchaseorder$) {
137
+ /** @deprecated use `AccountingPurchaseorder$inboundSchema` instead. */
138
+ AccountingPurchaseorder$.inboundSchema = exports.AccountingPurchaseorder$inboundSchema;
139
+ /** @deprecated use `AccountingPurchaseorder$outboundSchema` instead. */
140
+ AccountingPurchaseorder$.outboundSchema = exports.AccountingPurchaseorder$outboundSchema;
141
+ })(AccountingPurchaseorder$ || (exports.AccountingPurchaseorder$ = AccountingPurchaseorder$ = {}));
142
+ function accountingPurchaseorderToJSON(accountingPurchaseorder) {
143
+ return JSON.stringify(exports.AccountingPurchaseorder$outboundSchema.parse(accountingPurchaseorder));
144
+ }
145
+ function accountingPurchaseorderFromJSON(jsonString) {
146
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AccountingPurchaseorder$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AccountingPurchaseorder' from JSON`);
147
+ }
148
+ //# sourceMappingURL=accountingpurchaseorder.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountingpurchaseorder.js","sourceRoot":"","sources":["../../../src/sdk/models/shared/accountingpurchaseorder.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,85 @@
1
+ import * as z from "zod";
2
+ import { OpenEnum } from "../../types/enums.js";
3
+ import { Result as SafeParseResult } from "../../types/fp.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ import { AccountingLineitem, AccountingLineitem$Outbound } from "./accountinglineitem.js";
6
+ import { PropertyAccountingSalesorderBillingAddress, PropertyAccountingSalesorderBillingAddress$Outbound } from "./propertyaccountingsalesorderbillingaddress.js";
7
+ import { PropertyAccountingSalesorderShippingAddress, PropertyAccountingSalesorderShippingAddress$Outbound } from "./propertyaccountingsalesordershippingaddress.js";
8
+ export declare const AccountingSalesorderStatus: {
9
+ readonly Draft: "DRAFT";
10
+ readonly Voided: "VOIDED";
11
+ readonly Authorized: "AUTHORIZED";
12
+ readonly Paid: "PAID";
13
+ readonly PartiallyPaid: "PARTIALLY_PAID";
14
+ readonly PartiallyRefunded: "PARTIALLY_REFUNDED";
15
+ readonly Refunded: "REFUNDED";
16
+ };
17
+ export type AccountingSalesorderStatus = OpenEnum<typeof AccountingSalesorderStatus>;
18
+ export type AccountingSalesorder = {
19
+ accountId?: string | undefined;
20
+ billingAddress?: PropertyAccountingSalesorderBillingAddress | undefined;
21
+ contactId?: string | undefined;
22
+ createdAt?: Date | undefined;
23
+ currency?: string | undefined;
24
+ id?: string | undefined;
25
+ lineitems?: Array<AccountingLineitem> | undefined;
26
+ postedAt?: Date | undefined;
27
+ raw?: {
28
+ [k: string]: any;
29
+ } | undefined;
30
+ shippingAddress?: PropertyAccountingSalesorderShippingAddress | undefined;
31
+ status?: AccountingSalesorderStatus | undefined;
32
+ totalAmount?: number | undefined;
33
+ updatedAt?: Date | undefined;
34
+ };
35
+ /** @internal */
36
+ export declare const AccountingSalesorderStatus$inboundSchema: z.ZodType<AccountingSalesorderStatus, z.ZodTypeDef, unknown>;
37
+ /** @internal */
38
+ export declare const AccountingSalesorderStatus$outboundSchema: z.ZodType<AccountingSalesorderStatus, z.ZodTypeDef, AccountingSalesorderStatus>;
39
+ /**
40
+ * @internal
41
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
42
+ */
43
+ export declare namespace AccountingSalesorderStatus$ {
44
+ /** @deprecated use `AccountingSalesorderStatus$inboundSchema` instead. */
45
+ const inboundSchema: z.ZodType<AccountingSalesorderStatus, z.ZodTypeDef, unknown>;
46
+ /** @deprecated use `AccountingSalesorderStatus$outboundSchema` instead. */
47
+ const outboundSchema: z.ZodType<AccountingSalesorderStatus, z.ZodTypeDef, AccountingSalesorderStatus>;
48
+ }
49
+ /** @internal */
50
+ export declare const AccountingSalesorder$inboundSchema: z.ZodType<AccountingSalesorder, z.ZodTypeDef, unknown>;
51
+ /** @internal */
52
+ export type AccountingSalesorder$Outbound = {
53
+ account_id?: string | undefined;
54
+ billing_address?: PropertyAccountingSalesorderBillingAddress$Outbound | undefined;
55
+ contact_id?: string | undefined;
56
+ created_at?: string | undefined;
57
+ currency?: string | undefined;
58
+ id?: string | undefined;
59
+ lineitems?: Array<AccountingLineitem$Outbound> | undefined;
60
+ posted_at?: string | undefined;
61
+ raw?: {
62
+ [k: string]: any;
63
+ } | undefined;
64
+ shipping_address?: PropertyAccountingSalesorderShippingAddress$Outbound | undefined;
65
+ status?: string | undefined;
66
+ total_amount?: number | undefined;
67
+ updated_at?: string | undefined;
68
+ };
69
+ /** @internal */
70
+ export declare const AccountingSalesorder$outboundSchema: z.ZodType<AccountingSalesorder$Outbound, z.ZodTypeDef, AccountingSalesorder>;
71
+ /**
72
+ * @internal
73
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
74
+ */
75
+ export declare namespace AccountingSalesorder$ {
76
+ /** @deprecated use `AccountingSalesorder$inboundSchema` instead. */
77
+ const inboundSchema: z.ZodType<AccountingSalesorder, z.ZodTypeDef, unknown>;
78
+ /** @deprecated use `AccountingSalesorder$outboundSchema` instead. */
79
+ const outboundSchema: z.ZodType<AccountingSalesorder$Outbound, z.ZodTypeDef, AccountingSalesorder>;
80
+ /** @deprecated use `AccountingSalesorder$Outbound` instead. */
81
+ type Outbound = AccountingSalesorder$Outbound;
82
+ }
83
+ export declare function accountingSalesorderToJSON(accountingSalesorder: AccountingSalesorder): string;
84
+ export declare function accountingSalesorderFromJSON(jsonString: string): SafeParseResult<AccountingSalesorder, SDKValidationError>;
85
+ //# sourceMappingURL=accountingsalesorder.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountingsalesorder.d.ts","sourceRoot":"","sources":["../../../src/sdk/models/shared/accountingsalesorder.ts"],"names":[],"mappings":"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"}