@maesn/typescript-sdk 0.2.2 → 0.2.3

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 (911) hide show
  1. package/FUNCTIONS.md +3 -3
  2. package/README.md +187 -193
  3. package/esm/funcs/accounting-create-account.d.ts +11 -0
  4. package/esm/funcs/accounting-create-account.d.ts.map +1 -0
  5. package/esm/funcs/accounting-create-account.js +77 -0
  6. package/esm/funcs/accounting-create-account.js.map +1 -0
  7. package/esm/funcs/accounting-create-bank-account.d.ts +11 -0
  8. package/esm/funcs/accounting-create-bank-account.d.ts.map +1 -0
  9. package/esm/funcs/accounting-create-bank-account.js +77 -0
  10. package/esm/funcs/accounting-create-bank-account.js.map +1 -0
  11. package/esm/funcs/accounting-create-bill.d.ts +11 -0
  12. package/esm/funcs/accounting-create-bill.d.ts.map +1 -0
  13. package/esm/funcs/accounting-create-bill.js +77 -0
  14. package/esm/funcs/accounting-create-bill.js.map +1 -0
  15. package/esm/funcs/accounting-create-bookings.d.ts +11 -0
  16. package/esm/funcs/accounting-create-bookings.d.ts.map +1 -0
  17. package/esm/funcs/accounting-create-bookings.js +76 -0
  18. package/esm/funcs/accounting-create-bookings.js.map +1 -0
  19. package/esm/funcs/accounting-create-contact.d.ts +11 -0
  20. package/esm/funcs/accounting-create-contact.d.ts.map +1 -0
  21. package/esm/funcs/accounting-create-contact.js +77 -0
  22. package/esm/funcs/accounting-create-contact.js.map +1 -0
  23. package/esm/funcs/accounting-create-contacts-v1.d.ts +11 -0
  24. package/esm/funcs/accounting-create-contacts-v1.d.ts.map +1 -0
  25. package/esm/funcs/accounting-create-contacts-v1.js +76 -0
  26. package/esm/funcs/accounting-create-contacts-v1.js.map +1 -0
  27. package/esm/funcs/accounting-create-contacts.d.ts +11 -0
  28. package/esm/funcs/accounting-create-contacts.d.ts.map +1 -0
  29. package/esm/funcs/accounting-create-contacts.js +76 -0
  30. package/esm/funcs/accounting-create-contacts.js.map +1 -0
  31. package/esm/funcs/accounting-create-event-subscriptions.d.ts +12 -0
  32. package/esm/funcs/accounting-create-event-subscriptions.d.ts.map +1 -0
  33. package/esm/funcs/accounting-create-event-subscriptions.js +77 -0
  34. package/esm/funcs/accounting-create-event-subscriptions.js.map +1 -0
  35. package/esm/funcs/accounting-create-expense.d.ts +11 -0
  36. package/esm/funcs/accounting-create-expense.d.ts.map +1 -0
  37. package/esm/funcs/accounting-create-expense.js +102 -0
  38. package/esm/funcs/accounting-create-expense.js.map +1 -0
  39. package/esm/funcs/accounting-create-invoice.d.ts +11 -0
  40. package/esm/funcs/accounting-create-invoice.d.ts.map +1 -0
  41. package/esm/funcs/accounting-create-invoice.js +77 -0
  42. package/esm/funcs/accounting-create-invoice.js.map +1 -0
  43. package/esm/funcs/accounting-create-journal-entry.d.ts +11 -0
  44. package/esm/funcs/accounting-create-journal-entry.d.ts.map +1 -0
  45. package/esm/funcs/accounting-create-journal-entry.js +107 -0
  46. package/esm/funcs/accounting-create-journal-entry.js.map +1 -0
  47. package/esm/funcs/accounting-create-line-item.d.ts +11 -0
  48. package/esm/funcs/accounting-create-line-item.d.ts.map +1 -0
  49. package/esm/funcs/accounting-create-line-item.js +83 -0
  50. package/esm/funcs/accounting-create-line-item.js.map +1 -0
  51. package/esm/funcs/accounting-create-offer.d.ts +11 -0
  52. package/esm/funcs/accounting-create-offer.d.ts.map +1 -0
  53. package/esm/funcs/accounting-create-offer.js +77 -0
  54. package/esm/funcs/accounting-create-offer.js.map +1 -0
  55. package/esm/funcs/accounting-create-pass-through-request.d.ts +11 -0
  56. package/esm/funcs/accounting-create-pass-through-request.d.ts.map +1 -0
  57. package/esm/funcs/accounting-create-pass-through-request.js +77 -0
  58. package/esm/funcs/accounting-create-pass-through-request.js.map +1 -0
  59. package/esm/funcs/accounting-create-payment-term.d.ts +11 -0
  60. package/esm/funcs/accounting-create-payment-term.d.ts.map +1 -0
  61. package/esm/funcs/accounting-create-payment-term.js +76 -0
  62. package/esm/funcs/accounting-create-payment-term.js.map +1 -0
  63. package/esm/funcs/accounting-create-payment.d.ts +11 -0
  64. package/esm/funcs/accounting-create-payment.d.ts.map +1 -0
  65. package/esm/funcs/accounting-create-payment.js +76 -0
  66. package/esm/funcs/accounting-create-payment.js.map +1 -0
  67. package/esm/funcs/accounting-create-project.d.ts +11 -0
  68. package/esm/funcs/accounting-create-project.d.ts.map +1 -0
  69. package/esm/funcs/accounting-create-project.js +77 -0
  70. package/esm/funcs/accounting-create-project.js.map +1 -0
  71. package/esm/funcs/accounting-create-sales-order.d.ts +11 -0
  72. package/esm/funcs/accounting-create-sales-order.d.ts.map +1 -0
  73. package/esm/funcs/accounting-create-sales-order.js +77 -0
  74. package/esm/funcs/accounting-create-sales-order.js.map +1 -0
  75. package/esm/funcs/accounting-create-supplier.d.ts +11 -0
  76. package/esm/funcs/accounting-create-supplier.d.ts.map +1 -0
  77. package/esm/funcs/accounting-create-supplier.js +77 -0
  78. package/esm/funcs/accounting-create-supplier.js.map +1 -0
  79. package/esm/funcs/accounting-create-transaction.d.ts +11 -0
  80. package/esm/funcs/accounting-create-transaction.d.ts.map +1 -0
  81. package/esm/funcs/accounting-create-transaction.js +101 -0
  82. package/esm/funcs/accounting-create-transaction.js.map +1 -0
  83. package/esm/funcs/accounting-delete-bill.d.ts +11 -0
  84. package/esm/funcs/accounting-delete-bill.d.ts.map +1 -0
  85. package/esm/funcs/accounting-delete-bill.js +82 -0
  86. package/esm/funcs/accounting-delete-bill.js.map +1 -0
  87. package/esm/funcs/accounting-delete-event-subscriptions.d.ts +12 -0
  88. package/esm/funcs/accounting-delete-event-subscriptions.d.ts.map +1 -0
  89. package/esm/funcs/accounting-delete-event-subscriptions.js +79 -0
  90. package/esm/funcs/accounting-delete-event-subscriptions.js.map +1 -0
  91. package/esm/funcs/accounting-delete-payment.d.ts +11 -0
  92. package/esm/funcs/accounting-delete-payment.d.ts.map +1 -0
  93. package/esm/funcs/accounting-delete-payment.js +81 -0
  94. package/esm/funcs/accounting-delete-payment.js.map +1 -0
  95. package/esm/funcs/accounting-get-account.d.ts +11 -0
  96. package/esm/funcs/accounting-get-account.d.ts.map +1 -0
  97. package/esm/funcs/accounting-get-account.js +83 -0
  98. package/esm/funcs/accounting-get-account.js.map +1 -0
  99. package/esm/funcs/accounting-get-accounts.d.ts +11 -0
  100. package/esm/funcs/accounting-get-accounts.d.ts.map +1 -0
  101. package/esm/funcs/accounting-get-accounts.js +86 -0
  102. package/esm/funcs/accounting-get-accounts.js.map +1 -0
  103. package/esm/funcs/accounting-get-async-task-info.d.ts +11 -0
  104. package/esm/funcs/accounting-get-async-task-info.d.ts.map +1 -0
  105. package/esm/funcs/accounting-get-async-task-info.js +83 -0
  106. package/esm/funcs/accounting-get-async-task-info.js.map +1 -0
  107. package/esm/funcs/accounting-get-bank-account.d.ts +11 -0
  108. package/esm/funcs/accounting-get-bank-account.d.ts.map +1 -0
  109. package/esm/funcs/accounting-get-bank-account.js +83 -0
  110. package/esm/funcs/accounting-get-bank-account.js.map +1 -0
  111. package/esm/funcs/accounting-get-bank-accounts.d.ts +11 -0
  112. package/esm/funcs/accounting-get-bank-accounts.d.ts.map +1 -0
  113. package/esm/funcs/accounting-get-bank-accounts.js +80 -0
  114. package/esm/funcs/accounting-get-bank-accounts.js.map +1 -0
  115. package/esm/funcs/accounting-get-bill-document.d.ts +11 -0
  116. package/esm/funcs/accounting-get-bill-document.d.ts.map +1 -0
  117. package/esm/funcs/accounting-get-bill-document.js +77 -0
  118. package/esm/funcs/accounting-get-bill-document.js.map +1 -0
  119. package/esm/funcs/accounting-get-bill.d.ts +11 -0
  120. package/esm/funcs/accounting-get-bill.d.ts.map +1 -0
  121. package/esm/funcs/accounting-get-bill.js +83 -0
  122. package/esm/funcs/accounting-get-bill.js.map +1 -0
  123. package/esm/funcs/accounting-get-bills.d.ts +11 -0
  124. package/esm/funcs/accounting-get-bills.d.ts.map +1 -0
  125. package/esm/funcs/accounting-get-bills.js +84 -0
  126. package/esm/funcs/accounting-get-bills.js.map +1 -0
  127. package/esm/funcs/accounting-get-booking-proposal-document.d.ts +11 -0
  128. package/esm/funcs/accounting-get-booking-proposal-document.d.ts.map +1 -0
  129. package/esm/funcs/accounting-get-booking-proposal-document.js +74 -0
  130. package/esm/funcs/accounting-get-booking-proposal-document.js.map +1 -0
  131. package/esm/funcs/accounting-get-booking-proposal.d.ts +11 -0
  132. package/esm/funcs/accounting-get-booking-proposal.d.ts.map +1 -0
  133. package/esm/funcs/accounting-get-booking-proposal.js +80 -0
  134. package/esm/funcs/accounting-get-booking-proposal.js.map +1 -0
  135. package/esm/funcs/accounting-get-booking-proposals.d.ts +11 -0
  136. package/esm/funcs/accounting-get-booking-proposals.d.ts.map +1 -0
  137. package/esm/funcs/accounting-get-booking-proposals.js +84 -0
  138. package/esm/funcs/accounting-get-booking-proposals.js.map +1 -0
  139. package/esm/funcs/accounting-get-contact.d.ts +11 -0
  140. package/esm/funcs/accounting-get-contact.d.ts.map +1 -0
  141. package/esm/funcs/accounting-get-contact.js +83 -0
  142. package/esm/funcs/accounting-get-contact.js.map +1 -0
  143. package/esm/funcs/accounting-get-credit-note.d.ts +11 -0
  144. package/esm/funcs/accounting-get-credit-note.d.ts.map +1 -0
  145. package/esm/funcs/accounting-get-credit-note.js +83 -0
  146. package/esm/funcs/accounting-get-credit-note.js.map +1 -0
  147. package/esm/funcs/accounting-get-credit-notes.d.ts +11 -0
  148. package/esm/funcs/accounting-get-credit-notes.d.ts.map +1 -0
  149. package/esm/funcs/accounting-get-credit-notes.js +80 -0
  150. package/esm/funcs/accounting-get-credit-notes.js.map +1 -0
  151. package/esm/funcs/accounting-get-customer.d.ts +11 -0
  152. package/esm/funcs/accounting-get-customer.d.ts.map +1 -0
  153. package/esm/funcs/accounting-get-customer.js +83 -0
  154. package/esm/funcs/accounting-get-customer.js.map +1 -0
  155. package/esm/funcs/accounting-get-customers.d.ts +11 -0
  156. package/esm/funcs/accounting-get-customers.d.ts.map +1 -0
  157. package/esm/funcs/accounting-get-customers.js +83 -0
  158. package/esm/funcs/accounting-get-customers.js.map +1 -0
  159. package/esm/funcs/accounting-get-dimensions.d.ts +11 -0
  160. package/esm/funcs/accounting-get-dimensions.d.ts.map +1 -0
  161. package/esm/funcs/accounting-get-dimensions.js +80 -0
  162. package/esm/funcs/accounting-get-dimensions.js.map +1 -0
  163. package/esm/funcs/accounting-get-document-types.d.ts +11 -0
  164. package/esm/funcs/accounting-get-document-types.d.ts.map +1 -0
  165. package/esm/funcs/accounting-get-document-types.js +75 -0
  166. package/esm/funcs/accounting-get-document-types.js.map +1 -0
  167. package/esm/funcs/accounting-get-expense.d.ts +11 -0
  168. package/esm/funcs/accounting-get-expense.d.ts.map +1 -0
  169. package/esm/funcs/accounting-get-expense.js +83 -0
  170. package/esm/funcs/accounting-get-expense.js.map +1 -0
  171. package/esm/funcs/accounting-get-expenses.d.ts +11 -0
  172. package/esm/funcs/accounting-get-expenses.d.ts.map +1 -0
  173. package/esm/funcs/accounting-get-expenses.js +79 -0
  174. package/esm/funcs/accounting-get-expenses.js.map +1 -0
  175. package/esm/funcs/accounting-get-goods-receipt-line-items.d.ts +11 -0
  176. package/esm/funcs/accounting-get-goods-receipt-line-items.d.ts.map +1 -0
  177. package/esm/funcs/accounting-get-goods-receipt-line-items.js +84 -0
  178. package/esm/funcs/accounting-get-goods-receipt-line-items.js.map +1 -0
  179. package/esm/funcs/accounting-get-goods-receipt.d.ts +11 -0
  180. package/esm/funcs/accounting-get-goods-receipt.d.ts.map +1 -0
  181. package/esm/funcs/accounting-get-goods-receipt.js +83 -0
  182. package/esm/funcs/accounting-get-goods-receipt.js.map +1 -0
  183. package/esm/funcs/accounting-get-invoice-document.d.ts +11 -0
  184. package/esm/funcs/accounting-get-invoice-document.d.ts.map +1 -0
  185. package/esm/funcs/accounting-get-invoice-document.js +82 -0
  186. package/esm/funcs/accounting-get-invoice-document.js.map +1 -0
  187. package/esm/funcs/accounting-get-invoice.d.ts +11 -0
  188. package/esm/funcs/accounting-get-invoice.d.ts.map +1 -0
  189. package/esm/funcs/accounting-get-invoice.js +83 -0
  190. package/esm/funcs/accounting-get-invoice.js.map +1 -0
  191. package/esm/funcs/accounting-get-invoices.d.ts +11 -0
  192. package/esm/funcs/accounting-get-invoices.d.ts.map +1 -0
  193. package/esm/funcs/accounting-get-invoices.js +85 -0
  194. package/esm/funcs/accounting-get-invoices.js.map +1 -0
  195. package/esm/funcs/accounting-get-item.d.ts +11 -0
  196. package/esm/funcs/accounting-get-item.d.ts.map +1 -0
  197. package/esm/funcs/accounting-get-item.js +83 -0
  198. package/esm/funcs/accounting-get-item.js.map +1 -0
  199. package/esm/funcs/accounting-get-items.d.ts +11 -0
  200. package/esm/funcs/accounting-get-items.d.ts.map +1 -0
  201. package/esm/funcs/accounting-get-items.js +82 -0
  202. package/esm/funcs/accounting-get-items.js.map +1 -0
  203. package/esm/funcs/accounting-get-journal-entries.d.ts +11 -0
  204. package/esm/funcs/accounting-get-journal-entries.d.ts.map +1 -0
  205. package/esm/funcs/accounting-get-journal-entries.js +82 -0
  206. package/esm/funcs/accounting-get-journal-entries.js.map +1 -0
  207. package/esm/funcs/accounting-get-journal-entry.d.ts +11 -0
  208. package/esm/funcs/accounting-get-journal-entry.d.ts.map +1 -0
  209. package/esm/funcs/accounting-get-journal-entry.js +84 -0
  210. package/esm/funcs/accounting-get-journal-entry.js.map +1 -0
  211. package/esm/funcs/accounting-get-journals.d.ts +11 -0
  212. package/esm/funcs/accounting-get-journals.d.ts.map +1 -0
  213. package/esm/funcs/accounting-get-journals.js +80 -0
  214. package/esm/funcs/accounting-get-journals.js.map +1 -0
  215. package/esm/funcs/accounting-get-line-item.d.ts +11 -0
  216. package/esm/funcs/accounting-get-line-item.d.ts.map +1 -0
  217. package/esm/funcs/accounting-get-line-item.js +87 -0
  218. package/esm/funcs/accounting-get-line-item.js.map +1 -0
  219. package/esm/funcs/accounting-get-line-items.d.ts +11 -0
  220. package/esm/funcs/accounting-get-line-items.d.ts.map +1 -0
  221. package/esm/funcs/accounting-get-line-items.js +86 -0
  222. package/esm/funcs/accounting-get-line-items.js.map +1 -0
  223. package/esm/funcs/accounting-get-offer-line-item.d.ts +11 -0
  224. package/esm/funcs/accounting-get-offer-line-item.d.ts.map +1 -0
  225. package/esm/funcs/accounting-get-offer-line-item.js +87 -0
  226. package/esm/funcs/accounting-get-offer-line-item.js.map +1 -0
  227. package/esm/funcs/accounting-get-offer-line-items.d.ts +11 -0
  228. package/esm/funcs/accounting-get-offer-line-items.d.ts.map +1 -0
  229. package/esm/funcs/accounting-get-offer-line-items.js +86 -0
  230. package/esm/funcs/accounting-get-offer-line-items.js.map +1 -0
  231. package/esm/funcs/accounting-get-offer.d.ts +11 -0
  232. package/esm/funcs/accounting-get-offer.d.ts.map +1 -0
  233. package/esm/funcs/accounting-get-offer.js +83 -0
  234. package/esm/funcs/accounting-get-offer.js.map +1 -0
  235. package/esm/funcs/accounting-get-offers.d.ts +11 -0
  236. package/esm/funcs/accounting-get-offers.d.ts.map +1 -0
  237. package/esm/funcs/accounting-get-offers.js +81 -0
  238. package/esm/funcs/accounting-get-offers.js.map +1 -0
  239. package/esm/funcs/accounting-get-open-items.d.ts +11 -0
  240. package/esm/funcs/accounting-get-open-items.d.ts.map +1 -0
  241. package/esm/funcs/accounting-get-open-items.js +84 -0
  242. package/esm/funcs/accounting-get-open-items.js.map +1 -0
  243. package/esm/funcs/accounting-get-payment-term.d.ts +11 -0
  244. package/esm/funcs/accounting-get-payment-term.d.ts.map +1 -0
  245. package/esm/funcs/accounting-get-payment-term.js +83 -0
  246. package/esm/funcs/accounting-get-payment-term.js.map +1 -0
  247. package/esm/funcs/accounting-get-payment.d.ts +11 -0
  248. package/esm/funcs/accounting-get-payment.d.ts.map +1 -0
  249. package/esm/funcs/accounting-get-payment.js +82 -0
  250. package/esm/funcs/accounting-get-payment.js.map +1 -0
  251. package/esm/funcs/accounting-get-payments.d.ts +11 -0
  252. package/esm/funcs/accounting-get-payments.d.ts.map +1 -0
  253. package/esm/funcs/accounting-get-payments.js +81 -0
  254. package/esm/funcs/accounting-get-payments.js.map +1 -0
  255. package/esm/funcs/accounting-get-project.d.ts +11 -0
  256. package/esm/funcs/accounting-get-project.d.ts.map +1 -0
  257. package/esm/funcs/accounting-get-project.js +83 -0
  258. package/esm/funcs/accounting-get-project.js.map +1 -0
  259. package/esm/funcs/accounting-get-purchase-order-line-item.d.ts +11 -0
  260. package/esm/funcs/accounting-get-purchase-order-line-item.d.ts.map +1 -0
  261. package/esm/funcs/accounting-get-purchase-order-line-item.js +87 -0
  262. package/esm/funcs/accounting-get-purchase-order-line-item.js.map +1 -0
  263. package/esm/funcs/accounting-get-purchase-order-line-items.d.ts +11 -0
  264. package/esm/funcs/accounting-get-purchase-order-line-items.d.ts.map +1 -0
  265. package/esm/funcs/accounting-get-purchase-order-line-items.js +84 -0
  266. package/esm/funcs/accounting-get-purchase-order-line-items.js.map +1 -0
  267. package/esm/funcs/accounting-get-purchase-order.d.ts +11 -0
  268. package/esm/funcs/accounting-get-purchase-order.d.ts.map +1 -0
  269. package/esm/funcs/accounting-get-purchase-order.js +83 -0
  270. package/esm/funcs/accounting-get-purchase-order.js.map +1 -0
  271. package/esm/funcs/accounting-get-sales-order-lines.d.ts +11 -0
  272. package/esm/funcs/accounting-get-sales-order-lines.d.ts.map +1 -0
  273. package/esm/funcs/accounting-get-sales-order-lines.js +86 -0
  274. package/esm/funcs/accounting-get-sales-order-lines.js.map +1 -0
  275. package/esm/funcs/accounting-get-sales-order.d.ts +11 -0
  276. package/esm/funcs/accounting-get-sales-order.d.ts.map +1 -0
  277. package/esm/funcs/accounting-get-sales-order.js +83 -0
  278. package/esm/funcs/accounting-get-sales-order.js.map +1 -0
  279. package/esm/funcs/accounting-get-sales-orders.d.ts +11 -0
  280. package/esm/funcs/accounting-get-sales-orders.d.ts.map +1 -0
  281. package/esm/funcs/accounting-get-sales-orders.js +81 -0
  282. package/esm/funcs/accounting-get-sales-orders.js.map +1 -0
  283. package/esm/funcs/accounting-get-supplier.d.ts +11 -0
  284. package/esm/funcs/accounting-get-supplier.d.ts.map +1 -0
  285. package/esm/funcs/accounting-get-supplier.js +83 -0
  286. package/esm/funcs/accounting-get-supplier.js.map +1 -0
  287. package/esm/funcs/accounting-get-suppliers.d.ts +11 -0
  288. package/esm/funcs/accounting-get-suppliers.d.ts.map +1 -0
  289. package/esm/funcs/accounting-get-suppliers.js +83 -0
  290. package/esm/funcs/accounting-get-suppliers.js.map +1 -0
  291. package/esm/funcs/accounting-get-tax-rate.d.ts +11 -0
  292. package/esm/funcs/accounting-get-tax-rate.d.ts.map +1 -0
  293. package/esm/funcs/accounting-get-tax-rate.js +83 -0
  294. package/esm/funcs/accounting-get-tax-rate.js.map +1 -0
  295. package/esm/funcs/accounting-get-tax-rates.d.ts +11 -0
  296. package/esm/funcs/accounting-get-tax-rates.d.ts.map +1 -0
  297. package/esm/funcs/accounting-get-tax-rates.js +81 -0
  298. package/esm/funcs/accounting-get-tax-rates.js.map +1 -0
  299. package/esm/funcs/accounting-get-trial-balance.d.ts +11 -0
  300. package/esm/funcs/accounting-get-trial-balance.d.ts.map +1 -0
  301. package/esm/funcs/accounting-get-trial-balance.js +84 -0
  302. package/esm/funcs/accounting-get-trial-balance.js.map +1 -0
  303. package/esm/funcs/accounting-get-units.d.ts +11 -0
  304. package/esm/funcs/accounting-get-units.d.ts.map +1 -0
  305. package/esm/funcs/accounting-get-units.js +79 -0
  306. package/esm/funcs/accounting-get-units.js.map +1 -0
  307. package/esm/funcs/accounting-get-vendor-credits.d.ts +11 -0
  308. package/esm/funcs/accounting-get-vendor-credits.d.ts.map +1 -0
  309. package/esm/funcs/accounting-get-vendor-credits.js +82 -0
  310. package/esm/funcs/accounting-get-vendor-credits.js.map +1 -0
  311. package/esm/funcs/accounting-patch-customers.d.ts +11 -0
  312. package/esm/funcs/accounting-patch-customers.d.ts.map +1 -0
  313. package/esm/funcs/accounting-patch-customers.js +83 -0
  314. package/esm/funcs/accounting-patch-customers.js.map +1 -0
  315. package/esm/funcs/accounting-patch-invoice.d.ts +11 -0
  316. package/esm/funcs/accounting-patch-invoice.d.ts.map +1 -0
  317. package/esm/funcs/accounting-patch-invoice.js +83 -0
  318. package/esm/funcs/accounting-patch-invoice.js.map +1 -0
  319. package/esm/funcs/accounting-patch-supplier.d.ts +11 -0
  320. package/esm/funcs/accounting-patch-supplier.d.ts.map +1 -0
  321. package/esm/funcs/accounting-patch-supplier.js +83 -0
  322. package/esm/funcs/accounting-patch-supplier.js.map +1 -0
  323. package/esm/funcs/accounting-post-file.d.ts +11 -0
  324. package/esm/funcs/accounting-post-file.d.ts.map +1 -0
  325. package/esm/funcs/accounting-post-file.js +117 -0
  326. package/esm/funcs/accounting-post-file.js.map +1 -0
  327. package/esm/funcs/accounting-put-contact.d.ts +11 -0
  328. package/esm/funcs/accounting-put-contact.d.ts.map +1 -0
  329. package/esm/funcs/accounting-put-contact.js +83 -0
  330. package/esm/funcs/accounting-put-contact.js.map +1 -0
  331. package/esm/funcs/accounting-update-bill-line-item.d.ts +11 -0
  332. package/esm/funcs/accounting-update-bill-line-item.d.ts.map +1 -0
  333. package/esm/funcs/accounting-update-bill-line-item.js +86 -0
  334. package/esm/funcs/accounting-update-bill-line-item.js.map +1 -0
  335. package/esm/funcs/accounting-update-supplier.d.ts +11 -0
  336. package/esm/funcs/accounting-update-supplier.d.ts.map +1 -0
  337. package/esm/funcs/accounting-update-supplier.js +82 -0
  338. package/esm/funcs/accounting-update-supplier.js.map +1 -0
  339. package/esm/funcs/accounting-update-vendor-credit.d.ts +11 -0
  340. package/esm/funcs/accounting-update-vendor-credit.d.ts.map +1 -0
  341. package/esm/funcs/accounting-update-vendor-credit.js +83 -0
  342. package/esm/funcs/accounting-update-vendor-credit.js.map +1 -0
  343. package/esm/funcs/accounting-v2-get-dimensions-v2.d.ts +11 -0
  344. package/esm/funcs/accounting-v2-get-dimensions-v2.d.ts.map +1 -0
  345. package/esm/funcs/accounting-v2-get-dimensions-v2.js +78 -0
  346. package/esm/funcs/accounting-v2-get-dimensions-v2.js.map +1 -0
  347. package/esm/funcs/accounting-v2-put-contact-v2.d.ts +11 -0
  348. package/esm/funcs/accounting-v2-put-contact-v2.d.ts.map +1 -0
  349. package/esm/funcs/accounting-v2-put-contact-v2.js +83 -0
  350. package/esm/funcs/accounting-v2-put-contact-v2.js.map +1 -0
  351. package/esm/funcs/user-get-user-info.d.ts +11 -0
  352. package/esm/funcs/user-get-user-info.d.ts.map +1 -0
  353. package/esm/funcs/user-get-user-info.js +61 -0
  354. package/esm/funcs/user-get-user-info.js.map +1 -0
  355. package/esm/lib/config.d.ts +3 -3
  356. package/esm/lib/config.d.ts.map +1 -1
  357. package/esm/lib/config.js +3 -3
  358. package/esm/lib/config.js.map +1 -1
  359. package/esm/lib/security.d.ts +1 -1
  360. package/esm/lib/security.d.ts.map +1 -1
  361. package/esm/lib/security.js +24 -13
  362. package/esm/lib/security.js.map +1 -1
  363. package/esm/sdk/accounting-v2.d.ts +2 -2
  364. package/esm/sdk/accounting-v2.d.ts.map +1 -1
  365. package/esm/sdk/accounting-v2.js +6 -6
  366. package/esm/sdk/accounting-v2.js.map +1 -1
  367. package/esm/sdk/accounting.d.ts +85 -85
  368. package/esm/sdk/accounting.d.ts.map +1 -1
  369. package/esm/sdk/accounting.js +255 -255
  370. package/esm/sdk/accounting.js.map +1 -1
  371. package/esm/sdk/user.d.ts +1 -1
  372. package/esm/sdk/user.d.ts.map +1 -1
  373. package/esm/sdk/user.js +3 -3
  374. package/esm/sdk/user.js.map +1 -1
  375. package/examples/accountingGetAccount.example.ts +32 -0
  376. package/jsr.json +1 -1
  377. package/package.json +1 -1
  378. package/src/funcs/accounting-create-account.ts +160 -0
  379. package/src/funcs/accounting-create-bank-account.ts +161 -0
  380. package/src/funcs/accounting-create-bill.ts +160 -0
  381. package/src/funcs/accounting-create-bookings.ts +159 -0
  382. package/src/funcs/accounting-create-contact.ts +160 -0
  383. package/src/funcs/accounting-create-contacts-v1.ts +160 -0
  384. package/src/funcs/accounting-create-contacts.ts +159 -0
  385. package/src/funcs/accounting-create-event-subscriptions.ts +161 -0
  386. package/src/funcs/accounting-create-expense.ts +202 -0
  387. package/src/funcs/accounting-create-invoice.ts +160 -0
  388. package/src/funcs/accounting-create-journal-entry.ts +208 -0
  389. package/src/funcs/accounting-create-line-item.ts +168 -0
  390. package/src/funcs/accounting-create-offer.ts +160 -0
  391. package/src/funcs/accounting-create-pass-through-request.ts +161 -0
  392. package/src/funcs/accounting-create-payment-term.ts +160 -0
  393. package/src/funcs/accounting-create-payment.ts +159 -0
  394. package/src/funcs/accounting-create-project.ts +160 -0
  395. package/src/funcs/accounting-create-sales-order.ts +161 -0
  396. package/src/funcs/accounting-create-supplier.ts +160 -0
  397. package/src/funcs/accounting-create-transaction.ts +202 -0
  398. package/src/funcs/accounting-delete-bill.ts +165 -0
  399. package/src/funcs/accounting-delete-event-subscriptions.ts +169 -0
  400. package/src/funcs/accounting-delete-payment.ts +164 -0
  401. package/src/funcs/accounting-get-account.ts +166 -0
  402. package/src/funcs/accounting-get-accounts.ts +170 -0
  403. package/src/funcs/accounting-get-async-task-info.ts +167 -0
  404. package/src/funcs/accounting-get-bank-account.ts +168 -0
  405. package/src/funcs/accounting-get-bank-accounts.ts +167 -0
  406. package/src/funcs/accounting-get-bill-document.ts +159 -0
  407. package/src/funcs/accounting-get-bill.ts +166 -0
  408. package/src/funcs/accounting-get-bills.ts +168 -0
  409. package/src/funcs/accounting-get-booking-proposal-document.ts +166 -0
  410. package/src/funcs/accounting-get-booking-proposal.ts +170 -0
  411. package/src/funcs/accounting-get-booking-proposals.ts +171 -0
  412. package/src/funcs/accounting-get-contact.ts +166 -0
  413. package/src/funcs/accounting-get-credit-note.ts +166 -0
  414. package/src/funcs/accounting-get-credit-notes.ts +167 -0
  415. package/src/funcs/accounting-get-customer.ts +166 -0
  416. package/src/funcs/accounting-get-customers.ts +167 -0
  417. package/src/funcs/accounting-get-dimensions.ts +167 -0
  418. package/src/funcs/accounting-get-document-types.ts +162 -0
  419. package/src/funcs/accounting-get-expense.ts +166 -0
  420. package/src/funcs/accounting-get-expenses.ts +163 -0
  421. package/src/funcs/accounting-get-goods-receipt-line-items.ts +170 -0
  422. package/src/funcs/accounting-get-goods-receipt.ts +168 -0
  423. package/src/funcs/accounting-get-invoice-document.ts +168 -0
  424. package/src/funcs/accounting-get-invoice.ts +166 -0
  425. package/src/funcs/accounting-get-invoices.ts +169 -0
  426. package/src/funcs/accounting-get-item.ts +166 -0
  427. package/src/funcs/accounting-get-items.ts +166 -0
  428. package/src/funcs/accounting-get-journal-entries.ts +169 -0
  429. package/src/funcs/accounting-get-journal-entry.ts +169 -0
  430. package/src/funcs/accounting-get-journals.ts +164 -0
  431. package/src/funcs/accounting-get-line-item.ts +172 -0
  432. package/src/funcs/accounting-get-line-items.ts +171 -0
  433. package/src/funcs/accounting-get-offer-line-item.ts +173 -0
  434. package/src/funcs/accounting-get-offer-line-items.ts +170 -0
  435. package/src/funcs/accounting-get-offer.ts +166 -0
  436. package/src/funcs/accounting-get-offers.ts +165 -0
  437. package/src/funcs/accounting-get-open-items.ts +168 -0
  438. package/src/funcs/accounting-get-payment-term.ts +168 -0
  439. package/src/funcs/accounting-get-payment.ts +165 -0
  440. package/src/funcs/accounting-get-payments.ts +165 -0
  441. package/src/funcs/accounting-get-project.ts +166 -0
  442. package/src/funcs/accounting-get-purchase-order-line-item.ts +173 -0
  443. package/src/funcs/accounting-get-purchase-order-line-items.ts +173 -0
  444. package/src/funcs/accounting-get-purchase-order.ts +169 -0
  445. package/src/funcs/accounting-get-sales-order-lines.ts +172 -0
  446. package/src/funcs/accounting-get-sales-order.ts +166 -0
  447. package/src/funcs/accounting-get-sales-orders.ts +168 -0
  448. package/src/funcs/accounting-get-supplier.ts +166 -0
  449. package/src/funcs/accounting-get-suppliers.ts +167 -0
  450. package/src/funcs/accounting-get-tax-rate.ts +166 -0
  451. package/src/funcs/accounting-get-tax-rates.ts +165 -0
  452. package/src/funcs/accounting-get-trial-balance.ts +171 -0
  453. package/src/funcs/accounting-get-units.ts +163 -0
  454. package/src/funcs/accounting-get-vendor-credits.ts +169 -0
  455. package/src/funcs/accounting-patch-customers.ts +166 -0
  456. package/src/funcs/accounting-patch-invoice.ts +166 -0
  457. package/src/funcs/accounting-patch-supplier.ts +166 -0
  458. package/src/funcs/accounting-post-file.ts +215 -0
  459. package/src/funcs/accounting-put-contact.ts +166 -0
  460. package/src/funcs/accounting-update-bill-line-item.ts +172 -0
  461. package/src/funcs/accounting-update-supplier.ts +165 -0
  462. package/src/funcs/accounting-update-vendor-credit.ts +169 -0
  463. package/src/funcs/accounting-v2-get-dimensions-v2.ts +165 -0
  464. package/src/funcs/accounting-v2-put-contact-v2.ts +166 -0
  465. package/src/funcs/user-get-user-info.ts +135 -0
  466. package/src/lib/config.ts +3 -4
  467. package/src/lib/security.ts +14 -2
  468. package/src/sdk/accounting-v2.ts +6 -6
  469. package/src/sdk/accounting.ts +255 -255
  470. package/src/sdk/user.ts +3 -3
  471. package/esm/funcs/accounting-add-account.d.ts +0 -11
  472. package/esm/funcs/accounting-add-account.d.ts.map +0 -1
  473. package/esm/funcs/accounting-add-account.js +0 -77
  474. package/esm/funcs/accounting-add-account.js.map +0 -1
  475. package/esm/funcs/accounting-add-bank-account.d.ts +0 -11
  476. package/esm/funcs/accounting-add-bank-account.d.ts.map +0 -1
  477. package/esm/funcs/accounting-add-bank-account.js +0 -77
  478. package/esm/funcs/accounting-add-bank-account.js.map +0 -1
  479. package/esm/funcs/accounting-add-bill.d.ts +0 -11
  480. package/esm/funcs/accounting-add-bill.d.ts.map +0 -1
  481. package/esm/funcs/accounting-add-bill.js +0 -77
  482. package/esm/funcs/accounting-add-bill.js.map +0 -1
  483. package/esm/funcs/accounting-add-booking.d.ts +0 -11
  484. package/esm/funcs/accounting-add-booking.d.ts.map +0 -1
  485. package/esm/funcs/accounting-add-booking.js +0 -76
  486. package/esm/funcs/accounting-add-booking.js.map +0 -1
  487. package/esm/funcs/accounting-add-contact.d.ts +0 -11
  488. package/esm/funcs/accounting-add-contact.d.ts.map +0 -1
  489. package/esm/funcs/accounting-add-contact.js +0 -77
  490. package/esm/funcs/accounting-add-contact.js.map +0 -1
  491. package/esm/funcs/accounting-add-event-subscription.d.ts +0 -12
  492. package/esm/funcs/accounting-add-event-subscription.d.ts.map +0 -1
  493. package/esm/funcs/accounting-add-event-subscription.js +0 -77
  494. package/esm/funcs/accounting-add-event-subscription.js.map +0 -1
  495. package/esm/funcs/accounting-add-expense.d.ts +0 -11
  496. package/esm/funcs/accounting-add-expense.d.ts.map +0 -1
  497. package/esm/funcs/accounting-add-expense.js +0 -102
  498. package/esm/funcs/accounting-add-expense.js.map +0 -1
  499. package/esm/funcs/accounting-add-invoice-line-item.d.ts +0 -11
  500. package/esm/funcs/accounting-add-invoice-line-item.d.ts.map +0 -1
  501. package/esm/funcs/accounting-add-invoice-line-item.js +0 -83
  502. package/esm/funcs/accounting-add-invoice-line-item.js.map +0 -1
  503. package/esm/funcs/accounting-add-invoice.d.ts +0 -11
  504. package/esm/funcs/accounting-add-invoice.d.ts.map +0 -1
  505. package/esm/funcs/accounting-add-invoice.js +0 -77
  506. package/esm/funcs/accounting-add-invoice.js.map +0 -1
  507. package/esm/funcs/accounting-add-journal-entry.d.ts +0 -11
  508. package/esm/funcs/accounting-add-journal-entry.d.ts.map +0 -1
  509. package/esm/funcs/accounting-add-journal-entry.js +0 -107
  510. package/esm/funcs/accounting-add-journal-entry.js.map +0 -1
  511. package/esm/funcs/accounting-add-offer.d.ts +0 -11
  512. package/esm/funcs/accounting-add-offer.d.ts.map +0 -1
  513. package/esm/funcs/accounting-add-offer.js +0 -77
  514. package/esm/funcs/accounting-add-offer.js.map +0 -1
  515. package/esm/funcs/accounting-add-payment-term.d.ts +0 -11
  516. package/esm/funcs/accounting-add-payment-term.d.ts.map +0 -1
  517. package/esm/funcs/accounting-add-payment-term.js +0 -76
  518. package/esm/funcs/accounting-add-payment-term.js.map +0 -1
  519. package/esm/funcs/accounting-add-payment.d.ts +0 -11
  520. package/esm/funcs/accounting-add-payment.d.ts.map +0 -1
  521. package/esm/funcs/accounting-add-payment.js +0 -76
  522. package/esm/funcs/accounting-add-payment.js.map +0 -1
  523. package/esm/funcs/accounting-add-project.d.ts +0 -11
  524. package/esm/funcs/accounting-add-project.d.ts.map +0 -1
  525. package/esm/funcs/accounting-add-project.js +0 -77
  526. package/esm/funcs/accounting-add-project.js.map +0 -1
  527. package/esm/funcs/accounting-add-sales-order.d.ts +0 -11
  528. package/esm/funcs/accounting-add-sales-order.d.ts.map +0 -1
  529. package/esm/funcs/accounting-add-sales-order.js +0 -77
  530. package/esm/funcs/accounting-add-sales-order.js.map +0 -1
  531. package/esm/funcs/accounting-add-supplier.d.ts +0 -11
  532. package/esm/funcs/accounting-add-supplier.d.ts.map +0 -1
  533. package/esm/funcs/accounting-add-supplier.js +0 -77
  534. package/esm/funcs/accounting-add-supplier.js.map +0 -1
  535. package/esm/funcs/accounting-amend-customer.d.ts +0 -11
  536. package/esm/funcs/accounting-amend-customer.d.ts.map +0 -1
  537. package/esm/funcs/accounting-amend-customer.js +0 -83
  538. package/esm/funcs/accounting-amend-customer.js.map +0 -1
  539. package/esm/funcs/accounting-amend-invoice.d.ts +0 -11
  540. package/esm/funcs/accounting-amend-invoice.d.ts.map +0 -1
  541. package/esm/funcs/accounting-amend-invoice.js +0 -83
  542. package/esm/funcs/accounting-amend-invoice.js.map +0 -1
  543. package/esm/funcs/accounting-amend-supplier.d.ts +0 -11
  544. package/esm/funcs/accounting-amend-supplier.d.ts.map +0 -1
  545. package/esm/funcs/accounting-amend-supplier.js +0 -83
  546. package/esm/funcs/accounting-amend-supplier.js.map +0 -1
  547. package/esm/funcs/accounting-batch-add-contacts.d.ts +0 -11
  548. package/esm/funcs/accounting-batch-add-contacts.d.ts.map +0 -1
  549. package/esm/funcs/accounting-batch-add-contacts.js +0 -76
  550. package/esm/funcs/accounting-batch-add-contacts.js.map +0 -1
  551. package/esm/funcs/accounting-create-contacts-bulk.d.ts +0 -11
  552. package/esm/funcs/accounting-create-contacts-bulk.d.ts.map +0 -1
  553. package/esm/funcs/accounting-create-contacts-bulk.js +0 -76
  554. package/esm/funcs/accounting-create-contacts-bulk.js.map +0 -1
  555. package/esm/funcs/accounting-create-pass-through.d.ts +0 -11
  556. package/esm/funcs/accounting-create-pass-through.d.ts.map +0 -1
  557. package/esm/funcs/accounting-create-pass-through.js +0 -77
  558. package/esm/funcs/accounting-create-pass-through.js.map +0 -1
  559. package/esm/funcs/accounting-fetch-bank-account.d.ts +0 -11
  560. package/esm/funcs/accounting-fetch-bank-account.d.ts.map +0 -1
  561. package/esm/funcs/accounting-fetch-bank-account.js +0 -83
  562. package/esm/funcs/accounting-fetch-bank-account.js.map +0 -1
  563. package/esm/funcs/accounting-fetch-bill-document.d.ts +0 -11
  564. package/esm/funcs/accounting-fetch-bill-document.d.ts.map +0 -1
  565. package/esm/funcs/accounting-fetch-bill-document.js +0 -77
  566. package/esm/funcs/accounting-fetch-bill-document.js.map +0 -1
  567. package/esm/funcs/accounting-fetch-bill.d.ts +0 -11
  568. package/esm/funcs/accounting-fetch-bill.d.ts.map +0 -1
  569. package/esm/funcs/accounting-fetch-bill.js +0 -83
  570. package/esm/funcs/accounting-fetch-bill.js.map +0 -1
  571. package/esm/funcs/accounting-fetch-bills.d.ts +0 -11
  572. package/esm/funcs/accounting-fetch-bills.d.ts.map +0 -1
  573. package/esm/funcs/accounting-fetch-bills.js +0 -84
  574. package/esm/funcs/accounting-fetch-bills.js.map +0 -1
  575. package/esm/funcs/accounting-fetch-booking-proposal-document.d.ts +0 -11
  576. package/esm/funcs/accounting-fetch-booking-proposal-document.d.ts.map +0 -1
  577. package/esm/funcs/accounting-fetch-booking-proposal-document.js +0 -74
  578. package/esm/funcs/accounting-fetch-booking-proposal-document.js.map +0 -1
  579. package/esm/funcs/accounting-fetch-contact.d.ts +0 -11
  580. package/esm/funcs/accounting-fetch-contact.d.ts.map +0 -1
  581. package/esm/funcs/accounting-fetch-contact.js +0 -83
  582. package/esm/funcs/accounting-fetch-contact.js.map +0 -1
  583. package/esm/funcs/accounting-fetch-credit-note.d.ts +0 -11
  584. package/esm/funcs/accounting-fetch-credit-note.d.ts.map +0 -1
  585. package/esm/funcs/accounting-fetch-credit-note.js +0 -83
  586. package/esm/funcs/accounting-fetch-credit-note.js.map +0 -1
  587. package/esm/funcs/accounting-fetch-customer.d.ts +0 -11
  588. package/esm/funcs/accounting-fetch-customer.d.ts.map +0 -1
  589. package/esm/funcs/accounting-fetch-customer.js +0 -83
  590. package/esm/funcs/accounting-fetch-customer.js.map +0 -1
  591. package/esm/funcs/accounting-fetch-customers.d.ts +0 -11
  592. package/esm/funcs/accounting-fetch-customers.d.ts.map +0 -1
  593. package/esm/funcs/accounting-fetch-customers.js +0 -83
  594. package/esm/funcs/accounting-fetch-customers.js.map +0 -1
  595. package/esm/funcs/accounting-fetch-document-types.d.ts +0 -11
  596. package/esm/funcs/accounting-fetch-document-types.d.ts.map +0 -1
  597. package/esm/funcs/accounting-fetch-document-types.js +0 -75
  598. package/esm/funcs/accounting-fetch-document-types.js.map +0 -1
  599. package/esm/funcs/accounting-fetch-expense.d.ts +0 -11
  600. package/esm/funcs/accounting-fetch-expense.d.ts.map +0 -1
  601. package/esm/funcs/accounting-fetch-expense.js +0 -83
  602. package/esm/funcs/accounting-fetch-expense.js.map +0 -1
  603. package/esm/funcs/accounting-fetch-expenses.d.ts +0 -11
  604. package/esm/funcs/accounting-fetch-expenses.d.ts.map +0 -1
  605. package/esm/funcs/accounting-fetch-expenses.js +0 -79
  606. package/esm/funcs/accounting-fetch-expenses.js.map +0 -1
  607. package/esm/funcs/accounting-fetch-invoice-document.d.ts +0 -11
  608. package/esm/funcs/accounting-fetch-invoice-document.d.ts.map +0 -1
  609. package/esm/funcs/accounting-fetch-invoice-document.js +0 -82
  610. package/esm/funcs/accounting-fetch-invoice-document.js.map +0 -1
  611. package/esm/funcs/accounting-fetch-invoice.d.ts +0 -11
  612. package/esm/funcs/accounting-fetch-invoice.d.ts.map +0 -1
  613. package/esm/funcs/accounting-fetch-invoice.js +0 -83
  614. package/esm/funcs/accounting-fetch-invoice.js.map +0 -1
  615. package/esm/funcs/accounting-fetch-item.d.ts +0 -11
  616. package/esm/funcs/accounting-fetch-item.d.ts.map +0 -1
  617. package/esm/funcs/accounting-fetch-item.js +0 -83
  618. package/esm/funcs/accounting-fetch-item.js.map +0 -1
  619. package/esm/funcs/accounting-fetch-journal-entry.d.ts +0 -11
  620. package/esm/funcs/accounting-fetch-journal-entry.d.ts.map +0 -1
  621. package/esm/funcs/accounting-fetch-journal-entry.js +0 -84
  622. package/esm/funcs/accounting-fetch-journal-entry.js.map +0 -1
  623. package/esm/funcs/accounting-fetch-journals.d.ts +0 -11
  624. package/esm/funcs/accounting-fetch-journals.d.ts.map +0 -1
  625. package/esm/funcs/accounting-fetch-journals.js +0 -80
  626. package/esm/funcs/accounting-fetch-journals.js.map +0 -1
  627. package/esm/funcs/accounting-fetch-offer-line-items.d.ts +0 -11
  628. package/esm/funcs/accounting-fetch-offer-line-items.d.ts.map +0 -1
  629. package/esm/funcs/accounting-fetch-offer-line-items.js +0 -86
  630. package/esm/funcs/accounting-fetch-offer-line-items.js.map +0 -1
  631. package/esm/funcs/accounting-fetch-offer.d.ts +0 -11
  632. package/esm/funcs/accounting-fetch-offer.d.ts.map +0 -1
  633. package/esm/funcs/accounting-fetch-offer.js +0 -83
  634. package/esm/funcs/accounting-fetch-offer.js.map +0 -1
  635. package/esm/funcs/accounting-fetch-offers.d.ts +0 -11
  636. package/esm/funcs/accounting-fetch-offers.d.ts.map +0 -1
  637. package/esm/funcs/accounting-fetch-offers.js +0 -81
  638. package/esm/funcs/accounting-fetch-offers.js.map +0 -1
  639. package/esm/funcs/accounting-fetch-payment-term.d.ts +0 -11
  640. package/esm/funcs/accounting-fetch-payment-term.d.ts.map +0 -1
  641. package/esm/funcs/accounting-fetch-payment-term.js +0 -83
  642. package/esm/funcs/accounting-fetch-payment-term.js.map +0 -1
  643. package/esm/funcs/accounting-fetch-payment.d.ts +0 -11
  644. package/esm/funcs/accounting-fetch-payment.d.ts.map +0 -1
  645. package/esm/funcs/accounting-fetch-payment.js +0 -82
  646. package/esm/funcs/accounting-fetch-payment.js.map +0 -1
  647. package/esm/funcs/accounting-fetch-project.d.ts +0 -11
  648. package/esm/funcs/accounting-fetch-project.d.ts.map +0 -1
  649. package/esm/funcs/accounting-fetch-project.js +0 -83
  650. package/esm/funcs/accounting-fetch-project.js.map +0 -1
  651. package/esm/funcs/accounting-fetch-purchase-order.d.ts +0 -11
  652. package/esm/funcs/accounting-fetch-purchase-order.d.ts.map +0 -1
  653. package/esm/funcs/accounting-fetch-purchase-order.js +0 -83
  654. package/esm/funcs/accounting-fetch-purchase-order.js.map +0 -1
  655. package/esm/funcs/accounting-fetch-sales-order.d.ts +0 -11
  656. package/esm/funcs/accounting-fetch-sales-order.d.ts.map +0 -1
  657. package/esm/funcs/accounting-fetch-sales-order.js +0 -83
  658. package/esm/funcs/accounting-fetch-sales-order.js.map +0 -1
  659. package/esm/funcs/accounting-fetch-supplier.d.ts +0 -11
  660. package/esm/funcs/accounting-fetch-supplier.d.ts.map +0 -1
  661. package/esm/funcs/accounting-fetch-supplier.js +0 -83
  662. package/esm/funcs/accounting-fetch-supplier.js.map +0 -1
  663. package/esm/funcs/accounting-fetch-tax-rate.d.ts +0 -11
  664. package/esm/funcs/accounting-fetch-tax-rate.d.ts.map +0 -1
  665. package/esm/funcs/accounting-fetch-tax-rate.js +0 -83
  666. package/esm/funcs/accounting-fetch-tax-rate.js.map +0 -1
  667. package/esm/funcs/accounting-fetch-trial-balance.d.ts +0 -11
  668. package/esm/funcs/accounting-fetch-trial-balance.d.ts.map +0 -1
  669. package/esm/funcs/accounting-fetch-trial-balance.js +0 -84
  670. package/esm/funcs/accounting-fetch-trial-balance.js.map +0 -1
  671. package/esm/funcs/accounting-fetch-units.d.ts +0 -11
  672. package/esm/funcs/accounting-fetch-units.d.ts.map +0 -1
  673. package/esm/funcs/accounting-fetch-units.js +0 -79
  674. package/esm/funcs/accounting-fetch-units.js.map +0 -1
  675. package/esm/funcs/accounting-get-async-task.d.ts +0 -11
  676. package/esm/funcs/accounting-get-async-task.d.ts.map +0 -1
  677. package/esm/funcs/accounting-get-async-task.js +0 -83
  678. package/esm/funcs/accounting-get-async-task.js.map +0 -1
  679. package/esm/funcs/accounting-list-booking-proposals.d.ts +0 -11
  680. package/esm/funcs/accounting-list-booking-proposals.d.ts.map +0 -1
  681. package/esm/funcs/accounting-list-booking-proposals.js +0 -84
  682. package/esm/funcs/accounting-list-booking-proposals.js.map +0 -1
  683. package/esm/funcs/accounting-list-credit-notes.d.ts +0 -11
  684. package/esm/funcs/accounting-list-credit-notes.d.ts.map +0 -1
  685. package/esm/funcs/accounting-list-credit-notes.js +0 -80
  686. package/esm/funcs/accounting-list-credit-notes.js.map +0 -1
  687. package/esm/funcs/accounting-list-journal-entries.d.ts +0 -11
  688. package/esm/funcs/accounting-list-journal-entries.d.ts.map +0 -1
  689. package/esm/funcs/accounting-list-journal-entries.js +0 -82
  690. package/esm/funcs/accounting-list-journal-entries.js.map +0 -1
  691. package/esm/funcs/accounting-list-sales-order-line-items.d.ts +0 -11
  692. package/esm/funcs/accounting-list-sales-order-line-items.d.ts.map +0 -1
  693. package/esm/funcs/accounting-list-sales-order-line-items.js +0 -86
  694. package/esm/funcs/accounting-list-sales-order-line-items.js.map +0 -1
  695. package/esm/funcs/accounting-list-sales-orders.d.ts +0 -11
  696. package/esm/funcs/accounting-list-sales-orders.d.ts.map +0 -1
  697. package/esm/funcs/accounting-list-sales-orders.js +0 -81
  698. package/esm/funcs/accounting-list-sales-orders.js.map +0 -1
  699. package/esm/funcs/accounting-modify-bill-line-item.d.ts +0 -11
  700. package/esm/funcs/accounting-modify-bill-line-item.d.ts.map +0 -1
  701. package/esm/funcs/accounting-modify-bill-line-item.js +0 -86
  702. package/esm/funcs/accounting-modify-bill-line-item.js.map +0 -1
  703. package/esm/funcs/accounting-modify-supplier.d.ts +0 -11
  704. package/esm/funcs/accounting-modify-supplier.d.ts.map +0 -1
  705. package/esm/funcs/accounting-modify-supplier.js +0 -82
  706. package/esm/funcs/accounting-modify-supplier.js.map +0 -1
  707. package/esm/funcs/accounting-modify-vendor-credit.d.ts +0 -11
  708. package/esm/funcs/accounting-modify-vendor-credit.d.ts.map +0 -1
  709. package/esm/funcs/accounting-modify-vendor-credit.js +0 -83
  710. package/esm/funcs/accounting-modify-vendor-credit.js.map +0 -1
  711. package/esm/funcs/accounting-record-transaction.d.ts +0 -11
  712. package/esm/funcs/accounting-record-transaction.d.ts.map +0 -1
  713. package/esm/funcs/accounting-record-transaction.js +0 -101
  714. package/esm/funcs/accounting-record-transaction.js.map +0 -1
  715. package/esm/funcs/accounting-remove-bill.d.ts +0 -11
  716. package/esm/funcs/accounting-remove-bill.d.ts.map +0 -1
  717. package/esm/funcs/accounting-remove-bill.js +0 -82
  718. package/esm/funcs/accounting-remove-bill.js.map +0 -1
  719. package/esm/funcs/accounting-remove-event-subscription.d.ts +0 -12
  720. package/esm/funcs/accounting-remove-event-subscription.d.ts.map +0 -1
  721. package/esm/funcs/accounting-remove-event-subscription.js +0 -79
  722. package/esm/funcs/accounting-remove-event-subscription.js.map +0 -1
  723. package/esm/funcs/accounting-remove-payment.d.ts +0 -11
  724. package/esm/funcs/accounting-remove-payment.d.ts.map +0 -1
  725. package/esm/funcs/accounting-remove-payment.js +0 -81
  726. package/esm/funcs/accounting-remove-payment.js.map +0 -1
  727. package/esm/funcs/accounting-replace-contact.d.ts +0 -11
  728. package/esm/funcs/accounting-replace-contact.d.ts.map +0 -1
  729. package/esm/funcs/accounting-replace-contact.js +0 -83
  730. package/esm/funcs/accounting-replace-contact.js.map +0 -1
  731. package/esm/funcs/accounting-retrieve-account.d.ts +0 -11
  732. package/esm/funcs/accounting-retrieve-account.d.ts.map +0 -1
  733. package/esm/funcs/accounting-retrieve-account.js +0 -83
  734. package/esm/funcs/accounting-retrieve-account.js.map +0 -1
  735. package/esm/funcs/accounting-retrieve-accounts.d.ts +0 -11
  736. package/esm/funcs/accounting-retrieve-accounts.d.ts.map +0 -1
  737. package/esm/funcs/accounting-retrieve-accounts.js +0 -86
  738. package/esm/funcs/accounting-retrieve-accounts.js.map +0 -1
  739. package/esm/funcs/accounting-retrieve-bank-accounts.d.ts +0 -11
  740. package/esm/funcs/accounting-retrieve-bank-accounts.d.ts.map +0 -1
  741. package/esm/funcs/accounting-retrieve-bank-accounts.js +0 -80
  742. package/esm/funcs/accounting-retrieve-bank-accounts.js.map +0 -1
  743. package/esm/funcs/accounting-retrieve-booking-proposal.d.ts +0 -11
  744. package/esm/funcs/accounting-retrieve-booking-proposal.d.ts.map +0 -1
  745. package/esm/funcs/accounting-retrieve-booking-proposal.js +0 -80
  746. package/esm/funcs/accounting-retrieve-booking-proposal.js.map +0 -1
  747. package/esm/funcs/accounting-retrieve-dimensions.d.ts +0 -11
  748. package/esm/funcs/accounting-retrieve-dimensions.d.ts.map +0 -1
  749. package/esm/funcs/accounting-retrieve-dimensions.js +0 -80
  750. package/esm/funcs/accounting-retrieve-dimensions.js.map +0 -1
  751. package/esm/funcs/accounting-retrieve-goods-receipt-line-items.d.ts +0 -11
  752. package/esm/funcs/accounting-retrieve-goods-receipt-line-items.d.ts.map +0 -1
  753. package/esm/funcs/accounting-retrieve-goods-receipt-line-items.js +0 -84
  754. package/esm/funcs/accounting-retrieve-goods-receipt-line-items.js.map +0 -1
  755. package/esm/funcs/accounting-retrieve-goods-receipt.d.ts +0 -11
  756. package/esm/funcs/accounting-retrieve-goods-receipt.d.ts.map +0 -1
  757. package/esm/funcs/accounting-retrieve-goods-receipt.js +0 -83
  758. package/esm/funcs/accounting-retrieve-goods-receipt.js.map +0 -1
  759. package/esm/funcs/accounting-retrieve-invoice-line-item.d.ts +0 -11
  760. package/esm/funcs/accounting-retrieve-invoice-line-item.d.ts.map +0 -1
  761. package/esm/funcs/accounting-retrieve-invoice-line-item.js +0 -87
  762. package/esm/funcs/accounting-retrieve-invoice-line-item.js.map +0 -1
  763. package/esm/funcs/accounting-retrieve-invoice-line-items.d.ts +0 -11
  764. package/esm/funcs/accounting-retrieve-invoice-line-items.d.ts.map +0 -1
  765. package/esm/funcs/accounting-retrieve-invoice-line-items.js +0 -86
  766. package/esm/funcs/accounting-retrieve-invoice-line-items.js.map +0 -1
  767. package/esm/funcs/accounting-retrieve-invoices.d.ts +0 -11
  768. package/esm/funcs/accounting-retrieve-invoices.d.ts.map +0 -1
  769. package/esm/funcs/accounting-retrieve-invoices.js +0 -85
  770. package/esm/funcs/accounting-retrieve-invoices.js.map +0 -1
  771. package/esm/funcs/accounting-retrieve-items.d.ts +0 -11
  772. package/esm/funcs/accounting-retrieve-items.d.ts.map +0 -1
  773. package/esm/funcs/accounting-retrieve-items.js +0 -82
  774. package/esm/funcs/accounting-retrieve-items.js.map +0 -1
  775. package/esm/funcs/accounting-retrieve-offer-line-item.d.ts +0 -11
  776. package/esm/funcs/accounting-retrieve-offer-line-item.d.ts.map +0 -1
  777. package/esm/funcs/accounting-retrieve-offer-line-item.js +0 -87
  778. package/esm/funcs/accounting-retrieve-offer-line-item.js.map +0 -1
  779. package/esm/funcs/accounting-retrieve-open-items.d.ts +0 -11
  780. package/esm/funcs/accounting-retrieve-open-items.d.ts.map +0 -1
  781. package/esm/funcs/accounting-retrieve-open-items.js +0 -84
  782. package/esm/funcs/accounting-retrieve-open-items.js.map +0 -1
  783. package/esm/funcs/accounting-retrieve-payments.d.ts +0 -11
  784. package/esm/funcs/accounting-retrieve-payments.d.ts.map +0 -1
  785. package/esm/funcs/accounting-retrieve-payments.js +0 -81
  786. package/esm/funcs/accounting-retrieve-payments.js.map +0 -1
  787. package/esm/funcs/accounting-retrieve-purchase-order-line-item.d.ts +0 -11
  788. package/esm/funcs/accounting-retrieve-purchase-order-line-item.d.ts.map +0 -1
  789. package/esm/funcs/accounting-retrieve-purchase-order-line-item.js +0 -87
  790. package/esm/funcs/accounting-retrieve-purchase-order-line-item.js.map +0 -1
  791. package/esm/funcs/accounting-retrieve-purchase-order-line-items.d.ts +0 -11
  792. package/esm/funcs/accounting-retrieve-purchase-order-line-items.d.ts.map +0 -1
  793. package/esm/funcs/accounting-retrieve-purchase-order-line-items.js +0 -84
  794. package/esm/funcs/accounting-retrieve-purchase-order-line-items.js.map +0 -1
  795. package/esm/funcs/accounting-retrieve-suppliers.d.ts +0 -11
  796. package/esm/funcs/accounting-retrieve-suppliers.d.ts.map +0 -1
  797. package/esm/funcs/accounting-retrieve-suppliers.js +0 -83
  798. package/esm/funcs/accounting-retrieve-suppliers.js.map +0 -1
  799. package/esm/funcs/accounting-retrieve-tax-rates.d.ts +0 -11
  800. package/esm/funcs/accounting-retrieve-tax-rates.d.ts.map +0 -1
  801. package/esm/funcs/accounting-retrieve-tax-rates.js +0 -81
  802. package/esm/funcs/accounting-retrieve-tax-rates.js.map +0 -1
  803. package/esm/funcs/accounting-retrieve-vendor-credits.d.ts +0 -11
  804. package/esm/funcs/accounting-retrieve-vendor-credits.d.ts.map +0 -1
  805. package/esm/funcs/accounting-retrieve-vendor-credits.js +0 -82
  806. package/esm/funcs/accounting-retrieve-vendor-credits.js.map +0 -1
  807. package/esm/funcs/accounting-upload-file.d.ts +0 -11
  808. package/esm/funcs/accounting-upload-file.d.ts.map +0 -1
  809. package/esm/funcs/accounting-upload-file.js +0 -117
  810. package/esm/funcs/accounting-upload-file.js.map +0 -1
  811. package/esm/funcs/accounting-v2-obtain-dimensions.d.ts +0 -11
  812. package/esm/funcs/accounting-v2-obtain-dimensions.d.ts.map +0 -1
  813. package/esm/funcs/accounting-v2-obtain-dimensions.js +0 -78
  814. package/esm/funcs/accounting-v2-obtain-dimensions.js.map +0 -1
  815. package/esm/funcs/accounting-v2-update-contact.d.ts +0 -11
  816. package/esm/funcs/accounting-v2-update-contact.d.ts.map +0 -1
  817. package/esm/funcs/accounting-v2-update-contact.js +0 -83
  818. package/esm/funcs/accounting-v2-update-contact.js.map +0 -1
  819. package/esm/funcs/user-get-info.d.ts +0 -11
  820. package/esm/funcs/user-get-info.d.ts.map +0 -1
  821. package/esm/funcs/user-get-info.js +0 -61
  822. package/esm/funcs/user-get-info.js.map +0 -1
  823. package/examples/accountingRetrieveAccount.example.ts +0 -32
  824. package/src/funcs/accounting-add-account.ts +0 -160
  825. package/src/funcs/accounting-add-bank-account.ts +0 -161
  826. package/src/funcs/accounting-add-bill.ts +0 -160
  827. package/src/funcs/accounting-add-booking.ts +0 -159
  828. package/src/funcs/accounting-add-contact.ts +0 -160
  829. package/src/funcs/accounting-add-event-subscription.ts +0 -161
  830. package/src/funcs/accounting-add-expense.ts +0 -202
  831. package/src/funcs/accounting-add-invoice-line-item.ts +0 -168
  832. package/src/funcs/accounting-add-invoice.ts +0 -160
  833. package/src/funcs/accounting-add-journal-entry.ts +0 -208
  834. package/src/funcs/accounting-add-offer.ts +0 -160
  835. package/src/funcs/accounting-add-payment-term.ts +0 -160
  836. package/src/funcs/accounting-add-payment.ts +0 -159
  837. package/src/funcs/accounting-add-project.ts +0 -160
  838. package/src/funcs/accounting-add-sales-order.ts +0 -161
  839. package/src/funcs/accounting-add-supplier.ts +0 -160
  840. package/src/funcs/accounting-amend-customer.ts +0 -166
  841. package/src/funcs/accounting-amend-invoice.ts +0 -166
  842. package/src/funcs/accounting-amend-supplier.ts +0 -166
  843. package/src/funcs/accounting-batch-add-contacts.ts +0 -160
  844. package/src/funcs/accounting-create-contacts-bulk.ts +0 -159
  845. package/src/funcs/accounting-create-pass-through.ts +0 -161
  846. package/src/funcs/accounting-fetch-bank-account.ts +0 -168
  847. package/src/funcs/accounting-fetch-bill-document.ts +0 -159
  848. package/src/funcs/accounting-fetch-bill.ts +0 -166
  849. package/src/funcs/accounting-fetch-bills.ts +0 -168
  850. package/src/funcs/accounting-fetch-booking-proposal-document.ts +0 -166
  851. package/src/funcs/accounting-fetch-contact.ts +0 -166
  852. package/src/funcs/accounting-fetch-credit-note.ts +0 -166
  853. package/src/funcs/accounting-fetch-customer.ts +0 -166
  854. package/src/funcs/accounting-fetch-customers.ts +0 -167
  855. package/src/funcs/accounting-fetch-document-types.ts +0 -162
  856. package/src/funcs/accounting-fetch-expense.ts +0 -166
  857. package/src/funcs/accounting-fetch-expenses.ts +0 -163
  858. package/src/funcs/accounting-fetch-invoice-document.ts +0 -168
  859. package/src/funcs/accounting-fetch-invoice.ts +0 -166
  860. package/src/funcs/accounting-fetch-item.ts +0 -166
  861. package/src/funcs/accounting-fetch-journal-entry.ts +0 -169
  862. package/src/funcs/accounting-fetch-journals.ts +0 -164
  863. package/src/funcs/accounting-fetch-offer-line-items.ts +0 -170
  864. package/src/funcs/accounting-fetch-offer.ts +0 -166
  865. package/src/funcs/accounting-fetch-offers.ts +0 -165
  866. package/src/funcs/accounting-fetch-payment-term.ts +0 -168
  867. package/src/funcs/accounting-fetch-payment.ts +0 -165
  868. package/src/funcs/accounting-fetch-project.ts +0 -166
  869. package/src/funcs/accounting-fetch-purchase-order.ts +0 -169
  870. package/src/funcs/accounting-fetch-sales-order.ts +0 -166
  871. package/src/funcs/accounting-fetch-supplier.ts +0 -166
  872. package/src/funcs/accounting-fetch-tax-rate.ts +0 -166
  873. package/src/funcs/accounting-fetch-trial-balance.ts +0 -171
  874. package/src/funcs/accounting-fetch-units.ts +0 -163
  875. package/src/funcs/accounting-get-async-task.ts +0 -167
  876. package/src/funcs/accounting-list-booking-proposals.ts +0 -171
  877. package/src/funcs/accounting-list-credit-notes.ts +0 -167
  878. package/src/funcs/accounting-list-journal-entries.ts +0 -169
  879. package/src/funcs/accounting-list-sales-order-line-items.ts +0 -172
  880. package/src/funcs/accounting-list-sales-orders.ts +0 -168
  881. package/src/funcs/accounting-modify-bill-line-item.ts +0 -172
  882. package/src/funcs/accounting-modify-supplier.ts +0 -165
  883. package/src/funcs/accounting-modify-vendor-credit.ts +0 -169
  884. package/src/funcs/accounting-record-transaction.ts +0 -202
  885. package/src/funcs/accounting-remove-bill.ts +0 -165
  886. package/src/funcs/accounting-remove-event-subscription.ts +0 -169
  887. package/src/funcs/accounting-remove-payment.ts +0 -164
  888. package/src/funcs/accounting-replace-contact.ts +0 -166
  889. package/src/funcs/accounting-retrieve-account.ts +0 -166
  890. package/src/funcs/accounting-retrieve-accounts.ts +0 -170
  891. package/src/funcs/accounting-retrieve-bank-accounts.ts +0 -167
  892. package/src/funcs/accounting-retrieve-booking-proposal.ts +0 -170
  893. package/src/funcs/accounting-retrieve-dimensions.ts +0 -167
  894. package/src/funcs/accounting-retrieve-goods-receipt-line-items.ts +0 -170
  895. package/src/funcs/accounting-retrieve-goods-receipt.ts +0 -168
  896. package/src/funcs/accounting-retrieve-invoice-line-item.ts +0 -172
  897. package/src/funcs/accounting-retrieve-invoice-line-items.ts +0 -171
  898. package/src/funcs/accounting-retrieve-invoices.ts +0 -169
  899. package/src/funcs/accounting-retrieve-items.ts +0 -166
  900. package/src/funcs/accounting-retrieve-offer-line-item.ts +0 -173
  901. package/src/funcs/accounting-retrieve-open-items.ts +0 -168
  902. package/src/funcs/accounting-retrieve-payments.ts +0 -165
  903. package/src/funcs/accounting-retrieve-purchase-order-line-item.ts +0 -173
  904. package/src/funcs/accounting-retrieve-purchase-order-line-items.ts +0 -173
  905. package/src/funcs/accounting-retrieve-suppliers.ts +0 -167
  906. package/src/funcs/accounting-retrieve-tax-rates.ts +0 -165
  907. package/src/funcs/accounting-retrieve-vendor-credits.ts +0 -169
  908. package/src/funcs/accounting-upload-file.ts +0 -215
  909. package/src/funcs/accounting-v2-obtain-dimensions.ts +0 -165
  910. package/src/funcs/accounting-v2-update-contact.ts +0 -166
  911. package/src/funcs/user-get-info.ts +0 -135
