@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,80 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/create-contact.ts
4
+ const FreshdeskCreateContactInput = z.object({
5
+ name: z.string().describe("Name of the contact [REQUIRED]"),
6
+ tags: z.array(z.string()).describe("Tags associated with the contact").optional(),
7
+ email: z.string().describe("Primary email address of the contact. Either email or phone must be provided.").optional(),
8
+ phone: z.string().describe("Phone number of the contact. Either email or phone must be provided.").optional(),
9
+ avatar: z.string().describe("URL of the contact's avatar image").optional(),
10
+ mobile: z.string().describe("Mobile number of the contact").optional(),
11
+ address: z.string().describe("Physical address of the contact").optional(),
12
+ language: z.string().describe("Language code for the contact's preferred language").optional(),
13
+ job_title: z.string().describe("Job title of the contact").optional(),
14
+ time_zone: z.string().describe("Time zone of the contact").optional(),
15
+ company_id: z.number().int().describe("ID of the primary company associated with this contact").optional(),
16
+ twitter_id: z.string().describe("Twitter handle of the contact").optional(),
17
+ description: z.string().describe("Description or notes about the contact").optional(),
18
+ other_emails: z.array(z.string()).describe("Additional email addresses of the contact").optional(),
19
+ custom_fields: z.record(z.string(), z.unknown()).describe("Custom fields object. IMPORTANT: The 'employee_id' field is required for this Freshdesk instance and cannot be blank. Custom field keys should be the field name directly (not prefixed with 'cf_')."),
20
+ other_companies: z.array(z.object({})).describe("Array of other company IDs associated with the contact. Each item should have 'company_id' and optionally 'view_all_tickets'").optional(),
21
+ view_all_tickets: z.boolean().describe("Set to true if the contact can view all tickets from their company").optional(),
22
+ unique_external_id: z.string().describe("External ID of the contact for integration purposes").optional()
23
+ });
24
+ const FreshdeskCreateContact_ContactAvatarSchema = z.object({
25
+ id: z.number().int().describe("Unique identifier of the avatar attachment").nullable().optional(),
26
+ name: z.string().describe("Filename of the avatar image").nullable().optional(),
27
+ size: z.number().int().describe("File size in bytes").nullable().optional(),
28
+ avatar_url: z.string().describe("Signed URL to download the avatar image").nullable().optional(),
29
+ created_at: z.string().describe("When the avatar was uploaded (ISO 8601)").nullable().optional(),
30
+ updated_at: z.string().describe("When the avatar was last updated (ISO 8601)").nullable().optional(),
31
+ content_type: z.string().describe("MIME type of the image (e.g., 'image/jpeg')").nullable().optional()
32
+ }).describe("Profile picture/avatar details for a contact.");
33
+ const FreshdeskCreateContact_OtherCompanySchema = z.object({
34
+ company_id: z.number().int().describe("ID of the associated company").nullable().optional(),
35
+ view_all_tickets: z.boolean().describe("Whether contact can view all tickets for this company").nullable().optional()
36
+ }).describe("Details of another company associated with a contact.");
37
+ const freshdeskCreateContact = action("FRESHDESK_CREATE_CONTACT", {
38
+ slug: "freshdesk-create-contact",
39
+ name: "Create Contact",
40
+ description: "Tool to create a new contact in Freshdesk. Use when you need to add a customer or user to your Freshdesk account. IMPORTANT: The 'employee_id' custom field is mandatory for this Freshdesk instance.",
41
+ input: FreshdeskCreateContactInput,
42
+ output: z.object({
43
+ id: z.number().int().describe("Unique identifier of the created contact").nullable().optional(),
44
+ name: z.string().describe("Full name of the contact").nullable().optional(),
45
+ tags: z.array(z.string()).describe("Tags associated with the contact").nullable().optional(),
46
+ email: z.string().describe("Primary email address of the contact").nullable().optional(),
47
+ phone: z.string().describe("Phone number of the contact").nullable().optional(),
48
+ active: z.boolean().describe("Whether the contact is active (typically true for new contacts)").nullable().optional(),
49
+ avatar: FreshdeskCreateContact_ContactAvatarSchema.nullable().optional(),
50
+ mobile: z.string().describe("Mobile number of the contact").nullable().optional(),
51
+ address: z.string().describe("Physical address of the contact").nullable().optional(),
52
+ deleted: z.boolean().describe("Whether the contact has been deleted (typically false for new contacts)").nullable().optional(),
53
+ language: z.string().describe("Preferred language code (e.g., 'en')").nullable().optional(),
54
+ job_title: z.string().describe("Job title of the contact").nullable().optional(),
55
+ last_name: z.string().describe("Last name of the contact").nullable().optional(),
56
+ time_zone: z.string().describe("Time zone setting (e.g., 'Chennai', 'Pacific Time (US & Canada)')").nullable().optional(),
57
+ company_id: z.number().int().describe("ID of the primary company associated with the contact").nullable().optional(),
58
+ created_at: z.string().describe("Timestamp when the contact was created in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)").nullable().optional(),
59
+ first_name: z.string().describe("First name of the contact").nullable().optional(),
60
+ twitter_id: z.string().describe("Twitter handle").nullable().optional(),
61
+ updated_at: z.string().describe("Timestamp when the contact was last updated in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)").nullable().optional(),
62
+ visitor_id: z.string().describe("Visitor ID for tracking (UUID format)").nullable().optional(),
63
+ csat_rating: z.number().int().describe("CSAT rating of the contact (1-5 scale)").nullable().optional(),
64
+ description: z.string().describe("Description of the contact").nullable().optional(),
65
+ facebook_id: z.string().describe("Facebook ID").nullable().optional(),
66
+ other_emails: z.array(z.string()).describe("Additional email addresses of the contact").nullable().optional(),
67
+ custom_fields: z.record(z.string(), z.unknown()).describe("Custom fields configured for the contact as key-value pairs").nullable().optional(),
68
+ org_contact_id: z.number().int().describe("Organization-wide contact identifier").nullable().optional(),
69
+ other_companies: z.array(FreshdeskCreateContact_OtherCompanySchema).describe("Other companies associated with the contact").nullable().optional(),
70
+ preferred_source: z.string().describe("Preferred source of communication (e.g., 'email', 'phone', 'portal')").nullable().optional(),
71
+ view_all_tickets: z.boolean().describe("Whether the contact can view all tickets from their company").nullable().optional(),
72
+ org_contact_id_str: z.string().describe("Organization-wide contact identifier as string (for large IDs)").nullable().optional(),
73
+ unique_external_id: z.string().describe("External system identifier for integrations").nullable().optional(),
74
+ other_phone_numbers: z.array(z.string()).describe("Additional phone numbers of the contact").nullable().optional()
75
+ }).describe("Response from creating a contact in Freshdesk.")
76
+ });
77
+ //#endregion
78
+ export { freshdeskCreateContact };
79
+
80
+ //# sourceMappingURL=create-contact.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-contact.mjs","names":[],"sources":["../../src/actions/create-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshdeskCreateContactInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the contact [REQUIRED]\"),\n tags: z.array(z.string()).describe(\"Tags associated with the contact\").optional(),\n email: z.string().describe(\"Primary email address of the contact. Either email or phone must be provided.\").optional(),\n phone: z.string().describe(\"Phone number of the contact. Either email or phone must be provided.\").optional(),\n avatar: z.string().describe(\"URL of the contact's avatar image\").optional(),\n mobile: z.string().describe(\"Mobile number of the contact\").optional(),\n address: z.string().describe(\"Physical address of the contact\").optional(),\n language: z.string().describe(\"Language code for the contact's preferred language\").optional(),\n job_title: z.string().describe(\"Job title of the contact\").optional(),\n time_zone: z.string().describe(\"Time zone of the contact\").optional(),\n company_id: z.number().int().describe(\"ID of the primary company associated with this contact\").optional(),\n twitter_id: z.string().describe(\"Twitter handle of the contact\").optional(),\n description: z.string().describe(\"Description or notes about the contact\").optional(),\n other_emails: z.array(z.string()).describe(\"Additional email addresses of the contact\").optional(),\n custom_fields: z.record(z.string(), z.unknown()).describe(\"Custom fields object. IMPORTANT: The 'employee_id' field is required for this Freshdesk instance and cannot be blank. Custom field keys should be the field name directly (not prefixed with 'cf_').\"),\n other_companies: z.array(z.object({})).describe(\"Array of other company IDs associated with the contact. Each item should have 'company_id' and optionally 'view_all_tickets'\").optional(),\n view_all_tickets: z.boolean().describe(\"Set to true if the contact can view all tickets from their company\").optional(),\n unique_external_id: z.string().describe(\"External ID of the contact for integration purposes\").optional(),\n});\nconst FreshdeskCreateContact_ContactAvatarSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the avatar attachment\").nullable().optional(),\n name: z.string().describe(\"Filename of the avatar image\").nullable().optional(),\n size: z.number().int().describe(\"File size in bytes\").nullable().optional(),\n avatar_url: z.string().describe(\"Signed URL to download the avatar image\").nullable().optional(),\n created_at: z.string().describe(\"When the avatar was uploaded (ISO 8601)\").nullable().optional(),\n updated_at: z.string().describe(\"When the avatar was last updated (ISO 8601)\").nullable().optional(),\n content_type: z.string().describe(\"MIME type of the image (e.g., 'image/jpeg')\").nullable().optional(),\n}).describe(\"Profile picture/avatar details for a contact.\");\nconst FreshdeskCreateContact_OtherCompanySchema: z.ZodTypeAny = z.object({\n company_id: z.number().int().describe(\"ID of the associated company\").nullable().optional(),\n view_all_tickets: z.boolean().describe(\"Whether contact can view all tickets for this company\").nullable().optional(),\n}).describe(\"Details of another company associated with a contact.\");\nexport const FreshdeskCreateContactOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the created contact\").nullable().optional(),\n name: z.string().describe(\"Full name of the contact\").nullable().optional(),\n tags: z.array(z.string()).describe(\"Tags associated with the contact\").nullable().optional(),\n email: z.string().describe(\"Primary email address of the contact\").nullable().optional(),\n phone: z.string().describe(\"Phone number of the contact\").nullable().optional(),\n active: z.boolean().describe(\"Whether the contact is active (typically true for new contacts)\").nullable().optional(),\n avatar: FreshdeskCreateContact_ContactAvatarSchema.nullable().optional(),\n mobile: z.string().describe(\"Mobile number of the contact\").nullable().optional(),\n address: z.string().describe(\"Physical address of the contact\").nullable().optional(),\n deleted: z.boolean().describe(\"Whether the contact has been deleted (typically false for new contacts)\").nullable().optional(),\n language: z.string().describe(\"Preferred language code (e.g., 'en')\").nullable().optional(),\n job_title: z.string().describe(\"Job title of the contact\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the contact\").nullable().optional(),\n time_zone: z.string().describe(\"Time zone setting (e.g., 'Chennai', 'Pacific Time (US & Canada)')\").nullable().optional(),\n company_id: z.number().int().describe(\"ID of the primary company associated with the contact\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the contact was created in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)\").nullable().optional(),\n first_name: z.string().describe(\"First name of the contact\").nullable().optional(),\n twitter_id: z.string().describe(\"Twitter handle\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the contact was last updated in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)\").nullable().optional(),\n visitor_id: z.string().describe(\"Visitor ID for tracking (UUID format)\").nullable().optional(),\n csat_rating: z.number().int().describe(\"CSAT rating of the contact (1-5 scale)\").nullable().optional(),\n description: z.string().describe(\"Description of the contact\").nullable().optional(),\n facebook_id: z.string().describe(\"Facebook ID\").nullable().optional(),\n other_emails: z.array(z.string()).describe(\"Additional email addresses of the contact\").nullable().optional(),\n custom_fields: z.record(z.string(), z.unknown()).describe(\"Custom fields configured for the contact as key-value pairs\").nullable().optional(),\n org_contact_id: z.number().int().describe(\"Organization-wide contact identifier\").nullable().optional(),\n other_companies: z.array(FreshdeskCreateContact_OtherCompanySchema).describe(\"Other companies associated with the contact\").nullable().optional(),\n preferred_source: z.string().describe(\"Preferred source of communication (e.g., 'email', 'phone', 'portal')\").nullable().optional(),\n view_all_tickets: z.boolean().describe(\"Whether the contact can view all tickets from their company\").nullable().optional(),\n org_contact_id_str: z.string().describe(\"Organization-wide contact identifier as string (for large IDs)\").nullable().optional(),\n unique_external_id: z.string().describe(\"External system identifier for integrations\").nullable().optional(),\n other_phone_numbers: z.array(z.string()).describe(\"Additional phone numbers of the contact\").nullable().optional(),\n}).describe(\"Response from creating a contact in Freshdesk.\");\n\nexport const freshdeskCreateContact = action(\"FRESHDESK_CREATE_CONTACT\", {\n slug: \"freshdesk-create-contact\",\n name: \"Create Contact\",\n description: \"Tool to create a new contact in Freshdesk. Use when you need to add a customer or user to your Freshdesk account. IMPORTANT: The 'employee_id' custom field is mandatory for this Freshdesk instance.\",\n input: FreshdeskCreateContactInput,\n output: FreshdeskCreateContactOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC1D,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAChF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CACrH,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CAC5G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC1E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACrE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACzE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC7F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACpE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACpE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CACzG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAC1E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACpF,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACjG,eAAe,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sMAAsM;CAChQ,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,8HAA8H,CAAC,CAAC,SAAS;CACzL,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CACtH,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;AAC1G,CAAC;AACD,MAAM,6CAA2D,EAAE,OAAO;CACxE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,4CAA0D,EAAE,OAAO;CACvE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtH,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAoCnE,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAxCwD,EAAE,OAAO;EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1E,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpH,QAAQ,2CAA2C,SAAS,CAAC,CAAC,SAAS;EACvE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yEAAyE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7H,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxH,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uFAAuF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7I,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpE,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5G,eAAe,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7I,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtG,iBAAiB,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChJ,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClI,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1H,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9H,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,qBAAqB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-discussion-category.ts
4
+ const FreshdeskCreateDiscussionCategoryInput = zod.z.object({
5
+ name: zod.z.string().describe("The name of the discussion category. Must be unique among existing categories."),
6
+ description: zod.z.string().describe("A brief description explaining the purpose of this discussion category.")
7
+ });
8
+ const FreshdeskCreateDiscussionCategoryOutput = zod.z.object({
9
+ id: zod.z.number().int().describe("Unique identifier of the discussion category."),
10
+ name: zod.z.string().describe("The name of the discussion category."),
11
+ position: zod.z.number().int().describe("The display order position of the category.").nullable().optional(),
12
+ created_at: zod.z.string().describe("Timestamp when the category was created, in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)."),
13
+ updated_at: zod.z.string().describe("Timestamp when the category was last updated, in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)."),
14
+ description: zod.z.string().describe("The description of the discussion category."),
15
+ visible_in_portals: zod.z.array(zod.z.number().int()).describe("Array of portal IDs where the category is visible.").nullable().optional()
16
+ });
17
+ const freshdeskCreateDiscussionCategory = require_action.action("FRESHDESK_CREATE_DISCUSSION_CATEGORY", {
18
+ slug: "freshdesk-create-discussion-category",
19
+ name: "Create Discussion Category",
20
+ description: "Tool to create a new discussion category in Freshdesk forums.",
21
+ input: FreshdeskCreateDiscussionCategoryInput,
22
+ output: FreshdeskCreateDiscussionCategoryOutput
23
+ });
24
+ //#endregion
25
+ exports.freshdeskCreateDiscussionCategory = freshdeskCreateDiscussionCategory;
26
+
27
+ //# sourceMappingURL=create-discussion-category.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-discussion-category.cjs","names":["z","action"],"sources":["../../src/actions/create-discussion-category.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshdeskCreateDiscussionCategoryInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the discussion category. Must be unique among existing categories.\"),\n description: z.string().describe(\"A brief description explaining the purpose of this discussion category.\"),\n});\nexport const FreshdeskCreateDiscussionCategoryOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the discussion category.\"),\n name: z.string().describe(\"The name of the discussion category.\"),\n position: z.number().int().describe(\"The display order position of the category.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the category was created, in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).\"),\n updated_at: z.string().describe(\"Timestamp when the category was last updated, in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).\"),\n description: z.string().describe(\"The description of the discussion category.\"),\n visible_in_portals: z.array(z.number().int()).describe(\"Array of portal IDs where the category is visible.\").nullable().optional(),\n});\n\nexport const freshdeskCreateDiscussionCategory = action(\"FRESHDESK_CREATE_DISCUSSION_CATEGORY\", {\n slug: \"freshdesk-create-discussion-category\",\n name: \"Create Discussion Category\",\n description: \"Tool to create a new discussion category in Freshdesk forums.\",\n input: FreshdeskCreateDiscussionCategoryInput,\n output: FreshdeskCreateDiscussionCategoryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;CAC1G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;AAC5G,CAAC;AACD,MAAa,0CAAwDA,IAAAA,EAAE,OAAO;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAChE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF;CACrH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F;CAC1H,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC9E,oBAAoBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnI,CAAC;AAED,MAAa,oCAAoCC,eAAAA,OAAO,wCAAwC;CAC9F,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/create-discussion-category.d.ts
4
+ declare const FreshdeskCreateDiscussionCategoryInput: z.ZodTypeAny;
5
+ declare const FreshdeskCreateDiscussionCategoryOutput: z.ZodTypeAny;
6
+ declare const freshdeskCreateDiscussionCategory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { freshdeskCreateDiscussionCategory };
9
+ //# sourceMappingURL=create-discussion-category.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-discussion-category.d.cts","names":[],"sources":["../../src/actions/create-discussion-category.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAGrD;AAAA,cACW,uCAAA,EAAyC,CAAA,CAAE,UAQtD;AAAA,cAEW,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-discussion-category.d.ts
4
+ declare const FreshdeskCreateDiscussionCategoryInput: z.ZodTypeAny;
5
+ declare const FreshdeskCreateDiscussionCategoryOutput: z.ZodTypeAny;
6
+ declare const freshdeskCreateDiscussionCategory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { freshdeskCreateDiscussionCategory };
9
+ //# sourceMappingURL=create-discussion-category.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-discussion-category.d.mts","names":[],"sources":["../../src/actions/create-discussion-category.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAGrD;AAAA,cACW,uCAAA,EAAyC,CAAA,CAAE,UAQtD;AAAA,cAEW,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,24 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const freshdeskCreateDiscussionCategory = action("FRESHDESK_CREATE_DISCUSSION_CATEGORY", {
4
+ slug: "freshdesk-create-discussion-category",
5
+ name: "Create Discussion Category",
6
+ description: "Tool to create a new discussion category in Freshdesk forums.",
7
+ input: z.object({
8
+ name: z.string().describe("The name of the discussion category. Must be unique among existing categories."),
9
+ description: z.string().describe("A brief description explaining the purpose of this discussion category.")
10
+ }),
11
+ output: z.object({
12
+ id: z.number().int().describe("Unique identifier of the discussion category."),
13
+ name: z.string().describe("The name of the discussion category."),
14
+ position: z.number().int().describe("The display order position of the category.").nullable().optional(),
15
+ created_at: z.string().describe("Timestamp when the category was created, in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)."),
16
+ updated_at: z.string().describe("Timestamp when the category was last updated, in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)."),
17
+ description: z.string().describe("The description of the discussion category."),
18
+ visible_in_portals: z.array(z.number().int()).describe("Array of portal IDs where the category is visible.").nullable().optional()
19
+ })
20
+ });
21
+ //#endregion
22
+ export { freshdeskCreateDiscussionCategory };
23
+
24
+ //# sourceMappingURL=create-discussion-category.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-discussion-category.mjs","names":[],"sources":["../../src/actions/create-discussion-category.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshdeskCreateDiscussionCategoryInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the discussion category. Must be unique among existing categories.\"),\n description: z.string().describe(\"A brief description explaining the purpose of this discussion category.\"),\n});\nexport const FreshdeskCreateDiscussionCategoryOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the discussion category.\"),\n name: z.string().describe(\"The name of the discussion category.\"),\n position: z.number().int().describe(\"The display order position of the category.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the category was created, in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).\"),\n updated_at: z.string().describe(\"Timestamp when the category was last updated, in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).\"),\n description: z.string().describe(\"The description of the discussion category.\"),\n visible_in_portals: z.array(z.number().int()).describe(\"Array of portal IDs where the category is visible.\").nullable().optional(),\n});\n\nexport const freshdeskCreateDiscussionCategory = action(\"FRESHDESK_CREATE_DISCUSSION_CATEGORY\", {\n slug: \"freshdesk-create-discussion-category\",\n name: \"Create Discussion Category\",\n description: \"Tool to create a new discussion category in Freshdesk forums.\",\n input: FreshdeskCreateDiscussionCategoryInput,\n output: FreshdeskCreateDiscussionCategoryOutput,\n});\n"],"mappings":";;AAkBA,MAAa,oCAAoC,OAAO,wCAAwC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlBkE,EAAE,OAAO;EAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF;EAC1G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;CAC5G,CAeS;CACP,QAfmE,EAAE,OAAO;EAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C;EAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;EAChE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF;EACrH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0FAA0F;EAC1H,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;EAC9E,oBAAoB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,CAOU;AACV,CAAC"}
@@ -0,0 +1,39 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-discussion-forum-topic.ts
4
+ const FreshdeskCreateDiscussionForumTopicInput = zod.z.object({
5
+ title: zod.z.string().describe("The title of the topic"),
6
+ locked: zod.z.boolean().describe("Whether the topic should be locked (no replies allowed)").optional(),
7
+ sticky: zod.z.boolean().describe("Whether the topic should be pinned to the top of the forum").optional(),
8
+ message: zod.z.string().describe("The message/content of the topic. Supports HTML formatting."),
9
+ forum_id: zod.z.number().int().describe("The ID of the forum in which to create the topic")
10
+ });
11
+ const FreshdeskCreateDiscussionForumTopicOutput = zod.z.object({
12
+ id: zod.z.number().int().describe("Unique identifier of the created topic").nullable().optional(),
13
+ hits: zod.z.number().int().describe("Number of views the topic has received").nullable().optional(),
14
+ title: zod.z.string().describe("Title of the topic").nullable().optional(),
15
+ locked: zod.z.boolean().describe("Whether the topic is locked for new posts").nullable().optional(),
16
+ sticky: zod.z.boolean().describe("Whether the topic is pinned/sticky").nullable().optional(),
17
+ user_id: zod.z.number().int().describe("ID of the user who created the topic").nullable().optional(),
18
+ forum_id: zod.z.number().int().describe("ID of the forum containing this topic").nullable().optional(),
19
+ published: zod.z.boolean().describe("Whether the topic is published/visible").nullable().optional(),
20
+ created_at: zod.z.string().describe("Timestamp when the topic was created in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)").nullable().optional(),
21
+ replied_at: zod.z.string().describe("Timestamp of the last reply in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)").nullable().optional(),
22
+ replied_by: zod.z.number().int().describe("ID of user who last replied").nullable().optional(),
23
+ stamp_type: zod.z.union([zod.z.string(), zod.z.number().int()]).nullable().optional(),
24
+ updated_at: zod.z.string().describe("Timestamp when the topic was last updated in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)").nullable().optional(),
25
+ user_votes: zod.z.number().int().describe("Number of votes the topic has received").nullable().optional(),
26
+ comments_count: zod.z.number().int().describe("Number of posts/comments in the topic").nullable().optional(),
27
+ merged_topic_id: zod.z.number().int().describe("ID of merged topic if applicable").nullable().optional()
28
+ });
29
+ const freshdeskCreateDiscussionForumTopic = require_action.action("FRESHDESK_CREATE_DISCUSSION_FORUM_TOPIC", {
30
+ slug: "freshdesk-create-discussion-forum-topic",
31
+ name: "Create Discussion Forum Topic",
32
+ description: "Tool to create a new topic in a Freshdesk discussion forum. Use when you need to post a new discussion topic or thread in a specific forum.",
33
+ input: FreshdeskCreateDiscussionForumTopicInput,
34
+ output: FreshdeskCreateDiscussionForumTopicOutput
35
+ });
36
+ //#endregion
37
+ exports.freshdeskCreateDiscussionForumTopic = freshdeskCreateDiscussionForumTopic;
38
+
39
+ //# sourceMappingURL=create-discussion-forum-topic.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-discussion-forum-topic.cjs","names":["z","action"],"sources":["../../src/actions/create-discussion-forum-topic.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshdeskCreateDiscussionForumTopicInput: z.ZodTypeAny = z.object({\n title: z.string().describe(\"The title of the topic\"),\n locked: z.boolean().describe(\"Whether the topic should be locked (no replies allowed)\").optional(),\n sticky: z.boolean().describe(\"Whether the topic should be pinned to the top of the forum\").optional(),\n message: z.string().describe(\"The message/content of the topic. Supports HTML formatting.\"),\n forum_id: z.number().int().describe(\"The ID of the forum in which to create the topic\"),\n});\nexport const FreshdeskCreateDiscussionForumTopicOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the created topic\").nullable().optional(),\n hits: z.number().int().describe(\"Number of views the topic has received\").nullable().optional(),\n title: z.string().describe(\"Title of the topic\").nullable().optional(),\n locked: z.boolean().describe(\"Whether the topic is locked for new posts\").nullable().optional(),\n sticky: z.boolean().describe(\"Whether the topic is pinned/sticky\").nullable().optional(),\n user_id: z.number().int().describe(\"ID of the user who created the topic\").nullable().optional(),\n forum_id: z.number().int().describe(\"ID of the forum containing this topic\").nullable().optional(),\n published: z.boolean().describe(\"Whether the topic is published/visible\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the topic was created in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)\").nullable().optional(),\n replied_at: z.string().describe(\"Timestamp of the last reply in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)\").nullable().optional(),\n replied_by: z.number().int().describe(\"ID of user who last replied\").nullable().optional(),\n stamp_type: z.union([z.string(), z.number().int()]).nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the topic was last updated in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)\").nullable().optional(),\n user_votes: z.number().int().describe(\"Number of votes the topic has received\").nullable().optional(),\n comments_count: z.number().int().describe(\"Number of posts/comments in the topic\").nullable().optional(),\n merged_topic_id: z.number().int().describe(\"ID of merged topic if applicable\").nullable().optional(),\n});\n\nexport const freshdeskCreateDiscussionForumTopic = action(\"FRESHDESK_CREATE_DISCUSSION_FORUM_TOPIC\", {\n slug: \"freshdesk-create-discussion-forum-topic\",\n name: \"Create Discussion Forum Topic\",\n description: \"Tool to create a new topic in a Freshdesk discussion forum. Use when you need to post a new discussion topic or thread in a specific forum.\",\n input: FreshdeskCreateDiscussionForumTopicInput,\n output: FreshdeskCreateDiscussionForumTopicOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyDA,IAAAA,EAAE,OAAO;CAC7E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CACnD,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACjG,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACpG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CAC1F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD;AACxF,CAAC;AACD,MAAa,4CAA0DA,IAAAA,EAAE,OAAO;CAC9E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3I,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC;AAED,MAAa,sCAAsCC,eAAAA,OAAO,2CAA2C;CACnG,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/create-discussion-forum-topic.d.ts
4
+ declare const FreshdeskCreateDiscussionForumTopicInput: z.ZodTypeAny;
5
+ declare const FreshdeskCreateDiscussionForumTopicOutput: z.ZodTypeAny;
6
+ declare const freshdeskCreateDiscussionForumTopic: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { freshdeskCreateDiscussionForumTopic };
9
+ //# sourceMappingURL=create-discussion-forum-topic.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-discussion-forum-topic.d.cts","names":[],"sources":["../../src/actions/create-discussion-forum-topic.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAMvD;AAAA,cACW,yCAAA,EAA2C,CAAA,CAAE,UAiBxD;AAAA,cAEW,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-discussion-forum-topic.d.ts
4
+ declare const FreshdeskCreateDiscussionForumTopicInput: z.ZodTypeAny;
5
+ declare const FreshdeskCreateDiscussionForumTopicOutput: z.ZodTypeAny;
6
+ declare const freshdeskCreateDiscussionForumTopic: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { freshdeskCreateDiscussionForumTopic };
9
+ //# sourceMappingURL=create-discussion-forum-topic.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-discussion-forum-topic.d.mts","names":[],"sources":["../../src/actions/create-discussion-forum-topic.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAMvD;AAAA,cACW,yCAAA,EAA2C,CAAA,CAAE,UAiBxD;AAAA,cAEW,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,36 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const freshdeskCreateDiscussionForumTopic = action("FRESHDESK_CREATE_DISCUSSION_FORUM_TOPIC", {
4
+ slug: "freshdesk-create-discussion-forum-topic",
5
+ name: "Create Discussion Forum Topic",
6
+ description: "Tool to create a new topic in a Freshdesk discussion forum. Use when you need to post a new discussion topic or thread in a specific forum.",
7
+ input: z.object({
8
+ title: z.string().describe("The title of the topic"),
9
+ locked: z.boolean().describe("Whether the topic should be locked (no replies allowed)").optional(),
10
+ sticky: z.boolean().describe("Whether the topic should be pinned to the top of the forum").optional(),
11
+ message: z.string().describe("The message/content of the topic. Supports HTML formatting."),
12
+ forum_id: z.number().int().describe("The ID of the forum in which to create the topic")
13
+ }),
14
+ output: z.object({
15
+ id: z.number().int().describe("Unique identifier of the created topic").nullable().optional(),
16
+ hits: z.number().int().describe("Number of views the topic has received").nullable().optional(),
17
+ title: z.string().describe("Title of the topic").nullable().optional(),
18
+ locked: z.boolean().describe("Whether the topic is locked for new posts").nullable().optional(),
19
+ sticky: z.boolean().describe("Whether the topic is pinned/sticky").nullable().optional(),
20
+ user_id: z.number().int().describe("ID of the user who created the topic").nullable().optional(),
21
+ forum_id: z.number().int().describe("ID of the forum containing this topic").nullable().optional(),
22
+ published: z.boolean().describe("Whether the topic is published/visible").nullable().optional(),
23
+ created_at: z.string().describe("Timestamp when the topic was created in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)").nullable().optional(),
24
+ replied_at: z.string().describe("Timestamp of the last reply in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)").nullable().optional(),
25
+ replied_by: z.number().int().describe("ID of user who last replied").nullable().optional(),
26
+ stamp_type: z.union([z.string(), z.number().int()]).nullable().optional(),
27
+ updated_at: z.string().describe("Timestamp when the topic was last updated in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)").nullable().optional(),
28
+ user_votes: z.number().int().describe("Number of votes the topic has received").nullable().optional(),
29
+ comments_count: z.number().int().describe("Number of posts/comments in the topic").nullable().optional(),
30
+ merged_topic_id: z.number().int().describe("ID of merged topic if applicable").nullable().optional()
31
+ })
32
+ });
33
+ //#endregion
34
+ export { freshdeskCreateDiscussionForumTopic };
35
+
36
+ //# sourceMappingURL=create-discussion-forum-topic.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-discussion-forum-topic.mjs","names":[],"sources":["../../src/actions/create-discussion-forum-topic.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshdeskCreateDiscussionForumTopicInput: z.ZodTypeAny = z.object({\n title: z.string().describe(\"The title of the topic\"),\n locked: z.boolean().describe(\"Whether the topic should be locked (no replies allowed)\").optional(),\n sticky: z.boolean().describe(\"Whether the topic should be pinned to the top of the forum\").optional(),\n message: z.string().describe(\"The message/content of the topic. Supports HTML formatting.\"),\n forum_id: z.number().int().describe(\"The ID of the forum in which to create the topic\"),\n});\nexport const FreshdeskCreateDiscussionForumTopicOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the created topic\").nullable().optional(),\n hits: z.number().int().describe(\"Number of views the topic has received\").nullable().optional(),\n title: z.string().describe(\"Title of the topic\").nullable().optional(),\n locked: z.boolean().describe(\"Whether the topic is locked for new posts\").nullable().optional(),\n sticky: z.boolean().describe(\"Whether the topic is pinned/sticky\").nullable().optional(),\n user_id: z.number().int().describe(\"ID of the user who created the topic\").nullable().optional(),\n forum_id: z.number().int().describe(\"ID of the forum containing this topic\").nullable().optional(),\n published: z.boolean().describe(\"Whether the topic is published/visible\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the topic was created in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)\").nullable().optional(),\n replied_at: z.string().describe(\"Timestamp of the last reply in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)\").nullable().optional(),\n replied_by: z.number().int().describe(\"ID of user who last replied\").nullable().optional(),\n stamp_type: z.union([z.string(), z.number().int()]).nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the topic was last updated in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ)\").nullable().optional(),\n user_votes: z.number().int().describe(\"Number of votes the topic has received\").nullable().optional(),\n comments_count: z.number().int().describe(\"Number of posts/comments in the topic\").nullable().optional(),\n merged_topic_id: z.number().int().describe(\"ID of merged topic if applicable\").nullable().optional(),\n});\n\nexport const freshdeskCreateDiscussionForumTopic = action(\"FRESHDESK_CREATE_DISCUSSION_FORUM_TOPIC\", {\n slug: \"freshdesk-create-discussion-forum-topic\",\n name: \"Create Discussion Forum Topic\",\n description: \"Tool to create a new topic in a Freshdesk discussion forum. Use when you need to post a new discussion topic or thread in a specific forum.\",\n input: FreshdeskCreateDiscussionForumTopicInput,\n output: FreshdeskCreateDiscussionForumTopicOutput,\n});\n"],"mappings":";;AA8BA,MAAa,sCAAsC,OAAO,2CAA2C;CACnG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA9BoE,EAAE,OAAO;EAC7E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;EACnD,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;EACjG,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;EACpG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;EAC1F,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD;CACxF,CAwBS;CACP,QAxBqE,EAAE,OAAO;EAC9E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrE,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/F,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7H,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,YAAY,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3I,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpG,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,CAOU;AACV,CAAC"}
@@ -0,0 +1,32 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-discussion-topic-comment.ts
4
+ const FreshdeskCreateDiscussionTopicCommentInput = zod.z.object({
5
+ body: zod.z.string().describe("The content of the comment. Can contain HTML formatting."),
6
+ topic_id: zod.z.number().int().describe("The unique identifier of the discussion topic to add a comment to")
7
+ });
8
+ const FreshdeskCreateDiscussionTopicCommentOutput = zod.z.object({
9
+ id: zod.z.number().int().describe("Unique identifier of the created comment").nullable().optional(),
10
+ body: zod.z.string().describe("HTML-formatted comment content (renamed from body_html in API v1)").nullable().optional(),
11
+ spam: zod.z.boolean().describe("Spam classification flag").nullable().optional(),
12
+ trash: zod.z.boolean().describe("Deleted/trashed status").nullable().optional(),
13
+ answer: zod.z.boolean().describe("Whether comment is marked as solution/answer").nullable().optional(),
14
+ user_id: zod.z.number().int().describe("ID of the comment author").nullable().optional(),
15
+ forum_id: zod.z.number().int().describe("ID of the associated forum").nullable().optional(),
16
+ topic_id: zod.z.number().int().describe("ID of the parent topic").nullable().optional(),
17
+ body_text: zod.z.string().describe("Plain text content of the comment without HTML (renamed from body in API v1)").nullable().optional(),
18
+ published: zod.z.boolean().describe("Publication status of the comment").nullable().optional(),
19
+ created_at: zod.z.string().describe("Comment creation timestamp in UTC format (YYYY-MM-DDTHH:MM:SSZ)").nullable().optional(),
20
+ updated_at: zod.z.string().describe("Last modification timestamp in UTC format (YYYY-MM-DDTHH:MM:SSZ)").nullable().optional()
21
+ });
22
+ const freshdeskCreateDiscussionTopicComment = require_action.action("FRESHDESK_CREATE_DISCUSSION_TOPIC_COMMENT", {
23
+ slug: "freshdesk-create-discussion-topic-comment",
24
+ name: "Create Discussion Topic Comment",
25
+ description: "Tool to create a new comment on a discussion forum topic. Use when you need to add a comment to an existing topic in Freshdesk discussions.",
26
+ input: FreshdeskCreateDiscussionTopicCommentInput,
27
+ output: FreshdeskCreateDiscussionTopicCommentOutput
28
+ });
29
+ //#endregion
30
+ exports.freshdeskCreateDiscussionTopicComment = freshdeskCreateDiscussionTopicComment;
31
+
32
+ //# sourceMappingURL=create-discussion-topic-comment.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-discussion-topic-comment.cjs","names":["z","action"],"sources":["../../src/actions/create-discussion-topic-comment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshdeskCreateDiscussionTopicCommentInput: z.ZodTypeAny = z.object({\n body: z.string().describe(\"The content of the comment. Can contain HTML formatting.\"),\n topic_id: z.number().int().describe(\"The unique identifier of the discussion topic to add a comment to\"),\n});\nexport const FreshdeskCreateDiscussionTopicCommentOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the created comment\").nullable().optional(),\n body: z.string().describe(\"HTML-formatted comment content (renamed from body_html in API v1)\").nullable().optional(),\n spam: z.boolean().describe(\"Spam classification flag\").nullable().optional(),\n trash: z.boolean().describe(\"Deleted/trashed status\").nullable().optional(),\n answer: z.boolean().describe(\"Whether comment is marked as solution/answer\").nullable().optional(),\n user_id: z.number().int().describe(\"ID of the comment author\").nullable().optional(),\n forum_id: z.number().int().describe(\"ID of the associated forum\").nullable().optional(),\n topic_id: z.number().int().describe(\"ID of the parent topic\").nullable().optional(),\n body_text: z.string().describe(\"Plain text content of the comment without HTML (renamed from body in API v1)\").nullable().optional(),\n published: z.boolean().describe(\"Publication status of the comment\").nullable().optional(),\n created_at: z.string().describe(\"Comment creation timestamp in UTC format (YYYY-MM-DDTHH:MM:SSZ)\").nullable().optional(),\n updated_at: z.string().describe(\"Last modification timestamp in UTC format (YYYY-MM-DDTHH:MM:SSZ)\").nullable().optional(),\n});\n\nexport const freshdeskCreateDiscussionTopicComment = action(\"FRESHDESK_CREATE_DISCUSSION_TOPIC_COMMENT\", {\n slug: \"freshdesk-create-discussion-topic-comment\",\n name: \"Create Discussion Topic Comment\",\n description: \"Tool to create a new comment on a discussion forum topic. Use when you need to add a comment to an existing topic in Freshdesk discussions.\",\n input: FreshdeskCreateDiscussionTopicCommentInput,\n output: FreshdeskCreateDiscussionTopicCommentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6CAA2DA,IAAAA,EAAE,OAAO;CAC/E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACpF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mEAAmE;AACzG,CAAC;AACD,MAAa,8CAA4DA,IAAAA,EAAE,OAAO;CAChF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1H,CAAC;AAED,MAAa,wCAAwCC,eAAAA,OAAO,6CAA6C;CACvG,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/create-discussion-topic-comment.d.ts
4
+ declare const FreshdeskCreateDiscussionTopicCommentInput: z.ZodTypeAny;
5
+ declare const FreshdeskCreateDiscussionTopicCommentOutput: z.ZodTypeAny;
6
+ declare const freshdeskCreateDiscussionTopicComment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { freshdeskCreateDiscussionTopicComment };
9
+ //# sourceMappingURL=create-discussion-topic-comment.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-discussion-topic-comment.d.cts","names":[],"sources":["../../src/actions/create-discussion-topic-comment.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAGzD;AAAA,cACW,2CAAA,EAA6C,CAAA,CAAE,UAa1D;AAAA,cAEW,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-discussion-topic-comment.d.ts
4
+ declare const FreshdeskCreateDiscussionTopicCommentInput: z.ZodTypeAny;
5
+ declare const FreshdeskCreateDiscussionTopicCommentOutput: z.ZodTypeAny;
6
+ declare const freshdeskCreateDiscussionTopicComment: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { freshdeskCreateDiscussionTopicComment };
9
+ //# sourceMappingURL=create-discussion-topic-comment.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-discussion-topic-comment.d.mts","names":[],"sources":["../../src/actions/create-discussion-topic-comment.ts"],"mappings":";;;cAIa,0CAAA,EAA4C,CAAA,CAAE,UAGzD;AAAA,cACW,2CAAA,EAA6C,CAAA,CAAE,UAa1D;AAAA,cAEW,qCAAA,gCAAqC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,29 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const freshdeskCreateDiscussionTopicComment = action("FRESHDESK_CREATE_DISCUSSION_TOPIC_COMMENT", {
4
+ slug: "freshdesk-create-discussion-topic-comment",
5
+ name: "Create Discussion Topic Comment",
6
+ description: "Tool to create a new comment on a discussion forum topic. Use when you need to add a comment to an existing topic in Freshdesk discussions.",
7
+ input: z.object({
8
+ body: z.string().describe("The content of the comment. Can contain HTML formatting."),
9
+ topic_id: z.number().int().describe("The unique identifier of the discussion topic to add a comment to")
10
+ }),
11
+ output: z.object({
12
+ id: z.number().int().describe("Unique identifier of the created comment").nullable().optional(),
13
+ body: z.string().describe("HTML-formatted comment content (renamed from body_html in API v1)").nullable().optional(),
14
+ spam: z.boolean().describe("Spam classification flag").nullable().optional(),
15
+ trash: z.boolean().describe("Deleted/trashed status").nullable().optional(),
16
+ answer: z.boolean().describe("Whether comment is marked as solution/answer").nullable().optional(),
17
+ user_id: z.number().int().describe("ID of the comment author").nullable().optional(),
18
+ forum_id: z.number().int().describe("ID of the associated forum").nullable().optional(),
19
+ topic_id: z.number().int().describe("ID of the parent topic").nullable().optional(),
20
+ body_text: z.string().describe("Plain text content of the comment without HTML (renamed from body in API v1)").nullable().optional(),
21
+ published: z.boolean().describe("Publication status of the comment").nullable().optional(),
22
+ created_at: z.string().describe("Comment creation timestamp in UTC format (YYYY-MM-DDTHH:MM:SSZ)").nullable().optional(),
23
+ updated_at: z.string().describe("Last modification timestamp in UTC format (YYYY-MM-DDTHH:MM:SSZ)").nullable().optional()
24
+ })
25
+ });
26
+ //#endregion
27
+ export { freshdeskCreateDiscussionTopicComment };
28
+
29
+ //# sourceMappingURL=create-discussion-topic-comment.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-discussion-topic-comment.mjs","names":[],"sources":["../../src/actions/create-discussion-topic-comment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshdeskCreateDiscussionTopicCommentInput: z.ZodTypeAny = z.object({\n body: z.string().describe(\"The content of the comment. Can contain HTML formatting.\"),\n topic_id: z.number().int().describe(\"The unique identifier of the discussion topic to add a comment to\"),\n});\nexport const FreshdeskCreateDiscussionTopicCommentOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the created comment\").nullable().optional(),\n body: z.string().describe(\"HTML-formatted comment content (renamed from body_html in API v1)\").nullable().optional(),\n spam: z.boolean().describe(\"Spam classification flag\").nullable().optional(),\n trash: z.boolean().describe(\"Deleted/trashed status\").nullable().optional(),\n answer: z.boolean().describe(\"Whether comment is marked as solution/answer\").nullable().optional(),\n user_id: z.number().int().describe(\"ID of the comment author\").nullable().optional(),\n forum_id: z.number().int().describe(\"ID of the associated forum\").nullable().optional(),\n topic_id: z.number().int().describe(\"ID of the parent topic\").nullable().optional(),\n body_text: z.string().describe(\"Plain text content of the comment without HTML (renamed from body in API v1)\").nullable().optional(),\n published: z.boolean().describe(\"Publication status of the comment\").nullable().optional(),\n created_at: z.string().describe(\"Comment creation timestamp in UTC format (YYYY-MM-DDTHH:MM:SSZ)\").nullable().optional(),\n updated_at: z.string().describe(\"Last modification timestamp in UTC format (YYYY-MM-DDTHH:MM:SSZ)\").nullable().optional(),\n});\n\nexport const freshdeskCreateDiscussionTopicComment = action(\"FRESHDESK_CREATE_DISCUSSION_TOPIC_COMMENT\", {\n slug: \"freshdesk-create-discussion-topic-comment\",\n name: \"Create Discussion Topic Comment\",\n description: \"Tool to create a new comment on a discussion forum topic. Use when you need to add a comment to an existing topic in Freshdesk discussions.\",\n input: FreshdeskCreateDiscussionTopicCommentInput,\n output: FreshdeskCreateDiscussionTopicCommentOutput,\n});\n"],"mappings":";;AAuBA,MAAa,wCAAwC,OAAO,6CAA6C;CACvG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAvBsE,EAAE,OAAO;EAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;EACpF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mEAAmE;CACzG,CAoBS;CACP,QApBuE,EAAE,OAAO;EAChF,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnH,MAAM,EAAE,QAAQ,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,OAAO,EAAE,QAAQ,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1E,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnI,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,CAOU;AACV,CAAC"}
@@ -0,0 +1,38 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-email.ts
4
+ const FreshdeskCreateEmailInput = zod.z.object({
5
+ name: zod.z.string().describe("Display name for the email mailbox"),
6
+ group_id: zod.z.number().int().describe("ID of the group to assign tickets from this mailbox"),
7
+ product_id: zod.z.number().int().describe("ID of the product to associate with this mailbox"),
8
+ mailbox_type: zod.z.enum(["freshdesk_mailbox", "custom_mailbox"]).describe("Type of mailbox. Use 'freshdesk_mailbox' for Freshdesk-managed mailboxes or 'custom_mailbox' for external email providers"),
9
+ support_email: zod.z.string().describe("Email address for the mailbox. Must use your Freshdesk domain (e.g., name@yourdomain.freshdesk.com)"),
10
+ default_reply_email: zod.z.boolean().describe("Set as default reply email address for the account").optional()
11
+ });
12
+ const FreshdeskCreateEmail_FreshdeskMailboxConfigSchema = zod.z.object({ forward_email: zod.z.string().describe("Forward email address for Freshdesk mailbox type").nullable().optional() });
13
+ const FreshdeskCreateEmailOutput = zod.z.object({
14
+ id: zod.z.number().int().describe("Unique identifier for the created email mailbox").nullable().optional(),
15
+ name: zod.z.string().describe("Display name of the email mailbox").nullable().optional(),
16
+ active: zod.z.boolean().describe("Whether the mailbox is currently active").nullable().optional(),
17
+ group_id: zod.z.number().int().describe("ID of the associated group").nullable().optional(),
18
+ created_at: zod.z.string().describe("Timestamp when the mailbox was created in ISO 8601 format").nullable().optional(),
19
+ product_id: zod.z.number().int().describe("ID of the associated product").nullable().optional(),
20
+ updated_at: zod.z.string().describe("Timestamp when the mailbox was last updated in ISO 8601 format").nullable().optional(),
21
+ failure_code: zod.z.string().describe("Error code if mailbox configuration failed").nullable().optional(),
22
+ mailbox_type: zod.z.string().describe("Type of mailbox (freshdesk_mailbox or custom_mailbox)").nullable().optional(),
23
+ support_email: zod.z.string().describe("Email address of the mailbox").nullable().optional(),
24
+ disable_verify: zod.z.boolean().describe("Whether email verification is disabled").nullable().optional(),
25
+ freshdesk_mailbox: FreshdeskCreateEmail_FreshdeskMailboxConfigSchema.nullable().optional(),
26
+ default_reply_email: zod.z.boolean().describe("Whether this is the default reply email").nullable().optional()
27
+ });
28
+ const freshdeskCreateEmail = require_action.action("FRESHDESK_CREATE_EMAIL", {
29
+ slug: "freshdesk-create-email",
30
+ name: "Create Email Mailbox",
31
+ description: "Tool to create a new email mailbox in Freshdesk. Use when you need to add a support email address that automatically creates tickets from incoming emails. Requires valid product_id and group_id.",
32
+ input: FreshdeskCreateEmailInput,
33
+ output: FreshdeskCreateEmailOutput
34
+ });
35
+ //#endregion
36
+ exports.freshdeskCreateEmail = freshdeskCreateEmail;
37
+
38
+ //# sourceMappingURL=create-email.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-email.cjs","names":["z","action"],"sources":["../../src/actions/create-email.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const FreshdeskCreateEmailInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Display name for the email mailbox\"),\n group_id: z.number().int().describe(\"ID of the group to assign tickets from this mailbox\"),\n product_id: z.number().int().describe(\"ID of the product to associate with this mailbox\"),\n mailbox_type: z.enum([\"freshdesk_mailbox\", \"custom_mailbox\"]).describe(\"Type of mailbox. Use 'freshdesk_mailbox' for Freshdesk-managed mailboxes or 'custom_mailbox' for external email providers\"),\n support_email: z.string().describe(\"Email address for the mailbox. Must use your Freshdesk domain (e.g., name@yourdomain.freshdesk.com)\"),\n default_reply_email: z.boolean().describe(\"Set as default reply email address for the account\").optional(),\n});\nconst FreshdeskCreateEmail_FreshdeskMailboxConfigSchema: z.ZodTypeAny = z.object({\n forward_email: z.string().describe(\"Forward email address for Freshdesk mailbox type\").nullable().optional(),\n});\nexport const FreshdeskCreateEmailOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the created email mailbox\").nullable().optional(),\n name: z.string().describe(\"Display name of the email mailbox\").nullable().optional(),\n active: z.boolean().describe(\"Whether the mailbox is currently active\").nullable().optional(),\n group_id: z.number().int().describe(\"ID of the associated group\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the mailbox was created in ISO 8601 format\").nullable().optional(),\n product_id: z.number().int().describe(\"ID of the associated product\").nullable().optional(),\n updated_at: z.string().describe(\"Timestamp when the mailbox was last updated in ISO 8601 format\").nullable().optional(),\n failure_code: z.string().describe(\"Error code if mailbox configuration failed\").nullable().optional(),\n mailbox_type: z.string().describe(\"Type of mailbox (freshdesk_mailbox or custom_mailbox)\").nullable().optional(),\n support_email: z.string().describe(\"Email address of the mailbox\").nullable().optional(),\n disable_verify: z.boolean().describe(\"Whether email verification is disabled\").nullable().optional(),\n freshdesk_mailbox: FreshdeskCreateEmail_FreshdeskMailboxConfigSchema.nullable().optional(),\n default_reply_email: z.boolean().describe(\"Whether this is the default reply email\").nullable().optional(),\n});\n\nexport const freshdeskCreateEmail = action(\"FRESHDESK_CREATE_EMAIL\", {\n slug: \"freshdesk-create-email\",\n name: \"Create Email Mailbox\",\n description: \"Tool to create a new email mailbox in Freshdesk. Use when you need to add a support email address that automatically creates tickets from incoming emails. Requires valid product_id and group_id.\",\n input: FreshdeskCreateEmailInput,\n output: FreshdeskCreateEmailOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC9D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD;CACxF,cAAcA,IAAAA,EAAE,KAAK,CAAC,qBAAqB,gBAAgB,CAAC,CAAC,CAAC,SAAS,2HAA2H;CAClM,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG;CACxI,qBAAqBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;AAC3G,CAAC;AACD,MAAM,oDAAkEA,IAAAA,EAAE,OAAO,EAC/E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC7G,CAAC;AACD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,gBAAgBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,mBAAmB,kDAAkD,SAAS,CAAC,CAAC,SAAS;CACzF,qBAAqBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC;AAED,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,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/create-email.d.ts
4
+ declare const FreshdeskCreateEmailInput: z.ZodTypeAny;
5
+ declare const FreshdeskCreateEmailOutput: z.ZodTypeAny;
6
+ declare const freshdeskCreateEmail: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { freshdeskCreateEmail };
9
+ //# sourceMappingURL=create-email.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-email.d.cts","names":[],"sources":["../../src/actions/create-email.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAOxC;AAAA,cAIW,0BAAA,EAA4B,CAAA,CAAE,UAczC;AAAA,cAEW,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-email.d.ts
4
+ declare const FreshdeskCreateEmailInput: z.ZodTypeAny;
5
+ declare const FreshdeskCreateEmailOutput: z.ZodTypeAny;
6
+ declare const freshdeskCreateEmail: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { freshdeskCreateEmail };
9
+ //# sourceMappingURL=create-email.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-email.d.mts","names":[],"sources":["../../src/actions/create-email.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAOxC;AAAA,cAIW,0BAAA,EAA4B,CAAA,CAAE,UAczC;AAAA,cAEW,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,37 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/create-email.ts
4
+ const FreshdeskCreateEmailInput = z.object({
5
+ name: z.string().describe("Display name for the email mailbox"),
6
+ group_id: z.number().int().describe("ID of the group to assign tickets from this mailbox"),
7
+ product_id: z.number().int().describe("ID of the product to associate with this mailbox"),
8
+ mailbox_type: z.enum(["freshdesk_mailbox", "custom_mailbox"]).describe("Type of mailbox. Use 'freshdesk_mailbox' for Freshdesk-managed mailboxes or 'custom_mailbox' for external email providers"),
9
+ support_email: z.string().describe("Email address for the mailbox. Must use your Freshdesk domain (e.g., name@yourdomain.freshdesk.com)"),
10
+ default_reply_email: z.boolean().describe("Set as default reply email address for the account").optional()
11
+ });
12
+ const FreshdeskCreateEmail_FreshdeskMailboxConfigSchema = z.object({ forward_email: z.string().describe("Forward email address for Freshdesk mailbox type").nullable().optional() });
13
+ const freshdeskCreateEmail = action("FRESHDESK_CREATE_EMAIL", {
14
+ slug: "freshdesk-create-email",
15
+ name: "Create Email Mailbox",
16
+ description: "Tool to create a new email mailbox in Freshdesk. Use when you need to add a support email address that automatically creates tickets from incoming emails. Requires valid product_id and group_id.",
17
+ input: FreshdeskCreateEmailInput,
18
+ output: z.object({
19
+ id: z.number().int().describe("Unique identifier for the created email mailbox").nullable().optional(),
20
+ name: z.string().describe("Display name of the email mailbox").nullable().optional(),
21
+ active: z.boolean().describe("Whether the mailbox is currently active").nullable().optional(),
22
+ group_id: z.number().int().describe("ID of the associated group").nullable().optional(),
23
+ created_at: z.string().describe("Timestamp when the mailbox was created in ISO 8601 format").nullable().optional(),
24
+ product_id: z.number().int().describe("ID of the associated product").nullable().optional(),
25
+ updated_at: z.string().describe("Timestamp when the mailbox was last updated in ISO 8601 format").nullable().optional(),
26
+ failure_code: z.string().describe("Error code if mailbox configuration failed").nullable().optional(),
27
+ mailbox_type: z.string().describe("Type of mailbox (freshdesk_mailbox or custom_mailbox)").nullable().optional(),
28
+ support_email: z.string().describe("Email address of the mailbox").nullable().optional(),
29
+ disable_verify: z.boolean().describe("Whether email verification is disabled").nullable().optional(),
30
+ freshdesk_mailbox: FreshdeskCreateEmail_FreshdeskMailboxConfigSchema.nullable().optional(),
31
+ default_reply_email: z.boolean().describe("Whether this is the default reply email").nullable().optional()
32
+ })
33
+ });
34
+ //#endregion
35
+ export { freshdeskCreateEmail };
36
+
37
+ //# sourceMappingURL=create-email.mjs.map