@keystrokehq/freshdesk 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 (1458) 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/add-note-to-ticket.cjs +44 -0
  7. package/dist/actions/add-note-to-ticket.cjs.map +1 -0
  8. package/dist/actions/add-note-to-ticket.d.cts +9 -0
  9. package/dist/actions/add-note-to-ticket.d.cts.map +1 -0
  10. package/dist/actions/add-note-to-ticket.d.mts +9 -0
  11. package/dist/actions/add-note-to-ticket.d.mts.map +1 -0
  12. package/dist/actions/add-note-to-ticket.mjs +41 -0
  13. package/dist/actions/add-note-to-ticket.mjs.map +1 -0
  14. package/dist/actions/add-ticket-user-access.cjs +23 -0
  15. package/dist/actions/add-ticket-user-access.cjs.map +1 -0
  16. package/dist/actions/add-ticket-user-access.d.cts +9 -0
  17. package/dist/actions/add-ticket-user-access.d.cts.map +1 -0
  18. package/dist/actions/add-ticket-user-access.d.mts +9 -0
  19. package/dist/actions/add-ticket-user-access.d.mts.map +1 -0
  20. package/dist/actions/add-ticket-user-access.mjs +20 -0
  21. package/dist/actions/add-ticket-user-access.mjs.map +1 -0
  22. package/dist/actions/add-watcher.cjs +19 -0
  23. package/dist/actions/add-watcher.cjs.map +1 -0
  24. package/dist/actions/add-watcher.d.cts +9 -0
  25. package/dist/actions/add-watcher.d.cts.map +1 -0
  26. package/dist/actions/add-watcher.d.mts +9 -0
  27. package/dist/actions/add-watcher.d.mts.map +1 -0
  28. package/dist/actions/add-watcher.mjs +16 -0
  29. package/dist/actions/add-watcher.mjs.map +1 -0
  30. package/dist/actions/bulk-unwatch-tickets.cjs +31 -0
  31. package/dist/actions/bulk-unwatch-tickets.cjs.map +1 -0
  32. package/dist/actions/bulk-unwatch-tickets.d.cts +9 -0
  33. package/dist/actions/bulk-unwatch-tickets.d.cts.map +1 -0
  34. package/dist/actions/bulk-unwatch-tickets.d.mts +9 -0
  35. package/dist/actions/bulk-unwatch-tickets.d.mts.map +1 -0
  36. package/dist/actions/bulk-unwatch-tickets.mjs +30 -0
  37. package/dist/actions/bulk-unwatch-tickets.mjs.map +1 -0
  38. package/dist/actions/bulk-update-tickets.cjs +51 -0
  39. package/dist/actions/bulk-update-tickets.cjs.map +1 -0
  40. package/dist/actions/bulk-update-tickets.d.cts +9 -0
  41. package/dist/actions/bulk-update-tickets.d.cts.map +1 -0
  42. package/dist/actions/bulk-update-tickets.d.mts +9 -0
  43. package/dist/actions/bulk-update-tickets.d.mts.map +1 -0
  44. package/dist/actions/bulk-update-tickets.mjs +48 -0
  45. package/dist/actions/bulk-update-tickets.mjs.map +1 -0
  46. package/dist/actions/cancel-contact-import.cjs +27 -0
  47. package/dist/actions/cancel-contact-import.cjs.map +1 -0
  48. package/dist/actions/cancel-contact-import.d.cts +9 -0
  49. package/dist/actions/cancel-contact-import.d.cts.map +1 -0
  50. package/dist/actions/cancel-contact-import.d.mts +9 -0
  51. package/dist/actions/cancel-contact-import.d.mts.map +1 -0
  52. package/dist/actions/cancel-contact-import.mjs +26 -0
  53. package/dist/actions/cancel-contact-import.mjs.map +1 -0
  54. package/dist/actions/create-admin-group.cjs +38 -0
  55. package/dist/actions/create-admin-group.cjs.map +1 -0
  56. package/dist/actions/create-admin-group.d.cts +9 -0
  57. package/dist/actions/create-admin-group.d.cts.map +1 -0
  58. package/dist/actions/create-admin-group.d.mts +9 -0
  59. package/dist/actions/create-admin-group.d.mts.map +1 -0
  60. package/dist/actions/create-admin-group.mjs +37 -0
  61. package/dist/actions/create-admin-group.mjs.map +1 -0
  62. package/dist/actions/create-admin-ticket-field-section.cjs +29 -0
  63. package/dist/actions/create-admin-ticket-field-section.cjs.map +1 -0
  64. package/dist/actions/create-admin-ticket-field-section.d.cts +9 -0
  65. package/dist/actions/create-admin-ticket-field-section.d.cts.map +1 -0
  66. package/dist/actions/create-admin-ticket-field-section.d.mts +9 -0
  67. package/dist/actions/create-admin-ticket-field-section.d.mts.map +1 -0
  68. package/dist/actions/create-admin-ticket-field-section.mjs +26 -0
  69. package/dist/actions/create-admin-ticket-field-section.mjs.map +1 -0
  70. package/dist/actions/create-admin-ticket-field.cjs +54 -0
  71. package/dist/actions/create-admin-ticket-field.cjs.map +1 -0
  72. package/dist/actions/create-admin-ticket-field.d.cts +9 -0
  73. package/dist/actions/create-admin-ticket-field.d.cts.map +1 -0
  74. package/dist/actions/create-admin-ticket-field.d.mts +9 -0
  75. package/dist/actions/create-admin-ticket-field.d.mts.map +1 -0
  76. package/dist/actions/create-admin-ticket-field.mjs +51 -0
  77. package/dist/actions/create-admin-ticket-field.mjs.map +1 -0
  78. package/dist/actions/create-admin.cjs +39 -0
  79. package/dist/actions/create-admin.cjs.map +1 -0
  80. package/dist/actions/create-admin.d.cts +9 -0
  81. package/dist/actions/create-admin.d.cts.map +1 -0
  82. package/dist/actions/create-admin.d.mts +9 -0
  83. package/dist/actions/create-admin.d.mts.map +1 -0
  84. package/dist/actions/create-admin.mjs +36 -0
  85. package/dist/actions/create-admin.mjs.map +1 -0
  86. package/dist/actions/create-agents.cjs +35 -0
  87. package/dist/actions/create-agents.cjs.map +1 -0
  88. package/dist/actions/create-agents.d.cts +9 -0
  89. package/dist/actions/create-agents.d.cts.map +1 -0
  90. package/dist/actions/create-agents.d.mts +9 -0
  91. package/dist/actions/create-agents.d.mts.map +1 -0
  92. package/dist/actions/create-agents.mjs +32 -0
  93. package/dist/actions/create-agents.mjs.map +1 -0
  94. package/dist/actions/create-canned-response-bulk.cjs +26 -0
  95. package/dist/actions/create-canned-response-bulk.cjs.map +1 -0
  96. package/dist/actions/create-canned-response-bulk.d.cts +9 -0
  97. package/dist/actions/create-canned-response-bulk.d.cts.map +1 -0
  98. package/dist/actions/create-canned-response-bulk.d.mts +9 -0
  99. package/dist/actions/create-canned-response-bulk.d.mts.map +1 -0
  100. package/dist/actions/create-canned-response-bulk.mjs +23 -0
  101. package/dist/actions/create-canned-response-bulk.mjs.map +1 -0
  102. package/dist/actions/create-canned-response-folder.cjs +19 -0
  103. package/dist/actions/create-canned-response-folder.cjs.map +1 -0
  104. package/dist/actions/create-canned-response-folder.d.cts +9 -0
  105. package/dist/actions/create-canned-response-folder.d.cts.map +1 -0
  106. package/dist/actions/create-canned-response-folder.d.mts +9 -0
  107. package/dist/actions/create-canned-response-folder.d.mts.map +1 -0
  108. package/dist/actions/create-canned-response-folder.mjs +16 -0
  109. package/dist/actions/create-canned-response-folder.mjs.map +1 -0
  110. package/dist/actions/create-canned-response.cjs +43 -0
  111. package/dist/actions/create-canned-response.cjs.map +1 -0
  112. package/dist/actions/create-canned-response.d.cts +9 -0
  113. package/dist/actions/create-canned-response.d.cts.map +1 -0
  114. package/dist/actions/create-canned-response.d.mts +9 -0
  115. package/dist/actions/create-canned-response.d.mts.map +1 -0
  116. package/dist/actions/create-canned-response.mjs +42 -0
  117. package/dist/actions/create-canned-response.mjs.map +1 -0
  118. package/dist/actions/create-companies.cjs +41 -0
  119. package/dist/actions/create-companies.cjs.map +1 -0
  120. package/dist/actions/create-companies.d.cts +9 -0
  121. package/dist/actions/create-companies.d.cts.map +1 -0
  122. package/dist/actions/create-companies.d.mts +9 -0
  123. package/dist/actions/create-companies.d.mts.map +1 -0
  124. package/dist/actions/create-companies.mjs +38 -0
  125. package/dist/actions/create-companies.mjs.map +1 -0
  126. package/dist/actions/create-contact-fields.cjs +58 -0
  127. package/dist/actions/create-contact-fields.cjs.map +1 -0
  128. package/dist/actions/create-contact-fields.d.cts +9 -0
  129. package/dist/actions/create-contact-fields.d.cts.map +1 -0
  130. package/dist/actions/create-contact-fields.d.mts +9 -0
  131. package/dist/actions/create-contact-fields.d.mts.map +1 -0
  132. package/dist/actions/create-contact-fields.mjs +57 -0
  133. package/dist/actions/create-contact-fields.mjs.map +1 -0
  134. package/dist/actions/create-contact.cjs +81 -0
  135. package/dist/actions/create-contact.cjs.map +1 -0
  136. package/dist/actions/create-contact.d.cts +9 -0
  137. package/dist/actions/create-contact.d.cts.map +1 -0
  138. package/dist/actions/create-contact.d.mts +9 -0
  139. package/dist/actions/create-contact.d.mts.map +1 -0
  140. package/dist/actions/create-contact.mjs +80 -0
  141. package/dist/actions/create-contact.mjs.map +1 -0
  142. package/dist/actions/create-discussion-category.cjs +27 -0
  143. package/dist/actions/create-discussion-category.cjs.map +1 -0
  144. package/dist/actions/create-discussion-category.d.cts +9 -0
  145. package/dist/actions/create-discussion-category.d.cts.map +1 -0
  146. package/dist/actions/create-discussion-category.d.mts +9 -0
  147. package/dist/actions/create-discussion-category.d.mts.map +1 -0
  148. package/dist/actions/create-discussion-category.mjs +24 -0
  149. package/dist/actions/create-discussion-category.mjs.map +1 -0
  150. package/dist/actions/create-discussion-forum-topic.cjs +39 -0
  151. package/dist/actions/create-discussion-forum-topic.cjs.map +1 -0
  152. package/dist/actions/create-discussion-forum-topic.d.cts +9 -0
  153. package/dist/actions/create-discussion-forum-topic.d.cts.map +1 -0
  154. package/dist/actions/create-discussion-forum-topic.d.mts +9 -0
  155. package/dist/actions/create-discussion-forum-topic.d.mts.map +1 -0
  156. package/dist/actions/create-discussion-forum-topic.mjs +36 -0
  157. package/dist/actions/create-discussion-forum-topic.mjs.map +1 -0
  158. package/dist/actions/create-discussion-topic-comment.cjs +32 -0
  159. package/dist/actions/create-discussion-topic-comment.cjs.map +1 -0
  160. package/dist/actions/create-discussion-topic-comment.d.cts +9 -0
  161. package/dist/actions/create-discussion-topic-comment.d.cts.map +1 -0
  162. package/dist/actions/create-discussion-topic-comment.d.mts +9 -0
  163. package/dist/actions/create-discussion-topic-comment.d.mts.map +1 -0
  164. package/dist/actions/create-discussion-topic-comment.mjs +29 -0
  165. package/dist/actions/create-discussion-topic-comment.mjs.map +1 -0
  166. package/dist/actions/create-email.cjs +38 -0
  167. package/dist/actions/create-email.cjs.map +1 -0
  168. package/dist/actions/create-email.d.cts +9 -0
  169. package/dist/actions/create-email.d.cts.map +1 -0
  170. package/dist/actions/create-email.d.mts +9 -0
  171. package/dist/actions/create-email.d.mts.map +1 -0
  172. package/dist/actions/create-email.mjs +37 -0
  173. package/dist/actions/create-email.mjs.map +1 -0
  174. package/dist/actions/create-forum.cjs +32 -0
  175. package/dist/actions/create-forum.cjs.map +1 -0
  176. package/dist/actions/create-forum.d.cts +9 -0
  177. package/dist/actions/create-forum.d.cts.map +1 -0
  178. package/dist/actions/create-forum.d.mts +9 -0
  179. package/dist/actions/create-forum.d.mts.map +1 -0
  180. package/dist/actions/create-forum.mjs +29 -0
  181. package/dist/actions/create-forum.mjs.map +1 -0
  182. package/dist/actions/create-sla-policies.cjs +71 -0
  183. package/dist/actions/create-sla-policies.cjs.map +1 -0
  184. package/dist/actions/create-sla-policies.d.cts +9 -0
  185. package/dist/actions/create-sla-policies.d.cts.map +1 -0
  186. package/dist/actions/create-sla-policies.d.mts +9 -0
  187. package/dist/actions/create-sla-policies.d.mts.map +1 -0
  188. package/dist/actions/create-sla-policies.mjs +68 -0
  189. package/dist/actions/create-sla-policies.mjs.map +1 -0
  190. package/dist/actions/create-solution-article.cjs +66 -0
  191. package/dist/actions/create-solution-article.cjs.map +1 -0
  192. package/dist/actions/create-solution-article.d.cts +9 -0
  193. package/dist/actions/create-solution-article.d.cts.map +1 -0
  194. package/dist/actions/create-solution-article.d.mts +9 -0
  195. package/dist/actions/create-solution-article.d.mts.map +1 -0
  196. package/dist/actions/create-solution-article.mjs +65 -0
  197. package/dist/actions/create-solution-article.mjs.map +1 -0
  198. package/dist/actions/create-solution-category.cjs +37 -0
  199. package/dist/actions/create-solution-category.cjs.map +1 -0
  200. package/dist/actions/create-solution-category.d.cts +9 -0
  201. package/dist/actions/create-solution-category.d.cts.map +1 -0
  202. package/dist/actions/create-solution-category.d.mts +9 -0
  203. package/dist/actions/create-solution-category.d.mts.map +1 -0
  204. package/dist/actions/create-solution-category.mjs +36 -0
  205. package/dist/actions/create-solution-category.mjs.map +1 -0
  206. package/dist/actions/create-ticket-forms.cjs +59 -0
  207. package/dist/actions/create-ticket-forms.cjs.map +1 -0
  208. package/dist/actions/create-ticket-forms.d.cts +9 -0
  209. package/dist/actions/create-ticket-forms.d.cts.map +1 -0
  210. package/dist/actions/create-ticket-forms.d.mts +9 -0
  211. package/dist/actions/create-ticket-forms.d.mts.map +1 -0
  212. package/dist/actions/create-ticket-forms.mjs +58 -0
  213. package/dist/actions/create-ticket-forms.mjs.map +1 -0
  214. package/dist/actions/create-ticket-outbound-email.cjs +79 -0
  215. package/dist/actions/create-ticket-outbound-email.cjs.map +1 -0
  216. package/dist/actions/create-ticket-outbound-email.d.cts +9 -0
  217. package/dist/actions/create-ticket-outbound-email.d.cts.map +1 -0
  218. package/dist/actions/create-ticket-outbound-email.d.mts +9 -0
  219. package/dist/actions/create-ticket-outbound-email.d.mts.map +1 -0
  220. package/dist/actions/create-ticket-outbound-email.mjs +78 -0
  221. package/dist/actions/create-ticket-outbound-email.mjs.map +1 -0
  222. package/dist/actions/create-ticket-time-entry.cjs +38 -0
  223. package/dist/actions/create-ticket-time-entry.cjs.map +1 -0
  224. package/dist/actions/create-ticket-time-entry.d.cts +9 -0
  225. package/dist/actions/create-ticket-time-entry.d.cts.map +1 -0
  226. package/dist/actions/create-ticket-time-entry.d.mts +9 -0
  227. package/dist/actions/create-ticket-time-entry.d.mts.map +1 -0
  228. package/dist/actions/create-ticket-time-entry.mjs +35 -0
  229. package/dist/actions/create-ticket-time-entry.mjs.map +1 -0
  230. package/dist/actions/create-ticket.cjs +130 -0
  231. package/dist/actions/create-ticket.cjs.map +1 -0
  232. package/dist/actions/create-ticket.d.cts +9 -0
  233. package/dist/actions/create-ticket.d.cts.map +1 -0
  234. package/dist/actions/create-ticket.d.mts +9 -0
  235. package/dist/actions/create-ticket.d.mts.map +1 -0
  236. package/dist/actions/create-ticket.mjs +129 -0
  237. package/dist/actions/create-ticket.mjs.map +1 -0
  238. package/dist/actions/create-translated-solution-category.cjs +28 -0
  239. package/dist/actions/create-translated-solution-category.cjs.map +1 -0
  240. package/dist/actions/create-translated-solution-category.d.cts +9 -0
  241. package/dist/actions/create-translated-solution-category.d.cts.map +1 -0
  242. package/dist/actions/create-translated-solution-category.d.mts +9 -0
  243. package/dist/actions/create-translated-solution-category.d.mts.map +1 -0
  244. package/dist/actions/create-translated-solution-category.mjs +25 -0
  245. package/dist/actions/create-translated-solution-category.mjs.map +1 -0
  246. package/dist/actions/currently-authenticated-agent.cjs +61 -0
  247. package/dist/actions/currently-authenticated-agent.cjs.map +1 -0
  248. package/dist/actions/currently-authenticated-agent.d.cts +9 -0
  249. package/dist/actions/currently-authenticated-agent.d.cts.map +1 -0
  250. package/dist/actions/currently-authenticated-agent.d.mts +9 -0
  251. package/dist/actions/currently-authenticated-agent.d.mts.map +1 -0
  252. package/dist/actions/currently-authenticated-agent.mjs +60 -0
  253. package/dist/actions/currently-authenticated-agent.mjs.map +1 -0
  254. package/dist/actions/delete-admin-group.cjs +16 -0
  255. package/dist/actions/delete-admin-group.cjs.map +1 -0
  256. package/dist/actions/delete-admin-group.d.cts +9 -0
  257. package/dist/actions/delete-admin-group.d.cts.map +1 -0
  258. package/dist/actions/delete-admin-group.d.mts +9 -0
  259. package/dist/actions/delete-admin-group.d.mts.map +1 -0
  260. package/dist/actions/delete-admin-group.mjs +13 -0
  261. package/dist/actions/delete-admin-group.mjs.map +1 -0
  262. package/dist/actions/delete-agent.cjs +19 -0
  263. package/dist/actions/delete-agent.cjs.map +1 -0
  264. package/dist/actions/delete-agent.d.cts +9 -0
  265. package/dist/actions/delete-agent.d.cts.map +1 -0
  266. package/dist/actions/delete-agent.d.mts +9 -0
  267. package/dist/actions/delete-agent.d.mts.map +1 -0
  268. package/dist/actions/delete-agent.mjs +16 -0
  269. package/dist/actions/delete-agent.mjs.map +1 -0
  270. package/dist/actions/delete-automation-rule.cjs +22 -0
  271. package/dist/actions/delete-automation-rule.cjs.map +1 -0
  272. package/dist/actions/delete-automation-rule.d.cts +9 -0
  273. package/dist/actions/delete-automation-rule.d.cts.map +1 -0
  274. package/dist/actions/delete-automation-rule.d.mts +9 -0
  275. package/dist/actions/delete-automation-rule.d.mts.map +1 -0
  276. package/dist/actions/delete-automation-rule.mjs +19 -0
  277. package/dist/actions/delete-automation-rule.mjs.map +1 -0
  278. package/dist/actions/delete-company-field.cjs +16 -0
  279. package/dist/actions/delete-company-field.cjs.map +1 -0
  280. package/dist/actions/delete-company-field.d.cts +9 -0
  281. package/dist/actions/delete-company-field.d.cts.map +1 -0
  282. package/dist/actions/delete-company-field.d.mts +9 -0
  283. package/dist/actions/delete-company-field.d.mts.map +1 -0
  284. package/dist/actions/delete-company-field.mjs +13 -0
  285. package/dist/actions/delete-company-field.mjs.map +1 -0
  286. package/dist/actions/delete-company.cjs +16 -0
  287. package/dist/actions/delete-company.cjs.map +1 -0
  288. package/dist/actions/delete-company.d.cts +9 -0
  289. package/dist/actions/delete-company.d.cts.map +1 -0
  290. package/dist/actions/delete-company.d.mts +9 -0
  291. package/dist/actions/delete-company.d.mts.map +1 -0
  292. package/dist/actions/delete-company.mjs +13 -0
  293. package/dist/actions/delete-company.mjs.map +1 -0
  294. package/dist/actions/delete-contact-field.cjs +20 -0
  295. package/dist/actions/delete-contact-field.cjs.map +1 -0
  296. package/dist/actions/delete-contact-field.d.cts +9 -0
  297. package/dist/actions/delete-contact-field.d.cts.map +1 -0
  298. package/dist/actions/delete-contact-field.d.mts +9 -0
  299. package/dist/actions/delete-contact-field.d.mts.map +1 -0
  300. package/dist/actions/delete-contact-field.mjs +17 -0
  301. package/dist/actions/delete-contact-field.mjs.map +1 -0
  302. package/dist/actions/delete-contact.cjs +16 -0
  303. package/dist/actions/delete-contact.cjs.map +1 -0
  304. package/dist/actions/delete-contact.d.cts +9 -0
  305. package/dist/actions/delete-contact.d.cts.map +1 -0
  306. package/dist/actions/delete-contact.d.mts +9 -0
  307. package/dist/actions/delete-contact.d.mts.map +1 -0
  308. package/dist/actions/delete-contact.mjs +13 -0
  309. package/dist/actions/delete-contact.mjs.map +1 -0
  310. package/dist/actions/delete-conversation.cjs +16 -0
  311. package/dist/actions/delete-conversation.cjs.map +1 -0
  312. package/dist/actions/delete-conversation.d.cts +9 -0
  313. package/dist/actions/delete-conversation.d.cts.map +1 -0
  314. package/dist/actions/delete-conversation.d.mts +9 -0
  315. package/dist/actions/delete-conversation.d.mts.map +1 -0
  316. package/dist/actions/delete-conversation.mjs +13 -0
  317. package/dist/actions/delete-conversation.mjs.map +1 -0
  318. package/dist/actions/delete-discussion-category.cjs +25 -0
  319. package/dist/actions/delete-discussion-category.cjs.map +1 -0
  320. package/dist/actions/delete-discussion-category.d.cts +9 -0
  321. package/dist/actions/delete-discussion-category.d.cts.map +1 -0
  322. package/dist/actions/delete-discussion-category.d.mts +9 -0
  323. package/dist/actions/delete-discussion-category.d.mts.map +1 -0
  324. package/dist/actions/delete-discussion-category.mjs +24 -0
  325. package/dist/actions/delete-discussion-category.mjs.map +1 -0
  326. package/dist/actions/delete-discussion-comment.cjs +16 -0
  327. package/dist/actions/delete-discussion-comment.cjs.map +1 -0
  328. package/dist/actions/delete-discussion-comment.d.cts +9 -0
  329. package/dist/actions/delete-discussion-comment.d.cts.map +1 -0
  330. package/dist/actions/delete-discussion-comment.d.mts +9 -0
  331. package/dist/actions/delete-discussion-comment.d.mts.map +1 -0
  332. package/dist/actions/delete-discussion-comment.mjs +13 -0
  333. package/dist/actions/delete-discussion-comment.mjs.map +1 -0
  334. package/dist/actions/delete-discussion-forum.cjs +16 -0
  335. package/dist/actions/delete-discussion-forum.cjs.map +1 -0
  336. package/dist/actions/delete-discussion-forum.d.cts +9 -0
  337. package/dist/actions/delete-discussion-forum.d.cts.map +1 -0
  338. package/dist/actions/delete-discussion-forum.d.mts +9 -0
  339. package/dist/actions/delete-discussion-forum.d.mts.map +1 -0
  340. package/dist/actions/delete-discussion-forum.mjs +13 -0
  341. package/dist/actions/delete-discussion-forum.mjs.map +1 -0
  342. package/dist/actions/delete-discussion-topic.cjs +16 -0
  343. package/dist/actions/delete-discussion-topic.cjs.map +1 -0
  344. package/dist/actions/delete-discussion-topic.d.cts +9 -0
  345. package/dist/actions/delete-discussion-topic.d.cts.map +1 -0
  346. package/dist/actions/delete-discussion-topic.d.mts +9 -0
  347. package/dist/actions/delete-discussion-topic.d.mts.map +1 -0
  348. package/dist/actions/delete-discussion-topic.mjs +13 -0
  349. package/dist/actions/delete-discussion-topic.mjs.map +1 -0
  350. package/dist/actions/delete-discussions-forums-follow.cjs +19 -0
  351. package/dist/actions/delete-discussions-forums-follow.cjs.map +1 -0
  352. package/dist/actions/delete-discussions-forums-follow.d.cts +9 -0
  353. package/dist/actions/delete-discussions-forums-follow.d.cts.map +1 -0
  354. package/dist/actions/delete-discussions-forums-follow.d.mts +9 -0
  355. package/dist/actions/delete-discussions-forums-follow.d.mts.map +1 -0
  356. package/dist/actions/delete-discussions-forums-follow.mjs +16 -0
  357. package/dist/actions/delete-discussions-forums-follow.mjs.map +1 -0
  358. package/dist/actions/delete-discussions-topics-follow.cjs +19 -0
  359. package/dist/actions/delete-discussions-topics-follow.cjs.map +1 -0
  360. package/dist/actions/delete-discussions-topics-follow.d.cts +9 -0
  361. package/dist/actions/delete-discussions-topics-follow.d.cts.map +1 -0
  362. package/dist/actions/delete-discussions-topics-follow.d.mts +9 -0
  363. package/dist/actions/delete-discussions-topics-follow.d.mts.map +1 -0
  364. package/dist/actions/delete-discussions-topics-follow.mjs +16 -0
  365. package/dist/actions/delete-discussions-topics-follow.mjs.map +1 -0
  366. package/dist/actions/delete-email-mailboxes.cjs +20 -0
  367. package/dist/actions/delete-email-mailboxes.cjs.map +1 -0
  368. package/dist/actions/delete-email-mailboxes.d.cts +9 -0
  369. package/dist/actions/delete-email-mailboxes.d.cts.map +1 -0
  370. package/dist/actions/delete-email-mailboxes.d.mts +9 -0
  371. package/dist/actions/delete-email-mailboxes.d.mts.map +1 -0
  372. package/dist/actions/delete-email-mailboxes.mjs +17 -0
  373. package/dist/actions/delete-email-mailboxes.mjs.map +1 -0
  374. package/dist/actions/delete-group.cjs +16 -0
  375. package/dist/actions/delete-group.cjs.map +1 -0
  376. package/dist/actions/delete-group.d.cts +9 -0
  377. package/dist/actions/delete-group.d.cts.map +1 -0
  378. package/dist/actions/delete-group.d.mts +9 -0
  379. package/dist/actions/delete-group.d.mts.map +1 -0
  380. package/dist/actions/delete-group.mjs +13 -0
  381. package/dist/actions/delete-group.mjs.map +1 -0
  382. package/dist/actions/delete-multiple-tickets.cjs +19 -0
  383. package/dist/actions/delete-multiple-tickets.cjs.map +1 -0
  384. package/dist/actions/delete-multiple-tickets.d.cts +9 -0
  385. package/dist/actions/delete-multiple-tickets.d.cts.map +1 -0
  386. package/dist/actions/delete-multiple-tickets.d.mts +9 -0
  387. package/dist/actions/delete-multiple-tickets.d.mts.map +1 -0
  388. package/dist/actions/delete-multiple-tickets.mjs +16 -0
  389. package/dist/actions/delete-multiple-tickets.mjs.map +1 -0
  390. package/dist/actions/delete-section.cjs +27 -0
  391. package/dist/actions/delete-section.cjs.map +1 -0
  392. package/dist/actions/delete-section.d.cts +9 -0
  393. package/dist/actions/delete-section.d.cts.map +1 -0
  394. package/dist/actions/delete-section.d.mts +9 -0
  395. package/dist/actions/delete-section.d.mts.map +1 -0
  396. package/dist/actions/delete-section.mjs +26 -0
  397. package/dist/actions/delete-section.mjs.map +1 -0
  398. package/dist/actions/delete-skill.cjs +19 -0
  399. package/dist/actions/delete-skill.cjs.map +1 -0
  400. package/dist/actions/delete-skill.d.cts +9 -0
  401. package/dist/actions/delete-skill.d.cts.map +1 -0
  402. package/dist/actions/delete-skill.d.mts +9 -0
  403. package/dist/actions/delete-skill.d.mts.map +1 -0
  404. package/dist/actions/delete-skill.mjs +16 -0
  405. package/dist/actions/delete-skill.mjs.map +1 -0
  406. package/dist/actions/delete-solution-article.cjs +19 -0
  407. package/dist/actions/delete-solution-article.cjs.map +1 -0
  408. package/dist/actions/delete-solution-article.d.cts +9 -0
  409. package/dist/actions/delete-solution-article.d.cts.map +1 -0
  410. package/dist/actions/delete-solution-article.d.mts +9 -0
  411. package/dist/actions/delete-solution-article.d.mts.map +1 -0
  412. package/dist/actions/delete-solution-article.mjs +16 -0
  413. package/dist/actions/delete-solution-article.mjs.map +1 -0
  414. package/dist/actions/delete-solution-category.cjs +20 -0
  415. package/dist/actions/delete-solution-category.cjs.map +1 -0
  416. package/dist/actions/delete-solution-category.d.cts +9 -0
  417. package/dist/actions/delete-solution-category.d.cts.map +1 -0
  418. package/dist/actions/delete-solution-category.d.mts +9 -0
  419. package/dist/actions/delete-solution-category.d.mts.map +1 -0
  420. package/dist/actions/delete-solution-category.mjs +17 -0
  421. package/dist/actions/delete-solution-category.mjs.map +1 -0
  422. package/dist/actions/delete-solution-folder.cjs +16 -0
  423. package/dist/actions/delete-solution-folder.cjs.map +1 -0
  424. package/dist/actions/delete-solution-folder.d.cts +9 -0
  425. package/dist/actions/delete-solution-folder.d.cts.map +1 -0
  426. package/dist/actions/delete-solution-folder.d.mts +9 -0
  427. package/dist/actions/delete-solution-folder.d.mts.map +1 -0
  428. package/dist/actions/delete-solution-folder.mjs +13 -0
  429. package/dist/actions/delete-solution-folder.mjs.map +1 -0
  430. package/dist/actions/delete-ticket-field.cjs +26 -0
  431. package/dist/actions/delete-ticket-field.cjs.map +1 -0
  432. package/dist/actions/delete-ticket-field.d.cts +9 -0
  433. package/dist/actions/delete-ticket-field.d.cts.map +1 -0
  434. package/dist/actions/delete-ticket-field.d.mts +9 -0
  435. package/dist/actions/delete-ticket-field.d.mts.map +1 -0
  436. package/dist/actions/delete-ticket-field.mjs +25 -0
  437. package/dist/actions/delete-ticket-field.mjs.map +1 -0
  438. package/dist/actions/delete-ticket-form.cjs +24 -0
  439. package/dist/actions/delete-ticket-form.cjs.map +1 -0
  440. package/dist/actions/delete-ticket-form.d.cts +9 -0
  441. package/dist/actions/delete-ticket-form.d.cts.map +1 -0
  442. package/dist/actions/delete-ticket-form.d.mts +9 -0
  443. package/dist/actions/delete-ticket-form.d.mts.map +1 -0
  444. package/dist/actions/delete-ticket-form.mjs +23 -0
  445. package/dist/actions/delete-ticket-form.mjs.map +1 -0
  446. package/dist/actions/delete-ticket-forms.cjs +19 -0
  447. package/dist/actions/delete-ticket-forms.cjs.map +1 -0
  448. package/dist/actions/delete-ticket-forms.d.cts +9 -0
  449. package/dist/actions/delete-ticket-forms.d.cts.map +1 -0
  450. package/dist/actions/delete-ticket-forms.d.mts +9 -0
  451. package/dist/actions/delete-ticket-forms.d.mts.map +1 -0
  452. package/dist/actions/delete-ticket-forms.mjs +16 -0
  453. package/dist/actions/delete-ticket-forms.mjs.map +1 -0
  454. package/dist/actions/delete-ticket-summary.cjs +16 -0
  455. package/dist/actions/delete-ticket-summary.cjs.map +1 -0
  456. package/dist/actions/delete-ticket-summary.d.cts +9 -0
  457. package/dist/actions/delete-ticket-summary.d.cts.map +1 -0
  458. package/dist/actions/delete-ticket-summary.d.mts +9 -0
  459. package/dist/actions/delete-ticket-summary.d.mts.map +1 -0
  460. package/dist/actions/delete-ticket-summary.mjs +13 -0
  461. package/dist/actions/delete-ticket-summary.mjs.map +1 -0
  462. package/dist/actions/delete-ticket-user-access.cjs +16 -0
  463. package/dist/actions/delete-ticket-user-access.cjs.map +1 -0
  464. package/dist/actions/delete-ticket-user-access.d.cts +9 -0
  465. package/dist/actions/delete-ticket-user-access.d.cts.map +1 -0
  466. package/dist/actions/delete-ticket-user-access.d.mts +9 -0
  467. package/dist/actions/delete-ticket-user-access.d.mts.map +1 -0
  468. package/dist/actions/delete-ticket-user-access.mjs +13 -0
  469. package/dist/actions/delete-ticket-user-access.mjs.map +1 -0
  470. package/dist/actions/delete-ticket.cjs +16 -0
  471. package/dist/actions/delete-ticket.cjs.map +1 -0
  472. package/dist/actions/delete-ticket.d.cts +9 -0
  473. package/dist/actions/delete-ticket.d.cts.map +1 -0
  474. package/dist/actions/delete-ticket.d.mts +9 -0
  475. package/dist/actions/delete-ticket.d.mts.map +1 -0
  476. package/dist/actions/delete-ticket.mjs +13 -0
  477. package/dist/actions/delete-ticket.mjs.map +1 -0
  478. package/dist/actions/delete-time-entry.cjs +19 -0
  479. package/dist/actions/delete-time-entry.cjs.map +1 -0
  480. package/dist/actions/delete-time-entry.d.cts +9 -0
  481. package/dist/actions/delete-time-entry.d.cts.map +1 -0
  482. package/dist/actions/delete-time-entry.d.mts +9 -0
  483. package/dist/actions/delete-time-entry.d.mts.map +1 -0
  484. package/dist/actions/delete-time-entry.mjs +16 -0
  485. package/dist/actions/delete-time-entry.mjs.map +1 -0
  486. package/dist/actions/export-contacts.cjs +19 -0
  487. package/dist/actions/export-contacts.cjs.map +1 -0
  488. package/dist/actions/export-contacts.d.cts +9 -0
  489. package/dist/actions/export-contacts.d.cts.map +1 -0
  490. package/dist/actions/export-contacts.d.mts +9 -0
  491. package/dist/actions/export-contacts.d.mts.map +1 -0
  492. package/dist/actions/export-contacts.mjs +16 -0
  493. package/dist/actions/export-contacts.mjs.map +1 -0
  494. package/dist/actions/get-account.cjs +51 -0
  495. package/dist/actions/get-account.cjs.map +1 -0
  496. package/dist/actions/get-account.d.cts +9 -0
  497. package/dist/actions/get-account.d.cts.map +1 -0
  498. package/dist/actions/get-account.d.mts +9 -0
  499. package/dist/actions/get-account.d.mts.map +1 -0
  500. package/dist/actions/get-account.mjs +50 -0
  501. package/dist/actions/get-account.mjs.map +1 -0
  502. package/dist/actions/get-agent-availability.cjs +31 -0
  503. package/dist/actions/get-agent-availability.cjs.map +1 -0
  504. package/dist/actions/get-agent-availability.d.cts +9 -0
  505. package/dist/actions/get-agent-availability.d.cts.map +1 -0
  506. package/dist/actions/get-agent-availability.d.mts +9 -0
  507. package/dist/actions/get-agent-availability.d.mts.map +1 -0
  508. package/dist/actions/get-agent-availability.mjs +30 -0
  509. package/dist/actions/get-agent-availability.mjs.map +1 -0
  510. package/dist/actions/get-agent.cjs +73 -0
  511. package/dist/actions/get-agent.cjs.map +1 -0
  512. package/dist/actions/get-agent.d.cts +9 -0
  513. package/dist/actions/get-agent.d.cts.map +1 -0
  514. package/dist/actions/get-agent.d.mts +9 -0
  515. package/dist/actions/get-agent.d.mts.map +1 -0
  516. package/dist/actions/get-agent.mjs +72 -0
  517. package/dist/actions/get-agent.mjs.map +1 -0
  518. package/dist/actions/get-agents.cjs +26 -0
  519. package/dist/actions/get-agents.cjs.map +1 -0
  520. package/dist/actions/get-agents.d.cts +9 -0
  521. package/dist/actions/get-agents.d.cts.map +1 -0
  522. package/dist/actions/get-agents.d.mts +9 -0
  523. package/dist/actions/get-agents.d.mts.map +1 -0
  524. package/dist/actions/get-agents.mjs +25 -0
  525. package/dist/actions/get-agents.mjs.map +1 -0
  526. package/dist/actions/get-business-hours.cjs +54 -0
  527. package/dist/actions/get-business-hours.cjs.map +1 -0
  528. package/dist/actions/get-business-hours.d.cts +9 -0
  529. package/dist/actions/get-business-hours.d.cts.map +1 -0
  530. package/dist/actions/get-business-hours.d.mts +9 -0
  531. package/dist/actions/get-business-hours.d.mts.map +1 -0
  532. package/dist/actions/get-business-hours.mjs +53 -0
  533. package/dist/actions/get-business-hours.mjs.map +1 -0
  534. package/dist/actions/get-canned-response-folders.cjs +24 -0
  535. package/dist/actions/get-canned-response-folders.cjs.map +1 -0
  536. package/dist/actions/get-canned-response-folders.d.cts +9 -0
  537. package/dist/actions/get-canned-response-folders.d.cts.map +1 -0
  538. package/dist/actions/get-canned-response-folders.d.mts +9 -0
  539. package/dist/actions/get-canned-response-folders.d.mts.map +1 -0
  540. package/dist/actions/get-canned-response-folders.mjs +23 -0
  541. package/dist/actions/get-canned-response-folders.mjs.map +1 -0
  542. package/dist/actions/get-companies.cjs +34 -0
  543. package/dist/actions/get-companies.cjs.map +1 -0
  544. package/dist/actions/get-companies.d.cts +9 -0
  545. package/dist/actions/get-companies.d.cts.map +1 -0
  546. package/dist/actions/get-companies.d.mts +9 -0
  547. package/dist/actions/get-companies.d.mts.map +1 -0
  548. package/dist/actions/get-companies.mjs +33 -0
  549. package/dist/actions/get-companies.mjs.map +1 -0
  550. package/dist/actions/get-company-fields.cjs +39 -0
  551. package/dist/actions/get-company-fields.cjs.map +1 -0
  552. package/dist/actions/get-company-fields.d.cts +9 -0
  553. package/dist/actions/get-company-fields.d.cts.map +1 -0
  554. package/dist/actions/get-company-fields.d.mts +9 -0
  555. package/dist/actions/get-company-fields.d.mts.map +1 -0
  556. package/dist/actions/get-company-fields.mjs +38 -0
  557. package/dist/actions/get-company-fields.mjs.map +1 -0
  558. package/dist/actions/get-company.cjs +31 -0
  559. package/dist/actions/get-company.cjs.map +1 -0
  560. package/dist/actions/get-company.d.cts +9 -0
  561. package/dist/actions/get-company.d.cts.map +1 -0
  562. package/dist/actions/get-company.d.mts +9 -0
  563. package/dist/actions/get-company.d.mts.map +1 -0
  564. package/dist/actions/get-company.mjs +28 -0
  565. package/dist/actions/get-company.mjs.map +1 -0
  566. package/dist/actions/get-contact-fields.cjs +37 -0
  567. package/dist/actions/get-contact-fields.cjs.map +1 -0
  568. package/dist/actions/get-contact-fields.d.cts +9 -0
  569. package/dist/actions/get-contact-fields.d.cts.map +1 -0
  570. package/dist/actions/get-contact-fields.d.mts +9 -0
  571. package/dist/actions/get-contact-fields.d.mts.map +1 -0
  572. package/dist/actions/get-contact-fields.mjs +36 -0
  573. package/dist/actions/get-contact-fields.mjs.map +1 -0
  574. package/dist/actions/get-contact.cjs +68 -0
  575. package/dist/actions/get-contact.cjs.map +1 -0
  576. package/dist/actions/get-contact.d.cts +9 -0
  577. package/dist/actions/get-contact.d.cts.map +1 -0
  578. package/dist/actions/get-contact.d.mts +9 -0
  579. package/dist/actions/get-contact.d.mts.map +1 -0
  580. package/dist/actions/get-contact.mjs +67 -0
  581. package/dist/actions/get-contact.mjs.map +1 -0
  582. package/dist/actions/get-contacts.cjs +53 -0
  583. package/dist/actions/get-contacts.cjs.map +1 -0
  584. package/dist/actions/get-contacts.d.cts +9 -0
  585. package/dist/actions/get-contacts.d.cts.map +1 -0
  586. package/dist/actions/get-contacts.d.mts +9 -0
  587. package/dist/actions/get-contacts.d.mts.map +1 -0
  588. package/dist/actions/get-contacts.mjs +52 -0
  589. package/dist/actions/get-contacts.mjs.map +1 -0
  590. package/dist/actions/get-discussion-category.cjs +22 -0
  591. package/dist/actions/get-discussion-category.cjs.map +1 -0
  592. package/dist/actions/get-discussion-category.d.cts +9 -0
  593. package/dist/actions/get-discussion-category.d.cts.map +1 -0
  594. package/dist/actions/get-discussion-category.d.mts +9 -0
  595. package/dist/actions/get-discussion-category.d.mts.map +1 -0
  596. package/dist/actions/get-discussion-category.mjs +19 -0
  597. package/dist/actions/get-discussion-category.mjs.map +1 -0
  598. package/dist/actions/get-discussion-topic.cjs +33 -0
  599. package/dist/actions/get-discussion-topic.cjs.map +1 -0
  600. package/dist/actions/get-discussion-topic.d.cts +9 -0
  601. package/dist/actions/get-discussion-topic.d.cts.map +1 -0
  602. package/dist/actions/get-discussion-topic.d.mts +9 -0
  603. package/dist/actions/get-discussion-topic.d.mts.map +1 -0
  604. package/dist/actions/get-discussion-topic.mjs +30 -0
  605. package/dist/actions/get-discussion-topic.mjs.map +1 -0
  606. package/dist/actions/get-email-mailbox.cjs +33 -0
  607. package/dist/actions/get-email-mailbox.cjs.map +1 -0
  608. package/dist/actions/get-email-mailbox.d.cts +9 -0
  609. package/dist/actions/get-email-mailbox.d.cts.map +1 -0
  610. package/dist/actions/get-email-mailbox.d.mts +9 -0
  611. package/dist/actions/get-email-mailbox.d.mts.map +1 -0
  612. package/dist/actions/get-email-mailbox.mjs +32 -0
  613. package/dist/actions/get-email-mailbox.mjs.map +1 -0
  614. package/dist/actions/get-folder-responses.cjs +36 -0
  615. package/dist/actions/get-folder-responses.cjs.map +1 -0
  616. package/dist/actions/get-folder-responses.d.cts +9 -0
  617. package/dist/actions/get-folder-responses.d.cts.map +1 -0
  618. package/dist/actions/get-folder-responses.d.mts +9 -0
  619. package/dist/actions/get-folder-responses.d.mts.map +1 -0
  620. package/dist/actions/get-folder-responses.mjs +35 -0
  621. package/dist/actions/get-folder-responses.mjs.map +1 -0
  622. package/dist/actions/get-imported-contacts.cjs +28 -0
  623. package/dist/actions/get-imported-contacts.cjs.map +1 -0
  624. package/dist/actions/get-imported-contacts.d.cts +9 -0
  625. package/dist/actions/get-imported-contacts.d.cts.map +1 -0
  626. package/dist/actions/get-imported-contacts.d.mts +9 -0
  627. package/dist/actions/get-imported-contacts.d.mts.map +1 -0
  628. package/dist/actions/get-imported-contacts.mjs +27 -0
  629. package/dist/actions/get-imported-contacts.mjs.map +1 -0
  630. package/dist/actions/get-job.cjs +24 -0
  631. package/dist/actions/get-job.cjs.map +1 -0
  632. package/dist/actions/get-job.d.cts +9 -0
  633. package/dist/actions/get-job.d.cts.map +1 -0
  634. package/dist/actions/get-job.d.mts +9 -0
  635. package/dist/actions/get-job.d.mts.map +1 -0
  636. package/dist/actions/get-job.mjs +23 -0
  637. package/dist/actions/get-job.mjs.map +1 -0
  638. package/dist/actions/get-scenario-automations-json.cjs +35 -0
  639. package/dist/actions/get-scenario-automations-json.cjs.map +1 -0
  640. package/dist/actions/get-scenario-automations-json.d.cts +9 -0
  641. package/dist/actions/get-scenario-automations-json.d.cts.map +1 -0
  642. package/dist/actions/get-scenario-automations-json.d.mts +9 -0
  643. package/dist/actions/get-scenario-automations-json.d.mts.map +1 -0
  644. package/dist/actions/get-scenario-automations-json.mjs +34 -0
  645. package/dist/actions/get-scenario-automations-json.mjs.map +1 -0
  646. package/dist/actions/get-search.cjs +59 -0
  647. package/dist/actions/get-search.cjs.map +1 -0
  648. package/dist/actions/get-search.d.cts +9 -0
  649. package/dist/actions/get-search.d.cts.map +1 -0
  650. package/dist/actions/get-search.d.mts +9 -0
  651. package/dist/actions/get-search.d.mts.map +1 -0
  652. package/dist/actions/get-search.mjs +58 -0
  653. package/dist/actions/get-search.mjs.map +1 -0
  654. package/dist/actions/get-ticket-time-entries.cjs +34 -0
  655. package/dist/actions/get-ticket-time-entries.cjs.map +1 -0
  656. package/dist/actions/get-ticket-time-entries.d.cts +9 -0
  657. package/dist/actions/get-ticket-time-entries.d.cts.map +1 -0
  658. package/dist/actions/get-ticket-time-entries.d.mts +9 -0
  659. package/dist/actions/get-ticket-time-entries.d.mts.map +1 -0
  660. package/dist/actions/get-ticket-time-entries.mjs +33 -0
  661. package/dist/actions/get-ticket-time-entries.mjs.map +1 -0
  662. package/dist/actions/get-ticket-user-access.cjs +16 -0
  663. package/dist/actions/get-ticket-user-access.cjs.map +1 -0
  664. package/dist/actions/get-ticket-user-access.d.cts +9 -0
  665. package/dist/actions/get-ticket-user-access.d.cts.map +1 -0
  666. package/dist/actions/get-ticket-user-access.d.mts +9 -0
  667. package/dist/actions/get-ticket-user-access.d.mts.map +1 -0
  668. package/dist/actions/get-ticket-user-access.mjs +13 -0
  669. package/dist/actions/get-ticket-user-access.mjs.map +1 -0
  670. package/dist/actions/get-tickets.cjs +122 -0
  671. package/dist/actions/get-tickets.cjs.map +1 -0
  672. package/dist/actions/get-tickets.d.cts +9 -0
  673. package/dist/actions/get-tickets.d.cts.map +1 -0
  674. package/dist/actions/get-tickets.d.mts +9 -0
  675. package/dist/actions/get-tickets.d.mts.map +1 -0
  676. package/dist/actions/get-tickets.mjs +121 -0
  677. package/dist/actions/get-tickets.mjs.map +1 -0
  678. package/dist/actions/get-translated-solution-category.cjs +35 -0
  679. package/dist/actions/get-translated-solution-category.cjs.map +1 -0
  680. package/dist/actions/get-translated-solution-category.d.cts +9 -0
  681. package/dist/actions/get-translated-solution-category.d.cts.map +1 -0
  682. package/dist/actions/get-translated-solution-category.d.mts +9 -0
  683. package/dist/actions/get-translated-solution-category.d.mts.map +1 -0
  684. package/dist/actions/get-translated-solution-category.mjs +34 -0
  685. package/dist/actions/get-translated-solution-category.mjs.map +1 -0
  686. package/dist/actions/hard-delete-contact.cjs +22 -0
  687. package/dist/actions/hard-delete-contact.cjs.map +1 -0
  688. package/dist/actions/hard-delete-contact.d.cts +9 -0
  689. package/dist/actions/hard-delete-contact.d.cts.map +1 -0
  690. package/dist/actions/hard-delete-contact.d.mts +9 -0
  691. package/dist/actions/hard-delete-contact.d.mts.map +1 -0
  692. package/dist/actions/hard-delete-contact.mjs +19 -0
  693. package/dist/actions/hard-delete-contact.mjs.map +1 -0
  694. package/dist/actions/import-contact.cjs +40 -0
  695. package/dist/actions/import-contact.cjs.map +1 -0
  696. package/dist/actions/import-contact.d.cts +9 -0
  697. package/dist/actions/import-contact.d.cts.map +1 -0
  698. package/dist/actions/import-contact.d.mts +9 -0
  699. package/dist/actions/import-contact.d.mts.map +1 -0
  700. package/dist/actions/import-contact.mjs +39 -0
  701. package/dist/actions/import-contact.mjs.map +1 -0
  702. package/dist/actions/index.cjs +357 -0
  703. package/dist/actions/index.d.cts +179 -0
  704. package/dist/actions/index.d.mts +179 -0
  705. package/dist/actions/index.mjs +179 -0
  706. package/dist/actions/list-admin-groups.cjs +38 -0
  707. package/dist/actions/list-admin-groups.cjs.map +1 -0
  708. package/dist/actions/list-admin-groups.d.cts +9 -0
  709. package/dist/actions/list-admin-groups.d.cts.map +1 -0
  710. package/dist/actions/list-admin-groups.d.mts +9 -0
  711. package/dist/actions/list-admin-groups.d.mts.map +1 -0
  712. package/dist/actions/list-admin-groups.mjs +37 -0
  713. package/dist/actions/list-admin-groups.mjs.map +1 -0
  714. package/dist/actions/list-all-agents-in-a-group.cjs +46 -0
  715. package/dist/actions/list-all-agents-in-a-group.cjs.map +1 -0
  716. package/dist/actions/list-all-agents-in-a-group.d.cts +9 -0
  717. package/dist/actions/list-all-agents-in-a-group.d.cts.map +1 -0
  718. package/dist/actions/list-all-agents-in-a-group.d.mts +9 -0
  719. package/dist/actions/list-all-agents-in-a-group.d.mts.map +1 -0
  720. package/dist/actions/list-all-agents-in-a-group.mjs +45 -0
  721. package/dist/actions/list-all-agents-in-a-group.mjs.map +1 -0
  722. package/dist/actions/list-all-sections-for-ticket-field.cjs +23 -0
  723. package/dist/actions/list-all-sections-for-ticket-field.cjs.map +1 -0
  724. package/dist/actions/list-all-sections-for-ticket-field.d.cts +9 -0
  725. package/dist/actions/list-all-sections-for-ticket-field.d.cts.map +1 -0
  726. package/dist/actions/list-all-sections-for-ticket-field.d.mts +9 -0
  727. package/dist/actions/list-all-sections-for-ticket-field.d.mts.map +1 -0
  728. package/dist/actions/list-all-sections-for-ticket-field.mjs +22 -0
  729. package/dist/actions/list-all-sections-for-ticket-field.mjs.map +1 -0
  730. package/dist/actions/list-all-skills.cjs +36 -0
  731. package/dist/actions/list-all-skills.cjs.map +1 -0
  732. package/dist/actions/list-all-skills.d.cts +9 -0
  733. package/dist/actions/list-all-skills.d.cts.map +1 -0
  734. package/dist/actions/list-all-skills.d.mts +9 -0
  735. package/dist/actions/list-all-skills.d.mts.map +1 -0
  736. package/dist/actions/list-all-skills.mjs +35 -0
  737. package/dist/actions/list-all-skills.mjs.map +1 -0
  738. package/dist/actions/list-all-ticket-conversations.cjs +58 -0
  739. package/dist/actions/list-all-ticket-conversations.cjs.map +1 -0
  740. package/dist/actions/list-all-ticket-conversations.d.cts +9 -0
  741. package/dist/actions/list-all-ticket-conversations.d.cts.map +1 -0
  742. package/dist/actions/list-all-ticket-conversations.d.mts +9 -0
  743. package/dist/actions/list-all-ticket-conversations.d.mts.map +1 -0
  744. package/dist/actions/list-all-ticket-conversations.mjs +57 -0
  745. package/dist/actions/list-all-ticket-conversations.mjs.map +1 -0
  746. package/dist/actions/list-automation-rules.cjs +61 -0
  747. package/dist/actions/list-automation-rules.cjs.map +1 -0
  748. package/dist/actions/list-automation-rules.d.cts +9 -0
  749. package/dist/actions/list-automation-rules.d.cts.map +1 -0
  750. package/dist/actions/list-automation-rules.d.mts +9 -0
  751. package/dist/actions/list-automation-rules.d.mts.map +1 -0
  752. package/dist/actions/list-automation-rules.mjs +60 -0
  753. package/dist/actions/list-automation-rules.mjs.map +1 -0
  754. package/dist/actions/list-discussions-topics.cjs +38 -0
  755. package/dist/actions/list-discussions-topics.cjs.map +1 -0
  756. package/dist/actions/list-discussions-topics.d.cts +9 -0
  757. package/dist/actions/list-discussions-topics.d.cts.map +1 -0
  758. package/dist/actions/list-discussions-topics.d.mts +9 -0
  759. package/dist/actions/list-discussions-topics.d.mts.map +1 -0
  760. package/dist/actions/list-discussions-topics.mjs +37 -0
  761. package/dist/actions/list-discussions-topics.mjs.map +1 -0
  762. package/dist/actions/list-discussions.cjs +23 -0
  763. package/dist/actions/list-discussions.cjs.map +1 -0
  764. package/dist/actions/list-discussions.d.cts +9 -0
  765. package/dist/actions/list-discussions.d.cts.map +1 -0
  766. package/dist/actions/list-discussions.d.mts +9 -0
  767. package/dist/actions/list-discussions.d.mts.map +1 -0
  768. package/dist/actions/list-discussions.mjs +22 -0
  769. package/dist/actions/list-discussions.mjs.map +1 -0
  770. package/dist/actions/list-email-configs.cjs +32 -0
  771. package/dist/actions/list-email-configs.cjs.map +1 -0
  772. package/dist/actions/list-email-configs.d.cts +9 -0
  773. package/dist/actions/list-email-configs.d.cts.map +1 -0
  774. package/dist/actions/list-email-configs.d.mts +9 -0
  775. package/dist/actions/list-email-configs.d.mts.map +1 -0
  776. package/dist/actions/list-email-configs.mjs +31 -0
  777. package/dist/actions/list-email-configs.mjs.map +1 -0
  778. package/dist/actions/list-email.cjs +41 -0
  779. package/dist/actions/list-email.cjs.map +1 -0
  780. package/dist/actions/list-email.d.cts +9 -0
  781. package/dist/actions/list-email.d.cts.map +1 -0
  782. package/dist/actions/list-email.d.mts +9 -0
  783. package/dist/actions/list-email.d.mts.map +1 -0
  784. package/dist/actions/list-email.mjs +40 -0
  785. package/dist/actions/list-email.mjs.map +1 -0
  786. package/dist/actions/list-forums-in-category.cjs +33 -0
  787. package/dist/actions/list-forums-in-category.cjs.map +1 -0
  788. package/dist/actions/list-forums-in-category.d.cts +9 -0
  789. package/dist/actions/list-forums-in-category.d.cts.map +1 -0
  790. package/dist/actions/list-forums-in-category.d.mts +9 -0
  791. package/dist/actions/list-forums-in-category.d.mts.map +1 -0
  792. package/dist/actions/list-forums-in-category.mjs +32 -0
  793. package/dist/actions/list-forums-in-category.mjs.map +1 -0
  794. package/dist/actions/list-monitored-topics.cjs +37 -0
  795. package/dist/actions/list-monitored-topics.cjs.map +1 -0
  796. package/dist/actions/list-monitored-topics.d.cts +9 -0
  797. package/dist/actions/list-monitored-topics.d.cts.map +1 -0
  798. package/dist/actions/list-monitored-topics.d.mts +9 -0
  799. package/dist/actions/list-monitored-topics.d.mts.map +1 -0
  800. package/dist/actions/list-monitored-topics.mjs +36 -0
  801. package/dist/actions/list-monitored-topics.mjs.map +1 -0
  802. package/dist/actions/list-participated-topics.cjs +37 -0
  803. package/dist/actions/list-participated-topics.cjs.map +1 -0
  804. package/dist/actions/list-participated-topics.d.cts +9 -0
  805. package/dist/actions/list-participated-topics.d.cts.map +1 -0
  806. package/dist/actions/list-participated-topics.d.mts +9 -0
  807. package/dist/actions/list-participated-topics.d.mts.map +1 -0
  808. package/dist/actions/list-participated-topics.mjs +36 -0
  809. package/dist/actions/list-participated-topics.mjs.map +1 -0
  810. package/dist/actions/list-products.cjs +25 -0
  811. package/dist/actions/list-products.cjs.map +1 -0
  812. package/dist/actions/list-products.d.cts +9 -0
  813. package/dist/actions/list-products.d.cts.map +1 -0
  814. package/dist/actions/list-products.d.mts +9 -0
  815. package/dist/actions/list-products.d.mts.map +1 -0
  816. package/dist/actions/list-products.mjs +24 -0
  817. package/dist/actions/list-products.mjs.map +1 -0
  818. package/dist/actions/list-roles.cjs +28 -0
  819. package/dist/actions/list-roles.cjs.map +1 -0
  820. package/dist/actions/list-roles.d.cts +9 -0
  821. package/dist/actions/list-roles.d.cts.map +1 -0
  822. package/dist/actions/list-roles.d.mts +9 -0
  823. package/dist/actions/list-roles.d.mts.map +1 -0
  824. package/dist/actions/list-roles.mjs +27 -0
  825. package/dist/actions/list-roles.mjs.map +1 -0
  826. package/dist/actions/list-satisfaction-ratings.cjs +32 -0
  827. package/dist/actions/list-satisfaction-ratings.cjs.map +1 -0
  828. package/dist/actions/list-satisfaction-ratings.d.cts +9 -0
  829. package/dist/actions/list-satisfaction-ratings.d.cts.map +1 -0
  830. package/dist/actions/list-satisfaction-ratings.d.mts +9 -0
  831. package/dist/actions/list-satisfaction-ratings.d.mts.map +1 -0
  832. package/dist/actions/list-satisfaction-ratings.mjs +31 -0
  833. package/dist/actions/list-satisfaction-ratings.mjs.map +1 -0
  834. package/dist/actions/list-sla-policies.cjs +70 -0
  835. package/dist/actions/list-sla-policies.cjs.map +1 -0
  836. package/dist/actions/list-sla-policies.d.cts +9 -0
  837. package/dist/actions/list-sla-policies.d.cts.map +1 -0
  838. package/dist/actions/list-sla-policies.d.mts +9 -0
  839. package/dist/actions/list-sla-policies.d.mts.map +1 -0
  840. package/dist/actions/list-sla-policies.mjs +69 -0
  841. package/dist/actions/list-sla-policies.mjs.map +1 -0
  842. package/dist/actions/list-solution-articles.cjs +61 -0
  843. package/dist/actions/list-solution-articles.cjs.map +1 -0
  844. package/dist/actions/list-solution-articles.d.cts +9 -0
  845. package/dist/actions/list-solution-articles.d.cts.map +1 -0
  846. package/dist/actions/list-solution-articles.d.mts +9 -0
  847. package/dist/actions/list-solution-articles.d.mts.map +1 -0
  848. package/dist/actions/list-solution-articles.mjs +60 -0
  849. package/dist/actions/list-solution-articles.mjs.map +1 -0
  850. package/dist/actions/list-solution-categories.cjs +28 -0
  851. package/dist/actions/list-solution-categories.cjs.map +1 -0
  852. package/dist/actions/list-solution-categories.d.cts +9 -0
  853. package/dist/actions/list-solution-categories.d.cts.map +1 -0
  854. package/dist/actions/list-solution-categories.d.mts +9 -0
  855. package/dist/actions/list-solution-categories.d.mts.map +1 -0
  856. package/dist/actions/list-solution-categories.mjs +27 -0
  857. package/dist/actions/list-solution-categories.mjs.map +1 -0
  858. package/dist/actions/list-solution-folders.cjs +48 -0
  859. package/dist/actions/list-solution-folders.cjs.map +1 -0
  860. package/dist/actions/list-solution-folders.d.cts +9 -0
  861. package/dist/actions/list-solution-folders.d.cts.map +1 -0
  862. package/dist/actions/list-solution-folders.d.mts +9 -0
  863. package/dist/actions/list-solution-folders.d.mts.map +1 -0
  864. package/dist/actions/list-solution-folders.mjs +47 -0
  865. package/dist/actions/list-solution-folders.mjs.map +1 -0
  866. package/dist/actions/list-solution-subfolders.cjs +44 -0
  867. package/dist/actions/list-solution-subfolders.cjs.map +1 -0
  868. package/dist/actions/list-solution-subfolders.d.cts +9 -0
  869. package/dist/actions/list-solution-subfolders.d.cts.map +1 -0
  870. package/dist/actions/list-solution-subfolders.d.mts +9 -0
  871. package/dist/actions/list-solution-subfolders.d.mts.map +1 -0
  872. package/dist/actions/list-solution-subfolders.mjs +43 -0
  873. package/dist/actions/list-solution-subfolders.mjs.map +1 -0
  874. package/dist/actions/list-solutions-category-folders-translated.cjs +43 -0
  875. package/dist/actions/list-solutions-category-folders-translated.cjs.map +1 -0
  876. package/dist/actions/list-solutions-category-folders-translated.d.cts +9 -0
  877. package/dist/actions/list-solutions-category-folders-translated.d.cts.map +1 -0
  878. package/dist/actions/list-solutions-category-folders-translated.d.mts +9 -0
  879. package/dist/actions/list-solutions-category-folders-translated.d.mts.map +1 -0
  880. package/dist/actions/list-solutions-category-folders-translated.mjs +42 -0
  881. package/dist/actions/list-solutions-category-folders-translated.mjs.map +1 -0
  882. package/dist/actions/list-specific-section-details.cjs +25 -0
  883. package/dist/actions/list-specific-section-details.cjs.map +1 -0
  884. package/dist/actions/list-specific-section-details.d.cts +9 -0
  885. package/dist/actions/list-specific-section-details.d.cts.map +1 -0
  886. package/dist/actions/list-specific-section-details.d.mts +9 -0
  887. package/dist/actions/list-specific-section-details.d.mts.map +1 -0
  888. package/dist/actions/list-specific-section-details.mjs +22 -0
  889. package/dist/actions/list-specific-section-details.mjs.map +1 -0
  890. package/dist/actions/list-surveys.cjs +35 -0
  891. package/dist/actions/list-surveys.cjs.map +1 -0
  892. package/dist/actions/list-surveys.d.cts +9 -0
  893. package/dist/actions/list-surveys.d.cts.map +1 -0
  894. package/dist/actions/list-surveys.d.mts +9 -0
  895. package/dist/actions/list-surveys.d.mts.map +1 -0
  896. package/dist/actions/list-surveys.mjs +34 -0
  897. package/dist/actions/list-surveys.mjs.map +1 -0
  898. package/dist/actions/list-ticket-fields.cjs +37 -0
  899. package/dist/actions/list-ticket-fields.cjs.map +1 -0
  900. package/dist/actions/list-ticket-fields.d.cts +9 -0
  901. package/dist/actions/list-ticket-fields.d.cts.map +1 -0
  902. package/dist/actions/list-ticket-fields.d.mts +9 -0
  903. package/dist/actions/list-ticket-fields.d.mts.map +1 -0
  904. package/dist/actions/list-ticket-fields.mjs +36 -0
  905. package/dist/actions/list-ticket-fields.mjs.map +1 -0
  906. package/dist/actions/list-ticket-forms.cjs +32 -0
  907. package/dist/actions/list-ticket-forms.cjs.map +1 -0
  908. package/dist/actions/list-ticket-forms.d.cts +9 -0
  909. package/dist/actions/list-ticket-forms.d.cts.map +1 -0
  910. package/dist/actions/list-ticket-forms.d.mts +9 -0
  911. package/dist/actions/list-ticket-forms.d.mts.map +1 -0
  912. package/dist/actions/list-ticket-forms.mjs +31 -0
  913. package/dist/actions/list-ticket-forms.mjs.map +1 -0
  914. package/dist/actions/list-ticket-satisfaction-ratings.cjs +34 -0
  915. package/dist/actions/list-ticket-satisfaction-ratings.cjs.map +1 -0
  916. package/dist/actions/list-ticket-satisfaction-ratings.d.cts +9 -0
  917. package/dist/actions/list-ticket-satisfaction-ratings.d.cts.map +1 -0
  918. package/dist/actions/list-ticket-satisfaction-ratings.d.mts +9 -0
  919. package/dist/actions/list-ticket-satisfaction-ratings.d.mts.map +1 -0
  920. package/dist/actions/list-ticket-satisfaction-ratings.mjs +33 -0
  921. package/dist/actions/list-ticket-satisfaction-ratings.mjs.map +1 -0
  922. package/dist/actions/list-tickets-watchers.cjs +21 -0
  923. package/dist/actions/list-tickets-watchers.cjs.map +1 -0
  924. package/dist/actions/list-tickets-watchers.d.cts +9 -0
  925. package/dist/actions/list-tickets-watchers.d.cts.map +1 -0
  926. package/dist/actions/list-tickets-watchers.d.mts +9 -0
  927. package/dist/actions/list-tickets-watchers.d.mts.map +1 -0
  928. package/dist/actions/list-tickets-watchers.mjs +20 -0
  929. package/dist/actions/list-tickets-watchers.mjs.map +1 -0
  930. package/dist/actions/list-time-entries.cjs +39 -0
  931. package/dist/actions/list-time-entries.cjs.map +1 -0
  932. package/dist/actions/list-time-entries.d.cts +9 -0
  933. package/dist/actions/list-time-entries.d.cts.map +1 -0
  934. package/dist/actions/list-time-entries.d.mts +9 -0
  935. package/dist/actions/list-time-entries.d.mts.map +1 -0
  936. package/dist/actions/list-time-entries.mjs +38 -0
  937. package/dist/actions/list-time-entries.mjs.map +1 -0
  938. package/dist/actions/list-topic-comments2.cjs +34 -0
  939. package/dist/actions/list-topic-comments2.cjs.map +1 -0
  940. package/dist/actions/list-topic-comments2.d.cts +9 -0
  941. package/dist/actions/list-topic-comments2.d.cts.map +1 -0
  942. package/dist/actions/list-topic-comments2.d.mts +9 -0
  943. package/dist/actions/list-topic-comments2.d.mts.map +1 -0
  944. package/dist/actions/list-topic-comments2.mjs +33 -0
  945. package/dist/actions/list-topic-comments2.mjs.map +1 -0
  946. package/dist/actions/list-translated-solution-articles.cjs +58 -0
  947. package/dist/actions/list-translated-solution-articles.cjs.map +1 -0
  948. package/dist/actions/list-translated-solution-articles.d.cts +9 -0
  949. package/dist/actions/list-translated-solution-articles.d.cts.map +1 -0
  950. package/dist/actions/list-translated-solution-articles.d.mts +9 -0
  951. package/dist/actions/list-translated-solution-articles.d.mts.map +1 -0
  952. package/dist/actions/list-translated-solution-articles.mjs +57 -0
  953. package/dist/actions/list-translated-solution-articles.mjs.map +1 -0
  954. package/dist/actions/list-translated-subfolders.cjs +42 -0
  955. package/dist/actions/list-translated-subfolders.cjs.map +1 -0
  956. package/dist/actions/list-translated-subfolders.d.cts +9 -0
  957. package/dist/actions/list-translated-subfolders.d.cts.map +1 -0
  958. package/dist/actions/list-translated-subfolders.d.mts +9 -0
  959. package/dist/actions/list-translated-subfolders.d.mts.map +1 -0
  960. package/dist/actions/list-translated-subfolders.mjs +41 -0
  961. package/dist/actions/list-translated-subfolders.mjs.map +1 -0
  962. package/dist/actions/patch-admin-groups-agents.cjs +19 -0
  963. package/dist/actions/patch-admin-groups-agents.cjs.map +1 -0
  964. package/dist/actions/patch-admin-groups-agents.d.cts +9 -0
  965. package/dist/actions/patch-admin-groups-agents.d.cts.map +1 -0
  966. package/dist/actions/patch-admin-groups-agents.d.mts +9 -0
  967. package/dist/actions/patch-admin-groups-agents.d.mts.map +1 -0
  968. package/dist/actions/patch-admin-groups-agents.mjs +16 -0
  969. package/dist/actions/patch-admin-groups-agents.mjs.map +1 -0
  970. package/dist/actions/remove-watcher.cjs +19 -0
  971. package/dist/actions/remove-watcher.cjs.map +1 -0
  972. package/dist/actions/remove-watcher.d.cts +9 -0
  973. package/dist/actions/remove-watcher.d.cts.map +1 -0
  974. package/dist/actions/remove-watcher.d.mts +9 -0
  975. package/dist/actions/remove-watcher.d.mts.map +1 -0
  976. package/dist/actions/remove-watcher.mjs +16 -0
  977. package/dist/actions/remove-watcher.mjs.map +1 -0
  978. package/dist/actions/reply-to-forward-ticket.cjs +37 -0
  979. package/dist/actions/reply-to-forward-ticket.cjs.map +1 -0
  980. package/dist/actions/reply-to-forward-ticket.d.cts +9 -0
  981. package/dist/actions/reply-to-forward-ticket.d.cts.map +1 -0
  982. package/dist/actions/reply-to-forward-ticket.d.mts +9 -0
  983. package/dist/actions/reply-to-forward-ticket.d.mts.map +1 -0
  984. package/dist/actions/reply-to-forward-ticket.mjs +34 -0
  985. package/dist/actions/reply-to-forward-ticket.mjs.map +1 -0
  986. package/dist/actions/reply-to-ticket.cjs +47 -0
  987. package/dist/actions/reply-to-ticket.cjs.map +1 -0
  988. package/dist/actions/reply-to-ticket.d.cts +9 -0
  989. package/dist/actions/reply-to-ticket.d.cts.map +1 -0
  990. package/dist/actions/reply-to-ticket.d.mts +9 -0
  991. package/dist/actions/reply-to-ticket.d.mts.map +1 -0
  992. package/dist/actions/reply-to-ticket.mjs +46 -0
  993. package/dist/actions/reply-to-ticket.mjs.map +1 -0
  994. package/dist/actions/search-agents.cjs +59 -0
  995. package/dist/actions/search-agents.cjs.map +1 -0
  996. package/dist/actions/search-agents.d.cts +9 -0
  997. package/dist/actions/search-agents.d.cts.map +1 -0
  998. package/dist/actions/search-agents.d.mts +9 -0
  999. package/dist/actions/search-agents.d.mts.map +1 -0
  1000. package/dist/actions/search-agents.mjs +58 -0
  1001. package/dist/actions/search-agents.mjs.map +1 -0
  1002. package/dist/actions/search-companies.cjs +44 -0
  1003. package/dist/actions/search-companies.cjs.map +1 -0
  1004. package/dist/actions/search-companies.d.cts +9 -0
  1005. package/dist/actions/search-companies.d.cts.map +1 -0
  1006. package/dist/actions/search-companies.d.mts +9 -0
  1007. package/dist/actions/search-companies.d.mts.map +1 -0
  1008. package/dist/actions/search-companies.mjs +43 -0
  1009. package/dist/actions/search-companies.mjs.map +1 -0
  1010. package/dist/actions/search-company.cjs +20 -0
  1011. package/dist/actions/search-company.cjs.map +1 -0
  1012. package/dist/actions/search-company.d.cts +9 -0
  1013. package/dist/actions/search-company.d.cts.map +1 -0
  1014. package/dist/actions/search-company.d.mts +9 -0
  1015. package/dist/actions/search-company.d.mts.map +1 -0
  1016. package/dist/actions/search-company.mjs +19 -0
  1017. package/dist/actions/search-company.mjs.map +1 -0
  1018. package/dist/actions/search-contacts-autocomplete.cjs +26 -0
  1019. package/dist/actions/search-contacts-autocomplete.cjs.map +1 -0
  1020. package/dist/actions/search-contacts-autocomplete.d.cts +9 -0
  1021. package/dist/actions/search-contacts-autocomplete.d.cts.map +1 -0
  1022. package/dist/actions/search-contacts-autocomplete.d.mts +9 -0
  1023. package/dist/actions/search-contacts-autocomplete.d.mts.map +1 -0
  1024. package/dist/actions/search-contacts-autocomplete.mjs +25 -0
  1025. package/dist/actions/search-contacts-autocomplete.mjs.map +1 -0
  1026. package/dist/actions/search-contacts.cjs +59 -0
  1027. package/dist/actions/search-contacts.cjs.map +1 -0
  1028. package/dist/actions/search-contacts.d.cts +9 -0
  1029. package/dist/actions/search-contacts.d.cts.map +1 -0
  1030. package/dist/actions/search-contacts.d.mts +9 -0
  1031. package/dist/actions/search-contacts.d.mts.map +1 -0
  1032. package/dist/actions/search-contacts.mjs +58 -0
  1033. package/dist/actions/search-contacts.mjs.map +1 -0
  1034. package/dist/actions/search-solution-articles.cjs +62 -0
  1035. package/dist/actions/search-solution-articles.cjs.map +1 -0
  1036. package/dist/actions/search-solution-articles.d.cts +9 -0
  1037. package/dist/actions/search-solution-articles.d.cts.map +1 -0
  1038. package/dist/actions/search-solution-articles.d.mts +9 -0
  1039. package/dist/actions/search-solution-articles.d.mts.map +1 -0
  1040. package/dist/actions/search-solution-articles.mjs +61 -0
  1041. package/dist/actions/search-solution-articles.mjs.map +1 -0
  1042. package/dist/actions/toggle-timer.cjs +29 -0
  1043. package/dist/actions/toggle-timer.cjs.map +1 -0
  1044. package/dist/actions/toggle-timer.d.cts +9 -0
  1045. package/dist/actions/toggle-timer.d.cts.map +1 -0
  1046. package/dist/actions/toggle-timer.d.mts +9 -0
  1047. package/dist/actions/toggle-timer.d.mts.map +1 -0
  1048. package/dist/actions/toggle-timer.mjs +26 -0
  1049. package/dist/actions/toggle-timer.mjs.map +1 -0
  1050. package/dist/actions/update-admin-group.cjs +39 -0
  1051. package/dist/actions/update-admin-group.cjs.map +1 -0
  1052. package/dist/actions/update-admin-group.d.cts +9 -0
  1053. package/dist/actions/update-admin-group.d.cts.map +1 -0
  1054. package/dist/actions/update-admin-group.d.mts +9 -0
  1055. package/dist/actions/update-admin-group.d.mts.map +1 -0
  1056. package/dist/actions/update-admin-group.mjs +38 -0
  1057. package/dist/actions/update-admin-group.mjs.map +1 -0
  1058. package/dist/actions/update-admin-ticket-field-section.cjs +31 -0
  1059. package/dist/actions/update-admin-ticket-field-section.cjs.map +1 -0
  1060. package/dist/actions/update-admin-ticket-field-section.d.cts +9 -0
  1061. package/dist/actions/update-admin-ticket-field-section.d.cts.map +1 -0
  1062. package/dist/actions/update-admin-ticket-field-section.d.mts +9 -0
  1063. package/dist/actions/update-admin-ticket-field-section.d.mts.map +1 -0
  1064. package/dist/actions/update-admin-ticket-field-section.mjs +28 -0
  1065. package/dist/actions/update-admin-ticket-field-section.mjs.map +1 -0
  1066. package/dist/actions/update-admin-ticket-field.cjs +56 -0
  1067. package/dist/actions/update-admin-ticket-field.cjs.map +1 -0
  1068. package/dist/actions/update-admin-ticket-field.d.cts +9 -0
  1069. package/dist/actions/update-admin-ticket-field.d.cts.map +1 -0
  1070. package/dist/actions/update-admin-ticket-field.d.mts +9 -0
  1071. package/dist/actions/update-admin-ticket-field.d.mts.map +1 -0
  1072. package/dist/actions/update-admin-ticket-field.mjs +55 -0
  1073. package/dist/actions/update-admin-ticket-field.mjs.map +1 -0
  1074. package/dist/actions/update-agent-availability.cjs +37 -0
  1075. package/dist/actions/update-agent-availability.cjs.map +1 -0
  1076. package/dist/actions/update-agent-availability.d.cts +9 -0
  1077. package/dist/actions/update-agent-availability.d.cts.map +1 -0
  1078. package/dist/actions/update-agent-availability.d.mts +9 -0
  1079. package/dist/actions/update-agent-availability.d.mts.map +1 -0
  1080. package/dist/actions/update-agent-availability.mjs +36 -0
  1081. package/dist/actions/update-agent-availability.mjs.map +1 -0
  1082. package/dist/actions/update-agent.cjs +74 -0
  1083. package/dist/actions/update-agent.cjs.map +1 -0
  1084. package/dist/actions/update-agent.d.cts +9 -0
  1085. package/dist/actions/update-agent.d.cts.map +1 -0
  1086. package/dist/actions/update-agent.d.mts +9 -0
  1087. package/dist/actions/update-agent.d.mts.map +1 -0
  1088. package/dist/actions/update-agent.mjs +73 -0
  1089. package/dist/actions/update-agent.mjs.map +1 -0
  1090. package/dist/actions/update-automations.cjs +75 -0
  1091. package/dist/actions/update-automations.cjs.map +1 -0
  1092. package/dist/actions/update-automations.d.cts +9 -0
  1093. package/dist/actions/update-automations.d.cts.map +1 -0
  1094. package/dist/actions/update-automations.d.mts +9 -0
  1095. package/dist/actions/update-automations.d.mts.map +1 -0
  1096. package/dist/actions/update-automations.mjs +74 -0
  1097. package/dist/actions/update-automations.mjs.map +1 -0
  1098. package/dist/actions/update-canned-response-folder.cjs +22 -0
  1099. package/dist/actions/update-canned-response-folder.cjs.map +1 -0
  1100. package/dist/actions/update-canned-response-folder.d.cts +9 -0
  1101. package/dist/actions/update-canned-response-folder.d.cts.map +1 -0
  1102. package/dist/actions/update-canned-response-folder.d.mts +9 -0
  1103. package/dist/actions/update-canned-response-folder.d.mts.map +1 -0
  1104. package/dist/actions/update-canned-response-folder.mjs +19 -0
  1105. package/dist/actions/update-canned-response-folder.mjs.map +1 -0
  1106. package/dist/actions/update-canned-response.cjs +42 -0
  1107. package/dist/actions/update-canned-response.cjs.map +1 -0
  1108. package/dist/actions/update-canned-response.d.cts +9 -0
  1109. package/dist/actions/update-canned-response.d.cts.map +1 -0
  1110. package/dist/actions/update-canned-response.d.mts +9 -0
  1111. package/dist/actions/update-canned-response.d.mts.map +1 -0
  1112. package/dist/actions/update-canned-response.mjs +41 -0
  1113. package/dist/actions/update-canned-response.mjs.map +1 -0
  1114. package/dist/actions/update-companies.cjs +42 -0
  1115. package/dist/actions/update-companies.cjs.map +1 -0
  1116. package/dist/actions/update-companies.d.cts +9 -0
  1117. package/dist/actions/update-companies.d.cts.map +1 -0
  1118. package/dist/actions/update-companies.d.mts +9 -0
  1119. package/dist/actions/update-companies.d.mts.map +1 -0
  1120. package/dist/actions/update-companies.mjs +39 -0
  1121. package/dist/actions/update-companies.mjs.map +1 -0
  1122. package/dist/actions/update-contact-field.cjs +46 -0
  1123. package/dist/actions/update-contact-field.cjs.map +1 -0
  1124. package/dist/actions/update-contact-field.d.cts +9 -0
  1125. package/dist/actions/update-contact-field.d.cts.map +1 -0
  1126. package/dist/actions/update-contact-field.d.mts +9 -0
  1127. package/dist/actions/update-contact-field.d.mts.map +1 -0
  1128. package/dist/actions/update-contact-field.mjs +45 -0
  1129. package/dist/actions/update-contact-field.mjs.map +1 -0
  1130. package/dist/actions/update-contact-make-agent.cjs +49 -0
  1131. package/dist/actions/update-contact-make-agent.cjs.map +1 -0
  1132. package/dist/actions/update-contact-make-agent.d.cts +9 -0
  1133. package/dist/actions/update-contact-make-agent.d.cts.map +1 -0
  1134. package/dist/actions/update-contact-make-agent.d.mts +9 -0
  1135. package/dist/actions/update-contact-make-agent.d.mts.map +1 -0
  1136. package/dist/actions/update-contact-make-agent.mjs +48 -0
  1137. package/dist/actions/update-contact-make-agent.mjs.map +1 -0
  1138. package/dist/actions/update-contact.cjs +84 -0
  1139. package/dist/actions/update-contact.cjs.map +1 -0
  1140. package/dist/actions/update-contact.d.cts +9 -0
  1141. package/dist/actions/update-contact.d.cts.map +1 -0
  1142. package/dist/actions/update-contact.d.mts +9 -0
  1143. package/dist/actions/update-contact.d.mts.map +1 -0
  1144. package/dist/actions/update-contact.mjs +83 -0
  1145. package/dist/actions/update-contact.mjs.map +1 -0
  1146. package/dist/actions/update-conversations.cjs +44 -0
  1147. package/dist/actions/update-conversations.cjs.map +1 -0
  1148. package/dist/actions/update-conversations.d.cts +9 -0
  1149. package/dist/actions/update-conversations.d.cts.map +1 -0
  1150. package/dist/actions/update-conversations.d.mts +9 -0
  1151. package/dist/actions/update-conversations.d.mts.map +1 -0
  1152. package/dist/actions/update-conversations.mjs +43 -0
  1153. package/dist/actions/update-conversations.mjs.map +1 -0
  1154. package/dist/actions/update-discussion-category.cjs +26 -0
  1155. package/dist/actions/update-discussion-category.cjs.map +1 -0
  1156. package/dist/actions/update-discussion-category.d.cts +9 -0
  1157. package/dist/actions/update-discussion-category.d.cts.map +1 -0
  1158. package/dist/actions/update-discussion-category.d.mts +9 -0
  1159. package/dist/actions/update-discussion-category.d.mts.map +1 -0
  1160. package/dist/actions/update-discussion-category.mjs +23 -0
  1161. package/dist/actions/update-discussion-category.mjs.map +1 -0
  1162. package/dist/actions/update-discussion-comment.cjs +32 -0
  1163. package/dist/actions/update-discussion-comment.cjs.map +1 -0
  1164. package/dist/actions/update-discussion-comment.d.cts +9 -0
  1165. package/dist/actions/update-discussion-comment.d.cts.map +1 -0
  1166. package/dist/actions/update-discussion-comment.d.mts +9 -0
  1167. package/dist/actions/update-discussion-comment.d.mts.map +1 -0
  1168. package/dist/actions/update-discussion-comment.mjs +29 -0
  1169. package/dist/actions/update-discussion-comment.mjs.map +1 -0
  1170. package/dist/actions/update-discussion-forum.cjs +37 -0
  1171. package/dist/actions/update-discussion-forum.cjs.map +1 -0
  1172. package/dist/actions/update-discussion-forum.d.cts +9 -0
  1173. package/dist/actions/update-discussion-forum.d.cts.map +1 -0
  1174. package/dist/actions/update-discussion-forum.d.mts +9 -0
  1175. package/dist/actions/update-discussion-forum.d.mts.map +1 -0
  1176. package/dist/actions/update-discussion-forum.mjs +34 -0
  1177. package/dist/actions/update-discussion-forum.mjs.map +1 -0
  1178. package/dist/actions/update-discussion-topic.cjs +42 -0
  1179. package/dist/actions/update-discussion-topic.cjs.map +1 -0
  1180. package/dist/actions/update-discussion-topic.d.cts +9 -0
  1181. package/dist/actions/update-discussion-topic.d.cts.map +1 -0
  1182. package/dist/actions/update-discussion-topic.d.mts +9 -0
  1183. package/dist/actions/update-discussion-topic.d.mts.map +1 -0
  1184. package/dist/actions/update-discussion-topic.mjs +39 -0
  1185. package/dist/actions/update-discussion-topic.mjs.map +1 -0
  1186. package/dist/actions/update-email-settings.cjs +42 -0
  1187. package/dist/actions/update-email-settings.cjs.map +1 -0
  1188. package/dist/actions/update-email-settings.d.cts +9 -0
  1189. package/dist/actions/update-email-settings.d.cts.map +1 -0
  1190. package/dist/actions/update-email-settings.d.mts +9 -0
  1191. package/dist/actions/update-email-settings.d.mts.map +1 -0
  1192. package/dist/actions/update-email-settings.mjs +39 -0
  1193. package/dist/actions/update-email-settings.mjs.map +1 -0
  1194. package/dist/actions/update-notification-email-bcc.cjs +16 -0
  1195. package/dist/actions/update-notification-email-bcc.cjs.map +1 -0
  1196. package/dist/actions/update-notification-email-bcc.d.cts +9 -0
  1197. package/dist/actions/update-notification-email-bcc.d.cts.map +1 -0
  1198. package/dist/actions/update-notification-email-bcc.d.mts +9 -0
  1199. package/dist/actions/update-notification-email-bcc.d.mts.map +1 -0
  1200. package/dist/actions/update-notification-email-bcc.mjs +13 -0
  1201. package/dist/actions/update-notification-email-bcc.mjs.map +1 -0
  1202. package/dist/actions/update-sla-policies.cjs +104 -0
  1203. package/dist/actions/update-sla-policies.cjs.map +1 -0
  1204. package/dist/actions/update-sla-policies.d.cts +9 -0
  1205. package/dist/actions/update-sla-policies.d.cts.map +1 -0
  1206. package/dist/actions/update-sla-policies.d.mts +9 -0
  1207. package/dist/actions/update-sla-policies.d.mts.map +1 -0
  1208. package/dist/actions/update-sla-policies.mjs +103 -0
  1209. package/dist/actions/update-sla-policies.mjs.map +1 -0
  1210. package/dist/actions/update-solution-category.cjs +29 -0
  1211. package/dist/actions/update-solution-category.cjs.map +1 -0
  1212. package/dist/actions/update-solution-category.d.cts +9 -0
  1213. package/dist/actions/update-solution-category.d.cts.map +1 -0
  1214. package/dist/actions/update-solution-category.d.mts +9 -0
  1215. package/dist/actions/update-solution-category.d.mts.map +1 -0
  1216. package/dist/actions/update-solution-category.mjs +26 -0
  1217. package/dist/actions/update-solution-category.mjs.map +1 -0
  1218. package/dist/actions/update-solution-folder.cjs +53 -0
  1219. package/dist/actions/update-solution-folder.cjs.map +1 -0
  1220. package/dist/actions/update-solution-folder.d.cts +9 -0
  1221. package/dist/actions/update-solution-folder.d.cts.map +1 -0
  1222. package/dist/actions/update-solution-folder.d.mts +9 -0
  1223. package/dist/actions/update-solution-folder.d.mts.map +1 -0
  1224. package/dist/actions/update-solution-folder.mjs +52 -0
  1225. package/dist/actions/update-solution-folder.mjs.map +1 -0
  1226. package/dist/actions/update-solutions.cjs +62 -0
  1227. package/dist/actions/update-solutions.cjs.map +1 -0
  1228. package/dist/actions/update-solutions.d.cts +9 -0
  1229. package/dist/actions/update-solutions.d.cts.map +1 -0
  1230. package/dist/actions/update-solutions.d.mts +9 -0
  1231. package/dist/actions/update-solutions.d.mts.map +1 -0
  1232. package/dist/actions/update-solutions.mjs +61 -0
  1233. package/dist/actions/update-solutions.mjs.map +1 -0
  1234. package/dist/actions/update-ticket-bulk-watch.cjs +31 -0
  1235. package/dist/actions/update-ticket-bulk-watch.cjs.map +1 -0
  1236. package/dist/actions/update-ticket-bulk-watch.d.cts +9 -0
  1237. package/dist/actions/update-ticket-bulk-watch.d.cts.map +1 -0
  1238. package/dist/actions/update-ticket-bulk-watch.d.mts +9 -0
  1239. package/dist/actions/update-ticket-bulk-watch.d.mts.map +1 -0
  1240. package/dist/actions/update-ticket-bulk-watch.mjs +30 -0
  1241. package/dist/actions/update-ticket-bulk-watch.mjs.map +1 -0
  1242. package/dist/actions/update-ticket-forms.cjs +63 -0
  1243. package/dist/actions/update-ticket-forms.cjs.map +1 -0
  1244. package/dist/actions/update-ticket-forms.d.cts +9 -0
  1245. package/dist/actions/update-ticket-forms.d.cts.map +1 -0
  1246. package/dist/actions/update-ticket-forms.d.mts +9 -0
  1247. package/dist/actions/update-ticket-forms.d.mts.map +1 -0
  1248. package/dist/actions/update-ticket-forms.mjs +62 -0
  1249. package/dist/actions/update-ticket-forms.mjs.map +1 -0
  1250. package/dist/actions/update-ticket-summary.cjs +31 -0
  1251. package/dist/actions/update-ticket-summary.cjs.map +1 -0
  1252. package/dist/actions/update-ticket-summary.d.cts +9 -0
  1253. package/dist/actions/update-ticket-summary.d.cts.map +1 -0
  1254. package/dist/actions/update-ticket-summary.d.mts +9 -0
  1255. package/dist/actions/update-ticket-summary.d.mts.map +1 -0
  1256. package/dist/actions/update-ticket-summary.mjs +28 -0
  1257. package/dist/actions/update-ticket-summary.mjs.map +1 -0
  1258. package/dist/actions/update-ticket-user-access.cjs +22 -0
  1259. package/dist/actions/update-ticket-user-access.cjs.map +1 -0
  1260. package/dist/actions/update-ticket-user-access.d.cts +9 -0
  1261. package/dist/actions/update-ticket-user-access.d.cts.map +1 -0
  1262. package/dist/actions/update-ticket-user-access.d.mts +9 -0
  1263. package/dist/actions/update-ticket-user-access.d.mts.map +1 -0
  1264. package/dist/actions/update-ticket-user-access.mjs +19 -0
  1265. package/dist/actions/update-ticket-user-access.mjs.map +1 -0
  1266. package/dist/actions/update-ticket.cjs +137 -0
  1267. package/dist/actions/update-ticket.cjs.map +1 -0
  1268. package/dist/actions/update-ticket.d.cts +9 -0
  1269. package/dist/actions/update-ticket.d.cts.map +1 -0
  1270. package/dist/actions/update-ticket.d.mts +9 -0
  1271. package/dist/actions/update-ticket.d.mts.map +1 -0
  1272. package/dist/actions/update-ticket.mjs +136 -0
  1273. package/dist/actions/update-ticket.mjs.map +1 -0
  1274. package/dist/actions/update-time-entry.cjs +39 -0
  1275. package/dist/actions/update-time-entry.cjs.map +1 -0
  1276. package/dist/actions/update-time-entry.d.cts +9 -0
  1277. package/dist/actions/update-time-entry.d.cts.map +1 -0
  1278. package/dist/actions/update-time-entry.d.mts +9 -0
  1279. package/dist/actions/update-time-entry.d.mts.map +1 -0
  1280. package/dist/actions/update-time-entry.mjs +36 -0
  1281. package/dist/actions/update-time-entry.mjs.map +1 -0
  1282. package/dist/actions/view-a-canned-response.cjs +39 -0
  1283. package/dist/actions/view-a-canned-response.cjs.map +1 -0
  1284. package/dist/actions/view-a-canned-response.d.cts +9 -0
  1285. package/dist/actions/view-a-canned-response.d.cts.map +1 -0
  1286. package/dist/actions/view-a-canned-response.d.mts +9 -0
  1287. package/dist/actions/view-a-canned-response.d.mts.map +1 -0
  1288. package/dist/actions/view-a-canned-response.mjs +38 -0
  1289. package/dist/actions/view-a-canned-response.mjs.map +1 -0
  1290. package/dist/actions/view-automations.cjs +72 -0
  1291. package/dist/actions/view-automations.cjs.map +1 -0
  1292. package/dist/actions/view-automations.d.cts +9 -0
  1293. package/dist/actions/view-automations.d.cts.map +1 -0
  1294. package/dist/actions/view-automations.d.mts +9 -0
  1295. package/dist/actions/view-automations.d.mts.map +1 -0
  1296. package/dist/actions/view-automations.mjs +71 -0
  1297. package/dist/actions/view-automations.mjs.map +1 -0
  1298. package/dist/actions/view-business-hour.cjs +45 -0
  1299. package/dist/actions/view-business-hour.cjs.map +1 -0
  1300. package/dist/actions/view-business-hour.d.cts +9 -0
  1301. package/dist/actions/view-business-hour.d.cts.map +1 -0
  1302. package/dist/actions/view-business-hour.d.mts +9 -0
  1303. package/dist/actions/view-business-hour.d.mts.map +1 -0
  1304. package/dist/actions/view-business-hour.mjs +44 -0
  1305. package/dist/actions/view-business-hour.mjs.map +1 -0
  1306. package/dist/actions/view-company-field.cjs +36 -0
  1307. package/dist/actions/view-company-field.cjs.map +1 -0
  1308. package/dist/actions/view-company-field.d.cts +9 -0
  1309. package/dist/actions/view-company-field.d.cts.map +1 -0
  1310. package/dist/actions/view-company-field.d.mts +9 -0
  1311. package/dist/actions/view-company-field.d.mts.map +1 -0
  1312. package/dist/actions/view-company-field.mjs +35 -0
  1313. package/dist/actions/view-company-field.mjs.map +1 -0
  1314. package/dist/actions/view-contact-field.cjs +42 -0
  1315. package/dist/actions/view-contact-field.cjs.map +1 -0
  1316. package/dist/actions/view-contact-field.d.cts +9 -0
  1317. package/dist/actions/view-contact-field.d.cts.map +1 -0
  1318. package/dist/actions/view-contact-field.d.mts +9 -0
  1319. package/dist/actions/view-contact-field.d.mts.map +1 -0
  1320. package/dist/actions/view-contact-field.mjs +41 -0
  1321. package/dist/actions/view-contact-field.mjs.map +1 -0
  1322. package/dist/actions/view-email-configs.cjs +27 -0
  1323. package/dist/actions/view-email-configs.cjs.map +1 -0
  1324. package/dist/actions/view-email-configs.d.cts +9 -0
  1325. package/dist/actions/view-email-configs.d.cts.map +1 -0
  1326. package/dist/actions/view-email-configs.d.mts +9 -0
  1327. package/dist/actions/view-email-configs.d.mts.map +1 -0
  1328. package/dist/actions/view-email-configs.mjs +24 -0
  1329. package/dist/actions/view-email-configs.mjs.map +1 -0
  1330. package/dist/actions/view-email.cjs +31 -0
  1331. package/dist/actions/view-email.cjs.map +1 -0
  1332. package/dist/actions/view-email.d.cts +9 -0
  1333. package/dist/actions/view-email.d.cts.map +1 -0
  1334. package/dist/actions/view-email.d.mts +9 -0
  1335. package/dist/actions/view-email.d.mts.map +1 -0
  1336. package/dist/actions/view-email.mjs +28 -0
  1337. package/dist/actions/view-email.mjs.map +1 -0
  1338. package/dist/actions/view-group.cjs +30 -0
  1339. package/dist/actions/view-group.cjs.map +1 -0
  1340. package/dist/actions/view-group.d.cts +9 -0
  1341. package/dist/actions/view-group.d.cts.map +1 -0
  1342. package/dist/actions/view-group.d.mts +9 -0
  1343. package/dist/actions/view-group.d.mts.map +1 -0
  1344. package/dist/actions/view-group.mjs +27 -0
  1345. package/dist/actions/view-group.mjs.map +1 -0
  1346. package/dist/actions/view-notifications.cjs +20 -0
  1347. package/dist/actions/view-notifications.cjs.map +1 -0
  1348. package/dist/actions/view-notifications.d.cts +9 -0
  1349. package/dist/actions/view-notifications.d.cts.map +1 -0
  1350. package/dist/actions/view-notifications.d.mts +9 -0
  1351. package/dist/actions/view-notifications.d.mts.map +1 -0
  1352. package/dist/actions/view-notifications.mjs +17 -0
  1353. package/dist/actions/view-notifications.mjs.map +1 -0
  1354. package/dist/actions/view-products.cjs +24 -0
  1355. package/dist/actions/view-products.cjs.map +1 -0
  1356. package/dist/actions/view-products.d.cts +9 -0
  1357. package/dist/actions/view-products.d.cts.map +1 -0
  1358. package/dist/actions/view-products.d.mts +9 -0
  1359. package/dist/actions/view-products.d.mts.map +1 -0
  1360. package/dist/actions/view-products.mjs +21 -0
  1361. package/dist/actions/view-products.mjs.map +1 -0
  1362. package/dist/actions/view-roles.cjs +26 -0
  1363. package/dist/actions/view-roles.cjs.map +1 -0
  1364. package/dist/actions/view-roles.d.cts +9 -0
  1365. package/dist/actions/view-roles.d.cts.map +1 -0
  1366. package/dist/actions/view-roles.d.mts +9 -0
  1367. package/dist/actions/view-roles.d.mts.map +1 -0
  1368. package/dist/actions/view-roles.mjs +23 -0
  1369. package/dist/actions/view-roles.mjs.map +1 -0
  1370. package/dist/actions/view-settings.cjs +21 -0
  1371. package/dist/actions/view-settings.cjs.map +1 -0
  1372. package/dist/actions/view-settings.d.cts +9 -0
  1373. package/dist/actions/view-settings.d.cts.map +1 -0
  1374. package/dist/actions/view-settings.d.mts +9 -0
  1375. package/dist/actions/view-settings.d.mts.map +1 -0
  1376. package/dist/actions/view-settings.mjs +18 -0
  1377. package/dist/actions/view-settings.mjs.map +1 -0
  1378. package/dist/actions/view-skill.cjs +35 -0
  1379. package/dist/actions/view-skill.cjs.map +1 -0
  1380. package/dist/actions/view-skill.d.cts +9 -0
  1381. package/dist/actions/view-skill.d.cts.map +1 -0
  1382. package/dist/actions/view-skill.d.mts +9 -0
  1383. package/dist/actions/view-skill.d.mts.map +1 -0
  1384. package/dist/actions/view-skill.mjs +34 -0
  1385. package/dist/actions/view-skill.mjs.map +1 -0
  1386. package/dist/actions/view-solution-category.cjs +26 -0
  1387. package/dist/actions/view-solution-category.cjs.map +1 -0
  1388. package/dist/actions/view-solution-category.d.cts +9 -0
  1389. package/dist/actions/view-solution-category.d.cts.map +1 -0
  1390. package/dist/actions/view-solution-category.d.mts +9 -0
  1391. package/dist/actions/view-solution-category.d.mts.map +1 -0
  1392. package/dist/actions/view-solution-category.mjs +23 -0
  1393. package/dist/actions/view-solution-category.mjs.map +1 -0
  1394. package/dist/actions/view-solution-folder.cjs +45 -0
  1395. package/dist/actions/view-solution-folder.cjs.map +1 -0
  1396. package/dist/actions/view-solution-folder.d.cts +9 -0
  1397. package/dist/actions/view-solution-folder.d.cts.map +1 -0
  1398. package/dist/actions/view-solution-folder.d.mts +9 -0
  1399. package/dist/actions/view-solution-folder.d.mts.map +1 -0
  1400. package/dist/actions/view-solution-folder.mjs +44 -0
  1401. package/dist/actions/view-solution-folder.mjs.map +1 -0
  1402. package/dist/actions/view-solutions.cjs +75 -0
  1403. package/dist/actions/view-solutions.cjs.map +1 -0
  1404. package/dist/actions/view-solutions.d.cts +9 -0
  1405. package/dist/actions/view-solutions.d.cts.map +1 -0
  1406. package/dist/actions/view-solutions.d.mts +9 -0
  1407. package/dist/actions/view-solutions.d.mts.map +1 -0
  1408. package/dist/actions/view-solutions.mjs +74 -0
  1409. package/dist/actions/view-solutions.mjs.map +1 -0
  1410. package/dist/actions/view-ticket-field.cjs +57 -0
  1411. package/dist/actions/view-ticket-field.cjs.map +1 -0
  1412. package/dist/actions/view-ticket-field.d.cts +9 -0
  1413. package/dist/actions/view-ticket-field.d.cts.map +1 -0
  1414. package/dist/actions/view-ticket-field.d.mts +9 -0
  1415. package/dist/actions/view-ticket-field.d.mts.map +1 -0
  1416. package/dist/actions/view-ticket-field.mjs +56 -0
  1417. package/dist/actions/view-ticket-field.mjs.map +1 -0
  1418. package/dist/actions/view-ticket-form-field.cjs +38 -0
  1419. package/dist/actions/view-ticket-form-field.cjs.map +1 -0
  1420. package/dist/actions/view-ticket-form-field.d.cts +9 -0
  1421. package/dist/actions/view-ticket-form-field.d.cts.map +1 -0
  1422. package/dist/actions/view-ticket-form-field.d.mts +9 -0
  1423. package/dist/actions/view-ticket-form-field.d.mts.map +1 -0
  1424. package/dist/actions/view-ticket-form-field.mjs +35 -0
  1425. package/dist/actions/view-ticket-form-field.mjs.map +1 -0
  1426. package/dist/actions/view-ticket.cjs +145 -0
  1427. package/dist/actions/view-ticket.cjs.map +1 -0
  1428. package/dist/actions/view-ticket.d.cts +9 -0
  1429. package/dist/actions/view-ticket.d.cts.map +1 -0
  1430. package/dist/actions/view-ticket.d.mts +9 -0
  1431. package/dist/actions/view-ticket.d.mts.map +1 -0
  1432. package/dist/actions/view-ticket.mjs +144 -0
  1433. package/dist/actions/view-ticket.mjs.map +1 -0
  1434. package/dist/app.cjs +9 -0
  1435. package/dist/app.cjs.map +1 -0
  1436. package/dist/app.d.cts +5 -0
  1437. package/dist/app.d.cts.map +1 -0
  1438. package/dist/app.d.mts +5 -0
  1439. package/dist/app.d.mts.map +1 -0
  1440. package/dist/app.mjs +10 -0
  1441. package/dist/app.mjs.map +1 -0
  1442. package/dist/catalog.cjs +15 -0
  1443. package/dist/catalog.cjs.map +1 -0
  1444. package/dist/catalog.d.cts +14 -0
  1445. package/dist/catalog.d.cts.map +1 -0
  1446. package/dist/catalog.d.mts +14 -0
  1447. package/dist/catalog.d.mts.map +1 -0
  1448. package/dist/catalog.mjs +15 -0
  1449. package/dist/catalog.mjs.map +1 -0
  1450. package/dist/execute.cjs +18 -0
  1451. package/dist/execute.cjs.map +1 -0
  1452. package/dist/execute.mjs +18 -0
  1453. package/dist/execute.mjs.map +1 -0
  1454. package/dist/index.cjs +362 -0
  1455. package/dist/index.d.cts +181 -0
  1456. package/dist/index.d.mts +181 -0
  1457. package/dist/index.mjs +182 -0
  1458. package/package.json +49 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-tickets.cjs","names":["z","action"],"sources":["../../src/actions/get-tickets.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshdeskGetTicketsInput: z.ZodTypeAny = z.object({\n page: z.number().int().default(1).describe(\"Page number to retrieve\").optional(),\n filter: z.string().describe(\"Predefined filter to apply. Possible values include 'new_and_my_open', 'watching', 'spam', 'deleted', etc.\").optional(),\n status: z.enum([\"open\", \"pending\", \"resolved\", \"closed\", \"waiting_on_customer\", \"waiting_on_third_party\"]).describe(\"Enum for ticket status values.\").optional(),\n sort_by: z.string().describe(\"Field to sort tickets by, e.g., 'created_at'\").optional(),\n agent_id: z.number().int().describe(\"Filter tickets by agent ID\").optional(),\n group_id: z.number().int().describe(\"Filter tickets by group ID\").optional(),\n per_page: z.number().int().default(30).describe(\"Number of tickets per page\").optional(),\n priority: z.enum([\"low\", \"medium\", \"high\", \"urgent\"]).describe(\"Enum for ticket priority values.\").optional(),\n sort_order: z.string().describe(\"Order of sorting: 'asc' or 'desc'\").optional(),\n requester_id: z.number().int().describe(\"Filter tickets by requester ID\").optional(),\n created_since: z.string().describe(\"Retrieve tickets created since this timestamp. Format: YYYY-MM-DDTHH:MM:SSZ\").optional(),\n});\nconst FreshdeskGetTickets_TicketSourceSchema: z.ZodTypeAny = z.enum([\"email\", \"portal\", \"phone\", \"forum\", \"twitter\", \"facebook\", \"chat\", \"mobihelp\", \"feedback_widget\", \"outbound_email\"]).describe(\"Enum for ticket source values.\");\nconst FreshdeskGetTickets_TicketStatusSchema: z.ZodTypeAny = z.enum([\"open\", \"pending\", \"resolved\", \"closed\", \"waiting_on_customer\", \"waiting_on_third_party\"]).describe(\"Enum for ticket status values.\");\nconst FreshdeskGetTickets_TicketPrioritySchema: z.ZodTypeAny = z.enum([\"low\", \"medium\", \"high\", \"urgent\"]).describe(\"Enum for ticket priority values.\");\nconst FreshdeskGetTickets_TicketAttachmentSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the attachment.\").nullable().optional(),\n name: z.string().describe(\"Name of the attached file.\").nullable().optional(),\n size: z.number().int().describe(\"Size of the attachment in bytes.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the attachment was added.\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the attachment was last updated.\").nullable().optional(),\n content_type: z.string().describe(\"MIME type of the attachment.\").nullable().optional(),\n attachment_url: z.string().describe(\"URL to download the attachment.\").nullable().optional(),\n}).describe(\"Represents a file attachment associated with a ticket.\");\nconst FreshdeskGetTickets_TicketSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the ticket.\"),\n spam: z.boolean().describe(\"Indicates whether the ticket has been marked as spam.\"),\n tags: z.array(z.string()).describe(\"Array of tags associated with the ticket.\").nullable().optional(),\n type: z.string().describe(\"Type of the ticket (e.g., Question, Incident, Problem, Feature Request, Refund).\").nullable().optional(),\n phone: z.string().describe(\"Phone number of the requester.\").nullable().optional(),\n due_by: z.string().describe(\"Timestamp when the ticket is due to be resolved in UTC format (YYYY-MM-DDTHH:MM:SSZ).\").nullable().optional(),\n source: FreshdeskGetTickets_TicketSourceSchema.nullable(),\n status: FreshdeskGetTickets_TicketStatusSchema.nullable(),\n deleted: z.boolean().describe(\"Indicates whether the ticket has been deleted.\").nullable().optional(),\n form_id: z.number().int().describe(\"ID of the ticket form associated with this ticket.\").nullable().optional(),\n subject: z.string().describe(\"Subject of the ticket.\"),\n group_id: z.number().int().describe(\"ID of the group to which the ticket is assigned.\").nullable().optional(),\n priority: FreshdeskGetTickets_TicketPrioritySchema.nullable(),\n cc_emails: z.array(z.string()).describe(\"Array of email addresses that are CC'd on the ticket.\").nullable().optional(),\n fr_due_by: z.string().describe(\"Timestamp by which the first response is due in UTC format (YYYY-MM-DDTHH:MM:SSZ).\").nullable().optional(),\n nr_due_by: z.string().describe(\"Timestamp by which the next response is due in UTC format (YYYY-MM-DDTHH:MM:SSZ).\").nullable().optional(),\n to_emails: z.array(z.string()).describe(\"Array of email addresses to which the ticket is addressed.\").nullable().optional(),\n company_id: z.number().int().describe(\"ID of the company associated with the ticket.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the ticket was created in UTC format (YYYY-MM-DDTHH:MM:SSZ).\"),\n fwd_emails: z.array(z.string()).describe(\"Array of email addresses to which the ticket was forwarded.\").nullable().optional(),\n product_id: z.number().int().describe(\"ID of the product associated with the ticket.\").nullable().optional(),\n twitter_id: z.string().describe(\"Twitter user ID if the ticket was created via Twitter.\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the ticket was last updated in UTC format (YYYY-MM-DDTHH:MM:SSZ).\"),\n attachments: z.array(FreshdeskGetTickets_TicketAttachmentSchema).describe(\"Array of file attachments associated with the ticket.\").nullable().optional(),\n description: z.string().describe(\"HTML content of the ticket description. Note: This field is only included when viewing a single ticket, not when listing tickets.\").nullable().optional(),\n facebook_id: z.string().describe(\"Facebook user ID if the ticket was created via Facebook.\").nullable().optional(),\n source_info: z.record(z.string(), z.unknown()).describe(\"Additional information about the source of the ticket.\").nullable().optional(),\n fr_escalated: z.boolean().describe(\"Indicates whether the first response time has been escalated.\"),\n is_escalated: z.boolean().describe(\"Indicates whether the ticket has been escalated for any reason.\"),\n nr_escalated: z.boolean().describe(\"Indicates whether the next response time has been escalated.\").nullable().optional(),\n requester_id: z.number().int().describe(\"User ID of the requester who created the ticket.\"),\n responder_id: z.number().int().describe(\"User ID of the agent assigned to the ticket.\").nullable().optional(),\n custom_fields: z.record(z.string(), z.unknown()).describe(\"Object containing custom field values. Custom field names are prefixed with 'cf_' and derived from field labels.\").nullable().optional(),\n support_email: z.string().describe(\"The support email address associated with this ticket.\").nullable().optional(),\n email_config_id: z.number().int().describe(\"ID of the customized email address configured to automatically create tickets from received emails.\").nullable().optional(),\n reply_cc_emails: z.array(z.string()).describe(\"Array of email addresses that are CC'd on replies to the ticket.\").nullable().optional(),\n sentiment_score: z.number().int().describe(\"Current sentiment score of the ticket (0-100 scale).\").nullable().optional(),\n association_type: z.number().int().describe(\"Type of ticket association. Values: 1=Parent, 2=Child, 3=Tracker, 4=Related.\").nullable().optional(),\n description_text: z.string().describe(\"Plain text version of the ticket description with HTML tags stripped out. Note: This field is only included when viewing a single ticket.\").nullable().optional(),\n ticket_cc_emails: z.array(z.string()).describe(\"Array of email addresses CC'd at the ticket level.\").nullable().optional(),\n ticket_bcc_emails: z.array(z.string()).describe(\"Array of email addresses BCC'd at the ticket level.\").nullable().optional(),\n unique_external_id: z.string().describe(\"Unique external identifier for the requester, used to identify contacts across different systems.\").nullable().optional(),\n structured_description: z.record(z.string(), z.unknown()).describe(\"Structured version of the ticket description.\").nullable().optional(),\n initial_sentiment_score: z.number().int().describe(\"Initial sentiment score when the ticket was created.\").nullable().optional(),\n associated_tickets_count: z.number().int().describe(\"Count of tickets associated with this ticket (for parent/tracker tickets).\").nullable().optional(),\n}).describe(\"Represents a Freshdesk ticket.\");\nexport const FreshdeskGetTicketsOutput: z.ZodTypeAny = z.object({\n tickets: z.array(FreshdeskGetTickets_TicketSchema).describe(\"Array of tickets retrieved from Freshdesk.\"),\n}).describe(\"Response containing a list of tickets.\");\n\nexport const freshdeskGetTickets = action(\"FRESHDESK_GET_TICKETS\", {\n slug: \"freshdesk-get-tickets\",\n name: \"Get Tickets\",\n description: \"Retrieves a list of tickets from Freshdesk. Tickets are returned under `response_data` in the response object.\",\n input: FreshdeskGetTicketsInput,\n output: FreshdeskGetTicketsOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-tickets.d.ts
4
+ declare const FreshdeskGetTicketsInput: z.ZodTypeAny;
5
+ declare const FreshdeskGetTicketsOutput: z.ZodTypeAny;
6
+ declare const freshdeskGetTickets: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { freshdeskGetTickets };
9
+ //# sourceMappingURL=get-tickets.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-tickets.d.cts","names":[],"sources":["../../src/actions/get-tickets.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAYvC;AAAA,cA4DW,yBAAA,EAA2B,CAAA,CAAE,UAEW;AAAA,cAExC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-tickets.d.ts
4
+ declare const FreshdeskGetTicketsInput: z.ZodTypeAny;
5
+ declare const FreshdeskGetTicketsOutput: z.ZodTypeAny;
6
+ declare const freshdeskGetTickets: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { freshdeskGetTickets };
9
+ //# sourceMappingURL=get-tickets.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-tickets.d.mts","names":[],"sources":["../../src/actions/get-tickets.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAYvC;AAAA,cA4DW,yBAAA,EAA2B,CAAA,CAAE,UAEW;AAAA,cAExC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,121 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-tickets.ts
4
+ const FreshdeskGetTicketsInput = z.object({
5
+ page: z.number().int().default(1).describe("Page number to retrieve").optional(),
6
+ filter: z.string().describe("Predefined filter to apply. Possible values include 'new_and_my_open', 'watching', 'spam', 'deleted', etc.").optional(),
7
+ status: z.enum([
8
+ "open",
9
+ "pending",
10
+ "resolved",
11
+ "closed",
12
+ "waiting_on_customer",
13
+ "waiting_on_third_party"
14
+ ]).describe("Enum for ticket status values.").optional(),
15
+ sort_by: z.string().describe("Field to sort tickets by, e.g., 'created_at'").optional(),
16
+ agent_id: z.number().int().describe("Filter tickets by agent ID").optional(),
17
+ group_id: z.number().int().describe("Filter tickets by group ID").optional(),
18
+ per_page: z.number().int().default(30).describe("Number of tickets per page").optional(),
19
+ priority: z.enum([
20
+ "low",
21
+ "medium",
22
+ "high",
23
+ "urgent"
24
+ ]).describe("Enum for ticket priority values.").optional(),
25
+ sort_order: z.string().describe("Order of sorting: 'asc' or 'desc'").optional(),
26
+ requester_id: z.number().int().describe("Filter tickets by requester ID").optional(),
27
+ created_since: z.string().describe("Retrieve tickets created since this timestamp. Format: YYYY-MM-DDTHH:MM:SSZ").optional()
28
+ });
29
+ const FreshdeskGetTickets_TicketSourceSchema = z.enum([
30
+ "email",
31
+ "portal",
32
+ "phone",
33
+ "forum",
34
+ "twitter",
35
+ "facebook",
36
+ "chat",
37
+ "mobihelp",
38
+ "feedback_widget",
39
+ "outbound_email"
40
+ ]).describe("Enum for ticket source values.");
41
+ const FreshdeskGetTickets_TicketStatusSchema = z.enum([
42
+ "open",
43
+ "pending",
44
+ "resolved",
45
+ "closed",
46
+ "waiting_on_customer",
47
+ "waiting_on_third_party"
48
+ ]).describe("Enum for ticket status values.");
49
+ const FreshdeskGetTickets_TicketPrioritySchema = z.enum([
50
+ "low",
51
+ "medium",
52
+ "high",
53
+ "urgent"
54
+ ]).describe("Enum for ticket priority values.");
55
+ const FreshdeskGetTickets_TicketAttachmentSchema = z.object({
56
+ id: z.number().int().describe("Unique identifier of the attachment.").nullable().optional(),
57
+ name: z.string().describe("Name of the attached file.").nullable().optional(),
58
+ size: z.number().int().describe("Size of the attachment in bytes.").nullable().optional(),
59
+ created_at: z.string().describe("Timestamp when the attachment was added.").nullable().optional(),
60
+ updated_at: z.string().describe("Timestamp when the attachment was last updated.").nullable().optional(),
61
+ content_type: z.string().describe("MIME type of the attachment.").nullable().optional(),
62
+ attachment_url: z.string().describe("URL to download the attachment.").nullable().optional()
63
+ }).describe("Represents a file attachment associated with a ticket.");
64
+ const FreshdeskGetTickets_TicketSchema = z.object({
65
+ id: z.number().int().describe("Unique identifier of the ticket."),
66
+ spam: z.boolean().describe("Indicates whether the ticket has been marked as spam."),
67
+ tags: z.array(z.string()).describe("Array of tags associated with the ticket.").nullable().optional(),
68
+ type: z.string().describe("Type of the ticket (e.g., Question, Incident, Problem, Feature Request, Refund).").nullable().optional(),
69
+ phone: z.string().describe("Phone number of the requester.").nullable().optional(),
70
+ due_by: z.string().describe("Timestamp when the ticket is due to be resolved in UTC format (YYYY-MM-DDTHH:MM:SSZ).").nullable().optional(),
71
+ source: FreshdeskGetTickets_TicketSourceSchema.nullable(),
72
+ status: FreshdeskGetTickets_TicketStatusSchema.nullable(),
73
+ deleted: z.boolean().describe("Indicates whether the ticket has been deleted.").nullable().optional(),
74
+ form_id: z.number().int().describe("ID of the ticket form associated with this ticket.").nullable().optional(),
75
+ subject: z.string().describe("Subject of the ticket."),
76
+ group_id: z.number().int().describe("ID of the group to which the ticket is assigned.").nullable().optional(),
77
+ priority: FreshdeskGetTickets_TicketPrioritySchema.nullable(),
78
+ cc_emails: z.array(z.string()).describe("Array of email addresses that are CC'd on the ticket.").nullable().optional(),
79
+ fr_due_by: z.string().describe("Timestamp by which the first response is due in UTC format (YYYY-MM-DDTHH:MM:SSZ).").nullable().optional(),
80
+ nr_due_by: z.string().describe("Timestamp by which the next response is due in UTC format (YYYY-MM-DDTHH:MM:SSZ).").nullable().optional(),
81
+ to_emails: z.array(z.string()).describe("Array of email addresses to which the ticket is addressed.").nullable().optional(),
82
+ company_id: z.number().int().describe("ID of the company associated with the ticket.").nullable().optional(),
83
+ created_at: z.string().describe("Timestamp when the ticket was created in UTC format (YYYY-MM-DDTHH:MM:SSZ)."),
84
+ fwd_emails: z.array(z.string()).describe("Array of email addresses to which the ticket was forwarded.").nullable().optional(),
85
+ product_id: z.number().int().describe("ID of the product associated with the ticket.").nullable().optional(),
86
+ twitter_id: z.string().describe("Twitter user ID if the ticket was created via Twitter.").nullable().optional(),
87
+ updated_at: z.string().describe("Timestamp when the ticket was last updated in UTC format (YYYY-MM-DDTHH:MM:SSZ)."),
88
+ attachments: z.array(FreshdeskGetTickets_TicketAttachmentSchema).describe("Array of file attachments associated with the ticket.").nullable().optional(),
89
+ description: z.string().describe("HTML content of the ticket description. Note: This field is only included when viewing a single ticket, not when listing tickets.").nullable().optional(),
90
+ facebook_id: z.string().describe("Facebook user ID if the ticket was created via Facebook.").nullable().optional(),
91
+ source_info: z.record(z.string(), z.unknown()).describe("Additional information about the source of the ticket.").nullable().optional(),
92
+ fr_escalated: z.boolean().describe("Indicates whether the first response time has been escalated."),
93
+ is_escalated: z.boolean().describe("Indicates whether the ticket has been escalated for any reason."),
94
+ nr_escalated: z.boolean().describe("Indicates whether the next response time has been escalated.").nullable().optional(),
95
+ requester_id: z.number().int().describe("User ID of the requester who created the ticket."),
96
+ responder_id: z.number().int().describe("User ID of the agent assigned to the ticket.").nullable().optional(),
97
+ custom_fields: z.record(z.string(), z.unknown()).describe("Object containing custom field values. Custom field names are prefixed with 'cf_' and derived from field labels.").nullable().optional(),
98
+ support_email: z.string().describe("The support email address associated with this ticket.").nullable().optional(),
99
+ email_config_id: z.number().int().describe("ID of the customized email address configured to automatically create tickets from received emails.").nullable().optional(),
100
+ reply_cc_emails: z.array(z.string()).describe("Array of email addresses that are CC'd on replies to the ticket.").nullable().optional(),
101
+ sentiment_score: z.number().int().describe("Current sentiment score of the ticket (0-100 scale).").nullable().optional(),
102
+ association_type: z.number().int().describe("Type of ticket association. Values: 1=Parent, 2=Child, 3=Tracker, 4=Related.").nullable().optional(),
103
+ description_text: z.string().describe("Plain text version of the ticket description with HTML tags stripped out. Note: This field is only included when viewing a single ticket.").nullable().optional(),
104
+ ticket_cc_emails: z.array(z.string()).describe("Array of email addresses CC'd at the ticket level.").nullable().optional(),
105
+ ticket_bcc_emails: z.array(z.string()).describe("Array of email addresses BCC'd at the ticket level.").nullable().optional(),
106
+ unique_external_id: z.string().describe("Unique external identifier for the requester, used to identify contacts across different systems.").nullable().optional(),
107
+ structured_description: z.record(z.string(), z.unknown()).describe("Structured version of the ticket description.").nullable().optional(),
108
+ initial_sentiment_score: z.number().int().describe("Initial sentiment score when the ticket was created.").nullable().optional(),
109
+ associated_tickets_count: z.number().int().describe("Count of tickets associated with this ticket (for parent/tracker tickets).").nullable().optional()
110
+ }).describe("Represents a Freshdesk ticket.");
111
+ const freshdeskGetTickets = action("FRESHDESK_GET_TICKETS", {
112
+ slug: "freshdesk-get-tickets",
113
+ name: "Get Tickets",
114
+ description: "Retrieves a list of tickets from Freshdesk. Tickets are returned under `response_data` in the response object.",
115
+ input: FreshdeskGetTicketsInput,
116
+ output: z.object({ tickets: z.array(FreshdeskGetTickets_TicketSchema).describe("Array of tickets retrieved from Freshdesk.") }).describe("Response containing a list of tickets.")
117
+ });
118
+ //#endregion
119
+ export { freshdeskGetTickets };
120
+
121
+ //# sourceMappingURL=get-tickets.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-tickets.mjs","names":[],"sources":["../../src/actions/get-tickets.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshdeskGetTicketsInput: z.ZodTypeAny = z.object({\n page: z.number().int().default(1).describe(\"Page number to retrieve\").optional(),\n filter: z.string().describe(\"Predefined filter to apply. Possible values include 'new_and_my_open', 'watching', 'spam', 'deleted', etc.\").optional(),\n status: z.enum([\"open\", \"pending\", \"resolved\", \"closed\", \"waiting_on_customer\", \"waiting_on_third_party\"]).describe(\"Enum for ticket status values.\").optional(),\n sort_by: z.string().describe(\"Field to sort tickets by, e.g., 'created_at'\").optional(),\n agent_id: z.number().int().describe(\"Filter tickets by agent ID\").optional(),\n group_id: z.number().int().describe(\"Filter tickets by group ID\").optional(),\n per_page: z.number().int().default(30).describe(\"Number of tickets per page\").optional(),\n priority: z.enum([\"low\", \"medium\", \"high\", \"urgent\"]).describe(\"Enum for ticket priority values.\").optional(),\n sort_order: z.string().describe(\"Order of sorting: 'asc' or 'desc'\").optional(),\n requester_id: z.number().int().describe(\"Filter tickets by requester ID\").optional(),\n created_since: z.string().describe(\"Retrieve tickets created since this timestamp. Format: YYYY-MM-DDTHH:MM:SSZ\").optional(),\n});\nconst FreshdeskGetTickets_TicketSourceSchema: z.ZodTypeAny = z.enum([\"email\", \"portal\", \"phone\", \"forum\", \"twitter\", \"facebook\", \"chat\", \"mobihelp\", \"feedback_widget\", \"outbound_email\"]).describe(\"Enum for ticket source values.\");\nconst FreshdeskGetTickets_TicketStatusSchema: z.ZodTypeAny = z.enum([\"open\", \"pending\", \"resolved\", \"closed\", \"waiting_on_customer\", \"waiting_on_third_party\"]).describe(\"Enum for ticket status values.\");\nconst FreshdeskGetTickets_TicketPrioritySchema: z.ZodTypeAny = z.enum([\"low\", \"medium\", \"high\", \"urgent\"]).describe(\"Enum for ticket priority values.\");\nconst FreshdeskGetTickets_TicketAttachmentSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the attachment.\").nullable().optional(),\n name: z.string().describe(\"Name of the attached file.\").nullable().optional(),\n size: z.number().int().describe(\"Size of the attachment in bytes.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the attachment was added.\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the attachment was last updated.\").nullable().optional(),\n content_type: z.string().describe(\"MIME type of the attachment.\").nullable().optional(),\n attachment_url: z.string().describe(\"URL to download the attachment.\").nullable().optional(),\n}).describe(\"Represents a file attachment associated with a ticket.\");\nconst FreshdeskGetTickets_TicketSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the ticket.\"),\n spam: z.boolean().describe(\"Indicates whether the ticket has been marked as spam.\"),\n tags: z.array(z.string()).describe(\"Array of tags associated with the ticket.\").nullable().optional(),\n type: z.string().describe(\"Type of the ticket (e.g., Question, Incident, Problem, Feature Request, Refund).\").nullable().optional(),\n phone: z.string().describe(\"Phone number of the requester.\").nullable().optional(),\n due_by: z.string().describe(\"Timestamp when the ticket is due to be resolved in UTC format (YYYY-MM-DDTHH:MM:SSZ).\").nullable().optional(),\n source: FreshdeskGetTickets_TicketSourceSchema.nullable(),\n status: FreshdeskGetTickets_TicketStatusSchema.nullable(),\n deleted: z.boolean().describe(\"Indicates whether the ticket has been deleted.\").nullable().optional(),\n form_id: z.number().int().describe(\"ID of the ticket form associated with this ticket.\").nullable().optional(),\n subject: z.string().describe(\"Subject of the ticket.\"),\n group_id: z.number().int().describe(\"ID of the group to which the ticket is assigned.\").nullable().optional(),\n priority: FreshdeskGetTickets_TicketPrioritySchema.nullable(),\n cc_emails: z.array(z.string()).describe(\"Array of email addresses that are CC'd on the ticket.\").nullable().optional(),\n fr_due_by: z.string().describe(\"Timestamp by which the first response is due in UTC format (YYYY-MM-DDTHH:MM:SSZ).\").nullable().optional(),\n nr_due_by: z.string().describe(\"Timestamp by which the next response is due in UTC format (YYYY-MM-DDTHH:MM:SSZ).\").nullable().optional(),\n to_emails: z.array(z.string()).describe(\"Array of email addresses to which the ticket is addressed.\").nullable().optional(),\n company_id: z.number().int().describe(\"ID of the company associated with the ticket.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the ticket was created in UTC format (YYYY-MM-DDTHH:MM:SSZ).\"),\n fwd_emails: z.array(z.string()).describe(\"Array of email addresses to which the ticket was forwarded.\").nullable().optional(),\n product_id: z.number().int().describe(\"ID of the product associated with the ticket.\").nullable().optional(),\n twitter_id: z.string().describe(\"Twitter user ID if the ticket was created via Twitter.\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the ticket was last updated in UTC format (YYYY-MM-DDTHH:MM:SSZ).\"),\n attachments: z.array(FreshdeskGetTickets_TicketAttachmentSchema).describe(\"Array of file attachments associated with the ticket.\").nullable().optional(),\n description: z.string().describe(\"HTML content of the ticket description. Note: This field is only included when viewing a single ticket, not when listing tickets.\").nullable().optional(),\n facebook_id: z.string().describe(\"Facebook user ID if the ticket was created via Facebook.\").nullable().optional(),\n source_info: z.record(z.string(), z.unknown()).describe(\"Additional information about the source of the ticket.\").nullable().optional(),\n fr_escalated: z.boolean().describe(\"Indicates whether the first response time has been escalated.\"),\n is_escalated: z.boolean().describe(\"Indicates whether the ticket has been escalated for any reason.\"),\n nr_escalated: z.boolean().describe(\"Indicates whether the next response time has been escalated.\").nullable().optional(),\n requester_id: z.number().int().describe(\"User ID of the requester who created the ticket.\"),\n responder_id: z.number().int().describe(\"User ID of the agent assigned to the ticket.\").nullable().optional(),\n custom_fields: z.record(z.string(), z.unknown()).describe(\"Object containing custom field values. Custom field names are prefixed with 'cf_' and derived from field labels.\").nullable().optional(),\n support_email: z.string().describe(\"The support email address associated with this ticket.\").nullable().optional(),\n email_config_id: z.number().int().describe(\"ID of the customized email address configured to automatically create tickets from received emails.\").nullable().optional(),\n reply_cc_emails: z.array(z.string()).describe(\"Array of email addresses that are CC'd on replies to the ticket.\").nullable().optional(),\n sentiment_score: z.number().int().describe(\"Current sentiment score of the ticket (0-100 scale).\").nullable().optional(),\n association_type: z.number().int().describe(\"Type of ticket association. Values: 1=Parent, 2=Child, 3=Tracker, 4=Related.\").nullable().optional(),\n description_text: z.string().describe(\"Plain text version of the ticket description with HTML tags stripped out. Note: This field is only included when viewing a single ticket.\").nullable().optional(),\n ticket_cc_emails: z.array(z.string()).describe(\"Array of email addresses CC'd at the ticket level.\").nullable().optional(),\n ticket_bcc_emails: z.array(z.string()).describe(\"Array of email addresses BCC'd at the ticket level.\").nullable().optional(),\n unique_external_id: z.string().describe(\"Unique external identifier for the requester, used to identify contacts across different systems.\").nullable().optional(),\n structured_description: z.record(z.string(), z.unknown()).describe(\"Structured version of the ticket description.\").nullable().optional(),\n initial_sentiment_score: z.number().int().describe(\"Initial sentiment score when the ticket was created.\").nullable().optional(),\n associated_tickets_count: z.number().int().describe(\"Count of tickets associated with this ticket (for parent/tracker tickets).\").nullable().optional(),\n}).describe(\"Represents a Freshdesk ticket.\");\nexport const FreshdeskGetTicketsOutput: z.ZodTypeAny = z.object({\n tickets: z.array(FreshdeskGetTickets_TicketSchema).describe(\"Array of tickets retrieved from Freshdesk.\"),\n}).describe(\"Response containing a list of tickets.\");\n\nexport const freshdeskGetTickets = action(\"FRESHDESK_GET_TICKETS\", {\n slug: \"freshdesk-get-tickets\",\n name: \"Get Tickets\",\n description: \"Retrieves a list of tickets from Freshdesk. Tickets are returned under `response_data` in the response object.\",\n input: FreshdeskGetTicketsInput,\n output: FreshdeskGetTicketsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC/E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4GAA4G,CAAC,CAAC,SAAS;CACnJ,QAAQ,EAAE,KAAK;EAAC;EAAQ;EAAW;EAAY;EAAU;EAAuB;CAAwB,CAAC,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CAC/J,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACtF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAC3E,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAC3E,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACvF,UAAU,EAAE,KAAK;EAAC;EAAO;EAAU;EAAQ;CAAQ,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC5G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC9E,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACnF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS;AAC7H,CAAC;AACD,MAAM,yCAAuD,EAAE,KAAK;CAAC;CAAS;CAAU;CAAS;CAAS;CAAW;CAAY;CAAQ;CAAY;CAAmB;AAAgB,CAAC,CAAC,CAAC,SAAS,gCAAgC;AACpO,MAAM,yCAAuD,EAAE,KAAK;CAAC;CAAQ;CAAW;CAAY;CAAU;CAAuB;AAAwB,CAAC,CAAC,CAAC,SAAS,gCAAgC;AACzM,MAAM,2CAAyD,EAAE,KAAK;CAAC;CAAO;CAAU;CAAQ;AAAQ,CAAC,CAAC,CAAC,SAAS,kCAAkC;AACtJ,MAAM,6CAA2D,EAAE,OAAO;CACxE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,mCAAiD,EAAE,OAAO;CAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CAChE,MAAM,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD;CAClF,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClI,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,QAAQ,uCAAuC,SAAS;CACxD,QAAQ,uCAAuC,SAAS;CACxD,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CACrD,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,UAAU,yCAAyC,SAAS;CAC5D,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxI,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6EAA6E;CAC7G,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF;CAClH,aAAa,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvJ,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mIAAmI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1L,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,aAAa,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,+DAA+D;CAClG,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE;CACpG,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD;CAC1F,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,eAAe,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kHAAkH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClM,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtK,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChJ,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,2IAA2I,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvM,kBAAkB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,mBAAmB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjK,wBAAwB,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxI,yBAAyB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,0BAA0B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxJ,CAAC,CAAC,CAAC,SAAS,gCAAgC;AAK5C,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATqD,EAAE,OAAO,EAC9D,SAAS,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,4CAA4C,EAC1G,CAAC,CAAC,CAAC,SAAS,wCAOF;AACV,CAAC"}
@@ -0,0 +1,35 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-translated-solution-category.ts
4
+ const FreshdeskGetTranslatedSolutionCategoryInput = zod.z.object({
5
+ id: zod.z.number().int().describe("The ID of the solution category"),
6
+ language_code: zod.z.string().describe("The language code for the translated category (e.g., 'en', 'es', 'fr', 'de')")
7
+ });
8
+ const FreshdeskGetTranslatedSolutionCategory_IconDetailsSchema = zod.z.object({
9
+ id: zod.z.number().int().describe("Unique identifier of the icon").nullable().optional(),
10
+ url: zod.z.string().describe("URL to access the icon").nullable().optional(),
11
+ name: zod.z.string().describe("Name of the icon file").nullable().optional(),
12
+ size: zod.z.number().int().describe("Size of the icon file in bytes").nullable().optional(),
13
+ created_at: zod.z.string().describe("Timestamp when the icon was created in ISO 8601 format").nullable().optional(),
14
+ updated_at: zod.z.string().describe("Timestamp when the icon was last updated in ISO 8601 format").nullable().optional(),
15
+ content_type: zod.z.string().describe("MIME type of the icon (e.g., 'image/png')").nullable().optional()
16
+ });
17
+ const FreshdeskGetTranslatedSolutionCategoryOutput = zod.z.object({
18
+ id: zod.z.number().int().describe("The unique identifier of the solution category").nullable().optional(),
19
+ icon: zod.z.union([FreshdeskGetTranslatedSolutionCategory_IconDetailsSchema, zod.z.record(zod.z.string(), zod.z.unknown())]).nullable().optional(),
20
+ name: zod.z.string().describe("The name of the solution category in the specified language").nullable().optional(),
21
+ created_at: zod.z.string().describe("Timestamp when the category was created in ISO 8601 format").nullable().optional(),
22
+ updated_at: zod.z.string().describe("Timestamp when the category was last updated in ISO 8601 format").nullable().optional(),
23
+ description: zod.z.string().describe("The description of the solution category in the specified language").nullable().optional()
24
+ });
25
+ const freshdeskGetTranslatedSolutionCategory = require_action.action("FRESHDESK_GET_TRANSLATED_SOLUTION_CATEGORY", {
26
+ slug: "freshdesk-get-translated-solution-category",
27
+ name: "Get Translated Solution Category",
28
+ description: "Tool to view a translated solution category in Freshdesk. Use when you need to retrieve a solution category in a specific language other than the default language.",
29
+ input: FreshdeskGetTranslatedSolutionCategoryInput,
30
+ output: FreshdeskGetTranslatedSolutionCategoryOutput
31
+ });
32
+ //#endregion
33
+ exports.freshdeskGetTranslatedSolutionCategory = freshdeskGetTranslatedSolutionCategory;
34
+
35
+ //# sourceMappingURL=get-translated-solution-category.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-translated-solution-category.cjs","names":["z","action"],"sources":["../../src/actions/get-translated-solution-category.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshdeskGetTranslatedSolutionCategoryInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The ID of the solution category\"),\n language_code: z.string().describe(\"The language code for the translated category (e.g., 'en', 'es', 'fr', 'de')\"),\n});\nconst FreshdeskGetTranslatedSolutionCategory_IconDetailsSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the icon\").nullable().optional(),\n url: z.string().describe(\"URL to access the icon\").nullable().optional(),\n name: z.string().describe(\"Name of the icon file\").nullable().optional(),\n size: z.number().int().describe(\"Size of the icon file in bytes\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the icon was created in ISO 8601 format\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the icon was last updated in ISO 8601 format\").nullable().optional(),\n content_type: z.string().describe(\"MIME type of the icon (e.g., 'image/png')\").nullable().optional(),\n});\nexport const FreshdeskGetTranslatedSolutionCategoryOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier of the solution category\").nullable().optional(),\n icon: z.union([FreshdeskGetTranslatedSolutionCategory_IconDetailsSchema, z.record(z.string(), z.unknown())]).nullable().optional(),\n name: z.string().describe(\"The name of the solution category in the specified language\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the category was created in ISO 8601 format\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the category was last updated in ISO 8601 format\").nullable().optional(),\n description: z.string().describe(\"The description of the solution category in the specified language\").nullable().optional(),\n});\n\nexport const freshdeskGetTranslatedSolutionCategory = action(\"FRESHDESK_GET_TRANSLATED_SOLUTION_CATEGORY\", {\n slug: \"freshdesk-get-translated-solution-category\",\n name: \"Get Translated Solution Category\",\n description: \"Tool to view a translated solution category in Freshdesk. Use when you need to retrieve a solution category in a specific language other than the default language.\",\n input: FreshdeskGetTranslatedSolutionCategoryInput,\n output: FreshdeskGetTranslatedSolutionCategoryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA4DA,IAAAA,EAAE,OAAO;CAChF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;CAC/D,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;AACnH,CAAC;AACD,MAAM,2DAAyEA,IAAAA,EAAE,OAAO;CACtF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC;AACD,MAAa,+CAA6DA,IAAAA,EAAE,OAAO;CACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,MAAMA,IAAAA,EAAE,MAAM,CAAC,0DAA0DA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjI,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7H,CAAC;AAED,MAAa,yCAAyCC,eAAAA,OAAO,8CAA8C;CACzG,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-translated-solution-category.d.ts
4
+ declare const FreshdeskGetTranslatedSolutionCategoryInput: z.ZodTypeAny;
5
+ declare const FreshdeskGetTranslatedSolutionCategoryOutput: z.ZodTypeAny;
6
+ declare const freshdeskGetTranslatedSolutionCategory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { freshdeskGetTranslatedSolutionCategory };
9
+ //# sourceMappingURL=get-translated-solution-category.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-translated-solution-category.d.cts","names":[],"sources":["../../src/actions/get-translated-solution-category.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAG1D;AAAA,cAUW,4CAAA,EAA8C,CAAA,CAAE,UAO3D;AAAA,cAEW,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-translated-solution-category.d.ts
4
+ declare const FreshdeskGetTranslatedSolutionCategoryInput: z.ZodTypeAny;
5
+ declare const FreshdeskGetTranslatedSolutionCategoryOutput: z.ZodTypeAny;
6
+ declare const freshdeskGetTranslatedSolutionCategory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { freshdeskGetTranslatedSolutionCategory };
9
+ //# sourceMappingURL=get-translated-solution-category.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-translated-solution-category.d.mts","names":[],"sources":["../../src/actions/get-translated-solution-category.ts"],"mappings":";;;cAIa,2CAAA,EAA6C,CAAA,CAAE,UAG1D;AAAA,cAUW,4CAAA,EAA8C,CAAA,CAAE,UAO3D;AAAA,cAEW,sCAAA,gCAAsC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,34 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-translated-solution-category.ts
4
+ const FreshdeskGetTranslatedSolutionCategoryInput = z.object({
5
+ id: z.number().int().describe("The ID of the solution category"),
6
+ language_code: z.string().describe("The language code for the translated category (e.g., 'en', 'es', 'fr', 'de')")
7
+ });
8
+ const FreshdeskGetTranslatedSolutionCategory_IconDetailsSchema = z.object({
9
+ id: z.number().int().describe("Unique identifier of the icon").nullable().optional(),
10
+ url: z.string().describe("URL to access the icon").nullable().optional(),
11
+ name: z.string().describe("Name of the icon file").nullable().optional(),
12
+ size: z.number().int().describe("Size of the icon file in bytes").nullable().optional(),
13
+ created_at: z.string().describe("Timestamp when the icon was created in ISO 8601 format").nullable().optional(),
14
+ updated_at: z.string().describe("Timestamp when the icon was last updated in ISO 8601 format").nullable().optional(),
15
+ content_type: z.string().describe("MIME type of the icon (e.g., 'image/png')").nullable().optional()
16
+ });
17
+ const freshdeskGetTranslatedSolutionCategory = action("FRESHDESK_GET_TRANSLATED_SOLUTION_CATEGORY", {
18
+ slug: "freshdesk-get-translated-solution-category",
19
+ name: "Get Translated Solution Category",
20
+ description: "Tool to view a translated solution category in Freshdesk. Use when you need to retrieve a solution category in a specific language other than the default language.",
21
+ input: FreshdeskGetTranslatedSolutionCategoryInput,
22
+ output: z.object({
23
+ id: z.number().int().describe("The unique identifier of the solution category").nullable().optional(),
24
+ icon: z.union([FreshdeskGetTranslatedSolutionCategory_IconDetailsSchema, z.record(z.string(), z.unknown())]).nullable().optional(),
25
+ name: z.string().describe("The name of the solution category in the specified language").nullable().optional(),
26
+ created_at: z.string().describe("Timestamp when the category was created in ISO 8601 format").nullable().optional(),
27
+ updated_at: z.string().describe("Timestamp when the category was last updated in ISO 8601 format").nullable().optional(),
28
+ description: z.string().describe("The description of the solution category in the specified language").nullable().optional()
29
+ })
30
+ });
31
+ //#endregion
32
+ export { freshdeskGetTranslatedSolutionCategory };
33
+
34
+ //# sourceMappingURL=get-translated-solution-category.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-translated-solution-category.mjs","names":[],"sources":["../../src/actions/get-translated-solution-category.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshdeskGetTranslatedSolutionCategoryInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The ID of the solution category\"),\n language_code: z.string().describe(\"The language code for the translated category (e.g., 'en', 'es', 'fr', 'de')\"),\n});\nconst FreshdeskGetTranslatedSolutionCategory_IconDetailsSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the icon\").nullable().optional(),\n url: z.string().describe(\"URL to access the icon\").nullable().optional(),\n name: z.string().describe(\"Name of the icon file\").nullable().optional(),\n size: z.number().int().describe(\"Size of the icon file in bytes\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the icon was created in ISO 8601 format\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the icon was last updated in ISO 8601 format\").nullable().optional(),\n content_type: z.string().describe(\"MIME type of the icon (e.g., 'image/png')\").nullable().optional(),\n});\nexport const FreshdeskGetTranslatedSolutionCategoryOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier of the solution category\").nullable().optional(),\n icon: z.union([FreshdeskGetTranslatedSolutionCategory_IconDetailsSchema, z.record(z.string(), z.unknown())]).nullable().optional(),\n name: z.string().describe(\"The name of the solution category in the specified language\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the category was created in ISO 8601 format\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the category was last updated in ISO 8601 format\").nullable().optional(),\n description: z.string().describe(\"The description of the solution category in the specified language\").nullable().optional(),\n});\n\nexport const freshdeskGetTranslatedSolutionCategory = action(\"FRESHDESK_GET_TRANSLATED_SOLUTION_CATEGORY\", {\n slug: \"freshdesk-get-translated-solution-category\",\n name: \"Get Translated Solution Category\",\n description: \"Tool to view a translated solution category in Freshdesk. Use when you need to retrieve a solution category in a specific language other than the default language.\",\n input: FreshdeskGetTranslatedSolutionCategoryInput,\n output: FreshdeskGetTranslatedSolutionCategoryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8CAA4D,EAAE,OAAO;CAChF,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;CAC/D,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;AACnH,CAAC;AACD,MAAM,2DAAyE,EAAE,OAAO;CACtF,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC;AAUD,MAAa,yCAAyC,OAAO,8CAA8C;CACzG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAdwE,EAAE,OAAO;EACjF,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,MAAM,EAAE,MAAM,CAAC,0DAA0D,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjI,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvH,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,CAOU;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/hard-delete-contact.ts
4
+ const FreshdeskHardDeleteContactInput = zod.z.object({
5
+ force: zod.z.boolean().default(false).describe("If true, force delete a contact even if it is not soft deleted previously. Default value is false.").optional(),
6
+ contact_id: zod.z.number().int().describe("The unique identifier of the contact to be permanently deleted")
7
+ });
8
+ const FreshdeskHardDeleteContactOutput = zod.z.object({
9
+ message: zod.z.string().describe("Status message describing the result of the operation.").nullable().optional(),
10
+ success: zod.z.boolean().default(true).describe("Indicates if the hard delete operation was successful. True when the contact is scheduled for permanent deletion.").nullable().optional()
11
+ }).describe("Response for hard delete contact operation.\n\nOn success (204 No Content): Empty response body - contact has been scheduled for\npermanent deletion. The contact will be permanently deleted in some time and will\nbe inaccessible during this period.\n\nOn error: Returns error object with description, errors array, code, and message fields.");
12
+ const freshdeskHardDeleteContact = require_action.action("FRESHDESK_HARD_DELETE_CONTACT", {
13
+ slug: "freshdesk-hard-delete-contact",
14
+ name: "Hard Delete Contact",
15
+ description: "Tool to permanently delete a contact from Freshdesk. Use when you need to completely remove a contact's profile, tickets, calls, forum topics, ratings, and notes (useful for GDPR compliance). By default, the contact must be soft-deleted first unless force=true is used. This deletion is irreversible.",
16
+ input: FreshdeskHardDeleteContactInput,
17
+ output: FreshdeskHardDeleteContactOutput
18
+ });
19
+ //#endregion
20
+ exports.freshdeskHardDeleteContact = freshdeskHardDeleteContact;
21
+
22
+ //# sourceMappingURL=hard-delete-contact.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hard-delete-contact.cjs","names":["z","action"],"sources":["../../src/actions/hard-delete-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshdeskHardDeleteContactInput: z.ZodTypeAny = z.object({\n force: z.boolean().default(false).describe(\"If true, force delete a contact even if it is not soft deleted previously. Default value is false.\").optional(),\n contact_id: z.number().int().describe(\"The unique identifier of the contact to be permanently deleted\"),\n});\nexport const FreshdeskHardDeleteContactOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Status message describing the result of the operation.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates if the hard delete operation was successful. True when the contact is scheduled for permanent deletion.\").nullable().optional(),\n}).describe(\"Response for hard delete contact operation.\\n\\nOn success (204 No Content): Empty response body - contact has been scheduled for\\npermanent deletion. The contact will be permanently deleted in some time and will\\nbe inaccessible during this period.\\n\\nOn error: Returns error object with description, errors array, code, and message fields.\");\n\nexport const freshdeskHardDeleteContact = action(\"FRESHDESK_HARD_DELETE_CONTACT\", {\n slug: \"freshdesk-hard-delete-contact\",\n name: \"Hard Delete Contact\",\n description: \"Tool to permanently delete a contact from Freshdesk. Use when you need to completely remove a contact's profile, tickets, calls, forum topics, ratings, and notes (useful for GDPR compliance). By default, the contact must be soft-deleted first unless force=true is used. This deletion is irreversible.\",\n input: FreshdeskHardDeleteContactInput,\n output: FreshdeskHardDeleteContactOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;CAC1J,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gEAAgE;AACxG,CAAC;AACD,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvL,CAAC,CAAC,CAAC,SAAS,sVAAsV;AAElW,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,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/hard-delete-contact.d.ts
4
+ declare const FreshdeskHardDeleteContactInput: z.ZodTypeAny;
5
+ declare const FreshdeskHardDeleteContactOutput: z.ZodTypeAny;
6
+ declare const freshdeskHardDeleteContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { freshdeskHardDeleteContact };
9
+ //# sourceMappingURL=hard-delete-contact.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hard-delete-contact.d.cts","names":[],"sources":["../../src/actions/hard-delete-contact.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAG9C;AAAA,cACW,gCAAA,EAAkC,CAAA,CAAE,UAGkT;AAAA,cAEtV,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/hard-delete-contact.d.ts
4
+ declare const FreshdeskHardDeleteContactInput: z.ZodTypeAny;
5
+ declare const FreshdeskHardDeleteContactOutput: z.ZodTypeAny;
6
+ declare const freshdeskHardDeleteContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { freshdeskHardDeleteContact };
9
+ //# sourceMappingURL=hard-delete-contact.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hard-delete-contact.d.mts","names":[],"sources":["../../src/actions/hard-delete-contact.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAG9C;AAAA,cACW,gCAAA,EAAkC,CAAA,CAAE,UAGkT;AAAA,cAEtV,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const freshdeskHardDeleteContact = action("FRESHDESK_HARD_DELETE_CONTACT", {
4
+ slug: "freshdesk-hard-delete-contact",
5
+ name: "Hard Delete Contact",
6
+ description: "Tool to permanently delete a contact from Freshdesk. Use when you need to completely remove a contact's profile, tickets, calls, forum topics, ratings, and notes (useful for GDPR compliance). By default, the contact must be soft-deleted first unless force=true is used. This deletion is irreversible.",
7
+ input: z.object({
8
+ force: z.boolean().default(false).describe("If true, force delete a contact even if it is not soft deleted previously. Default value is false.").optional(),
9
+ contact_id: z.number().int().describe("The unique identifier of the contact to be permanently deleted")
10
+ }),
11
+ output: z.object({
12
+ message: z.string().describe("Status message describing the result of the operation.").nullable().optional(),
13
+ success: z.boolean().default(true).describe("Indicates if the hard delete operation was successful. True when the contact is scheduled for permanent deletion.").nullable().optional()
14
+ }).describe("Response for hard delete contact operation.\n\nOn success (204 No Content): Empty response body - contact has been scheduled for\npermanent deletion. The contact will be permanently deleted in some time and will\nbe inaccessible during this period.\n\nOn error: Returns error object with description, errors array, code, and message fields.")
15
+ });
16
+ //#endregion
17
+ export { freshdeskHardDeleteContact };
18
+
19
+ //# sourceMappingURL=hard-delete-contact.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hard-delete-contact.mjs","names":[],"sources":["../../src/actions/hard-delete-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshdeskHardDeleteContactInput: z.ZodTypeAny = z.object({\n force: z.boolean().default(false).describe(\"If true, force delete a contact even if it is not soft deleted previously. Default value is false.\").optional(),\n contact_id: z.number().int().describe(\"The unique identifier of the contact to be permanently deleted\"),\n});\nexport const FreshdeskHardDeleteContactOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Status message describing the result of the operation.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates if the hard delete operation was successful. True when the contact is scheduled for permanent deletion.\").nullable().optional(),\n}).describe(\"Response for hard delete contact operation.\\n\\nOn success (204 No Content): Empty response body - contact has been scheduled for\\npermanent deletion. The contact will be permanently deleted in some time and will\\nbe inaccessible during this period.\\n\\nOn error: Returns error object with description, errors array, code, and message fields.\");\n\nexport const freshdeskHardDeleteContact = action(\"FRESHDESK_HARD_DELETE_CONTACT\", {\n slug: \"freshdesk-hard-delete-contact\",\n name: \"Hard Delete Contact\",\n description: \"Tool to permanently delete a contact from Freshdesk. Use when you need to completely remove a contact's profile, tickets, calls, forum topics, ratings, and notes (useful for GDPR compliance). By default, the contact must be soft-deleted first unless force=true is used. This deletion is irreversible.\",\n input: FreshdeskHardDeleteContactInput,\n output: FreshdeskHardDeleteContactOutput,\n});\n"],"mappings":";;AAaA,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb2D,EAAE,OAAO;EACpE,OAAO,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;EAC1J,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gEAAgE;CACxG,CAUS;CACP,QAV4D,EAAE,OAAO;EACrE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvL,CAAC,CAAC,CAAC,SAAS,sVAOF;AACV,CAAC"}
@@ -0,0 +1,40 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/import-contact.ts
4
+ const FreshdeskImportContactInput = zod.z.object({
5
+ file: zod.z.object({
6
+ name: zod.z.string().describe("The filename that will be used when uploading the file to the destination service"),
7
+ s3key: zod.z.string().describe("The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service."),
8
+ mimetype: zod.z.string().describe("The MIME type of the file")
9
+ }).describe("CSV file containing contact data to import. File must be UTF-8 encoded with first row as headers.").optional(),
10
+ rawContent: zod.z.union([zod.z.string(), zod.z.string()]).optional(),
11
+ rawFilename: zod.z.string().describe("Filename for the inline content (e.g., 'contacts.csv'). Defaults to 'import.csv'.").optional(),
12
+ rawMimetype: zod.z.string().describe("MIME type for the inline content (e.g., 'text/csv'). Defaults to text/csv.").optional(),
13
+ name_column_index: zod.z.number().int().describe("Zero-based column index for contact name field in the CSV file (e.g., 0 for first column, 1 for second column)"),
14
+ email_column_index: zod.z.number().int().describe("Zero-based column index for email address field in the CSV file"),
15
+ job_title_column_index: zod.z.number().int().describe("Zero-based column index for contact job title field in the CSV file (optional)").optional(),
16
+ company_name_column_index: zod.z.number().int().describe("Zero-based column index for company name field in the CSV file")
17
+ });
18
+ const FreshdeskImportContact_ImportFailuresDetailsSchema = zod.z.object({
19
+ count: zod.z.number().int().describe("Number of records that failed during import").nullable().optional(),
20
+ report: zod.z.string().describe("URL to download the failure report CSV file").nullable().optional()
21
+ });
22
+ const FreshdeskImportContactOutput = zod.z.object({
23
+ id: zod.z.number().int().describe("Unique identifier for the import job").nullable().optional(),
24
+ status: zod.z.string().describe("Current status of the import operation (e.g., 'in_progress', 'completed', 'failed')").nullable().optional(),
25
+ failures: FreshdeskImportContact_ImportFailuresDetailsSchema.nullable().optional(),
26
+ created_at: zod.z.string().describe("Timestamp when the import was created in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)").nullable().optional(),
27
+ total_records: zod.z.number().int().describe("Total number of records in the import file").nullable().optional(),
28
+ completed_records: zod.z.number().int().describe("Number of records successfully imported").nullable().optional()
29
+ });
30
+ const freshdeskImportContact = require_action.action("FRESHDESK_IMPORT_CONTACT", {
31
+ slug: "freshdesk-import-contact",
32
+ name: "Import Contact",
33
+ description: "Tool to import contacts in bulk from a CSV file to Freshdesk. Use when you need to create multiple contacts at once from a CSV file with field mappings.",
34
+ input: FreshdeskImportContactInput,
35
+ output: FreshdeskImportContactOutput
36
+ });
37
+ //#endregion
38
+ exports.freshdeskImportContact = freshdeskImportContact;
39
+
40
+ //# sourceMappingURL=import-contact.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"import-contact.cjs","names":["z","action"],"sources":["../../src/actions/import-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshdeskImportContactInput: z.ZodTypeAny = z.object({\n file: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"CSV file containing contact data to import. File must be UTF-8 encoded with first row as headers.\").optional(),\n rawContent: z.union([z.string(), z.string()]).optional(),\n rawFilename: z.string().describe(\"Filename for the inline content (e.g., 'contacts.csv'). Defaults to 'import.csv'.\").optional(),\n rawMimetype: z.string().describe(\"MIME type for the inline content (e.g., 'text/csv'). Defaults to text/csv.\").optional(),\n name_column_index: z.number().int().describe(\"Zero-based column index for contact name field in the CSV file (e.g., 0 for first column, 1 for second column)\"),\n email_column_index: z.number().int().describe(\"Zero-based column index for email address field in the CSV file\"),\n job_title_column_index: z.number().int().describe(\"Zero-based column index for contact job title field in the CSV file (optional)\").optional(),\n company_name_column_index: z.number().int().describe(\"Zero-based column index for company name field in the CSV file\"),\n});\nconst FreshdeskImportContact_ImportFailuresDetailsSchema: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Number of records that failed during import\").nullable().optional(),\n report: z.string().describe(\"URL to download the failure report CSV file\").nullable().optional(),\n});\nexport const FreshdeskImportContactOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the import job\").nullable().optional(),\n status: z.string().describe(\"Current status of the import operation (e.g., 'in_progress', 'completed', 'failed')\").nullable().optional(),\n failures: FreshdeskImportContact_ImportFailuresDetailsSchema.nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the import was created in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)\").nullable().optional(),\n total_records: z.number().int().describe(\"Total number of records in the import file\").nullable().optional(),\n completed_records: z.number().int().describe(\"Number of records successfully imported\").nullable().optional(),\n});\n\nexport const freshdeskImportContact = action(\"FRESHDESK_IMPORT_CONTACT\", {\n slug: \"freshdesk-import-contact\",\n name: \"Import Contact\",\n description: \"Tool to import contacts in bulk from a CSV file to Freshdesk. Use when you need to create multiple contacts at once from a CSV file with field mappings.\",\n input: FreshdeskImportContactInput,\n output: FreshdeskImportContactOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,OAAO;EACf,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;EAC7G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;EACnO,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC3D,CAAC,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS;CACxH,YAAYA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;CACvD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CAC/H,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;CACxH,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gHAAgH;CAC7J,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE;CAC/G,wBAAwBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CAC7I,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gEAAgE;AACvH,CAAC;AACD,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC;AACD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvI,UAAU,mDAAmD,SAAS,CAAC,CAAC,SAAS;CACjF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvI,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC;AAED,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,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/import-contact.d.ts
4
+ declare const FreshdeskImportContactInput: z.ZodTypeAny;
5
+ declare const FreshdeskImportContactOutput: z.ZodTypeAny;
6
+ declare const freshdeskImportContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { freshdeskImportContact };
9
+ //# sourceMappingURL=import-contact.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"import-contact.d.cts","names":[],"sources":["../../src/actions/import-contact.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAa1C;AAAA,cAKW,4BAAA,EAA8B,CAAA,CAAE,UAO3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/import-contact.d.ts
4
+ declare const FreshdeskImportContactInput: z.ZodTypeAny;
5
+ declare const FreshdeskImportContactOutput: z.ZodTypeAny;
6
+ declare const freshdeskImportContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { freshdeskImportContact };
9
+ //# sourceMappingURL=import-contact.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"import-contact.d.mts","names":[],"sources":["../../src/actions/import-contact.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAa1C;AAAA,cAKW,4BAAA,EAA8B,CAAA,CAAE,UAO3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,39 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/import-contact.ts
4
+ const FreshdeskImportContactInput = z.object({
5
+ file: z.object({
6
+ name: z.string().describe("The filename that will be used when uploading the file to the destination service"),
7
+ s3key: z.string().describe("The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service."),
8
+ mimetype: z.string().describe("The MIME type of the file")
9
+ }).describe("CSV file containing contact data to import. File must be UTF-8 encoded with first row as headers.").optional(),
10
+ rawContent: z.union([z.string(), z.string()]).optional(),
11
+ rawFilename: z.string().describe("Filename for the inline content (e.g., 'contacts.csv'). Defaults to 'import.csv'.").optional(),
12
+ rawMimetype: z.string().describe("MIME type for the inline content (e.g., 'text/csv'). Defaults to text/csv.").optional(),
13
+ name_column_index: z.number().int().describe("Zero-based column index for contact name field in the CSV file (e.g., 0 for first column, 1 for second column)"),
14
+ email_column_index: z.number().int().describe("Zero-based column index for email address field in the CSV file"),
15
+ job_title_column_index: z.number().int().describe("Zero-based column index for contact job title field in the CSV file (optional)").optional(),
16
+ company_name_column_index: z.number().int().describe("Zero-based column index for company name field in the CSV file")
17
+ });
18
+ const FreshdeskImportContact_ImportFailuresDetailsSchema = z.object({
19
+ count: z.number().int().describe("Number of records that failed during import").nullable().optional(),
20
+ report: z.string().describe("URL to download the failure report CSV file").nullable().optional()
21
+ });
22
+ const freshdeskImportContact = action("FRESHDESK_IMPORT_CONTACT", {
23
+ slug: "freshdesk-import-contact",
24
+ name: "Import Contact",
25
+ description: "Tool to import contacts in bulk from a CSV file to Freshdesk. Use when you need to create multiple contacts at once from a CSV file with field mappings.",
26
+ input: FreshdeskImportContactInput,
27
+ output: z.object({
28
+ id: z.number().int().describe("Unique identifier for the import job").nullable().optional(),
29
+ status: z.string().describe("Current status of the import operation (e.g., 'in_progress', 'completed', 'failed')").nullable().optional(),
30
+ failures: FreshdeskImportContact_ImportFailuresDetailsSchema.nullable().optional(),
31
+ created_at: z.string().describe("Timestamp when the import was created in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)").nullable().optional(),
32
+ total_records: z.number().int().describe("Total number of records in the import file").nullable().optional(),
33
+ completed_records: z.number().int().describe("Number of records successfully imported").nullable().optional()
34
+ })
35
+ });
36
+ //#endregion
37
+ export { freshdeskImportContact };
38
+
39
+ //# sourceMappingURL=import-contact.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"import-contact.mjs","names":[],"sources":["../../src/actions/import-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshdeskImportContactInput: z.ZodTypeAny = z.object({\n file: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"CSV file containing contact data to import. File must be UTF-8 encoded with first row as headers.\").optional(),\n rawContent: z.union([z.string(), z.string()]).optional(),\n rawFilename: z.string().describe(\"Filename for the inline content (e.g., 'contacts.csv'). Defaults to 'import.csv'.\").optional(),\n rawMimetype: z.string().describe(\"MIME type for the inline content (e.g., 'text/csv'). Defaults to text/csv.\").optional(),\n name_column_index: z.number().int().describe(\"Zero-based column index for contact name field in the CSV file (e.g., 0 for first column, 1 for second column)\"),\n email_column_index: z.number().int().describe(\"Zero-based column index for email address field in the CSV file\"),\n job_title_column_index: z.number().int().describe(\"Zero-based column index for contact job title field in the CSV file (optional)\").optional(),\n company_name_column_index: z.number().int().describe(\"Zero-based column index for company name field in the CSV file\"),\n});\nconst FreshdeskImportContact_ImportFailuresDetailsSchema: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Number of records that failed during import\").nullable().optional(),\n report: z.string().describe(\"URL to download the failure report CSV file\").nullable().optional(),\n});\nexport const FreshdeskImportContactOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the import job\").nullable().optional(),\n status: z.string().describe(\"Current status of the import operation (e.g., 'in_progress', 'completed', 'failed')\").nullable().optional(),\n failures: FreshdeskImportContact_ImportFailuresDetailsSchema.nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the import was created in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)\").nullable().optional(),\n total_records: z.number().int().describe(\"Total number of records in the import file\").nullable().optional(),\n completed_records: z.number().int().describe(\"Number of records successfully imported\").nullable().optional(),\n});\n\nexport const freshdeskImportContact = action(\"FRESHDESK_IMPORT_CONTACT\", {\n slug: \"freshdesk-import-contact\",\n name: \"Import Contact\",\n description: \"Tool to import contacts in bulk from a CSV file to Freshdesk. Use when you need to create multiple contacts at once from a CSV file with field mappings.\",\n input: FreshdeskImportContactInput,\n output: FreshdeskImportContactOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO;CAChE,MAAM,EAAE,OAAO;EACf,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;EAC7G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;EACnO,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC3D,CAAC,CAAC,CAAC,SAAS,mGAAmG,CAAC,CAAC,SAAS;CACxH,YAAY,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS;CACvD,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CAC/H,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;CACxH,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gHAAgH;CAC7J,oBAAoB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE;CAC/G,wBAAwB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CAC7I,2BAA2B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gEAAgE;AACvH,CAAC;AACD,MAAM,qDAAmE,EAAE,OAAO;CAChF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC;AAUD,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAdwD,EAAE,OAAO;EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvI,UAAU,mDAAmD,SAAS,CAAC,CAAC,SAAS;EACjF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvI,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,CAOU;AACV,CAAC"}