@@ -2,102 +2,102 @@
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
4
 
5
- import { accountingAddAccount } from "../funcs/accounting-add-account.js";
6
- import { accountingAddBankAccount } from "../funcs/accounting-add-bank-account.js";
7
- import { accountingAddBill } from "../funcs/accounting-add-bill.js";
8
- import { accountingAddBooking } from "../funcs/accounting-add-booking.js";
9
- import { accountingAddContact } from "../funcs/accounting-add-contact.js";
10
- import { accountingAddEventSubscription } from "../funcs/accounting-add-event-subscription.js";
11
- import { accountingAddExpense } from "../funcs/accounting-add-expense.js";
12
- import { accountingAddInvoiceLineItem } from "../funcs/accounting-add-invoice-line-item.js";
13
- import { accountingAddInvoice } from "../funcs/accounting-add-invoice.js";
14
- import { accountingAddJournalEntry } from "../funcs/accounting-add-journal-entry.js";
15
- import { accountingAddOffer } from "../funcs/accounting-add-offer.js";
16
- import { accountingAddPaymentTerm } from "../funcs/accounting-add-payment-term.js";
17
- import { accountingAddPayment } from "../funcs/accounting-add-payment.js";
18
- import { accountingAddProject } from "../funcs/accounting-add-project.js";
19
- import { accountingAddSalesOrder } from "../funcs/accounting-add-sales-order.js";
20
- import { accountingAddSupplier } from "../funcs/accounting-add-supplier.js";
21
- import { accountingAmendCustomer } from "../funcs/accounting-amend-customer.js";
22
- import { accountingAmendInvoice } from "../funcs/accounting-amend-invoice.js";
23
- import { accountingAmendSupplier } from "../funcs/accounting-amend-supplier.js";
24
- import { accountingBatchAddContacts } from "../funcs/accounting-batch-add-contacts.js";
5
+ import { accountingCreateAccount } from "../funcs/accounting-create-account.js";
6
+ import { accountingCreateBankAccount } from "../funcs/accounting-create-bank-account.js";
7
+ import { accountingCreateBill } from "../funcs/accounting-create-bill.js";
25
8
  import { accountingCreateBookingProposal } from "../funcs/accounting-create-booking-proposal.js";
