@keystrokehq/sevdesk 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (954) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/book-invoice-amount.cjs +57 -0
  7. package/dist/actions/book-invoice-amount.cjs.map +1 -0
  8. package/dist/actions/book-invoice-amount.d.cts +9 -0
  9. package/dist/actions/book-invoice-amount.d.cts.map +1 -0
  10. package/dist/actions/book-invoice-amount.d.mts +9 -0
  11. package/dist/actions/book-invoice-amount.d.mts.map +1 -0
  12. package/dist/actions/book-invoice-amount.mjs +56 -0
  13. package/dist/actions/book-invoice-amount.mjs.map +1 -0
  14. package/dist/actions/check-customer-number-availability.cjs +16 -0
  15. package/dist/actions/check-customer-number-availability.cjs.map +1 -0
  16. package/dist/actions/check-customer-number-availability.d.cts +9 -0
  17. package/dist/actions/check-customer-number-availability.d.cts.map +1 -0
  18. package/dist/actions/check-customer-number-availability.d.mts +9 -0
  19. package/dist/actions/check-customer-number-availability.d.mts.map +1 -0
  20. package/dist/actions/check-customer-number-availability.mjs +13 -0
  21. package/dist/actions/check-customer-number-availability.mjs.map +1 -0
  22. package/dist/actions/create-accounting-contact.cjs +40 -0
  23. package/dist/actions/create-accounting-contact.cjs.map +1 -0
  24. package/dist/actions/create-accounting-contact.d.cts +9 -0
  25. package/dist/actions/create-accounting-contact.d.cts.map +1 -0
  26. package/dist/actions/create-accounting-contact.d.mts +9 -0
  27. package/dist/actions/create-accounting-contact.d.mts.map +1 -0
  28. package/dist/actions/create-accounting-contact.mjs +39 -0
  29. package/dist/actions/create-accounting-contact.mjs.map +1 -0
  30. package/dist/actions/create-check-account-transaction.cjs +79 -0
  31. package/dist/actions/create-check-account-transaction.cjs.map +1 -0
  32. package/dist/actions/create-check-account-transaction.d.cts +9 -0
  33. package/dist/actions/create-check-account-transaction.d.cts.map +1 -0
  34. package/dist/actions/create-check-account-transaction.d.mts +9 -0
  35. package/dist/actions/create-check-account-transaction.d.mts.map +1 -0
  36. package/dist/actions/create-check-account-transaction.mjs +78 -0
  37. package/dist/actions/create-check-account-transaction.mjs.map +1 -0
  38. package/dist/actions/create-clearing-account.cjs +36 -0
  39. package/dist/actions/create-clearing-account.cjs.map +1 -0
  40. package/dist/actions/create-clearing-account.d.cts +9 -0
  41. package/dist/actions/create-clearing-account.d.cts.map +1 -0
  42. package/dist/actions/create-clearing-account.d.mts +9 -0
  43. package/dist/actions/create-clearing-account.d.mts.map +1 -0
  44. package/dist/actions/create-clearing-account.mjs +35 -0
  45. package/dist/actions/create-clearing-account.mjs.map +1 -0
  46. package/dist/actions/create-communication-way.cjs +57 -0
  47. package/dist/actions/create-communication-way.cjs.map +1 -0
  48. package/dist/actions/create-communication-way.d.cts +9 -0
  49. package/dist/actions/create-communication-way.d.cts.map +1 -0
  50. package/dist/actions/create-communication-way.d.mts +9 -0
  51. package/dist/actions/create-communication-way.d.mts.map +1 -0
  52. package/dist/actions/create-communication-way.mjs +56 -0
  53. package/dist/actions/create-communication-way.mjs.map +1 -0
  54. package/dist/actions/create-contact-address.cjs +68 -0
  55. package/dist/actions/create-contact-address.cjs.map +1 -0
  56. package/dist/actions/create-contact-address.d.cts +9 -0
  57. package/dist/actions/create-contact-address.d.cts.map +1 -0
  58. package/dist/actions/create-contact-address.d.mts +9 -0
  59. package/dist/actions/create-contact-address.d.mts.map +1 -0
  60. package/dist/actions/create-contact-address.mjs +67 -0
  61. package/dist/actions/create-contact-address.mjs.map +1 -0
  62. package/dist/actions/create-contact-custom-field-setting.cjs +36 -0
  63. package/dist/actions/create-contact-custom-field-setting.cjs.map +1 -0
  64. package/dist/actions/create-contact-custom-field-setting.d.cts +9 -0
  65. package/dist/actions/create-contact-custom-field-setting.d.cts.map +1 -0
  66. package/dist/actions/create-contact-custom-field-setting.d.mts +9 -0
  67. package/dist/actions/create-contact-custom-field-setting.d.mts.map +1 -0
  68. package/dist/actions/create-contact-custom-field-setting.mjs +35 -0
  69. package/dist/actions/create-contact-custom-field-setting.mjs.map +1 -0
  70. package/dist/actions/create-contact-custom-field.cjs +53 -0
  71. package/dist/actions/create-contact-custom-field.cjs.map +1 -0
  72. package/dist/actions/create-contact-custom-field.d.cts +9 -0
  73. package/dist/actions/create-contact-custom-field.d.cts.map +1 -0
  74. package/dist/actions/create-contact-custom-field.d.mts +9 -0
  75. package/dist/actions/create-contact-custom-field.d.mts.map +1 -0
  76. package/dist/actions/create-contact-custom-field.mjs +52 -0
  77. package/dist/actions/create-contact-custom-field.mjs.map +1 -0
  78. package/dist/actions/create-contact.cjs +84 -0
  79. package/dist/actions/create-contact.cjs.map +1 -0
  80. package/dist/actions/create-contact.d.cts +9 -0
  81. package/dist/actions/create-contact.d.cts.map +1 -0
  82. package/dist/actions/create-contact.d.mts +9 -0
  83. package/dist/actions/create-contact.d.mts.map +1 -0
  84. package/dist/actions/create-contact.mjs +83 -0
  85. package/dist/actions/create-contact.mjs.map +1 -0
  86. package/dist/actions/create-contact2.cjs +94 -0
  87. package/dist/actions/create-contact2.cjs.map +1 -0
  88. package/dist/actions/create-contact2.d.cts +9 -0
  89. package/dist/actions/create-contact2.d.cts.map +1 -0
  90. package/dist/actions/create-contact2.d.mts +9 -0
  91. package/dist/actions/create-contact2.d.mts.map +1 -0
  92. package/dist/actions/create-contact2.mjs +93 -0
  93. package/dist/actions/create-contact2.mjs.map +1 -0
  94. package/dist/actions/create-credit-note-from-invoice.cjs +80 -0
  95. package/dist/actions/create-credit-note-from-invoice.cjs.map +1 -0
  96. package/dist/actions/create-credit-note-from-invoice.d.cts +9 -0
  97. package/dist/actions/create-credit-note-from-invoice.d.cts.map +1 -0
  98. package/dist/actions/create-credit-note-from-invoice.d.mts +9 -0
  99. package/dist/actions/create-credit-note-from-invoice.d.mts.map +1 -0
  100. package/dist/actions/create-credit-note-from-invoice.mjs +79 -0
  101. package/dist/actions/create-credit-note-from-invoice.mjs.map +1 -0
  102. package/dist/actions/create-file-import-account.cjs +41 -0
  103. package/dist/actions/create-file-import-account.cjs.map +1 -0
  104. package/dist/actions/create-file-import-account.d.cts +9 -0
  105. package/dist/actions/create-file-import-account.d.cts.map +1 -0
  106. package/dist/actions/create-file-import-account.d.mts +9 -0
  107. package/dist/actions/create-file-import-account.d.mts.map +1 -0
  108. package/dist/actions/create-file-import-account.mjs +40 -0
  109. package/dist/actions/create-file-import-account.mjs.map +1 -0
  110. package/dist/actions/create-part.cjs +70 -0
  111. package/dist/actions/create-part.cjs.map +1 -0
  112. package/dist/actions/create-part.d.cts +9 -0
  113. package/dist/actions/create-part.d.cts.map +1 -0
  114. package/dist/actions/create-part.d.mts +9 -0
  115. package/dist/actions/create-part.d.mts.map +1 -0
  116. package/dist/actions/create-part.mjs +69 -0
  117. package/dist/actions/create-part.mjs.map +1 -0
  118. package/dist/actions/create-payment-method.cjs +36 -0
  119. package/dist/actions/create-payment-method.cjs.map +1 -0
  120. package/dist/actions/create-payment-method.d.cts +9 -0
  121. package/dist/actions/create-payment-method.d.cts.map +1 -0
  122. package/dist/actions/create-payment-method.d.mts +9 -0
  123. package/dist/actions/create-payment-method.d.mts.map +1 -0
  124. package/dist/actions/create-payment-method.mjs +35 -0
  125. package/dist/actions/create-payment-method.mjs.map +1 -0
  126. package/dist/actions/create-private-transaction-rule.cjs +32 -0
  127. package/dist/actions/create-private-transaction-rule.cjs.map +1 -0
  128. package/dist/actions/create-private-transaction-rule.d.cts +9 -0
  129. package/dist/actions/create-private-transaction-rule.d.cts.map +1 -0
  130. package/dist/actions/create-private-transaction-rule.d.mts +9 -0
  131. package/dist/actions/create-private-transaction-rule.d.mts.map +1 -0
  132. package/dist/actions/create-private-transaction-rule.mjs +31 -0
  133. package/dist/actions/create-private-transaction-rule.mjs.map +1 -0
  134. package/dist/actions/create-tag.cjs +47 -0
  135. package/dist/actions/create-tag.cjs.map +1 -0
  136. package/dist/actions/create-tag.d.cts +9 -0
  137. package/dist/actions/create-tag.d.cts.map +1 -0
  138. package/dist/actions/create-tag.d.mts +9 -0
  139. package/dist/actions/create-tag.d.mts.map +1 -0
  140. package/dist/actions/create-tag.mjs +46 -0
  141. package/dist/actions/create-tag.mjs.map +1 -0
  142. package/dist/actions/delete-accounting-contact-by-id.cjs +16 -0
  143. package/dist/actions/delete-accounting-contact-by-id.cjs.map +1 -0
  144. package/dist/actions/delete-accounting-contact-by-id.d.cts +9 -0
  145. package/dist/actions/delete-accounting-contact-by-id.d.cts.map +1 -0
  146. package/dist/actions/delete-accounting-contact-by-id.d.mts +9 -0
  147. package/dist/actions/delete-accounting-contact-by-id.d.mts.map +1 -0
  148. package/dist/actions/delete-accounting-contact-by-id.mjs +13 -0
  149. package/dist/actions/delete-accounting-contact-by-id.mjs.map +1 -0
  150. package/dist/actions/delete-check-account-by-id.cjs +20 -0
  151. package/dist/actions/delete-check-account-by-id.cjs.map +1 -0
  152. package/dist/actions/delete-check-account-by-id.d.cts +9 -0
  153. package/dist/actions/delete-check-account-by-id.d.cts.map +1 -0
  154. package/dist/actions/delete-check-account-by-id.d.mts +9 -0
  155. package/dist/actions/delete-check-account-by-id.d.mts.map +1 -0
  156. package/dist/actions/delete-check-account-by-id.mjs +17 -0
  157. package/dist/actions/delete-check-account-by-id.mjs.map +1 -0
  158. package/dist/actions/delete-check-account-transaction-by-id.cjs +16 -0
  159. package/dist/actions/delete-check-account-transaction-by-id.cjs.map +1 -0
  160. package/dist/actions/delete-check-account-transaction-by-id.d.cts +9 -0
  161. package/dist/actions/delete-check-account-transaction-by-id.d.cts.map +1 -0
  162. package/dist/actions/delete-check-account-transaction-by-id.d.mts +9 -0
  163. package/dist/actions/delete-check-account-transaction-by-id.d.mts.map +1 -0
  164. package/dist/actions/delete-check-account-transaction-by-id.mjs +13 -0
  165. package/dist/actions/delete-check-account-transaction-by-id.mjs.map +1 -0
  166. package/dist/actions/delete-communication-way-by-id.cjs +20 -0
  167. package/dist/actions/delete-communication-way-by-id.cjs.map +1 -0
  168. package/dist/actions/delete-communication-way-by-id.d.cts +9 -0
  169. package/dist/actions/delete-communication-way-by-id.d.cts.map +1 -0
  170. package/dist/actions/delete-communication-way-by-id.d.mts +9 -0
  171. package/dist/actions/delete-communication-way-by-id.d.mts.map +1 -0
  172. package/dist/actions/delete-communication-way-by-id.mjs +17 -0
  173. package/dist/actions/delete-communication-way-by-id.mjs.map +1 -0
  174. package/dist/actions/delete-contact-address-by-id.cjs +16 -0
  175. package/dist/actions/delete-contact-address-by-id.cjs.map +1 -0
  176. package/dist/actions/delete-contact-address-by-id.d.cts +9 -0
  177. package/dist/actions/delete-contact-address-by-id.d.cts.map +1 -0
  178. package/dist/actions/delete-contact-address-by-id.d.mts +9 -0
  179. package/dist/actions/delete-contact-address-by-id.d.mts.map +1 -0
  180. package/dist/actions/delete-contact-address-by-id.mjs +13 -0
  181. package/dist/actions/delete-contact-address-by-id.mjs.map +1 -0
  182. package/dist/actions/delete-contact-custom-field-by-id.cjs +16 -0
  183. package/dist/actions/delete-contact-custom-field-by-id.cjs.map +1 -0
  184. package/dist/actions/delete-contact-custom-field-by-id.d.cts +9 -0
  185. package/dist/actions/delete-contact-custom-field-by-id.d.cts.map +1 -0
  186. package/dist/actions/delete-contact-custom-field-by-id.d.mts +9 -0
  187. package/dist/actions/delete-contact-custom-field-by-id.d.mts.map +1 -0
  188. package/dist/actions/delete-contact-custom-field-by-id.mjs +13 -0
  189. package/dist/actions/delete-contact-custom-field-by-id.mjs.map +1 -0
  190. package/dist/actions/delete-contact-custom-field-setting-by-id.cjs +16 -0
  191. package/dist/actions/delete-contact-custom-field-setting-by-id.cjs.map +1 -0
  192. package/dist/actions/delete-contact-custom-field-setting-by-id.d.cts +9 -0
  193. package/dist/actions/delete-contact-custom-field-setting-by-id.d.cts.map +1 -0
  194. package/dist/actions/delete-contact-custom-field-setting-by-id.d.mts +9 -0
  195. package/dist/actions/delete-contact-custom-field-setting-by-id.d.mts.map +1 -0
  196. package/dist/actions/delete-contact-custom-field-setting-by-id.mjs +13 -0
  197. package/dist/actions/delete-contact-custom-field-setting-by-id.mjs.map +1 -0
  198. package/dist/actions/delete-contact.cjs +20 -0
  199. package/dist/actions/delete-contact.cjs.map +1 -0
  200. package/dist/actions/delete-contact.d.cts +9 -0
  201. package/dist/actions/delete-contact.d.cts.map +1 -0
  202. package/dist/actions/delete-contact.d.mts +9 -0
  203. package/dist/actions/delete-contact.d.mts.map +1 -0
  204. package/dist/actions/delete-contact.mjs +17 -0
  205. package/dist/actions/delete-contact.mjs.map +1 -0
  206. package/dist/actions/delete-credit-note-by-id.cjs +20 -0
  207. package/dist/actions/delete-credit-note-by-id.cjs.map +1 -0
  208. package/dist/actions/delete-credit-note-by-id.d.cts +9 -0
  209. package/dist/actions/delete-credit-note-by-id.d.cts.map +1 -0
  210. package/dist/actions/delete-credit-note-by-id.d.mts +9 -0
  211. package/dist/actions/delete-credit-note-by-id.d.mts.map +1 -0
  212. package/dist/actions/delete-credit-note-by-id.mjs +17 -0
  213. package/dist/actions/delete-credit-note-by-id.mjs.map +1 -0
  214. package/dist/actions/delete-order-by-id.cjs +20 -0
  215. package/dist/actions/delete-order-by-id.cjs.map +1 -0
  216. package/dist/actions/delete-order-by-id.d.cts +9 -0
  217. package/dist/actions/delete-order-by-id.d.cts.map +1 -0
  218. package/dist/actions/delete-order-by-id.d.mts +9 -0
  219. package/dist/actions/delete-order-by-id.d.mts.map +1 -0
  220. package/dist/actions/delete-order-by-id.mjs +17 -0
  221. package/dist/actions/delete-order-by-id.mjs.map +1 -0
  222. package/dist/actions/delete-order-pos-by-id.cjs +20 -0
  223. package/dist/actions/delete-order-pos-by-id.cjs.map +1 -0
  224. package/dist/actions/delete-order-pos-by-id.d.cts +9 -0
  225. package/dist/actions/delete-order-pos-by-id.d.cts.map +1 -0
  226. package/dist/actions/delete-order-pos-by-id.d.mts +9 -0
  227. package/dist/actions/delete-order-pos-by-id.d.mts.map +1 -0
  228. package/dist/actions/delete-order-pos-by-id.mjs +17 -0
  229. package/dist/actions/delete-order-pos-by-id.mjs.map +1 -0
  230. package/dist/actions/delete-payment-method.cjs +20 -0
  231. package/dist/actions/delete-payment-method.cjs.map +1 -0
  232. package/dist/actions/delete-payment-method.d.cts +9 -0
  233. package/dist/actions/delete-payment-method.d.cts.map +1 -0
  234. package/dist/actions/delete-payment-method.d.mts +9 -0
  235. package/dist/actions/delete-payment-method.d.mts.map +1 -0
  236. package/dist/actions/delete-payment-method.mjs +17 -0
  237. package/dist/actions/delete-payment-method.mjs.map +1 -0
  238. package/dist/actions/delete-private-transaction-rule-by-id.cjs +16 -0
  239. package/dist/actions/delete-private-transaction-rule-by-id.cjs.map +1 -0
  240. package/dist/actions/delete-private-transaction-rule-by-id.d.cts +9 -0
  241. package/dist/actions/delete-private-transaction-rule-by-id.d.cts.map +1 -0
  242. package/dist/actions/delete-private-transaction-rule-by-id.d.mts +9 -0
  243. package/dist/actions/delete-private-transaction-rule-by-id.d.mts.map +1 -0
  244. package/dist/actions/delete-private-transaction-rule-by-id.mjs +13 -0
  245. package/dist/actions/delete-private-transaction-rule-by-id.mjs.map +1 -0
  246. package/dist/actions/delete-tag-by-id.cjs +20 -0
  247. package/dist/actions/delete-tag-by-id.cjs.map +1 -0
  248. package/dist/actions/delete-tag-by-id.d.cts +9 -0
  249. package/dist/actions/delete-tag-by-id.d.cts.map +1 -0
  250. package/dist/actions/delete-tag-by-id.d.mts +9 -0
  251. package/dist/actions/delete-tag-by-id.d.mts.map +1 -0
  252. package/dist/actions/delete-tag-by-id.mjs +17 -0
  253. package/dist/actions/delete-tag-by-id.mjs.map +1 -0
  254. package/dist/actions/enshrine-check-account-transaction.cjs +16 -0
  255. package/dist/actions/enshrine-check-account-transaction.cjs.map +1 -0
  256. package/dist/actions/enshrine-check-account-transaction.d.cts +9 -0
  257. package/dist/actions/enshrine-check-account-transaction.d.cts.map +1 -0
  258. package/dist/actions/enshrine-check-account-transaction.d.mts +9 -0
  259. package/dist/actions/enshrine-check-account-transaction.d.mts.map +1 -0
  260. package/dist/actions/enshrine-check-account-transaction.mjs +13 -0
  261. package/dist/actions/enshrine-check-account-transaction.mjs.map +1 -0
  262. package/dist/actions/export-credit-note-csv.cjs +20 -0
  263. package/dist/actions/export-credit-note-csv.cjs.map +1 -0
  264. package/dist/actions/export-credit-note-csv.d.cts +9 -0
  265. package/dist/actions/export-credit-note-csv.d.cts.map +1 -0
  266. package/dist/actions/export-credit-note-csv.d.mts +9 -0
  267. package/dist/actions/export-credit-note-csv.d.mts.map +1 -0
  268. package/dist/actions/export-credit-note-csv.mjs +17 -0
  269. package/dist/actions/export-credit-note-csv.mjs.map +1 -0
  270. package/dist/actions/fetch-dictionary-entries-by-type.cjs +44 -0
  271. package/dist/actions/fetch-dictionary-entries-by-type.cjs.map +1 -0
  272. package/dist/actions/fetch-dictionary-entries-by-type.d.cts +9 -0
  273. package/dist/actions/fetch-dictionary-entries-by-type.d.cts.map +1 -0
  274. package/dist/actions/fetch-dictionary-entries-by-type.d.mts +9 -0
  275. package/dist/actions/fetch-dictionary-entries-by-type.d.mts.map +1 -0
  276. package/dist/actions/fetch-dictionary-entries-by-type.mjs +43 -0
  277. package/dist/actions/fetch-dictionary-entries-by-type.mjs.map +1 -0
  278. package/dist/actions/find-contacts-by-custom-field-value.cjs +67 -0
  279. package/dist/actions/find-contacts-by-custom-field-value.cjs.map +1 -0
  280. package/dist/actions/find-contacts-by-custom-field-value.d.cts +9 -0
  281. package/dist/actions/find-contacts-by-custom-field-value.d.cts.map +1 -0
  282. package/dist/actions/find-contacts-by-custom-field-value.d.mts +9 -0
  283. package/dist/actions/find-contacts-by-custom-field-value.d.mts.map +1 -0
  284. package/dist/actions/find-contacts-by-custom-field-value.mjs +66 -0
  285. package/dist/actions/find-contacts-by-custom-field-value.mjs.map +1 -0
  286. package/dist/actions/generate-progress-download-hash.cjs +17 -0
  287. package/dist/actions/generate-progress-download-hash.cjs.map +1 -0
  288. package/dist/actions/generate-progress-download-hash.d.cts +9 -0
  289. package/dist/actions/generate-progress-download-hash.d.cts.map +1 -0
  290. package/dist/actions/generate-progress-download-hash.d.mts +9 -0
  291. package/dist/actions/generate-progress-download-hash.d.mts.map +1 -0
  292. package/dist/actions/generate-progress-download-hash.mjs +16 -0
  293. package/dist/actions/generate-progress-download-hash.mjs.map +1 -0
  294. package/dist/actions/get-account-invoices.cjs +16 -0
  295. package/dist/actions/get-account-invoices.cjs.map +1 -0
  296. package/dist/actions/get-account-invoices.d.cts +9 -0
  297. package/dist/actions/get-account-invoices.d.cts.map +1 -0
  298. package/dist/actions/get-account-invoices.d.mts +9 -0
  299. package/dist/actions/get-account-invoices.d.mts.map +1 -0
  300. package/dist/actions/get-account-invoices.mjs +13 -0
  301. package/dist/actions/get-account-invoices.mjs.map +1 -0
  302. package/dist/actions/get-accounting-contact-by-id.cjs +33 -0
  303. package/dist/actions/get-accounting-contact-by-id.cjs.map +1 -0
  304. package/dist/actions/get-accounting-contact-by-id.d.cts +9 -0
  305. package/dist/actions/get-accounting-contact-by-id.d.cts.map +1 -0
  306. package/dist/actions/get-accounting-contact-by-id.d.mts +9 -0
  307. package/dist/actions/get-accounting-contact-by-id.d.mts.map +1 -0
  308. package/dist/actions/get-accounting-contact-by-id.mjs +32 -0
  309. package/dist/actions/get-accounting-contact-by-id.mjs.map +1 -0
  310. package/dist/actions/get-accounting-contacts.cjs +37 -0
  311. package/dist/actions/get-accounting-contacts.cjs.map +1 -0
  312. package/dist/actions/get-accounting-contacts.d.cts +9 -0
  313. package/dist/actions/get-accounting-contacts.d.cts.map +1 -0
  314. package/dist/actions/get-accounting-contacts.d.mts +9 -0
  315. package/dist/actions/get-accounting-contacts.d.mts.map +1 -0
  316. package/dist/actions/get-accounting-contacts.mjs +36 -0
  317. package/dist/actions/get-accounting-contacts.mjs.map +1 -0
  318. package/dist/actions/get-check-account-balance-at-date.cjs +19 -0
  319. package/dist/actions/get-check-account-balance-at-date.cjs.map +1 -0
  320. package/dist/actions/get-check-account-balance-at-date.d.cts +9 -0
  321. package/dist/actions/get-check-account-balance-at-date.d.cts.map +1 -0
  322. package/dist/actions/get-check-account-balance-at-date.d.mts +9 -0
  323. package/dist/actions/get-check-account-balance-at-date.d.mts.map +1 -0
  324. package/dist/actions/get-check-account-balance-at-date.mjs +16 -0
  325. package/dist/actions/get-check-account-balance-at-date.mjs.map +1 -0
  326. package/dist/actions/get-check-account-by-id.cjs +42 -0
  327. package/dist/actions/get-check-account-by-id.cjs.map +1 -0
  328. package/dist/actions/get-check-account-by-id.d.cts +9 -0
  329. package/dist/actions/get-check-account-by-id.d.cts.map +1 -0
  330. package/dist/actions/get-check-account-by-id.d.mts +9 -0
  331. package/dist/actions/get-check-account-by-id.d.mts.map +1 -0
  332. package/dist/actions/get-check-account-by-id.mjs +41 -0
  333. package/dist/actions/get-check-account-by-id.mjs.map +1 -0
  334. package/dist/actions/get-check-account-transaction-by-id.cjs +50 -0
  335. package/dist/actions/get-check-account-transaction-by-id.cjs.map +1 -0
  336. package/dist/actions/get-check-account-transaction-by-id.d.cts +9 -0
  337. package/dist/actions/get-check-account-transaction-by-id.d.cts.map +1 -0
  338. package/dist/actions/get-check-account-transaction-by-id.d.mts +9 -0
  339. package/dist/actions/get-check-account-transaction-by-id.d.mts.map +1 -0
  340. package/dist/actions/get-check-account-transaction-by-id.mjs +49 -0
  341. package/dist/actions/get-check-account-transaction-by-id.mjs.map +1 -0
  342. package/dist/actions/get-check-account-transactions.cjs +52 -0
  343. package/dist/actions/get-check-account-transactions.cjs.map +1 -0
  344. package/dist/actions/get-check-account-transactions.d.cts +9 -0
  345. package/dist/actions/get-check-account-transactions.d.cts.map +1 -0
  346. package/dist/actions/get-check-account-transactions.d.mts +9 -0
  347. package/dist/actions/get-check-account-transactions.d.mts.map +1 -0
  348. package/dist/actions/get-check-account-transactions.mjs +51 -0
  349. package/dist/actions/get-check-account-transactions.mjs.map +1 -0
  350. package/dist/actions/get-check-accounts.cjs +52 -0
  351. package/dist/actions/get-check-accounts.cjs.map +1 -0
  352. package/dist/actions/get-check-accounts.d.cts +9 -0
  353. package/dist/actions/get-check-accounts.d.cts.map +1 -0
  354. package/dist/actions/get-check-accounts.d.mts +9 -0
  355. package/dist/actions/get-check-accounts.d.mts.map +1 -0
  356. package/dist/actions/get-check-accounts.mjs +51 -0
  357. package/dist/actions/get-check-accounts.mjs.map +1 -0
  358. package/dist/actions/get-communication-way-keys.cjs +24 -0
  359. package/dist/actions/get-communication-way-keys.cjs.map +1 -0
  360. package/dist/actions/get-communication-way-keys.d.cts +9 -0
  361. package/dist/actions/get-communication-way-keys.d.cts.map +1 -0
  362. package/dist/actions/get-communication-way-keys.d.mts +9 -0
  363. package/dist/actions/get-communication-way-keys.d.mts.map +1 -0
  364. package/dist/actions/get-communication-way-keys.mjs +23 -0
  365. package/dist/actions/get-communication-way-keys.mjs.map +1 -0
  366. package/dist/actions/get-communication-ways.cjs +50 -0
  367. package/dist/actions/get-communication-ways.cjs.map +1 -0
  368. package/dist/actions/get-communication-ways.d.cts +9 -0
  369. package/dist/actions/get-communication-ways.d.cts.map +1 -0
  370. package/dist/actions/get-communication-ways.d.mts +9 -0
  371. package/dist/actions/get-communication-ways.d.mts.map +1 -0
  372. package/dist/actions/get-communication-ways.mjs +49 -0
  373. package/dist/actions/get-communication-ways.mjs.map +1 -0
  374. package/dist/actions/get-communicationway-by-id.cjs +39 -0
  375. package/dist/actions/get-communicationway-by-id.cjs.map +1 -0
  376. package/dist/actions/get-communicationway-by-id.d.cts +9 -0
  377. package/dist/actions/get-communicationway-by-id.d.cts.map +1 -0
  378. package/dist/actions/get-communicationway-by-id.d.mts +9 -0
  379. package/dist/actions/get-communicationway-by-id.d.mts.map +1 -0
  380. package/dist/actions/get-communicationway-by-id.mjs +38 -0
  381. package/dist/actions/get-communicationway-by-id.mjs.map +1 -0
  382. package/dist/actions/get-contact-address-by-id.cjs +49 -0
  383. package/dist/actions/get-contact-address-by-id.cjs.map +1 -0
  384. package/dist/actions/get-contact-address-by-id.d.cts +9 -0
  385. package/dist/actions/get-contact-address-by-id.d.cts.map +1 -0
  386. package/dist/actions/get-contact-address-by-id.d.mts +9 -0
  387. package/dist/actions/get-contact-address-by-id.d.mts.map +1 -0
  388. package/dist/actions/get-contact-address-by-id.mjs +48 -0
  389. package/dist/actions/get-contact-address-by-id.mjs.map +1 -0
  390. package/dist/actions/get-contact-addresses.cjs +53 -0
  391. package/dist/actions/get-contact-addresses.cjs.map +1 -0
  392. package/dist/actions/get-contact-addresses.d.cts +9 -0
  393. package/dist/actions/get-contact-addresses.d.cts.map +1 -0
  394. package/dist/actions/get-contact-addresses.d.mts +9 -0
  395. package/dist/actions/get-contact-addresses.d.mts.map +1 -0
  396. package/dist/actions/get-contact-addresses.mjs +52 -0
  397. package/dist/actions/get-contact-addresses.mjs.map +1 -0
  398. package/dist/actions/get-contact-by-id.cjs +35 -0
  399. package/dist/actions/get-contact-by-id.cjs.map +1 -0
  400. package/dist/actions/get-contact-by-id.d.cts +9 -0
  401. package/dist/actions/get-contact-by-id.d.cts.map +1 -0
  402. package/dist/actions/get-contact-by-id.d.mts +9 -0
  403. package/dist/actions/get-contact-by-id.d.mts.map +1 -0
  404. package/dist/actions/get-contact-by-id.mjs +34 -0
  405. package/dist/actions/get-contact-by-id.mjs.map +1 -0
  406. package/dist/actions/get-contact-custom-field-by-id.cjs +38 -0
  407. package/dist/actions/get-contact-custom-field-by-id.cjs.map +1 -0
  408. package/dist/actions/get-contact-custom-field-by-id.d.cts +9 -0
  409. package/dist/actions/get-contact-custom-field-by-id.d.cts.map +1 -0
  410. package/dist/actions/get-contact-custom-field-by-id.d.mts +9 -0
  411. package/dist/actions/get-contact-custom-field-by-id.d.mts.map +1 -0
  412. package/dist/actions/get-contact-custom-field-by-id.mjs +37 -0
  413. package/dist/actions/get-contact-custom-field-by-id.mjs.map +1 -0
  414. package/dist/actions/get-contact-custom-field-setting-by-id.cjs +30 -0
  415. package/dist/actions/get-contact-custom-field-setting-by-id.cjs.map +1 -0
  416. package/dist/actions/get-contact-custom-field-setting-by-id.d.cts +9 -0
  417. package/dist/actions/get-contact-custom-field-setting-by-id.d.cts.map +1 -0
  418. package/dist/actions/get-contact-custom-field-setting-by-id.d.mts +9 -0
  419. package/dist/actions/get-contact-custom-field-setting-by-id.d.mts.map +1 -0
  420. package/dist/actions/get-contact-custom-field-setting-by-id.mjs +29 -0
  421. package/dist/actions/get-contact-custom-field-setting-by-id.mjs.map +1 -0
  422. package/dist/actions/get-contact-custom-field-setting-reference-count.cjs +16 -0
  423. package/dist/actions/get-contact-custom-field-setting-reference-count.cjs.map +1 -0
  424. package/dist/actions/get-contact-custom-field-setting-reference-count.d.cts +9 -0
  425. package/dist/actions/get-contact-custom-field-setting-reference-count.d.cts.map +1 -0
  426. package/dist/actions/get-contact-custom-field-setting-reference-count.d.mts +9 -0
  427. package/dist/actions/get-contact-custom-field-setting-reference-count.d.mts.map +1 -0
  428. package/dist/actions/get-contact-custom-field-setting-reference-count.mjs +13 -0
  429. package/dist/actions/get-contact-custom-field-setting-reference-count.mjs.map +1 -0
  430. package/dist/actions/get-contact-custom-field-settings.cjs +38 -0
  431. package/dist/actions/get-contact-custom-field-settings.cjs.map +1 -0
  432. package/dist/actions/get-contact-custom-field-settings.d.cts +9 -0
  433. package/dist/actions/get-contact-custom-field-settings.d.cts.map +1 -0
  434. package/dist/actions/get-contact-custom-field-settings.d.mts +9 -0
  435. package/dist/actions/get-contact-custom-field-settings.d.mts.map +1 -0
  436. package/dist/actions/get-contact-custom-field-settings.mjs +37 -0
  437. package/dist/actions/get-contact-custom-field-settings.mjs.map +1 -0
  438. package/dist/actions/get-contact-custom-fields.cjs +46 -0
  439. package/dist/actions/get-contact-custom-fields.cjs.map +1 -0
  440. package/dist/actions/get-contact-custom-fields.d.cts +9 -0
  441. package/dist/actions/get-contact-custom-fields.d.cts.map +1 -0
  442. package/dist/actions/get-contact-custom-fields.d.mts +9 -0
  443. package/dist/actions/get-contact-custom-fields.d.mts.map +1 -0
  444. package/dist/actions/get-contact-custom-fields.mjs +45 -0
  445. package/dist/actions/get-contact-custom-fields.mjs.map +1 -0
  446. package/dist/actions/get-contact-tabs-item-count.cjs +26 -0
  447. package/dist/actions/get-contact-tabs-item-count.cjs.map +1 -0
  448. package/dist/actions/get-contact-tabs-item-count.d.cts +9 -0
  449. package/dist/actions/get-contact-tabs-item-count.d.cts.map +1 -0
  450. package/dist/actions/get-contact-tabs-item-count.d.mts +9 -0
  451. package/dist/actions/get-contact-tabs-item-count.d.mts.map +1 -0
  452. package/dist/actions/get-contact-tabs-item-count.mjs +23 -0
  453. package/dist/actions/get-contact-tabs-item-count.mjs.map +1 -0
  454. package/dist/actions/get-contacts.cjs +94 -0
  455. package/dist/actions/get-contacts.cjs.map +1 -0
  456. package/dist/actions/get-contacts.d.cts +9 -0
  457. package/dist/actions/get-contacts.d.cts.map +1 -0
  458. package/dist/actions/get-contacts.d.mts +9 -0
  459. package/dist/actions/get-contacts.d.mts.map +1 -0
  460. package/dist/actions/get-contacts.mjs +93 -0
  461. package/dist/actions/get-contacts.mjs.map +1 -0
  462. package/dist/actions/get-credit-note-positions.cjs +57 -0
  463. package/dist/actions/get-credit-note-positions.cjs.map +1 -0
  464. package/dist/actions/get-credit-note-positions.d.cts +9 -0
  465. package/dist/actions/get-credit-note-positions.d.cts.map +1 -0
  466. package/dist/actions/get-credit-note-positions.d.mts +9 -0
  467. package/dist/actions/get-credit-note-positions.d.mts.map +1 -0
  468. package/dist/actions/get-credit-note-positions.mjs +56 -0
  469. package/dist/actions/get-credit-note-positions.mjs.map +1 -0
  470. package/dist/actions/get-credit-notes.cjs +67 -0
  471. package/dist/actions/get-credit-notes.cjs.map +1 -0
  472. package/dist/actions/get-credit-notes.d.cts +9 -0
  473. package/dist/actions/get-credit-notes.d.cts.map +1 -0
  474. package/dist/actions/get-credit-notes.d.mts +9 -0
  475. package/dist/actions/get-credit-notes.d.mts.map +1 -0
  476. package/dist/actions/get-credit-notes.mjs +66 -0
  477. package/dist/actions/get-credit-notes.mjs.map +1 -0
  478. package/dist/actions/get-export-invoicecsv.cjs +26 -0
  479. package/dist/actions/get-export-invoicecsv.cjs.map +1 -0
  480. package/dist/actions/get-export-invoicecsv.d.cts +9 -0
  481. package/dist/actions/get-export-invoicecsv.d.cts.map +1 -0
  482. package/dist/actions/get-export-invoicecsv.d.mts +9 -0
  483. package/dist/actions/get-export-invoicecsv.d.mts.map +1 -0
  484. package/dist/actions/get-export-invoicecsv.mjs +25 -0
  485. package/dist/actions/get-export-invoicecsv.mjs.map +1 -0
  486. package/dist/actions/get-export-transactions-csv.cjs +26 -0
  487. package/dist/actions/get-export-transactions-csv.cjs.map +1 -0
  488. package/dist/actions/get-export-transactions-csv.d.cts +9 -0
  489. package/dist/actions/get-export-transactions-csv.d.cts.map +1 -0
  490. package/dist/actions/get-export-transactions-csv.d.mts +9 -0
  491. package/dist/actions/get-export-transactions-csv.d.mts.map +1 -0
  492. package/dist/actions/get-export-transactions-csv.mjs +25 -0
  493. package/dist/actions/get-export-transactions-csv.mjs.map +1 -0
  494. package/dist/actions/get-invoice-is-partially-paid.cjs +16 -0
  495. package/dist/actions/get-invoice-is-partially-paid.cjs.map +1 -0
  496. package/dist/actions/get-invoice-is-partially-paid.d.cts +9 -0
  497. package/dist/actions/get-invoice-is-partially-paid.d.cts.map +1 -0
  498. package/dist/actions/get-invoice-is-partially-paid.d.mts +9 -0
  499. package/dist/actions/get-invoice-is-partially-paid.d.mts.map +1 -0
  500. package/dist/actions/get-invoice-is-partially-paid.mjs +13 -0
  501. package/dist/actions/get-invoice-is-partially-paid.mjs.map +1 -0
  502. package/dist/actions/get-invoice-positions.cjs +61 -0
  503. package/dist/actions/get-invoice-positions.cjs.map +1 -0
  504. package/dist/actions/get-invoice-positions.d.cts +9 -0
  505. package/dist/actions/get-invoice-positions.d.cts.map +1 -0
  506. package/dist/actions/get-invoice-positions.d.mts +9 -0
  507. package/dist/actions/get-invoice-positions.d.mts.map +1 -0
  508. package/dist/actions/get-invoice-positions.mjs +60 -0
  509. package/dist/actions/get-invoice-positions.mjs.map +1 -0
  510. package/dist/actions/get-invoice-poss.cjs +62 -0
  511. package/dist/actions/get-invoice-poss.cjs.map +1 -0
  512. package/dist/actions/get-invoice-poss.d.cts +9 -0
  513. package/dist/actions/get-invoice-poss.d.cts.map +1 -0
  514. package/dist/actions/get-invoice-poss.d.mts +9 -0
  515. package/dist/actions/get-invoice-poss.d.mts.map +1 -0
  516. package/dist/actions/get-invoice-poss.mjs +61 -0
  517. package/dist/actions/get-invoice-poss.mjs.map +1 -0
  518. package/dist/actions/get-invoices.cjs +62 -0
  519. package/dist/actions/get-invoices.cjs.map +1 -0
  520. package/dist/actions/get-invoices.d.cts +9 -0
  521. package/dist/actions/get-invoices.d.cts.map +1 -0
  522. package/dist/actions/get-invoices.d.mts +9 -0
  523. package/dist/actions/get-invoices.d.mts.map +1 -0
  524. package/dist/actions/get-invoices.mjs +61 -0
  525. package/dist/actions/get-invoices.mjs.map +1 -0
  526. package/dist/actions/get-letterpapers-with-thumb.cjs +27 -0
  527. package/dist/actions/get-letterpapers-with-thumb.cjs.map +1 -0
  528. package/dist/actions/get-letterpapers-with-thumb.d.cts +9 -0
  529. package/dist/actions/get-letterpapers-with-thumb.d.cts.map +1 -0
  530. package/dist/actions/get-letterpapers-with-thumb.d.mts +9 -0
  531. package/dist/actions/get-letterpapers-with-thumb.d.mts.map +1 -0
  532. package/dist/actions/get-letterpapers-with-thumb.mjs +26 -0
  533. package/dist/actions/get-letterpapers-with-thumb.mjs.map +1 -0
  534. package/dist/actions/get-next-customer-number.cjs +16 -0
  535. package/dist/actions/get-next-customer-number.cjs.map +1 -0
  536. package/dist/actions/get-next-customer-number.d.cts +9 -0
  537. package/dist/actions/get-next-customer-number.d.cts.map +1 -0
  538. package/dist/actions/get-next-customer-number.d.mts +9 -0
  539. package/dist/actions/get-next-customer-number.d.mts.map +1 -0
  540. package/dist/actions/get-next-customer-number.mjs +13 -0
  541. package/dist/actions/get-next-customer-number.mjs.map +1 -0
  542. package/dist/actions/get-order-by-id.cjs +90 -0
  543. package/dist/actions/get-order-by-id.cjs.map +1 -0
  544. package/dist/actions/get-order-by-id.d.cts +9 -0
  545. package/dist/actions/get-order-by-id.d.cts.map +1 -0
  546. package/dist/actions/get-order-by-id.d.mts +9 -0
  547. package/dist/actions/get-order-by-id.d.mts.map +1 -0
  548. package/dist/actions/get-order-by-id.mjs +89 -0
  549. package/dist/actions/get-order-by-id.mjs.map +1 -0
  550. package/dist/actions/get-order-discounts.cjs +37 -0
  551. package/dist/actions/get-order-discounts.cjs.map +1 -0
  552. package/dist/actions/get-order-discounts.d.cts +9 -0
  553. package/dist/actions/get-order-discounts.d.cts.map +1 -0
  554. package/dist/actions/get-order-discounts.d.mts +9 -0
  555. package/dist/actions/get-order-discounts.d.mts.map +1 -0
  556. package/dist/actions/get-order-discounts.mjs +36 -0
  557. package/dist/actions/get-order-discounts.mjs.map +1 -0
  558. package/dist/actions/get-order-pos-by-id.cjs +54 -0
  559. package/dist/actions/get-order-pos-by-id.cjs.map +1 -0
  560. package/dist/actions/get-order-pos-by-id.d.cts +9 -0
  561. package/dist/actions/get-order-pos-by-id.d.cts.map +1 -0
  562. package/dist/actions/get-order-pos-by-id.d.mts +9 -0
  563. package/dist/actions/get-order-pos-by-id.d.mts.map +1 -0
  564. package/dist/actions/get-order-pos-by-id.mjs +53 -0
  565. package/dist/actions/get-order-pos-by-id.mjs.map +1 -0
  566. package/dist/actions/get-order-positions.cjs +57 -0
  567. package/dist/actions/get-order-positions.cjs.map +1 -0
  568. package/dist/actions/get-order-positions.d.cts +9 -0
  569. package/dist/actions/get-order-positions.d.cts.map +1 -0
  570. package/dist/actions/get-order-positions.d.mts +9 -0
  571. package/dist/actions/get-order-positions.d.mts.map +1 -0
  572. package/dist/actions/get-order-positions.mjs +56 -0
  573. package/dist/actions/get-order-positions.mjs.map +1 -0
  574. package/dist/actions/get-orders.cjs +54 -0
  575. package/dist/actions/get-orders.cjs.map +1 -0
  576. package/dist/actions/get-orders.d.cts +9 -0
  577. package/dist/actions/get-orders.d.cts.map +1 -0
  578. package/dist/actions/get-orders.d.mts +9 -0
  579. package/dist/actions/get-orders.d.mts.map +1 -0
  580. package/dist/actions/get-orders.mjs +53 -0
  581. package/dist/actions/get-orders.mjs.map +1 -0
  582. package/dist/actions/get-part-by-id.cjs +48 -0
  583. package/dist/actions/get-part-by-id.cjs.map +1 -0
  584. package/dist/actions/get-part-by-id.d.cts +9 -0
  585. package/dist/actions/get-part-by-id.d.cts.map +1 -0
  586. package/dist/actions/get-part-by-id.d.mts +9 -0
  587. package/dist/actions/get-part-by-id.d.mts.map +1 -0
  588. package/dist/actions/get-part-by-id.mjs +47 -0
  589. package/dist/actions/get-part-by-id.mjs.map +1 -0
  590. package/dist/actions/get-part-contact-prices.cjs +40 -0
  591. package/dist/actions/get-part-contact-prices.cjs.map +1 -0
  592. package/dist/actions/get-part-contact-prices.d.cts +9 -0
  593. package/dist/actions/get-part-contact-prices.d.cts.map +1 -0
  594. package/dist/actions/get-part-contact-prices.d.mts +9 -0
  595. package/dist/actions/get-part-contact-prices.d.mts.map +1 -0
  596. package/dist/actions/get-part-contact-prices.mjs +39 -0
  597. package/dist/actions/get-part-contact-prices.mjs.map +1 -0
  598. package/dist/actions/get-part-stock.cjs +16 -0
  599. package/dist/actions/get-part-stock.cjs.map +1 -0
  600. package/dist/actions/get-part-stock.d.cts +9 -0
  601. package/dist/actions/get-part-stock.d.cts.map +1 -0
  602. package/dist/actions/get-part-stock.d.mts +9 -0
  603. package/dist/actions/get-part-stock.d.mts.map +1 -0
  604. package/dist/actions/get-part-stock.mjs +13 -0
  605. package/dist/actions/get-part-stock.mjs.map +1 -0
  606. package/dist/actions/get-part-unities.cjs +36 -0
  607. package/dist/actions/get-part-unities.cjs.map +1 -0
  608. package/dist/actions/get-part-unities.d.cts +9 -0
  609. package/dist/actions/get-part-unities.d.cts.map +1 -0
  610. package/dist/actions/get-part-unities.d.mts +9 -0
  611. package/dist/actions/get-part-unities.d.mts.map +1 -0
  612. package/dist/actions/get-part-unities.mjs +35 -0
  613. package/dist/actions/get-part-unities.mjs.map +1 -0
  614. package/dist/actions/get-parts.cjs +35 -0
  615. package/dist/actions/get-parts.cjs.map +1 -0
  616. package/dist/actions/get-parts.d.cts +9 -0
  617. package/dist/actions/get-parts.d.cts.map +1 -0
  618. package/dist/actions/get-parts.d.mts +9 -0
  619. package/dist/actions/get-parts.d.mts.map +1 -0
  620. package/dist/actions/get-parts.mjs +34 -0
  621. package/dist/actions/get-parts.mjs.map +1 -0
  622. package/dist/actions/get-payment-methods.cjs +36 -0
  623. package/dist/actions/get-payment-methods.cjs.map +1 -0
  624. package/dist/actions/get-payment-methods.d.cts +9 -0
  625. package/dist/actions/get-payment-methods.d.cts.map +1 -0
  626. package/dist/actions/get-payment-methods.d.mts +9 -0
  627. package/dist/actions/get-payment-methods.d.mts.map +1 -0
  628. package/dist/actions/get-payment-methods.mjs +35 -0
  629. package/dist/actions/get-payment-methods.mjs.map +1 -0
  630. package/dist/actions/get-places.cjs +35 -0
  631. package/dist/actions/get-places.cjs.map +1 -0
  632. package/dist/actions/get-places.d.cts +9 -0
  633. package/dist/actions/get-places.d.cts.map +1 -0
  634. package/dist/actions/get-places.d.mts +9 -0
  635. package/dist/actions/get-places.d.mts.map +1 -0
  636. package/dist/actions/get-places.mjs +34 -0
  637. package/dist/actions/get-places.mjs.map +1 -0
  638. package/dist/actions/get-private-transaction-rules.cjs +33 -0
  639. package/dist/actions/get-private-transaction-rules.cjs.map +1 -0
  640. package/dist/actions/get-private-transaction-rules.d.cts +9 -0
  641. package/dist/actions/get-private-transaction-rules.d.cts.map +1 -0
  642. package/dist/actions/get-private-transaction-rules.d.mts +9 -0
  643. package/dist/actions/get-private-transaction-rules.d.mts.map +1 -0
  644. package/dist/actions/get-private-transaction-rules.mjs +32 -0
  645. package/dist/actions/get-private-transaction-rules.mjs.map +1 -0
  646. package/dist/actions/get-progress.cjs +26 -0
  647. package/dist/actions/get-progress.cjs.map +1 -0
  648. package/dist/actions/get-progress.d.cts +9 -0
  649. package/dist/actions/get-progress.d.cts.map +1 -0
  650. package/dist/actions/get-progress.d.mts +9 -0
  651. package/dist/actions/get-progress.d.mts.map +1 -0
  652. package/dist/actions/get-progress.mjs +25 -0
  653. package/dist/actions/get-progress.mjs.map +1 -0
  654. package/dist/actions/get-receipt-guidance-for-account-number.cjs +24 -0
  655. package/dist/actions/get-receipt-guidance-for-account-number.cjs.map +1 -0
  656. package/dist/actions/get-receipt-guidance-for-account-number.d.cts +9 -0
  657. package/dist/actions/get-receipt-guidance-for-account-number.d.cts.map +1 -0
  658. package/dist/actions/get-receipt-guidance-for-account-number.d.mts +9 -0
  659. package/dist/actions/get-receipt-guidance-for-account-number.d.mts.map +1 -0
  660. package/dist/actions/get-receipt-guidance-for-account-number.mjs +23 -0
  661. package/dist/actions/get-receipt-guidance-for-account-number.mjs.map +1 -0
  662. package/dist/actions/get-receipt-guidance-for-all-accounts.cjs +24 -0
  663. package/dist/actions/get-receipt-guidance-for-all-accounts.cjs.map +1 -0
  664. package/dist/actions/get-receipt-guidance-for-all-accounts.d.cts +9 -0
  665. package/dist/actions/get-receipt-guidance-for-all-accounts.d.cts.map +1 -0
  666. package/dist/actions/get-receipt-guidance-for-all-accounts.d.mts +9 -0
  667. package/dist/actions/get-receipt-guidance-for-all-accounts.d.mts.map +1 -0
  668. package/dist/actions/get-receipt-guidance-for-all-accounts.mjs +23 -0
  669. package/dist/actions/get-receipt-guidance-for-all-accounts.mjs.map +1 -0
  670. package/dist/actions/get-receipt-guidance-for-expense.cjs +28 -0
  671. package/dist/actions/get-receipt-guidance-for-expense.cjs.map +1 -0
  672. package/dist/actions/get-receipt-guidance-for-expense.d.cts +9 -0
  673. package/dist/actions/get-receipt-guidance-for-expense.d.cts.map +1 -0
  674. package/dist/actions/get-receipt-guidance-for-expense.d.mts +9 -0
  675. package/dist/actions/get-receipt-guidance-for-expense.d.mts.map +1 -0
  676. package/dist/actions/get-receipt-guidance-for-expense.mjs +27 -0
  677. package/dist/actions/get-receipt-guidance-for-expense.mjs.map +1 -0
  678. package/dist/actions/get-receipt-guidance-for-revenue.cjs +24 -0
  679. package/dist/actions/get-receipt-guidance-for-revenue.cjs.map +1 -0
  680. package/dist/actions/get-receipt-guidance-for-revenue.d.cts +9 -0
  681. package/dist/actions/get-receipt-guidance-for-revenue.d.cts.map +1 -0
  682. package/dist/actions/get-receipt-guidance-for-revenue.d.mts +9 -0
  683. package/dist/actions/get-receipt-guidance-for-revenue.d.mts.map +1 -0
  684. package/dist/actions/get-receipt-guidance-for-revenue.mjs +23 -0
  685. package/dist/actions/get-receipt-guidance-for-revenue.mjs.map +1 -0
  686. package/dist/actions/get-receipt-guidance-for-tax-rule.cjs +29 -0
  687. package/dist/actions/get-receipt-guidance-for-tax-rule.cjs.map +1 -0
  688. package/dist/actions/get-receipt-guidance-for-tax-rule.d.cts +9 -0
  689. package/dist/actions/get-receipt-guidance-for-tax-rule.d.cts.map +1 -0
  690. package/dist/actions/get-receipt-guidance-for-tax-rule.d.mts +9 -0
  691. package/dist/actions/get-receipt-guidance-for-tax-rule.d.mts.map +1 -0
  692. package/dist/actions/get-receipt-guidance-for-tax-rule.mjs +28 -0
  693. package/dist/actions/get-receipt-guidance-for-tax-rule.mjs.map +1 -0
  694. package/dist/actions/get-report-invoicelist.cjs +28 -0
  695. package/dist/actions/get-report-invoicelist.cjs.map +1 -0
  696. package/dist/actions/get-report-invoicelist.d.cts +9 -0
  697. package/dist/actions/get-report-invoicelist.d.cts.map +1 -0
  698. package/dist/actions/get-report-invoicelist.d.mts +9 -0
  699. package/dist/actions/get-report-invoicelist.d.mts.map +1 -0
  700. package/dist/actions/get-report-invoicelist.mjs +27 -0
  701. package/dist/actions/get-report-invoicelist.mjs.map +1 -0
  702. package/dist/actions/get-report-orderlist.cjs +28 -0
  703. package/dist/actions/get-report-orderlist.cjs.map +1 -0
  704. package/dist/actions/get-report-orderlist.d.cts +9 -0
  705. package/dist/actions/get-report-orderlist.d.cts.map +1 -0
  706. package/dist/actions/get-report-orderlist.d.mts +9 -0
  707. package/dist/actions/get-report-orderlist.d.mts.map +1 -0
  708. package/dist/actions/get-report-orderlist.mjs +27 -0
  709. package/dist/actions/get-report-orderlist.mjs.map +1 -0
  710. package/dist/actions/get-sev-client-config.cjs +88 -0
  711. package/dist/actions/get-sev-client-config.cjs.map +1 -0
  712. package/dist/actions/get-sev-client-config.d.cts +9 -0
  713. package/dist/actions/get-sev-client-config.d.cts.map +1 -0
  714. package/dist/actions/get-sev-client-config.d.mts +9 -0
  715. package/dist/actions/get-sev-client-config.d.mts.map +1 -0
  716. package/dist/actions/get-sev-client-config.mjs +87 -0
  717. package/dist/actions/get-sev-client-config.mjs.map +1 -0
  718. package/dist/actions/get-tag-by-id.cjs +28 -0
  719. package/dist/actions/get-tag-by-id.cjs.map +1 -0
  720. package/dist/actions/get-tag-by-id.d.cts +9 -0
  721. package/dist/actions/get-tag-by-id.d.cts.map +1 -0
  722. package/dist/actions/get-tag-by-id.d.mts +9 -0
  723. package/dist/actions/get-tag-by-id.d.mts.map +1 -0
  724. package/dist/actions/get-tag-by-id.mjs +27 -0
  725. package/dist/actions/get-tag-by-id.mjs.map +1 -0
  726. package/dist/actions/get-tag-relations.cjs +45 -0
  727. package/dist/actions/get-tag-relations.cjs.map +1 -0
  728. package/dist/actions/get-tag-relations.d.cts +9 -0
  729. package/dist/actions/get-tag-relations.d.cts.map +1 -0
  730. package/dist/actions/get-tag-relations.d.mts +9 -0
  731. package/dist/actions/get-tag-relations.d.mts.map +1 -0
  732. package/dist/actions/get-tag-relations.mjs +44 -0
  733. package/dist/actions/get-tag-relations.mjs.map +1 -0
  734. package/dist/actions/get-tags.cjs +31 -0
  735. package/dist/actions/get-tags.cjs.map +1 -0
  736. package/dist/actions/get-tags.d.cts +9 -0
  737. package/dist/actions/get-tags.d.cts.map +1 -0
  738. package/dist/actions/get-tags.d.mts +9 -0
  739. package/dist/actions/get-tags.d.mts.map +1 -0
  740. package/dist/actions/get-tags.mjs +30 -0
  741. package/dist/actions/get-tags.mjs.map +1 -0
  742. package/dist/actions/get-tax-rules.cjs +43 -0
  743. package/dist/actions/get-tax-rules.cjs.map +1 -0
  744. package/dist/actions/get-tax-rules.d.cts +9 -0
  745. package/dist/actions/get-tax-rules.d.cts.map +1 -0
  746. package/dist/actions/get-tax-rules.d.mts +9 -0
  747. package/dist/actions/get-tax-rules.d.mts.map +1 -0
  748. package/dist/actions/get-tax-rules.mjs +42 -0
  749. package/dist/actions/get-tax-rules.mjs.map +1 -0
  750. package/dist/actions/get-tools-bookkeeping-system-version.cjs +18 -0
  751. package/dist/actions/get-tools-bookkeeping-system-version.cjs.map +1 -0
  752. package/dist/actions/get-tools-bookkeeping-system-version.d.cts +9 -0
  753. package/dist/actions/get-tools-bookkeeping-system-version.d.cts.map +1 -0
  754. package/dist/actions/get-tools-bookkeeping-system-version.d.mts +9 -0
  755. package/dist/actions/get-tools-bookkeeping-system-version.d.mts.map +1 -0
  756. package/dist/actions/get-tools-bookkeeping-system-version.mjs +17 -0
  757. package/dist/actions/get-tools-bookkeeping-system-version.mjs.map +1 -0
  758. package/dist/actions/index.cjs +231 -0
  759. package/dist/actions/index.d.cts +116 -0
  760. package/dist/actions/index.d.mts +116 -0
  761. package/dist/actions/index.mjs +116 -0
  762. package/dist/actions/render-invoice.cjs +36 -0
  763. package/dist/actions/render-invoice.cjs.map +1 -0
  764. package/dist/actions/render-invoice.d.cts +9 -0
  765. package/dist/actions/render-invoice.d.cts.map +1 -0
  766. package/dist/actions/render-invoice.d.mts +9 -0
  767. package/dist/actions/render-invoice.d.mts.map +1 -0
  768. package/dist/actions/render-invoice.mjs +35 -0
  769. package/dist/actions/render-invoice.mjs.map +1 -0
  770. package/dist/actions/reset-credit-note-to-open.cjs +54 -0
  771. package/dist/actions/reset-credit-note-to-open.cjs.map +1 -0
  772. package/dist/actions/reset-credit-note-to-open.d.cts +9 -0
  773. package/dist/actions/reset-credit-note-to-open.d.cts.map +1 -0
  774. package/dist/actions/reset-credit-note-to-open.d.mts +9 -0
  775. package/dist/actions/reset-credit-note-to-open.d.mts.map +1 -0
  776. package/dist/actions/reset-credit-note-to-open.mjs +53 -0
  777. package/dist/actions/reset-credit-note-to-open.mjs.map +1 -0
  778. package/dist/actions/save-invoice.cjs +316 -0
  779. package/dist/actions/save-invoice.cjs.map +1 -0
  780. package/dist/actions/save-invoice.d.cts +9 -0
  781. package/dist/actions/save-invoice.d.cts.map +1 -0
  782. package/dist/actions/save-invoice.d.mts +9 -0
  783. package/dist/actions/save-invoice.d.mts.map +1 -0
  784. package/dist/actions/save-invoice.mjs +315 -0
  785. package/dist/actions/save-invoice.mjs.map +1 -0
  786. package/dist/actions/send-credit-note-by-with-render.cjs +31 -0
  787. package/dist/actions/send-credit-note-by-with-render.cjs.map +1 -0
  788. package/dist/actions/send-credit-note-by-with-render.d.cts +9 -0
  789. package/dist/actions/send-credit-note-by-with-render.d.cts.map +1 -0
  790. package/dist/actions/send-credit-note-by-with-render.d.mts +9 -0
  791. package/dist/actions/send-credit-note-by-with-render.d.mts.map +1 -0
  792. package/dist/actions/send-credit-note-by-with-render.mjs +30 -0
  793. package/dist/actions/send-credit-note-by-with-render.mjs.map +1 -0
  794. package/dist/actions/send-credit-note-by.cjs +90 -0
  795. package/dist/actions/send-credit-note-by.cjs.map +1 -0
  796. package/dist/actions/send-credit-note-by.d.cts +9 -0
  797. package/dist/actions/send-credit-note-by.d.cts.map +1 -0
  798. package/dist/actions/send-credit-note-by.d.mts +9 -0
  799. package/dist/actions/send-credit-note-by.d.mts.map +1 -0
  800. package/dist/actions/send-credit-note-by.mjs +89 -0
  801. package/dist/actions/send-credit-note-by.mjs.map +1 -0
  802. package/dist/actions/send-invoice-by.cjs +121 -0
  803. package/dist/actions/send-invoice-by.cjs.map +1 -0
  804. package/dist/actions/send-invoice-by.d.cts +9 -0
  805. package/dist/actions/send-invoice-by.d.cts.map +1 -0
  806. package/dist/actions/send-invoice-by.d.mts +9 -0
  807. package/dist/actions/send-invoice-by.d.mts.map +1 -0
  808. package/dist/actions/send-invoice-by.mjs +120 -0
  809. package/dist/actions/send-invoice-by.mjs.map +1 -0
  810. package/dist/actions/send-order-by.cjs +86 -0
  811. package/dist/actions/send-order-by.cjs.map +1 -0
  812. package/dist/actions/send-order-by.d.cts +9 -0
  813. package/dist/actions/send-order-by.d.cts.map +1 -0
  814. package/dist/actions/send-order-by.d.mts +9 -0
  815. package/dist/actions/send-order-by.d.mts.map +1 -0
  816. package/dist/actions/send-order-by.mjs +85 -0
  817. package/dist/actions/send-order-by.mjs.map +1 -0
  818. package/dist/actions/update-accounting-contact-by-id.cjs +41 -0
  819. package/dist/actions/update-accounting-contact-by-id.cjs.map +1 -0
  820. package/dist/actions/update-accounting-contact-by-id.d.cts +9 -0
  821. package/dist/actions/update-accounting-contact-by-id.d.cts.map +1 -0
  822. package/dist/actions/update-accounting-contact-by-id.d.mts +9 -0
  823. package/dist/actions/update-accounting-contact-by-id.d.mts.map +1 -0
  824. package/dist/actions/update-accounting-contact-by-id.mjs +40 -0
  825. package/dist/actions/update-accounting-contact-by-id.mjs.map +1 -0
  826. package/dist/actions/update-check-account-transaction-by-id.cjs +75 -0
  827. package/dist/actions/update-check-account-transaction-by-id.cjs.map +1 -0
  828. package/dist/actions/update-check-account-transaction-by-id.d.cts +9 -0
  829. package/dist/actions/update-check-account-transaction-by-id.d.cts.map +1 -0
  830. package/dist/actions/update-check-account-transaction-by-id.d.mts +9 -0
  831. package/dist/actions/update-check-account-transaction-by-id.d.mts.map +1 -0
  832. package/dist/actions/update-check-account-transaction-by-id.mjs +74 -0
  833. package/dist/actions/update-check-account-transaction-by-id.mjs.map +1 -0
  834. package/dist/actions/update-check-account.cjs +63 -0
  835. package/dist/actions/update-check-account.cjs.map +1 -0
  836. package/dist/actions/update-check-account.d.cts +9 -0
  837. package/dist/actions/update-check-account.d.cts.map +1 -0
  838. package/dist/actions/update-check-account.d.mts +9 -0
  839. package/dist/actions/update-check-account.d.mts.map +1 -0
  840. package/dist/actions/update-check-account.mjs +62 -0
  841. package/dist/actions/update-check-account.mjs.map +1 -0
  842. package/dist/actions/update-communication-way-by-id.cjs +63 -0
  843. package/dist/actions/update-communication-way-by-id.cjs.map +1 -0
  844. package/dist/actions/update-communication-way-by-id.d.cts +9 -0
  845. package/dist/actions/update-communication-way-by-id.d.cts.map +1 -0
  846. package/dist/actions/update-communication-way-by-id.d.mts +9 -0
  847. package/dist/actions/update-communication-way-by-id.d.mts.map +1 -0
  848. package/dist/actions/update-communication-way-by-id.mjs +62 -0
  849. package/dist/actions/update-communication-way-by-id.mjs.map +1 -0
  850. package/dist/actions/update-contact-address-by-id.cjs +69 -0
  851. package/dist/actions/update-contact-address-by-id.cjs.map +1 -0
  852. package/dist/actions/update-contact-address-by-id.d.cts +9 -0
  853. package/dist/actions/update-contact-address-by-id.d.cts.map +1 -0
  854. package/dist/actions/update-contact-address-by-id.d.mts +9 -0
  855. package/dist/actions/update-contact-address-by-id.d.mts.map +1 -0
  856. package/dist/actions/update-contact-address-by-id.mjs +68 -0
  857. package/dist/actions/update-contact-address-by-id.mjs.map +1 -0
  858. package/dist/actions/update-contact-custom-field-by-id.cjs +55 -0
  859. package/dist/actions/update-contact-custom-field-by-id.cjs.map +1 -0
  860. package/dist/actions/update-contact-custom-field-by-id.d.cts +9 -0
  861. package/dist/actions/update-contact-custom-field-by-id.d.cts.map +1 -0
  862. package/dist/actions/update-contact-custom-field-by-id.d.mts +9 -0
  863. package/dist/actions/update-contact-custom-field-by-id.d.mts.map +1 -0
  864. package/dist/actions/update-contact-custom-field-by-id.mjs +54 -0
  865. package/dist/actions/update-contact-custom-field-by-id.mjs.map +1 -0
  866. package/dist/actions/update-contact-custom-field-setting-by-id.cjs +34 -0
  867. package/dist/actions/update-contact-custom-field-setting-by-id.cjs.map +1 -0
  868. package/dist/actions/update-contact-custom-field-setting-by-id.d.cts +9 -0
  869. package/dist/actions/update-contact-custom-field-setting-by-id.d.cts.map +1 -0
  870. package/dist/actions/update-contact-custom-field-setting-by-id.d.mts +9 -0
  871. package/dist/actions/update-contact-custom-field-setting-by-id.d.mts.map +1 -0
  872. package/dist/actions/update-contact-custom-field-setting-by-id.mjs +33 -0
  873. package/dist/actions/update-contact-custom-field-setting-by-id.mjs.map +1 -0
  874. package/dist/actions/update-contact.cjs +88 -0
  875. package/dist/actions/update-contact.cjs.map +1 -0
  876. package/dist/actions/update-contact.d.cts +9 -0
  877. package/dist/actions/update-contact.d.cts.map +1 -0
  878. package/dist/actions/update-contact.d.mts +9 -0
  879. package/dist/actions/update-contact.d.mts.map +1 -0
  880. package/dist/actions/update-contact.mjs +87 -0
  881. package/dist/actions/update-contact.mjs.map +1 -0
  882. package/dist/actions/update-invoice-parameter.cjs +38 -0
  883. package/dist/actions/update-invoice-parameter.cjs.map +1 -0
  884. package/dist/actions/update-invoice-parameter.d.cts +9 -0
  885. package/dist/actions/update-invoice-parameter.d.cts.map +1 -0
  886. package/dist/actions/update-invoice-parameter.d.mts +9 -0
  887. package/dist/actions/update-invoice-parameter.d.mts.map +1 -0
  888. package/dist/actions/update-invoice-parameter.mjs +37 -0
  889. package/dist/actions/update-invoice-parameter.mjs.map +1 -0
  890. package/dist/actions/update-order-by-id.cjs +162 -0
  891. package/dist/actions/update-order-by-id.cjs.map +1 -0
  892. package/dist/actions/update-order-by-id.d.cts +9 -0
  893. package/dist/actions/update-order-by-id.d.cts.map +1 -0
  894. package/dist/actions/update-order-by-id.d.mts +9 -0
  895. package/dist/actions/update-order-by-id.d.mts.map +1 -0
  896. package/dist/actions/update-order-by-id.mjs +161 -0
  897. package/dist/actions/update-order-by-id.mjs.map +1 -0
  898. package/dist/actions/update-order-template.cjs +38 -0
  899. package/dist/actions/update-order-template.cjs.map +1 -0
  900. package/dist/actions/update-order-template.d.cts +9 -0
  901. package/dist/actions/update-order-template.d.cts.map +1 -0
  902. package/dist/actions/update-order-template.d.mts +9 -0
  903. package/dist/actions/update-order-template.d.mts.map +1 -0
  904. package/dist/actions/update-order-template.mjs +37 -0
  905. package/dist/actions/update-order-template.mjs.map +1 -0
  906. package/dist/actions/update-part-by-id.cjs +70 -0
  907. package/dist/actions/update-part-by-id.cjs.map +1 -0
  908. package/dist/actions/update-part-by-id.d.cts +9 -0
  909. package/dist/actions/update-part-by-id.d.cts.map +1 -0
  910. package/dist/actions/update-part-by-id.d.mts +9 -0
  911. package/dist/actions/update-part-by-id.d.mts.map +1 -0
  912. package/dist/actions/update-part-by-id.mjs +69 -0
  913. package/dist/actions/update-part-by-id.mjs.map +1 -0
  914. package/dist/actions/update-sev-client-export-config.cjs +21 -0
  915. package/dist/actions/update-sev-client-export-config.cjs.map +1 -0
  916. package/dist/actions/update-sev-client-export-config.d.cts +9 -0
  917. package/dist/actions/update-sev-client-export-config.d.cts.map +1 -0
  918. package/dist/actions/update-sev-client-export-config.d.mts +9 -0
  919. package/dist/actions/update-sev-client-export-config.d.mts.map +1 -0
  920. package/dist/actions/update-sev-client-export-config.mjs +18 -0
  921. package/dist/actions/update-sev-client-export-config.mjs.map +1 -0
  922. package/dist/actions/update-tag-by-id.cjs +30 -0
  923. package/dist/actions/update-tag-by-id.cjs.map +1 -0
  924. package/dist/actions/update-tag-by-id.d.cts +9 -0
  925. package/dist/actions/update-tag-by-id.d.cts.map +1 -0
  926. package/dist/actions/update-tag-by-id.d.mts +9 -0
  927. package/dist/actions/update-tag-by-id.d.mts.map +1 -0
  928. package/dist/actions/update-tag-by-id.mjs +29 -0
  929. package/dist/actions/update-tag-by-id.mjs.map +1 -0
  930. package/dist/app.cjs +9 -0
  931. package/dist/app.cjs.map +1 -0
  932. package/dist/app.d.cts +5 -0
  933. package/dist/app.d.cts.map +1 -0
  934. package/dist/app.d.mts +5 -0
  935. package/dist/app.d.mts.map +1 -0
  936. package/dist/app.mjs +10 -0
  937. package/dist/app.mjs.map +1 -0
  938. package/dist/catalog.cjs +15 -0
  939. package/dist/catalog.cjs.map +1 -0
  940. package/dist/catalog.d.cts +14 -0
  941. package/dist/catalog.d.cts.map +1 -0
  942. package/dist/catalog.d.mts +14 -0
  943. package/dist/catalog.d.mts.map +1 -0
  944. package/dist/catalog.mjs +15 -0
  945. package/dist/catalog.mjs.map +1 -0
  946. package/dist/execute.cjs +18 -0
  947. package/dist/execute.cjs.map +1 -0
  948. package/dist/execute.mjs +18 -0
  949. package/dist/execute.mjs.map +1 -0
  950. package/dist/index.cjs +236 -0
  951. package/dist/index.d.cts +118 -0
  952. package/dist/index.d.mts +118 -0
  953. package/dist/index.mjs +119 -0
  954. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-check-accounts.d.mts","names":[],"sources":["../../src/actions/get-check-accounts.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAIwB;AAAA,cAiCxD,6BAAA,EAA+B,CAAA,CAAE,UAEc;AAAA,cAE/C,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,51 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-check-accounts.ts
