@keystrokehq/etermin 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 (658) 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/assign-calendar-service.cjs +23 -0
  7. package/dist/actions/assign-calendar-service.cjs.map +1 -0
  8. package/dist/actions/assign-calendar-service.d.cts +9 -0
  9. package/dist/actions/assign-calendar-service.d.cts.map +1 -0
  10. package/dist/actions/assign-calendar-service.d.mts +9 -0
  11. package/dist/actions/assign-calendar-service.d.mts.map +1 -0
  12. package/dist/actions/assign-calendar-service.mjs +20 -0
  13. package/dist/actions/assign-calendar-service.mjs.map +1 -0
  14. package/dist/actions/create-absence.cjs +28 -0
  15. package/dist/actions/create-absence.cjs.map +1 -0
  16. package/dist/actions/create-absence.d.cts +9 -0
  17. package/dist/actions/create-absence.d.cts.map +1 -0
  18. package/dist/actions/create-absence.d.mts +9 -0
  19. package/dist/actions/create-absence.d.mts.map +1 -0
  20. package/dist/actions/create-absence.mjs +25 -0
  21. package/dist/actions/create-absence.mjs.map +1 -0
  22. package/dist/actions/create-anchortime-by-date.cjs +24 -0
  23. package/dist/actions/create-anchortime-by-date.cjs.map +1 -0
  24. package/dist/actions/create-anchortime-by-date.d.cts +9 -0
  25. package/dist/actions/create-anchortime-by-date.d.cts.map +1 -0
  26. package/dist/actions/create-anchortime-by-date.d.mts +9 -0
  27. package/dist/actions/create-anchortime-by-date.d.mts.map +1 -0
  28. package/dist/actions/create-anchortime-by-date.mjs +21 -0
  29. package/dist/actions/create-anchortime-by-date.mjs.map +1 -0
  30. package/dist/actions/create-anchortime.cjs +32 -0
  31. package/dist/actions/create-anchortime.cjs.map +1 -0
  32. package/dist/actions/create-anchortime.d.cts +9 -0
  33. package/dist/actions/create-anchortime.d.cts.map +1 -0
  34. package/dist/actions/create-anchortime.d.mts +9 -0
  35. package/dist/actions/create-anchortime.d.mts.map +1 -0
  36. package/dist/actions/create-anchortime.mjs +29 -0
  37. package/dist/actions/create-anchortime.mjs.map +1 -0
  38. package/dist/actions/create-appointment-sync.cjs +35 -0
  39. package/dist/actions/create-appointment-sync.cjs.map +1 -0
  40. package/dist/actions/create-appointment-sync.d.cts +9 -0
  41. package/dist/actions/create-appointment-sync.d.cts.map +1 -0
  42. package/dist/actions/create-appointment-sync.d.mts +9 -0
  43. package/dist/actions/create-appointment-sync.d.mts.map +1 -0
  44. package/dist/actions/create-appointment-sync.mjs +32 -0
  45. package/dist/actions/create-appointment-sync.mjs.map +1 -0
  46. package/dist/actions/create-appointment.cjs +96 -0
  47. package/dist/actions/create-appointment.cjs.map +1 -0
  48. package/dist/actions/create-appointment.d.cts +9 -0
  49. package/dist/actions/create-appointment.d.cts.map +1 -0
  50. package/dist/actions/create-appointment.d.mts +9 -0
  51. package/dist/actions/create-appointment.d.mts.map +1 -0
  52. package/dist/actions/create-appointment.mjs +93 -0
  53. package/dist/actions/create-appointment.mjs.map +1 -0
  54. package/dist/actions/create-calendar-return-time.cjs +34 -0
  55. package/dist/actions/create-calendar-return-time.cjs.map +1 -0
  56. package/dist/actions/create-calendar-return-time.d.cts +9 -0
  57. package/dist/actions/create-calendar-return-time.d.cts.map +1 -0
  58. package/dist/actions/create-calendar-return-time.d.mts +9 -0
  59. package/dist/actions/create-calendar-return-time.d.mts.map +1 -0
  60. package/dist/actions/create-calendar-return-time.mjs +31 -0
  61. package/dist/actions/create-calendar-return-time.mjs.map +1 -0
  62. package/dist/actions/create-contact.cjs +26 -0
  63. package/dist/actions/create-contact.cjs.map +1 -0
  64. package/dist/actions/create-contact.d.cts +9 -0
  65. package/dist/actions/create-contact.d.cts.map +1 -0
  66. package/dist/actions/create-contact.d.mts +9 -0
  67. package/dist/actions/create-contact.d.mts.map +1 -0
  68. package/dist/actions/create-contact.mjs +23 -0
  69. package/dist/actions/create-contact.mjs.map +1 -0
  70. package/dist/actions/create-service-group.cjs +47 -0
  71. package/dist/actions/create-service-group.cjs.map +1 -0
  72. package/dist/actions/create-service-group.d.cts +9 -0
  73. package/dist/actions/create-service-group.d.cts.map +1 -0
  74. package/dist/actions/create-service-group.d.mts +9 -0
  75. package/dist/actions/create-service-group.d.mts.map +1 -0
  76. package/dist/actions/create-service-group.mjs +44 -0
  77. package/dist/actions/create-service-group.mjs.map +1 -0
  78. package/dist/actions/create-service.cjs +133 -0
  79. package/dist/actions/create-service.cjs.map +1 -0
  80. package/dist/actions/create-service.d.cts +9 -0
  81. package/dist/actions/create-service.d.cts.map +1 -0
  82. package/dist/actions/create-service.d.mts +9 -0
  83. package/dist/actions/create-service.d.mts.map +1 -0
  84. package/dist/actions/create-service.mjs +130 -0
  85. package/dist/actions/create-service.mjs.map +1 -0
  86. package/dist/actions/create-user.cjs +32 -0
  87. package/dist/actions/create-user.cjs.map +1 -0
  88. package/dist/actions/create-user.d.cts +9 -0
  89. package/dist/actions/create-user.d.cts.map +1 -0
  90. package/dist/actions/create-user.d.mts +9 -0
  91. package/dist/actions/create-user.d.mts.map +1 -0
  92. package/dist/actions/create-user.mjs +29 -0
  93. package/dist/actions/create-user.mjs.map +1 -0
  94. package/dist/actions/create-usermapping.cjs +36 -0
  95. package/dist/actions/create-usermapping.cjs.map +1 -0
  96. package/dist/actions/create-usermapping.d.cts +9 -0
  97. package/dist/actions/create-usermapping.d.cts.map +1 -0
  98. package/dist/actions/create-usermapping.d.mts +9 -0
  99. package/dist/actions/create-usermapping.d.mts.map +1 -0
  100. package/dist/actions/create-usermapping.mjs +33 -0
  101. package/dist/actions/create-usermapping.mjs.map +1 -0
  102. package/dist/actions/create-voucher.cjs +31 -0
  103. package/dist/actions/create-voucher.cjs.map +1 -0
  104. package/dist/actions/create-voucher.d.cts +9 -0
  105. package/dist/actions/create-voucher.d.cts.map +1 -0
  106. package/dist/actions/create-voucher.d.mts +9 -0
  107. package/dist/actions/create-voucher.d.mts.map +1 -0
  108. package/dist/actions/create-voucher.mjs +28 -0
  109. package/dist/actions/create-voucher.mjs.map +1 -0
  110. package/dist/actions/create-webhook.cjs +29 -0
  111. package/dist/actions/create-webhook.cjs.map +1 -0
  112. package/dist/actions/create-webhook.d.cts +9 -0
  113. package/dist/actions/create-webhook.d.cts.map +1 -0
  114. package/dist/actions/create-webhook.d.mts +9 -0
  115. package/dist/actions/create-webhook.d.mts.map +1 -0
  116. package/dist/actions/create-webhook.mjs +26 -0
  117. package/dist/actions/create-webhook.mjs.map +1 -0
  118. package/dist/actions/create-working-time.cjs +32 -0
  119. package/dist/actions/create-working-time.cjs.map +1 -0
  120. package/dist/actions/create-working-time.d.cts +9 -0
  121. package/dist/actions/create-working-time.d.cts.map +1 -0
  122. package/dist/actions/create-working-time.d.mts +9 -0
  123. package/dist/actions/create-working-time.d.mts.map +1 -0
  124. package/dist/actions/create-working-time.mjs +29 -0
  125. package/dist/actions/create-working-time.mjs.map +1 -0
  126. package/dist/actions/create-working-times-date.cjs +34 -0
  127. package/dist/actions/create-working-times-date.cjs.map +1 -0
  128. package/dist/actions/create-working-times-date.d.cts +9 -0
  129. package/dist/actions/create-working-times-date.d.cts.map +1 -0
  130. package/dist/actions/create-working-times-date.d.mts +9 -0
  131. package/dist/actions/create-working-times-date.d.mts.map +1 -0
  132. package/dist/actions/create-working-times-date.mjs +31 -0
  133. package/dist/actions/create-working-times-date.mjs.map +1 -0
  134. package/dist/actions/delete-absence.cjs +20 -0
  135. package/dist/actions/delete-absence.cjs.map +1 -0
  136. package/dist/actions/delete-absence.d.cts +9 -0
  137. package/dist/actions/delete-absence.d.cts.map +1 -0
  138. package/dist/actions/delete-absence.d.mts +9 -0
  139. package/dist/actions/delete-absence.d.mts.map +1 -0
  140. package/dist/actions/delete-absence.mjs +17 -0
  141. package/dist/actions/delete-absence.mjs.map +1 -0
  142. package/dist/actions/delete-anchortime-by-date.cjs +20 -0
  143. package/dist/actions/delete-anchortime-by-date.cjs.map +1 -0
  144. package/dist/actions/delete-anchortime-by-date.d.cts +9 -0
  145. package/dist/actions/delete-anchortime-by-date.d.cts.map +1 -0
  146. package/dist/actions/delete-anchortime-by-date.d.mts +9 -0
  147. package/dist/actions/delete-anchortime-by-date.d.mts.map +1 -0
  148. package/dist/actions/delete-anchortime-by-date.mjs +17 -0
  149. package/dist/actions/delete-anchortime-by-date.mjs.map +1 -0
  150. package/dist/actions/delete-anchortime.cjs +19 -0
  151. package/dist/actions/delete-anchortime.cjs.map +1 -0
  152. package/dist/actions/delete-anchortime.d.cts +9 -0
  153. package/dist/actions/delete-anchortime.d.cts.map +1 -0
  154. package/dist/actions/delete-anchortime.d.mts +9 -0
  155. package/dist/actions/delete-anchortime.d.mts.map +1 -0
  156. package/dist/actions/delete-anchortime.mjs +16 -0
  157. package/dist/actions/delete-anchortime.mjs.map +1 -0
  158. package/dist/actions/delete-appointment-sync.cjs +24 -0
  159. package/dist/actions/delete-appointment-sync.cjs.map +1 -0
  160. package/dist/actions/delete-appointment-sync.d.cts +9 -0
  161. package/dist/actions/delete-appointment-sync.d.cts.map +1 -0
  162. package/dist/actions/delete-appointment-sync.d.mts +9 -0
  163. package/dist/actions/delete-appointment-sync.d.mts.map +1 -0
  164. package/dist/actions/delete-appointment-sync.mjs +21 -0
  165. package/dist/actions/delete-appointment-sync.mjs.map +1 -0
  166. package/dist/actions/delete-appointment.cjs +20 -0
  167. package/dist/actions/delete-appointment.cjs.map +1 -0
  168. package/dist/actions/delete-appointment.d.cts +9 -0
  169. package/dist/actions/delete-appointment.d.cts.map +1 -0
  170. package/dist/actions/delete-appointment.d.mts +9 -0
  171. package/dist/actions/delete-appointment.d.mts.map +1 -0
  172. package/dist/actions/delete-appointment.mjs +17 -0
  173. package/dist/actions/delete-appointment.mjs.map +1 -0
  174. package/dist/actions/delete-calendar-return-time.cjs +19 -0
  175. package/dist/actions/delete-calendar-return-time.cjs.map +1 -0
  176. package/dist/actions/delete-calendar-return-time.d.cts +9 -0
  177. package/dist/actions/delete-calendar-return-time.d.cts.map +1 -0
  178. package/dist/actions/delete-calendar-return-time.d.mts +9 -0
  179. package/dist/actions/delete-calendar-return-time.d.mts.map +1 -0
  180. package/dist/actions/delete-calendar-return-time.mjs +16 -0
  181. package/dist/actions/delete-calendar-return-time.mjs.map +1 -0
  182. package/dist/actions/delete-calendar-service.cjs +22 -0
  183. package/dist/actions/delete-calendar-service.cjs.map +1 -0
  184. package/dist/actions/delete-calendar-service.d.cts +9 -0
  185. package/dist/actions/delete-calendar-service.d.cts.map +1 -0
  186. package/dist/actions/delete-calendar-service.d.mts +9 -0
  187. package/dist/actions/delete-calendar-service.d.mts.map +1 -0
  188. package/dist/actions/delete-calendar-service.mjs +19 -0
  189. package/dist/actions/delete-calendar-service.mjs.map +1 -0
  190. package/dist/actions/delete-calendar.cjs +20 -0
  191. package/dist/actions/delete-calendar.cjs.map +1 -0
  192. package/dist/actions/delete-calendar.d.cts +9 -0
  193. package/dist/actions/delete-calendar.d.cts.map +1 -0
  194. package/dist/actions/delete-calendar.d.mts +9 -0
  195. package/dist/actions/delete-calendar.d.mts.map +1 -0
  196. package/dist/actions/delete-calendar.mjs +17 -0
  197. package/dist/actions/delete-calendar.mjs.map +1 -0
  198. package/dist/actions/delete-contact.cjs +19 -0
  199. package/dist/actions/delete-contact.cjs.map +1 -0
  200. package/dist/actions/delete-contact.d.cts +9 -0
  201. package/dist/actions/delete-contact.d.cts.map +1 -0
  202. package/dist/actions/delete-contact.d.mts +9 -0
  203. package/dist/actions/delete-contact.d.mts.map +1 -0
  204. package/dist/actions/delete-contact.mjs +16 -0
  205. package/dist/actions/delete-contact.mjs.map +1 -0
  206. package/dist/actions/delete-resource.cjs +24 -0
  207. package/dist/actions/delete-resource.cjs.map +1 -0
  208. package/dist/actions/delete-resource.d.cts +9 -0
  209. package/dist/actions/delete-resource.d.cts.map +1 -0
  210. package/dist/actions/delete-resource.d.mts +9 -0
  211. package/dist/actions/delete-resource.d.mts.map +1 -0
  212. package/dist/actions/delete-resource.mjs +21 -0
  213. package/dist/actions/delete-resource.mjs.map +1 -0
  214. package/dist/actions/delete-service.cjs +20 -0
  215. package/dist/actions/delete-service.cjs.map +1 -0
  216. package/dist/actions/delete-service.d.cts +9 -0
  217. package/dist/actions/delete-service.d.cts.map +1 -0
  218. package/dist/actions/delete-service.d.mts +9 -0
  219. package/dist/actions/delete-service.d.mts.map +1 -0
  220. package/dist/actions/delete-service.mjs +17 -0
  221. package/dist/actions/delete-service.mjs.map +1 -0
  222. package/dist/actions/delete-servicegroup.cjs +19 -0
  223. package/dist/actions/delete-servicegroup.cjs.map +1 -0
  224. package/dist/actions/delete-servicegroup.d.cts +9 -0
  225. package/dist/actions/delete-servicegroup.d.cts.map +1 -0
  226. package/dist/actions/delete-servicegroup.d.mts +9 -0
  227. package/dist/actions/delete-servicegroup.d.mts.map +1 -0
  228. package/dist/actions/delete-servicegroup.mjs +16 -0
  229. package/dist/actions/delete-servicegroup.mjs.map +1 -0
  230. package/dist/actions/delete-user.cjs +19 -0
  231. package/dist/actions/delete-user.cjs.map +1 -0
  232. package/dist/actions/delete-user.d.cts +9 -0
  233. package/dist/actions/delete-user.d.cts.map +1 -0
  234. package/dist/actions/delete-user.d.mts +9 -0
  235. package/dist/actions/delete-user.d.mts.map +1 -0
  236. package/dist/actions/delete-user.mjs +16 -0
  237. package/dist/actions/delete-user.mjs.map +1 -0
  238. package/dist/actions/delete-usermapping.cjs +19 -0
  239. package/dist/actions/delete-usermapping.cjs.map +1 -0
  240. package/dist/actions/delete-usermapping.d.cts +9 -0
  241. package/dist/actions/delete-usermapping.d.cts.map +1 -0
  242. package/dist/actions/delete-usermapping.d.mts +9 -0
  243. package/dist/actions/delete-usermapping.d.mts.map +1 -0
  244. package/dist/actions/delete-usermapping.mjs +16 -0
  245. package/dist/actions/delete-usermapping.mjs.map +1 -0
  246. package/dist/actions/delete-voucher.cjs +19 -0
  247. package/dist/actions/delete-voucher.cjs.map +1 -0
  248. package/dist/actions/delete-voucher.d.cts +9 -0
  249. package/dist/actions/delete-voucher.d.cts.map +1 -0
  250. package/dist/actions/delete-voucher.d.mts +9 -0
  251. package/dist/actions/delete-voucher.d.mts.map +1 -0
  252. package/dist/actions/delete-voucher.mjs +16 -0
  253. package/dist/actions/delete-voucher.mjs.map +1 -0
  254. package/dist/actions/delete-webhook.cjs +19 -0
  255. package/dist/actions/delete-webhook.cjs.map +1 -0
  256. package/dist/actions/delete-webhook.d.cts +9 -0
  257. package/dist/actions/delete-webhook.d.cts.map +1 -0
  258. package/dist/actions/delete-webhook.d.mts +9 -0
  259. package/dist/actions/delete-webhook.d.mts.map +1 -0
  260. package/dist/actions/delete-webhook.mjs +16 -0
  261. package/dist/actions/delete-webhook.mjs.map +1 -0
  262. package/dist/actions/delete-working-times-date.cjs +22 -0
  263. package/dist/actions/delete-working-times-date.cjs.map +1 -0
  264. package/dist/actions/delete-working-times-date.d.cts +9 -0
  265. package/dist/actions/delete-working-times-date.d.cts.map +1 -0
  266. package/dist/actions/delete-working-times-date.d.mts +9 -0
  267. package/dist/actions/delete-working-times-date.d.mts.map +1 -0
  268. package/dist/actions/delete-working-times-date.mjs +19 -0
  269. package/dist/actions/delete-working-times-date.mjs.map +1 -0
  270. package/dist/actions/delete-working-times.cjs +22 -0
  271. package/dist/actions/delete-working-times.cjs.map +1 -0
  272. package/dist/actions/delete-working-times.d.cts +9 -0
  273. package/dist/actions/delete-working-times.d.cts.map +1 -0
  274. package/dist/actions/delete-working-times.d.mts +9 -0
  275. package/dist/actions/delete-working-times.d.mts.map +1 -0
  276. package/dist/actions/delete-working-times.mjs +19 -0
  277. package/dist/actions/delete-working-times.mjs.map +1 -0
  278. package/dist/actions/get-absences.cjs +24 -0
  279. package/dist/actions/get-absences.cjs.map +1 -0
  280. package/dist/actions/get-absences.d.cts +9 -0
  281. package/dist/actions/get-absences.d.cts.map +1 -0
  282. package/dist/actions/get-absences.d.mts +9 -0
  283. package/dist/actions/get-absences.d.mts.map +1 -0
  284. package/dist/actions/get-absences.mjs +23 -0
  285. package/dist/actions/get-absences.mjs.map +1 -0
  286. package/dist/actions/get-anchortime-date.cjs +23 -0
  287. package/dist/actions/get-anchortime-date.cjs.map +1 -0
  288. package/dist/actions/get-anchortime-date.d.cts +9 -0
  289. package/dist/actions/get-anchortime-date.d.cts.map +1 -0
  290. package/dist/actions/get-anchortime-date.d.mts +9 -0
  291. package/dist/actions/get-anchortime-date.d.mts.map +1 -0
  292. package/dist/actions/get-anchortime-date.mjs +22 -0
  293. package/dist/actions/get-anchortime-date.mjs.map +1 -0
  294. package/dist/actions/get-anchortimes.cjs +23 -0
  295. package/dist/actions/get-anchortimes.cjs.map +1 -0
  296. package/dist/actions/get-anchortimes.d.cts +9 -0
  297. package/dist/actions/get-anchortimes.d.cts.map +1 -0
  298. package/dist/actions/get-anchortimes.d.mts +9 -0
  299. package/dist/actions/get-anchortimes.d.mts.map +1 -0
  300. package/dist/actions/get-anchortimes.mjs +22 -0
  301. package/dist/actions/get-anchortimes.mjs.map +1 -0
  302. package/dist/actions/get-appointment-sync.cjs +93 -0
  303. package/dist/actions/get-appointment-sync.cjs.map +1 -0
  304. package/dist/actions/get-appointment-sync.d.cts +9 -0
  305. package/dist/actions/get-appointment-sync.d.cts.map +1 -0
  306. package/dist/actions/get-appointment-sync.d.mts +9 -0
  307. package/dist/actions/get-appointment-sync.d.mts.map +1 -0
  308. package/dist/actions/get-appointment-sync.mjs +92 -0
  309. package/dist/actions/get-appointment-sync.mjs.map +1 -0
  310. package/dist/actions/get-bookingpage-logs.cjs +26 -0
  311. package/dist/actions/get-bookingpage-logs.cjs.map +1 -0
  312. package/dist/actions/get-bookingpage-logs.d.cts +9 -0
  313. package/dist/actions/get-bookingpage-logs.d.cts.map +1 -0
  314. package/dist/actions/get-bookingpage-logs.d.mts +9 -0
  315. package/dist/actions/get-bookingpage-logs.d.mts.map +1 -0
  316. package/dist/actions/get-bookingpage-logs.mjs +25 -0
  317. package/dist/actions/get-bookingpage-logs.mjs.map +1 -0
  318. package/dist/actions/get-calendar-return-time.cjs +26 -0
  319. package/dist/actions/get-calendar-return-time.cjs.map +1 -0
  320. package/dist/actions/get-calendar-return-time.d.cts +9 -0
  321. package/dist/actions/get-calendar-return-time.d.cts.map +1 -0
  322. package/dist/actions/get-calendar-return-time.d.mts +9 -0
  323. package/dist/actions/get-calendar-return-time.d.mts.map +1 -0
  324. package/dist/actions/get-calendar-return-time.mjs +25 -0
  325. package/dist/actions/get-calendar-return-time.mjs.map +1 -0
  326. package/dist/actions/get-calendars.cjs +25 -0
  327. package/dist/actions/get-calendars.cjs.map +1 -0
  328. package/dist/actions/get-calendars.d.cts +9 -0
  329. package/dist/actions/get-calendars.d.cts.map +1 -0
  330. package/dist/actions/get-calendars.d.mts +9 -0
  331. package/dist/actions/get-calendars.d.mts.map +1 -0
  332. package/dist/actions/get-calendars.mjs +24 -0
  333. package/dist/actions/get-calendars.mjs.map +1 -0
  334. package/dist/actions/get-calendarservice.cjs +21 -0
  335. package/dist/actions/get-calendarservice.cjs.map +1 -0
  336. package/dist/actions/get-calendarservice.d.cts +9 -0
  337. package/dist/actions/get-calendarservice.d.cts.map +1 -0
  338. package/dist/actions/get-calendarservice.d.mts +9 -0
  339. package/dist/actions/get-calendarservice.d.mts.map +1 -0
  340. package/dist/actions/get-calendarservice.mjs +20 -0
  341. package/dist/actions/get-calendarservice.mjs.map +1 -0
  342. package/dist/actions/get-company.cjs +37 -0
  343. package/dist/actions/get-company.cjs.map +1 -0
  344. package/dist/actions/get-company.d.cts +9 -0
  345. package/dist/actions/get-company.d.cts.map +1 -0
  346. package/dist/actions/get-company.d.mts +9 -0
  347. package/dist/actions/get-company.d.mts.map +1 -0
  348. package/dist/actions/get-company.mjs +36 -0
  349. package/dist/actions/get-company.mjs.map +1 -0
  350. package/dist/actions/get-contact-by-id.cjs +74 -0
  351. package/dist/actions/get-contact-by-id.cjs.map +1 -0
  352. package/dist/actions/get-contact-by-id.d.cts +9 -0
  353. package/dist/actions/get-contact-by-id.d.cts.map +1 -0
  354. package/dist/actions/get-contact-by-id.d.mts +9 -0
  355. package/dist/actions/get-contact-by-id.d.mts.map +1 -0
  356. package/dist/actions/get-contact-by-id.mjs +73 -0
  357. package/dist/actions/get-contact-by-id.mjs.map +1 -0
  358. package/dist/actions/get-contacts.cjs +68 -0
  359. package/dist/actions/get-contacts.cjs.map +1 -0
  360. package/dist/actions/get-contacts.d.cts +9 -0
  361. package/dist/actions/get-contacts.d.cts.map +1 -0
  362. package/dist/actions/get-contacts.d.mts +9 -0
  363. package/dist/actions/get-contacts.d.mts.map +1 -0
  364. package/dist/actions/get-contacts.mjs +67 -0
  365. package/dist/actions/get-contacts.mjs.map +1 -0
  366. package/dist/actions/get-deleted-appointments.cjs +39 -0
  367. package/dist/actions/get-deleted-appointments.cjs.map +1 -0
  368. package/dist/actions/get-deleted-appointments.d.cts +9 -0
  369. package/dist/actions/get-deleted-appointments.d.cts.map +1 -0
  370. package/dist/actions/get-deleted-appointments.d.mts +9 -0
  371. package/dist/actions/get-deleted-appointments.d.mts.map +1 -0
  372. package/dist/actions/get-deleted-appointments.mjs +38 -0
  373. package/dist/actions/get-deleted-appointments.mjs.map +1 -0
  374. package/dist/actions/get-message-logs.cjs +31 -0
  375. package/dist/actions/get-message-logs.cjs.map +1 -0
  376. package/dist/actions/get-message-logs.d.cts +9 -0
  377. package/dist/actions/get-message-logs.d.cts.map +1 -0
  378. package/dist/actions/get-message-logs.d.mts +9 -0
  379. package/dist/actions/get-message-logs.d.mts.map +1 -0
  380. package/dist/actions/get-message-logs.mjs +30 -0
  381. package/dist/actions/get-message-logs.mjs.map +1 -0
  382. package/dist/actions/get-rating.cjs +29 -0
  383. package/dist/actions/get-rating.cjs.map +1 -0
  384. package/dist/actions/get-rating.d.cts +9 -0
  385. package/dist/actions/get-rating.d.cts.map +1 -0
  386. package/dist/actions/get-rating.d.mts +9 -0
  387. package/dist/actions/get-rating.d.mts.map +1 -0
  388. package/dist/actions/get-rating.mjs +28 -0
  389. package/dist/actions/get-rating.mjs.map +1 -0
  390. package/dist/actions/get-service-by-id.cjs +31 -0
  391. package/dist/actions/get-service-by-id.cjs.map +1 -0
  392. package/dist/actions/get-service-by-id.d.cts +9 -0
  393. package/dist/actions/get-service-by-id.d.cts.map +1 -0
  394. package/dist/actions/get-service-by-id.d.mts +9 -0
  395. package/dist/actions/get-service-by-id.d.mts.map +1 -0
  396. package/dist/actions/get-service-by-id.mjs +30 -0
  397. package/dist/actions/get-service-by-id.mjs.map +1 -0
  398. package/dist/actions/get-service-calendar.cjs +17 -0
  399. package/dist/actions/get-service-calendar.cjs.map +1 -0
  400. package/dist/actions/get-service-calendar.d.cts +9 -0
  401. package/dist/actions/get-service-calendar.d.cts.map +1 -0
  402. package/dist/actions/get-service-calendar.d.mts +9 -0
  403. package/dist/actions/get-service-calendar.d.mts.map +1 -0
  404. package/dist/actions/get-service-calendar.mjs +16 -0
  405. package/dist/actions/get-service-calendar.mjs.map +1 -0
  406. package/dist/actions/get-servicegroup.cjs +46 -0
  407. package/dist/actions/get-servicegroup.cjs.map +1 -0
  408. package/dist/actions/get-servicegroup.d.cts +9 -0
  409. package/dist/actions/get-servicegroup.d.cts.map +1 -0
  410. package/dist/actions/get-servicegroup.d.mts +9 -0
  411. package/dist/actions/get-servicegroup.d.mts.map +1 -0
  412. package/dist/actions/get-servicegroup.mjs +45 -0
  413. package/dist/actions/get-servicegroup.mjs.map +1 -0
  414. package/dist/actions/get-services.cjs +31 -0
  415. package/dist/actions/get-services.cjs.map +1 -0
  416. package/dist/actions/get-services.d.cts +9 -0
  417. package/dist/actions/get-services.d.cts.map +1 -0
  418. package/dist/actions/get-services.d.mts +9 -0
  419. package/dist/actions/get-services.d.mts.map +1 -0
  420. package/dist/actions/get-services.mjs +30 -0
  421. package/dist/actions/get-services.mjs.map +1 -0
  422. package/dist/actions/get-survey-results.cjs +27 -0
  423. package/dist/actions/get-survey-results.cjs.map +1 -0
  424. package/dist/actions/get-survey-results.d.cts +9 -0
  425. package/dist/actions/get-survey-results.d.cts.map +1 -0
  426. package/dist/actions/get-survey-results.d.mts +9 -0
  427. package/dist/actions/get-survey-results.d.mts.map +1 -0
  428. package/dist/actions/get-survey-results.mjs +26 -0
  429. package/dist/actions/get-survey-results.mjs.map +1 -0
  430. package/dist/actions/get-timeslots.cjs +25 -0
  431. package/dist/actions/get-timeslots.cjs.map +1 -0
  432. package/dist/actions/get-timeslots.d.cts +9 -0
  433. package/dist/actions/get-timeslots.d.cts.map +1 -0
  434. package/dist/actions/get-timeslots.d.mts +9 -0
  435. package/dist/actions/get-timeslots.d.mts.map +1 -0
  436. package/dist/actions/get-timeslots.mjs +24 -0
  437. package/dist/actions/get-timeslots.mjs.map +1 -0
  438. package/dist/actions/get-usermapping.cjs +25 -0
  439. package/dist/actions/get-usermapping.cjs.map +1 -0
  440. package/dist/actions/get-usermapping.d.cts +9 -0
  441. package/dist/actions/get-usermapping.d.cts.map +1 -0
  442. package/dist/actions/get-usermapping.d.mts +9 -0
  443. package/dist/actions/get-usermapping.d.mts.map +1 -0
  444. package/dist/actions/get-usermapping.mjs +24 -0
  445. package/dist/actions/get-usermapping.mjs.map +1 -0
  446. package/dist/actions/get-users.cjs +46 -0
  447. package/dist/actions/get-users.cjs.map +1 -0
  448. package/dist/actions/get-users.d.cts +9 -0
  449. package/dist/actions/get-users.d.cts.map +1 -0
  450. package/dist/actions/get-users.d.mts +9 -0
  451. package/dist/actions/get-users.d.mts.map +1 -0
  452. package/dist/actions/get-users.mjs +45 -0
  453. package/dist/actions/get-users.mjs.map +1 -0
  454. package/dist/actions/get-working-times-date.cjs +23 -0
  455. package/dist/actions/get-working-times-date.cjs.map +1 -0
  456. package/dist/actions/get-working-times-date.d.cts +9 -0
  457. package/dist/actions/get-working-times-date.d.cts.map +1 -0
  458. package/dist/actions/get-working-times-date.d.mts +9 -0
  459. package/dist/actions/get-working-times-date.d.mts.map +1 -0
  460. package/dist/actions/get-working-times-date.mjs +22 -0
  461. package/dist/actions/get-working-times-date.mjs.map +1 -0
  462. package/dist/actions/get-working-times.cjs +24 -0
  463. package/dist/actions/get-working-times.cjs.map +1 -0
  464. package/dist/actions/get-working-times.d.cts +9 -0
  465. package/dist/actions/get-working-times.d.cts.map +1 -0
  466. package/dist/actions/get-working-times.d.mts +9 -0
  467. package/dist/actions/get-working-times.d.mts.map +1 -0
  468. package/dist/actions/get-working-times.mjs +23 -0
  469. package/dist/actions/get-working-times.mjs.map +1 -0
  470. package/dist/actions/index.cjs +157 -0
  471. package/dist/actions/index.d.cts +79 -0
  472. package/dist/actions/index.d.mts +79 -0
  473. package/dist/actions/index.mjs +79 -0
  474. package/dist/actions/list-appointments.cjs +51 -0
  475. package/dist/actions/list-appointments.cjs.map +1 -0
  476. package/dist/actions/list-appointments.d.cts +9 -0
  477. package/dist/actions/list-appointments.d.cts.map +1 -0
  478. package/dist/actions/list-appointments.d.mts +9 -0
  479. package/dist/actions/list-appointments.d.mts.map +1 -0
  480. package/dist/actions/list-appointments.mjs +50 -0
  481. package/dist/actions/list-appointments.mjs.map +1 -0
  482. package/dist/actions/list-vouchers.cjs +36 -0
  483. package/dist/actions/list-vouchers.cjs.map +1 -0
  484. package/dist/actions/list-vouchers.d.cts +9 -0
  485. package/dist/actions/list-vouchers.d.cts.map +1 -0
  486. package/dist/actions/list-vouchers.d.mts +9 -0
  487. package/dist/actions/list-vouchers.d.mts.map +1 -0
  488. package/dist/actions/list-vouchers.mjs +35 -0
  489. package/dist/actions/list-vouchers.mjs.map +1 -0
  490. package/dist/actions/list-webhooks.cjs +16 -0
  491. package/dist/actions/list-webhooks.cjs.map +1 -0
  492. package/dist/actions/list-webhooks.d.cts +9 -0
  493. package/dist/actions/list-webhooks.d.cts.map +1 -0
  494. package/dist/actions/list-webhooks.d.mts +9 -0
  495. package/dist/actions/list-webhooks.d.mts.map +1 -0
  496. package/dist/actions/list-webhooks.mjs +13 -0
  497. package/dist/actions/list-webhooks.mjs.map +1 -0
  498. package/dist/actions/put-service.cjs +134 -0
  499. package/dist/actions/put-service.cjs.map +1 -0
  500. package/dist/actions/put-service.d.cts +9 -0
  501. package/dist/actions/put-service.d.cts.map +1 -0
  502. package/dist/actions/put-service.d.mts +9 -0
  503. package/dist/actions/put-service.d.mts.map +1 -0
  504. package/dist/actions/put-service.mjs +131 -0
  505. package/dist/actions/put-service.mjs.map +1 -0
  506. package/dist/actions/update-absence.cjs +28 -0
  507. package/dist/actions/update-absence.cjs.map +1 -0
  508. package/dist/actions/update-absence.d.cts +9 -0
  509. package/dist/actions/update-absence.d.cts.map +1 -0
  510. package/dist/actions/update-absence.d.mts +9 -0
  511. package/dist/actions/update-absence.d.mts.map +1 -0
  512. package/dist/actions/update-absence.mjs +25 -0
  513. package/dist/actions/update-absence.mjs.map +1 -0
  514. package/dist/actions/update-anchortime-by-date.cjs +25 -0
  515. package/dist/actions/update-anchortime-by-date.cjs.map +1 -0
  516. package/dist/actions/update-anchortime-by-date.d.cts +9 -0
  517. package/dist/actions/update-anchortime-by-date.d.cts.map +1 -0
  518. package/dist/actions/update-anchortime-by-date.d.mts +9 -0
  519. package/dist/actions/update-anchortime-by-date.d.mts.map +1 -0
  520. package/dist/actions/update-anchortime-by-date.mjs +22 -0
  521. package/dist/actions/update-anchortime-by-date.mjs.map +1 -0
  522. package/dist/actions/update-anchortime.cjs +27 -0
  523. package/dist/actions/update-anchortime.cjs.map +1 -0
  524. package/dist/actions/update-anchortime.d.cts +9 -0
  525. package/dist/actions/update-anchortime.d.cts.map +1 -0
  526. package/dist/actions/update-anchortime.d.mts +9 -0
  527. package/dist/actions/update-anchortime.d.mts.map +1 -0
  528. package/dist/actions/update-anchortime.mjs +24 -0
  529. package/dist/actions/update-anchortime.mjs.map +1 -0
  530. package/dist/actions/update-appointment.cjs +75 -0
  531. package/dist/actions/update-appointment.cjs.map +1 -0
  532. package/dist/actions/update-appointment.d.cts +9 -0
  533. package/dist/actions/update-appointment.d.cts.map +1 -0
  534. package/dist/actions/update-appointment.d.mts +9 -0
  535. package/dist/actions/update-appointment.d.mts.map +1 -0
  536. package/dist/actions/update-appointment.mjs +72 -0
  537. package/dist/actions/update-appointment.mjs.map +1 -0
  538. package/dist/actions/update-calendar-return-time.cjs +27 -0
  539. package/dist/actions/update-calendar-return-time.cjs.map +1 -0
  540. package/dist/actions/update-calendar-return-time.d.cts +9 -0
  541. package/dist/actions/update-calendar-return-time.d.cts.map +1 -0
  542. package/dist/actions/update-calendar-return-time.d.mts +9 -0
  543. package/dist/actions/update-calendar-return-time.d.mts.map +1 -0
  544. package/dist/actions/update-calendar-return-time.mjs +24 -0
  545. package/dist/actions/update-calendar-return-time.mjs.map +1 -0
  546. package/dist/actions/update-calendar.cjs +32 -0
  547. package/dist/actions/update-calendar.cjs.map +1 -0
  548. package/dist/actions/update-calendar.d.cts +9 -0
  549. package/dist/actions/update-calendar.d.cts.map +1 -0
  550. package/dist/actions/update-calendar.d.mts +9 -0
  551. package/dist/actions/update-calendar.d.mts.map +1 -0
  552. package/dist/actions/update-calendar.mjs +29 -0
  553. package/dist/actions/update-calendar.mjs.map +1 -0
  554. package/dist/actions/update-contact.cjs +27 -0
  555. package/dist/actions/update-contact.cjs.map +1 -0
  556. package/dist/actions/update-contact.d.cts +9 -0
  557. package/dist/actions/update-contact.d.cts.map +1 -0
  558. package/dist/actions/update-contact.d.mts +9 -0
  559. package/dist/actions/update-contact.d.mts.map +1 -0
  560. package/dist/actions/update-contact.mjs +24 -0
  561. package/dist/actions/update-contact.mjs.map +1 -0
  562. package/dist/actions/update-resource.cjs +25 -0
  563. package/dist/actions/update-resource.cjs.map +1 -0
  564. package/dist/actions/update-resource.d.cts +9 -0
  565. package/dist/actions/update-resource.d.cts.map +1 -0
  566. package/dist/actions/update-resource.d.mts +9 -0
  567. package/dist/actions/update-resource.d.mts.map +1 -0
  568. package/dist/actions/update-resource.mjs +22 -0
  569. package/dist/actions/update-resource.mjs.map +1 -0
  570. package/dist/actions/update-service-group.cjs +45 -0
  571. package/dist/actions/update-service-group.cjs.map +1 -0
  572. package/dist/actions/update-service-group.d.cts +9 -0
  573. package/dist/actions/update-service-group.d.cts.map +1 -0
  574. package/dist/actions/update-service-group.d.mts +9 -0
  575. package/dist/actions/update-service-group.d.mts.map +1 -0
  576. package/dist/actions/update-service-group.mjs +42 -0
  577. package/dist/actions/update-service-group.mjs.map +1 -0
  578. package/dist/actions/update-service.cjs +23 -0
  579. package/dist/actions/update-service.cjs.map +1 -0
  580. package/dist/actions/update-service.d.cts +9 -0
  581. package/dist/actions/update-service.d.cts.map +1 -0
  582. package/dist/actions/update-service.d.mts +9 -0
  583. package/dist/actions/update-service.d.mts.map +1 -0
  584. package/dist/actions/update-service.mjs +20 -0
  585. package/dist/actions/update-service.mjs.map +1 -0
  586. package/dist/actions/update-sync-appointment.cjs +34 -0
  587. package/dist/actions/update-sync-appointment.cjs.map +1 -0
  588. package/dist/actions/update-sync-appointment.d.cts +9 -0
  589. package/dist/actions/update-sync-appointment.d.cts.map +1 -0
  590. package/dist/actions/update-sync-appointment.d.mts +9 -0
  591. package/dist/actions/update-sync-appointment.d.mts.map +1 -0
  592. package/dist/actions/update-sync-appointment.mjs +31 -0
  593. package/dist/actions/update-sync-appointment.mjs.map +1 -0
  594. package/dist/actions/update-usermapping.cjs +32 -0
  595. package/dist/actions/update-usermapping.cjs.map +1 -0
  596. package/dist/actions/update-usermapping.d.cts +9 -0
  597. package/dist/actions/update-usermapping.d.cts.map +1 -0
  598. package/dist/actions/update-usermapping.d.mts +9 -0
  599. package/dist/actions/update-usermapping.d.mts.map +1 -0
  600. package/dist/actions/update-usermapping.mjs +29 -0
  601. package/dist/actions/update-usermapping.mjs.map +1 -0
  602. package/dist/actions/update-voucher.cjs +24 -0
  603. package/dist/actions/update-voucher.cjs.map +1 -0
  604. package/dist/actions/update-voucher.d.cts +9 -0
  605. package/dist/actions/update-voucher.d.cts.map +1 -0
  606. package/dist/actions/update-voucher.d.mts +9 -0
  607. package/dist/actions/update-voucher.d.mts.map +1 -0
  608. package/dist/actions/update-voucher.mjs +21 -0
  609. package/dist/actions/update-voucher.mjs.map +1 -0
  610. package/dist/actions/update-webhook.cjs +23 -0
  611. package/dist/actions/update-webhook.cjs.map +1 -0
  612. package/dist/actions/update-webhook.d.cts +9 -0
  613. package/dist/actions/update-webhook.d.cts.map +1 -0
  614. package/dist/actions/update-webhook.d.mts +9 -0
  615. package/dist/actions/update-webhook.d.mts.map +1 -0
  616. package/dist/actions/update-webhook.mjs +20 -0
  617. package/dist/actions/update-webhook.mjs.map +1 -0
  618. package/dist/actions/update-working-times-date.cjs +34 -0
  619. package/dist/actions/update-working-times-date.cjs.map +1 -0
  620. package/dist/actions/update-working-times-date.d.cts +9 -0
  621. package/dist/actions/update-working-times-date.d.cts.map +1 -0
  622. package/dist/actions/update-working-times-date.d.mts +9 -0
  623. package/dist/actions/update-working-times-date.d.mts.map +1 -0
  624. package/dist/actions/update-working-times-date.mjs +31 -0
  625. package/dist/actions/update-working-times-date.mjs.map +1 -0
  626. package/dist/actions/update-working-times.cjs +54 -0
  627. package/dist/actions/update-working-times.cjs.map +1 -0
  628. package/dist/actions/update-working-times.d.cts +9 -0
  629. package/dist/actions/update-working-times.d.cts.map +1 -0
  630. package/dist/actions/update-working-times.d.mts +9 -0
  631. package/dist/actions/update-working-times.d.mts.map +1 -0
  632. package/dist/actions/update-working-times.mjs +51 -0
  633. package/dist/actions/update-working-times.mjs.map +1 -0
  634. package/dist/app.cjs +9 -0
  635. package/dist/app.cjs.map +1 -0
  636. package/dist/app.d.cts +5 -0
  637. package/dist/app.d.cts.map +1 -0
  638. package/dist/app.d.mts +5 -0
  639. package/dist/app.d.mts.map +1 -0
  640. package/dist/app.mjs +10 -0
  641. package/dist/app.mjs.map +1 -0
  642. package/dist/catalog.cjs +15 -0
  643. package/dist/catalog.cjs.map +1 -0
  644. package/dist/catalog.d.cts +14 -0
  645. package/dist/catalog.d.cts.map +1 -0
  646. package/dist/catalog.d.mts +14 -0
  647. package/dist/catalog.d.mts.map +1 -0
  648. package/dist/catalog.mjs +15 -0
  649. package/dist/catalog.mjs.map +1 -0
  650. package/dist/execute.cjs +18 -0
  651. package/dist/execute.cjs.map +1 -0
  652. package/dist/execute.mjs +18 -0
  653. package/dist/execute.mjs.map +1 -0
  654. package/dist/index.cjs +162 -0
  655. package/dist/index.d.cts +81 -0
  656. package/dist/index.d.mts +81 -0
  657. package/dist/index.mjs +82 -0
  658. package/package.json +49 -0
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const eterminDeleteUser = action("ETERMIN_DELETE_USER", {
4
+ slug: "etermin-delete-user",
5
+ name: "Delete User",
6
+ description: "Deletes an existing user from the eTermin account. Use the get_users action first to retrieve the user ID. The deletion is idempotent - deleting a non-existent user will not cause an error.",
7
+ input: z.object({ userId: z.string().describe("The unique identifier (UUID) of the user to delete. Obtain this ID from the get_users action.") }).describe("Request model for deleting a user from eTermin."),
8
+ output: z.object({
9
+ message: z.string().describe("Response message from the API, if any.").nullable().optional(),
10
+ success: z.boolean().describe("Indicates whether the user deletion was successful.")
11
+ }).describe("Response model for user deletion.")
12
+ });
13
+ //#endregion
14
+ export { eterminDeleteUser };
15
+
16
+ //# sourceMappingURL=delete-user.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-user.mjs","names":[],"sources":["../../src/actions/delete-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminDeleteUserInput: z.ZodTypeAny = z.object({\n userId: z.string().describe(\"The unique identifier (UUID) of the user to delete. Obtain this ID from the get_users action.\"),\n}).describe(\"Request model for deleting a user from eTermin.\");\nexport const EterminDeleteUserOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Response message from the API, if any.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the user deletion was successful.\"),\n}).describe(\"Response model for user deletion.\");\n\nexport const eterminDeleteUser = action(\"ETERMIN_DELETE_USER\", {\n slug: \"etermin-delete-user\",\n name: \"Delete User\",\n description: \"Deletes an existing user from the eTermin account. Use the get_users action first to retrieve the user ID. The deletion is idempotent - deleting a non-existent user will not cause an error.\",\n input: EterminDeleteUserInput,\n output: EterminDeleteUserOutput,\n});\n"],"mappings":";;AAYA,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZkD,EAAE,OAAO,EAC3D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,EAC7H,CAAC,CAAC,CAAC,SAAS,iDAUH;CACP,QAVmD,EAAE,OAAO;EAC5D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD;CACrF,CAAC,CAAC,CAAC,SAAS,mCAOF;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-usermapping.ts
4
+ const EterminDeleteUsermappingInput = zod.z.object({ id: zod.z.number().int().describe("ID of the usermapping to delete. This ID can be obtained from the list usermappings endpoint.") }).describe("Request model for deleting a usermapping from eTermin.");
5
+ const EterminDeleteUsermappingOutput = zod.z.object({
6
+ status: zod.z.number().describe("HTTP status code of the delete operation").nullable().optional(),
7
+ statusmsg: zod.z.string().describe("Status message indicating the result of the deletion, e.g., '1 records deleted!'").nullable().optional()
8
+ }).describe("Response model for usermapping deletion from eTermin API.");
9
+ const eterminDeleteUsermapping = require_action.action("ETERMIN_DELETE_USERMAPPING", {
10
+ slug: "etermin-delete-usermapping",
11
+ name: "Delete Usermapping",
12
+ description: "Delete a usermapping by its ID. Use this action when you need to remove a usermapping from the eTermin system.",
13
+ input: EterminDeleteUsermappingInput,
14
+ output: EterminDeleteUsermappingOutput
15
+ });
16
+ //#endregion
17
+ exports.eterminDeleteUsermapping = eterminDeleteUsermapping;
18
+
19
+ //# sourceMappingURL=delete-usermapping.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-usermapping.cjs","names":["z","action"],"sources":["../../src/actions/delete-usermapping.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminDeleteUsermappingInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"ID of the usermapping to delete. This ID can be obtained from the list usermappings endpoint.\"),\n}).describe(\"Request model for deleting a usermapping from eTermin.\");\nexport const EterminDeleteUsermappingOutput: z.ZodTypeAny = z.object({\n status: z.number().describe(\"HTTP status code of the delete operation\").nullable().optional(),\n statusmsg: z.string().describe(\"Status message indicating the result of the deletion, e.g., '1 records deleted!'\").nullable().optional(),\n}).describe(\"Response model for usermapping deletion from eTermin API.\");\n\nexport const eterminDeleteUsermapping = action(\"ETERMIN_DELETE_USERMAPPING\", {\n slug: \"etermin-delete-usermapping\",\n name: \"Delete Usermapping\",\n description: \"Delete a usermapping by its ID. Use this action when you need to remove a usermapping from the eTermin system.\",\n input: EterminDeleteUsermappingInput,\n output: EterminDeleteUsermappingOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+FAA+F,EAC/H,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzI,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,2BAA2BC,eAAAA,OAAO,8BAA8B;CAC3E,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/delete-usermapping.d.ts
4
+ declare const EterminDeleteUsermappingInput: z.ZodTypeAny;
5
+ declare const EterminDeleteUsermappingOutput: z.ZodTypeAny;
6
+ declare const eterminDeleteUsermapping: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminDeleteUsermapping };
9
+ //# sourceMappingURL=delete-usermapping.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-usermapping.d.cts","names":[],"sources":["../../src/actions/delete-usermapping.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEuB;AAAA,cACxD,8BAAA,EAAgC,CAAA,CAAE,UAGyB;AAAA,cAE3D,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-usermapping.d.ts
4
+ declare const EterminDeleteUsermappingInput: z.ZodTypeAny;
5
+ declare const EterminDeleteUsermappingOutput: z.ZodTypeAny;
6
+ declare const eterminDeleteUsermapping: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminDeleteUsermapping };
9
+ //# sourceMappingURL=delete-usermapping.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-usermapping.d.mts","names":[],"sources":["../../src/actions/delete-usermapping.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEuB;AAAA,cACxD,8BAAA,EAAgC,CAAA,CAAE,UAGyB;AAAA,cAE3D,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const eterminDeleteUsermapping = action("ETERMIN_DELETE_USERMAPPING", {
4
+ slug: "etermin-delete-usermapping",
5
+ name: "Delete Usermapping",
6
+ description: "Delete a usermapping by its ID. Use this action when you need to remove a usermapping from the eTermin system.",
7
+ input: z.object({ id: z.number().int().describe("ID of the usermapping to delete. This ID can be obtained from the list usermappings endpoint.") }).describe("Request model for deleting a usermapping from eTermin."),
8
+ output: z.object({
9
+ status: z.number().describe("HTTP status code of the delete operation").nullable().optional(),
10
+ statusmsg: z.string().describe("Status message indicating the result of the deletion, e.g., '1 records deleted!'").nullable().optional()
11
+ }).describe("Response model for usermapping deletion from eTermin API.")
12
+ });
13
+ //#endregion
14
+ export { eterminDeleteUsermapping };
15
+
16
+ //# sourceMappingURL=delete-usermapping.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-usermapping.mjs","names":[],"sources":["../../src/actions/delete-usermapping.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminDeleteUsermappingInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"ID of the usermapping to delete. This ID can be obtained from the list usermappings endpoint.\"),\n}).describe(\"Request model for deleting a usermapping from eTermin.\");\nexport const EterminDeleteUsermappingOutput: z.ZodTypeAny = z.object({\n status: z.number().describe(\"HTTP status code of the delete operation\").nullable().optional(),\n statusmsg: z.string().describe(\"Status message indicating the result of the deletion, e.g., '1 records deleted!'\").nullable().optional(),\n}).describe(\"Response model for usermapping deletion from eTermin API.\");\n\nexport const eterminDeleteUsermapping = action(\"ETERMIN_DELETE_USERMAPPING\", {\n slug: \"etermin-delete-usermapping\",\n name: \"Delete Usermapping\",\n description: \"Delete a usermapping by its ID. Use this action when you need to remove a usermapping from the eTermin system.\",\n input: EterminDeleteUsermappingInput,\n output: EterminDeleteUsermappingOutput,\n});\n"],"mappings":";;AAYA,MAAa,2BAA2B,OAAO,8BAA8B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZyD,EAAE,OAAO,EAClE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+FAA+F,EAC/H,CAAC,CAAC,CAAC,SAAS,wDAUH;CACP,QAV0D,EAAE,OAAO;EACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-voucher.ts
4
+ const EterminDeleteVoucherInput = zod.z.object({ voucherId: zod.z.string().describe("The voucher code to delete. This is the 'id' field from the voucher object (e.g., 'SUMMER20', 'DISCOUNT50'), not the numeric internal ID (iid).") }).describe("Request model for deleting a voucher in eTermin.");
5
+ const EterminDeleteVoucherOutput = zod.z.object({
6
+ success: zod.z.boolean().describe("Whether the delete operation was successful. Returns true even if the voucher did not exist (idempotent behavior)."),
7
+ deleted_id: zod.z.string().describe("The voucher code that was deleted, if provided by the API.").nullable().optional()
8
+ }).describe("Response schema for delete voucher action.");
9
+ const eterminDeleteVoucher = require_action.action("ETERMIN_DELETE_VOUCHER", {
10
+ slug: "etermin-delete-voucher",
11
+ name: "Delete Voucher",
12
+ description: "Permanently deletes a voucher from eTermin by its voucher code. The operation is idempotent - deleting a non-existent voucher will still return success. Use the List Vouchers action first to get valid voucher codes if needed.",
13
+ input: EterminDeleteVoucherInput,
14
+ output: EterminDeleteVoucherOutput
15
+ });
16
+ //#endregion
17
+ exports.eterminDeleteVoucher = eterminDeleteVoucher;
18
+
19
+ //# sourceMappingURL=delete-voucher.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-voucher.cjs","names":["z","action"],"sources":["../../src/actions/delete-voucher.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminDeleteVoucherInput: z.ZodTypeAny = z.object({\n voucherId: z.string().describe(\"The voucher code to delete. This is the 'id' field from the voucher object (e.g., 'SUMMER20', 'DISCOUNT50'), not the numeric internal ID (iid).\"),\n}).describe(\"Request model for deleting a voucher in eTermin.\");\nexport const EterminDeleteVoucherOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Whether the delete operation was successful. Returns true even if the voucher did not exist (idempotent behavior).\"),\n deleted_id: z.string().describe(\"The voucher code that was deleted, if provided by the API.\").nullable().optional(),\n}).describe(\"Response schema for delete voucher action.\");\n\nexport const eterminDeleteVoucher = action(\"ETERMIN_DELETE_VOUCHER\", {\n slug: \"etermin-delete-voucher\",\n name: \"Delete Voucher\",\n description: \"Permanently deletes a voucher from eTermin by its voucher code. The operation is idempotent - deleting a non-existent voucher will still return success. Use the List Vouchers action first to get valid voucher codes if needed.\",\n input: EterminDeleteVoucherInput,\n output: EterminDeleteVoucherOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ,EAClL,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oHAAoH;CAClJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAExD,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/delete-voucher.d.ts
4
+ declare const EterminDeleteVoucherInput: z.ZodTypeAny;
5
+ declare const EterminDeleteVoucherOutput: z.ZodTypeAny;
6
+ declare const eterminDeleteVoucher: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminDeleteVoucher };
9
+ //# sourceMappingURL=delete-voucher.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-voucher.d.cts","names":[],"sources":["../../src/actions/delete-voucher.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEqB;AAAA,cAClD,0BAAA,EAA4B,CAAA,CAAE,UAGc;AAAA,cAE5C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-voucher.d.ts
4
+ declare const EterminDeleteVoucherInput: z.ZodTypeAny;
5
+ declare const EterminDeleteVoucherOutput: z.ZodTypeAny;
6
+ declare const eterminDeleteVoucher: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminDeleteVoucher };
9
+ //# sourceMappingURL=delete-voucher.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-voucher.d.mts","names":[],"sources":["../../src/actions/delete-voucher.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEqB;AAAA,cAClD,0BAAA,EAA4B,CAAA,CAAE,UAGc;AAAA,cAE5C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const eterminDeleteVoucher = action("ETERMIN_DELETE_VOUCHER", {
4
+ slug: "etermin-delete-voucher",
5
+ name: "Delete Voucher",
6
+ description: "Permanently deletes a voucher from eTermin by its voucher code. The operation is idempotent - deleting a non-existent voucher will still return success. Use the List Vouchers action first to get valid voucher codes if needed.",
7
+ input: z.object({ voucherId: z.string().describe("The voucher code to delete. This is the 'id' field from the voucher object (e.g., 'SUMMER20', 'DISCOUNT50'), not the numeric internal ID (iid).") }).describe("Request model for deleting a voucher in eTermin."),
8
+ output: z.object({
9
+ success: z.boolean().describe("Whether the delete operation was successful. Returns true even if the voucher did not exist (idempotent behavior)."),
10
+ deleted_id: z.string().describe("The voucher code that was deleted, if provided by the API.").nullable().optional()
11
+ }).describe("Response schema for delete voucher action.")
12
+ });
13
+ //#endregion
14
+ export { eterminDeleteVoucher };
15
+
16
+ //# sourceMappingURL=delete-voucher.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-voucher.mjs","names":[],"sources":["../../src/actions/delete-voucher.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminDeleteVoucherInput: z.ZodTypeAny = z.object({\n voucherId: z.string().describe(\"The voucher code to delete. This is the 'id' field from the voucher object (e.g., 'SUMMER20', 'DISCOUNT50'), not the numeric internal ID (iid).\"),\n}).describe(\"Request model for deleting a voucher in eTermin.\");\nexport const EterminDeleteVoucherOutput: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Whether the delete operation was successful. Returns true even if the voucher did not exist (idempotent behavior).\"),\n deleted_id: z.string().describe(\"The voucher code that was deleted, if provided by the API.\").nullable().optional(),\n}).describe(\"Response schema for delete voucher action.\");\n\nexport const eterminDeleteVoucher = action(\"ETERMIN_DELETE_VOUCHER\", {\n slug: \"etermin-delete-voucher\",\n name: \"Delete Voucher\",\n description: \"Permanently deletes a voucher from eTermin by its voucher code. The operation is idempotent - deleting a non-existent voucher will still return success. Use the List Vouchers action first to get valid voucher codes if needed.\",\n input: EterminDeleteVoucherInput,\n output: EterminDeleteVoucherOutput,\n});\n"],"mappings":";;AAYA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZqD,EAAE,OAAO,EAC9D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iJAAiJ,EAClL,CAAC,CAAC,CAAC,SAAS,kDAUH;CACP,QAVsD,EAAE,OAAO;EAC/D,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,oHAAoH;EAClJ,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,CAAC,CAAC,CAAC,SAAS,4CAOF;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-webhook.ts
4
+ const EterminDeleteWebhookInput = zod.z.object({ webhookId: zod.z.string().describe("Unique identifier (UUID) of the webhook to delete. Obtain this ID from the List Webhooks action.") }).describe("Request model for deleting a webhook.");
5
+ const EterminDeleteWebhookOutput = zod.z.object({
6
+ message: zod.z.string().describe("Informational message about the deletion outcome. Present when deletion is not supported via API for the tenant.").nullable().optional(),
7
+ success: zod.z.boolean().default(true).describe("Indicates whether the deletion was successful. True if deletion succeeded or if API limitation was gracefully handled.").nullable().optional()
8
+ }).describe("Response model for delete webhook operation.");
9
+ const eterminDeleteWebhook = require_action.action("ETERMIN_DELETE_WEBHOOK", {
10
+ slug: "etermin-delete-webhook",
11
+ name: "Delete Webhook",
12
+ description: "Delete an existing webhook by its unique identifier. Note: eTermin's webhook deletion endpoint is undocumented. This action attempts multiple candidate endpoints and returns a graceful message if webhook deletion is not supported via API for the tenant. In that case, users should manage webhooks through the eTermin web UI.",
13
+ input: EterminDeleteWebhookInput,
14
+ output: EterminDeleteWebhookOutput
15
+ });
16
+ //#endregion
17
+ exports.eterminDeleteWebhook = eterminDeleteWebhook;
18
+
19
+ //# sourceMappingURL=delete-webhook.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-webhook.cjs","names":["z","action"],"sources":["../../src/actions/delete-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminDeleteWebhookInput: z.ZodTypeAny = z.object({\n webhookId: z.string().describe(\"Unique identifier (UUID) of the webhook to delete. Obtain this ID from the List Webhooks action.\"),\n}).describe(\"Request model for deleting a webhook.\");\nexport const EterminDeleteWebhookOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Informational message about the deletion outcome. Present when deletion is not supported via API for the tenant.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the deletion was successful. True if deletion succeeded or if API limitation was gracefully handled.\").nullable().optional(),\n}).describe(\"Response model for delete webhook operation.\");\n\nexport const eterminDeleteWebhook = action(\"ETERMIN_DELETE_WEBHOOK\", {\n slug: \"etermin-delete-webhook\",\n name: \"Delete Webhook\",\n description: \"Delete an existing webhook by its unique identifier. Note: eTermin's webhook deletion endpoint is undocumented. This action attempts multiple candidate endpoints and returns a graceful message if webhook deletion is not supported via API for the tenant. In that case, users should manage webhooks through the eTermin web UI.\",\n input: EterminDeleteWebhookInput,\n output: EterminDeleteWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,EACnI,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kHAAkH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrK,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5L,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,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/delete-webhook.d.ts
4
+ declare const EterminDeleteWebhookInput: z.ZodTypeAny;
5
+ declare const EterminDeleteWebhookOutput: z.ZodTypeAny;
6
+ declare const eterminDeleteWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminDeleteWebhook };
9
+ //# sourceMappingURL=delete-webhook.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-webhook.d.cts","names":[],"sources":["../../src/actions/delete-webhook.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEU;AAAA,cACvC,0BAAA,EAA4B,CAAA,CAAE,UAGgB;AAAA,cAE9C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-webhook.d.ts
4
+ declare const EterminDeleteWebhookInput: z.ZodTypeAny;
5
+ declare const EterminDeleteWebhookOutput: z.ZodTypeAny;
6
+ declare const eterminDeleteWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminDeleteWebhook };
9
+ //# sourceMappingURL=delete-webhook.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-webhook.d.mts","names":[],"sources":["../../src/actions/delete-webhook.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEU;AAAA,cACvC,0BAAA,EAA4B,CAAA,CAAE,UAGgB;AAAA,cAE9C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const eterminDeleteWebhook = action("ETERMIN_DELETE_WEBHOOK", {
4
+ slug: "etermin-delete-webhook",
5
+ name: "Delete Webhook",
6
+ description: "Delete an existing webhook by its unique identifier. Note: eTermin's webhook deletion endpoint is undocumented. This action attempts multiple candidate endpoints and returns a graceful message if webhook deletion is not supported via API for the tenant. In that case, users should manage webhooks through the eTermin web UI.",
7
+ input: z.object({ webhookId: z.string().describe("Unique identifier (UUID) of the webhook to delete. Obtain this ID from the List Webhooks action.") }).describe("Request model for deleting a webhook."),
8
+ output: z.object({
9
+ message: z.string().describe("Informational message about the deletion outcome. Present when deletion is not supported via API for the tenant.").nullable().optional(),
10
+ success: z.boolean().default(true).describe("Indicates whether the deletion was successful. True if deletion succeeded or if API limitation was gracefully handled.").nullable().optional()
11
+ }).describe("Response model for delete webhook operation.")
12
+ });
13
+ //#endregion
14
+ export { eterminDeleteWebhook };
15
+
16
+ //# sourceMappingURL=delete-webhook.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-webhook.mjs","names":[],"sources":["../../src/actions/delete-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminDeleteWebhookInput: z.ZodTypeAny = z.object({\n webhookId: z.string().describe(\"Unique identifier (UUID) of the webhook to delete. Obtain this ID from the List Webhooks action.\"),\n}).describe(\"Request model for deleting a webhook.\");\nexport const EterminDeleteWebhookOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Informational message about the deletion outcome. Present when deletion is not supported via API for the tenant.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Indicates whether the deletion was successful. True if deletion succeeded or if API limitation was gracefully handled.\").nullable().optional(),\n}).describe(\"Response model for delete webhook operation.\");\n\nexport const eterminDeleteWebhook = action(\"ETERMIN_DELETE_WEBHOOK\", {\n slug: \"etermin-delete-webhook\",\n name: \"Delete Webhook\",\n description: \"Delete an existing webhook by its unique identifier. Note: eTermin's webhook deletion endpoint is undocumented. This action attempts multiple candidate endpoints and returns a graceful message if webhook deletion is not supported via API for the tenant. In that case, users should manage webhooks through the eTermin web UI.\",\n input: EterminDeleteWebhookInput,\n output: EterminDeleteWebhookOutput,\n});\n"],"mappings":";;AAYA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZqD,EAAE,OAAO,EAC9D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,EACnI,CAAC,CAAC,CAAC,SAAS,uCAUH;CACP,QAVsD,EAAE,OAAO;EAC/D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kHAAkH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrK,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,wHAAwH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5L,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-working-times-date.ts
4
+ const EterminDeleteWorkingTimesDateInput = zod.z.object({
5
+ id: zod.z.number().int().describe("ID of the working time that needs to be deleted").optional(),
6
+ calendarid: zod.z.number().int().describe("ID of the calendar, every working slot for specific days will be deleted").optional()
7
+ }).describe("Request model for deleting working times date entries.\nAt least one of calendarid or id must be provided.");
8
+ const EterminDeleteWorkingTimesDateOutput = zod.z.object({
9
+ status: zod.z.number().describe("HTTP status code of the response").nullable().optional(),
10
+ statusmsg: zod.z.string().describe("Status message indicating the result of the deletion").nullable().optional()
11
+ }).describe("Response model for working times date deletion.");
12
+ const eterminDeleteWorkingTimesDate = require_action.action("ETERMIN_DELETE_WORKING_TIMES_DATE", {
13
+ slug: "etermin-delete-working-times-date",
14
+ name: "Delete Working Times Date",
15
+ description: "Tool to delete working times date entries from eTermin. Use when removing working time slots by calendar or specific ID. Provide either calendarid to delete all working slots for a calendar, or id to delete a specific working time entry.",
16
+ input: EterminDeleteWorkingTimesDateInput,
17
+ output: EterminDeleteWorkingTimesDateOutput
18
+ });
19
+ //#endregion
20
+ exports.eterminDeleteWorkingTimesDate = eterminDeleteWorkingTimesDate;
21
+
22
+ //# sourceMappingURL=delete-working-times-date.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-working-times-date.cjs","names":["z","action"],"sources":["../../src/actions/delete-working-times-date.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminDeleteWorkingTimesDateInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"ID of the working time that needs to be deleted\").optional(),\n calendarid: z.number().int().describe(\"ID of the calendar, every working slot for specific days will be deleted\").optional(),\n}).describe(\"Request model for deleting working times date entries.\\nAt least one of calendarid or id must be provided.\");\nexport const EterminDeleteWorkingTimesDateOutput: z.ZodTypeAny = z.object({\n status: z.number().describe(\"HTTP status code of the response\").nullable().optional(),\n statusmsg: z.string().describe(\"Status message indicating the result of the deletion\").nullable().optional(),\n}).describe(\"Response model for working times date deletion.\");\n\nexport const eterminDeleteWorkingTimesDate = action(\"ETERMIN_DELETE_WORKING_TIMES_DATE\", {\n slug: \"etermin-delete-working-times-date\",\n name: \"Delete Working Times Date\",\n description: \"Tool to delete working times date entries from eTermin. Use when removing working time slots by calendar or specific ID. Provide either calendarid to delete all working slots for a calendar, or id to delete a specific working time entry.\",\n input: EterminDeleteWorkingTimesDateInput,\n output: EterminDeleteWorkingTimesDateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC1F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;AAC7H,CAAC,CAAC,CAAC,SAAS,4GAA4G;AACxH,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7G,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAE7D,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,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/delete-working-times-date.d.ts
4
+ declare const EterminDeleteWorkingTimesDateInput: z.ZodTypeAny;
5
+ declare const EterminDeleteWorkingTimesDateOutput: z.ZodTypeAny;
6
+ declare const eterminDeleteWorkingTimesDate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminDeleteWorkingTimesDate };
9
+ //# sourceMappingURL=delete-working-times-date.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-working-times-date.d.cts","names":[],"sources":["../../src/actions/delete-working-times-date.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAGsE;AAAA,cAC5G,mCAAA,EAAqC,CAAA,CAAE,UAGU;AAAA,cAEjD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-working-times-date.d.ts
4
+ declare const EterminDeleteWorkingTimesDateInput: z.ZodTypeAny;
5
+ declare const EterminDeleteWorkingTimesDateOutput: z.ZodTypeAny;
6
+ declare const eterminDeleteWorkingTimesDate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminDeleteWorkingTimesDate };
9
+ //# sourceMappingURL=delete-working-times-date.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-working-times-date.d.mts","names":[],"sources":["../../src/actions/delete-working-times-date.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAGsE;AAAA,cAC5G,mCAAA,EAAqC,CAAA,CAAE,UAGU;AAAA,cAEjD,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const eterminDeleteWorkingTimesDate = action("ETERMIN_DELETE_WORKING_TIMES_DATE", {
4
+ slug: "etermin-delete-working-times-date",
5
+ name: "Delete Working Times Date",
6
+ description: "Tool to delete working times date entries from eTermin. Use when removing working time slots by calendar or specific ID. Provide either calendarid to delete all working slots for a calendar, or id to delete a specific working time entry.",
7
+ input: z.object({
8
+ id: z.number().int().describe("ID of the working time that needs to be deleted").optional(),
9
+ calendarid: z.number().int().describe("ID of the calendar, every working slot for specific days will be deleted").optional()
10
+ }).describe("Request model for deleting working times date entries.\nAt least one of calendarid or id must be provided."),
11
+ output: z.object({
12
+ status: z.number().describe("HTTP status code of the response").nullable().optional(),
13
+ statusmsg: z.string().describe("Status message indicating the result of the deletion").nullable().optional()
14
+ }).describe("Response model for working times date deletion.")
15
+ });
16
+ //#endregion
17
+ export { eterminDeleteWorkingTimesDate };
18
+
19
+ //# sourceMappingURL=delete-working-times-date.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-working-times-date.mjs","names":[],"sources":["../../src/actions/delete-working-times-date.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminDeleteWorkingTimesDateInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"ID of the working time that needs to be deleted\").optional(),\n calendarid: z.number().int().describe(\"ID of the calendar, every working slot for specific days will be deleted\").optional(),\n}).describe(\"Request model for deleting working times date entries.\\nAt least one of calendarid or id must be provided.\");\nexport const EterminDeleteWorkingTimesDateOutput: z.ZodTypeAny = z.object({\n status: z.number().describe(\"HTTP status code of the response\").nullable().optional(),\n statusmsg: z.string().describe(\"Status message indicating the result of the deletion\").nullable().optional(),\n}).describe(\"Response model for working times date deletion.\");\n\nexport const eterminDeleteWorkingTimesDate = action(\"ETERMIN_DELETE_WORKING_TIMES_DATE\", {\n slug: \"etermin-delete-working-times-date\",\n name: \"Delete Working Times Date\",\n description: \"Tool to delete working times date entries from eTermin. Use when removing working time slots by calendar or specific ID. Provide either calendarid to delete all working slots for a calendar, or id to delete a specific working time entry.\",\n input: EterminDeleteWorkingTimesDateInput,\n output: EterminDeleteWorkingTimesDateOutput,\n});\n"],"mappings":";;AAaA,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb8D,EAAE,OAAO;EACvE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;EAC1F,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;CAC7H,CAAC,CAAC,CAAC,SAAS,4GAUH;CACP,QAV+D,EAAE,OAAO;EACxE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,CAAC,CAAC,CAAC,SAAS,iDAOF;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-working-times.ts
4
+ const EterminDeleteWorkingTimesInput = zod.z.object({
5
+ id: zod.z.number().int().describe("ID of the specific working time slot to delete. If not provided, every working slot of the calendar will be deleted").optional(),
6
+ calendarid: zod.z.number().int().describe("ID of the calendar whose working times should be deleted")
7
+ }).describe("Request model for deleting working times from a calendar.");
8
+ const EterminDeleteWorkingTimesOutput = zod.z.object({
9
+ status: zod.z.number().describe("HTTP status code of the operation").nullable().optional(),
10
+ statusmsg: zod.z.string().describe("Status message describing the result of the delete operation").nullable().optional()
11
+ }).describe("Response model for delete working times operation.");
12
+ const eterminDeleteWorkingTimes = require_action.action("ETERMIN_DELETE_WORKING_TIMES", {
13
+ slug: "etermin-delete-working-times",
14
+ name: "Delete Working Times",
15
+ description: "Tool to delete working times from a calendar. Use when removing time slots or clearing all working times from a calendar. If no specific working time ID is provided, all working slots for the calendar will be deleted.",
16
+ input: EterminDeleteWorkingTimesInput,
17
+ output: EterminDeleteWorkingTimesOutput
18
+ });
19
+ //#endregion
20
+ exports.eterminDeleteWorkingTimes = eterminDeleteWorkingTimes;
21
+
22
+ //# sourceMappingURL=delete-working-times.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-working-times.cjs","names":["z","action"],"sources":["../../src/actions/delete-working-times.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminDeleteWorkingTimesInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"ID of the specific working time slot to delete. If not provided, every working slot of the calendar will be deleted\").optional(),\n calendarid: z.number().int().describe(\"ID of the calendar whose working times should be deleted\"),\n}).describe(\"Request model for deleting working times from a calendar.\");\nexport const EterminDeleteWorkingTimesOutput: z.ZodTypeAny = z.object({\n status: z.number().describe(\"HTTP status code of the operation\").nullable().optional(),\n statusmsg: z.string().describe(\"Status message describing the result of the delete operation\").nullable().optional(),\n}).describe(\"Response model for delete working times operation.\");\n\nexport const eterminDeleteWorkingTimes = action(\"ETERMIN_DELETE_WORKING_TIMES\", {\n slug: \"etermin-delete-working-times\",\n name: \"Delete Working Times\",\n description: \"Tool to delete working times from a calendar. Use when removing time slots or clearing all working times from a calendar. If no specific working time ID is provided, all working slots for the calendar will be deleted.\",\n input: EterminDeleteWorkingTimesInput,\n output: EterminDeleteWorkingTimesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qHAAqH,CAAC,CAAC,SAAS;CAC9J,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0DAA0D;AAClG,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,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/delete-working-times.d.ts
4
+ declare const EterminDeleteWorkingTimesInput: z.ZodTypeAny;
5
+ declare const EterminDeleteWorkingTimesOutput: z.ZodTypeAny;
6
+ declare const eterminDeleteWorkingTimes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminDeleteWorkingTimes };
9
+ //# sourceMappingURL=delete-working-times.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-working-times.d.cts","names":[],"sources":["../../src/actions/delete-working-times.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGyB;AAAA,cAC3D,+BAAA,EAAiC,CAAA,CAAE,UAGiB;AAAA,cAEpD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-working-times.d.ts
4
+ declare const EterminDeleteWorkingTimesInput: z.ZodTypeAny;
5
+ declare const EterminDeleteWorkingTimesOutput: z.ZodTypeAny;
6
+ declare const eterminDeleteWorkingTimes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminDeleteWorkingTimes };
9
+ //# sourceMappingURL=delete-working-times.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-working-times.d.mts","names":[],"sources":["../../src/actions/delete-working-times.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGyB;AAAA,cAC3D,+BAAA,EAAiC,CAAA,CAAE,UAGiB;AAAA,cAEpD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const eterminDeleteWorkingTimes = action("ETERMIN_DELETE_WORKING_TIMES", {
4
+ slug: "etermin-delete-working-times",
5
+ name: "Delete Working Times",
6
+ description: "Tool to delete working times from a calendar. Use when removing time slots or clearing all working times from a calendar. If no specific working time ID is provided, all working slots for the calendar will be deleted.",
7
+ input: z.object({
8
+ id: z.number().int().describe("ID of the specific working time slot to delete. If not provided, every working slot of the calendar will be deleted").optional(),
9
+ calendarid: z.number().int().describe("ID of the calendar whose working times should be deleted")
10
+ }).describe("Request model for deleting working times from a calendar."),
11
+ output: z.object({
12
+ status: z.number().describe("HTTP status code of the operation").nullable().optional(),
13
+ statusmsg: z.string().describe("Status message describing the result of the delete operation").nullable().optional()
14
+ }).describe("Response model for delete working times operation.")
15
+ });
16
+ //#endregion
17
+ export { eterminDeleteWorkingTimes };
18
+
19
+ //# sourceMappingURL=delete-working-times.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-working-times.mjs","names":[],"sources":["../../src/actions/delete-working-times.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminDeleteWorkingTimesInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"ID of the specific working time slot to delete. If not provided, every working slot of the calendar will be deleted\").optional(),\n calendarid: z.number().int().describe(\"ID of the calendar whose working times should be deleted\"),\n}).describe(\"Request model for deleting working times from a calendar.\");\nexport const EterminDeleteWorkingTimesOutput: z.ZodTypeAny = z.object({\n status: z.number().describe(\"HTTP status code of the operation\").nullable().optional(),\n statusmsg: z.string().describe(\"Status message describing the result of the delete operation\").nullable().optional(),\n}).describe(\"Response model for delete working times operation.\");\n\nexport const eterminDeleteWorkingTimes = action(\"ETERMIN_DELETE_WORKING_TIMES\", {\n slug: \"etermin-delete-working-times\",\n name: \"Delete Working Times\",\n description: \"Tool to delete working times from a calendar. Use when removing time slots or clearing all working times from a calendar. If no specific working time ID is provided, all working slots for the calendar will be deleted.\",\n input: EterminDeleteWorkingTimesInput,\n output: EterminDeleteWorkingTimesOutput,\n});\n"],"mappings":";;AAaA,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb0D,EAAE,OAAO;EACnE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qHAAqH,CAAC,CAAC,SAAS;EAC9J,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0DAA0D;CAClG,CAAC,CAAC,CAAC,SAAS,2DAUH;CACP,QAV2D,EAAE,OAAO;EACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrH,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
@@ -0,0 +1,24 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-absences.ts
4
+ const EterminGetAbsencesInput = zod.z.object({ calendarid: zod.z.number().int().describe("ID of the calendar to retrieve absences for") }).describe("Request model for retrieving absences (non-working times) for a calendar.");
5
+ const EterminGetAbsences_AbsenceSchema = zod.z.object({
6
+ id: zod.z.number().int().describe("Unique identifier of the absence entry").nullable().optional(),
7
+ nwtype: zod.z.number().int().describe("Non-working time type identifier").nullable().optional(),
8
+ reason: zod.z.string().describe("Reason for the absence").nullable().optional(),
9
+ enddate: zod.z.string().describe("End date and time of the absence (format: YYYY-MM-DDTHH:mm:ss)").nullable().optional(),
10
+ startdate: zod.z.string().describe("Start date and time of the absence (format: YYYY-MM-DDTHH:mm:ss)").nullable().optional(),
11
+ dynamicdays: zod.z.number().int().describe("Dynamic days configuration for the absence").nullable().optional()
12
+ }).passthrough().describe("Model representing a single absence (non-working time) entry.");
13
+ const EterminGetAbsencesOutput = zod.z.object({ absences: zod.z.array(EterminGetAbsences_AbsenceSchema).describe("List of absence entries for the calendar").nullable().optional() }).describe("Response model containing list of absences for a calendar.");
14
+ const eterminGetAbsences = require_action.action("ETERMIN_GET_ABSENCES", {
15
+ slug: "etermin-get-absences",
16
+ name: "Get Absences",
17
+ description: "Tool to retrieve absences (non-working times) for a specific calendar. Use when you need to check when a calendar is unavailable for appointments.",
18
+ input: EterminGetAbsencesInput,
19
+ output: EterminGetAbsencesOutput
20
+ });
21
+ //#endregion
22
+ exports.eterminGetAbsences = eterminGetAbsences;
23
+
24
+ //# sourceMappingURL=get-absences.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-absences.cjs","names":["z","action"],"sources":["../../src/actions/get-absences.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminGetAbsencesInput: z.ZodTypeAny = z.object({\n calendarid: z.number().int().describe(\"ID of the calendar to retrieve absences for\"),\n}).describe(\"Request model for retrieving absences (non-working times) for a calendar.\");\nconst EterminGetAbsences_AbsenceSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the absence entry\").nullable().optional(),\n nwtype: z.number().int().describe(\"Non-working time type identifier\").nullable().optional(),\n reason: z.string().describe(\"Reason for the absence\").nullable().optional(),\n enddate: z.string().describe(\"End date and time of the absence (format: YYYY-MM-DDTHH:mm:ss)\").nullable().optional(),\n startdate: z.string().describe(\"Start date and time of the absence (format: YYYY-MM-DDTHH:mm:ss)\").nullable().optional(),\n dynamicdays: z.number().int().describe(\"Dynamic days configuration for the absence\").nullable().optional(),\n}).passthrough().describe(\"Model representing a single absence (non-working time) entry.\");\nexport const EterminGetAbsencesOutput: z.ZodTypeAny = z.object({\n absences: z.array(EterminGetAbsences_AbsenceSchema).describe(\"List of absence entries for the calendar\").nullable().optional(),\n}).describe(\"Response model containing list of absences for a calendar.\");\n\nexport const eterminGetAbsences = action(\"ETERMIN_GET_ABSENCES\", {\n slug: \"etermin-get-absences\",\n name: \"Get Absences\",\n description: \"Tool to retrieve absences (non-working times) for a specific calendar. Use when you need to check when a calendar is unavailable for appointments.\",\n input: EterminGetAbsencesInput,\n output: EterminGetAbsencesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,EAC5D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,EACrF,CAAC,CAAC,CAAC,SAAS,2EAA2E;AACvF,MAAM,mCAAiDA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+DAA+D;AACzF,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,UAAUA,IAAAA,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC/H,CAAC,CAAC,CAAC,SAAS,4DAA4D;AAExE,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-absences.d.ts
4
+ declare const EterminGetAbsencesInput: z.ZodTypeAny;
5
+ declare const EterminGetAbsencesOutput: z.ZodTypeAny;
6
+ declare const eterminGetAbsences: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminGetAbsences };
9
+ //# sourceMappingURL=get-absences.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-absences.d.cts","names":[],"sources":["../../src/actions/get-absences.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAEgD;AAAA,cAS3E,wBAAA,EAA0B,CAAA,CAAE,UAEgC;AAAA,cAE5D,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-absences.d.ts
4
+ declare const EterminGetAbsencesInput: z.ZodTypeAny;
5
+ declare const EterminGetAbsencesOutput: z.ZodTypeAny;
6
+ declare const eterminGetAbsences: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { eterminGetAbsences };
9
+ //# sourceMappingURL=get-absences.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-absences.d.mts","names":[],"sources":["../../src/actions/get-absences.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAEgD;AAAA,cAS3E,wBAAA,EAA0B,CAAA,CAAE,UAEgC;AAAA,cAE5D,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,23 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-absences.ts
4
+ const EterminGetAbsencesInput = z.object({ calendarid: z.number().int().describe("ID of the calendar to retrieve absences for") }).describe("Request model for retrieving absences (non-working times) for a calendar.");
5
+ const EterminGetAbsences_AbsenceSchema = z.object({
6
+ id: z.number().int().describe("Unique identifier of the absence entry").nullable().optional(),
7
+ nwtype: z.number().int().describe("Non-working time type identifier").nullable().optional(),
8
+ reason: z.string().describe("Reason for the absence").nullable().optional(),
9
+ enddate: z.string().describe("End date and time of the absence (format: YYYY-MM-DDTHH:mm:ss)").nullable().optional(),
10
+ startdate: z.string().describe("Start date and time of the absence (format: YYYY-MM-DDTHH:mm:ss)").nullable().optional(),
11
+ dynamicdays: z.number().int().describe("Dynamic days configuration for the absence").nullable().optional()
12
+ }).passthrough().describe("Model representing a single absence (non-working time) entry.");
13
+ const eterminGetAbsences = action("ETERMIN_GET_ABSENCES", {
14
+ slug: "etermin-get-absences",
15
+ name: "Get Absences",
16
+ description: "Tool to retrieve absences (non-working times) for a specific calendar. Use when you need to check when a calendar is unavailable for appointments.",
17
+ input: EterminGetAbsencesInput,
18
+ output: z.object({ absences: z.array(EterminGetAbsences_AbsenceSchema).describe("List of absence entries for the calendar").nullable().optional() }).describe("Response model containing list of absences for a calendar.")
19
+ });
20
+ //#endregion
21
+ export { eterminGetAbsences };
22
+
23
+ //# sourceMappingURL=get-absences.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-absences.mjs","names":[],"sources":["../../src/actions/get-absences.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminGetAbsencesInput: z.ZodTypeAny = z.object({\n calendarid: z.number().int().describe(\"ID of the calendar to retrieve absences for\"),\n}).describe(\"Request model for retrieving absences (non-working times) for a calendar.\");\nconst EterminGetAbsences_AbsenceSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the absence entry\").nullable().optional(),\n nwtype: z.number().int().describe(\"Non-working time type identifier\").nullable().optional(),\n reason: z.string().describe(\"Reason for the absence\").nullable().optional(),\n enddate: z.string().describe(\"End date and time of the absence (format: YYYY-MM-DDTHH:mm:ss)\").nullable().optional(),\n startdate: z.string().describe(\"Start date and time of the absence (format: YYYY-MM-DDTHH:mm:ss)\").nullable().optional(),\n dynamicdays: z.number().int().describe(\"Dynamic days configuration for the absence\").nullable().optional(),\n}).passthrough().describe(\"Model representing a single absence (non-working time) entry.\");\nexport const EterminGetAbsencesOutput: z.ZodTypeAny = z.object({\n absences: z.array(EterminGetAbsences_AbsenceSchema).describe(\"List of absence entries for the calendar\").nullable().optional(),\n}).describe(\"Response model containing list of absences for a calendar.\");\n\nexport const eterminGetAbsences = action(\"ETERMIN_GET_ABSENCES\", {\n slug: \"etermin-get-absences\",\n name: \"Get Absences\",\n description: \"Tool to retrieve absences (non-working times) for a specific calendar. Use when you need to check when a calendar is unavailable for appointments.\",\n input: EterminGetAbsencesInput,\n output: EterminGetAbsencesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwC,EAAE,OAAO,EAC5D,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,EACrF,CAAC,CAAC,CAAC,SAAS,2EAA2E;AACvF,MAAM,mCAAiD,EAAE,OAAO;CAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+DAA+D;AAKzF,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAToD,EAAE,OAAO,EAC7D,UAAU,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC/H,CAAC,CAAC,CAAC,SAAS,4DAOF;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-anchortime-date.ts
4
+ const EterminGetAnchortimeDateInput = zod.z.object({ calendarid: zod.z.number().int().describe("ID of the calendar. Use this parameter if you want to get existing anchortimes for a specific calendar.").optional() }).describe("Request model for retrieving anchortimes by date.");
5
+ const EterminGetAnchortimeDate_AnchortimeSchema = zod.z.object({
6
+ id: zod.z.number().int().describe("Unique identifier of the anchortime").nullable().optional(),
7
+ reason: zod.z.string().describe("Reason for the anchortime").nullable().optional(),
8
+ startdate: zod.z.string().describe("Start date of the anchortime in ISO format (e.g., 2022-09-21T10:00:00)").nullable().optional(),
9
+ calendarid: zod.z.number().int().describe("ID of the calendar this anchortime belongs to").nullable().optional(),
10
+ ignoreonceappbooked: zod.z.boolean().describe("Whether to ignore this anchortime once an appointment is booked").nullable().optional()
11
+ }).passthrough().describe("Model representing an anchortime entry.");
12
+ const EterminGetAnchortimeDateOutput = zod.z.object({ anchortimes: zod.z.array(EterminGetAnchortimeDate_AnchortimeSchema).describe("List of anchortimes returned by eTermin API") }).describe("Response model for retrieving anchortimes by date.");
13
+ const eterminGetAnchortimeDate = require_action.action("ETERMIN_GET_ANCHORTIME_DATE", {
14
+ slug: "etermin-get-anchortime-date",
15
+ name: "Get Anchortime by Date",
16
+ description: "Tool to retrieve anchortimes by date. Use when you need to get existing anchortimes for calendars. Anchortimes define specific time slots or blocked periods for calendar scheduling.",
17
+ input: EterminGetAnchortimeDateInput,
18
+ output: EterminGetAnchortimeDateOutput
19
+ });
20
+ //#endregion
21
+ exports.eterminGetAnchortimeDate = eterminGetAnchortimeDate;
22
+
23
+ //# sourceMappingURL=get-anchortime-date.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-anchortime-date.cjs","names":["z","action"],"sources":["../../src/actions/get-anchortime-date.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EterminGetAnchortimeDateInput: z.ZodTypeAny = z.object({\n calendarid: z.number().int().describe(\"ID of the calendar. Use this parameter if you want to get existing anchortimes for a specific calendar.\").optional(),\n}).describe(\"Request model for retrieving anchortimes by date.\");\nconst EterminGetAnchortimeDate_AnchortimeSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the anchortime\").nullable().optional(),\n reason: z.string().describe(\"Reason for the anchortime\").nullable().optional(),\n startdate: z.string().describe(\"Start date of the anchortime in ISO format (e.g., 2022-09-21T10:00:00)\").nullable().optional(),\n calendarid: z.number().int().describe(\"ID of the calendar this anchortime belongs to\").nullable().optional(),\n ignoreonceappbooked: z.boolean().describe(\"Whether to ignore this anchortime once an appointment is booked\").nullable().optional(),\n}).passthrough().describe(\"Model representing an anchortime entry.\");\nexport const EterminGetAnchortimeDateOutput: z.ZodTypeAny = z.object({\n anchortimes: z.array(EterminGetAnchortimeDate_AnchortimeSchema).describe(\"List of anchortimes returned by eTermin API\"),\n}).describe(\"Response model for retrieving anchortimes by date.\");\n\nexport const eterminGetAnchortimeDate = action(\"ETERMIN_GET_ANCHORTIME_DATE\", {\n slug: \"etermin-get-anchortime-date\",\n name: \"Get Anchortime by Date\",\n description: \"Tool to retrieve anchortimes by date. Use when you need to get existing anchortimes for calendars. Anchortimes define specific time slots or blocked periods for calendar scheduling.\",\n input: EterminGetAnchortimeDateInput,\n output: EterminGetAnchortimeDateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS,EAC5J,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,qBAAqBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yCAAyC;AACnE,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,aAAaA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,6CAA6C,EACxH,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}