26
- import { accountingCreateContactsBulk } from "../funcs/accounting-create-contacts-bulk.js";
9
+ import { accountingCreateBookings } from "../funcs/accounting-create-bookings.js";
10
+ import { accountingCreateContact } from "../funcs/accounting-create-contact.js";
11
+ import { accountingCreateContactsV1 } from "../funcs/accounting-create-contacts-v1.js";
12
+ import { accountingCreateContacts } from "../funcs/accounting-create-contacts.js";
27
13
  import { accountingCreateCustomer } from "../funcs/accounting-create-customer.js";
14
+ import { accountingCreateEventSubscriptions } from "../funcs/accounting-create-event-subscriptions.js";
15
+ import { accountingCreateExpense } from "../funcs/accounting-create-expense.js";
16
+ import { accountingCreateInvoice } from "../funcs/accounting-create-invoice.js";
28
17
  import { accountingCreateJournalEntryAttachments } from "../funcs/accounting-create-journal-entry-attachments.js";
29
- import { accountingCreatePassThrough } from "../funcs/accounting-create-pass-through.js";
18
+ import { accountingCreateJournalEntry } from "../funcs/accounting-create-journal-entry.js";
19
+ import { accountingCreateLineItem } from "../funcs/accounting-create-line-item.js";
20
+ import { accountingCreateOffer } from "../funcs/accounting-create-offer.js";
21
+ import { accountingCreatePassThroughRequest } from "../funcs/accounting-create-pass-through-request.js";
22
+ import { accountingCreatePaymentTerm } from "../funcs/accounting-create-payment-term.js";
23
+ import { accountingCreatePayment } from "../funcs/accounting-create-payment.js";
24
+ import { accountingCreateProject } from "../funcs/accounting-create-project.js";
25
+ import { accountingCreateSalesOrder } from "../funcs/accounting-create-sales-order.js";
26
+ import { accountingCreateSupplier } from "../funcs/accounting-create-supplier.js";
27
+ import { accountingCreateTransaction } from "../funcs/accounting-create-transaction.js";
30
28
  import { accountingCreateVendorCredit } from "../funcs/accounting-create-vendor-credit.js";