4
+ const SevdeskGetCheckAccountsInput = z.object({
5
+ embed: z.string().describe("Comma-separated list of related objects to embed in the response (e.g., 'sevClient' to include full client details)").optional(),
6
+ limit: z.number().int().describe("Maximum number of results to return").optional(),
7
+ offset: z.number().int().describe("Number of items to skip for pagination").optional()
8
+ }).describe("Request model for retrieving a list of check accounts.");
9
+ const SevdeskGetCheckAccounts_SevClientObjectSchema = z.object({
10
+ id: z.string().describe("Unique identifier of the sevDesk client"),
11
+ objectName: z.string().describe("Object type name")
12
+ }).describe("Representation of a sevDesk client reference.");
13
+ const SevdeskGetCheckAccounts_CheckAccountObjectSchema = z.object({
14
+ id: z.string().describe("Unique identifier of the check account"),
15
+ bic: z.string().describe("BIC/SWIFT code of the account").nullable().optional(),
16
+ pin: z.string().describe("PIN if applicable").nullable().optional(),
17
+ iban: z.string().describe("IBAN of the account").nullable().optional(),
18
+ name: z.string().describe("Name of the check account"),
19
+ type: z.string().describe("Type of the check account (e.g., 'offline', 'online')"),
20
+ create: z.string().describe("Creation timestamp").nullable().optional(),
21
+ status: z.string().describe("Status code of the account"),
22
+ update: z.string().describe("Last update timestamp").nullable().optional(),
23
+ balance: z.string().describe("Current balance").nullable().optional(),
24
+ currency: z.string().describe("Currency code of the account (e.g., 'USD', 'EUR')"),
25
+ lastSync: z.string().describe("Last synchronization timestamp").nullable().optional(),
26
+ priority: z.string().describe("Priority of the account").nullable().optional(),
27
+ sevClient: SevdeskGetCheckAccounts_SevClientObjectSchema.nullable().optional(),
28
+ bankServer: z.string().describe("Bank server").nullable().optional(),
29
+ checkAccId: z.string().describe("Check account ID").nullable().optional(),
30
+ importType: z.string().describe("Import type").nullable().optional(),
31
+ objectName: z.string().describe("Object type name (CheckAccount)"),
32
+ baseAccount: z.string().describe("Whether this is a base account (0 or 1)").nullable().optional(),
33
+ countryCode: z.string().describe("Country code").nullable().optional(),
34
+ defaultAccount: z.string().describe("Whether this is the default account (0 or 1)"),
35
+ translationCode: z.string().describe("Translation code").nullable().optional(),
36
+ accountingNumber: z.string().describe("Accounting number / SKR number").nullable().optional(),
37
+ autoMapTransaction: z.string().describe("Auto-map transactions setting (0 or 1)").nullable().optional(),
38
+ autoSyncTransactions: z.string().describe("Auto-sync transactions setting (0 or 1)").nullable().optional(),
39
+ additionalInformation: z.string().describe("Additional information").nullable().optional()
40
+ }).describe("Representation of a sevDesk check account.");
41
+ const sevdeskGetCheckAccounts = action("SEVDESK_GET_CHECK_ACCOUNTS", {
42
+ slug: "sevdesk-get-check-accounts",
43
+ name: "Get Check Accounts",
44
+ description: "Tool to retrieve a list of all check accounts. Use when you need to view or select available bank accounts in sevDesk.",
45
+ input: SevdeskGetCheckAccountsInput,
46
+ output: z.object({ objects: z.array(SevdeskGetCheckAccounts_CheckAccountObjectSchema).describe("List of check account objects").nullable().optional() }).describe("Response model for retrieving check accounts.")
47
+ });
48
+ //#endregion
49
+ export { sevdeskGetCheckAccounts };
50
+
51
+ //# sourceMappingURL=get-check-accounts.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-check-accounts.mjs","names":[],"sources":["../../src/actions/get-check-accounts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskGetCheckAccountsInput: z.ZodTypeAny = z.object({\n embed: z.string().describe(\"Comma-separated list of related objects to embed in the response (e.g., 'sevClient' to include full client details)\").optional(),\n limit: z.number().int().describe(\"Maximum number of results to return\").optional(),\n offset: z.number().int().describe(\"Number of items to skip for pagination\").optional(),\n}).describe(\"Request model for retrieving a list of check accounts.\");\nconst SevdeskGetCheckAccounts_SevClientObjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the sevDesk client\"),\n objectName: z.string().describe(\"Object type name\"),\n}).describe(\"Representation of a sevDesk client reference.\");\nconst SevdeskGetCheckAccounts_CheckAccountObjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the check account\"),\n bic: z.string().describe(\"BIC/SWIFT code of the account\").nullable().optional(),\n pin: z.string().describe(\"PIN if applicable\").nullable().optional(),\n iban: z.string().describe(\"IBAN of the account\").nullable().optional(),\n name: z.string().describe(\"Name of the check account\"),\n type: z.string().describe(\"Type of the check account (e.g., 'offline', 'online')\"),\n create: z.string().describe(\"Creation timestamp\").nullable().optional(),\n status: z.string().describe(\"Status code of the account\"),\n update: z.string().describe(\"Last update timestamp\").nullable().optional(),\n balance: z.string().describe(\"Current balance\").nullable().optional(),\n currency: z.string().describe(\"Currency code of the account (e.g., 'USD', 'EUR')\"),\n lastSync: z.string().describe(\"Last synchronization timestamp\").nullable().optional(),\n priority: z.string().describe(\"Priority of the account\").nullable().optional(),\n sevClient: SevdeskGetCheckAccounts_SevClientObjectSchema.nullable().optional(),\n bankServer: z.string().describe(\"Bank server\").nullable().optional(),\n checkAccId: z.string().describe(\"Check account ID\").nullable().optional(),\n importType: z.string().describe(\"Import type\").nullable().optional(),\n objectName: z.string().describe(\"Object type name (CheckAccount)\"),\n baseAccount: z.string().describe(\"Whether this is a base account (0 or 1)\").nullable().optional(),\n countryCode: z.string().describe(\"Country code\").nullable().optional(),\n defaultAccount: z.string().describe(\"Whether this is the default account (0 or 1)\"),\n translationCode: z.string().describe(\"Translation code\").nullable().optional(),\n accountingNumber: z.string().describe(\"Accounting number / SKR number\").nullable().optional(),\n autoMapTransaction: z.string().describe(\"Auto-map transactions setting (0 or 1)\").nullable().optional(),\n autoSyncTransactions: z.string().describe(\"Auto-sync transactions setting (0 or 1)\").nullable().optional(),\n additionalInformation: z.string().describe(\"Additional information\").nullable().optional(),\n}).describe(\"Representation of a sevDesk check account.\");\nexport const SevdeskGetCheckAccountsOutput: z.ZodTypeAny = z.object({\n objects: z.array(SevdeskGetCheckAccounts_CheckAccountObjectSchema).describe(\"List of check account objects\").nullable().optional(),\n}).describe(\"Response model for retrieving check accounts.\");\n\nexport const sevdeskGetCheckAccounts = action(\"SEVDESK_GET_CHECK_ACCOUNTS\", {\n slug: \"sevdesk-get-check-accounts\",\n name: \"Get Check Accounts\",\n description: \"Tool to retrieve a list of all check accounts. Use when you need to view or select available bank accounts in sevDesk.\",\n input: SevdeskGetCheckAccountsInput,\n output: SevdeskGetCheckAccountsOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,24 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-communication-way-keys.ts
4
+ const SevdeskGetCommunicationWayKeysInput = zod.z.object({}).describe("Request model for retrieving communication way keys from sevDesk.\nCommunication way keys define the types of contact methods (e.g., Private, Work, Fax, Mobile).");
5
+ const SevdeskGetCommunicationWayKeys_CommunicationWayKeyObjectSchema = zod.z.object({
6
+ id: zod.z.string().describe("Unique ID of the communication way key"),
7
+ name: zod.z.string().describe("Name of the communication way key (e.g., 'Private', 'Work', 'Fax')").nullable().optional(),
8
+ create: zod.z.string().describe("ISO 8601 timestamp when the key was created").nullable().optional(),
9
+ upadate: zod.z.string().describe("ISO 8601 timestamp when the key was last updated").nullable().optional(),
10
+ objectName: zod.z.string().describe("Object type name, typically 'CommunicationWayKey'").nullable().optional(),
11
+ translationCode: zod.z.string().describe("Translation code for internationalization").nullable().optional()
12
+ }).describe("Representation of a sevDesk CommunicationWayKey.");
13
+ const SevdeskGetCommunicationWayKeysOutput = zod.z.object({ objects: zod.z.array(SevdeskGetCommunicationWayKeys_CommunicationWayKeyObjectSchema).describe("Array of communication way key objects") }).describe("Response model for a list of communication way keys.");
14
+ const sevdeskGetCommunicationWayKeys = require_action.action("SEVDESK_GET_COMMUNICATION_WAY_KEYS", {
15
+ slug: "sevdesk-get-communication-way-keys",
16
+ name: "Get Communication Way Keys",
17
+ description: "Retrieve a list of communication way keys from sevDesk. Communication way keys define the available types for contact communication methods (e.g., ID 1: Private, ID 2: Work, ID 3: Fax, ID 4: Mobile, ID 5: Empty, ID 6: Autobox, ID 7: Newsletter, ID 8: Invoicing). Use this to get the valid key IDs and names for creating or updating communication ways.",
18
+ input: SevdeskGetCommunicationWayKeysInput,
19
+ output: SevdeskGetCommunicationWayKeysOutput
20
+ });
21
+ //#endregion
22
+ exports.sevdeskGetCommunicationWayKeys = sevdeskGetCommunicationWayKeys;
23
+
24
+ //# sourceMappingURL=get-communication-way-keys.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-communication-way-keys.cjs","names":["z","action"],"sources":["../../src/actions/get-communication-way-keys.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskGetCommunicationWayKeysInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving communication way keys from sevDesk.\\nCommunication way keys define the types of contact methods (e.g., Private, Work, Fax, Mobile).\");\nconst SevdeskGetCommunicationWayKeys_CommunicationWayKeyObjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique ID of the communication way key\"),\n name: z.string().describe(\"Name of the communication way key (e.g., 'Private', 'Work', 'Fax')\").nullable().optional(),\n create: z.string().describe(\"ISO 8601 timestamp when the key was created\").nullable().optional(),\n upadate: z.string().describe(\"ISO 8601 timestamp when the key was last updated\").nullable().optional(),\n objectName: z.string().describe(\"Object type name, typically 'CommunicationWayKey'\").nullable().optional(),\n translationCode: z.string().describe(\"Translation code for internationalization\").nullable().optional(),\n}).describe(\"Representation of a sevDesk CommunicationWayKey.\");\nexport const SevdeskGetCommunicationWayKeysOutput: z.ZodTypeAny = z.object({\n objects: z.array(SevdeskGetCommunicationWayKeys_CommunicationWayKeyObjectSchema).describe(\"Array of communication way key objects\"),\n}).describe(\"Response model for a list of communication way keys.\");\n\nexport const sevdeskGetCommunicationWayKeys = action(\"SEVDESK_GET_COMMUNICATION_WAY_KEYS\", {\n slug: \"sevdesk-get-communication-way-keys\",\n name: \"Get Communication Way Keys\",\n description: \"Retrieve a list of communication way keys from sevDesk. Communication way keys define the available types for contact communication methods (e.g., ID 1: Private, ID 2: Work, ID 3: Fax, ID 4: Mobile, ID 5: Empty, ID 6: Autobox, ID 7: Newsletter, ID 8: Invoicing). Use this to get the valid key IDs and names for creating or updating communication ways.\",\n input: SevdeskGetCommunicationWayKeysInput,\n output: SevdeskGetCommunicationWayKeysOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mKAAmK;AAC1P,MAAM,iEAA+EA,IAAAA,EAAE,OAAO;CAC5F,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,uCAAqDA,IAAAA,EAAE,OAAO,EACzE,SAASA,IAAAA,EAAE,MAAM,8DAA8D,CAAC,CAAC,SAAS,wCAAwC,EACpI,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAElE,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-communication-way-keys.d.ts
4
+ declare const SevdeskGetCommunicationWayKeysInput: z.ZodTypeAny;
5
+ declare const SevdeskGetCommunicationWayKeysOutput: z.ZodTypeAny;
6
+ declare const sevdeskGetCommunicationWayKeys: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { sevdeskGetCommunicationWayKeys };
9
+ //# sourceMappingURL=get-communication-way-keys.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-communication-way-keys.d.cts","names":[],"sources":["../../src/actions/get-communication-way-keys.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAAuM;AAAA,cAS9O,oCAAA,EAAsC,CAAA,CAAE,UAEc;AAAA,cAEtD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-communication-way-keys.d.ts
4
+ declare const SevdeskGetCommunicationWayKeysInput: z.ZodTypeAny;
5
+ declare const SevdeskGetCommunicationWayKeysOutput: z.ZodTypeAny;
6
+ declare const sevdeskGetCommunicationWayKeys: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { sevdeskGetCommunicationWayKeys };
9
+ //# sourceMappingURL=get-communication-way-keys.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-communication-way-keys.d.mts","names":[],"sources":["../../src/actions/get-communication-way-keys.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAAuM;AAAA,cAS9O,oCAAA,EAAsC,CAAA,CAAE,UAEc;AAAA,cAEtD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,23 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-communication-way-keys.ts
4
+ const SevdeskGetCommunicationWayKeysInput = z.object({}).describe("Request model for retrieving communication way keys from sevDesk.\nCommunication way keys define the types of contact methods (e.g., Private, Work, Fax, Mobile).");
5
+ const SevdeskGetCommunicationWayKeys_CommunicationWayKeyObjectSchema = z.object({
6
+ id: z.string().describe("Unique ID of the communication way key"),
7
+ name: z.string().describe("Name of the communication way key (e.g., 'Private', 'Work', 'Fax')").nullable().optional(),
8
+ create: z.string().describe("ISO 8601 timestamp when the key was created").nullable().optional(),
9
+ upadate: z.string().describe("ISO 8601 timestamp when the key was last updated").nullable().optional(),
10
+ objectName: z.string().describe("Object type name, typically 'CommunicationWayKey'").nullable().optional(),
11
+ translationCode: z.string().describe("Translation code for internationalization").nullable().optional()
12
+ }).describe("Representation of a sevDesk CommunicationWayKey.");
13
+ const sevdeskGetCommunicationWayKeys = action("SEVDESK_GET_COMMUNICATION_WAY_KEYS", {
14
+ slug: "sevdesk-get-communication-way-keys",
15
+ name: "Get Communication Way Keys",
16
+ description: "Retrieve a list of communication way keys from sevDesk. Communication way keys define the available types for contact communication methods (e.g., ID 1: Private, ID 2: Work, ID 3: Fax, ID 4: Mobile, ID 5: Empty, ID 6: Autobox, ID 7: Newsletter, ID 8: Invoicing). Use this to get the valid key IDs and names for creating or updating communication ways.",
17
+ input: SevdeskGetCommunicationWayKeysInput,
18
+ output: z.object({ objects: z.array(SevdeskGetCommunicationWayKeys_CommunicationWayKeyObjectSchema).describe("Array of communication way key objects") }).describe("Response model for a list of communication way keys.")
19
+ });
20
+ //#endregion
21
+ export { sevdeskGetCommunicationWayKeys };
22
+
23
+ //# sourceMappingURL=get-communication-way-keys.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-communication-way-keys.mjs","names":[],"sources":["../../src/actions/get-communication-way-keys.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskGetCommunicationWayKeysInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving communication way keys from sevDesk.\\nCommunication way keys define the types of contact methods (e.g., Private, Work, Fax, Mobile).\");\nconst SevdeskGetCommunicationWayKeys_CommunicationWayKeyObjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique ID of the communication way key\"),\n name: z.string().describe(\"Name of the communication way key (e.g., 'Private', 'Work', 'Fax')\").nullable().optional(),\n create: z.string().describe(\"ISO 8601 timestamp when the key was created\").nullable().optional(),\n upadate: z.string().describe(\"ISO 8601 timestamp when the key was last updated\").nullable().optional(),\n objectName: z.string().describe(\"Object type name, typically 'CommunicationWayKey'\").nullable().optional(),\n translationCode: z.string().describe(\"Translation code for internationalization\").nullable().optional(),\n}).describe(\"Representation of a sevDesk CommunicationWayKey.\");\nexport const SevdeskGetCommunicationWayKeysOutput: z.ZodTypeAny = z.object({\n objects: z.array(SevdeskGetCommunicationWayKeys_CommunicationWayKeyObjectSchema).describe(\"Array of communication way key objects\"),\n}).describe(\"Response model for a list of communication way keys.\");\n\nexport const sevdeskGetCommunicationWayKeys = action(\"SEVDESK_GET_COMMUNICATION_WAY_KEYS\", {\n slug: \"sevdesk-get-communication-way-keys\",\n name: \"Get Communication Way Keys\",\n description: \"Retrieve a list of communication way keys from sevDesk. Communication way keys define the available types for contact communication methods (e.g., ID 1: Private, ID 2: Work, ID 3: Fax, ID 4: Mobile, ID 5: Empty, ID 6: Autobox, ID 7: Newsletter, ID 8: Invoicing). Use this to get the valid key IDs and names for creating or updating communication ways.\",\n input: SevdeskGetCommunicationWayKeysInput,\n output: SevdeskGetCommunicationWayKeysOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mKAAmK;AAC1P,MAAM,iEAA+E,EAAE,OAAO;CAC5F,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAK9D,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATgE,EAAE,OAAO,EACzE,SAAS,EAAE,MAAM,8DAA8D,CAAC,CAAC,SAAS,wCAAwC,EACpI,CAAC,CAAC,CAAC,SAAS,sDAOF;AACV,CAAC"}
@@ -0,0 +1,50 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-communication-ways.ts
4
+ const SevdeskGetCommunicationWaysInput = zod.z.object({
5
+ main: zod.z.enum(["0", "1"]).describe("Filter for main communication way").optional(),
6
+ type: zod.z.enum([
7
+ "PHONE",
8
+ "EMAIL",
9
+ "WEB",
10
+ "MOBILE"
11
+ ]).describe("Communication way types supported by sevDesk").optional(),
12
+ contact_id: zod.z.string().describe("ID of contact for which you want the communication ways").optional(),
13
+ contact_objectName: zod.z.string().describe("Object name. Only needed if you also defined the ID of a contact").optional()
14
+ }).describe("Request model for retrieving communication ways from sevDesk with optional filters.");
15
+ const SevdeskGetCommunicationWays_KeyReferenceSchema = zod.z.object({
16
+ id: zod.z.string().describe("Key ID").nullable().optional(),
17
+ objectName: zod.z.string().describe("Object type").nullable().optional()
18
+ }).describe("Reference to a communication way key in sevDesk");
19
+ const SevdeskGetCommunicationWays_ContactReferenceSchema = zod.z.object({
20
+ id: zod.z.string().describe("Contact ID").nullable().optional(),
21
+ objectName: zod.z.string().describe("Object type, typically 'Contact'").nullable().optional()
22
+ }).describe("Reference to a contact in sevDesk");
23
+ const SevdeskGetCommunicationWays_SevClientSchema = zod.z.object({
24
+ id: zod.z.string().describe("SevClient ID").nullable().optional(),
25
+ objectName: zod.z.string().describe("Object type name").nullable().optional()
26
+ }).describe("Reference to SevDesk client");
27
+ const SevdeskGetCommunicationWays_CommunicationWaySchema = zod.z.object({
28
+ id: zod.z.string().describe("Unique ID of the communication way").nullable().optional(),
29
+ key: SevdeskGetCommunicationWays_KeyReferenceSchema.nullable().optional(),
30
+ main: zod.z.string().describe("Whether this is the main communication way ('0' or '1')").nullable().optional(),
31
+ type: zod.z.string().describe("Type of communication way (PHONE, EMAIL, WEB, MOBILE)").nullable().optional(),
32
+ value: zod.z.string().describe("The actual communication value (phone number, email address, etc.)").nullable().optional(),
33
+ create: zod.z.string().describe("Record creation timestamp").nullable().optional(),
34
+ update: zod.z.string().describe("Last update timestamp").nullable().optional(),
35
+ contact: SevdeskGetCommunicationWays_ContactReferenceSchema.nullable().optional(),
36
+ sevClient: SevdeskGetCommunicationWays_SevClientSchema.nullable().optional(),
37
+ objectName: zod.z.string().describe("Object type, should be 'CommunicationWay'").nullable().optional()
38
+ }).passthrough().describe("Contact communication way model");
39
+ const SevdeskGetCommunicationWaysOutput = zod.z.object({ objects: zod.z.array(SevdeskGetCommunicationWays_CommunicationWaySchema).describe("Array of communication way objects") }).describe("Response model for a list of communication ways.");
40
+ const sevdeskGetCommunicationWays = require_action.action("SEVDESK_GET_COMMUNICATION_WAYS", {
41
+ slug: "sevdesk-get-communication-ways",
42
+ name: "Get Communication Ways",
43
+ description: "Tool to retrieve communication ways from sevDesk. Use when you need to fetch contact information like phone numbers, emails, or web addresses for a contact.",
44
+ input: SevdeskGetCommunicationWaysInput,
45
+ output: SevdeskGetCommunicationWaysOutput
46
+ });
47
+ //#endregion
48
+ exports.sevdeskGetCommunicationWays = sevdeskGetCommunicationWays;
49
+
50
+ //# sourceMappingURL=get-communication-ways.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-communication-ways.cjs","names":["z","action"],"sources":["../../src/actions/get-communication-ways.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskGetCommunicationWaysInput: z.ZodTypeAny = z.object({\n main: z.enum([\"0\", \"1\"]).describe(\"Filter for main communication way\").optional(),\n type: z.enum([\"PHONE\", \"EMAIL\", \"WEB\", \"MOBILE\"]).describe(\"Communication way types supported by sevDesk\").optional(),\n contact_id: z.string().describe(\"ID of contact for which you want the communication ways\").optional(),\n contact_objectName: z.string().describe(\"Object name. Only needed if you also defined the ID of a contact\").optional(),\n}).describe(\"Request model for retrieving communication ways from sevDesk with optional filters.\");\nconst SevdeskGetCommunicationWays_KeyReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Key ID\").nullable().optional(),\n objectName: z.string().describe(\"Object type\").nullable().optional(),\n}).describe(\"Reference to a communication way key in sevDesk\");\nconst SevdeskGetCommunicationWays_ContactReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Contact ID\").nullable().optional(),\n objectName: z.string().describe(\"Object type, typically 'Contact'\").nullable().optional(),\n}).describe(\"Reference to a contact in sevDesk\");\nconst SevdeskGetCommunicationWays_SevClientSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"SevClient ID\").nullable().optional(),\n objectName: z.string().describe(\"Object type name\").nullable().optional(),\n}).describe(\"Reference to SevDesk client\");\nconst SevdeskGetCommunicationWays_CommunicationWaySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique ID of the communication way\").nullable().optional(),\n key: SevdeskGetCommunicationWays_KeyReferenceSchema.nullable().optional(),\n main: z.string().describe(\"Whether this is the main communication way ('0' or '1')\").nullable().optional(),\n type: z.string().describe(\"Type of communication way (PHONE, EMAIL, WEB, MOBILE)\").nullable().optional(),\n value: z.string().describe(\"The actual communication value (phone number, email address, etc.)\").nullable().optional(),\n create: z.string().describe(\"Record creation timestamp\").nullable().optional(),\n update: z.string().describe(\"Last update timestamp\").nullable().optional(),\n contact: SevdeskGetCommunicationWays_ContactReferenceSchema.nullable().optional(),\n sevClient: SevdeskGetCommunicationWays_SevClientSchema.nullable().optional(),\n objectName: z.string().describe(\"Object type, should be 'CommunicationWay'\").nullable().optional(),\n}).passthrough().describe(\"Contact communication way model\");\nexport const SevdeskGetCommunicationWaysOutput: z.ZodTypeAny = z.object({\n objects: z.array(SevdeskGetCommunicationWays_CommunicationWaySchema).describe(\"Array of communication way objects\"),\n}).describe(\"Response model for a list of communication ways.\");\n\nexport const sevdeskGetCommunicationWays = action(\"SEVDESK_GET_COMMUNICATION_WAYS\", {\n slug: \"sevdesk-get-communication-ways\",\n name: \"Get Communication Ways\",\n description: \"Tool to retrieve communication ways from sevDesk. Use when you need to fetch contact information like phone numbers, emails, or web addresses for a contact.\",\n input: SevdeskGetCommunicationWaysInput,\n output: SevdeskGetCommunicationWaysOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-communication-ways.d.ts
4
+ declare const SevdeskGetCommunicationWaysInput: z.ZodTypeAny;
5
+ declare const SevdeskGetCommunicationWaysOutput: z.ZodTypeAny;
6
+ declare const sevdeskGetCommunicationWays: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { sevdeskGetCommunicationWays };
9
+ //# sourceMappingURL=get-communication-ways.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-communication-ways.d.cts","names":[],"sources":["../../src/actions/get-communication-ways.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAKiD;AAAA,cAyBrF,iCAAA,EAAmC,CAAA,CAAE,UAEa;AAAA,cAElD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-communication-ways.d.ts
4
+ declare const SevdeskGetCommunicationWaysInput: z.ZodTypeAny;
5
+ declare const SevdeskGetCommunicationWaysOutput: z.ZodTypeAny;
6
+ declare const sevdeskGetCommunicationWays: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { sevdeskGetCommunicationWays };
9
+ //# sourceMappingURL=get-communication-ways.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-communication-ways.d.mts","names":[],"sources":["../../src/actions/get-communication-ways.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAKiD;AAAA,cAyBrF,iCAAA,EAAmC,CAAA,CAAE,UAEa;AAAA,cAElD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,49 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-communication-ways.ts
4
+ const SevdeskGetCommunicationWaysInput = z.object({
5
+ main: z.enum(["0", "1"]).describe("Filter for main communication way").optional(),
6
+ type: z.enum([
7
+ "PHONE",
8
+ "EMAIL",
9
+ "WEB",
10
+ "MOBILE"
11
+ ]).describe("Communication way types supported by sevDesk").optional(),
12
+ contact_id: z.string().describe("ID of contact for which you want the communication ways").optional(),
13
+ contact_objectName: z.string().describe("Object name. Only needed if you also defined the ID of a contact").optional()
14
+ }).describe("Request model for retrieving communication ways from sevDesk with optional filters.");
15
+ const SevdeskGetCommunicationWays_KeyReferenceSchema = z.object({
16
+ id: z.string().describe("Key ID").nullable().optional(),
17
+ objectName: z.string().describe("Object type").nullable().optional()
18
+ }).describe("Reference to a communication way key in sevDesk");
19
+ const SevdeskGetCommunicationWays_ContactReferenceSchema = z.object({
20
+ id: z.string().describe("Contact ID").nullable().optional(),
21
+ objectName: z.string().describe("Object type, typically 'Contact'").nullable().optional()
22
+ }).describe("Reference to a contact in sevDesk");
23
+ const SevdeskGetCommunicationWays_SevClientSchema = z.object({
24
+ id: z.string().describe("SevClient ID").nullable().optional(),
25
+ objectName: z.string().describe("Object type name").nullable().optional()
26
+ }).describe("Reference to SevDesk client");
27
+ const SevdeskGetCommunicationWays_CommunicationWaySchema = z.object({
28
+ id: z.string().describe("Unique ID of the communication way").nullable().optional(),
29
+ key: SevdeskGetCommunicationWays_KeyReferenceSchema.nullable().optional(),
30
+ main: z.string().describe("Whether this is the main communication way ('0' or '1')").nullable().optional(),
31
+ type: z.string().describe("Type of communication way (PHONE, EMAIL, WEB, MOBILE)").nullable().optional(),
32
+ value: z.string().describe("The actual communication value (phone number, email address, etc.)").nullable().optional(),
33
+ create: z.string().describe("Record creation timestamp").nullable().optional(),
34
+ update: z.string().describe("Last update timestamp").nullable().optional(),
35
+ contact: SevdeskGetCommunicationWays_ContactReferenceSchema.nullable().optional(),
36
+ sevClient: SevdeskGetCommunicationWays_SevClientSchema.nullable().optional(),
37
+ objectName: z.string().describe("Object type, should be 'CommunicationWay'").nullable().optional()
38
+ }).passthrough().describe("Contact communication way model");
39
+ const sevdeskGetCommunicationWays = action("SEVDESK_GET_COMMUNICATION_WAYS", {
40
+ slug: "sevdesk-get-communication-ways",
41
+ name: "Get Communication Ways",
42
+ description: "Tool to retrieve communication ways from sevDesk. Use when you need to fetch contact information like phone numbers, emails, or web addresses for a contact.",
43
+ input: SevdeskGetCommunicationWaysInput,
44
+ output: z.object({ objects: z.array(SevdeskGetCommunicationWays_CommunicationWaySchema).describe("Array of communication way objects") }).describe("Response model for a list of communication ways.")
45
+ });
46
+ //#endregion
47
+ export { sevdeskGetCommunicationWays };
48
+
49
+ //# sourceMappingURL=get-communication-ways.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-communication-ways.mjs","names":[],"sources":["../../src/actions/get-communication-ways.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskGetCommunicationWaysInput: z.ZodTypeAny = z.object({\n main: z.enum([\"0\", \"1\"]).describe(\"Filter for main communication way\").optional(),\n type: z.enum([\"PHONE\", \"EMAIL\", \"WEB\", \"MOBILE\"]).describe(\"Communication way types supported by sevDesk\").optional(),\n contact_id: z.string().describe(\"ID of contact for which you want the communication ways\").optional(),\n contact_objectName: z.string().describe(\"Object name. Only needed if you also defined the ID of a contact\").optional(),\n}).describe(\"Request model for retrieving communication ways from sevDesk with optional filters.\");\nconst SevdeskGetCommunicationWays_KeyReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Key ID\").nullable().optional(),\n objectName: z.string().describe(\"Object type\").nullable().optional(),\n}).describe(\"Reference to a communication way key in sevDesk\");\nconst SevdeskGetCommunicationWays_ContactReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Contact ID\").nullable().optional(),\n objectName: z.string().describe(\"Object type, typically 'Contact'\").nullable().optional(),\n}).describe(\"Reference to a contact in sevDesk\");\nconst SevdeskGetCommunicationWays_SevClientSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"SevClient ID\").nullable().optional(),\n objectName: z.string().describe(\"Object type name\").nullable().optional(),\n}).describe(\"Reference to SevDesk client\");\nconst SevdeskGetCommunicationWays_CommunicationWaySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique ID of the communication way\").nullable().optional(),\n key: SevdeskGetCommunicationWays_KeyReferenceSchema.nullable().optional(),\n main: z.string().describe(\"Whether this is the main communication way ('0' or '1')\").nullable().optional(),\n type: z.string().describe(\"Type of communication way (PHONE, EMAIL, WEB, MOBILE)\").nullable().optional(),\n value: z.string().describe(\"The actual communication value (phone number, email address, etc.)\").nullable().optional(),\n create: z.string().describe(\"Record creation timestamp\").nullable().optional(),\n update: z.string().describe(\"Last update timestamp\").nullable().optional(),\n contact: SevdeskGetCommunicationWays_ContactReferenceSchema.nullable().optional(),\n sevClient: SevdeskGetCommunicationWays_SevClientSchema.nullable().optional(),\n objectName: z.string().describe(\"Object type, should be 'CommunicationWay'\").nullable().optional(),\n}).passthrough().describe(\"Contact communication way model\");\nexport const SevdeskGetCommunicationWaysOutput: z.ZodTypeAny = z.object({\n objects: z.array(SevdeskGetCommunicationWays_CommunicationWaySchema).describe(\"Array of communication way objects\"),\n}).describe(\"Response model for a list of communication ways.\");\n\nexport const sevdeskGetCommunicationWays = action(\"SEVDESK_GET_COMMUNICATION_WAYS\", {\n slug: \"sevdesk-get-communication-ways\",\n name: \"Get Communication Ways\",\n description: \"Tool to retrieve communication ways from sevDesk. Use when you need to fetch contact information like phone numbers, emails, or web addresses for a contact.\",\n input: SevdeskGetCommunicationWaysInput,\n output: SevdeskGetCommunicationWaysOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO;CACrE,MAAM,EAAE,KAAK,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAChF,MAAM,EAAE,KAAK;EAAC;EAAS;EAAS;EAAO;CAAQ,CAAC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACpH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACpG,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;AACvH,CAAC,CAAC,CAAC,SAAS,qFAAqF;AACjG,MAAM,iDAA+D,EAAE,OAAO;CAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,QAAQ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrE,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,qDAAmE,EAAE,OAAO;CAChF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,SAAS,6BAA6B;AACzC,MAAM,qDAAmE,EAAE,OAAO;CAChF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,KAAK,+CAA+C,SAAS,CAAC,CAAC,SAAS;CACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,SAAS,mDAAmD,SAAS,CAAC,CAAC,SAAS;CAChF,WAAW,4CAA4C,SAAS,CAAC,CAAC,SAAS;CAC3E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,iCAAiC;AAK3D,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT6D,EAAE,OAAO,EACtE,SAAS,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,oCAAoC,EACpH,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
@@ -0,0 +1,39 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-communicationway-by-id.ts
4
+ const SevdeskGetCommunicationwayByIdInput = zod.z.object({ communicationWayId: zod.z.number().int().describe("ID of communication way to return") }).describe("Request model for retrieving a specific communication way by its unique ID.");
5
+ const SevdeskGetCommunicationwayById_CommunicationWayKeySchema = zod.z.object({
6
+ id: zod.z.string().describe("UUID of the communication way key").nullable().optional(),
7
+ objectName: zod.z.string().describe("Object type name").nullable().optional()
8
+ }).describe("Key reference for communication way type");
9
+ const SevdeskGetCommunicationwayById_CommunicationWayContactSchema = zod.z.object({
10
+ id: zod.z.string().describe("UUID of the contact").nullable().optional(),
11
+ objectName: zod.z.string().describe("Object type name").nullable().optional()
12
+ }).describe("Reference to a contact in sevDesk");
13
+ const SevdeskGetCommunicationwayById_CommunicationWaySevClientSchema = zod.z.object({
14
+ id: zod.z.string().describe("SevClient ID").nullable().optional(),
15
+ objectName: zod.z.string().describe("Object type name").nullable().optional()
16
+ }).describe("Reference to SevDesk client");
17
+ const SevdeskGetCommunicationwayByIdOutput = zod.z.object({
18
+ id: zod.z.string().describe("Unique ID of the communication way").nullable().optional(),
19
+ key: SevdeskGetCommunicationwayById_CommunicationWayKeySchema.nullable().optional(),
20
+ main: zod.z.string().describe("Indicates if this is the main communication way for the contact").nullable().optional(),
21
+ type: zod.z.string().describe("Type of communication way (e.g., EMAIL, PHONE, MOBILE)").nullable().optional(),
22
+ value: zod.z.string().describe("The actual communication value (email address, phone number, etc.)").nullable().optional(),
23
+ create: zod.z.string().describe("Record creation timestamp").nullable().optional(),
24
+ update: zod.z.string().describe("Last update timestamp").nullable().optional(),
25
+ contact: SevdeskGetCommunicationwayById_CommunicationWayContactSchema.nullable().optional(),
26
+ sevClient: SevdeskGetCommunicationwayById_CommunicationWaySevClientSchema.nullable().optional(),
27
+ objectName: zod.z.string().describe("Object type, always 'CommunicationWay'").nullable().optional()
28
+ }).describe("Response model for a specific communication way retrieved from sevDesk.\nContains communication way details including contact, type, value, and metadata.");
29
+ const sevdeskGetCommunicationwayById = require_action.action("SEVDESK_GET_COMMUNICATIONWAY_BY_ID", {
30
+ slug: "sevdesk-get-communicationway-by-id",
31
+ name: "Get CommunicationWay By ID",
32
+ description: "Tool to retrieve details of a specific communication way by ID. Use when you have a communication way's ID and need its detailed information.",
33
+ input: SevdeskGetCommunicationwayByIdInput,
34
+ output: SevdeskGetCommunicationwayByIdOutput
35
+ });
36
+ //#endregion
37
+ exports.sevdeskGetCommunicationwayById = sevdeskGetCommunicationwayById;
38
+
39
+ //# sourceMappingURL=get-communicationway-by-id.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-communicationway-by-id.cjs","names":["z","action"],"sources":["../../src/actions/get-communicationway-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskGetCommunicationwayByIdInput: z.ZodTypeAny = z.object({\n communicationWayId: z.number().int().describe(\"ID of communication way to return\"),\n}).describe(\"Request model for retrieving a specific communication way by its unique ID.\");\nconst SevdeskGetCommunicationwayById_CommunicationWayKeySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the communication way key\").nullable().optional(),\n objectName: z.string().describe(\"Object type name\").nullable().optional(),\n}).describe(\"Key reference for communication way type\");\nconst SevdeskGetCommunicationwayById_CommunicationWayContactSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the contact\").nullable().optional(),\n objectName: z.string().describe(\"Object type name\").nullable().optional(),\n}).describe(\"Reference to a contact in sevDesk\");\nconst SevdeskGetCommunicationwayById_CommunicationWaySevClientSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"SevClient ID\").nullable().optional(),\n objectName: z.string().describe(\"Object type name\").nullable().optional(),\n}).describe(\"Reference to SevDesk client\");\nexport const SevdeskGetCommunicationwayByIdOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique ID of the communication way\").nullable().optional(),\n key: SevdeskGetCommunicationwayById_CommunicationWayKeySchema.nullable().optional(),\n main: z.string().describe(\"Indicates if this is the main communication way for the contact\").nullable().optional(),\n type: z.string().describe(\"Type of communication way (e.g., EMAIL, PHONE, MOBILE)\").nullable().optional(),\n value: z.string().describe(\"The actual communication value (email address, phone number, etc.)\").nullable().optional(),\n create: z.string().describe(\"Record creation timestamp\").nullable().optional(),\n update: z.string().describe(\"Last update timestamp\").nullable().optional(),\n contact: SevdeskGetCommunicationwayById_CommunicationWayContactSchema.nullable().optional(),\n sevClient: SevdeskGetCommunicationwayById_CommunicationWaySevClientSchema.nullable().optional(),\n objectName: z.string().describe(\"Object type, always 'CommunicationWay'\").nullable().optional(),\n}).describe(\"Response model for a specific communication way retrieved from sevDesk.\\nContains communication way details including contact, type, value, and metadata.\");\n\nexport const sevdeskGetCommunicationwayById = action(\"SEVDESK_GET_COMMUNICATIONWAY_BY_ID\", {\n slug: \"sevdesk-get-communicationway-by-id\",\n name: \"Get CommunicationWay By ID\",\n description: \"Tool to retrieve details of a specific communication way by ID. Use when you have a communication way's ID and need its detailed information.\",\n input: SevdeskGetCommunicationwayByIdInput,\n output: SevdeskGetCommunicationwayByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,EACnF,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAM,2DAAyEA,IAAAA,EAAE,OAAO;CACtF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,+DAA6EA,IAAAA,EAAE,OAAO;CAC1F,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAM,iEAA+EA,IAAAA,EAAE,OAAO;CAC5F,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,SAAS,6BAA6B;AACzC,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,KAAK,yDAAyD,SAAS,CAAC,CAAC,SAAS;CAClF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,SAAS,6DAA6D,SAAS,CAAC,CAAC,SAAS;CAC1F,WAAW,+DAA+D,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChG,CAAC,CAAC,CAAC,SAAS,2JAA2J;AAEvK,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-communicationway-by-id.d.ts
4
+ declare const SevdeskGetCommunicationwayByIdInput: z.ZodTypeAny;
5
+ declare const SevdeskGetCommunicationwayByIdOutput: z.ZodTypeAny;
6
+ declare const sevdeskGetCommunicationwayById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { sevdeskGetCommunicationwayById };
9
+ //# sourceMappingURL=get-communicationway-by-id.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-communicationway-by-id.d.cts","names":[],"sources":["../../src/actions/get-communicationway-by-id.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAEsC;AAAA,cAa7E,oCAAA,EAAsC,CAAA,CAAE,UAWmH;AAAA,cAE3J,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-communicationway-by-id.d.ts
4
+ declare const SevdeskGetCommunicationwayByIdInput: z.ZodTypeAny;
5
+ declare const SevdeskGetCommunicationwayByIdOutput: z.ZodTypeAny;
6
+ declare const sevdeskGetCommunicationwayById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { sevdeskGetCommunicationwayById };
9
+ //# sourceMappingURL=get-communicationway-by-id.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-communicationway-by-id.d.mts","names":[],"sources":["../../src/actions/get-communicationway-by-id.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAEsC;AAAA,cAa7E,oCAAA,EAAsC,CAAA,CAAE,UAWmH;AAAA,cAE3J,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,38 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-communicationway-by-id.ts
4
+ const SevdeskGetCommunicationwayByIdInput = z.object({ communicationWayId: z.number().int().describe("ID of communication way to return") }).describe("Request model for retrieving a specific communication way by its unique ID.");
5
+ const SevdeskGetCommunicationwayById_CommunicationWayKeySchema = z.object({
6
+ id: z.string().describe("UUID of the communication way key").nullable().optional(),
7
+ objectName: z.string().describe("Object type name").nullable().optional()
8
+ }).describe("Key reference for communication way type");
9
+ const SevdeskGetCommunicationwayById_CommunicationWayContactSchema = z.object({
10
+ id: z.string().describe("UUID of the contact").nullable().optional(),
11
+ objectName: z.string().describe("Object type name").nullable().optional()
12
+ }).describe("Reference to a contact in sevDesk");
13
+ const SevdeskGetCommunicationwayById_CommunicationWaySevClientSchema = z.object({
14
+ id: z.string().describe("SevClient ID").nullable().optional(),
15
+ objectName: z.string().describe("Object type name").nullable().optional()
16
+ }).describe("Reference to SevDesk client");
17
+ const sevdeskGetCommunicationwayById = action("SEVDESK_GET_COMMUNICATIONWAY_BY_ID", {
18
+ slug: "sevdesk-get-communicationway-by-id",
19
+ name: "Get CommunicationWay By ID",
20
+ description: "Tool to retrieve details of a specific communication way by ID. Use when you have a communication way's ID and need its detailed information.",
21
+ input: SevdeskGetCommunicationwayByIdInput,
22
+ output: z.object({
23
+ id: z.string().describe("Unique ID of the communication way").nullable().optional(),
24
+ key: SevdeskGetCommunicationwayById_CommunicationWayKeySchema.nullable().optional(),
25
+ main: z.string().describe("Indicates if this is the main communication way for the contact").nullable().optional(),
26
+ type: z.string().describe("Type of communication way (e.g., EMAIL, PHONE, MOBILE)").nullable().optional(),
27
+ value: z.string().describe("The actual communication value (email address, phone number, etc.)").nullable().optional(),
28
+ create: z.string().describe("Record creation timestamp").nullable().optional(),
29
+ update: z.string().describe("Last update timestamp").nullable().optional(),
30
+ contact: SevdeskGetCommunicationwayById_CommunicationWayContactSchema.nullable().optional(),
31
+ sevClient: SevdeskGetCommunicationwayById_CommunicationWaySevClientSchema.nullable().optional(),
32
+ objectName: z.string().describe("Object type, always 'CommunicationWay'").nullable().optional()
33
+ }).describe("Response model for a specific communication way retrieved from sevDesk.\nContains communication way details including contact, type, value, and metadata.")
34
+ });
35
+ //#endregion
36
+ export { sevdeskGetCommunicationwayById };
37
+
38
+ //# sourceMappingURL=get-communicationway-by-id.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-communicationway-by-id.mjs","names":[],"sources":["../../src/actions/get-communicationway-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskGetCommunicationwayByIdInput: z.ZodTypeAny = z.object({\n communicationWayId: z.number().int().describe(\"ID of communication way to return\"),\n}).describe(\"Request model for retrieving a specific communication way by its unique ID.\");\nconst SevdeskGetCommunicationwayById_CommunicationWayKeySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the communication way key\").nullable().optional(),\n objectName: z.string().describe(\"Object type name\").nullable().optional(),\n}).describe(\"Key reference for communication way type\");\nconst SevdeskGetCommunicationwayById_CommunicationWayContactSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the contact\").nullable().optional(),\n objectName: z.string().describe(\"Object type name\").nullable().optional(),\n}).describe(\"Reference to a contact in sevDesk\");\nconst SevdeskGetCommunicationwayById_CommunicationWaySevClientSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"SevClient ID\").nullable().optional(),\n objectName: z.string().describe(\"Object type name\").nullable().optional(),\n}).describe(\"Reference to SevDesk client\");\nexport const SevdeskGetCommunicationwayByIdOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique ID of the communication way\").nullable().optional(),\n key: SevdeskGetCommunicationwayById_CommunicationWayKeySchema.nullable().optional(),\n main: z.string().describe(\"Indicates if this is the main communication way for the contact\").nullable().optional(),\n type: z.string().describe(\"Type of communication way (e.g., EMAIL, PHONE, MOBILE)\").nullable().optional(),\n value: z.string().describe(\"The actual communication value (email address, phone number, etc.)\").nullable().optional(),\n create: z.string().describe(\"Record creation timestamp\").nullable().optional(),\n update: z.string().describe(\"Last update timestamp\").nullable().optional(),\n contact: SevdeskGetCommunicationwayById_CommunicationWayContactSchema.nullable().optional(),\n sevClient: SevdeskGetCommunicationwayById_CommunicationWaySevClientSchema.nullable().optional(),\n objectName: z.string().describe(\"Object type, always 'CommunicationWay'\").nullable().optional(),\n}).describe(\"Response model for a specific communication way retrieved from sevDesk.\\nContains communication way details including contact, type, value, and metadata.\");\n\nexport const sevdeskGetCommunicationwayById = action(\"SEVDESK_GET_COMMUNICATIONWAY_BY_ID\", {\n slug: \"sevdesk-get-communicationway-by-id\",\n name: \"Get CommunicationWay By ID\",\n description: \"Tool to retrieve details of a specific communication way by ID. Use when you have a communication way's ID and need its detailed information.\",\n input: SevdeskGetCommunicationwayByIdInput,\n output: SevdeskGetCommunicationwayByIdOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoD,EAAE,OAAO,EACxE,oBAAoB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,EACnF,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAM,2DAAyE,EAAE,OAAO;CACtF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,+DAA6E,EAAE,OAAO;CAC1F,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAM,iEAA+E,EAAE,OAAO;CAC5F,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,SAAS,6BAA6B;AAczC,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAlBgE,EAAE,OAAO;EACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,KAAK,yDAAyD,SAAS,CAAC,CAAC,SAAS;EAClF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjH,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzE,SAAS,6DAA6D,SAAS,CAAC,CAAC,SAAS;EAC1F,WAAW,+DAA+D,SAAS,CAAC,CAAC,SAAS;EAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,CAAC,CAAC,CAAC,SAAS,2JAOF;AACV,CAAC"}
@@ -0,0 +1,49 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-contact-address-by-id.ts
4
+ const SevdeskGetContactAddressByIdInput = zod.z.object({ contactAddressId: zod.z.number().int().describe("ID of contact address to return") }).describe("Request model for retrieving a specific contact address by its unique ID.");
5
+ const SevdeskGetContactAddressById_ContactAddressContactSchema = zod.z.object({
6
+ id: zod.z.string().describe("UUID of the contact").nullable().optional(),
7
+ objectName: zod.z.string().describe("Object type name").nullable().optional()
8
+ }).describe("Reference to the associated contact");
9
+ const SevdeskGetContactAddressById_ContactAddressCountrySchema = zod.z.object({
10
+ id: zod.z.string().describe("UUID of the country").nullable().optional(),
11
+ objectName: zod.z.string().describe("Object type name").nullable().optional()
12
+ }).describe("Identifier for a country in sevDesk");
13
+ const SevdeskGetContactAddressById_ContactAddressCategorySchema = zod.z.object({
14
+ id: zod.z.string().describe("UUID of the contact address category").nullable().optional(),
15
+ objectName: zod.z.string().describe("Object type name").nullable().optional()
16
+ }).describe("Identifier for a contact address category in sevDesk");
17
+ const SevdeskGetContactAddressById_ContactAddressSevClientSchema = zod.z.object({
18
+ id: zod.z.string().describe("SevClient ID").nullable().optional(),
19
+ objectName: zod.z.string().describe("Object type name").nullable().optional()
20
+ }).describe("Reference to SevDesk client");
21
+ const SevdeskGetContactAddressById_ContactAddressObjectSchema = zod.z.object({
22
+ id: zod.z.number().int().describe("Unique ID of the contact address").nullable().optional(),
23
+ zip: zod.z.string().describe("Postal code").nullable().optional(),
24
+ city: zod.z.string().describe("City name").nullable().optional(),
25
+ name: zod.z.string().describe("Address name or label").nullable().optional(),
26
+ name2: zod.z.string().describe("Additional address name field").nullable().optional(),
27
+ name3: zod.z.string().describe("Additional address name field").nullable().optional(),
28
+ name4: zod.z.string().describe("Additional address name field").nullable().optional(),
29
+ create: zod.z.string().describe("Record creation timestamp").nullable().optional(),
30
+ street: zod.z.string().describe("Street name and number").nullable().optional(),
31
+ update: zod.z.string().describe("Last update timestamp").nullable().optional(),
32
+ contact: SevdeskGetContactAddressById_ContactAddressContactSchema.nullable().optional(),
33
+ country: SevdeskGetContactAddressById_ContactAddressCountrySchema.nullable().optional(),
34
+ category: SevdeskGetContactAddressById_ContactAddressCategorySchema.nullable().optional(),
35
+ sevClient: SevdeskGetContactAddressById_ContactAddressSevClientSchema.nullable().optional(),
36
+ objectName: zod.z.string().describe("Object type, always 'ContactAddress'").nullable().optional()
37
+ }).describe("ContactAddress model representing a contact's address");
38
+ const SevdeskGetContactAddressByIdOutput = zod.z.object({ objects: zod.z.array(SevdeskGetContactAddressById_ContactAddressObjectSchema).describe("Array containing the contact address object") }).describe("Response model for a specific contact address retrieved from sevDesk.\nContains the contact address details wrapped in an objects array.");
39
+ const sevdeskGetContactAddressById = require_action.action("SEVDESK_GET_CONTACT_ADDRESS_BY_ID", {
40
+ slug: "sevdesk-get-contact-address-by-id",
41
+ name: "Get Contact Address By ID",
42
+ description: "Tool to retrieve details of a specific contact address by ID. Use when you have a contact address ID and need its detailed information.",
43
+ input: SevdeskGetContactAddressByIdInput,
44
+ output: SevdeskGetContactAddressByIdOutput
45
+ });
46
+ //#endregion
47
+ exports.sevdeskGetContactAddressById = sevdeskGetContactAddressById;
48
+
49
+ //# sourceMappingURL=get-contact-address-by-id.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-contact-address-by-id.cjs","names":["z","action"],"sources":["../../src/actions/get-contact-address-by-id.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SevdeskGetContactAddressByIdInput: z.ZodTypeAny = z.object({\n contactAddressId: z.number().int().describe(\"ID of contact address to return\"),\n}).describe(\"Request model for retrieving a specific contact address by its unique ID.\");\nconst SevdeskGetContactAddressById_ContactAddressContactSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the contact\").nullable().optional(),\n objectName: z.string().describe(\"Object type name\").nullable().optional(),\n}).describe(\"Reference to the associated contact\");\nconst SevdeskGetContactAddressById_ContactAddressCountrySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the country\").nullable().optional(),\n objectName: z.string().describe(\"Object type name\").nullable().optional(),\n}).describe(\"Identifier for a country in sevDesk\");\nconst SevdeskGetContactAddressById_ContactAddressCategorySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"UUID of the contact address category\").nullable().optional(),\n objectName: z.string().describe(\"Object type name\").nullable().optional(),\n}).describe(\"Identifier for a contact address category in sevDesk\");\nconst SevdeskGetContactAddressById_ContactAddressSevClientSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"SevClient ID\").nullable().optional(),\n objectName: z.string().describe(\"Object type name\").nullable().optional(),\n}).describe(\"Reference to SevDesk client\");\nconst SevdeskGetContactAddressById_ContactAddressObjectSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique ID of the contact address\").nullable().optional(),\n zip: z.string().describe(\"Postal code\").nullable().optional(),\n city: z.string().describe(\"City name\").nullable().optional(),\n name: z.string().describe(\"Address name or label\").nullable().optional(),\n name2: z.string().describe(\"Additional address name field\").nullable().optional(),\n name3: z.string().describe(\"Additional address name field\").nullable().optional(),\n name4: z.string().describe(\"Additional address name field\").nullable().optional(),\n create: z.string().describe(\"Record creation timestamp\").nullable().optional(),\n street: z.string().describe(\"Street name and number\").nullable().optional(),\n update: z.string().describe(\"Last update timestamp\").nullable().optional(),\n contact: SevdeskGetContactAddressById_ContactAddressContactSchema.nullable().optional(),\n country: SevdeskGetContactAddressById_ContactAddressCountrySchema.nullable().optional(),\n category: SevdeskGetContactAddressById_ContactAddressCategorySchema.nullable().optional(),\n sevClient: SevdeskGetContactAddressById_ContactAddressSevClientSchema.nullable().optional(),\n objectName: z.string().describe(\"Object type, always 'ContactAddress'\").nullable().optional(),\n}).describe(\"ContactAddress model representing a contact's address\");\nexport const SevdeskGetContactAddressByIdOutput: z.ZodTypeAny = z.object({\n objects: z.array(SevdeskGetContactAddressById_ContactAddressObjectSchema).describe(\"Array containing the contact address object\"),\n}).describe(\"Response model for a specific contact address retrieved from sevDesk.\\nContains the contact address details wrapped in an objects array.\");\n\nexport const sevdeskGetContactAddressById = action(\"SEVDESK_GET_CONTACT_ADDRESS_BY_ID\", {\n slug: \"sevdesk-get-contact-address-by-id\",\n name: \"Get Contact Address By ID\",\n description: \"Tool to retrieve details of a specific contact address by ID. Use when you have a contact address ID and need its detailed information.\",\n input: SevdeskGetContactAddressByIdInput,\n output: SevdeskGetContactAddressByIdOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-contact-address-by-id.d.ts
4
+ declare const SevdeskGetContactAddressByIdInput: z.ZodTypeAny;
5
+ declare const SevdeskGetContactAddressByIdOutput: z.ZodTypeAny;
6
+ declare const sevdeskGetContactAddressById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { sevdeskGetContactAddressById };
9
+ //# sourceMappingURL=get-contact-address-by-id.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-contact-address-by-id.d.cts","names":[],"sources":["../../src/actions/get-contact-address-by-id.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEsC;AAAA,cAkC3E,kCAAA,EAAoC,CAAA,CAAE,UAEoG;AAAA,cAE1I,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-contact-address-by-id.d.ts
4
+ declare const SevdeskGetContactAddressByIdInput: z.ZodTypeAny;
5
+ declare const SevdeskGetContactAddressByIdOutput: z.ZodTypeAny;
6
+ declare const sevdeskGetContactAddressById: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { sevdeskGetContactAddressById };
9
+ //# sourceMappingURL=get-contact-address-by-id.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-contact-address-by-id.d.mts","names":[],"sources":["../../src/actions/get-contact-address-by-id.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEsC;AAAA,cAkC3E,kCAAA,EAAoC,CAAA,CAAE,UAEoG;AAAA,cAE1I,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}