31
- import { accountingFetchBankAccount } from "../funcs/accounting-fetch-bank-account.js";
32
- import { accountingFetchBillDocument } from "../funcs/accounting-fetch-bill-document.js";
33
- import { accountingFetchBill } from "../funcs/accounting-fetch-bill.js";
34
- import { accountingFetchBills } from "../funcs/accounting-fetch-bills.js";
35
- import { accountingFetchBookingProposalDocument } from "../funcs/accounting-fetch-booking-proposal-document.js";
36
- import { accountingFetchContact } from "../funcs/accounting-fetch-contact.js";
37
- import { accountingFetchCreditNote } from "../funcs/accounting-fetch-credit-note.js";
38
- import { accountingFetchCustomer } from "../funcs/accounting-fetch-customer.js";
39
- import { accountingFetchCustomers } from "../funcs/accounting-fetch-customers.js";
40
- import { accountingFetchDocumentTypes } from "../funcs/accounting-fetch-document-types.js";
41
- import { accountingFetchExpense } from "../funcs/accounting-fetch-expense.js";
42
- import { accountingFetchExpenses } from "../funcs/accounting-fetch-expenses.js";
43
- import { accountingFetchInvoiceDocument } from "../funcs/accounting-fetch-invoice-document.js";
44
- import { accountingFetchInvoice } from "../funcs/accounting-fetch-invoice.js";
45
- import { accountingFetchItem } from "../funcs/accounting-fetch-item.js";
46
- import { accountingFetchJournalEntry } from "../funcs/accounting-fetch-journal-entry.js";
47
- import { accountingFetchJournals } from "../funcs/accounting-fetch-journals.js";
48
- import { accountingFetchOfferLineItems } from "../funcs/accounting-fetch-offer-line-items.js";
49
- import { accountingFetchOffer } from "../funcs/accounting-fetch-offer.js";
50
- import { accountingFetchOffers } from "../funcs/accounting-fetch-offers.js";
51
- import { accountingFetchPaymentTerm } from "../funcs/accounting-fetch-payment-term.js";
52
- import { accountingFetchPayment } from "../funcs/accounting-fetch-payment.js";
53
- import { accountingFetchProject } from "../funcs/accounting-fetch-project.js";
54
- import { accountingFetchPurchaseOrder } from "../funcs/accounting-fetch-purchase-order.js";
55
- import { accountingFetchSalesOrder } from "../funcs/accounting-fetch-sales-order.js";
56
- import { accountingFetchSupplier } from "../funcs/accounting-fetch-supplier.js";
57
- import { accountingFetchTaxRate } from "../funcs/accounting-fetch-tax-rate.js";
58
- import { accountingFetchTrialBalance } from "../funcs/accounting-fetch-trial-balance.js";
59
- import { accountingFetchUnits } from "../funcs/accounting-fetch-units.js";
60
- import { accountingGetAsyncTask } from "../funcs/accounting-get-async-task.js";
29
+ import { accountingDeleteBill } from "../funcs/accounting-delete-bill.js";
30
+ import { accountingDeleteEventSubscriptions } from "../funcs/accounting-delete-event-subscriptions.js";
31
+ import { accountingDeletePayment } from "../funcs/accounting-delete-payment.js";
32
+ import { accountingGetAccount } from "../funcs/accounting-get-account.js";
33
+ import { accountingGetAccounts } from "../funcs/accounting-get-accounts.js";
34
+ import { accountingGetAsyncTaskInfo } from "../funcs/accounting-get-async-task-info.js";
35
+ import { accountingGetBankAccount } from "../funcs/accounting-get-bank-account.js";
36
+ import { accountingGetBankAccounts } from "../funcs/accounting-get-bank-accounts.js";
37
+ import { accountingGetBillDocument } from "../funcs/accounting-get-bill-document.js";
38
+ import { accountingGetBill } from "../funcs/accounting-get-bill.js";
39
+ import { accountingGetBills } from "../funcs/accounting-get-bills.js";
40
+ import { accountingGetBookingProposalDocument } from "../funcs/accounting-get-booking-proposal-document.js";
41
+ import { accountingGetBookingProposal } from "../funcs/accounting-get-booking-proposal.js";
42
+ import { accountingGetBookingProposals } from "../funcs/accounting-get-booking-proposals.js";
43
+ import { accountingGetContact } from "../funcs/accounting-get-contact.js";
61
44
  import { accountingGetContacts } from "../funcs/accounting-get-contacts.js";
45
+ import { accountingGetCreditNote } from "../funcs/accounting-get-credit-note.js";
46
+ import { accountingGetCreditNotes } from "../funcs/accounting-get-credit-notes.js";
47
+ import { accountingGetCustomer } from "../funcs/accounting-get-customer.js";
48
+ import { accountingGetCustomers } from "../funcs/accounting-get-customers.js";
49
+ import { accountingGetDimensions } from "../funcs/accounting-get-dimensions.js";
50
+ import { accountingGetDocumentTypes } from "../funcs/accounting-get-document-types.js";
51
+ import { accountingGetExpense } from "../funcs/accounting-get-expense.js";
52
+ import { accountingGetExpenses } from "../funcs/accounting-get-expenses.js";
62
53
  import { accountingGetFiscalYears } from "../funcs/accounting-get-fiscal-years.js";
54
+ import { accountingGetGoodsReceiptLineItems } from "../funcs/accounting-get-goods-receipt-line-items.js";
55
+ import { accountingGetGoodsReceipt } from "../funcs/accounting-get-goods-receipt.js";
63
56
  import { accountingGetGoodsReceipts } from "../funcs/accounting-get-goods-receipts.js";
57
+ import { accountingGetInvoiceDocument } from "../funcs/accounting-get-invoice-document.js";
58
+ import { accountingGetInvoice } from "../funcs/accounting-get-invoice.js";
59
+ import { accountingGetInvoices } from "../funcs/accounting-get-invoices.js";
60
+ import { accountingGetItem } from "../funcs/accounting-get-item.js";
61
+ import { accountingGetItems } from "../funcs/accounting-get-items.js";
62
+ import { accountingGetJournalEntries } from "../funcs/accounting-get-journal-entries.js";
63
+ import { accountingGetJournalEntry } from "../funcs/accounting-get-journal-entry.js";
64
+ import { accountingGetJournals } from "../funcs/accounting-get-journals.js";
65
+ import { accountingGetLineItem } from "../funcs/accounting-get-line-item.js";
66
+ import { accountingGetLineItems } from "../funcs/accounting-get-line-items.js";
67
+ import { accountingGetOfferLineItem } from "../funcs/accounting-get-offer-line-item.js";
68
+ import { accountingGetOfferLineItems } from "../funcs/accounting-get-offer-line-items.js";
69
+ import { accountingGetOffer } from "../funcs/accounting-get-offer.js";
70
+ import { accountingGetOffers } from "../funcs/accounting-get-offers.js";
71
+ import { accountingGetOpenItems } from "../funcs/accounting-get-open-items.js";
72
+ import { accountingGetPaymentTerm } from "../funcs/accounting-get-payment-term.js";
64
73
  import { accountingGetPaymentTerms } from "../funcs/accounting-get-payment-terms.js";
74
+ import { accountingGetPayment } from "../funcs/accounting-get-payment.js";
75
+ import { accountingGetPayments } from "../funcs/accounting-get-payments.js";
65
76
  import { accountingGetProfile } from "../funcs/accounting-get-profile.js";
77
+ import { accountingGetProject } from "../funcs/accounting-get-project.js";
66
78
  import { accountingGetProjects } from "../funcs/accounting-get-projects.js";
67
- import { accountingListBookingProposals } from "../funcs/accounting-list-booking-proposals.js";
68
- import { accountingListCreditNotes } from "../funcs/accounting-list-credit-notes.js";
69
- import { accountingListJournalEntries } from "../funcs/accounting-list-journal-entries.js";
70
- import { accountingListSalesOrderLineItems } from "../funcs/accounting-list-sales-order-line-items.js";
71
- import { accountingListSalesOrders } from "../funcs/accounting-list-sales-orders.js";
72
- import { accountingModifyBillLineItem } from "../funcs/accounting-modify-bill-line-item.js";
73
- import { accountingModifySupplier } from "../funcs/accounting-modify-supplier.js";
74
- import { accountingModifyVendorCredit } from "../funcs/accounting-modify-vendor-credit.js";
75
- import { accountingRecordTransaction } from "../funcs/accounting-record-transaction.js";
76
- import { accountingRemoveBill } from "../funcs/accounting-remove-bill.js";
77
- import { accountingRemoveEventSubscription } from "../funcs/accounting-remove-event-subscription.js";
78
- import { accountingRemovePayment } from "../funcs/accounting-remove-payment.js";
79
- import { accountingReplaceContact } from "../funcs/accounting-replace-contact.js";
80
- import { accountingRetrieveAccount } from "../funcs/accounting-retrieve-account.js";
81
- import { accountingRetrieveAccounts } from "../funcs/accounting-retrieve-accounts.js";
82
- import { accountingRetrieveBankAccounts } from "../funcs/accounting-retrieve-bank-accounts.js";
83
- import { accountingRetrieveBookingProposal } from "../funcs/accounting-retrieve-booking-proposal.js";
84
- import { accountingRetrieveDimensions } from "../funcs/accounting-retrieve-dimensions.js";
85
- import { accountingRetrieveGoodsReceiptLineItems } from "../funcs/accounting-retrieve-goods-receipt-line-items.js";
86
- import { accountingRetrieveGoodsReceipt } from "../funcs/accounting-retrieve-goods-receipt.js";
87
- import { accountingRetrieveInvoiceLineItem } from "../funcs/accounting-retrieve-invoice-line-item.js";
88
- import { accountingRetrieveInvoiceLineItems } from "../funcs/accounting-retrieve-invoice-line-items.js";
89
- import { accountingRetrieveInvoices } from "../funcs/accounting-retrieve-invoices.js";
90
- import { accountingRetrieveItems } from "../funcs/accounting-retrieve-items.js";
91
- import { accountingRetrieveOfferLineItem } from "../funcs/accounting-retrieve-offer-line-item.js";
92
- import { accountingRetrieveOpenItems } from "../funcs/accounting-retrieve-open-items.js";
93
- import { accountingRetrievePayments } from "../funcs/accounting-retrieve-payments.js";
94
- import { accountingRetrievePurchaseOrderLineItem } from "../funcs/accounting-retrieve-purchase-order-line-item.js";
95
- import { accountingRetrievePurchaseOrderLineItems } from "../funcs/accounting-retrieve-purchase-order-line-items.js";
96
- import { accountingRetrieveSuppliers } from "../funcs/accounting-retrieve-suppliers.js";
97
- import { accountingRetrieveTaxRates } from "../funcs/accounting-retrieve-tax-rates.js";
98
- import { accountingRetrieveVendorCredits } from "../funcs/accounting-retrieve-vendor-credits.js";
79
+ import { accountingGetPurchaseOrderLineItem } from "../funcs/accounting-get-purchase-order-line-item.js";
80
+ import { accountingGetPurchaseOrderLineItems } from "../funcs/accounting-get-purchase-order-line-items.js";
81
+ import { accountingGetPurchaseOrder } from "../funcs/accounting-get-purchase-order.js";
82
+ import { accountingGetSalesOrderLines } from "../funcs/accounting-get-sales-order-lines.js";
83
+ import { accountingGetSalesOrder } from "../funcs/accounting-get-sales-order.js";
84
+ import { accountingGetSalesOrders } from "../funcs/accounting-get-sales-orders.js";
85
+ import { accountingGetSupplier } from "../funcs/accounting-get-supplier.js";
86
+ import { accountingGetSuppliers } from "../funcs/accounting-get-suppliers.js";
87
+ import { accountingGetTaxRate } from "../funcs/accounting-get-tax-rate.js";
88
+ import { accountingGetTaxRates } from "../funcs/accounting-get-tax-rates.js";
89
+ import { accountingGetTrialBalance } from "../funcs/accounting-get-trial-balance.js";
90
+ import { accountingGetUnits } from "../funcs/accounting-get-units.js";
91
+ import { accountingGetVendorCredits } from "../funcs/accounting-get-vendor-credits.js";
92
+ import { accountingPatchCustomers } from "../funcs/accounting-patch-customers.js";
93
+ import { accountingPatchInvoice } from "../funcs/accounting-patch-invoice.js";
94
+ import { accountingPatchSupplier } from "../funcs/accounting-patch-supplier.js";
95
+ import { accountingPostFile } from "../funcs/accounting-post-file.js";
96
+ import { accountingPutContact } from "../funcs/accounting-put-contact.js";
97
+ import { accountingUpdateBillLineItem } from "../funcs/accounting-update-bill-line-item.js";
99
98
  import { accountingUpdateCustomer } from "../funcs/accounting-update-customer.js";
100
- import { accountingUploadFile } from "../funcs/accounting-upload-file.js";
99
+ import { accountingUpdateSupplier } from "../funcs/accounting-update-supplier.js";
100
+ import { accountingUpdateVendorCredit } from "../funcs/accounting-update-vendor-credit.js";
101
101
  import { ClientSDK, RequestOptions } from "../lib/sdks.js";
102
102
  import * as models from "../models/index.js";
103
103
  import * as operations from "../models/operations/index.js";
@@ -130,99 +130,99 @@ export class Accounting extends ClientSDK {
130
130
  return (this._v2 ??= new V2(this._options));
131
131
  }
132
132
 
133
- async retrieveAccount(
133
+ async getAccount(
134
134
  request: operations.GetAccountRequest,
135
135
  options?: RequestOptions,
136
136
  ): Promise<operations.GetAccountResponse> {
137
- return unwrapAsync(accountingRetrieveAccount(
137
+ return unwrapAsync(accountingGetAccount(
138
138
  this,
139
139
  request,
140
140
  options,
141
141
  ));
142
142
  }
143
143
 
144
- async retrieveAccounts(
144
+ async getAccounts(
145
145
  request?: operations.GetAccountsRequest | undefined,
146
146
  options?: RequestOptions,
147
147
  ): Promise<operations.GetAccountsResponse> {
148
- return unwrapAsync(accountingRetrieveAccounts(
148
+ return unwrapAsync(accountingGetAccounts(
149
149
  this,
150
150
  request,
151
151
  options,
152
152
  ));
153
153
  }
154
154
 
155
- async addAccount(
155
+ async createAccount(
156
156
  request: operations.CreateAccountRequest,
157
157
  options?: RequestOptions,
158
158
  ): Promise<operations.CreateAccountResponse> {
159
- return unwrapAsync(accountingAddAccount(
159
+ return unwrapAsync(accountingCreateAccount(
160
160
  this,
161
161
  request,
162
162
  options,
163
163
  ));
164
164
  }
165
165
 
166
- async retrieveBankAccounts(
166
+ async getBankAccounts(
167
167
  request?: operations.GetBankAccountsRequest | undefined,
168
168
  options?: RequestOptions,
169
169
  ): Promise<operations.GetBankAccountsResponse> {
170
- return unwrapAsync(accountingRetrieveBankAccounts(
170
+ return unwrapAsync(accountingGetBankAccounts(
171
171
  this,
172
172
  request,
173
173
  options,
174
174
  ));
175
175
  }
176
176
 
177
- async addBankAccount(
177
+ async createBankAccount(
178
178
  request: operations.CreateBankAccountRequest,
179
179
  options?: RequestOptions,
180
180
  ): Promise<operations.CreateBankAccountResponse> {
181
- return unwrapAsync(accountingAddBankAccount(
181
+ return unwrapAsync(accountingCreateBankAccount(
182
182
  this,
183
183
  request,
184
184
  options,
185
185
  ));
186
186
  }
187
187
 
188
- async fetchBankAccount(
188
+ async getBankAccount(
189
189
  request: operations.GetBankAccountRequest,
190
190
  options?: RequestOptions,
191
191
  ): Promise<operations.GetBankAccountResponse> {
192
- return unwrapAsync(accountingFetchBankAccount(
192
+ return unwrapAsync(accountingGetBankAccount(
193
193
  this,
194
194
  request,
195
195
  options,
196
196
  ));
197
197
  }
198
198
 
199
- async retrieveDimensions(
199
+ async getDimensions(
200
200
  request?: operations.GetDimensionsRequest | undefined,
201
201
  options?: RequestOptions,
202
202
  ): Promise<operations.GetDimensionsResponse> {
203
- return unwrapAsync(accountingRetrieveDimensions(
203
+ return unwrapAsync(accountingGetDimensions(
204
204
  this,
205
205
  request,
206
206
  options,
207
207
  ));
208
208
  }
209
209
 
210
- async recordTransaction(
210
+ async createTransaction(
211
211
  request: operations.CreateTransactionRequest,
212
212
  options?: RequestOptions,
213
213
  ): Promise<operations.CreateTransactionResponse> {
214
- return unwrapAsync(accountingRecordTransaction(
214
+ return unwrapAsync(accountingCreateTransaction(
215
215
  this,
216
216
  request,
217
217
  options,
218
218
  ));
219
219
  }
220
220
 
221
- async fetchCustomers(
221
+ async getCustomers(
222
222
  request?: operations.GetCustomersRequest | undefined,
223
223
  options?: RequestOptions,
224
224
  ): Promise<operations.GetCustomersResponse> {
225
- return unwrapAsync(accountingFetchCustomers(
225
+ return unwrapAsync(accountingGetCustomers(
226
226
  this,
227
227
  request,
228
228
  options,
@@ -240,11 +240,11 @@ export class Accounting extends ClientSDK {
240
240
  ));
241
241
  }
242
242
 
243
- async fetchCustomer(
243
+ async getCustomer(
244
244
  request: operations.GetCustomerRequest,
245
245
  options?: RequestOptions,
246
246
  ): Promise<operations.GetCustomerResponse> {
247
- return unwrapAsync(accountingFetchCustomer(
247
+ return unwrapAsync(accountingGetCustomer(
248
248
  this,
249
249
  request,
250
250
  options,
@@ -262,66 +262,66 @@ export class Accounting extends ClientSDK {
262
262
  ));
263
263
  }
264
264
 
265
- async amendCustomer(
265
+ async patchCustomers(
266
266
  request: operations.PatchCustomersRequest,
267
267
  options?: RequestOptions,
268
268
  ): Promise<operations.PatchCustomersResponse> {
269
- return unwrapAsync(accountingAmendCustomer(
269
+ return unwrapAsync(accountingPatchCustomers(
270
270
  this,
271
271
  request,
272
272
  options,
273
273
  ));
274
274
  }
275
275
 
276
- async retrieveSuppliers(
276
+ async getSuppliers(
277
277
  request?: operations.GetSuppliersRequest | undefined,
278
278
  options?: RequestOptions,
279
279
  ): Promise<operations.GetSuppliersResponse> {
280
- return unwrapAsync(accountingRetrieveSuppliers(
280
+ return unwrapAsync(accountingGetSuppliers(
281
281
  this,
282
282
  request,
283
283
  options,
284
284
  ));
285
285
  }
286
286
 
287
- async addSupplier(
287
+ async createSupplier(
288
288
  request: operations.CreateSupplierRequest,
289
289
  options?: RequestOptions,
290
290
  ): Promise<operations.CreateSupplierResponse> {
291
- return unwrapAsync(accountingAddSupplier(
291
+ return unwrapAsync(accountingCreateSupplier(
292
292
  this,
293
293
  request,
294
294
  options,
295
295
  ));
296
296
  }
297
297
 
298
- async fetchSupplier(
298
+ async getSupplier(
299
299
  request: operations.GetSupplierRequest,
300
300
  options?: RequestOptions,
301
301
  ): Promise<operations.GetSupplierResponse> {
302
- return unwrapAsync(accountingFetchSupplier(
302
+ return unwrapAsync(accountingGetSupplier(
303
303
  this,
304
304
  request,
305
305
  options,
306
306
  ));
307
307
  }
308
308
 
309
- async modifySupplier(
309
+ async updateSupplier(
310
310
  request: operations.UpdateSupplierRequest,
311
311
  options?: RequestOptions,
312
312
  ): Promise<operations.UpdateSupplierResponse> {
313
- return unwrapAsync(accountingModifySupplier(
313
+ return unwrapAsync(accountingUpdateSupplier(
314
314
  this,
315
315
  request,
316
316
  options,
317
317
  ));
318
318
  }
319
319
 
320
- async amendSupplier(
320
+ async patchSupplier(
321
321
  request: operations.PatchSupplierRequest,
322
322
  options?: RequestOptions,
323
323
  ): Promise<operations.PatchSupplierResponse> {
324
- return unwrapAsync(accountingAmendSupplier(
324
+ return unwrapAsync(accountingPatchSupplier(
325
325
  this,
326
326
  request,
327
327
  options,
@@ -339,242 +339,242 @@ export class Accounting extends ClientSDK {
339
339
  ));
340
340
  }
341
341
 
342
- async addContact(
342
+ async createContact(
343
343
  request: operations.CreateContactRequest,
344
344
  options?: RequestOptions,
345
345
  ): Promise<operations.CreateContactResponse> {
346
- return unwrapAsync(accountingAddContact(
346
+ return unwrapAsync(accountingCreateContact(
347
347
  this,
348
348
  request,
349
349
  options,
350
350
  ));
351
351
  }
352
352
 
353
- async fetchContact(
353
+ async getContact(
354
354
  request: operations.GetContactRequest,
355
355
  options?: RequestOptions,
356
356
  ): Promise<operations.GetContactResponse> {
357
- return unwrapAsync(accountingFetchContact(
357
+ return unwrapAsync(accountingGetContact(
358
358
  this,
359
359
  request,
360
360
  options,
361
361
  ));
362
362
  }
363
363
 
364
- async replaceContact(
364
+ async putContact(
365
365
  request: operations.PutContactRequest,
366
366
  options?: RequestOptions,
367
367
  ): Promise<operations.PutContactResponse> {
368
- return unwrapAsync(accountingReplaceContact(
368
+ return unwrapAsync(accountingPutContact(
369
369
  this,
370
370
  request,
371
371
  options,
372
372
  ));
373
373
  }
374
374
 
375
- async createContactsBulk(
375
+ async createContacts(
376
376
  request: operations.CreateContactsRequest,
377
377
  options?: RequestOptions,
378
378
  ): Promise<operations.CreateContactsResponse> {
379
- return unwrapAsync(accountingCreateContactsBulk(
379
+ return unwrapAsync(accountingCreateContacts(
380
380
  this,
381
381
  request,
382
382
  options,
383
383
  ));
384
384
  }
385
385
 
386
- async batchAddContacts(
386
+ async createContactsV1(
387
387
  request: operations.CreateContactsV1Request,
388
388
  options?: RequestOptions,
389
389
  ): Promise<operations.CreateContactsV1Response> {
390
- return unwrapAsync(accountingBatchAddContacts(
390
+ return unwrapAsync(accountingCreateContactsV1(
391
391
  this,
392
392
  request,
393
393
  options,
394
394
  ));
395
395
  }
396
396
 
397
- async retrieveInvoices(
397
+ async getInvoices(
398
398
  request?: operations.GetInvoicesRequest | undefined,
399
399
  options?: RequestOptions,
400
400
  ): Promise<operations.GetInvoicesResponse> {
401
- return unwrapAsync(accountingRetrieveInvoices(
401
+ return unwrapAsync(accountingGetInvoices(
402
402
  this,
403
403
  request,
404
404
  options,
405
405
  ));
406
406
  }
407
407
 
408
- async addInvoice(
408
+ async createInvoice(
409
409
  request: operations.CreateInvoiceRequest,
410
410
  options?: RequestOptions,
411
411
  ): Promise<operations.CreateInvoiceResponse> {
412
- return unwrapAsync(accountingAddInvoice(
412
+ return unwrapAsync(accountingCreateInvoice(
413
413
  this,
414
414
  request,
415
415
  options,
416
416
  ));
417
417
  }
418
418
 
419
- async fetchInvoice(
419
+ async getInvoice(
420
420
  request: operations.GetInvoiceRequest,
421
421
  options?: RequestOptions,
422
422
  ): Promise<operations.GetInvoiceResponse> {
423
- return unwrapAsync(accountingFetchInvoice(
423
+ return unwrapAsync(accountingGetInvoice(
424
424
  this,
425
425
  request,
426
426
  options,
427
427
  ));
428
428
  }
429
429
 
430
- async amendInvoice(
430
+ async patchInvoice(
431
431
  request: operations.PatchInvoiceRequest,
432
432
  options?: RequestOptions,
433
433
  ): Promise<operations.PatchInvoiceResponse> {
434
- return unwrapAsync(accountingAmendInvoice(
434
+ return unwrapAsync(accountingPatchInvoice(
435
435
  this,
436
436
  request,
437
437
  options,
438
438
  ));
439
439
  }
440
440
 
441
- async fetchInvoiceDocument(
441
+ async getInvoiceDocument(
442
442
  request: operations.GetInvoiceDocumentRequest,
443
443
  options?: RequestOptions,
444
444
  ): Promise<operations.GetInvoiceDocumentResponse> {
445
- return unwrapAsync(accountingFetchInvoiceDocument(
445
+ return unwrapAsync(accountingGetInvoiceDocument(
446
446
  this,
447
447
  request,
448
448
  options,
449
449
  ));
450
450
  }
451
451
 
452
- async uploadFile(
452
+ async postFile(
453
453
  request: operations.PostFileRequest,
454
454
  options?: RequestOptions,
455
455
  ): Promise<operations.PostFileResponse> {
456
- return unwrapAsync(accountingUploadFile(
456
+ return unwrapAsync(accountingPostFile(
457
457
  this,
458
458
  request,
459
459
  options,
460
460
  ));
461
461
  }
462
462
 
463
- async fetchDocumentTypes(
463
+ async getDocumentTypes(
464
464
  request?: operations.GetDocumentTypesRequest | undefined,
465
465
  options?: RequestOptions,
466
466
  ): Promise<operations.GetDocumentTypesResponse> {
467
- return unwrapAsync(accountingFetchDocumentTypes(
467
+ return unwrapAsync(accountingGetDocumentTypes(
468
468
  this,
469
469
  request,
470
470
  options,
471
471
  ));
472
472
  }
473
473
 
474
- async getAsyncTask(
474
+ async getAsyncTaskInfo(
475
475
  request: operations.GetAsyncTaskInfoRequest,
476
476
  options?: RequestOptions,
477
477
  ): Promise<operations.GetAsyncTaskInfoResponse> {
478
- return unwrapAsync(accountingGetAsyncTask(
478
+ return unwrapAsync(accountingGetAsyncTaskInfo(
479
479
  this,
480
480
  request,
481
481
  options,
482
482
  ));
483
483
  }
484
484
 
485
- async retrieveItems(
485
+ async getItems(
486
486
  request?: operations.GetItemsRequest | undefined,
487
487
  options?: RequestOptions,
488
488
  ): Promise<operations.GetItemsResponse> {
489
- return unwrapAsync(accountingRetrieveItems(
489
+ return unwrapAsync(accountingGetItems(
490
490
  this,
491
491
  request,
492
492
  options,
493
493
  ));
494
494
  }
495
495
 
496
- async fetchItem(
496
+ async getItem(
497
497
  request: operations.GetItemRequest,
498
498
  options?: RequestOptions,
499
499
  ): Promise<operations.GetItemResponse> {
500
- return unwrapAsync(accountingFetchItem(
500
+ return unwrapAsync(accountingGetItem(
501
501
  this,
502
502
  request,
503
503
  options,
504
504
  ));
505
505
  }
506
506
 
507
- async retrieveInvoiceLineItems(
507
+ async getLineItems(
508
508
  request: operations.GetLineItemsRequest,
509
509
  options?: RequestOptions,
510
510
  ): Promise<operations.GetLineItemsResponse> {
511
- return unwrapAsync(accountingRetrieveInvoiceLineItems(
511
+ return unwrapAsync(accountingGetLineItems(
512
512
  this,
513
513
  request,
514
514
  options,
515
515
  ));
516
516
  }
517
517
 
518
- async addInvoiceLineItem(
518
+ async createLineItem(
519
519
  request: operations.CreateLineItemRequest,
520
520
  options?: RequestOptions,
521
521
  ): Promise<operations.CreateLineItemResponse> {
522
- return unwrapAsync(accountingAddInvoiceLineItem(
522
+ return unwrapAsync(accountingCreateLineItem(
523
523
  this,
524
524
  request,
525
525
  options,
526
526
  ));
527
527
  }
528
528
 
529
- async retrieveInvoiceLineItem(
529
+ async getLineItem(
530
530
  request: operations.GetLineItemRequest,
531
531
  options?: RequestOptions,
532
532
  ): Promise<operations.GetLineItemResponse> {
533
- return unwrapAsync(accountingRetrieveInvoiceLineItem(
533
+ return unwrapAsync(accountingGetLineItem(
534
534
  this,
535
535
  request,
536
536
  options,
537
537
  ));
538
538
  }
539
539
 
540
- async fetchJournals(
540
+ async getJournals(
541
541
  request?: operations.GetJournalsRequest | undefined,
542
542
  options?: RequestOptions,
543
543
  ): Promise<operations.GetJournalsResponse> {
544
- return unwrapAsync(accountingFetchJournals(
544
+ return unwrapAsync(accountingGetJournals(
545
545
  this,
546
546
  request,
547
547
  options,
548
548
  ));
549
549
  }
550
550
 
551
- async listJournalEntries(
551
+ async getJournalEntries(
552
552
  request?: operations.GetJournalEntriesRequest | undefined,
553
553
  options?: RequestOptions,
554
554
  ): Promise<operations.GetJournalEntriesResponse> {
555
- return unwrapAsync(accountingListJournalEntries(
555
+ return unwrapAsync(accountingGetJournalEntries(
556
556
  this,
557
557
  request,
558
558
  options,
559
559
  ));
560
560
  }
561
561
 
562
- async addJournalEntry(
562
+ async createJournalEntry(
563
563
  request: operations.CreateJournalEntryRequest,
564
564
  options?: RequestOptions,
565
565
  ): Promise<operations.CreateJournalEntryResponse> {
566
- return unwrapAsync(accountingAddJournalEntry(
566
+ return unwrapAsync(accountingCreateJournalEntry(
567
567
  this,
568
568
  request,
569
569
  options,
570
570
  ));
571
571
  }
572
572
 
573
- async fetchJournalEntry(
573
+ async getJournalEntry(
574
574
  request: operations.GetJournalEntryRequest,
575
575
  options?: RequestOptions,
576
576
  ): Promise<operations.GetJournalEntryResponse> {
577
- return unwrapAsync(accountingFetchJournalEntry(
577
+ return unwrapAsync(accountingGetJournalEntry(
578
578
  this,
579
579
  request,
580
580
  options,
@@ -592,88 +592,88 @@ export class Accounting extends ClientSDK {
592
592
  ));
593
593
  }
594
594
 
595
- async fetchOffers(
595
+ async getOffers(
596
596
  request?: operations.GetOffersRequest | undefined,
597
597
  options?: RequestOptions,
598
598
  ): Promise<operations.GetOffersResponse> {
599
- return unwrapAsync(accountingFetchOffers(
599
+ return unwrapAsync(accountingGetOffers(
600
600
  this,
601
601
  request,
602
602
  options,
603
603
  ));
604
604
  }
605
605
 
606
- async addOffer(
606
+ async createOffer(
607
607
  request: operations.CreateOfferRequest,
608
608
  options?: RequestOptions,
609
609
  ): Promise<operations.CreateOfferResponse> {
610
- return unwrapAsync(accountingAddOffer(
610
+ return unwrapAsync(accountingCreateOffer(
611
611
  this,
612
612
  request,
613
613
  options,
614
614
  ));
615
615
  }
616
616
 
617
- async fetchOffer(
617
+ async getOffer(
618
618
  request: operations.GetOfferRequest,
619
619
  options?: RequestOptions,
620
620
  ): Promise<operations.GetOfferResponse> {
621
- return unwrapAsync(accountingFetchOffer(
621
+ return unwrapAsync(accountingGetOffer(
622
622
  this,
623
623
  request,
624
624
  options,
625
625
  ));
626
626
  }
627
627
 
628
- async fetchOfferLineItems(
628
+ async getOfferLineItems(
629
629
  request: operations.GetOfferLineItemsRequest,
630
630
  options?: RequestOptions,
631
631
  ): Promise<operations.GetOfferLineItemsResponse> {
632
- return unwrapAsync(accountingFetchOfferLineItems(
632
+ return unwrapAsync(accountingGetOfferLineItems(
633
633
  this,
634
634
  request,
635
635
  options,
636
636
  ));
637
637
  }
638
638
 
639
- async retrieveOfferLineItem(
639
+ async getOfferLineItem(
640
640
  request: operations.GetOfferLineItemRequest,
641
641
  options?: RequestOptions,
642
642
  ): Promise<operations.GetOfferLineItemResponse> {
643
- return unwrapAsync(accountingRetrieveOfferLineItem(
643
+ return unwrapAsync(accountingGetOfferLineItem(
644
644
  this,
645
645
  request,
646
646
  options,
647
647
  ));
648
648
  }
649
649
 
650
- async addExpense(
650
+ async createExpense(
651
651
  request: operations.CreateExpenseRequest,
652
652
  options?: RequestOptions,
653
653
  ): Promise<operations.CreateExpenseResponse> {
654
- return unwrapAsync(accountingAddExpense(
654
+ return unwrapAsync(accountingCreateExpense(
655
655
  this,
656
656
  request,
657
657
  options,
658
658
  ));
659
659
  }
660
660
 
661
- async fetchExpenses(
661
+ async getExpenses(
662
662
  request?: operations.GetExpensesRequest | undefined,
663
663
  options?: RequestOptions,
664
664
  ): Promise<operations.GetExpensesResponse> {
665
- return unwrapAsync(accountingFetchExpenses(
665
+ return unwrapAsync(accountingGetExpenses(
666
666
  this,
667
667
  request,
668
668
  options,
669
669
  ));
670
670
  }
671
671
 
672
- async fetchExpense(
672
+ async getExpense(
673
673
  request: operations.GetExpenseRequest,
674
674
  options?: RequestOptions,
675
675
  ): Promise<operations.GetExpenseResponse> {
676
- return unwrapAsync(accountingFetchExpense(
676
+ return unwrapAsync(accountingGetExpense(
677
677
  this,
678
678
  request,
679
679
  options,
@@ -691,66 +691,66 @@ export class Accounting extends ClientSDK {
691
691
  ));
692
692
  }
693
693
 
694
- async addProject(
694
+ async createProject(
695
695
  request: operations.CreateProjectRequest,
696
696
  options?: RequestOptions,
697
697
  ): Promise<operations.CreateProjectResponse> {
698
- return unwrapAsync(accountingAddProject(
698
+ return unwrapAsync(accountingCreateProject(
699
699
  this,
700
700
  request,
701
701
  options,
702
702
  ));
703
703
  }
704
704
 
705
- async fetchProject(
705
+ async getProject(
706
706
  request: operations.GetProjectRequest,
707
707
  options?: RequestOptions,
708
708
  ): Promise<operations.GetProjectResponse> {
709
- return unwrapAsync(accountingFetchProject(
709
+ return unwrapAsync(accountingGetProject(
710
710
  this,
711
711
  request,
712
712
  options,
713
713
  ));
714
714
  }
715
715
 
716
- async listSalesOrders(
716
+ async getSalesOrders(
717
717
  request?: operations.GetSalesOrdersRequest | undefined,
718
718
  options?: RequestOptions,
719
719
  ): Promise<operations.GetSalesOrdersResponse> {
720
- return unwrapAsync(accountingListSalesOrders(
720
+ return unwrapAsync(accountingGetSalesOrders(
721
721
  this,
722
722
  request,
723
723
  options,
724
724
  ));
725
725
  }
726
726
 
727
- async addSalesOrder(
727
+ async createSalesOrder(
728
728
  request: operations.CreateSalesOrderRequest,
729
729
  options?: RequestOptions,
730
730
  ): Promise<operations.CreateSalesOrderResponse> {
731
- return unwrapAsync(accountingAddSalesOrder(
731
+ return unwrapAsync(accountingCreateSalesOrder(
732
732
  this,
733
733
  request,
734
734
  options,
735
735
  ));
736
736
  }
737
737
 
738
- async fetchSalesOrder(
738
+ async getSalesOrder(
739
739
  request: operations.GetSalesOrderRequest,
740
740
  options?: RequestOptions,
741
741
  ): Promise<operations.GetSalesOrderResponse> {
742
- return unwrapAsync(accountingFetchSalesOrder(
742
+ return unwrapAsync(accountingGetSalesOrder(
743
743
  this,
744
744
  request,
745
745
  options,
746
746
  ));
747
747
  }
748
748
 
749
- async listSalesOrderLineItems(
749
+ async getSalesOrderLines(
750
750
  request: operations.GetSalesOrderLinesRequest,
751
751
  options?: RequestOptions,
752
752
  ): Promise<operations.GetSalesOrderLinesResponse> {
753
- return unwrapAsync(accountingListSalesOrderLineItems(
753
+ return unwrapAsync(accountingGetSalesOrderLines(
754
754
  this,
755
755
  request,
756
756
  options,
@@ -768,110 +768,110 @@ export class Accounting extends ClientSDK {
768
768
  ));
769
769
  }
770
770
 
771
- async addPaymentTerm(
771
+ async createPaymentTerm(
772
772
  request: operations.CreatePaymentTermRequest,
773
773
  options?: RequestOptions,
774
774
  ): Promise<operations.CreatePaymentTermResponse> {
775
- return unwrapAsync(accountingAddPaymentTerm(
775
+ return unwrapAsync(accountingCreatePaymentTerm(
776
776
  this,
777
777
  request,
778
778
  options,
779
779
  ));
780
780
  }
781
781
 
782
- async fetchPaymentTerm(
782
+ async getPaymentTerm(
783
783
  request: operations.GetPaymentTermRequest,
784
784
  options?: RequestOptions,
785
785
  ): Promise<operations.GetPaymentTermResponse> {
786
- return unwrapAsync(accountingFetchPaymentTerm(
786
+ return unwrapAsync(accountingGetPaymentTerm(
787
787
  this,
788
788
  request,
789
789
  options,
790
790
  ));
791
791
  }
792
792
 
793
- async retrieveTaxRates(
793
+ async getTaxRates(
794
794
  request?: operations.GetTaxRatesRequest | undefined,
795
795
  options?: RequestOptions,
796
796
  ): Promise<operations.GetTaxRatesResponse> {
797
- return unwrapAsync(accountingRetrieveTaxRates(
797
+ return unwrapAsync(accountingGetTaxRates(
798
798
  this,
799
799
  request,
800
800
  options,
801
801
  ));
802
802
  }
803
803
 
804
- async fetchTaxRate(
804
+ async getTaxRate(
805
805
  request: operations.GetTaxRateRequest,
806
806
  options?: RequestOptions,
807
807
  ): Promise<operations.GetTaxRateResponse> {
808
- return unwrapAsync(accountingFetchTaxRate(
808
+ return unwrapAsync(accountingGetTaxRate(
809
809
  this,
810
810
  request,
811
811
  options,
812
812
  ));
813
813
  }
814
814
 
815
- async retrievePayments(
815
+ async getPayments(
816
816
  request?: operations.GetPaymentsRequest | undefined,
817
817
  options?: RequestOptions,
818
818
  ): Promise<operations.GetPaymentsResponse> {
819
- return unwrapAsync(accountingRetrievePayments(
819
+ return unwrapAsync(accountingGetPayments(
820
820
  this,
821
821
  request,
822
822
  options,
823
823
  ));
824
824
  }
825
825
 
826
- async addPayment(
826
+ async createPayment(
827
827
  request: operations.CreatePaymentRequest,
828
828
  options?: RequestOptions,
829
829
  ): Promise<operations.CreatePaymentResponse> {
830
- return unwrapAsync(accountingAddPayment(
830
+ return unwrapAsync(accountingCreatePayment(
831
831
  this,
832
832
  request,
833
833
  options,
834
834
  ));
835
835
  }
836
836
 
837
- async fetchPayment(
837
+ async getPayment(
838
838
  request: operations.GetPaymentRequest,
839
839
  options?: RequestOptions,
840
840
  ): Promise<operations.GetPaymentResponse> {
841
- return unwrapAsync(accountingFetchPayment(
841
+ return unwrapAsync(accountingGetPayment(
842
842
  this,
843
843
  request,
844
844
  options,
845
845
  ));
846
846
  }
847
847
 
848
- async removePayment(
848
+ async deletePayment(
849
849
  request: operations.DeletePaymentRequest,
850
850
  options?: RequestOptions,
851
851
  ): Promise<operations.DeletePaymentResponse> {
852
- return unwrapAsync(accountingRemovePayment(
852
+ return unwrapAsync(accountingDeletePayment(
853
853
  this,
854
854
  request,
855
855
  options,
856
856
  ));
857
857
  }
858
858
 
859
- async addEventSubscription(
859
+ async createEventSubscriptions(
860
860
  request: operations.CreateEventSubscriptionsRequest,
861
861
  options?: RequestOptions,
862
862
  ): Promise<models.BaseResponseDto> {
863
- return unwrapAsync(accountingAddEventSubscription(
863
+ return unwrapAsync(accountingCreateEventSubscriptions(
864
864
  this,
865
865
  request,
866
866
  options,
867
867
  ));
868
868
  }
869
869
 
870
- async removeEventSubscription(
870
+ async deleteEventSubscriptions(
871
871
  request: operations.DeleteEventSubscriptionsRequest,
872
872
  options?: RequestOptions,
873
873
  ): Promise<models.BaseResponseDto> {
874
- return unwrapAsync(accountingRemoveEventSubscription(
874
+ return unwrapAsync(accountingDeleteEventSubscriptions(
875
875
  this,
876
876
  request,
877
877
  options,
@@ -887,66 +887,66 @@ export class Accounting extends ClientSDK {
887
887
  ));
888
888
  }
889
889
 
890
- async createPassThrough(
890
+ async createPassThroughRequest(
891
891
  request: operations.CreatePassThroughRequestRequest,
892
892
  options?: RequestOptions,
893
893
  ): Promise<operations.CreatePassThroughRequestResponse> {
894
- return unwrapAsync(accountingCreatePassThrough(
894
+ return unwrapAsync(accountingCreatePassThroughRequest(
895
895
  this,
896
896
  request,
897
897
  options,
898
898
  ));
899
899
  }
900
900
 
901
- async fetchBills(
901
+ async getBills(
902
902
  request?: operations.GetBillsRequest | undefined,
903
903
  options?: RequestOptions,
904
904
  ): Promise<operations.GetBillsResponse> {
905
- return unwrapAsync(accountingFetchBills(
905
+ return unwrapAsync(accountingGetBills(
906
906
  this,
907
907
  request,
908
908
  options,
909
909
  ));
910
910
  }
911
911
 
912
- async addBill(
912
+ async createBill(
913
913
  request: operations.CreateBillRequest,
914
914
  options?: RequestOptions,
915
915
  ): Promise<operations.CreateBillResponse> {
916
- return unwrapAsync(accountingAddBill(
916
+ return unwrapAsync(accountingCreateBill(
917
917
  this,
918
918
  request,
919
919
  options,
920
920
  ));
921
921
  }
922
922
 
923
- async fetchBill(
923
+ async getBill(
924
924
  request: operations.GetBillRequest,
925
925
  options?: RequestOptions,
926
926
  ): Promise<operations.GetBillResponse> {
927
- return unwrapAsync(accountingFetchBill(
927
+ return unwrapAsync(accountingGetBill(
928
928
  this,
929
929
  request,
930
930
  options,
931
931
  ));
932
932
  }
933
933
 
934
- async removeBill(
934
+ async deleteBill(
935
935
  request: operations.DeleteBillRequest,
936
936
  options?: RequestOptions,
937
937
  ): Promise<operations.DeleteBillResponse> {
938
- return unwrapAsync(accountingRemoveBill(
938
+ return unwrapAsync(accountingDeleteBill(
939
939
  this,
940
940
  request,
941
941
  options,
942
942
  ));
943
943
  }
944
944
 
945
- async fetchBillDocument(
945
+ async getBillDocument(
946
946
  request: operations.GetBillDocumentRequest,
947
947
  options?: RequestOptions,
948
948
  ): Promise<operations.GetBillDocumentResponse> {
949
- return unwrapAsync(accountingFetchBillDocument(
949
+ return unwrapAsync(accountingGetBillDocument(
950
950
  this,
951
951
  request,
952
952
  options,
@@ -964,55 +964,55 @@ export class Accounting extends ClientSDK {
964
964
  ));
965
965
  }
966
966
 
967
- async listBookingProposals(
967
+ async getBookingProposals(
968
968
  request?: operations.GetBookingProposalsRequest | undefined,
969
969
  options?: RequestOptions,
970
970
  ): Promise<operations.GetBookingProposalsResponse> {
971
- return unwrapAsync(accountingListBookingProposals(
971
+ return unwrapAsync(accountingGetBookingProposals(
972
972
  this,
973
973
  request,
974
974
  options,
975
975
  ));
976
976
  }
977
977
 
978
- async retrieveBookingProposal(
978
+ async getBookingProposal(
979
979
  request: operations.GetBookingProposalRequest,
980
980
  options?: RequestOptions,
981
981
  ): Promise<operations.GetBookingProposalResponse> {
982
- return unwrapAsync(accountingRetrieveBookingProposal(
982
+ return unwrapAsync(accountingGetBookingProposal(
983
983
  this,
984
984
  request,
985
985
  options,
986
986
  ));
987
987
  }
988
988
 
989
- async fetchBookingProposalDocument(
989
+ async getBookingProposalDocument(
990
990
  request: operations.GetBookingProposalDocumentRequest,
991
991
  options?: RequestOptions,
992
992
  ): Promise<operations.GetBookingProposalDocumentResponse> {
993
- return unwrapAsync(accountingFetchBookingProposalDocument(
993
+ return unwrapAsync(accountingGetBookingProposalDocument(
994
994
  this,
995
995
  request,
996
996
  options,
997
997
  ));
998
998
  }
999
999
 
1000
- async addBooking(
1000
+ async createBookings(
1001
1001
  request: operations.CreateBookingsRequest,
1002
1002
  options?: RequestOptions,
1003
1003
  ): Promise<operations.CreateBookingsResponse> {
1004
- return unwrapAsync(accountingAddBooking(
1004
+ return unwrapAsync(accountingCreateBookings(
1005
1005
  this,
1006
1006
  request,
1007
1007
  options,
1008
1008
  ));
1009
1009
  }
1010
1010
 
1011
- async retrieveVendorCredits(
1011
+ async getVendorCredits(
1012
1012
  request?: operations.GetVendorCreditsRequest | undefined,
1013
1013
  options?: RequestOptions,
1014
1014
  ): Promise<operations.GetVendorCreditsResponse> {
1015
- return unwrapAsync(accountingRetrieveVendorCredits(
1015
+ return unwrapAsync(accountingGetVendorCredits(
1016
1016
  this,
1017
1017
  request,
1018
1018
  options,
@@ -1030,55 +1030,55 @@ export class Accounting extends ClientSDK {
1030
1030
  ));
1031
1031
  }
1032
1032
 
1033
- async modifyVendorCredit(
1033
+ async updateVendorCredit(
1034
1034
  request: operations.UpdateVendorCreditRequest,
1035
1035
  options?: RequestOptions,
1036
1036
  ): Promise<operations.UpdateVendorCreditResponse> {
1037
- return unwrapAsync(accountingModifyVendorCredit(
1037
+ return unwrapAsync(accountingUpdateVendorCredit(
1038
1038
  this,
1039
1039
  request,
1040
1040
  options,
1041
1041
  ));
1042
1042
  }
1043
1043
 
1044
- async modifyBillLineItem(
1044
+ async updateBillLineItem(
1045
1045
  request: operations.UpdateBillLineItemRequest,
1046
1046
  options?: RequestOptions,
1047
1047
  ): Promise<operations.UpdateBillLineItemResponse> {
1048
- return unwrapAsync(accountingModifyBillLineItem(
1048
+ return unwrapAsync(accountingUpdateBillLineItem(
1049
1049
  this,
1050
1050
  request,
1051
1051
  options,
1052
1052
  ));
1053
1053
  }
1054
1054
 
1055
- async fetchPurchaseOrder(
1055
+ async getPurchaseOrder(
1056
1056
  request: operations.GetPurchaseOrderRequest,
1057
1057
  options?: RequestOptions,
1058
1058
  ): Promise<operations.GetPurchaseOrderResponse> {
1059
- return unwrapAsync(accountingFetchPurchaseOrder(
1059
+ return unwrapAsync(accountingGetPurchaseOrder(
1060
1060
  this,
1061
1061
  request,
1062
1062
  options,
1063
1063
  ));
1064
1064
  }
1065
1065
 
1066
- async retrievePurchaseOrderLineItems(
1066
+ async getPurchaseOrderLineItems(
1067
1067
  request: operations.GetPurchaseOrderLineItemsRequest,
1068
1068
  options?: RequestOptions,
1069
1069
  ): Promise<operations.GetPurchaseOrderLineItemsResponse> {
1070
- return unwrapAsync(accountingRetrievePurchaseOrderLineItems(
1070
+ return unwrapAsync(accountingGetPurchaseOrderLineItems(
1071
1071
  this,
1072
1072
  request,
1073
1073
  options,
1074
1074
  ));
1075
1075
  }
1076
1076
 
1077
- async retrievePurchaseOrderLineItem(
1077
+ async getPurchaseOrderLineItem(
1078
1078
  request: operations.GetPurchaseOrderLineItemRequest,
1079
1079
  options?: RequestOptions,
1080
1080
  ): Promise<operations.GetPurchaseOrderLineItemResponse> {
1081
- return unwrapAsync(accountingRetrievePurchaseOrderLineItem(
1081
+ return unwrapAsync(accountingGetPurchaseOrderLineItem(
1082
1082
  this,
1083
1083
  request,
1084
1084
  options,
@@ -1096,77 +1096,77 @@ export class Accounting extends ClientSDK {
1096
1096
  ));
1097
1097
  }
1098
1098
 
1099
- async retrieveGoodsReceipt(
1099
+ async getGoodsReceipt(
1100
1100
  request: operations.GetGoodsReceiptRequest,
1101
1101
  options?: RequestOptions,
1102
1102
  ): Promise<operations.GetGoodsReceiptResponse> {
1103
- return unwrapAsync(accountingRetrieveGoodsReceipt(
1103
+ return unwrapAsync(accountingGetGoodsReceipt(
1104
1104
  this,
1105
1105
  request,
1106
1106
  options,
1107
1107
  ));
1108
1108
  }
1109
1109
 
1110
- async retrieveGoodsReceiptLineItems(
1110
+ async getGoodsReceiptLineItems(
1111
1111
  request: operations.GetGoodsReceiptLineItemsRequest,
1112
1112
  options?: RequestOptions,
1113
1113
  ): Promise<operations.GetGoodsReceiptLineItemsResponse> {
1114
- return unwrapAsync(accountingRetrieveGoodsReceiptLineItems(
1114
+ return unwrapAsync(accountingGetGoodsReceiptLineItems(
1115
1115
  this,
1116
1116
  request,
1117
1117
  options,
1118
1118
  ));
1119
1119
  }
1120
1120
 
1121
- async fetchUnits(
1121
+ async getUnits(
1122
1122
  request?: operations.GetUnitsRequest | undefined,
1123
1123
  options?: RequestOptions,
1124
1124
  ): Promise<operations.GetUnitsResponse> {
1125
- return unwrapAsync(accountingFetchUnits(
1125
+ return unwrapAsync(accountingGetUnits(
1126
1126
  this,
1127
1127
  request,
1128
1128
  options,
1129
1129
  ));
1130
1130
  }
1131
1131
 
1132
- async retrieveOpenItems(
1132
+ async getOpenItems(
1133
1133
  request?: operations.GetOpenItemsRequest | undefined,
1134
1134
  options?: RequestOptions,
1135
1135
  ): Promise<operations.GetOpenItemsResponse> {
1136
- return unwrapAsync(accountingRetrieveOpenItems(
1136
+ return unwrapAsync(accountingGetOpenItems(
1137
1137
  this,
1138
1138
  request,
1139
1139
  options,
1140
1140
  ));
1141
1141
  }
1142
1142
 
1143
- async fetchTrialBalance(
1143
+ async getTrialBalance(
1144
1144
  request?: operations.GetTrialBalanceRequest | undefined,
1145
1145
  options?: RequestOptions,
1146
1146
  ): Promise<operations.GetTrialBalanceResponse> {
1147
- return unwrapAsync(accountingFetchTrialBalance(
1147
+ return unwrapAsync(accountingGetTrialBalance(
1148
1148
  this,
1149
1149
  request,
1150
1150
  options,
1151
1151
  ));
1152
1152
  }
1153
1153
 
1154
- async listCreditNotes(
1154
+ async getCreditNotes(
1155
1155
  request?: operations.GetCreditNotesRequest | undefined,
1156
1156
  options?: RequestOptions,
1157
1157
  ): Promise<operations.GetCreditNotesResponse> {
1158
- return unwrapAsync(accountingListCreditNotes(
1158
+ return unwrapAsync(accountingGetCreditNotes(
1159
1159
  this,
1160
1160
  request,
1161
1161
  options,
1162
1162
  ));
1163
1163
  }
1164
1164
 
1165
- async fetchCreditNote(
1165
+ async getCreditNote(
1166
1166
  request: operations.GetCreditNoteRequest,
1167
1167
  options?: RequestOptions,
1168
1168
  ): Promise<operations.GetCreditNoteResponse> {
1169
- return unwrapAsync(accountingFetchCreditNote(
1169
+ return unwrapAsync(accountingGetCreditNote(
1170
1170
  this,
1171
1171
  request,
1172
1172
  options,